Benutzer:MaD/monobook.css

Aus BraLUG-Wiki

< Benutzer:MaD(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Tabs rund, Inaktive grau)
K (Eingabefelder....)
Zeile 30: Zeile 30:
 
#p-cactions ul li.selected a {
 
#p-cactions ul li.selected a {
 
     background: inherit;
 
     background: inherit;
 +
}
 +
 +
input[type=text] {
 +
    border: 1px solid #444444;
 +
    padding: 3px;
 +
    -moz-border-radius: 7px 7px 7px 7px;
 +
}
 +
 +
input[type=submit],input[type=reset],button {
 +
    border: 1px solid #444444;
 
}
 
}

Version vom 10. November 2005, 16:00 Uhr

body {
    background: #FADC9F;
}

.pBody {
    padding: 4px;
    background-color: #F0F0F0;
    border: 1px solid #444444;
    -moz-border-radius: 0px 10px 10px 0px;
}

#p-cactions ul li {
    background-color: #F0F0F0;
    padding: 2px;
    border: 1px solid #444444;
    -moz-border-radius: 10px 10px 0px 0px;
}

#p-cactions ul li a {
    background: inherit;
}

#p-cactions ul li.selected {
    background-color: white;
    padding: 2px;
    border: 1px solid #808040;
    -moz-border-radius: 10px 10px 0px 0px;
}

#p-cactions ul li.selected a {
    background: inherit;
}

input[type=text] {
    border: 1px solid #444444;
    padding: 3px;
    -moz-border-radius: 7px 7px 7px 7px;
}

input[type=submit],input[type=reset],button {
    border: 1px solid #444444;
}
'Persönliche Werkzeuge