Benutzer:Flo/monobook.css: Unterschied zwischen den Versionen
Aus DGL Wiki
Flo (Diskussion | Beiträge) K |
Flo (Diskussion | Beiträge) (using monobook main.css to create a new style (40%)) |
||
Zeile 1: | Zeile 1: | ||
− | + | /* main part of the site*/ | |
− | background-color: # | + | div#content{ |
− | + | background-color: #291852; border: 1px #C8CAD6 solid; color:white; | |
} | } | ||
+ | /* general styles */ | ||
− | + | table { | |
− | + | font-size: 100%; | |
− | + | background: #6977A1; | |
− | + | border: 1px #C8CAD6 solid; | |
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | a { | |
− | + | text-decoration: none; | |
− | + | color : #E7E7E7; | |
− | + | background: none; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | a:visited { color : #E0E0E0; } | ||
+ | a:active { color : #DD6900; } | ||
+ | a:hover { text-decoration: underline; } | ||
+ | a.stub { color: #772233; } | ||
+ | a.new, | ||
+ | #p-personal a.new { color:red; } | ||
+ | a.new:visited, | ||
+ | #p-personal a.new:visited { color:red; } | ||
− | + | hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} | |
− | + | ||
− | + | h1, h2, h3, h4, h5, h6 { | |
− | + | color: White | |
− | + | background: none; | |
− | + | border-bottom: 1px solid #aaaaaa; | |
− | + | } | |
− | + | h3, h4, h5, h6 { | |
− | + | border-bottom: none; | |
− | + | font-weight: bold; | |
} | } | ||
− | + | abbr, acronym, .explain { | |
− | + | border-bottom: 1px dotted White; | |
− | + | color: White; | |
+ | background: none; | ||
+ | cursor: help; | ||
} | } | ||
+ | code { background-color: #f9f9f9; } | ||
+ | pre { | ||
+ | padding: 1em; | ||
+ | border: 1px dashed #2f6fab; | ||
+ | color: Black; | ||
+ | background-color: #f9f9f9; | ||
+ | line-height: 1.1em; | ||
+ | } | ||
+ | /* the main content area */ | ||
+ | /* --------------------- */ | ||
+ | #contentSub { | ||
+ | line-height: 1.2em; | ||
+ | margin: 0 0 1.4em 1em; | ||
+ | color: #7d7d7d; | ||
+ | } | ||
− | + | .usermessage { | |
− | + | background-color: #ffce7b; | |
− | + | border: 1px solid #ffa500; | |
− | + | color: Black; | |
− | + | font-weight: bold; | |
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
/*category links */ | /*category links */ | ||
#catlinks { | #catlinks { | ||
− | background-color: #6977A1; border: 1px #C8CAD6 solid; | + | border: 1px #C8CAD6 solid; |
+ | background-color: #6977A1; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .documentByLine { | ||
+ | color: #76797c; | ||
+ | } | ||
+ | |||
+ | /* table of contents */ | ||
+ | #toc { | ||
+ | border: 1px #C8CAD6 solid; | ||
+ | background-color: #6977A1; | ||
+ | } | ||
+ | |||
+ | /* TODO: Assign new style | ||
+ | div.thumb div { | ||
+ | border:1px solid #cccccc; | ||
+ | background-color:#f9f9f9; | ||
+ | }*/ | ||
+ | |||
+ | |||
+ | /* User styles */ | ||
+ | /* ----------- */ | ||
+ | |||
+ | .toccolours { | ||
+ | border: 1px #C8CAD6 solid; | ||
+ | background-color: #6977A1; | ||
+ | } | ||
+ | /* TODO: Assign new style | ||
+ | div.townBox { | ||
+ | background:White; | ||
+ | } | ||
+ | div.townBox dl dd { | ||
+ | background-color: #f3f3f3; | ||
} | } | ||
+ | */ | ||
− | /* | + | /* edit views etc */ |
− | + | /* -------------- */ | |
− | + | ||
+ | /* TODO: Assign new style | ||
+ | .autocomment { color: gray; } | ||
+ | #pagehistory li { border: 1px solid White; } | ||
+ | #pagehistory li.selected { | ||
+ | background-color:#f9f9f9; | ||
+ | border:1px dashed #aaaaaa; | ||
} | } | ||
+ | */ | ||
− | /* | + | /* Diff rendering */ |
− | + | /* -------------- */ | |
− | + | /* TODO: Assign new style | |
+ | table.diff { background:white; } | ||
+ | td.diff-otitle { background:#ffffff; } | ||
+ | td.diff-ntitle { background:#ffffff; } | ||
+ | td.diff-addedline { | ||
+ | background:#ccffcc; | ||
+ | font-size: smaller; | ||
+ | } | ||
+ | td.diff-deletedline { | ||
+ | background:#ffffaa; | ||
+ | font-size: smaller; | ||
+ | } | ||
+ | td.diff-context { | ||
+ | background:#eeeeee; | ||
+ | font-size: smaller; | ||
} | } | ||
− | + | span.diffchange { color: red; font-weight: bold; } | |
+ | */ | ||
+ | |||
+ | /* disable interwiki styling */ | ||
− | /* | + | /* TODO: Assign new style |
− | # | + | #bodyContent a.extiw, |
− | + | #bodyContent a.extiw:active { | |
+ | color: #3366bb; | ||
+ | background: none; | ||
+ | padding: 0; | ||
} | } | ||
+ | #bodyContent a.external { color: #3366bb; } | ||
+ | */ | ||
− | /* | + | /* general portlet styles (elements in the quickbar) */ |
− | + | /* ------------------------------------------------- */ | |
− | + | /* TODO: Assign new style | |
− | + | .portlet h6 { | |
+ | background: #ffae2e; | ||
} | } | ||
− | + | */ | |
− | + | ||
− | + | ||
+ | /*navigation and things like this*/ | ||
+ | .pBody { | ||
+ | background: #291852; border: 1px #C8CAD6 solid; | ||
+ | margin: 0.4em; | ||
} | } | ||
+ | /* this is the ul contained in the portlet */ | ||
+ | /* TODO: Assing new Style: | ||
+ | #p-personal ul { | ||
+ | color: #2f6fab; | ||
+ | } | ||
+ | #p-personal li { | ||
+ | color: #2f6fab; | ||
+ | } | ||
+ | #p-personal li a { | ||
+ | text-decoration: none; | ||
+ | color: #005896; | ||
+ | } | ||
+ | #p-personal li a:hover { | ||
+ | background-color: White; | ||
+ | text-decoration: none; | ||
+ | } | ||
− | + | #p-cactions li { | |
− | + | border: 1px solid #aaaaaa; | |
− | + | background: White; | |
− | |||
} | } | ||
− | # | + | #p-cactions li.selected { |
− | + | border-color: #fabd23; | |
− | |||
} | } | ||
− | + | #p-cactions li a { | |
− | + | background-color: White; | |
− | + | color: #002bb8; | |
+ | text-decoration: none; | ||
} | } | ||
+ | #p-cactions .new a { color:#ba0000; } | ||
+ | */ | ||
+ | /** continue here **/ | ||
+ | /* General font families for common tags */ | ||
+ | font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } |
Version vom 2. Oktober 2005, 17:27 Uhr
/* main part of the site*/
div#content{
background-color: #291852; border: 1px #C8CAD6 solid; color:white;
}
/* general styles */
table {
font-size: 100%;
background: #6977A1;
border: 1px #C8CAD6 solid;
}
a {
text-decoration: none;
color : #E7E7E7;
background: none;
}
a:visited { color : #E0E0E0; }
a:active { color : #DD6900; }
a:hover { text-decoration: underline; }
a.stub { color: #772233; }
a.new,
#p-personal a.new { color:red; }
a.new:visited,
#p-personal a.new:visited { color:red; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1, h2, h3, h4, h5, h6 {
color: White
background: none;
border-bottom: 1px solid #aaaaaa;
}
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
abbr, acronym, .explain {
border-bottom: 1px dotted White;
color: White;
background: none;
cursor: help;
}
code { background-color: #f9f9f9; }
pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: Black;
background-color: #f9f9f9;
line-height: 1.1em;
}
/* the main content area */
/* --------------------- */
#contentSub {
line-height: 1.2em;
margin: 0 0 1.4em 1em;
color: #7d7d7d;
}
.usermessage {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: Black;
font-weight: bold;
}
/*category links */
#catlinks {
border: 1px #C8CAD6 solid;
background-color: #6977A1;
clear: both;
}
.documentByLine {
color: #76797c;
}
/* table of contents */
#toc {
border: 1px #C8CAD6 solid;
background-color: #6977A1;
}
/* TODO: Assign new style
div.thumb div {
border:1px solid #cccccc;
background-color:#f9f9f9;
}*/
/* User styles */
/* ----------- */
.toccolours {
border: 1px #C8CAD6 solid;
background-color: #6977A1;
}
/* TODO: Assign new style
div.townBox {
background:White;
}
div.townBox dl dd {
background-color: #f3f3f3;
}
*/
/* edit views etc */
/* -------------- */
/* TODO: Assign new style
.autocomment { color: gray; }
#pagehistory li { border: 1px solid White; }
#pagehistory li.selected {
background-color:#f9f9f9;
border:1px dashed #aaaaaa;
}
*/
/* Diff rendering */
/* -------------- */
/* TODO: Assign new style
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
background:#ccffcc;
font-size: smaller;
}
td.diff-deletedline {
background:#ffffaa;
font-size: smaller;
}
td.diff-context {
background:#eeeeee;
font-size: smaller;
}
span.diffchange { color: red; font-weight: bold; }
*/
/* disable interwiki styling */
/* TODO: Assign new style
#bodyContent a.extiw,
#bodyContent a.extiw:active {
color: #3366bb;
background: none;
padding: 0;
}
#bodyContent a.external { color: #3366bb; }
*/
/* general portlet styles (elements in the quickbar) */
/* ------------------------------------------------- */
/* TODO: Assign new style
.portlet h6 {
background: #ffae2e;
}
*/
/*navigation and things like this*/
.pBody {
background: #291852; border: 1px #C8CAD6 solid;
margin: 0.4em;
}
/* this is the ul contained in the portlet */
/* TODO: Assing new Style:
#p-personal ul {
color: #2f6fab;
}
#p-personal li {
color: #2f6fab;
}
#p-personal li a {
text-decoration: none;
color: #005896;
}
#p-personal li a:hover {
background-color: White;
text-decoration: none;
}
#p-cactions li {
border: 1px solid #aaaaaa;
background: White;
}
#p-cactions li.selected {
border-color: #fabd23;
}
#p-cactions li a {
background-color: White;
color: #002bb8;
text-decoration: none;
}
#p-cactions .new a { color:#ba0000; }
*/
/** continue here **/
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }