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

Aus drf-faq
Wechseln zu: Navigation, Suche
K (css tweaks...)
K (Mehr CSS-Tweaks)
Zeile 21: Zeile 21:
  
 
body {
 
body {
     background: #222; color:#e0e0e0;
+
     background: #222; color:#e0e0e0; font-family: Georgia, Times New Roman, Times, roman;
 
}
 
}
  
Zeile 41: Zeile 41:
 
     opacity: 1;
 
     opacity: 1;
 
     color:#eee;
 
     color:#eee;
 +
}
 +
 +
#p-search .pBody, #p-navigation .pBody, #p-tb .pBody {
 +
    border-left: 0px;
 
}
 
}
  
Zeile 65: Zeile 69:
 
}
 
}
  
#toc, .toc, .mw-warning, #catlinks {
+
#toc, .toc, .mw-warning, #catlinks #noarticletext {
 
     border-color: #222;
 
     border-color: #222;
 
     background-color: #383838;
 
     background-color: #383838;

Version vom 21. Oktober 2009, 18:37 Uhr

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

/*
 * Mile, 2009-10-18
 */

.highlightbox {
    margin:0.5em; color:fdb; border:2px groove #222; background-color:#333; text-align:center;
}

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

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

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

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

.portlet { color:#d0d0d0; }

#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 {
	border: 1px inset #fabd23;
	padding: 0 0 2px 0;
	font-weight: bold;
}

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

#p-cactions li a {
    background-color: #444;
    border: 0px; 
    // opacity: 0.75;
    border-bottom:0px
}

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

div.thumb {
    border-color: #fffdd9; 
}

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

#footer {
    background-color: #555;
}