MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K |
WiMu (Diskussion | Beiträge) K |
||
| Zeile 100: | Zeile 100: | ||
.taskleiste { background: url("images/6/6a/Taskleiste.jpg") 0px 0px; } | .taskleiste { background: url("images/6/6a/Taskleiste.jpg") 0px 0px; } | ||
.task { background: url("images/3/37/Task_inaktiv.jpg") 0px 0px; } | .task { background: url("images/3/37/Task_inaktiv.jpg") 0px 0px; } | ||
| − | .task:hover { background: url("images/5/5a/Task_inaktiv_hover.jpg") 0px 0px; } | + | .task:hover { background: url("images/5/5a/Task_inaktiv_hover.jpg") 0px 0px; text-decoration:none; } |
| + | .task.selected { background: url("images/2/2a/Task_aktiv.jpg") 0px 0px; font-weight:normal; } | ||
Version vom 23. November 2007, 14:55 Uhr
/* Großbuchstaben in den Navigationsbereichen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform:none;
}
/* Personennamen in Kapitälchen: <font class="Person">Name</font> */
.Person {
display:inline;
font-variant:small-caps
}
/* Pro & Contra Kasterl */
.pro {
border:2px solid #00FF00;
background:#EEFFEE;
margin:5px 5px 5px 30px;
padding:5px;
}
.contra {
border:2px solid #FF0000;
background:#FFEEEE;
margin:5px 5px 5px 30px;
padding:5px;
}
/* Markierung von Redirects in [[Special:Allpages]] */
.allpagesredirect {
background-color:#F5F5F5;
font-style: italic;
}
/* Hauptseiten-Boxen-Style */
.hs-box {
margin: 0;
margin-bottom:10px;
border: 1px solid #dfdfdf;
-moz-border-radius: 0.5em;
padding: .3em .6em 0em .6em;
}
/* [[Vorlage:Ausklappen|Ausklappbare Menues]] (erstmal ganz einfach) */
.ausklappen {
background: #f0f0f0 url("images/5/5c/Siehe_auch.png") 3px 8px no-repeat !important;
height: 25px !important;
overflow: hidden !important;
}
.ausklappen:hover {
background: #f0f0f0 url("images/c/c0/Ausgeklappt.png") 3px 8px no-repeat !important;
height: auto !important;
}
/* Styles für die - bald kommende - [[:Vorlage:Bild]] */
.spongebob { background: url("images/a/ac/Spongebobhintergrund.png") 0px 0px; }
.stop { background: url("images/b/be/Stop_mitte.png") 0px 0px repeat-x; }
.stop a { color: black; }
/* class="ausklappen2" (erstmal ganz einfach) */
.ausklappen2 {
background: #f0f0f0 url("images/5/5c/Siehe_auch.png") 3px 8px no-repeat !important;
height: 25px !important;
width:200px !important;
overflow: hidden !important;
}
.ausklappen2:hover {
background: #f0f0f0 url("images/c/c0/Ausgeklappt.png") 3px 8px no-repeat !important;
height: auto !important;
width:100% !important
}
/* Link-Buttons */
.linkbutton1 { border-style: outset !important; }
.linkbutton1:active { border-style: inset !important; }
.linkbutton1 a:hover { text-decoration: none !important; }
.linkbutton2 { border-style: solid !important; }
.linkbutton2:hover { border-style: outset !important; }
.linkbutton2:active { border-style: inset !important; }
.linkbutton2 a:hover { text-decoration: none !important; }
/* Styles für die [[Windowspedia]] ... lösch' ich wieder, wenn ich fertig bin */
.taskleiste { background: url("images/6/6a/Taskleiste.jpg") 0px 0px; }
.task { background: url("images/3/37/Task_inaktiv.jpg") 0px 0px; }
.task:hover { background: url("images/5/5a/Task_inaktiv_hover.jpg") 0px 0px; text-decoration:none; }
.task.selected { background: url("images/2/2a/Task_aktiv.jpg") 0px 0px; font-weight:normal; }