CSS Code and Output

I am going to open a forum in the near future, so I am working on the CSS right now. I really like the code and output tags on this website. I have tried a lot of things, but I can't figure out how they are styled on this website. I can't get rid of the vertical scroll-bar (I hate that thing). I also can't figure out how to get the lines of code labeled. Here is what I have right now:

Code Tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
        overflow: auto
	display: block;
        font-family: Monaco, Consolas, Courier, monospace;
        font-size: 13px;
}


I don't have any output tags right now, but I'm going to work on that one once I finish this code tag.
I am pretty sure the code blocks are generated by a server sided script.
Anything can be done with a little Javascript, PHP, CSS, and maybe some Java depending on mood. As for the code blocks I'm not sure to be honest. Looking at source shows it being a mixture of those three on my end, but that doesn't necessarily mean it is that on their end.

Shows remarks about Ajax too in some of the code so no telling what all the site uses.
Last edited on by closed account z6A9GNh0
What do you mean?
Topic archived. No new replies allowed.