fixed. You had a quotation mark at the beginning of the link, and none at the end, which makes Teh Bad happen.
'Sleeper'
Buffistas Building a Better Board ++
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
Thanks ita!
but um, what do I do with the cited material when the larger doesn't make it very large?
thanks, amych!
Try replacing "larger" with "150%" or some variant thereof.
I can do that!
Thanks
msbelle, this is for you. It may do more than what you requested, but it's the de-colouring part of my css file.
#widemain {
margin: 0 200px;
}
#narrowmain {
margin: 0 200px;
}
#threadlist {
margin-left: 200px;
}
#postlist {
margin-left: 200px;
}
img { display:none }
#quotation {
color: #000;
border-top: 1px dotted;
border-left: 1px dotted;
padding: 5px;
}
.section-header {
background-color: #FFF;
color: #000;
text-align: center;
}
#threadlist .section-header {
font-size: 150%;
}
div.folder-title {
background-image: none;
display: inline;
margin: 0;
padding: 0;
}
div.folder-title + div.folder-title::before {
content: " : ";
}
#folderlist {
text-align: center;
}
.calloutbox {
border: 0px;
text-align: left;
}
#linkpanel {
border: 0px;
padding-top: .5em;
padding-left: .5em;
padding-bottom: .5em;
}
#adminthreads {
border: 0px;
}
#adminthreads .threads {
width: 80%;
margin: 1em 0;
margin: 0 auto;
background-color: #FFF;
border-bottom: 1px dotted #000;
border-top: 1px dotted #000;
}
.navbar {
font-size: 80%;
border: 0;
}
.post {
margin: .5em 0 0 0;
padding: 3px 0 0 0;
border: 0;
background-color: #DDD;
}
.tagtext {
font-weight: normal;
padding: 0;
margin: 0 .5em;
}
.postcontent {
background-color: #FFF;
padding: 0 3px;
margin: 0;
border: 2px solid #DDD;
}
.post .header {
border: 0;
margin: 0 .5em;
padding: 0;
}
.edited-by, .deletedpostcontent {
background-color: #FFF;
padding: 0 1em;
border: 2px solid #DDD;
border-top: 0;
}
.edited-by::after, .deletedpostcontent::after {
content: ">";
}
.edited-by::before, .deletedpostcontent::before {
content: "
You forgot the "background-color: pink".
haha Tom.
Thanks ita.
I want to make the font of the lefthand column stuff even smaller and would it be possible to make thread titles invisible?
For the left column, play with the percentages in this section:
.linkcluster, .calloutbox { font-size: 90%;}
To make the thread title disappear, add this:
.titletext { display: none}
I don't know if this belongs here or tech, but for some reason, using Chrome and Windows xp, the back button on my browser takes me back 2 pages. Just on buffistas.org. Every single time I do it. Which leads to me foolishly posting things in the wrong threads. Any suggestions? Does this happen to anything else?