Benutzer:Florian K/Standard.css

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
#article {
	padding: 4px;
}
#content {
	margin: 0;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left: 20px;
}
#footer { padding: 4px;font-size:95%; }
#pagestats { font-size: 0.8em; }
#powersearch {
	background: #333333;
	border: 1px solid #666666 !important;
	font-size: 0.9em;
	padding: 3px;
}
#quickbar {
	width: 140px;
	padding: 10px;
	visibility: visible;
	z-index:99;
	font-size: 95%;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 10px;
	background-image: url(/graphics/background-menu.gif);
	background-repeat: repeat;
	border: 1px solid #666666 !important;
}
#topbar {
	padding: 4px;
	font-size:95%;
}
#toc {
/*	float: left;*/
	border: 1px solid #666666;
	background-color: #333333;
	color: inherit;
	padding: 5px;
	margin-right: 5px;
	font-size: 95%;
}
#content {
/*	border: none;
	background: transparent;*/
	border: 1px solid #999999;
	background-image: url(/graphics/background-main.gif);
	background-repeat: repeat;
	z-index: -10;
}
#copyright-notice {
	border: 1px solid #999999;
	height: auto;
	width: auto;
	padding: 0px 5px;
	margin-top: 10px;
	background-color: #333333;
	color: inherit;
	font-size: 0.8em;
}
#copyright-notice div a img {
	margin-right: 4px;
}
#toolbar { padding:0px; }
#infobox { background:#eeeeff;color:black;}
#editform { margin-top:1px; }
.bodytext { }
a:link {
	color: #3399FF;
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
}
a:active {
	color: #990000;
	text-decoration: underline;
	background-color: transparent;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #FFCC00 !important;
	text-decoration: none !important;
}
h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #FFCC00 !important;
	text-decoration: none !important;
}
a.interwiki, a.external {
	color: #00CCCC !important;
}
a.printable {
	text-decoration: underline !important;
}
a.stub {
	color: #772233;
	text-decoration: none;
}
a.new {
	color:#FF6666;
}
body {
	margin: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*height: 600px;
	border: 1px solid #999999;
	background: #000000 url(/graphics/background-main.gif) repeat;*/
	background-color: #000000;
}
form.inline { display: inline; }

/* CHECK MERGE @@@
 * h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
 * font-size:130%; }
 * h2 { font-size: 112.5%; }
 */

h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
font-size:130%; font-weight: bold; color: #FFCC00; }
h2 { font-size: 112.5%; }
h2, h3, h4, h5, h6 { margin-bottom: 0; font-weight: bold; color: #FFCC00;}
h3 { font-size: 106.25%; }
h4 { font-size: 103.125%; }
h5 { font-size: 100%; }
h6 { font-size: 95%; }
hr.sep {
	color: gray;
	height: 1px;
	background-color: gray;}
p.subpages { }
.subtitle {
	padding-top: 0;
	margin-top: 0;
}
.pagetitle + .subtitle {
	font-size: small;
	font-weight: bold;
}
td.bottom { border-top: 1px solid gray; }
td.top { border-bottom: 1px solid gray; }

table.grey, table.wiki-sidebar,table.browser,table.diff {
	border: 1px solid #666666;
	background-color: #333333;
	color: inherit;
}
table.grey tr td, table.grey * tr td {
	border: 1px outset #333333;
}
table.grey tr th, table.grey thead tr th {
	color: inherit;
	background-color: #660000;
	border: 1px outset #660000;
	text-align: left;
	font-weight: bold;
}
th {
	text-align: left;
	color: #FFCC00;
	background-color: inherit;
	font-size: 106.25%;
}

td.diff-otitle {
	background:#222222;
}
td.diff-ntitle {
	background:#222222;
}

td, th {
	vertical-align: top;
}
td.odd {
	background-color: #222222;
	border: 1px outset #222222;
}
td.even {
	border: 1px outset #333333;
}
table.wiki-sidebar {
	float: right;
	font-size: 0.8em;
	margin-left: 5px;
	width: 200px;
}
table.wiki-sidebar * td.odd {
	width: 35%;
	font-weight: bold;
	text-align: right;
}
table.browser {
	width: 100%;
}
table.browser * td {
	text-align: center;
	width: 33%;
	background: #333333;
	border: 1px outset #333333;
}
table.browser * td.topic {
	background-color: #222222;
	border: 1px outset #222222; 
}
table.compact * td {
	margin: 0px;
	padding: 2px;
}
table.mainpage {
	width: 100%;
	background-image: url(/graphics/tableborder.png);
	border: 1px solid #474747;
}
table.mainpage tr td, table.mainpage tr th {
	padding: 4px;
	width: 33%;
}
table.mainpage tr th {
	background-image: url(/graphics/tableheader.png);
	text-align: center;
	font-size: 1.2em;
}
table.mainpage tr td ul li {
	margin-left: -2.0em;
}
form#preferences table {
	background-color: #333333;
	color: inherit;
}
div.caption {
	float: right;
	border: 1px solid #666666;
	background-color: #333333;
	color: inherit;
	text-align: left;
	font-size: 0.8em;
	height: auto;
	min-width: 150px;
	padding: 3px;
	margin: 0px 5px;
}
div.caption-left {
	float: left;
	border: 1px solid #666666;
	background-color: #333333;
	color: inherit;
	text-align: left;
	font-size: 0.8em;
	height: auto;
	min-width: 150px;
	padding: 3px;
	margin: 0px 5px 0px 0px;
}
div.caption img, div.caption-left img {
	margin-bottom: 3px;
}
div.header-notice, div.warning {
	width: 85%;
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 5px;
	border: 1px solid #666666;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 0.8em;
}
div.warning {
	color: red !important;
	font-weight: bold;
}
div.notice {
	width: 65%;
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: center;
	border-style: dashed;
	border-width: 2px;
	border-color: red;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 0.8em;
}

/* images */
div.floatright { float: right; margin: 0 0 1em 1em; }
div.floatright p { font-style: italic; } 
div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
div.floatleft p { font-style: italic; } 

/* thumbnails */
div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
	padding: 2px;
	border: 1px solid #666666;
	background: #333333;
	margin: 0.3em auto 0.5em;
	font-size: 85%;
	text-align: center;
}

div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
	margin-top:3px; margin-bottom:3px;
	text-align: left;
}

div.thumbnail-right {
	float: right;
	margin-left:0.5em;
}

div.thumbnail-left {
	float: left;
	margin-right:0.5em;
}

/* table standards */
table.rimage {
	float:right; 
	width:1pt; 
	margin-left:1em; 
	margin-bottom:1em;
	text-align:center;
	font-size:smaller;
	}

/** Table and markings generated by DifferenceEngine **/
table.diff {
	width: 100%;
}
table.diff strong.diff-marked {
	font-weight: normal;
	background-color: #006600;
}
table.diff td.diff-context {
	background-color: #333333;
}
table.diff td.diff-deletedline {
	background-color: #660000;
}
table.diff td.diff-addedline {
	background-color: #000033;
}
caption {
	background-color: transparent;
	color: #FFCC00;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}
.thumbnails, .example {
	border: 1px solid #666666;
	background-color: #333333;
	color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 5px;
	margin: 5px 10px;
}
div.example {
	border: 1px solid #666666;
	background-color: #333333;
	color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 5px;
	margin: 5px 10px;
}
.thumbnails img {
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.episode-nav {
	text-align: center;
	width: 90%;
	margin: auto;
}
cite em {
	font-style: normal;
}
address {
	margin-left: 3.0em;
}
sub, sup {
	font-size: 0.8em;
}
dt {
	font-weight: bold;
}