MediaWiki: Common.css
From Technical Support Wiki
| (8 intermediate revisions by the same user not shown) | |||
| Line 18: | Line 18: | ||
} | } | ||
.infobox { | .infobox { | ||
| − | position: | + | position: relative; |
| + | width: 100%; | ||
| + | float: right; | ||
right: 0px; | right: 0px; | ||
| + | } | ||
| + | .wikitable.plainrowheaders th[scope=row] { | ||
| + | font-weight: normal; | ||
| + | /* @noflip */ | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | /* Lists in wikitable 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; | ||
} | } | ||
Latest revision as of 12:49, 14 October 2020
/* CSS placed here will be applied to all skins */
#p-tb{
display : none;
}
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form,
.top-bar.expanded .title-area {
background: 9fd9f1;
color: FFF;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: 9fd9f1;
}
.infobox {
position: relative;
width: 100%;
float: right;
right: 0px;
}
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: left;
}
/* Lists in wikitable 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;
}