MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus DGL Wiki
Flo (Diskussion | Beiträge) K (div durch table ersetzt) |
Flo (Diskussion | Beiträge) () |
||
| 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 */ | ||
| + | |||
table.pretty | table.pretty | ||
{ | { | ||
| Zeile 9: | Zeile 10: | ||
empty-cells:show; | empty-cells:show; | ||
rules="all" | rules="all" | ||
| + | } | ||
| + | |||
| + | div.MainPageNews | ||
| + | { | ||
| + | margin: 0; | ||
| + | margin-top:5px; | ||
| + | margin-right:10px; | ||
| + | border: 1px solid #dfdfdf; | ||
| + | padding: 0 1em 1em 1em; | ||
| + | background-color:#E3F0FF; | ||
| + | align:right; | ||
| + | } | ||
| + | |||
| + | div.MainPageWelcome | ||
| + | { | ||
| + | margin: 0; | ||
| + | margin-right:10px; | ||
| + | border: 1px solid #dfdfdf; | ||
| + | padding: 0 1em 1em 1em; | ||
| + | background-color:#F0F0FF; | ||
| + | align:right; | ||
} | } | ||
Version vom 2. Oktober 2005, 20:14 Uhr
/* edit this file to customize the monobook skin for the entire site */
table.pretty
{
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
font-size: 95%;
empty-cells:show;
rules="all"
}
div.MainPageNews
{
margin: 0;
margin-top:5px;
margin-right:10px;
border: 1px solid #dfdfdf;
padding: 0 1em 1em 1em;
background-color:#E3F0FF;
align:right;
}
div.MainPageWelcome
{
margin: 0;
margin-right:10px;
border: 1px solid #dfdfdf;
padding: 0 1em 1em 1em;
background-color:#F0F0FF;
align:right;
}