„Benutzer:Eckhart Wörner/monobook.css“ – Versionsunterschied
Erscheinungsbild
Inhalt gelöscht Inhalt hinzugefügt
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
(97 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Experimentell, für die Allgemeinheit unbrauchbar */ |
|||
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ |
|||
#p-cactions ul li, #p-cactions ul li a { |
|||
⚫ | |||
-moz-border-radius-topleft: 1em; |
|||
float:right; |
|||
-moz-border-radius-topright: 1em; |
|||
⚫ | |||
border-style:none solid solid; |
|||
border-width:1px; |
|||
margin-left:3em; |
|||
position:relative; |
|||
} |
} |
||
#content { |
|||
⚫ | |||
-moz-border-radius-topleft: 1em; |
|||
⚫ | |||
-moz-border-radius-bottomleft: 1em; |
|||
border-color:gray; |
|||
border-style:solid none; |
|||
border-width:1px; |
|||
padding:0.1em; |
|||
text-align:center; |
|||
} |
} |
||
⚫ | |||
⚫ | |||
-moz-border-radius-topright: 1em; |
|||
display:none; |
|||
-moz-border-radius-bottomright: 1em; |
|||
} |
} |
||
div.taxobox div.thumb { |
|||
/* same following the css3 draft specs, any browsers supporting this? */ |
|||
border-style:none; |
|||
#p-cactions ul li, #p-cactions ul li a { |
|||
float:none; |
|||
border-radius-topleft: 1em; |
|||
border-radius-topright: 1em; |
|||
} |
} |
||
#content { |
|||
div.taxobox div.thumb div { |
|||
border-radius-topleft: 1em; |
|||
background:none; |
|||
border-radius-bottomleft: 1em; |
|||
border-style:none; |
|||
margin:auto; |
|||
} |
} |
||
div.pBody { |
|||
div.taxobox dl, div.taxobox ul { |
|||
border-radius-topright: 1em; |
|||
margin-left:0.3em; |
|||
border-radius-bottomright: 1em; |
|||
margin-right:0.3em; |
|||
⚫ | |||
div.taxobox ul { |
|||
margin-left:1.8em; |
|||
} |
} |
||
/* für Listen-Abarbeitung gut */ |
|||
a:visited { color:green; } |
|||
/* Müllbeseitigung */ |
|||
.editsection a[href="#top"] { |
|||
div.plainlinks, div.plainlinks + div, #footer, #n-currentevents, #n-sitesupport, div#contentSub + strong { |
|||
display:none; |
display:none; |
||
} |
} |
||
⚫ | |||
font-size:0%; |
|||
⚫ | |||
.editsection a { |
|||
font-size:10pt; |
|||
} |
|||
.editsection:before { |
|||
content:"[ "; |
|||
font-size:10pt; |
|||
} |
|||
.editsection:after { |
|||
content:" ]"; |
|||
font-size:10pt; |
|||
} |
|||
/* verdammtes float-Problem */ |
|||
table.metadata { display:block; } |
|||
h2 { max-width:50%; } |
|||
p { text-align:justify } |
|||
/* center-ergänzung, für fanatiker */ |
|||
⚫ | |||
table.taxobox div.thumb div.thumbcaption { |
|||
{ |
|||
text-align:center; |
|||
⚫ | |||
⚫ | |||
} |
} |
Aktuelle Version vom 13. Februar 2005, 18:36 Uhr
/* Experimentell, für die Allgemeinheit unbrauchbar */
div.taxobox {
float:right;
border-color:gray;
border-style:none solid solid;
border-width:1px;
margin-left:3em;
position:relative;
}
div.taxobox h2, div.taxobox h3 {
background-color:#ffc0c0;
border-color:gray;
border-style:solid none;
border-width:1px;
padding:0.1em;
text-align:center;
}
div.taxobox div.editsection {
display:none;
}
div.taxobox div.thumb {
border-style:none;
float:none;
}
div.taxobox div.thumb div {
background:none;
border-style:none;
margin:auto;
}
div.taxobox dl, div.taxobox ul {
margin-left:0.3em;
margin-right:0.3em;
}
div.taxobox ul {
margin-left:1.8em;
}
/* für Listen-Abarbeitung gut */
a:visited { color:green; }
/* Müllbeseitigung */
div.plainlinks, div.plainlinks + div, #footer, #n-currentevents, #n-sitesupport, div#contentSub + strong {
display:none;
}
/* verdammtes float-Problem */
h2 { max-width:50%; }
p { text-align:justify }
/* center-ergänzung, für fanatiker */
table.taxobox div.thumb div.thumbcaption {
text-align:center;
}