Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus avesfeuer.at
Änderung 9298 von Meister (Diskussion) rückgängig gemacht.
K stylesheet
Zeile 56: Zeile 56:




/*TESTWEISE NEU EINGEFÜGTE SACHEN*/
/*EINGEFÜGT FÜR AVESFEUER OPTIK*/
table {
/*UEBERSCHRIFTEN Farbe und Schriftart*/
font-size: 100%;
color: white; /*SCHRIFT IN TABELLE*/
/* we don't want the bottom borders of <h2>s to be visible through
  floated tables */
background-color: #333333; /*HINTERGRUND IN TABELLE*/
border-coloer: black;
 
}
#content {
background: #222222; /*farbe hintergrund artikel*/
color: white;
border: 1px solid #ff0000;
border-right: none;
line-height: 1.5em;
}
 
a {
text-decoration: none;
color: #ff6600; /*LINKS; DIE ES GIBT*/
background: none;
}
a:visited {
color: #ff6600; /*BESUCHTE LINKS*/
}
a:active {
color: #aaaaaa;  /*WENN MAUS UEBER LINK DRUECKT*/
}
a.new, #p-personal a.new {
color: #ff3300;    /*LINKS; DIE ES NOCH NICHT GIBT*/
}
a.new:visited, #p-personal a.new:visited {
color: #ff3300;    /*EBENSO; BESUCHT*/
}
 
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: #ff3300; /*UEBERSCHRIFTEN*/
color: #ff3300;  
background: none;
font-family:'Mason',sans-serif;
font-weight: normal;
font-family:'Mason',sans-serif;  /*  UEBERSCHRIFTENSCHRIFT*/
  margin: 0;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
 
#toc,          /*INHALTSVERZEICHNIS*/
.toc,
.mw-warning {
border: 1px solid #aaa;
background-color: #000000;   
padding: 5px;
font-size: 95%;
}
#toc h2,
.toc h2 {
display: inline;
border: none;
padding: 0;
font-size: 100%;
font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
text-align: left;
  font-size: 132%; 
}
#toc ul,
.toc ul {
list-style-type: none;
list-style-image: none;
margin-left: 0;
padding-left: 0;
text-align: left;
}
#toc ul ul,
.toc ul ul {
margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
font-size: 94%;
}
 
.mw-warning {
margin-left: 50px;
margin-right: 50px;
text-align: center;
}
}

Version vom 26. August 2010, 14:04 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccf;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}


/*EINGEFÜGT FÜR AVESFEUER OPTIK*/
/*UEBERSCHRIFTEN Farbe und Schriftart*/
h1, h2, h3, h4, h5, h6 {
	color: #ff3300; 
	font-family:'Mason',sans-serif;
}