„Benutzer:Leon/monobook.css“ – Versionsunterschied
Erscheinungsbild
Inhalt gelöscht Inhalt hinzugefügt
Leon (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
K hat „Benutzer:LeonWeber/monobook.css“ nach „Benutzer:Leon/monobook.css“ verschoben: durch die Umbenennung von „Benutzer:LeonWeber“ nach „Benutzer:Leon“ automatisch verschobene Seite. |
||
(36 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* remove the ugly, recently-reinstated link underlines */ |
|||
/** Wer hier was ändert, wird mit einem Kackbalken nicht unter zwei Jahren bestraft. **/ |
|||
#BodyContent a { text-decoration: none; } |
|||
/** Auch der Versuch ist strafbar. **/ |
|||
#BodyContent a:hover { text-decoration: none; color: #fabd23;} |
|||
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */ |
|||
/* body { background: #f9f9f9; } */ |
|||
a[href$="LeonWeber"]{font-weight:bold;} |
|||
div.usermessage{background-color: #EEEEFF !important; border-color: #4169E1 !important;} |
|||
/* #content { |
|||
text-align:justify; |
|||
} */ |
|||
ol,ul,dl { |
|||
text-align:left; |
|||
} |
|||
table.metadata { display:block; } |
|||
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ |
|||
#p-cactions ul li, #p-cactions ul li a { |
#p-cactions ul li, #p-cactions ul li a { |
||
-moz-border-radius-topleft: .5em; |
-moz-border-radius-topleft: .5em; |
||
-moz-border-radius-topright: .5em; |
-moz-border-radius-topright: .5em; |
||
} |
} |
||
#content { |
|||
#content, #footer { |
|||
-moz-border-radius-topleft: .5em; |
|||
-moz-border-radius- |
-moz-border-radius-topleft: .5em; |
||
-moz-border-radius-bottomleft: .5em; |
|||
} |
} |
||
div.pBody { |
div.pBody { |
||
-moz-border-radius-topright: .5em; |
-moz-border-radius-topright: .5em; |
||
-moz-border-radius-bottomright: .5em; |
-moz-border-radius-bottomright: .5em; |
||
} |
} |
||
/* Dotted borders on pre look ugly, replace with a solid one */ |
|||
/* bottom tab styling (not for IE currently) */ |
|||
#bodyContent pre { |
|||
#mytabs { |
|||
border: 1px solid #aaa; |
|||
white-space:nowrap; |
|||
line-height: 1.1em; |
|||
overflow: visible; |
|||
border-collapse: collapse; |
|||
padding: 0 0 0 1em; |
|||
list-style: none; |
|||
font-size: 95%; |
|||
} |
} |
||
table.metadata { display:table; } |
|||
/* |
|||
a { |
|||
#mytabs li { |
|||
text-decoration: none; |
|||
border: 1px solid #aaaaaa; |
|||
border-top: none; |
|||
padding: 0.1em 0 0 0; |
|||
margin: 0 0.3em 0 0; |
|||
overflow: visible; |
|||
background: White; |
|||
} |
} |
||
a:hover { |
|||
border-bottom: 1px solid #00f; |
|||
#mytabs li.selected { |
|||
text-decoration: none; |
|||
} |
|||
padding: 0.2em 0 0 0; |
|||
*/ |
|||
/* Make borders a little better */ |
|||
#searchInput { |
|||
border: 1px solid #aaa; |
|||
background-color: #eee; |
|||
} |
} |
||
/* Mozilla.org-like input box focus */ |
|||
#mytabs li a { |
|||
#p-search input:focus, #p-search input:hover { |
|||
background-color: White; |
|||
color: # |
background-color: #fff; |
||
border: none; |
|||
padding: 0.3em 0.8em 0 0.8em; |
|||
text-decoration: none; |
|||
text-transform: lowercase; |
|||
position: relative; |
|||
margin: 0; |
|||
} |
} |
||
#searchInput { |
|||
#mytabs li.selected a { z-index: 3; } |
|||
border-top: 1px inset; |
|||
border-left: 1px inset; |
|||
#mytabs .new a { color:#ba0000; } |
|||
border-right: 10px inset; |
|||
#mytabs li a:hover { |
|||
z-index: 3; |
|||
text-decoration: none; |
|||
} |
} |
||
/* Nice borders for (almost) all boxes */ |
|||
#mytabs h5 { display: none; } |
|||
input[type="radio"], |
|||
input[type="checkbox"] { border:none; } |
|||
#mytabs li.istalk { margin-right: 0; } |
|||
input[type="text"], input[type="submit"], textarea { |
|||
border: 1px solid #aaa !important; |
|||
#mytabs li.istalk a { padding-right: 0.5em; } |
|||
#mytabs-ca-addsection a { |
|||
padding-left: 0.4em; |
|||
padding-right: 0.4em; |
|||
} |
} |
||
/* make round corners for the rest */ |
|||
input[type="text"], input[type="submit"], textarea, pre, #toc { |
|||
-moz-border-radius: .5em; |
|||
} |
|||
/* The 'Edit summary' box is way to crammed in the textarea box by default */ |
|||
textarea { margin-bottom: 4px; } |
|||
input[type="submit"] {color: #aaa !important;} |
|||
/* offsets to distinguish the tab groups */ |
|||
input[type="submit"]:hover, input[type="submit"]:focus {color: #fabd23 !important;} |
|||
li#mytabs-ca-talk { margin-right: 1.6em; } |
|||
#p-cactions li a {color: #aaa;} |
|||
#p-cactions li a:hover {color: #000;} |
|||
#p-cactions li.selected a {color: #000 !important;} |
|||
#p-cactions li.new a {color: #ba0000 !important;} |
|||
li#mytabs-ca-watch { margin-left: 1.6em; } |
|||
/* comment out if bottom tabs should be rounded as well in moz */ |
|||
#mytabs li, #mytabs li a { |
|||
-moz-border-radius-bottomleft: .5em; |
|||
-moz-border-radius-bottomright: .5em; |
|||
} |
|||
/* Arg! */ |
|||
a:hover { color: blue; background-color: #FFF68F; font-weight: bold; border: 1px solid #aaa; } |
|||
div.usermessage { display: none } |
Aktuelle Version vom 27. März 2008, 07:18 Uhr
/* remove the ugly, recently-reinstated link underlines */
#BodyContent a { text-decoration: none; }
#BodyContent a:hover { text-decoration: none; color: #fabd23;}
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
#content, #footer {
-moz-border-radius-topleft: .5em;
-moz-border-radius-bottomleft: .5em;
}
div.pBody {
-moz-border-radius-topright: .5em;
-moz-border-radius-bottomright: .5em;
}
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
border: 1px solid #aaa;
}
table.metadata { display:table; }
/*
a {
text-decoration: none;
}
a:hover {
border-bottom: 1px solid #00f;
text-decoration: none;
}
*/
/* Make borders a little better */
#searchInput {
border: 1px solid #aaa;
background-color: #eee;
}
/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
background-color: #fff;
}
#searchInput {
border-top: 1px inset;
border-left: 1px inset;
border-right: 10px inset;
}
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
border: 1px solid #aaa !important;
}
/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
-moz-border-radius: .5em;
}
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }
input[type="submit"] {color: #aaa !important;}
input[type="submit"]:hover, input[type="submit"]:focus {color: #fabd23 !important;}
#p-cactions li a {color: #aaa;}
#p-cactions li a:hover {color: #000;}
#p-cactions li.selected a {color: #000 !important;}
#p-cactions li.new a {color: #ba0000 !important;}
/* Arg! */
div.usermessage { display: none }