tutela
Not New Member
Posts: 17
tutela said 0 great things
|
Post by tutela on Mar 8, 2010 14:33:22 GMT -8
Is there a list of all the classes, ids, etc that proboards use as default? Basically so I can use CSS to edit the graphics of the specific classes and whatnot?
|
|
|
Post by Wormopolis on Mar 8, 2010 23:40:15 GMT -8
its in your source actually...
<style type="text/css"><!-- body { font-family: Verdana,Arial;font-size:12px; margin: 0px; padding: 0px; } td { font-family: Verdana,Arial; color: #EEEEEE; font-size:11px; } input { font-family: Verdana,Arial; font-size: 9pt; color: #000000; } textarea { font-family: Verdana,Arial; font-size: 9pt; color: #000000; } select { font-family: Verdana,Arial; font-size: 7pt; color: #000000; } optgroup { font-family: Verdana,Arial; font-size: 7pt; color: #000000; } A:link { text-decoration: none; color: #0055FF; } A:visited { text-decoration: none; color: #0044EE; } A:hover { text-decoration: underline overline; color: #0055FF; } .nav { font-size: 10px; text-decoration: none; color: #EEEEEE; } .nav:link { font-size: 10px; text-decoration: none; color: #0055FF; } .nav:visited { font-size: 10px; text-decoration: none; color: #0044EE; } .nav:hover { font-size: 10px; text-decoration: none; color: #0055FF; text-decoration: underline; } .windowbg { background-color: #111111; font-size: 11px; color: #EEEEEE; } .windowbg2 { background-color: #181818; font-size: 11px; color: #EEEEEE; } .titlebg { background-color: #4080b0; font-style: normal; font-weight: bold; font-size: 12px; color: #F1F1F1; background-image: url(http://gradients.proboards.com/4080B0DADADA30.gif);} .titletext A { color: #F1F1F1;} .popuptitlebg { background-color: #4080B0; font-style: normal; font-weight: bold; font-size: 12px; color: #F1F1F1; } .catbg { background-color: #dadada; color: #0E0E0E; font-weight: bold; font-size: 13px; ; } .hr { color: #EEEEEE; background-color: #EEEEEE;} .bordercolor { background-color: #000080; } .quote { font-size: 10px; color: #EEEEEE; background-color: #181818; } .code { font-size: 10px; font-family: Courier New; color: #EEEEEE; background-color: #181818; } .menubg { background-image: url(http://gradients.proboards.com/DADADA18181830.gif);} #pagedropmenu {border: 1px solid #000080; background-color: #181818; font-family: Verdana; font-size: 11px; padding: 5px; text-align: center;} .newstitlebg { background-color: #4080B0; font-style: normal; font-weight: bold; font-size: 12px; color: #F1F1F1; background-image: url(http://gradients.proboards.com/4080B0DADADA30.gif);} --></style>
you might also be interested in checking out skinview. it lets you change colors of all these classes on the fly. If I ever finish the current version, it will also export all your selections to the skin edit page for you so you can save them permanently.
|
|
tutela
Not New Member
Posts: 17
tutela said 0 great things
|
Post by tutela on Mar 9, 2010 13:07:25 GMT -8
Thanks much for the info NOTE: On Safari browser I have to use &NOHEADERS in order to navigate your site. For some reason it keeps refreshing your page in a forever loop so I am unable to navigate. Just thought you would like to know ^_^
|
|
|
Post by Wormopolis on Mar 9, 2010 18:44:55 GMT -8
really now...
on a Mac or PC? even on the main page?
|
|
|
Post by Wormopolis on Mar 9, 2010 22:05:02 GMT -8
TUNES! you use safari.. do you have the same problem?
|
|
tutela
Not New Member
Posts: 17
tutela said 0 great things
|
Post by tutela on Mar 9, 2010 22:41:05 GMT -8
I use a Mac, Safari 4.0...It was happening on all pages but now it is working normally again, so not sure what was up lolz.
|
|
|
Post by tunescool on Mar 13, 2010 7:52:48 GMT -8
i said on proboards everything works fine for me
|
|
|
Post by Wormopolis on Mar 13, 2010 17:17:43 GMT -8
That post was made before I posted on PBS.
|
|
»iSplash«
Not New Member
iSplash in puddles! ^.^[Sj1:0]
Posts: 6
»iSplash« said 0 great things
|
Post by »iSplash« on Mar 24, 2010 12:30:03 GMT -8
There are some variables you can use also, like:
pb_skinid pb_displayname pb_username
|
|
|
Post by Wormopolis on Mar 28, 2010 14:14:30 GMT -8
and the new one: pb_action
|
|
|
Post by randie on Mar 30, 2010 19:56:50 GMT -8
and the new one: pb_action I missed this one! What does it do? By the way, that table at the bottom SUCKS in FF! ;D
|
|
|
Post by Wormopolis on Mar 30, 2010 23:24:03 GMT -8
I know it does. I cant seem to make it do what its doing in IE.. in IE its doing a bumper car thing.
I forgot to hide it when not in that one thread. thanks for reminding me.
|
|
|
Post by randie on Apr 2, 2010 17:25:37 GMT -8
I know it does. I cant seem to make it do what its doing in IE.. in IE its doing a bumper car thing. I forgot to hide it when not in that one thread. thanks for reminding me. You're welcome. So, what does the pb_action do?
|
|
|
Post by Wormopolis on Apr 3, 2010 11:03:08 GMT -8
it doesnt DO anything really.. it just denotes something has happened or repeats what the action=xxx is in the URL. I found it useful after doing a search because it shows the search just happened while the URL doesnt.
|
|
»iSplash«
Not New Member
iSplash in puddles! ^.^[Sj1:0]
Posts: 6
»iSplash« said 0 great things
|
Post by »iSplash« on Jun 30, 2010 13:15:53 GMT -8
It's used for location checks, see if it was executed/on that page. Like: if(location.href.match(/action=home/i)){ is the same as if(pb_action == "home"){ Simpler, easier to use
|
|