Benutzer:Mweinelt/monobook.css: Unterschied zwischen den Versionen
imported>Mweinelt |
imported>Mweinelt |
||
Zeile 13: | Zeile 13: | ||
div { | div { | ||
-moz-border-radius: 6px; | -moz-border-radius: 6px; | ||
+ | } | ||
+ | |||
+ | div.tright { | ||
+ | clear: right; | ||
+ | float: right; | ||
+ | border-width: 0 !important; | ||
+ | margin: 1.25em 0 .8em 1.4em; | ||
+ | } | ||
+ | div.tleft { | ||
+ | float: left; | ||
+ | border-width: 0 !important; | ||
+ | margin: .5em 2.15em .8em 0; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #0088ff; | ||
+ | } | ||
+ | a { | ||
+ | text-decoration: none; | ||
} | } |
Aktuelle Version vom 8. Juni 2007, 18:57 Uhr
body {
background-image: url('http://memory-alpha.org/en/images/b/b1/Ma_background.png');
}
#content {
background-color: #2E2E33;
}
.pBody{
background-color: #2E2E33;
}
div {
-moz-border-radius: 6px;
}
div.tright {
clear: right;
float: right;
border-width: 0 !important;
margin: 1.25em 0 .8em 1.4em;
}
div.tleft {
float: left;
border-width: 0 !important;
margin: .5em 2.15em .8em 0;
}
a:visited {
color: #0088ff;
}
a {
text-decoration: none;
}