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 17: Line 17:
 
}
 
}
  
/********** *Main h1 ********/
 
div#content h1, div#content #firstHeading {
 
font-size: 1.8em;
 
color: #460c40;
 
padding:10px;
 
    }
 
 
/***********SIDEBAR ********/
 
div#mw-panel.collapsible-nav {
 
background-color: #460c40;
 
color:#ffffff; #f8f8f8;
 
}
 
 
 
div#mw-panel {
 
margin-left: 1em;
 
width: 9em !important;
 
}
 
 
/*GEHT ALLES NICHT; MIST! */
 
 
div#mw-panel div.portal div.body ul li a:visited { color: #f8f8f8;
 
div#mw-panel div.portal div.body ul li a {color:#ffffff; }
 
div#mw-panel div.portal div.body ul li a:hover {color: #eeeeee;}
 
div#mw-panel div.portal div.body ul li a:active {color: #eeeeee;}
 
div#p-Admin_links.portal.expanded {color: #ffffff;}
 
#mw-panel.collapsible-nav .portal.collapsed h3 a { color:#f8f8f8 !important; }
 
 
/*gets rid of the little lines between the portals, if necessary /*
 
#mw-panel.collapsible-nav .portal {
 
background-image:none;
 
}
 
 
/***********BODY ********/
 
 
/***********BODY BOTTOM ********/
 
.catlinks {
 
border:none;
 
background-color:#ffe166;
 
    }
 
 
/*div.smwfact {
 
border: none;
 
background-color: #ffe86d;
 
}*
 
 
/*div#mw-data-after-content {border: none; background-color: #ffe86d; } */
 
  
 
/** Styling for user manual TOC/navigation */
 
/** Styling for user manual TOC/navigation */

Revision as of 04:08, 5 March 2015

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

/* general styling – greift!*/
/* body {font-size:large;} */

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

/*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;
}