Benutzer:Mile/monobook.css: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K (Noch lange nicht fertig, aber mir geht gerade die Lust aus, daran weiterzubasteln...) |
Mile (Diskussion | Beiträge) K |
||
| (54 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | /** | + | /**************************************************************************************** |
| − | . | + | ** Der normale Monobook-Style ist ekelhaft und langweilig. ** |
| − | . | + | ** Versuche hier eine etwas hübschere Einstellung zu finden. ** |
| − | + | ** ** | |
| − | + | ** Mile, 2009-10-18. ** | |
| − | + | ** Ich gebe diese Stylesheet-Definition unter der Creative Commons cc-by-sa-3.0 frei ** | |
| + | ** Link zum Lizenztext: http://creativecommons.org/licenses/by-sa/3.0/de/ ** | ||
| + | ****************************************************************************************/ | ||
| + | |||
| + | |||
| + | /* Allgemeine Styles */ | ||
| + | body { | ||
| + | font-size:70%; | ||
| + | font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif; | ||
} | } | ||
| − | + | h1, h2, h3, h4, h5, h6 { | |
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | a { | + | a, #p-personal li a, #p-cactions li a { } |
| − | a:visited | + | a.new, #p-personal li a.new { } |
| + | a:visited { } | ||
| + | #bodyContent a.external { } | ||
pre { | pre { | ||
border: 1px dashed #949494; | border: 1px dashed #949494; | ||
| − | + | } | |
| + | |||
| + | .portlet { } | ||
| + | .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { | ||
| + | text-transform: none; // Kleinschreibung nicht erzwingen | ||
} | } | ||
#content, .pBody { | #content, .pBody { | ||
| − | |||
| − | |||
| − | |||
opacity: 1; | opacity: 1; | ||
| − | + | } | |
| + | |||
| + | /* Portlets auf der linken Seitenleiste */ | ||
| + | #p-search .pBody, #p-navigation .pBody, #p-tb .pBody { | ||
| + | border-left: 0px; | ||
} | } | ||
#content { | #content { | ||
| − | border-right: 0px; | + | border-right: 0px; |
| + | font-size:100%; | ||
} | } | ||
| − | #p-cactions li.selected { | + | #p-cactions li.selected a { |
| − | |||
| − | |||
padding: 0 0 2px 0; | padding: 0 0 2px 0; | ||
font-weight: bold; | font-weight: bold; | ||
| Zeile 42: | Zeile 52: | ||
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
| − | |||
opacity: 1; | opacity: 1; | ||
} | } | ||
#p-cactions li a { | #p-cactions li a { | ||
| − | + | border: 0px; | |
| − | |||
| − | |||
| − | |||
border-bottom:0px | border-bottom:0px | ||
} | } | ||
| − | #toc, .toc, .mw-warning, #catlinks { | + | .previewnote { |
| − | + | color: #ca5; font-weight:bold; | |
| − | background-color: | + | } |
| + | |||
| + | #toc, .toc, .mw-warning, #catlinks, .noarticletext { | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Tabellen... */ | ||
| + | table { | ||
| + | color:inherit; | ||
| + | background-color:inherit; | ||
| + | } | ||
| + | |||
| + | .wikitable, .prettytable { | ||
} | } | ||
| + | .wikitable th, .wikitable td, .prettytable th, .prettytable td { | ||
| + | } | ||
| + | |||
| + | .wikitable th, .prettytable th { | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Bilder, Gallerien */ | ||
div.thumb { | div.thumb { | ||
| − | + | } | |
| + | |||
| + | div.thumb div { | ||
} | } | ||
div.thumbinner { | div.thumbinner { | ||
| − | |||
} | } | ||
| + | |||
| + | table.gallery { | ||
| + | padding: 0px; | ||
| + | } | ||
| + | |||
| + | table.gallery td { | ||
| + | background-color: inherit; | ||
| + | } | ||
| + | |||
| + | div.gallerybox { | ||
| + | } | ||
| + | |||
| + | div.gallerybox div.thumb { | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Seiten-Footer */ | ||
| + | #footer { | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Unterschiede zwischen den Versionen zeigen und hervorheben */ | ||
| + | table.diff { | ||
| + | color:inherit; | ||
| + | background-color:inherit; | ||
| + | } | ||
| + | td.diff-otitle { background-color:inherit; } | ||
| + | td.diff-ntitle { background-color:inherit; } | ||
| + | td.diff-deletedline { | ||
| + | font-size:90%; | ||
| + | } | ||
| + | td.diff-addedline { | ||
| + | font-size:90%; | ||
| + | } | ||
| + | td.diff-context { | ||
| + | font-size:90% | ||
| + | } | ||
| + | .diffchange { } | ||
Aktuelle Version vom 3. Oktober 2010, 03:10 Uhr
/****************************************************************************************
** Der normale Monobook-Style ist ekelhaft und langweilig. **
** Versuche hier eine etwas hübschere Einstellung zu finden. **
** **
** Mile, 2009-10-18. **
** Ich gebe diese Stylesheet-Definition unter der Creative Commons cc-by-sa-3.0 frei **
** Link zum Lizenztext: http://creativecommons.org/licenses/by-sa/3.0/de/ **
****************************************************************************************/
/* Allgemeine Styles */
body {
font-size:70%;
font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
}
h1, h2, h3, h4, h5, h6 {
}
a, #p-personal li a, #p-cactions li a { }
a.new, #p-personal li a.new { }
a:visited { }
#bodyContent a.external { }
pre {
border: 1px dashed #949494;
}
.portlet { }
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
text-transform: none; // Kleinschreibung nicht erzwingen
}
#content, .pBody {
opacity: 1;
}
/* Portlets auf der linken Seitenleiste */
#p-search .pBody, #p-navigation .pBody, #p-tb .pBody {
border-left: 0px;
}
#content {
border-right: 0px;
font-size:100%;
}
#p-cactions li.selected a {
padding: 0 0 2px 0;
font-weight: bold;
}
#p-cactions li a:hover {
opacity: 1;
}
#p-cactions li a {
border: 0px;
border-bottom:0px
}
.previewnote {
color: #ca5; font-weight:bold;
}
#toc, .toc, .mw-warning, #catlinks, .noarticletext {
}
/* Tabellen... */
table {
color:inherit;
background-color:inherit;
}
.wikitable, .prettytable {
}
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
}
.wikitable th, .prettytable th {
}
/* Bilder, Gallerien */
div.thumb {
}
div.thumb div {
}
div.thumbinner {
}
table.gallery {
padding: 0px;
}
table.gallery td {
background-color: inherit;
}
div.gallerybox {
}
div.gallerybox div.thumb {
}
/* Seiten-Footer */
#footer {
}
/* Unterschiede zwischen den Versionen zeigen und hervorheben */
table.diff {
color:inherit;
background-color:inherit;
}
td.diff-otitle { background-color:inherit; }
td.diff-ntitle { background-color:inherit; }
td.diff-deletedline {
font-size:90%;
}
td.diff-addedline {
font-size:90%;
}
td.diff-context {
font-size:90%
}
.diffchange { }