The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Common.css"
m (Common CSS for class "table-na.") |
(formatting (mediawiki minifies it on load)) |
||
Line 1: | Line 1: | ||
+ | /* [[Main Page]] specifics */ |
||
− | /* CSS placed here will be applied to all skins */ |
||
− | body.page-Main_Page h1.firstHeading { |
+ | 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:#FFF; background-color:rgba(255, 255, 255, 0.4); color:#000; font-size:120%; font-weight:bold;} |
||
+ | } |
||
− | .table-na{background-color:#ECECEC; background-color:rgba(236, 236, 236, 0.3); color:grey; text-align:center; vertical-align:middle;} |
||
+ | body.page-Main_Page div.mw-headline { |
||
− | .table-no, .table-partial, .table-yes{color:#000; text-align:center;} |
||
+ | padding: 0.2em 0.4em; |
||
− | .table-no{background-color:#FF9090;} |
||
+ | margin: 10px 0 10px 0; |
||
− | .table-partial{background-color:#FFA;} |
||
+ | border-bottom: 4px solid #A3BFB1; |
||
− | .table-yes{background-color:#90FF90;} |
||
+ | 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; |
||
+ | } |
||
+ | |||
+ | |||
+ | |||
+ | .table-no, |
||
+ | .table-partial, |
||
+ | .table-yes, |
||
+ | .table-na { |
||
+ | text-align: center; |
||
+ | vertical-align: middle; |
||
+ | } |
||
+ | .table-no { |
||
+ | color: black; |
||
+ | text-align: center; |
||
+ | background-color: #FF9090; |
||
+ | } |
||
+ | .table-partial { |
||
+ | color: black; |
||
+ | text-align: center; |
||
+ | background-color: #FFA; |
||
+ | } |
||
+ | .table-yes { |
||
+ | color: black; |
||
+ | text-align: center; |
||
+ | background-color: #90FF90; |
||
+ | } |
||
+ | .table-na { |
||
+ | color:grey; |
||
+ | background-color: #ECECEC; |
||
+ | } |
Revision as of 20:06, 7 March 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;
}
.table-no,
.table-partial,
.table-yes,
.table-na {
text-align: center;
vertical-align: middle;
}
.table-no {
color: black;
text-align: center;
background-color: #FF9090;
}
.table-partial {
color: black;
text-align: center;
background-color: #FFA;
}
.table-yes {
color: black;
text-align: center;
background-color: #90FF90;
}
.table-na {
color:grey;
background-color: #ECECEC;
}