MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
paragraph margins in funcdefs. |
Added styling for VTE links that I'll be using. |
||
(22 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
} | } | ||
.mw-geshi | |||
{ | |||
padding: 0.25em; | |||
margin: 0; | |||
} | |||
pre | |||
{ | |||
padding: 0.25em; | |||
} | |||
pre.de1, pre.de2 | |||
{ | |||
margin: 0; | |||
padding: 0; | |||
} | |||
@media screen | |||
{ | |||
pre.de1, pre.de2 | |||
{ | |||
overflow: visible; | |||
} | |||
.mw-geshi | |||
{ | |||
padding: 0.25em; | |||
margin: 0; | |||
overflow: auto; | |||
max-height: 36em; | |||
} | |||
} | |||
/* Remove the Main Page from the... main page. */ | |||
body.page-Main_Page h1.firstHeading { display:none; } | |||
.tpl-code { | |||
font-family: "Consolas", monospace; | |||
background-color: #f8f8f8; | |||
} | |||
.tpl-enum { | |||
font-family: "Consolas", monospace; | |||
background-color: #f8f8f8; | |||
color: #A000A0; | |||
} | |||
.tpl-param { | |||
font-family: "Consolas", monospace; | |||
font-style:italic; | |||
} | |||
/* for the V * T * E links */ | |||
.tpl-vte { | |||
font-size: 8pt; | |||
} | |||
.portal-panel { | |||
padding: 8px; | |||
border-style: solid; | |||
border-width: 1px; | |||
} | |||
.portal-box { | |||
border-style: solid; | |||
border-width: 1px; | |||
margin-bottom: 8px; | |||
} | |||
.portal-box-header { | |||
padding: 4px; | |||
border-style: solid; | |||
border-width: 1px; | |||
font-size: 150%; | |||
text-align: center; | |||
line-height: normal; | |||
} | |||
.portal-box-header-edit { | |||
font-size: 8pt; | |||
} | |||
.portal-box-interior { | |||
padding: 12px; | |||
} | |||
.navbox, | .navbox, | ||
Line 51: | Line 136: | ||
ul + table.navbox { | ul + table.navbox { | ||
margin-top: 0.5em; /* Prevent lists from clinging to navboxes */ | margin-top: 0.5em; /* Prevent lists from clinging to navboxes */ | ||
} | |||
table.compact > tr > th,table.compact > tr > td,table.compact > * > tr > th,table.compact > * > tr > td{ | |||
padding: 0em; | |||
} | } | ||
Latest revision as of 20:11, 25 July 2013
/* CSS placed here will be applied to all skins */
@media screen
{
pre
{
overflow: auto;
max-height: 36em;
}
}
.mw-geshi
{
padding: 0.25em;
margin: 0;
}
pre
{
padding: 0.25em;
}
pre.de1, pre.de2
{
margin: 0;
padding: 0;
}
@media screen
{
pre.de1, pre.de2
{
overflow: visible;
}
.mw-geshi
{
padding: 0.25em;
margin: 0;
overflow: auto;
max-height: 36em;
}
}
/* Remove the Main Page from the... main page. */
body.page-Main_Page h1.firstHeading { display:none; }
.tpl-code {
font-family: "Consolas", monospace;
background-color: #f8f8f8;
}
.tpl-enum {
font-family: "Consolas", monospace;
background-color: #f8f8f8;
color: #A000A0;
}
.tpl-param {
font-family: "Consolas", monospace;
font-style:italic;
}
/* for the V * T * E links */
.tpl-vte {
font-size: 8pt;
}
.portal-panel {
padding: 8px;
border-style: solid;
border-width: 1px;
}
.portal-box {
border-style: solid;
border-width: 1px;
margin-bottom: 8px;
}
.portal-box-header {
padding: 4px;
border-style: solid;
border-width: 1px;
font-size: 150%;
text-align: center;
line-height: normal;
}
.portal-box-header-edit {
font-size: 8pt;
}
.portal-box-interior {
padding: 12px;
}
.navbox,
.navbox-subgroup {
background: #fdfdfd; /* Background color */
}
.navbox-list {
border-color: #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background: #ccccff; /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background: #ddddff; /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
}
.navbox-even {
background: #f7f7f7; /* Even row striping */
}
.navbox-odd {
background: transparent; /* Odd row striping */
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
margin-top: 0.5em; /* Prevent lists from clinging to navboxes */
}
table.compact > tr > th,table.compact > tr > td,table.compact > * > tr > th,table.compact > * > tr > td{
padding: 0em;
}
.funcdef {
font-family: "Consolas", monospace;
background-color: #F8F8F8;
padding-left: 1em;
border: 1px dashed #2F6FAB;
white-space: nowrap;
overflow: auto;
max-height: 36em;
}
.funcdef p {
margin-top: 0;
margin-bottom: 0;
}
.side-list {
float: right;
line-spacing 1.5em;
margin: 10px;
}
.side-list-contents {
font-size: 88%;
border: 1px solid black;
background-color: #F8F8F8;
padding: 0.5em;
}
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li span {
font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
width: 6em;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
}
.navbox .mw-collapsible-toggle {
width: 6em;
}