MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki Drachengard
Wechseln zu: Navigation, Suche
Zeile 227: Zeile 227:
  
 
div.vectorMenu {
 
div.vectorMenu {
 
+
background-color:lightgrey;
 
}
 
}
  

Version vom 1. Februar 2021, 14:47 Uhr

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


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

}

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

}

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



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

div.vectorTabs {
    background-image: url("http://www.drachengard.de/css/bg.png");
    height: 15px;
    margin-top: 12px;
    padding-left: 0;
}


div.vectorTabs span {
background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;
/*background-image:url(http://www.drachengard.de/css/bg.png);*/
}

div.vectorTabs ul{
/*background-image:url(http://www.drachengard.de/css/bg.png);*/
background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0; 
height: 100%;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 4px 0 0;
}

#p-navigation {
/*background-color:#669A66;*/
background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;
padding-top: 5px;
}

#p-tb {
/*background-color:#669A66;*/
background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;
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;
}

#footer-places a {
color:white;
}


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

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

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

 div#content {
background-color:#669A66;
border:none;
}

div#bodyContent {
background-color:#669A66;
/*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;
}

div#footer #footer-info li {
    color: #FFFFFF;
    line-height: 1.4em;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

div#mw-panel div.portal div.body ul li a {
    color: #000000;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: #000000;
}

div.vectorTabs li a {
 color: #000000;
}


div#mw-panel div.portal {
    border: 1px solid #000000;
    direction: ltr;
    padding-bottom: 1.5em;
}

div#content a.external, div#content a.external[href^="gopher://"] {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    padding-right: 13px;
}


a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #D8D8D8;
    text-decoration: none;
}

a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #D8D8D8; 
    text-decoration: none;
}


#mw-normal-catlinks a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    text-decoration: none;
}

#mw-normal-catlinks a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    text-decoration: none;
}

#toc a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: black;
    text-decoration: none;
}

#toc a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: black;
    text-decoration: none;
}


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

.catlinks {
    background-color: #214821;
    border: 1px solid #AAAAAA;
    clear: both;
    margin-top: 1em;
    padding: 5px;
color:white;
}

div#mw-head {
    height: 80px;
}

div.vectorMenu {
    background-color: #669A66;
}

#mw-subcategories table {
    width:78% !important;
}

div#footer #footer-info li {
color:black;
}

div.vectorMenu {
background-color:lightgrey;
}

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

p-namespaces {
display:none;
}