Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Morbus Iff (talk | contribs) |
Morbus Iff (talk | contribs) |
||
Line 3: | Line 3: | ||
.page-Main_Page #firstHeading { | .page-Main_Page #firstHeading { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | table.gallery { | ||
+ | border: 0; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | table.gallery td .gallerybox { | ||
+ | margin: auto; | ||
} | } | ||
Line 38: | Line 47: | ||
tr.even { | tr.even { | ||
background-color: #edf3fe; | background-color: #edf3fe; | ||
+ | } | ||
+ | |||
+ | .collapseButton { | ||
+ | float: right; | ||
+ | font-weight: normal; | ||
+ | text-align: right; | ||
+ | width: auto; | ||
} | } | ||
.infobox { | .infobox { | ||
− | background | + | background: #eff0ff; |
− | border: 1px solid # | + | border: 1px solid #b5b7cf; |
− | clear: | + | clear: none; |
− | |||
float: right; | float: right; | ||
− | margin- | + | margin: 0 1em 1em 1em; |
− | margin- | + | padding: 10px; |
− | + | text-align: center; | |
+ | width: 235px; | ||
+ | } | ||
+ | |||
+ | .infobox .title { | ||
+ | font-size: 125%; | ||
+ | font-weight: bold; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | .infobox table { | ||
+ | background: transparent; | ||
+ | font-size: 90%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .infobox table .section { | ||
+ | background: #ccf; | ||
} | } | ||
− | .infobox | + | .infobox table .section th { |
− | .infobox th { | + | text-align: center !important; |
+ | } | ||
+ | |||
+ | .infobox table th { | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | width: 100px; | ||
+ | } | ||
+ | |||
+ | .infobox table td { | ||
+ | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .infobox .navcontainer { | ||
+ | font-size: 90%; | ||
+ | margin-top: 0.8em; | ||
+ | } | ||
+ | |||
+ | .infobox .navcontainer b { | ||
+ | font-size: 2em; | ||
+ | } | ||
+ | |||
+ | .infobox .navcontainer b a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .infobox .navcontainer .prev { | ||
+ | float: left; | ||
+ | width: 115px; | ||
+ | } | ||
+ | |||
+ | .infobox .navcontainer .next { | ||
+ | float: right; | ||
+ | width: 115px; | ||
} | } | ||
Revision as of 13:35, 20 April 2010
/* CSS placed here will be applied to all skins */
.page-Main_Page #firstHeading {
display: none;
}
table.gallery {
border: 0;
width: 100%;
}
table.gallery td .gallerybox {
margin: auto;
}
table.wikitable {
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
margin: 1em 1em 1em 0;
}
table.wikitable th {
background: rgb(248,248,248);
border: 1px solid rgb(196,196,196);
padding: 0.2em;
text-align: center;
vertical-align: top;
}
table.wikitable tr, table.wikitable td {
border: 1px solid rgb(235,235,235);
padding: 0.2em;
vertical-align: top;
}
table.wikitable caption {
font-weight: bold;
margin-left: inherit;
margin-right: inherit;
}
table.wikitable code {
background-color: transparent;
}
tr.even {
background-color: #edf3fe;
}
.collapseButton {
float: right;
font-weight: normal;
text-align: right;
width: auto;
}
.infobox {
background: #eff0ff;
border: 1px solid #b5b7cf;
clear: none;
float: right;
margin: 0 1em 1em 1em;
padding: 10px;
text-align: center;
width: 235px;
}
.infobox .title {
font-size: 125%;
font-weight: bold;
margin: auto;
}
.infobox table {
background: transparent;
font-size: 90%;
width: 100%;
}
.infobox table .section {
background: #ccf;
}
.infobox table .section th {
text-align: center !important;
}
.infobox table th {
text-align: left;
vertical-align: top;
width: 100px;
}
.infobox table td {
text-align: left;
vertical-align: top;
}
.infobox .navcontainer {
font-size: 90%;
margin-top: 0.8em;
}
.infobox .navcontainer b {
font-size: 2em;
}
.infobox .navcontainer b a:hover {
text-decoration: none;
}
.infobox .navcontainer .prev {
float: left;
width: 115px;
}
.infobox .navcontainer .next {
float: right;
width: 115px;
}
.references-small {
font-size: 90%;
}
#footer {
height: 26px;
}
#footer ul {
margin-top: 0.8em;
}
#footer img {
margin-top: 4px;
}