|
From: FlorinCB <ory...@us...> - 2008-09-18 21:59:16
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6895 Modified Files: subsilver2.css Log Message: re-aaded for mx stuff Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** subsilver2.css 19 Sep 2008 04:50:04 -0000 1.11 --- subsilver2.css 19 Sep 2008 04:59:08 -0000 1.12 *************** *** 15,18 **** --- 15,31 ---- @import url("./theme/stylesheet.css"); + /* Edit this colors for every subsilver-ish ported template */ + .row1, .bg1 { background-color: #EFEFEF; } /* .bg1 */ + .row2, .bg2 { background-color: #DEE3E7; } /* .bg2 */ + .row2, .bg3 { background-color: #D1D7DC; } /* .bg3 */ + .row4, .bg4 { background-color: #EFEFEF; } + .row5, .bg5 { background-color: #DEE3E7; } + .row6, .bg6 { background-color: #D1D7DC; } + + /* font sizes for old modules */ + .gen { font-size : 12px; } + .genmed { font-size : 11px; } + .gensmall { font-size : 10px; } + /************************************************************\ | Addon or redefined CSS definitions for MX-Publisher *************** *** 80,92 **** } ! .row1, .bg1 { background-color: #EFEFEF; } /* .bg1 */ ! .row2, .bg2 { background-color: #DEE3E7; } /* .bg2 */ ! .row2, .bg3 { background-color: #D1D7DC; } /* .bg3 */ ! .row4, .bg4 { background-color: #EFEFEF; } ! .row5, .bg5 { background-color: #DEE3E7; } ! .row6, .bg6 { background-color: #D1D7DC; } ! .gen { font-size : 12px; } ! .genmed { font-size : 11px; } ! .gensmall { font-size : 10px; } \ No newline at end of file --- 93,184 ---- } ! /* This is the style used for the top page title. */ ! .pagetitle { ! font-weight: bold; ! font-size: 30px; ! font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif; ! text-decoration: none; ! line-height : 120%; ! color : #000066; ! font-variant: small-caps; ! text-transform: capitalize; ! letter-spacing: 5px; ! vertical-align: 20%; ! } + /* This is the style used for the top site title. */ + .sitetitle { + font-family: Arial; + font-variant: small-caps; + font-weight: bolder; + font-size: 12pt; + color: #000066; + } ! /* This is the style used for the top site description. */ ! .sitetitle_desc { ! color: #006699; ! font-size: 9px; ! } ! ! /* Customized hr below site title */ ! hr.hrtop { ! height: 3px; ! border: solid #000066 1px; ! border-top-width: 1px; ! } ! ! /* For all contract/expand rollup buttons */ ! .mx_rollup_button { ! font-size: 11px; ! margin: 0px; ! padding: 0px; ! cursor: pointer; ! cursor: hand; ! } ! ! /* Form elements */ ! form { ! margin-bottom: 0px; ! } ! ! /* Form elements */ ! form.mx_editform { ! margin-bottom: 0px; ! margin-top: 0px; ! } ! ! /* This is the border around numbers in pagination */ ! .mx_pagination, .mx_pagination_sele, .mx_pagination_over { ! padding-left: 2px; ! padding-right: 2px; ! border-top: 1px solid #B0B0B0; ! border-right: 1px solid #B0B0B0; ! border-bottom: 1px solid #B0B0B0; ! border-left: 1px solid #B0B0B0; ! text-decoration: none; ! } ! ! .mx_pagination_sele { ! background-color: #E0E0E0; ! } ! .mx_pagination_over { ! background-color: #F0F0F0; ! } ! ! .shadow { ! color: #00AA00; ! filter: DropShadow(Color=#660000, OffX=5, OffY=5, Positive=1); ! } ! img.shadow { ! color: #00AA00; ! filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); ! } ! ! /* TinyMCE specific rules */ ! body.mceContentBody { ! text-align: left; ! font-family: Verdana, Arial, Helvetica, sans-serif; ! color: #000; ! background: #FFF; ! } \ No newline at end of file |