Difference between revisions of "MediaWiki:Common.css"
| Line 100: | Line 100: | ||
bs-statebar-top-item span, .bs-statebar-top-item a, .bs-statebar-top-item a:visited { | bs-statebar-top-item span, .bs-statebar-top-item a, .bs-statebar-top-item a:visited { | ||
color: black; | color: black; | ||
| + | } | ||
| + | /* Infobox template style */ | ||
| + | .infobox { | ||
| + | border: 1px solid #a2a9b1; | ||
| + | border-spacing: 3px; | ||
| + | background-color: #f8f9fa; | ||
| + | color: black; | ||
| + | /* @noflip */ | ||
| + | margin: 0.5em 0 0.5em 1em; | ||
| + | padding: 0.2em; | ||
| + | /* @noflip */ | ||
| + | float: right; | ||
| + | /* @noflip */ | ||
| + | clear: right; | ||
| + | font-size: 88%; | ||
| + | line-height: 1.5em; | ||
| + | } | ||
| + | .infobox caption { | ||
| + | font-size: 125%; | ||
| + | font-weight: bold; | ||
| + | padding: 0.2em; | ||
| + | } | ||
| + | .infobox td, | ||
| + | .infobox th { | ||
| + | vertical-align: top; | ||
| + | /* @noflip */ | ||
| + | text-align: left; | ||
| + | } | ||
| + | .infobox.bordered { | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | .infobox.bordered td, | ||
| + | .infobox.bordered th { | ||
| + | border: 1px solid #a2a9b1; | ||
| + | } | ||
| + | .infobox.bordered .borderless td, | ||
| + | .infobox.bordered .borderless th { | ||
| + | border: 0; | ||
| + | } | ||
| + | |||
| + | .infobox.sisterproject { | ||
| + | width: 20em; | ||
| + | font-size: 90%; | ||
| + | } | ||
| + | |||
| + | .infobox.standard-talk { | ||
| + | border: 1px solid #c0c090; | ||
| + | background-color: #f8eaba; | ||
| + | } | ||
| + | .infobox.standard-talk.bordered td, | ||
| + | .infobox.standard-talk.bordered th { | ||
| + | border: 1px solid #c0c090; | ||
| + | } | ||
| + | |||
| + | /* styles for bordered infobox with merged rows */ | ||
| + | .infobox.bordered .mergedtoprow td, | ||
| + | .infobox.bordered .mergedtoprow th { | ||
| + | border: 0; | ||
| + | border-top: 1px solid #a2a9b1; | ||
| + | /* @noflip */ | ||
| + | border-right: 1px solid #a2a9b1; | ||
| + | } | ||
| + | |||
| + | .infobox.bordered .mergedrow td, | ||
| + | .infobox.bordered .mergedrow th { | ||
| + | border: 0; | ||
| + | /* @noflip */ | ||
| + | border-right: 1px solid #a2a9b1; | ||
| + | } | ||
| + | |||
| + | /* Styles for geography infoboxes, eg countries, | ||
| + | country subdivisions, cities, etc. */ | ||
| + | .infobox.geography { | ||
| + | border-collapse: collapse; | ||
| + | line-height: 1.2em; | ||
| + | font-size: 90%; | ||
| + | } | ||
| + | |||
| + | .infobox.geography td, | ||
| + | .infobox.geography th { | ||
| + | border-top: 1px solid #a2a9b1; | ||
| + | padding: 0.4em 0.6em 0.4em 0.6em; | ||
| + | } | ||
| + | .infobox.geography .mergedtoprow td, | ||
| + | .infobox.geography .mergedtoprow th { | ||
| + | border-top: 1px solid #a2a9b1; | ||
| + | padding: 0.4em 0.6em 0.2em 0.6em; | ||
| + | } | ||
| + | |||
| + | .infobox.geography .mergedrow td, | ||
| + | .infobox.geography .mergedrow th { | ||
| + | border: 0; | ||
| + | padding: 0 0.6em 0.2em 0.6em; | ||
| + | } | ||
| + | |||
| + | .infobox.geography .mergedbottomrow td, | ||
| + | .infobox.geography .mergedbottomrow th { | ||
| + | border-top: 0; | ||
| + | border-bottom: 1px solid #a2a9b1; | ||
| + | padding: 0 0.6em 0.4em 0.6em; | ||
| + | } | ||
| + | |||
| + | .infobox.geography .maptable td, | ||
| + | .infobox.geography .maptable th { | ||
| + | border: 0; | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | /* Normal font styling for table row headers with scope="row" tag */ | ||
| + | .wikitable.plainrowheaders th[scope=row] { | ||
| + | font-weight: normal; | ||
| + | /* @noflip */ | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | /* Lists in data cells are always left-aligned */ | ||
| + | .wikitable td ul, | ||
| + | .wikitable td ol, | ||
| + | .wikitable td dl { | ||
| + | /* @noflip */ | ||
| + | text-align: left; | ||
| + | } | ||
| + | /* ...unless they also use the hlist class */ | ||
| + | .toc.hlist ul, | ||
| + | #toc.hlist ul, | ||
| + | .wikitable.hlist td ul, | ||
| + | .wikitable.hlist td ol, | ||
| + | .wikitable.hlist td dl { | ||
| + | text-align: inherit; | ||
} | } | ||
Revision as of 22:17, 22 December 2016
#footer {display:none;}
#bs-apps li a {display:none;}
.icon24 {
display: none;
}
#ca-talk {
display: none !important;
}
#sb-LastEditor {
display: none !important;
}
#bs-content-column #left-navigation li a {display:none;}
#sb-PageAssignments-Top-link {display:none;}
#sb-PageAssignments-Top-icon {display:none;}
#bs-nav-item-text"About BlueSpice" {display:none;}
#n-aboutbluespice {
display: none !important;
}
.bs-statebar-top-item {
height: 30px !important;
}
#bs-nav-tabs {
background: rgb(236,31,39);
}
#bs-left-column #bs-nav-sections.ui-tabs div.ui-tabs-panel {
background: #f2f2f2;
}
#bs-data-after-content {
background-color: #FFF;
border-top: 2px solid black;
clear: both;
}
#bs-apps li a {
color: white;
}
#searchform button {
border: 1px solid rgb(236,31,39);
background-color: rgb(236,31,39);
border: 0.1px solid rgb(236,31,39);
}
#searchform input {
padding: 0px 3px;
width: 325px;
border: 1px solid #eee;
}
#bs-left-column #bs-nav-tabs li.ui-state-default.ui-tabs-selected a, #bs-left-column #bs-nav-tabs li.ui-state-default.ui-state-active a, #bs-left-column #bs-nav-tabs li.ui-state-default.ui-state-hover a, #bs-left-column #bs-nav-tabs li.ui-state-default.ui-state-hover a:hover {
color: black;
}
#bs-data-before-content, #bs-data-after-content {
border-top: 1px solid rgb(236,31,39);
}
#bs-content-column #left-navigation li.selected a {
color: black;
}
#bs-application {
margin-top: -13px;
}
#bs-nav-sections {
position: absolute;
top: 136px;
width: 276px;
}
#body.mediawiki #content a, body.mediawiki #content #toc a span {
color: black;
}
#bs-content-column, #footer {
margin-left: 170px;
}
#bs-statebar-viewtoggler {
height: 26px;
}
#bs-logo, #bs-logo a {
height: 134px;
}
#bs-statebar {
height: 29px;
}
#bs-application {
margin-top: -28px;
}
#bs-left-column, #bs-logo, #bs-logo a {
margin-top: -1px;
}
#bs-button-user ul#bs-personal-info {
display: none;
}
#bs-left-column #bs-nav-sections, #bs-left-column #bs-nav-sections h5, #bs-left-column #bs-nav-sections a, #bs-left-column #bs-nav-sections .ui-widget-content a {
width: 170px;
}
#bs-left-column, #bs-logo, #bs-logo a {
width: 165px;
}
#ext-gen1018 {
border-top-width: 1px;
}
right-navigation {
padding-bottom: 2px;
}
bs-statebar-top-item span, .bs-statebar-top-item a, .bs-statebar-top-item a:visited {
color: black;
}
/* Infobox template style */
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
.infobox caption {
font-size: 125%;
font-weight: bold;
padding: 0.2em;
}
.infobox td,
.infobox th {
vertical-align: top;
/* @noflip */
text-align: left;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
.infobox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #a2a9b1;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.infobox.geography {
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td,
.infobox.geography th {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: left;
}
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
text-align: inherit;
}