|
From: Culprit <cul...@us...> - 2008-02-13 11:50:27
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11482/core/templates/prosilver Modified Files: prosilver.css Log Message: blockCP template update Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** prosilver.css 6 Feb 2008 23:44:18 -0000 1.11 --- prosilver.css 13 Feb 2008 11:50:20 -0000 1.12 *************** *** 320,322 **** vertical-align: middle; margin-right: 3px; ! } \ No newline at end of file --- 320,357 ---- vertical-align: middle; margin-right: 3px; ! } ! ! #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; ! } |