No edit summary
No edit summary
Line 14: Line 14:
body {background-color: #595958}
body {background-color: #595958}
body {color: #f9f9f9}
body {color: #f9f9f9}
.searchresults { color:#f9f9f9 !important; }


textarea {color: #454546}
textarea {color: #454546}

Revision as of 15:26, 12 March 2020

/* CSS placed here will be applied to all skins 
.firstHeading {background-color: #454546}
 @import url("https://fonts.googleapis.com/css?family=Roboto")*/

@font-face {
font-family: 'Roboto';
src: url('/skins/Tweeki/roboto/Roboto-Regular.ttf')  format('truetype');
src: url('/skins/Tweeki/roboto/Roboto-Regular.woff')  format('woff');
src: url('/skins/Tweeki/roboto/Roboto-Regular.woff2')  format('woff2');
}
body {font-family: 'Roboto'}
body {font-weight: normal}

body {background-color: #595958}
body {color: #f9f9f9}
.searchresults { color:#f9f9f9 !important; }

textarea {color: #454546}

.nav-tabs>li.active>a {background-color: #595958; color: #f9f9f9}

.nav-tabs>li.active>a:hover {background-color: #595958; color: #f9f9f9}

.nav-tabs>li.active>a:focus {background-color: #595958; color: #f9f9f9}

.nav-tabs>li>a {color: #f9f9f9}

.nav-tabs>li>a:hover {color: #454546}

a {color: #0ED2F7}
a:hover {color: #B2FEFA}

.mw-redirectsub {color: #FFFFFF}
.redirectsub {color: #FFFFFF}
.mw-redirectedfrom {color: #FFFFFF}

.infobox a {color: #337ab7}

table {border: 1px solid white; color: #f9f9f9}
table {align: right}
caption {border: 1px solid white; background-color: #595958; color: #f9f9f9}
/* Infobox template style */
.infobox {
	border: 1px solid #ccc;
	border-spacing: 3px;
	background-color: #eeeeee;
	color: #080808;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 95%;
	line-height: 1.75em;
}
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
	background: #595958;
border-color: #ccc;
}



.infobox td,
.infobox th {
	vertical-align: top;
	/* @noflipbackground-color: #ccc; */
	text-align: left;
  text-indent:10px;

}

.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
	border: 0;
	padding: 0;
}
This page was last edited on 12 March 2020, at 15:26. Content is available under GPLv3 unless otherwise noted.