Difference between revisions of "MediaWiki:Common.css"
From ALFA
Foambats4all (talk | contribs) |
Foambats4all (talk | contribs) |
||
| Line 15: | Line 15: | ||
table.navTable th { | table.navTable th { | ||
| − | background-color: # | + | color: #FFFFFF; |
| − | border: 1px solid # | + | background-color: #CFDAE5; |
| + | border: 1px solid #336699; | ||
text-align: center; | text-align: center; | ||
font-size: 1.35em; | font-size: 1.35em; | ||
| Line 24: | Line 25: | ||
table.navTable th a { | table.navTable th a { | ||
| − | + | color: #FFFFFF; | |
} | } | ||
Revision as of 00:17, 26 January 2014
/* CSS placed here will be applied to all skins */
/* ============================================
NAVIGATION TABLES
============================================ */
table.navTable {
border: 1px solid #BDBCAD;
padding: 0px;
margin: 0px;
}
table.navTable tr {
vertical-align: text-top;
}
table.navTable th {
color: #FFFFFF;
background-color: #CFDAE5;
border: 1px solid #336699;
text-align: center;
font-size: 1.35em;
font-weight: bold;
padding: 5px;
}
table.navTable th a {
color: #FFFFFF;
}
table.navTable td {
padding: 3px 5px;
vertical-align: text-top;
}
table.navTable td:first-child {
background-color: #F3F3F3;
border: 1px solid #DFDECF;
text-align: right;
font-weight: bold;
}
table.navTable td ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
table.navTable td li {
display: inline;
}
table.navTable td li + li:before{
content: " • ";
}