There's some truly funky stuff going on in the last three posts of Non-Fiction.
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.
Help! I can't post a link and then I get like the whole bottom of what should be the bottom of the page in my post and can't delete it! Every time I hit delete, it takes me to the Lifetime page I was trying to post a link to. Then when I go back to the Non-fiction thread, the wierd stuff is still there! Help!
fixed. You had a quotation mark at the beginning of the link, and none at the end, which makes Teh Bad happen.
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?