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

Aus Horizon
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
+
body
#p-cactions ul li, #p-cactions ul li a {
+
{
   -moz-border-radius-topleft: 1em;
+
   background-color:#505966;
   -moz-border-radius-topright: 1em;
+
   padding:0;
}
+
  margin:0;
#content {
+
   color:#ffffff;
   -moz-border-radius-topleft: 1em;  
+
   font: 11px Verdana;
   -moz-border-radius-bottomleft: 1em;
+
 
}
 
}
div.pBody {
 
  -moz-border-radius-topright: 1em;
 
  -moz-border-radius-bottomright: 1em;
 
background-color: #6D7684;
 
border-bottom: solid #E2E4E6 1px;
 
border-left: solid #B6BBC1 1px;
 
border-right: solid #B6BBC1 1px;
 
 
margin-left: 20px;
 
width: 114px;
 
line-height: 20px;
 
  
 +
#column-one
 +
{
 +
  background-color:#505966;
 +
  width:170px;
 
}
 
}
 
+
#column-content
/* same following the css3 draft specs, any browsers supporting this? */
+
{
#p-cactions ul li, #p-cactions ul li a {
+
   float:right;
   border-radius-topleft: 1em;
+
   margin:0 0 0.6em -12.2em;
   border-radius-topright: 1em;
+
  padding:0;
 +
  width:100%;
 
}
 
}
#content {  
+
#content
   border-radius-topleft: 1em;
+
{
   border-radius-bottomleft: 1em;
+
   background-color:#505966;
 +
   position:relative;
 +
  margin-left:200px;
 
}
 
}
div.pBody {
+
.pBody
   border-radius-topright: 1em;
+
{
  border-radius-bottomright: 1em;
+
   margin-bottom:2px;
 
}
 
}
 
+
.pBody ul
body {
+
{
background-image:url(http://horizon.building-better-worlds.org/homepage/pix/horizon_ornament.jpg);
+
  background-repeat: no-repeat;
 +
  font: bold 11px Verdana;
 +
  text-decoration: none;
 +
  padding:0;
 +
  margin:0;
 
}
 
}
  
#p-navigation {
+
.pBody li,
   margin-top: 10px;
+
.portlet h5
 +
{
 +
  background-color:#3A4759;
 +
  border-bottom:1px solid #8D99AD;
 +
   border-right:1px solid #AAB3BB;
 +
  border-top:1px solid #525D73;
 +
  color:#FFFFFF;
 +
  line-height:16px;
 +
  margin:0px;
 +
  padding:0;
 +
  font: bold 11px Verdana;
 
}
 
}
  
#p-navigation li {
+
.portlet h5
padding:0;margin:0;
+
{
background-color: #3A4759;
+
  padding:2px;
border-bottom: solid #8D99AD 1px;
+
  text-align:center;
border-top: solid #525D73 1px;
+
border-right: solid #AAB3BB 1px;
+
 
+
margin-left: 26px;
+
width: 101px;
+
line-height: 16px;
+
color: #FFFFFF;
+
 
}
 
}
  
#p-navigation ul {
+
.pBody a
}
+
 
+
#p-navigation h5 {
+
border-left: solid #FFFFFF 1px;
+
border-bottom: solid #929191 1px;
+
border-right: solid #929191 1px;
+
background-color: #EBECEC;
+
margin-left: 8px;
+
width: 127px;
+
line-height: 20px;
+
 
+
font: bold 93% Verdana;
+
color: #000000;
+
 
+
padding: 3px;
+
padding-left: 5px;
+
 
+
}
+
 
+
#globalWrapper {
+
 
{
 
{
 
+
  line-height:16px;
background-image: url(http://starborn.org/game/pix/skins/default/left/background.jpg);
+
  color:#FFFFFF;
background-repeat: repeat;
+
  display:block;
background-color: #495465;
+
  padding-left:3px;
margin: 0px;
+
  text-decoration:underline;
padding: 0px;
+
width: 785px;
+
height: 100%;
+
 
}
 
}

Version vom 24. September 2008, 21:16 Uhr

body
{
  background-color:#505966;
  padding:0;
  margin:0;
  color:#ffffff;
  font: 11px Verdana;
}

#column-one
{
  background-color:#505966;
  width:170px;
}
#column-content
{
  float:right;
  margin:0 0 0.6em -12.2em;
  padding:0;
  width:100%;
}
#content
{
  background-color:#505966;
  position:relative;
  margin-left:200px;
}
.pBody
{
  margin-bottom:2px;
}
.pBody ul
{
  background-repeat: no-repeat;
  font: bold 11px Verdana;
  text-decoration: none;
  padding:0;
  margin:0;
}

.pBody li,
.portlet h5
{
  background-color:#3A4759;
  border-bottom:1px solid #8D99AD;
  border-right:1px solid #AAB3BB;
  border-top:1px solid #525D73;
  color:#FFFFFF;
  line-height:16px;
  margin:0px;
  padding:0;
  font: bold 11px Verdana;
}

.portlet h5
{
  padding:2px;
  text-align:center;
}

.pBody a
{
  line-height:16px;
  color:#FFFFFF;
  display:block;
  padding-left:3px;
  text-decoration:underline;
}