Benutzer:Mile/monobook.css: Unterschied zwischen den Versionen

Aus drf-faq
Wechseln zu: Navigation, Suche
K
K
Zeile 1: Zeile 1:
/*
+
/**************************************************************************************
  * Mile, 2009-10-18
+
** 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/
 +
**************************************************************************************/
  
/** Kleinschreibung nicht erzwingen */
 
.portlet h5,
 
.portlet h6,
 
#p-personal ul,
 
#p-cactions li a {
 
    text-transform: none;
 
    color:fc0;
 
}
 
  
 
/* Allgemeine Styles zum Auslagern aus Vorlagen */
 
/* Allgemeine Styles zum Auslagern aus Vorlagen */
Zeile 17: Zeile 14:
 
}
 
}
  
 +
 +
/* Allgemeine Styles */
 
table {
 
table {
 
     color:inherit;
 
     color:inherit;
Zeile 55: Zeile 54:
  
 
.portlet { color:#d0d0d0; }
 
.portlet { color:#d0d0d0; }
 +
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
 +
    text-transform: none;          // Kleinschreibung nicht erzwingen
 +
    color:fc0;
 +
}
  
 
#content, .pBody {
 
#content, .pBody {

Version vom 22. Oktober 2009, 19:35 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 zum Auslagern aus Vorlagen */
.highlightbox {
    margin:0.5em; color:fdb; border:2px groove #222; background-color:#333; text-align:center;
}


/* Allgemeine Styles */
table {
    color:inherit;
    background-color:inherit;
}

.wikitable, .prettytable {
    background-color: #484848;
    border: 2px #000 groove;
}

.wikitable th, .wikitable td, .prettytable th, .prettytable td {
    border: 2px #000 groove;
    padding: 0.3em;
}

.wikitable th, .prettytable th {
    background-color:#555;
}

h1, h2, h3, h4, h5, h6 {
    color: #c0c0c0;
}

body {
    background: #222; color:#e0e0e0; font-family: Georgia, Times New Roman, Times, serif;
}

a, #p-personal li a, #p-cactions li a            { color: #fc0; }
a.new, #p-personal li a.new { color:#b60; }
a:visited  { color: #bcaa62; }
#bodyContent a.external { color:#c6a72b; }

pre {
    border: 1px dashed #949494;
    background-color: #383838; color: #d0d0d0;
}

.portlet { color:#d0d0d0; }
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
    text-transform: none;           // Kleinschreibung nicht erzwingen
    color:fc0;
}

#content, .pBody {
    background-color: #444;
    border: 2px groove #000;
    border-highlight-color: #f00;
    opacity: 1;
    color:#eee;
}

#p-search .pBody, #p-navigation .pBody, #p-tb .pBody {
    border-left: 0px;
}

#content {
    border-right: 0px;
}

#p-cactions li.selected a {
	padding: 0 0 2px 0;
	font-weight: bold;
        background-color:#776655;
}

#p-cactions li a:hover {
    background-color: #444;
    opacity: 1;    
}

#p-cactions li a {
    background-color: #555;
    border: 0px; 
    border-bottom:0px
}

.previewnote {
    color: #ca5; font-weight:bold;
}

#toc, .toc, .mw-warning, #catlinks, .noarticletext {
    border-color: #222;
    background-color: #383838;
}

/* Bilder, Gallerien */
div.thumb {
    border: 2px groove #444; 
}

div.thumb div {
    background-color: #383838;
}

div.thumbinner {
    background-color: #383838;
}

table.gallery {
    border: 2px groove #444;
    background-color: #383838;
}

div.gallerybox {
    background-color: inherit;
}

div.gallerybox div.thumb {
    border: 2px groove #444;
}       

/* Seiten-Footer */
#footer {
    background-color: #555;
}

/* 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 { 
    background-color:#775555;
    font-size:90%;
}
td.diff-addedline { 
    background-color: #557755; 
    font-size:90%;
}
td.diff-context { 
    background:#383838; 
    font-size:90%
}
.diffchange { color:#ff88ff; }