MediaWiki:Common.css
From TMG
(Difference between revisions)
m |
m |
||
Line 55: | Line 55: | ||
.tmgMainPageDivContent{ | .tmgMainPageDivContent{ | ||
padding:10px; | padding:10px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 67: | Line 62: | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:center top; | background-position:center top; | ||
− | position: | + | position:absolute; |
− | height:200px;width:250px; | + | height:200px; |
+ | width:250px; | ||
} | } | ||
Revision as of 21:15, 24 August 2011
/* CSS placed here will be applied to all skins */ .page-Main_Page h1.firstHeading { display: none; } h1, h2, h3, h4, h5, h6{ overflow: hidden; } .categoryInfo{ font-size:18px; font-family:Tahoma; font-weight:bold; color:#922338; } .InfoboxContainer{ border:1px solid #AAA; background-color: #FFF; width: 25em; font-weight:bold; font-family:Tahoma; font-size: 12px; color: #922338; margin: 0.5em 0em 0.5em 1em; float:right; clear: right; text-align: left; line-height: 1.5em; display: table; } .InfoboxLabel{ width:100px; color: #000000 !important; } .InfoboxHeader{ font-size: 14px; } .tmgMainPageDiv{ border:1px solid #A3BFB1; background-color: #FFF; font-family:Tahoma; font-size: 12px; width: 60%; } .tmgMainPageDivHeader{ border-bottom:1px solid #A3BFB1; background-color: #CEF2E0; padding:10px; } .tmgMainPageDivContent{ padding:10px; } .stickyNote { background-color:yellow; background-image:url('http://users.encs.concordia.ca/~ab_kara/pin.png'); background-repeat:no-repeat; background-position:center top; position:absolute; height:200px; width:250px; } .stickyNote div{ overflow:auto; height:100%; padding-left:2px; font-family:Times New Roman; font-style:italic; } .clear { clear: both;}