Benutzer:Defchris/monobook.css: Unterschied zwischen den Versionen
imported>Defchris K (dann testen wir mal die veränderbare "featured"-Klasse) |
imported>Defchris |
||
Zeile 1: | Zeile 1: | ||
+ | /* | ||
+ | ===== generelles Layout ===== | ||
+ | */ | ||
+ | |||
body, p, table, td, div, .pBody, .even, .odd { | body, p, table, td, div, .pBody, .even, .odd { | ||
font-family: Lucida Grande, Tahoma, Verdana, Helvetiva, sans-serif; | font-family: Lucida Grande, Tahoma, Verdana, Helvetiva, sans-serif; | ||
Zeile 10: | Zeile 14: | ||
} | } | ||
− | /* Wikicities-Navigation ausblenden */ | + | /* |
+ | ===== Wikicities-Navigation ausblenden ===== | ||
+ | */ | ||
#p-wikicities-nav { | #p-wikicities-nav { | ||
visibility: hidden; | visibility: hidden; | ||
Zeile 31: | Zeile 37: | ||
} | } | ||
− | /* Überschrift in den Seitenleisten */ | + | /* |
+ | ===== Überschrift in den Seitenleisten===== | ||
+ | */ | ||
h5 { | h5 { | ||
font-size:10pt; | font-size:10pt; | ||
} | } | ||
− | /* Thumbnails */ | + | /* |
+ | ===== Thumbnails ===== | ||
+ | */ | ||
.thumb, .tright, .tleft, table.wiki-sidebar { | .thumb, .tright, .tleft, table.wiki-sidebar { | ||
border: 1px solid #999999 !important; | border: 1px solid #999999 !important; | ||
Zeile 48: | Zeile 58: | ||
} | } | ||
− | /* | + | /* |
+ | ===== Hinweis-Tafeln ===== | ||
+ | */ | ||
div.notice, div.usermessage, div.stub, div.header-notice, div.featured { | div.notice, div.usermessage, div.stub, div.header-notice, div.featured { | ||
margin-left: 75px; | margin-left: 75px; | ||
Zeile 81: | Zeile 93: | ||
} | } | ||
− | /* Aussehen TOC */ | + | /* |
+ | ===== Aussehen TOC ===== | ||
+ | */ | ||
#toc, .toc { | #toc, .toc { | ||
border: 1px solid #999; | border: 1px solid #999; | ||
Zeile 94: | Zeile 108: | ||
} | } | ||
− | /* Tabellen */ | + | /* |
+ | ===== Tabellen ===== | ||
+ | */ | ||
td.odd { | td.odd { | ||
border: 1px solid #222 !important; | border: 1px solid #222 !important; | ||
Zeile 121: | Zeile 137: | ||
border: none !important; | border: none !important; | ||
} | } | ||
+ | |||
+ | /* | ||
+ | ===== Sonstiges ==== | ||
+ | */ | ||
ul.special li { | ul.special li { |
Version vom 18. Februar 2007, 22:00 Uhr
/*
===== generelles Layout =====
*/
body, p, table, td, div, .pBody, .even, .odd {
font-family: Lucida Grande, Tahoma, Verdana, Helvetiva, sans-serif;
}
body {
background-image: none;
background-color: #222222;
}
pre {
font-family: Lucida Console, Courier New, Courier, fixed;
}
/*
===== Wikicities-Navigation ausblenden =====
*/
#p-wikicities-nav {
visibility: hidden;
height: 0px;
margin: 0px;
}
.pBody {
border-left: none;
}
/* Linkfarbe */
a { color: #00CCFF; }
a:visited {
color: #00bcef;
}
a.new, a.new:visited {
text-decoration: none;
color: #FF8800;
}
/*
===== Überschrift in den Seitenleisten=====
*/
h5 {
font-size:10pt;
}
/*
===== Thumbnails =====
*/
.thumb, .tright, .tleft, table.wiki-sidebar {
border: 1px solid #999999 !important;
}
.tright {
margin-left: 5px;
}
td.heading {
border: 0px;
}
/*
===== Hinweis-Tafeln =====
*/
div.notice, div.usermessage, div.stub, div.header-notice, div.featured {
margin-left: 75px;
margin-right: 75px;
text-align: center;
font-weight: normal;
padding: .5em 1em;
vertical-align: middle;
width: auto;
color: #FFFFFF;
-moz-border-radius: 5px;
}
.usermessage {
border: 2px solid #66BBFF !important;
background-color: #273340 !important;
}
div.stub {
border: 2px solid #FFFF00 !important;
background-color: #303000 !important;
}
.notice {
border: 2px solid #CC0000 !important;
background-color: #33191B !important;
}
.header-notice {
border: 2px solid #EEEEEE !important;
background-color: #303030 !important;
}
div.featured {
border: 2px solid gold !important;
background-color: darkgoldenrod !important;
}
/*
===== Aussehen TOC =====
*/
#toc, .toc {
border: 1px solid #999;
}
.toclevel-1 {
border-top: 1px solid #666;
}
/* Überschriftenebenen in Inhaltsverzeichnis ausblenden */
.toclevel-3, .toclevel-4, .toclevel-5 {
display: none;
}
/*
===== Tabellen =====
*/
td.odd {
border: 1px solid #222 !important;
font-size: 9pt;
}
td.even {
border: 1px solid #333 !important;
font-size: 9pt;
}
table.grey, table.wiki-sidebar, table.browser, table.nav {
border: 1px solid #999 !important;
}
table.wiki-sidebar td {
border: none !important;
}
table.grey td {
border: 1px solid #2A2A2A !important;
}
table.grey tr th, table.grey thead tr th {
border: 1px solid #660000 !important;
}
th.forum_title, th.forum_edited, th.forum_editor {
border: none !important;
}
/*
===== Sonstiges ====
*/
ul.special li {
font-size: 9pt;
}
div#catlinks {
border-top: 1px solid #999;
border-left: none;
border-right: none;
border-bottom: none;
background-color: #333;
color: inherit;
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
p.catlinks {
border: none;
text-align: center;
}
table.browser td, table.browser td.topic{
border: none;
}
#column-google {display: none}
.content-ads {margin-right: 1em;}