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

Aus drf-faq
Wechseln zu: Navigation, Suche
K (Halbherzigen Versuch der Farbanpassung entfernt (verdammtes Monobook-style!))
K
 
Zeile 12: Zeile 12:
 
body {
 
body {
 
     font-size:70%;
 
     font-size:70%;
     font-family: Palatino, Times New Roman, Times, serif;
+
     font-family: Palatino, Baskerville, Georgia, Times New Roman, Times, serif;
 
}
 
}
  

Aktuelle Version vom 3. Oktober 2010, 04: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 { }