|
From: Culprit <cul...@us...> - 2008-02-13 11:50:27
|
Update of /cvsroot/mxbb/core/templates/prosilver/theme In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11482/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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stylesheet.css 13 Feb 2008 11:37:39 -0000 1.2 --- stylesheet.css 13 Feb 2008 11:50:22 -0000 1.3 *************** *** 19,54 **** @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; - } --- 19,20 ---- |