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

Aus drf-faq
Wechseln zu: Navigation, Suche
K (css tweaks...)
K
 
(47 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/** Kleinschreibung nicht erzwingen */
+
/****************************************************************************************
.portlet h5,
+
** Der normale Monobook-Style ist ekelhaft und langweilig.                           **
.portlet h6,
+
** Versuche hier eine etwas hübschere Einstellung zu finden.                         **
#p-personal ul,
+
**                                                                                    **
#p-cactions li a {
+
** Mile, 2009-10-18.                                                                  **
    text-transform: none;
+
** Ich gebe diese Stylesheet-Definition unter der Creative Commons cc-by-sa-3.0 frei  **
    color:fc0;
+
** Link zum Lizenztext: http://creativecommons.org/licenses/by-sa/3.0/de/            **
}
+
****************************************************************************************/
  
/*
 
* Mile, 2009-10-18
 
*/
 
  
.highlightbox {
+
/* Allgemeine Styles */
     margin:0.5em; color:fdb; border:2px groove #222; background-color:#333; text-align:center;
+
body {
 +
     font-size:70%;
 +
    font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
 
}
 
}
  
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
    color: #d0d0d0;
 
}
 
 
body {
 
    background: #222; color:#e0e0e0;
 
 
}
 
}
  
a, #p-personal li a, #p-cactions li a            { color: #fc0; }
+
a, #p-personal li a, #p-cactions li a            { }
a:visited  { color: #bcaa62; }
+
a.new, #p-personal li a.new { }
#bodyContent a.external { color:c6a72b; }
+
a:visited  { }
 +
#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 {
 +
    text-transform: none;           // Kleinschreibung nicht erzwingen
 +
}
  
 
#content, .pBody {
 
#content, .pBody {
    background-color: #444;
 
    border: 2px groove #000;
 
    border-highlight-color: #f00;
 
 
     opacity: 1;
 
     opacity: 1;
     color:#eee;
+
}
 +
 
 +
/* Portlets auf der linken Seitenleiste */
 +
#p-search .pBody, #p-navigation .pBody, #p-tb .pBody {
 +
     border-left: 0px;
 
}
 
}
  
 
#content {
 
#content {
     border-right: 0px;
+
     border-right: 0px;
 +
    font-size:100%;
 
}
 
}
  
#p-cactions li.selected {
+
#p-cactions li.selected a {
border: 1px inset #fabd23;
 
 
padding: 0 0 2px 0;
 
padding: 0 0 2px 0;
 
font-weight: bold;
 
font-weight: bold;
Zeile 54: Zeile 52:
  
 
#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: #444;
 
 
     border: 0px;  
 
     border: 0px;  
    // opacity: 0.75;
 
 
     border-bottom:0px
 
     border-bottom:0px
 
}
 
}
  
#toc, .toc, .mw-warning, #catlinks {
+
.previewnote {
     border-color: #222;
+
     color: #ca5; font-weight:bold;
    background-color: #383838;
 
 
}
 
}
  
 +
#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 {
    border-color: #fffdd9;
+
}
 +
 
 +
div.thumb div {
 
}
 
}
  
 
div.thumbinner {
 
div.thumbinner {
    background-color: #fffdd9;
 
 
}
 
}
  
 +
table.gallery {
 +
    padding: 0px;
 +
}
 +
 +
table.gallery td {
 +
    background-color: inherit;
 +
}
 +
 +
div.gallerybox {
 +
}
 +
 +
div.gallerybox div.thumb {
 +
}     
 +
 +
 +
/* Seiten-Footer */
 
#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 {
 +
    font-size:90%;
 +
}
 +
td.diff-addedline {
 +
    font-size:90%;
 +
}
 +
td.diff-context {
 +
    font-size:90%
 +
}
 +
.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 { }