MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: '→‎* CSS an dieser Stelle wirkt sich auf alle Skins aus: ')
(highlighting)
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) */
.highlightcode .de1, .highlightcode .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
.highlightcode .imp {font-weight: bold; color: red;}
.highlightcode li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
.highlightcode li.li2 {font-weight: bold;}
.highlightcode .kw1 {color: #b1b100;}
.highlightcode .kw2 {color: #000000; font-weight: bold;}
.highlightcode .kw3 {color: #000066;}
.highlightcode .co1 {color: #808080; font-style: italic;}
.highlightcode .co2 {color: #808080; font-style: italic;}
.highlightcode .coMULTI {color: #808080; font-style: italic;}
.highlightcode .es0 {color: #000099; font-weight: bold;}
.highlightcode .br0 {color: #66cc66;}
.highlightcode .st0 {color: #ff0000;}
.highlightcode .nu0 {color: #cc66cc;}
.highlightcode .me1 {color: #006600;}
.highlightcode .me2 {color: #006600;}
.highlightcode .re0 {color: #0000ff;}
.highlightcode .head {color: #F57900;}
.highlightcode .foot {color: #F57900;}
.highlightcode {
        overflow: auto;
        padding: 1em 0.25em;
        margin: 1em;
        /* border: 1px solid #555; */
        white-space: nowrap;
        border: 1px dotted #a0a0a0;
        font-family: 'Courier New', Courier, monospace;
        color: #fff;
        background-color: #F9F9F0;
        line-height: 1.1em;
        -moz-border-radius: 2.5px;
        border-radius: 2.5px;
/*
font-size: 100%;
/* background-color: #f0f0f0;
margin: 0;
line-height: 100%;
padding: 0;
color: #0000bb;*/
}
.highlightcode a [href^="http://"] {
        background:transparent no-repeat scroll right center;
}

Version vom 3. August 2007, 21:37 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 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
 4 .highlightcode .imp {font-weight: bold; color: red;}
 5 .highlightcode li {font-family: 'Courier New', Courier, monospace; 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 
26         overflow: auto;
27         padding: 1em 0.25em;
28         margin: 1em;
29         /* border: 1px solid #555; */
30         white-space: nowrap;
31         border: 1px dotted #a0a0a0;
32         font-family: 'Courier New', Courier, monospace;
33         color: #fff;
34         background-color: #F9F9F0;
35         line-height: 1.1em;
36         -moz-border-radius: 2.5px;
37         border-radius: 2.5px;
38 /*
39 font-size: 100%;
40 /* background-color: #f0f0f0;
41 margin: 0;
42 line-height: 100%;
43 padding: 0;
44 color: #0000bb;*/
45 }
46 
47 .highlightcode a [href^="http://"] {
48         background:transparent no-repeat scroll right center;
49 }