MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki Drachengard
Wechseln zu: Navigation, Suche
Zeile 71: Zeile 71:
  
 
div.vectorTabs ul > li {
 
div.vectorTabs ul > li {
 +
    border-left: 1px solid #000000;
 
     display: block;
 
     display: block;
     height: 20px;
+
     height: 18px;
     margin-top: 20px;
+
     margin-top: 1px;
 
}
 
}
  

Version vom 19. März 2014, 11:47 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


body{
background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0;
}

mw-navigation{
background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0;
}

#mw-head {
background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0;
}



div.vectorTabs li.selected {
background-color:#669A66;
}

div.vectorTabs {
background-image:url(http://www.drachengard.de/css/bg.png);
}


div.vectorTabs span {
background-image:url(http://www.drachengard.de/css/bg.png);
}

div.vectorTabs ul{
background-image:url(http://www.drachengard.de/css/bg.png);
}

#p-navigation {
background-color:#669A66;
padding-top: 5px;
}

#p-tb {
background-color:#669A66;
margin-top: 20px;
padding-top: 5px;
}


a.new, #p-personal a.new {
color:white;
}

#pt-preferences a {
color:white;
}

#pt-watchlist  a{
color:white;
}

#pt-mycontris a {
color:white;
}

#pt-logout a {
color:white;
}


#p-cactions li a {
background-color: #669A66;
}

div.vectorTabs ul > li {
    border-left: 1px solid #000000;
    display: block;
    height: 18px;
    margin-top: 1px;
}

div.vectorTabs span a {
    padding-top: 0;
}

 div#content {
background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;
}

div#bodyContent {
background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;
 padding-top: 2px;
}



#pt-userpage {
color:white;
}

h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid black;
}

h3 {
border: none;
}