MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: →‎* CSS an dieser Stelle wirkt sich auf alle Skins aus: →‎Body: body { background-color: #33436a; color: #eee; font-size: 92%; line-height: 1.4em; font-family...)
 
K (err)
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* CSS in dieser MediaWiki-Systemnachricht wird auf die GeSHi-Syntaxhervorhebung angewendet */
/* Body */
/* Reinstating borders */
body {
background-color: #33436a;
div.mw-highlight {
color: #eee;
font-size: 92%;
line-height: 1.4em;
font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
}
}
 
/* Navigation */
/* Fix so <source> tags, and .css and .js pages, get normal text size
#globalnav {
  also in some versions of Firefox, Safari, Konqueror, Chrome etc. */
font-family: luxi sans, trebuchet ms, helvetica, bitstream vera sans, sans-serif;
div.mw-highlight div,pre {
position: absolute;
font-family: monospace, "Courier New" !important;
top: 40px;
padding: 5px;
left: 240px;
border: 1px dashed #2f6fab;
display: inline;
color: black;
margin: 0;
background-color: #f9f9f9;
padding: 0;
line-height: 1.1em;
z-index: 5;
border-radius: 6px 6px 6px 6px;
/*
list-style: none;
*/
font-size: 110%;
}
#globalnav li {
color: #43598e;
float: left;
list-style-image: none;
list-style-type: disc;
margin-left: 16pt;
padding-left: 0pt;
}
#globalnav li:first-child {
margin-left: 0;
padding-left: 0;
list-style: none;
}
#globalnav a {
color: #f57900;
padding: 5pt 13pt;
display: block;
}
#globalnav a:hover {
color: #fcaf3e;
}
}


/* Icon Renderings */
h3 {
margin-top: 0px;
text-transform: capitalize;
}


div.icons {
#toc {
display: block;
  display:block;
float: left;
-moz-border-radius: 5px;
border: 1px solid #e0e0e0;
margin: 4px;
padding: 1em;
}
}


div.icons div {
/* to see the category links at the bottom of the page */
width: 300px;
#catlinks {display:block; border-radius: 6px;}
position: relative;
margin-bottom: 2em;
float: left;
}
 
div.icons div h4 {
position: absolute;
bottom: 0px;
left: 0px;
font-size: small;
}

Aktuelle Version vom 15. Dezember 2017, 00:58 Uhr

 1 /* CSS in dieser MediaWiki-Systemnachricht wird auf die GeSHi-Syntaxhervorhebung angewendet */
 2 /* Reinstating borders */
 3  
 4 div.mw-highlight {
 5 }
 6  
 7 /* Fix so <source> tags, and .css and .js pages, get normal text size 
 8    also in some versions of Firefox, Safari, Konqueror, Chrome etc. */
 9 div.mw-highlight div,pre {
10 	font-family: monospace, "Courier New" !important;
11 	padding: 5px;
12 	border: 1px dashed #2f6fab;
13 	color: black;
14 	background-color: #f9f9f9;
15 	line-height: 1.1em;
16 	border-radius: 6px 6px 6px 6px;
17 }
18 
19 
20 #toc {
21   display:block;
22 }
23 
24 /* to see the category links at the bottom of the page */
25 #catlinks {display:block; border-radius: 6px;}