|
From: Markus P. <mar...@us...> - 2005-04-27 22:18:00
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv811/templates/subSilver Modified Files: mx_addon.css Log Message: Reviewed format of several admin ACP templates. Index: mx_addon.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/mx_addon.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_addon.css 25 Apr 2005 23:56:09 -0000 1.6 --- mx_addon.css 27 Apr 2005 22:17:51 -0000 1.7 *************** *** 1,5 **** ! /* ! Addon or redefined css definitions for mx ! */ /* This is the main table round all portal contents, use with .bodyline */ --- 1,7 ---- ! /************************************************************\ ! | Addon or redefined CSS definitions for mxBB-Portal ! \************************************************************/ ! ! font,td,p { font-size: 11px; color: #000000; } /* This is the main table round all portal contents, use with .bodyline */ *************** *** 9,14 **** /* This is the outline table round the top page header */ .mx_header_table { ! background-color: #ffffff; ! border: 1px solid #ffffff; } --- 11,16 ---- /* This is the outline table round the top page header */ .mx_header_table { ! background-color: #FFFFFF; ! border: 1px solid #FFFFFF; } *************** *** 87,91 **** /* This is the block title style */ ! th.mxthHead { border: 0px; font-size: 12px; --- 89,93 ---- /* This is the block title style */ ! th.mxthHead { border: 0px; font-size: 12px; *************** *** 94,101 **** } ! th.mxthHead_none { background-color: #EFEFEF; height: 0px; background-image: url(); - color: #000066; border: 0px; --- 96,102 ---- } ! th.mxthHead_none { background-color: #EFEFEF; height: 0px; background-image: url(); color: #000066; border: 0px; *************** *** 107,111 **** /* Newssuite - Never enlarge images */ ! img.noenlarge { border: 0px; cursor: hand; --- 108,112 ---- /* Newssuite - Never enlarge images */ ! img.noenlarge { border: 0px; cursor: hand; *************** *** 113,117 **** /* Newssuite - Never enlarge images */ ! div.imagediv { overflow: hidden; margin: 0px; --- 114,118 ---- /* Newssuite - Never enlarge images */ ! div.imagediv { overflow: hidden; margin: 0px; *************** *** 121,125 **** /* Newssuite - Quote & Code blocks */ ! .news_code { font-family: "Courier New", Courier, mono; font-size: 10; --- 122,126 ---- /* Newssuite - Quote & Code blocks */ ! .news_code { font-family: "Courier New", Courier, mono; font-size: 10; *************** *** 127,137 **** /* Customized hr */ ! hr.hrtop { height: 1px; border: solid #000066 1px; border-top-width: 1px;} ! .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')} /* For all fold/unfold edit buttons */ ! .newsbutton { font-size: 11px; margin: 0px; --- 128,148 ---- /* Customized hr */ ! hr.hrtop { ! height: 1px; ! border: solid #000066 1px; ! border-top-width: 1px; ! } ! .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'); ! } /* For all fold/unfold edit buttons */ ! .newsbutton { font-size: 11px; margin: 0px; *************** *** 142,182 **** /* Newssuite */ ! .newstitle { font-variant: small-caps; font-weight: bolder; font-size: 8pt; } ! a.newstitle { text-decoration: none; color : #006699; } ! a.newstitle:hover{ text-decoration: underline; color : #DD6900; } /* Newssuite */ ! .newstype { font-weight: lighter; font-size: 5pt; color: #110000; } ! a.newstype { text-decoration: none; color : #006699; } ! a.newstype:hover{ text-decoration: underline; color : #DD6900; } /* Newssuite */ ! .newstype_paper { font-weight: lighter; font-size: 5pt; color: #990000; } ! a.newstype_paper { text-decoration: none; color : #990000; } ! a.newstype_paper:hover{ text-decoration: underline; color : #990000; } /* ...and associated input img style */ input.editblock { ! border-top-width : 0px; ! border-right-width : 0px; ! border-bottom-width : 0px; ! border-left-width : 0px; ! ! margin-bottom:0px; ! margin-top:0px; ! } /* Form elements */ ! form { ! margin-bottom:0px; ! } /* Form elements */ ! form.mx_editform { ! margin-bottom:0px; ! margin-top:0px; ! } ! ! .mxlink { background-color: {T_BODY_BGCOLOR}; border-style: none; font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} ! p, td { font-size : 12px; color : #000000; } --- 153,227 ---- /* Newssuite */ ! .newstitle { ! font-variant: small-caps; ! font-weight: bolder; ! font-size: 8pt; ! } ! a.newstitle { ! text-decoration: none; ! color: #006699; ! } ! a.newstitle:hover { ! text-decoration: underline; ! color: #DD6900; ! } /* Newssuite */ ! .newstype { ! font-weight: lighter; ! font-size: 5pt; ! color: #110000; ! } ! a.newstype { ! text-decoration: none; ! color: #006699; ! } ! a.newstype:hover{ ! text-decoration: underline; ! color: #DD6900; ! } /* Newssuite */ ! .newstype_paper { ! font-weight: lighter; ! font-size: 5pt; ! color: #990000; ! } ! a.newstype_paper { ! text-decoration: none; ! color: #990000; ! } ! a.newstype_paper:hover{ ! text-decoration: underline; ! color: #990000; ! } /* ...and associated input img style */ input.editblock { ! border-top-width: 0px; ! border-right-width: 0px; ! border-bottom-width: 0px; ! border-left-width: 0px; ! margin-bottom: 0px; ! margin-top: 0px; ! } /* Form elements */ ! form { ! margin-bottom: 0px; ! } /* Form elements */ ! form.mx_editform { ! margin-bottom: 0px; ! margin-top: 0px; ! } ! .mxlink { ! background-color: #E5E5E5; ! border-style: none; ! font-weight: bold; ! font-size: 12px; ! letter-spacing: 1px; ! color: #006699; ! } |