The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Common.css"
(formatting (mediawiki minifies it on load)) |
(refactored {{no}}, {{yes}}, {{partial}}, {{n/a}} css; working on fixing the "ugly" key page file names) |
||
Line 13: | Line 13: | ||
font-size: 120%; |
font-size: 120%; |
||
font-weight: bold; |
font-weight: bold; |
||
+ | } |
||
+ | |||
+ | |||
+ | |||
+ | /* {{key}} page file names */ |
||
+ | span.keypage span.filename { |
||
+ | display: none; |
||
} |
} |
||
Line 19: | Line 26: | ||
.table-no, |
.table-no, |
||
.table-partial, |
.table-partial, |
||
− | .table-yes |
+ | .table-yes { |
+ | color: black; |
||
− | .table-na { |
||
text-align: center; |
text-align: center; |
||
vertical-align: middle; |
vertical-align: middle; |
||
} |
} |
||
.table-no { |
.table-no { |
||
− | color: black; |
||
− | text-align: center; |
||
background-color: #FF9090; |
background-color: #FF9090; |
||
} |
} |
||
.table-partial { |
.table-partial { |
||
− | color: black; |
||
− | text-align: center; |
||
background-color: #FFA; |
background-color: #FFA; |
||
} |
} |
||
.table-yes { |
.table-yes { |
||
− | color: black; |
||
− | text-align: center; |
||
background-color: #90FF90; |
background-color: #90FF90; |
||
} |
} |
||
.table-na { |
.table-na { |
||
+ | text-align: center; |
||
+ | vertical-align: middle; |
||
color:grey; |
color:grey; |
||
background-color: #ECECEC; |
background-color: #ECECEC; |
Revision as of 16:13, 9 October 2013
/* [[Main Page]] specifics */
body.page-Main_Page h1.firstHeading {
display: none;
}
body.page-Main_Page div.mw-headline {
padding: 0.2em 0.4em;
margin: 10px 0 10px 0;
border-bottom: 4px solid #A3BFB1;
border-bottom: 4px solid rgba(163, 191, 177, 0.5);
background-color: white;
background-color: rgba(255, 255, 255, 0.4);
color: black;
font-size: 120%;
font-weight: bold;
}
/* {{key}} page file names */
span.keypage span.filename {
display: none;
}
.table-no,
.table-partial,
.table-yes {
color: black;
text-align: center;
vertical-align: middle;
}
.table-no {
background-color: #FF9090;
}
.table-partial {
background-color: #FFA;
}
.table-yes {
background-color: #90FF90;
}
.table-na {
text-align: center;
vertical-align: middle;
color:grey;
background-color: #ECECEC;
}