Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus avesfeuer.at
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 147: Zeile 147:
margin-right: 50px;
margin-right: 50px;
text-align: center;
text-align: center;
}
** the navigation portlet
*/
/* @media screen, projection { */
#p-navigation {
position: relative;
z-index: 3;
}
#p-navigation a {
display: block;
}
#p-navigation li.active a, #p-navigation li.active a:hover {
display: inline;
}
/* } */
#p-navigation .pBody {
padding-right: 0;
}
#p-navigation li.active a, #p-navigation li.active a:hover {
text-decoration: none;
font-weight: bold;
}
}

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

#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;
}

** the navigation portlet
*/

/* @media screen, projection { */
	#p-navigation {
		position: relative;
		z-index: 3;
	}
	#p-navigation a {
		display: block;
	}
	#p-navigation li.active a, #p-navigation li.active a:hover {
		display: inline;
	}
/* } */

#p-navigation .pBody {
	padding-right: 0;
}

#p-navigation li.active a, #p-navigation li.active a:hover {
	text-decoration: none;
	font-weight: bold;
}