Jump to content

User:Rontap/vector.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Rontap (talk | contribs) at 20:22, 3 December 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
a{
color:#26F;
	}
body {
	font-family: 'PT Sans Caption', sans-serif;	
		}

div.vectorTabs span {
display: inline-block;
-webkit-transition:background .3s;
background: rgb(221, 221, 221);

}
div.vectorTabs span,div.vectorTabs li.selected a{

text-decoration: none;
-webkit-transition:background .3s;
background: rgba(68, 136, 255, 0.8);
color:white !important;
}
div.vectorTabs span > a {
color:white !important;
}
h2#mp-tfa-h2 {
	margin:-5px;
	border:none;
	}
.mw-headline {
	font-family: 'Ubuntu', sans-serif;	
	font-weight:200;
	-webkit-transition:text-shadow .3s;
	}