Ero sivun ”Järjestelmäviesti:Common.css” versioiden välillä
Siirry navigaatioon
Siirry hakuun
p |
|||
| (13 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
| Rivi 1: | Rivi 1: | ||
/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */ | /* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */ | ||
| + | |||
| + | /* 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 ***/ | ||
/* kuvastojen tasaaminen taulukoiden yläreunaan */ | /* kuvastojen tasaaminen taulukoiden yläreunaan */ | ||
| − | .kuvasto tr { | + | .kuvasto tr, .julkaisu tr { |
vertical-align: top; | vertical-align: top; | ||
} | } | ||
| − | /* | + | /* kuvastomallineen säätöä */ |
| − | . | + | table.kuvastomalline, table.julkaisumalline { |
| − | + | margin-left: auto; | |
| + | margin-right: auto; | ||
| + | background: inherit; | ||
| + | border: 0px #aaaaaa solid; | ||
| + | } | ||
| + | |||
| + | table.kuvastomalline th, table.kuvastomalline td, table.julkaisumalline th, table.julkaisumalline td { | ||
| + | border: 0px #aaaaaa solid; | ||
| + | padding: 0; | ||
| + | } | ||
| + | |||
| + | table.kuvastomalline th, table.julkaisumalline th { | ||
| + | background: inherit; | ||
} | } | ||
Nykyinen versio 29. tammikuuta 2017 kello 14.41
/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */
/* 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 ***/
/* kuvastojen tasaaminen taulukoiden yläreunaan */
.kuvasto tr, .julkaisu tr {
vertical-align: top;
}
/* kuvastomallineen säätöä */
table.kuvastomalline, table.julkaisumalline {
margin-left: auto;
margin-right: auto;
background: inherit;
border: 0px #aaaaaa solid;
}
table.kuvastomalline th, table.kuvastomalline td, table.julkaisumalline th, table.julkaisumalline td {
border: 0px #aaaaaa solid;
padding: 0;
}
table.kuvastomalline th, table.julkaisumalline th {
background: inherit;
}