Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 106

Notice: Trying to access array offset on value of type null in /var/www/vhosts/tangowiki/includes/profiler/SectionProfiler.php on line 106

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201
Difference between revisions of "MediaWiki:Common.css" - TangoWiki

Difference between revisions of "MediaWiki:Common.css"

From Tangowiki
Line 80: Line 80:
  
 
div#footer {
 
div#footer {
background-color:#1a1841;
+
border-top: 4px solid #1a1841;
 
}
 
}
  

Revision as of 01:40, 6 March 2015

/* CSS placed here will be applied to all skins */

@import url(http://fonts.googleapis.com/css?family=Lato);
* {font-family: 'Lato',sans-serif;}

body {
	background-color: #fff;
}

a {
	color: #006ca8;
}

a:visited {
	color: #00528c;
}

a.new {
	color: #ed4663;
}

#mw-page-base {
	background-image: none;
background-color: #1a1841;
}

#mw-head {
	background-color: #1a1841;
}

div#content {
	border: #f5f5f5;
}

/*************HEADERNAVI************/
a {
	color: #006ca8;
}

a:visited {
	color: #00528c;
}

a.new {
	color: #ed4663;
}

a.new, #p-personal li a.new {
	color: #ed4663 !important;
}

a.new:hover {
color: #e03150;
}

#p-personal li a.new:hover {
	color: #fc7f95;
}

a.new:visited, #p-personal li a.new:visited {
	color: #d2294f !important;
}

div.vectorTabs list a, div.vectorTabs list a:visited {
	color:#fff !important;
	font-size:0.9em !important;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
	color:#bbb;
}

/********** *Main h1 ********/
div#content h1, div#content #firstHeading {
	font-size: 1.8em;
	color: #1a1841;
	padding:10px;
	border-bottom: none;
    }

div#footer {
border-top: 4px solid #1a1841;
}


/*Styling for the translation language box*/
td.mw-pt-languages-list {
	background: #e4f3f9;
}

td.mw-pt-languages-label {
	background: #c8e7f5;
}

/** Styling for user manual TOC/navigation */
 
table.twtable {
	background: #52a4c9;
	border: 1px solid #999;
	margin: 0 0 0.5em 1em;
	padding: 3px 3px 3px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
table.twtable tr {
	background: #fff;
}
 
table.twtable td {
	padding: 4px; /*changes the Zeilenabstand between topics */
        vertical-align: top !important;
}
 
table.twtable th {
	background: #52a4c9;
	border: 0px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	font-family: Gudea, Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
        vertical-align: top !important;
}
 
table.twtable th.smworange {
	background: #d57520;
}
 
table.twtable th a {
	color: #fff;
}
 
table.twtable-toc th a {
	color: #52a4c9;
}
 
th.headerSort {
	background-color: #C4D6F4 !important;
}
 
.wikitable th,
.wikitable td {
	vertical-align: top !important;
}
 
#twtable-toc #toc {
	border: 0px solid #AAA;
	background-color: #ffffff;
	font-size: 100%;
	width: 260px;
} 
#twtable-toc.twtable-toc th a {
	color: #52a4c9;
}
 
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: right;
}
 
#twtable-toc #toc.toc {
	font-size: 110%;
}
 
#toc h2,
.toc h2 {
	display: none;
}
 
#toc .toctoggle,
.toc .toctoggle {
	text-align: right !important;
}