MediaWiki:Vector.css
From e-Learning Documentation
(Difference between revisions)
Line 152: | Line 152: | ||
padding: 4px 8px; | padding: 4px 8px; | ||
} | } | ||
- | #bodyContent .cell-green { | + | #bodyContent td.cell-green { |
background-color:#E0F5D6; | background-color:#E0F5D6; | ||
} | } |
Revision as of 17:48, 2 February 2011
/* CSS placed here will affect users of the Vector skin */ .float-right { float: right; } .float-left { float: left; } .left-column { width:49%; float: left; } .right-column { width:49%; float: right; } .width-seventy-percent { width:69%; } .width-thirty-three-percent { width:33%; } .width-thirty-two-percent { width:32%; } .margin-left-ten-pixels { margin-left: 9px; } .width-thirty-percent { width:30%; } .width-forty-eight-percent { width:48%; } .three-column { width:33%; float:left; } #main-page #toc { display: none; } #toc { float: right; } #main-page p { padding: 0px 15px; } #main-page li { margin-left: 12px; } #main-page .small-box { border: 1px solid #9fb3c0; Xheight: 95px; margin-bottom: 20px; } #main-page .medium-box { border: 1px solid #9fb3c0; Xheight: 162px; margin-bottom: 20px; } #main-page h3 { border-bottom: 1px solid #80a8c6; padding: 5px 15px; background-color: #e2f1fc; color: #0e2349; } #main-page h2 { border-bottom: 1px solid #80a8c6; padding: 7px 15px; background-color: #cbe5f9; color: #0e2349; } .lss-widget-header { width: 100%; background-color: #4159bb; border: 1px solid #4159bb; color: #fff; margin-top: 15px; height: 22px; line-height: 22px; } .lss-widget-header { width: 100%; background-color: #bddfff; Xbackground-color: #dddddd; border: 1px solid #b8b8b8; color: #333; margin-top: 15px; height: 22px; line-height: 22px; font-weight: bold; } .lss-widget-header-text { padding-left: 7px; font-family : verdana, geneva, Arial, Helvetica, sans-serif; Xfont-size: 90%; } .lss-widget-body{ width: 100%; border: 1px solid #b8b8b8; border-top: 0px solid #b8b8b8; background-color: #f9f9f9; } .lss-widget-body-text{ padding: 4px 7px 5px 7px; margin: 0px; font-family : verdana, geneva, Arial, Helvetica, sans-serif; Xfont-size:90%; } .lss-li { border-bottom: 1px solid #b8b8b8; line-height: 28px; height: 28px; } .lss-li-no-border { line-height: 28px; height: 28px; } .lss-li-link{ padding-left: 7px; } .lss-widget-footer{ padding: 0px 5px 0px 5px; margin: 0px; } .header-lss { Xfont-family: "Palatino Linotype","Book Antiqua",Palatino,serif; border-bottom: 1px solid #aaa; margin-top: 15px; font-size: 16px; padding-bottom: 2px; } .bold { font-weight: bold; } #bodyContent table { border-collapse: collapse; margin: 1em 0; } #bodyContent th, #bodyContent td { border: 1px solid #999; padding: 4px 8px; } #bodyContent th, #bodyContent td { border: 1px solid #999; padding: 4px 8px; } #bodyContent td.cell-green { background-color:#E0F5D6; } #bodyContent th[scope="row"] { text-align: left; vertical-align: middle; } #bodyContent table.complex { } #bodyContent table.complex td { text-align:center; } #bodyContent table.complex tr.tbody { border-top: 3px double #999; }