gfx25
inherit
-4538275
0
Dec 1, 2024 10:51:47 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Jul 14, 2011 22:02:09 GMT -8
This is just for fun, I've been trying to write my own little style sheet for proboards. but would anyone here know the class for the thread high/board highlight? What I have now is.
<style type="text/css"> body { background-color:#000; } a:link {color:#0F0;} /* unvisited link */ a:visited {color:#00F;} /* visited link */ a:hover {color:#FF0;} /* mouse over link */ a:active {color:#000;} /* selected link */ .windowbg { background-color:#6B303F; } .windowbg2 { background-color:#6B303F; padding-top:50px; padding-bottom:25px; padding-right:50px; padding-left:50px; } .nav:hover { background-color:#6B303F; padding-top:25px; padding-bottom:25px; padding-right:50px; padding-left:50px;
} </style>
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jul 14, 2011 22:08:33 GMT -8
pb_bubble is the variable, so it doesn't really have a class. Perhaps .windowbg:hover or .windowbg2:hover ?
|
|
gfx25
inherit
-4538282
0
Dec 1, 2024 10:51:47 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Jul 14, 2011 22:13:03 GMT -8
Lol trippy that highlights every cell
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Jul 15, 2011 5:16:53 GMT -8
To my knowledge, there is no actual (simple) CSS path to it. That's different in v5, but right now it's not.
|
|