MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NarutoRPG.de Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
(kein Unterschied)

Aktuelle Version vom 5. Mai 2015, 08:08 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

td, th {
	padding: 5px;
	vertical-align: top;
}

table.midaligned td, table.midaligned th {
	vertical-align: middle;
}

table.sized td, table.sized th {
	line-height: 1.2em;
	vertical-align: middle;
}

.brightscale td {
	background-color: #EEEEEE;
}

.brightscale th {
	background-color: #DDDDDD;
}

div.notice {
	background-color: #CCCCFF;
	border-color: #9999CC;
	border-style: solid;
	border-width: 3px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.warning {
	background-color: #FFCCCC;
	border-color: #CC9999;
	border-style: solid;
	border-width: 3px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

pre {
	background-color: #EEEEEE;
	border: 1px solid #222222;
	color: #222222;
	font-size: 1.2em;
}

.rpg {
	background-color: #CCEECC;
	border: 1px solid #002200;
	color: #002200;
	padding: 10px;
	margin: 10px;
	font-size: 1.2em;
	font-family: monospace;
}

.antirpg {
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
	font-family: serif;
}

p.story {
	font-family: "French Script MT", Times, serif;
	font-size: 2em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h2.story {
	font-family: "French Script MT", Times, serif;
	font-size: 2em;
	color: #006666;
}

.mainnavi_1 {
	height: 80px;
	background-color: #CCCCCC;
}

.mainnavi_2 {
	height: 80px;
	background-color: #DDDDDD;
}

.mainnavi_3 {
	height: 40px;
	background-color: #EEEEEE;
}

.navblock {
	width: 80px;
	display: block;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.greyscale, .linklist {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.linklist_hl0 {
	background-color: #999999;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.linklist_hl1 {
	background-color: #AAAAAA;
	text-align: center;
	font-weight: bold;
}

.greyscale th, .linklist_hl2, .wissen th, .training th {
	background-color: #BBBBBB;
	text-align: center;
	font-weight: bold;
}

.greyscale td, .linklist_cell, .wissen td, .training td {
	background-color: #CCCCCC;
	vertical-align: top;
}

.training td {
	text-align: center;
}

.training {
	margin-left: auto;
	margin-right: auto;
}

.linklist_fl1 {
	background-color: #DDDDDD;
	text-align: center;
	font-weight: bold;
}

.linklist_fl2 {
	background-color: #EEEEEE;
	text-align: center;
	font-weight: bold;
}

.toc {
	background-color: #EEEEEE;
	border-color: #CCCCCC;
        float:right;
        margin-right: 20px;
        margin-left: 20px;
}

.ns-100 #firstHeading,
.ns-101 #firstHeading { color: #888800; }
.ns-110 #firstHeading,
.ns-111 #firstHeading { color: #008888; }
.ns-120 #firstHeading,
.ns-121 #firstHeading { color: #880088; }
.ns-130 #firstHeading,
.ns-131 #firstHeading { color: #888888; }

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #000000;
//	color: #336633;
	text-decoration: none;
}


h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
//	color: #447744;
	text-decoration: none;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
//	color: #558855;
	text-decoration: none;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
//	color: #669966;
	text-decoration: none;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
//	color: #77AA77;
	text-decoration: none;
}

.portlet h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
//	color: #88BB88;
	text-decoration: none;
}

.tabkopf {
	background-color:#999999;
}
.tabkopf2 {
	background-color:#bbbbbb;
}

.tabinhalt {
	background-color:#cccccc;
}