MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NarutoRPG.de Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 256: Zeile 256:
// color: #88BB88;
// color: #88BB88;
text-decoration: none;
text-decoration: none;
}
/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}

Version vom 21. Februar 2014, 18: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;
}

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

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