PDA

View Full Version : AcidTech css


Karl
25 Nov 07, 13:36
I entered some rules on some forums, they show up at the top of the forums, how can I change the background colour of where the rules are visible?
And the members names of topics are in bold under last posts and author, can I change that? is that the weight of the post author to be set to normal?
Thanks

CyberAlien
27 Nov 07, 11:17
Edit ".forumrules" in css.

Karl
27 Nov 07, 12:02
I only see bordercolours, but I like o change the background colour in the table. or is that h3
.forumrules {
padding: 4px;
font-weight: normal;
font-size: 1.1em;
border-left-color: #AAA;
border-top-color: #AAA;
border-right-color: #CCC;
border-bottom-color: #CCC;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: #A0A0A0;
}
What about the membernames going fomr bold to normal?
and an additional question. making links and clciking on thumbnails open in a new window in this style? I saw the tutorial on prosilver, but I doubt it's the same?
Thanks

CyberAlien
27 Nov 07, 12:20
Just add your own background to it.
prosilver tutorial for links should work for other styles too.

Karl
04 Dec 07, 00:00
OK, worked like that, thanks