MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Wiki Drachengard
| (50 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 3: | Zeile 3: | ||
body{ | body{ | ||
| − | background:url(http://drachengard.de/images/ | + | /*background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;*/ |
| + | |||
| + | background-color: #497D49!important; | ||
| + | |||
} | } | ||
mw-navigation{ | mw-navigation{ | ||
| − | background:url(http://drachengard.de/images/ | + | background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0; |
| + | |||
} | } | ||
#mw-head { | #mw-head { | ||
| − | background:url(http://drachengard.de/images/ | + | /*background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;*/ |
| + | background-color: #214821; | ||
| + | background-color: ##497D49!important; | ||
} | } | ||
| Zeile 99: | Zeile 105: | ||
background-color:#669A66; | background-color:#669A66; | ||
border:none; | border:none; | ||
| + | margin-right:15px; | ||
} | } | ||
| Zeile 151: | Zeile 158: | ||
div#content a.external, div#content a.external[href^="gopher://"] { | div#content a.external, div#content a.external[href^="gopher://"] { | ||
| − | + | ||
color: #000000; | color: #000000; | ||
padding-right: 13px; | padding-right: 13px; | ||
} | } | ||
| + | |||
a { | a { | ||
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
| − | color: # | + | color: #D8D8D8; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
| Zeile 164: | Zeile 172: | ||
a:visited { | a:visited { | ||
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
| − | color: # | + | color: #D8D8D8; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
| − | mw-normal-catlinks a:visited { | + | #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); | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
color: black; | color: black; | ||
| Zeile 175: | Zeile 195: | ||
} | } | ||
| − | + | #toc a{ | |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
color: black; | color: black; | ||
text-decoration: none; | 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:white; | ||
| + | } | ||
| + | |||
| + | div.vectorMenu { | ||
| + | background-color:lightgrey; | ||
| + | } | ||
| + | |||
| + | #p-personal { | ||
| + | background-color: #669A66; | ||
| + | padding: 5px; | ||
| + | } | ||
| + | |||
| + | p-namespaces { | ||
| + | display:none; | ||
| + | } | ||
| + | |||
| + | div#mw-head { | ||
| + | background-color:#497D49; | ||
Aktuelle Version vom 29. November 2022, 14:58 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body{
/*background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0;*/
background-color: #497D49!important;
}
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;*/
background-color: #214821;
background-color: ##497D49!important;
}
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;
margin-right:15px;
}
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://"] {
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:white;
}
div.vectorMenu {
background-color:lightgrey;
}
#p-personal {
background-color: #669A66;
padding: 5px;
}
p-namespaces {
display:none;
}
div#mw-head {
background-color:#497D49;