Difference between revisions of "MediaWiki:Common.css"
From ALFA
Foambats4all (talk | contribs) |
Foambats4all (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | /* ============================================ | ||
| + | NAVIGATION TABLES | ||
| + | ============================================ */ | ||
table.navTable { | table.navTable { | ||
| − | + | border: 1px solid #000000; | |
| + | padding: 1px; | ||
| + | margin: 3px; | ||
| + | } | ||
| + | |||
| + | table.navTable th { | ||
| + | text-align: center; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | table.navTable th a { | ||
| + | |||
| + | } | ||
| + | |||
| + | table.navTable td li { | ||
| + | display: inline; | ||
} | } | ||
Revision as of 23:52, 25 January 2014
/* CSS placed here will be applied to all skins */
/* ============================================
NAVIGATION TABLES
============================================ */
table.navTable {
border: 1px solid #000000;
padding: 1px;
margin: 3px;
}
table.navTable th {
text-align: center;
font-weight: bold;
}
table.navTable th a {
}
table.navTable td li {
display: inline;
}