Benutzer:Defchris/monobook.css: Unterschied zwischen den Versionen
imported>Defchris K (→Wikicities-Navigation ausblenden: andere Linkunterstreichungen beim drüberfahren (hover)) |
imported>Defchris K (Schützte „Benutzer:Defchris/monobook.css“: Soll nur von mir oder einem fachkundigen Administrator angepasst werden. [edit=sysop:move=sysop]) |
||
(71 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 4: | Zeile 4: | ||
body, p, table, td, div, .pBody, .even, .odd { | body, p, table, td, div, .pBody, .even, .odd { | ||
− | font-family: | + | font-family: sans-serif; |
} | } | ||
body { | body { | ||
background-image: none; | background-image: none; | ||
− | background-color: # | + | background-color: #090909; |
} | } | ||
pre { | pre { | ||
− | font-family: | + | font-family: monospace; |
+ | } | ||
+ | #content { | ||
+ | background: black; | ||
+ | color: white; | ||
+ | border: #999999; | ||
+ | padding-top: .75em; | ||
+ | } | ||
+ | .content-ads { | ||
+ | border-right: none !important; | ||
+ | } | ||
+ | del.diffchange { | ||
+ | background: ivory; | ||
+ | border-bottom: 2px red solid; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | ins.diffchange { | ||
+ | background: skyblue; | ||
+ | border-bottom: 2px yellow solid; | ||
+ | color: black; | ||
} | } | ||
/* | /* | ||
− | ===== | + | |
+ | ===== Monobook-Sidebars ===== | ||
*/ | */ | ||
− | + | ||
− | + | .pBody { | |
− | + | border: none; | |
− | + | background: black; | |
+ | -moz-border-radius-topright: .7em; | ||
+ | -moz-border-radius-bottomright: .7em; | ||
+ | } | ||
+ | |||
+ | #p-navigation .pBody, #p-community .pBody, #p-tb .pBody, #p-wikicities-nav .pBody { | ||
+ | padding: .1em .5em .5em .5em; | ||
} | } | ||
− | .pBody { | + | #p-search .pBody { |
− | border- | + | padding-top: .5em; |
+ | } | ||
+ | |||
+ | input#searchInput { | ||
+ | background: #090909; | ||
+ | border: none; | ||
+ | padding: .25em; | ||
+ | color: white; | ||
+ | font: sans-serif; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | ===== Links ===== | ||
+ | */ | ||
+ | a { | ||
+ | color: #00CCFF; | ||
} | } | ||
− | |||
− | |||
a:visited { | a:visited { | ||
− | color: # | + | color: #right; |
} | } | ||
+ | |||
a.new, a.new:visited { | a.new, a.new:visited { | ||
text-decoration: none; | text-decoration: none; | ||
− | color: #FF8800; | + | color: #FF8800 !important; |
} | } | ||
− | a | + | a:hover { |
text-decoration: none; | text-decoration: none; | ||
− | border-bottom: | + | border-bottom: dashed 1px #00bcef; |
− | + | } | |
+ | |||
+ | a.new:hover { | ||
+ | text-decoration: none; | ||
+ | border-bottom: dashed 1px #FF8800; | ||
+ | } | ||
+ | |||
+ | a img, a:hover img, a.new:hover img { | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | div.portlet a:hover { | ||
+ | padding-bottom: -1px; | ||
+ | margin-bottom: -1px; | ||
+ | } | ||
+ | |||
+ | #bodyContent a[href ^="http://"], | ||
+ | #bodyContent a[href ^="gopher://"] { | ||
+ | content: url("/graphics/link_external.gif"); | ||
+ | } | ||
+ | #bodyContent a[href ^="http://de.wikipedia.org"]:after, | ||
+ | #bodyContent a[href ^="http://en.wikipedia.org"]:after { | ||
+ | content:url("http://img340.imageshack.us/img340/4200/attachmentsq2.png"); } | ||
/* | /* | ||
Zeile 53: | Zeile 116: | ||
===== Thumbnails ===== | ===== Thumbnails ===== | ||
*/ | */ | ||
− | .thumb | + | div.thumb { |
− | border: | + | border: none !important; |
+ | background: #090909; | ||
+ | margin-bottom: .5em; | ||
+ | } | ||
+ | |||
+ | div.thumb div.thumbinner { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | table.wiki-sidebar { | ||
+ | border: none !important; | ||
} | } | ||
.tright { | .tright { | ||
− | margin-left: | + | border: none; |
+ | margin-left: .5em; | ||
+ | } | ||
+ | .tleft { | ||
+ | border: none; | ||
+ | margin-right: .5em; | ||
} | } | ||
td.heading { | td.heading { | ||
− | border: | + | border: none; |
} | } | ||
/* | /* | ||
+ | |||
===== Hinweistafeln ===== | ===== Hinweistafeln ===== | ||
*/ | */ | ||
− | div.notice, div.usermessage, div.stub, div.header-notice, div.featured { | + | div.notice, div.usermessage, div.stub, div.header-notice, div.featured, div.logbuch { |
margin-left: 75px; | margin-left: 75px; | ||
margin-right: 75px; | margin-right: 75px; | ||
Zeile 90: | Zeile 169: | ||
background-color: #33191B !important; | background-color: #33191B !important; | ||
} | } | ||
− | .header-notice { | + | .header-notice, .logbuch { |
border: 2px solid #EEEEEE !important; | border: 2px solid #EEEEEE !important; | ||
background-color: #303030 !important; | background-color: #303030 !important; | ||
Zeile 97: | Zeile 176: | ||
border: 2px solid gold !important; | border: 2px solid gold !important; | ||
background-color: #6B4E07 !important; | background-color: #6B4E07 !important; | ||
+ | } | ||
+ | .logbuch { | ||
+ | text-align: justify !important; | ||
} | } | ||
Zeile 104: | Zeile 186: | ||
*/ | */ | ||
#toc, .toc { | #toc, .toc { | ||
− | border: | + | border: none; |
+ | background: #090909; | ||
+ | -moz-border-radius: .5em | ||
} | } | ||
.toclevel-1 { | .toclevel-1 { | ||
border-top: 1px solid #666; | border-top: 1px solid #666; | ||
+ | width: 100%; | ||
} | } | ||
/* Überschriftenebenen in Inhaltsverzeichnis ausblenden */ | /* Überschriftenebenen in Inhaltsverzeichnis ausblenden */ | ||
Zeile 116: | Zeile 201: | ||
/* | /* | ||
+ | |||
===== Tabellen ===== | ===== Tabellen ===== | ||
*/ | */ | ||
Zeile 123: | Zeile 209: | ||
} | } | ||
td.even { | td.even { | ||
− | border: 1px solid # | + | border: 1px solid #090909 !important; |
font-size: 9pt; | font-size: 9pt; | ||
} | } | ||
− | table.grey, table.wiki-sidebar, table.browser | + | table.grey, table.wiki-sidebar, table.browser { |
border: 1px solid #999 !important; | border: 1px solid #999 !important; | ||
+ | text-align: left; | ||
} | } | ||
− | table.wiki-sidebar td { | + | table.nav { |
+ | border: 1px solid #999 !important; | ||
+ | } | ||
+ | table.wiki-sidebar td, table.wiki-sidebar th { | ||
border: none !important; | border: none !important; | ||
} | } | ||
Zeile 146: | Zeile 236: | ||
/* | /* | ||
− | ===== Sonstiges ==== | + | |
+ | ===== Galerie ===== | ||
+ | */ | ||
+ | |||
+ | div.gallerybox div.thumb { | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | |||
+ | ==== Sonstiges ==== | ||
*/ | */ | ||
Zeile 153: | Zeile 253: | ||
} | } | ||
div#catlinks { | div#catlinks { | ||
− | border | + | border: none; |
− | + | background-color: #090909; | |
− | |||
− | |||
− | background-color: # | ||
color: inherit; | color: inherit; | ||
− | padding | + | padding: 0px .5em; |
− | |||
− | |||
− | |||
} | } | ||
p.catlinks { | p.catlinks { | ||
Zeile 173: | Zeile 267: | ||
#column-google {display: none} | #column-google {display: none} | ||
− | .content-ads {margin-right: 1em;} | + | /* .content-ads {margin-right: 1em;} */ |
+ | |||
+ | span.editsection { | ||
+ | font-size: 8pt; | ||
+ | margin-bottom: -5px; | ||
+ | margin-right: .5em; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | #p-personal .pBody ul { | ||
+ | background: black; | ||
+ | float: right; | ||
+ | padding-left: 0; | ||
+ | -moz-border-radius-bottomleft: 5px; | ||
+ | border-radius-bottomleft: 5px; | ||
+ | height: 18px; | ||
+ | } | ||
+ | /* | ||
+ | ===== Überschriften ===== | ||
+ | */ | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | background: #660000; | ||
+ | border: none !important; | ||
+ | margin-top: .25em; | ||
+ | padding: .25em; | ||
+ | padding-top: .33em; | ||
+ | padding-bottom: .5em; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | h3#siteSub { | ||
+ | background: black; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | |||
+ | ===== Benutzerseite ===== | ||
+ | */ | ||
+ | |||
+ | .personal-defchris { | ||
+ | visibility: visible !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | ===== für Sidebar-Test ===== | ||
+ | |||
+ | div.sidebar { | ||
+ | width: 20.5em; | ||
+ | float: right; | ||
+ | background: #eeeeff; | ||
+ | margin-left: .5em; | ||
+ | border: none; | ||
+ | margin-bottom: .25em; | ||
+ | } | ||
+ | |||
+ | table.sidebar { | ||
+ | width: 20em; | ||
+ | float: right; | ||
+ | margin-left: .5em; | ||
+ | border: 1px solid #999999; | ||
+ | border-collapse: collapse; | ||
+ | padding: .25em; | ||
+ | margin-bottom: .5em; | ||
+ | margin-top: 0px; | ||
+ | margin-right: 0px; | ||
+ | } | ||
+ | |||
+ | table.sidebar th { | ||
+ | text-align: center; | ||
+ | font-size: 110%; | ||
+ | background: #660000; | ||
+ | color: #FFD700; | ||
+ | padding-top: .25em; | ||
+ | padding-bottom: .17em; | ||
+ | } | ||
+ | |||
+ | table.sidebar td { | ||
+ | text-align: center; | ||
+ | font-size: 85%; | ||
+ | } | ||
+ | |||
+ | div.line { | ||
+ | margin-top: .5em; | ||
+ | margin-bottom: .75em; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | table.filehistory { | ||
+ | border: none; | ||
+ | font-size: 85%; | ||
+ | } | ||
+ | |||
+ | table.filehistory th { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | table.filehistory td { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | td.mw-imagepage-filesize { | ||
+ | font-size: small; | ||
+ | } |
Aktuelle Version vom 18. März 2008, 20:07 Uhr
/*
===== generelles Layout =====
*/
body, p, table, td, div, .pBody, .even, .odd {
font-family: sans-serif;
}
body {
background-image: none;
background-color: #090909;
}
pre {
font-family: monospace;
}
#content {
background: black;
color: white;
border: #999999;
padding-top: .75em;
}
.content-ads {
border-right: none !important;
}
del.diffchange {
background: ivory;
border-bottom: 2px red solid;
color: black;
}
ins.diffchange {
background: skyblue;
border-bottom: 2px yellow solid;
color: black;
}
/*
===== Monobook-Sidebars =====
*/
.pBody {
border: none;
background: black;
-moz-border-radius-topright: .7em;
-moz-border-radius-bottomright: .7em;
}
#p-navigation .pBody, #p-community .pBody, #p-tb .pBody, #p-wikicities-nav .pBody {
padding: .1em .5em .5em .5em;
}
#p-search .pBody {
padding-top: .5em;
}
input#searchInput {
background: #090909;
border: none;
padding: .25em;
color: white;
font: sans-serif;
}
/*
===== Links =====
*/
a {
color: #00CCFF;
}
a:visited {
color: #right;
}
a.new, a.new:visited {
text-decoration: none;
color: #FF8800 !important;
}
a:hover {
text-decoration: none;
border-bottom: dashed 1px #00bcef;
}
a.new:hover {
text-decoration: none;
border-bottom: dashed 1px #FF8800;
}
a img, a:hover img, a.new:hover img {
border-bottom: none;
}
div.portlet a:hover {
padding-bottom: -1px;
margin-bottom: -1px;
}
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
content: url("/graphics/link_external.gif");
}
#bodyContent a[href ^="http://de.wikipedia.org"]:after,
#bodyContent a[href ^="http://en.wikipedia.org"]:after {
content:url("http://img340.imageshack.us/img340/4200/attachmentsq2.png"); }
/*
===== Überschrift in den Seitenleisten=====
*/
h5 {
font-size:10pt;
}
/*
===== Thumbnails =====
*/
div.thumb {
border: none !important;
background: #090909;
margin-bottom: .5em;
}
div.thumb div.thumbinner {
border: none;
}
table.wiki-sidebar {
border: none !important;
}
.tright {
border: none;
margin-left: .5em;
}
.tleft {
border: none;
margin-right: .5em;
}
td.heading {
border: none;
}
/*
===== Hinweistafeln =====
*/
div.notice, div.usermessage, div.stub, div.header-notice, div.featured, div.logbuch {
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, .logbuch {
border: 2px solid #EEEEEE !important;
background-color: #303030 !important;
}
div.featured {
border: 2px solid gold !important;
background-color: #6B4E07 !important;
}
.logbuch {
text-align: justify !important;
}
/*
===== Aussehen TOC =====
*/
#toc, .toc {
border: none;
background: #090909;
-moz-border-radius: .5em
}
.toclevel-1 {
border-top: 1px solid #666;
width: 100%;
}
/* Ü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 #090909 !important;
font-size: 9pt;
}
table.grey, table.wiki-sidebar, table.browser {
border: 1px solid #999 !important;
text-align: left;
}
table.nav {
border: 1px solid #999 !important;
}
table.wiki-sidebar td, table.wiki-sidebar th {
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;
}
/*
===== Galerie =====
*/
div.gallerybox div.thumb {
margin: 0px;
}
/*
==== Sonstiges ====
*/
ul.special li {
font-size: 9pt;
}
div#catlinks {
border: none;
background-color: #090909;
color: inherit;
padding: 0px .5em;
}
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;} */
span.editsection {
font-size: 8pt;
margin-bottom: -5px;
margin-right: .5em;
color: white;
}
#p-personal .pBody ul {
background: black;
float: right;
padding-left: 0;
-moz-border-radius-bottomleft: 5px;
border-radius-bottomleft: 5px;
height: 18px;
}
/*
===== Überschriften =====
*/
h1, h2, h3, h4, h5, h6 {
background: #660000;
border: none !important;
margin-top: .25em;
padding: .25em;
padding-top: .33em;
padding-bottom: .5em;
text-align: center;
}
h3#siteSub {
background: black;
}
/*
===== Benutzerseite =====
*/
.personal-defchris {
visibility: visible !important;
}
===== für Sidebar-Test =====
div.sidebar {
width: 20.5em;
float: right;
background: #eeeeff;
margin-left: .5em;
border: none;
margin-bottom: .25em;
}
table.sidebar {
width: 20em;
float: right;
margin-left: .5em;
border: 1px solid #999999;
border-collapse: collapse;
padding: .25em;
margin-bottom: .5em;
margin-top: 0px;
margin-right: 0px;
}
table.sidebar th {
text-align: center;
font-size: 110%;
background: #660000;
color: #FFD700;
padding-top: .25em;
padding-bottom: .17em;
}
table.sidebar td {
text-align: center;
font-size: 85%;
}
div.line {
margin-top: .5em;
margin-bottom: .75em;
clear: both;
}
table.filehistory {
border: none;
font-size: 85%;
}
table.filehistory th {
border: none;
}
table.filehistory td {
border: none;
}
td.mw-imagepage-filesize {
font-size: small;
}