MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
(size)
(nix)
Zeile 1: Zeile 1:
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* GeSHi (C) 2004 - 2007 Nigel McNie (http://qbnz.com/highlighter) */
.highlightcode .de1, .highlightcode .de2 { Courier, monospace; font-weight: normal;}
.highlightcode .imp {font-weight: bold; color: red;}
.highlightcode li {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 ol {padding-left: 10px;}
.highlightcode {
        overflow: auto;
        padding: 1em 0.25em;
        margin: 1em;
        font-size:14px;
        /* 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 15. April 2008, 01:34 Uhr