Difference between revisions of "MediaWiki:Common.css"
From CTWUG Wiki
| (7 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
| − | /* Begin Infobox CSS */ | + | /* Begin Infobox highsite CSS */ |
| − | . | + | .infoboxHighsite.bordered { |
| + | border-collapse:collapse; | ||
| + | } | ||
| + | .infoboxHighsite { | ||
| + | background-color:#F9F9F9; | ||
| + | border:1px solid #AAAAAA; | ||
| + | clear:right; | ||
| + | color:black; | ||
| + | margin: 0 auto; | ||
| + | padding:0.2em; | ||
| + | } | ||
| + | /* End Infobox CSS */ | ||
| + | |||
| + | /* Begin Memberbox CSS */ | ||
| + | .memberbox.bordered { | ||
border-collapse:collapse; | border-collapse:collapse; | ||
} | } | ||
| − | . | + | .memberbox { |
background-color:#F9F9F9; | background-color:#F9F9F9; | ||
border:1px solid #AAAAAA; | border:1px solid #AAAAAA; | ||
| Line 13: | Line 27: | ||
color:black; | color:black; | ||
float:right; | float:right; | ||
| − | margin | + | margin:0.5em 0pt 0.5em 1em; |
| − | |||
| − | |||
padding:0.2em; | padding:0.2em; | ||
} | } | ||
| − | . | + | /* End Memberbox CSS */ |
| − | + | ||
| + | /* Begin Infobox CSS */ | ||
| + | .infobox.bordered { | ||
| + | border-collapse:collapse; | ||
| + | } | ||
| + | .infobox { | ||
| + | background-color:#F9F9F9; | ||
| + | border:1px solid #AAAAAA; | ||
| + | clear:right; | ||
| + | color:black; | ||
| + | float:right; | ||
| + | margin:0.5em 0pt 0.5em 1em; | ||
| + | padding:0.2em; | ||
} | } | ||
/* End Infobox CSS */ | /* End Infobox CSS */ | ||
| + | |||
| + | table.wikitable th, table.prettytable th { | ||
| + | background:#F2F2F2 none repeat scroll 0% 0%; | ||
| + | text-align:center; | ||
| + | } | ||
| + | table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { | ||
| + | border:1px solid #AAAAAA; | ||
| + | padding:0.2em; | ||
| + | } | ||
| + | table.wikitable { | ||
| + | border-collapse:collapse; | ||
| + | } | ||
Latest revision as of 14:12, 14 November 2008
/* CSS placed here will be applied to all skins */
.page-Main_Page h1.firstHeading { display: none; }
/* Begin Infobox highsite CSS */
.infoboxHighsite.bordered {
border-collapse:collapse;
}
.infoboxHighsite {
background-color:#F9F9F9;
border:1px solid #AAAAAA;
clear:right;
color:black;
margin: 0 auto;
padding:0.2em;
}
/* End Infobox CSS */
/* Begin Memberbox CSS */
.memberbox.bordered {
border-collapse:collapse;
}
.memberbox {
background-color:#F9F9F9;
border:1px solid #AAAAAA;
clear:right;
color:black;
float:right;
margin:0.5em 0pt 0.5em 1em;
padding:0.2em;
}
/* End Memberbox CSS */
/* Begin Infobox CSS */
.infobox.bordered {
border-collapse:collapse;
}
.infobox {
background-color:#F9F9F9;
border:1px solid #AAAAAA;
clear:right;
color:black;
float:right;
margin:0.5em 0pt 0.5em 1em;
padding:0.2em;
}
/* End Infobox CSS */
table.wikitable th, table.prettytable th {
background:#F2F2F2 none repeat scroll 0% 0%;
text-align:center;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
border:1px solid #AAAAAA;
padding:0.2em;
}
table.wikitable {
border-collapse:collapse;
}