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

Aus drf-faq
Wechseln zu: Navigation, Suche
K
K
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 8: Zeile 8:
 
  ****************************************************************************************/
 
  ****************************************************************************************/
  
 
/* Hervorhebungsboxen: Allgemeine Styles zum Auslagern aus Vorlagen */
 
.highlightbox {
 
    margin:0.5em; color:fdb; border:2px groove #222; background-color:#333; text-align:center;
 
}
 
 
.warnbox {
 
    border: 5px dotted red; margin:0.5em; padding:0.5em; background-color:#655;
 
    text-align:center; font-weight: bold;
 
}
 
  
 
/* Allgemeine Styles */
 
/* Allgemeine Styles */
 
body {
 
body {
     background: #222; color:#e0e0e0;  
+
     font-size:70%;
     font-family: Georgia, Times New Roman, Times, serif;
+
     font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
 
}
 
}
  
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
    color: #c0c0c0;
 
 
}
 
}
  
a, #p-personal li a, #p-cactions li a            { color: #fc0; }
+
a, #p-personal li a, #p-cactions li a            { }
a.new, #p-personal li a.new { color:#b60; }
+
a.new, #p-personal li a.new { }
a:visited  { color: #bcaa62; }
+
a:visited  { }
#bodyContent a.external { color:#c6a72b; }
+
#bodyContent a.external { }
  
 
pre {
 
pre {
 
     border: 1px dashed #949494;
 
     border: 1px dashed #949494;
    background-color: #383838; color: #d0d0d0;
 
 
}
 
}
  
.portlet { color:#d0d0d0; }
+
.portlet { }
 
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
 
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
 
     text-transform: none;          // Kleinschreibung nicht erzwingen
 
     text-transform: none;          // Kleinschreibung nicht erzwingen
    color:fc0;
 
 
}
 
}
  
 
#content, .pBody {
 
#content, .pBody {
    background-color: #444;
 
    border: 2px groove #000;
 
    border-highlight-color: #f00;
 
 
     opacity: 1;
 
     opacity: 1;
    color:#eee;
 
 
}
 
}
  
Zeile 59: Zeile 42:
  
 
#content {
 
#content {
     border-right: 0px;
+
     border-right: 0px;
 +
    font-size:100%;
 
}
 
}
  
Zeile 65: Zeile 49:
 
padding: 0 0 2px 0;
 
padding: 0 0 2px 0;
 
font-weight: bold;
 
font-weight: bold;
        background-color:#776655;
 
 
}
 
}
  
 
#p-cactions li a:hover {
 
#p-cactions li a:hover {
    background-color: #444;
 
 
     opacity: 1;     
 
     opacity: 1;     
 
}
 
}
  
 
#p-cactions li a {
 
#p-cactions li a {
    background-color: #555;
 
 
     border: 0px;  
 
     border: 0px;  
 
     border-bottom:0px
 
     border-bottom:0px
Zeile 84: Zeile 65:
  
 
#toc, .toc, .mw-warning, #catlinks, .noarticletext {
 
#toc, .toc, .mw-warning, #catlinks, .noarticletext {
    border-color: #222;
 
    background-color: #383838;
 
 
}
 
}
  
Zeile 96: Zeile 75:
  
 
.wikitable, .prettytable {
 
.wikitable, .prettytable {
    background-color: #484848;
 
    border: 2px #000 groove;
 
 
}
 
}
  
 
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
 
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
    border: 2px #000 groove;
 
    padding: 0.3em;
 
 
}
 
}
  
 
.wikitable th, .prettytable th {
 
.wikitable th, .prettytable th {
    background-color:#555;
 
 
}
 
}
  
Zeile 112: Zeile 86:
 
/* Bilder, Gallerien */
 
/* Bilder, Gallerien */
 
div.thumb {
 
div.thumb {
    border: 1px inset #444;
 
 
}
 
}
  
 
div.thumb div {
 
div.thumb div {
    background-color: #555;
 
 
}
 
}
  
 
div.thumbinner {
 
div.thumbinner {
    background-color: #555;
 
 
}
 
}
  
 
table.gallery {
 
table.gallery {
     border: 1px inset #444;
+
     padding: 0px;
    background-color: #555;
 
    margin: 0px;
 
 
}
 
}
  
 
table.gallery td {
 
table.gallery td {
 
     background-color: inherit;
 
     background-color: inherit;
    border: 1px outset #444;
 
 
}
 
}
  
 
div.gallerybox {
 
div.gallerybox {
    background-color: #555;
 
 
}
 
}
  
 
div.gallerybox div.thumb {
 
div.gallerybox div.thumb {
    border: 1px inset #444;
 
 
}       
 
}       
  
Zeile 145: Zeile 111:
 
/* Seiten-Footer */
 
/* Seiten-Footer */
 
#footer {
 
#footer {
    background-color: #555;
 
 
}
 
}
  
Zeile 157: Zeile 122:
 
td.diff-ntitle { background-color:inherit; }
 
td.diff-ntitle { background-color:inherit; }
 
td.diff-deletedline {  
 
td.diff-deletedline {  
    background-color:#775555;
 
 
     font-size:90%;
 
     font-size:90%;
 
}
 
}
 
td.diff-addedline {  
 
td.diff-addedline {  
    background-color: #557755;
 
 
     font-size:90%;
 
     font-size:90%;
 
}
 
}
 
td.diff-context {  
 
td.diff-context {  
    background:#383838;
 
 
     font-size:90%
 
     font-size:90%
 
}
 
}
.diffchange { color:#ff88ff; }
+
.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 { }