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

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticForms/includes/SF_Utils.php on line 262

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 399

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 487
Difference between revisions of "MediaWiki:Common.css" - TangoWiki

Difference between revisions of "MediaWiki:Common.css"

From Tangowiki
Line 55: Line 55:
 
border-bottom: none;
 
border-bottom: none;
 
     }
 
     }
 +
 +
/********************* BODY *********************/
 +
body {
 +
background-color: #fff;
 +
font-family: 'Open Sans', 'Lato', 'Helvetica', sans-serif;
 +
}
 +
 +
/*Makes external images in song recordings smaller*/
 +
.imagesmaller img {width: 170px; }
  
 
/********************* CATEGORIES on pages *********************/
 
/********************* CATEGORIES on pages *********************/

Revision as of 22:39, 15 August 2015

/********************* LINKS *********************/

a {
	color: /*#006ca8; #0081c8; #6097cf; */ #6373B7; 
}

a:visited {
	color: /*#00528c; #006ca8; */ #475384;
}

a.new {
	color: /*#ed4663; */ #ed5b74;
}


a.external { /*external zB im Footerlink – geht aber noch nicht überall */
	color: #6373B7;
}

a.extiw {
	color: #6373B7;
}

a.external.text { /*Externe Links mit anderem Text */
	color: #6373B7;
}

a.external.autonumber { /*externe Links ohne Text nur mit Nummer*/
	color: #6373B7;
}

a.external:visited {
	color: #6373B7;
}

code {
	background-color: #ddfff0; /* #C7F2DA; #A5D89C; #d0ffa1; #c8d4be; #e1fff6;*/
	color: #478c3b; /*#60b377;*/
}

div#content {
	border: #f5f5f5;
}

/********************* TYPEFACE *********************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
* {font-family: 'Open Sans',sans-serif;}
/* Möglichkeiten: Alegreya Sans, Source Sans Pro, Titillium Web */

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

/********************* BODY *********************/
body {
	background-color: #fff;
font-family: 'Open Sans', 'Lato', 'Helvetica', sans-serif;
}

/*Makes external images in song recordings smaller*/
.imagesmaller img {width: 170px; }

/********************* CATEGORIES on pages *********************/
.catlinks {
background-color: #f0ecbc; /* #adede3; #e4f3f9; aauch: borders!*/ 
padding-left: 15px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
/*border-left: 5px solid #cdbc17; */ /* #60b3b2; #589bbf;*/ 
border-left: 1px solid #f0ecbc;
border-top: 1px solid #f0ecbc; /* #adede3;*/
border-right: 1px solid #f0ecbc; /*#adede3;*/
border-bottom: 1px solid #f0ecbc; /*#adede3;*/
}

/*background: efcc94, border-left: ef9a10 */

/********************* FOOTER *********************/
div#footer {
	background-color:none;
	border-top: 4px solid #cdbc17; /* #60b3b2; */
}

div#footer #footer-info li { line-height: 1em; } /*Text im Footer enger */

div.vectorMenu ul {
	border: solid 1px #e7e5e5;
}

/********************* Blockquote class QUOTE *********************/
blockquote.quote {
border-left: 5px solid #e29a34;
background-color: #fffef7;
padding-left: 15px;
/*padding-right: 25px; */
/*margin-right: 125px; */
font-style:italic;
/*font-family: 'Merriweather', 'Georgia', serif; */ /*funktioniert, ist aber nicht so leserlich, das liegt aber wohl eher am italic, als an der Font */
}


/********************* USER MANUAL TOC/navigation *********************/
table.twtable {
	background: #e5dd8c; /*#52a4c9;*/
	border: 1px solid #f0ecbc;  /*#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: 2px; /*changes the Zeilenabstand between topics */
        vertical-align: top !important;
}
 
table.twtable th {
	background: #e5dd8c; /*#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: #e5dd8c; /*#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:#e5dd8c; /*#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;
}