MediaWiki:Monobook.css
Aus VDR Wiki
(Unterschied zwischen Versionen)
Monroe (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 */ | ||
| + | /* images */ | ||
| + | div.floatright, table.floatright { | ||
| + | clear: right; | ||
| + | float: right; | ||
| + | position: relative; | ||
| + | margin: 0 0 .5em .5em; | ||
| + | border: 0; | ||
| + | /* | ||
| + | border: .5em solid white; | ||
| + | border-width: .5em 0 .8em 1.4em; | ||
| + | */ | ||
| + | } | ||
| + | div.floatright p { font-style: italic; } | ||
| + | div.floatleft, table.floatleft { | ||
| + | float: left; | ||
| + | position: relative; | ||
| + | margin: 0 .5em .5em 0; | ||
| + | border: 0; | ||
| + | /* | ||
| + | margin: .3em .5em .5em 0; | ||
| + | border: .5em solid white; | ||
| + | border-width: .5em 1.4em .8em 0; | ||
| + | */ | ||
| + | } | ||
Aktuelle Version vom 13. März 2006, 21:56 Uhr
/* edit this file to customize the monobook skin for the entire site */
/* images */
div.floatright, table.floatright {
clear: right;
float: right;
position: relative;
margin: 0 0 .5em .5em;
border: 0;
/*
border: .5em solid white;
border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
float: left;
position: relative;
margin: 0 .5em .5em 0;
border: 0;
/*
margin: .3em .5em .5em 0;
border: .5em solid white;
border-width: .5em 1.4em .8em 0;
*/
}