MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Das Sopra Wiki
Änderung 4107 von Dietsch (Diskussion) rückgängig gemacht. |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
table.default { | table.default | ||
{ | |||
border-style:solid; | border-style:solid; | ||
border-color:black; | border-color:black; | ||
Zeile 15: | Zeile 15: | ||
border-left-width:0px; | border-left-width:0px; | ||
border-right-width:0px; | border-right-width:0px; | ||
} | } | ||
table.default th{ | |||
font-weight:bold; | |||
border-width:1px; | |||
text-align:left; | |||
} | |||
table.default td.close{ | table.default td.close{ | ||
border-top-width:1px; | border-top-width:1px; | ||
Zeile 25: | Zeile 29: | ||
border-left-width:0px; | border-left-width:0px; | ||
border-right-width:1px; | border-right-width:1px; | ||
} | } | ||
table.default td.blank { | table.default th.blank | ||
table.default td.blank | |||
{ | |||
background-color:transparent; | background-color:transparent; | ||
border-spacing:0px; | border-spacing:0px; | ||
Zeile 38: | Zeile 40: | ||
} | } | ||
td.week{ | |||
text-align:center; | |||
font-weight:bold; | |||
} | } | ||
table.default th | table.default th, | ||
table.default td, | |||
table.default td.close | |||
{ | |||
border-style:solid; | border-style:solid; | ||
border-color:black; | border-color:black; | ||
padding:5px; | padding:5px; | ||
border-spacing:0px; | |||
} | } | ||
table.default, | |||
*. | td.default, | ||
*.entwurf, | |||
*.implementation2, | |||
*.implementation | |||
{ | |||
background-color:#f9f9f9; | background-color:#f9f9f9; | ||
} | } | ||
table.default th, | |||
tr.entwurf th, | |||
tr.implementation2 th, | |||
tr.implementation th | |||
tr.implementation th { | { | ||
background-color:#C0C0C0; | background-color:#C0C0C0; | ||
} | } | ||
mw-hidden-cats-hidden.mw-hidden-catlinks { | mw-hidden-cats-hidden.mw-hidden-catlinks { | ||
display: none; | display: none; | ||
} | } | ||
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */ | /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */ | ||
Version vom 25. April 2011, 13:21 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
table.default
{
border-style:solid;
border-color:black;
border-width:1px;
padding:1em;
border-spacing:0px;
border-collapse:collapse;
}
table.default td{
border-top-width:1px;
border-bottom-width:1px;
border-left-width:0px;
border-right-width:0px;
}
table.default th{
font-weight:bold;
border-width:1px;
text-align:left;
}
table.default td.close{
border-top-width:1px;
border-bottom-width:1px;
border-left-width:0px;
border-right-width:1px;
}
table.default th.blank
table.default td.blank
{
background-color:transparent;
border-spacing:0px;
border-style:none;
border-width:0px;
}
td.week{
text-align:center;
font-weight:bold;
}
table.default th,
table.default td,
table.default td.close
{
border-style:solid;
border-color:black;
padding:5px;
border-spacing:0px;
}
table.default,
td.default,
*.entwurf,
*.implementation2,
*.implementation
{
background-color:#f9f9f9;
}
table.default th,
tr.entwurf th,
tr.implementation2 th,
tr.implementation th
{
background-color:#C0C0C0;
}
mw-hidden-cats-hidden.mw-hidden-catlinks {
display: none;
}
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.BoxenVerschmelzen,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
clear:both;
}
div.BoxenVerschmelzen div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
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;
}
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
font-size: x-small;
float:right;
}
/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
position:relative;
}
/* Abstand vor Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrame {
margin-top: 0;
}
div.NavFrame + div.NavFrame {
margin-top: 0;
}