MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
John Stanton (talk | contribs) New page: →* CSS placed here will be applied to all skins: table.calendar { margin: 0; padding: 10px; } table.calendar td { margin: 0; padding: 2px; vertical-align: top; } table.mo... |
John Stanton (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
.day-active { color:#0000cc } | .day-active { color:#0000cc } | ||
.day-empty | .day-empty | ||
/* No page name on main page (es) */ | |||
body.page-Fort_Wiki h1.firstHeading { | |||
display: none; | |||
} | |||
/** | |||
* Stylesheet for GoogleAdsense extension. | |||
* | |||
* This should be added to [[MediaWiki:Common.css]] page when installing this | |||
* extension and should not be modified. You may modify the CSS code on the | |||
* MediaWiki:Common.css page to adjust padding, alignment, etc. | |||
* | |||
* @file | |||
* @ingroup Extensions | |||
*/ | |||
/* Pad Google AdSense box in portlet in sidebar */ | |||
#p-googleadsense .pBody { | |||
padding-top: 5px; | |||
text-align: center; | |||
} | |||
Latest revision as of 12:56, 20 December 2012
/** CSS placed here will be applied to all skins */
table.calendar { margin: 0; padding: 10px; }
table.calendar td { margin: 0; padding: 2px; vertical-align: top; }
table.month .heading td { padding:2px; background-color:#d4d4d4; color:#aaa; text-align:center; font-size:120%; font-weight:bold; }
table.month .dow td { color:#aaa; text-align:center; font-size:110%; }
table.month td.today { background-color:#ddd; }
table.month td {
border: none;
margin: 0;
padding: 1pt 1.5pt;
font-weight: bold;
font-size: 8pt;
text-align: right;
background-color: #eee;
}
#bodyContent table.month a { background:none; padding:0 }
.day-active { color:#0000cc }
.day-empty
/* No page name on main page (es) */
body.page-Fort_Wiki h1.firstHeading {
display: none;
}
/**
* Stylesheet for GoogleAdsense extension.
*
* This should be added to [[MediaWiki:Common.css]] page when installing this
* extension and should not be modified. You may modify the CSS code on the
* MediaWiki:Common.css page to adjust padding, alignment, etc.
*
* @file
* @ingroup Extensions
*/
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
padding-top: 5px;
text-align: center;
}