Benutzer:Mweinelt/monobook.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
imported>Mweinelt
(Die Seite wurde geleert.)
imported>Mweinelt
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
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;
 +
}

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;
}