MediaWiki:Monobook.css: Unterschied zwischen den Versionen
aus DerMoba, der Wissensdatenbank für Modellbahner
(farbe) |
(tabs 1-3) |
||
| Zeile 1: | Zeile 1: | ||
/* edit this file to customize the monobook skin for the entire site */ | /* edit this file to customize the monobook skin for the entire site */ | ||
| − | /* | + | /* TABELLE TYPE 1 Grau / Border --------------------------------------- */ |
| − | table. | + | table.tabtyp1 |
| − | + | { | |
| − | + | background: #fafafa; | |
| − | background: # | + | border: 1px #aaaaaa solid; |
| − | border: 1px | + | |
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
| − | table. | + | table.tabtyp1 th, table.tabtyp1 td |
| − | + | { | |
| − | border: 1px | + | border: 1px #aaaaaa solid; |
| − | padding: 0. | + | padding: 0.4em; |
| + | empty-cells:show; | ||
} | } | ||
| − | table. | + | table.tabtyp1 th |
| − | + | { | |
| − | background: # | + | background: #dddddd; |
| − | text-align: | + | text-align: left; |
} | } | ||
| − | table. | + | /* TABELLE TYPE 2 Grau / Border --------------------------------------- */ |
| − | table. | + | |
| − | + | table.tabtyp2 | |
| − | + | { | |
| + | border-collapse: collapse; | ||
| + | } | ||
| + | |||
| + | table.tabtyp2 th, table.tabtyp2 td | ||
| + | { | ||
| + | background: #dddddd; | ||
| + | border: 2px solid white; | ||
| + | empty-cells:show; | ||
| + | padding: 0.4em; | ||
| + | } | ||
| + | |||
| + | table.tabtyp2 th | ||
| + | { | ||
| + | background: #bbbbbb; | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | /* TABELLE TYPE 3 Grau / Border --------------------------------------- */ | ||
| + | |||
| + | table.tabtyp3 | ||
| + | { | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | |||
| + | table.tabtyp3 th, table.tabtyp3 td | ||
| + | { | ||
| + | empty-cells:show; | ||
| + | padding: 0.4em; | ||
| + | border: 1px solid #aaaaaa | ||
| + | } | ||
| + | |||
| + | table.tabtyp3 th | ||
| + | { | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | .gelb | ||
| + | { | ||
| + | background: #ffffcc; | ||
} | } | ||
Version vom 7. Februar 2006, 15:37 Uhr
/* edit this file to customize the monobook skin for the entire site */
/* TABELLE TYPE 1 Grau / Border --------------------------------------- */
table.tabtyp1
{
background: #fafafa;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.tabtyp1 th, table.tabtyp1 td
{
border: 1px #aaaaaa solid;
padding: 0.4em;
empty-cells:show;
}
table.tabtyp1 th
{
background: #dddddd;
text-align: left;
}
/* TABELLE TYPE 2 Grau / Border --------------------------------------- */
table.tabtyp2
{
border-collapse: collapse;
}
table.tabtyp2 th, table.tabtyp2 td
{
background: #dddddd;
border: 2px solid white;
empty-cells:show;
padding: 0.4em;
}
table.tabtyp2 th
{
background: #bbbbbb;
text-align: left;
}
/* TABELLE TYPE 3 Grau / Border --------------------------------------- */
table.tabtyp3
{
border-collapse: collapse;
}
table.tabtyp3 th, table.tabtyp3 td
{
empty-cells:show;
padding: 0.4em;
border: 1px solid #aaaaaa
}
table.tabtyp3 th
{
text-align: left;
}
.gelb
{
background: #ffffcc;
}