|
From: Culprit <cul...@us...> - 2008-02-13 11:38:09
|
Update of /cvsroot/mxbb/core/templates/prosilver/theme In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5719/core/templates/prosilver/theme Modified Files: stylesheet.css Log Message: blockCP template update Index: stylesheet.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/theme/stylesheet.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stylesheet.css 16 Dec 2007 20:48:21 -0000 1.1 --- stylesheet.css 13 Feb 2008 11:37:39 -0000 1.2 *************** *** 18,19 **** --- 18,54 ---- @import url("tweaks.css"); @import url("colours.css"); + + #tabs a span{ + float: left; + display: block; + background: url("images/bg_tabs2.gif") no-repeat 100% -34px; + padding: 7px 10px 4px 4px; + color: #767676; + white-space: nowrap; + font-family: Arial, Helvetica, sans-serif; + text-transform: uppercase; + font-weight: bold; + } + #tabs #activetab a span, #tabs .activetab a span { + background-position: 100% 0; + padding-bottom: 5px; + color: #23649F; + } + + #tabs a:hover { + background-position: 0 -69px; + } + + #tabs a:hover span { + background-position: 100% -69px; + } + + #tabs #activetab a:hover span, #tabs .activetab a:hover span { + color: #115098; + } + + .fieldset1, .fieldset1 FIELDSET { + border: solid 1px #CCCCCC; + background-color: #FFFFFF; + padding:10px; + } |