Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus avesfeuer.at
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 53: Zeile 53:
         font-weight:normal;
         font-weight:normal;
         font-size:smaller;
         font-size:smaller;
}
/*TESTWEISE NEU EINGEFÜGTE SACHEN*/
table {
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 {
color: #ff3300; /*UEBERSCHRIFTEN*/
background: none;
font-weight: normal;
font-family:'Mason',sans-serif;  /*  UEBERSCHRIFTENSCHRIFT*/
  margin: 0;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
}

Version vom 25. August 2010, 12:32 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;
}


/*TESTWEISE NEU EINGEFÜGTE SACHEN*/
table {
	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 {
	color: #ff3300; /*UEBERSCHRIFTEN*/
	background: none;
	font-weight: normal;
	font-family:'Mason',sans-serif;  /*  UEBERSCHRIFTENSCHRIFT*/
  margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}