Ero sivun ”Järjestelmäviesti:Common.css” versioiden välillä
Siirry navigaatioon
Siirry hakuun
| Rivi 9: | Rivi 9: | ||
.noautonum .tocnumber { | .noautonum .tocnumber { | ||
display: none; | display: none; | ||
| + | } | ||
| + | |||
| + | /*************/ | ||
| + | /* Wikitable */ | ||
| + | /*************/ | ||
| + | |||
| + | /* wikitable/prettytable class for skinning normal tables */ | ||
| + | |||
| + | table.wikitable, | ||
| + | table.prettytable { | ||
| + | margin: 1em 1em 1em 0; | ||
| + | background: #f9f9f9; | ||
| + | border: 1px #aaaaaa solid; | ||
| + | border-collapse: collapse; | ||
| + | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | table.wikitable th, table.wikitable td, | ||
| + | table.prettytable th, table.prettytable td { | ||
| + | border: 1px #aaaaaa solid; | ||
| + | padding: 0.2em; | ||
| + | } | ||
| + | |||
| + | table.wikitable th, | ||
| + | table.prettytable th { | ||
| + | background: #f2f2f2; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | table.wikitable caption, | ||
| + | table.prettytable caption { | ||
| + | margin-left: inherit; | ||
| + | margin-right: inherit; | ||
| + | } | ||
| + | |||
| + | .collapseButton { /* 'show'/'hide' buttons created dynamically */ | ||
| + | float: right; /* by the CollapsibleTables javascript in */ | ||
| + | font-weight: normal; /* [[MediaWiki:Common.js]] are styled here */ | ||
| + | text-align: right; /* so they can be customised. */ | ||
| + | width: auto; | ||
| + | } | ||
| + | strong.selflink { | ||
| + | font-weight: 700; /* Prevent the 'double bold' bug in Firefox when using DirectWrite */ | ||
} | } | ||
Versio 1. helmikuuta 2016 kello 20.29
/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */
/* kuvastojen tasaaminen taulukoiden yläreunaan */
.kuvasto tr {
vertical-align: top;
}
/* mahdollisuus piilottaa numerointi sisällysluettelossa */
.noautonum .tocnumber {
display: none;
}
/*************/
/* Wikitable */
/*************/
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
vertical-align: top;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically */
float: right; /* by the CollapsibleTables javascript in */
font-weight: normal; /* [[MediaWiki:Common.js]] are styled here */
text-align: right; /* so they can be customised. */
width: auto;
}
strong.selflink {
font-weight: 700; /* Prevent the 'double bold' bug in Firefox when using DirectWrite */
}
/**** NavFrame ****/
div.NavFrame {
margin: 0px;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
background-color: #ccf;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
float: right;
margin-right: 3px;
font-weight: normal;
font-size: 90%;
}
/**** /NavFrame ***/