MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(highlighting) |
(font raus) |
||
Zeile 1: | Zeile 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
/* GeSHi (C) 2004 - 2007 Nigel McNie (http://qbnz.com/highlighter) */ | /* GeSHi (C) 2004 - 2007 Nigel McNie (http://qbnz.com/highlighter) */ | ||
.highlightcode .de1, .highlightcode .de2 { | .highlightcode .de1, .highlightcode .de2 { Courier, monospace; font-weight: normal;} | ||
.highlightcode .imp {font-weight: bold; color: red;} | .highlightcode .imp {font-weight: bold; color: red;} | ||
.highlightcode li { | .highlightcode li {color: black; font-weight: normal; font-style: normal;} | ||
.highlightcode li.li2 {font-weight: bold;} | .highlightcode li.li2 {font-weight: bold;} | ||
.highlightcode .kw1 {color: #b1b100;} | .highlightcode .kw1 {color: #b1b100;} | ||
Zeile 23: | Zeile 23: | ||
.highlightcode { | .highlightcode { | ||
overflow: auto; | overflow: auto; | ||
padding: 1em 0.25em; | padding: 1em 0.25em; | ||
Zeile 30: | Zeile 29: | ||
white-space: nowrap; | white-space: nowrap; | ||
border: 1px dotted #a0a0a0; | border: 1px dotted #a0a0a0; | ||
font-family: 'Courier New', Courier, monospace; | /* font-family: 'Courier New', Courier, monospace; */ | ||
color: #fff; | color: #fff; | ||
background-color: #F9F9F0; | background-color: #F9F9F0; |
Version vom 18. Februar 2008, 23:30 Uhr
1 /** CSS an dieser Stelle wirkt sich auf alle Skins aus */
2 /* GeSHi (C) 2004 - 2007 Nigel McNie (http://qbnz.com/highlighter) */
3 .highlightcode .de1, .highlightcode .de2 { Courier, monospace; font-weight: normal;}
4 .highlightcode .imp {font-weight: bold; color: red;}
5 .highlightcode li {color: black; font-weight: normal; font-style: normal;}
6 .highlightcode li.li2 {font-weight: bold;}
7 .highlightcode .kw1 {color: #b1b100;}
8 .highlightcode .kw2 {color: #000000; font-weight: bold;}
9 .highlightcode .kw3 {color: #000066;}
10 .highlightcode .co1 {color: #808080; font-style: italic;}
11 .highlightcode .co2 {color: #808080; font-style: italic;}
12 .highlightcode .coMULTI {color: #808080; font-style: italic;}
13 .highlightcode .es0 {color: #000099; font-weight: bold;}
14 .highlightcode .br0 {color: #66cc66;}
15 .highlightcode .st0 {color: #ff0000;}
16 .highlightcode .nu0 {color: #cc66cc;}
17 .highlightcode .me1 {color: #006600;}
18 .highlightcode .me2 {color: #006600;}
19 .highlightcode .re0 {color: #0000ff;}
20 .highlightcode .head {color: #F57900;}
21 .highlightcode .foot {color: #F57900;}
22
23
24 .highlightcode {
25 overflow: auto;
26 padding: 1em 0.25em;
27 margin: 1em;
28 /* border: 1px solid #555; */
29 white-space: nowrap;
30 border: 1px dotted #a0a0a0;
31 /* font-family: 'Courier New', Courier, monospace; */
32 color: #fff;
33 background-color: #F9F9F0;
34 line-height: 1.1em;
35 -moz-border-radius: 2.5px;
36 border-radius: 2.5px;
37 /*
38 font-size: 100%;
39 /* background-color: #f0f0f0;
40 margin: 0;
41 line-height: 100%;
42 padding: 0;
43 color: #0000bb;*/
44 }
45
46 .highlightcode a [href^="http://"] {
47 background:transparent no-repeat scroll right center;
48 }