MediaWiki:Common.css

From tango.info wiki
Revision as of 2017-09-14T14:02:16 by Tobiasco (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url(/x/css/tango.info.css);
html,body,input{
 font-family:'Noto Sans',Tahoma,sans-serif;
}
.mw-body h1,
.mw-body h2{
 font-family:'Noto Sans',Tahoma,sans-serif;
}
textarea,pre, code, tt, kbd, samp, .mw-code {
 font-family:'Noto Mono',monospace,Courier;
}

body.mediawiki{
 font-size:100%;
}

.mediawiki .ti_sitename{
 font-size:100%;
}
.mediawiki .ti_logo{
 font-size:100%;
}
.mediawiki .ti_logo_and_sitename{
 margin-left:2px;
 font-size:160%;
}


@media screen{

body {
	width:1002px;
	_margin:auto;
	background-color:#fcfcfc;
}
a,
a:visited,
div#mw-panel div.portal div.body ul li a:visited,
.mw-body a.external:visited,
.mw-body a.external,
div.vectorTabs li a{
	color:#06c;
}
ul{
	list-style-image:none;
	list-style-type:inherit;
	line-height: inherit;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	border-bottom:none;
}

div#mw-head{
	width:952px;
	margin:auto;
	_left:0;
 top:20px;
 right:auto;left:auto;
 margin-left:50px;
 left:50px;

}
div#mw-head-base{
	margin-left:0px;
	height:3em;
}
div#mw-page-base{
	height:4.0em;
}
div#left-navigation{
	left:0;
	top:0;
}
div#right-navigation{
 float:left;
 margin-top:auto;
 margin-left:50px;
}
div#footer{
	margin-left:0;
}
div#p-logo{
	display:none;
}

div.vectorMenu h3 span {/* drop down menu with 'more' */
    padding-top: 0.9em;
}
#p-personal{
 top:-20px;
}
#p-personal ul{
 padding-left:10px;
}

#p-search #searchInput{
 width:400px;
}

div#mw-panel{
	top:22px;
	width:300px;
	order:1px solid #333333;
	margin-left:702px;
	left:inherit;
	
}
div#mw-panel div.portal {
	padding-bottom: 0;
}
div#mw-panel div.portal h5{
	padding-left:0;
}

div#mw-panel div.portal div.body {
	margin: 0;
	padding: 0;
	margin-left: 0;
	background-image:none;
}



div#content{
	margin-left:0;
	margin-right:310px;
	padding:10px 0 10px 10px;
}
div#footer{
	padding:0px;
}

div#content,
div#footer,
body{
	background-image:none;
}
div#content,
#toc,
.toc,
div#mw-page-base,
div#mw-head-base {
	background-color:#fcfcfc;
}

div.vectorTabs ul{
	height:inherit;
}

div.vectorTabs ul li{
	line-height:inherit;
	background-image:none;
	background-color:inherit;
}
div.vectorTabs li.selected{
	background-image:none;
}
div#footer #footer-info li {
	float: left;
	margin-right: 1em;
}
#pt-userpage, #pt-anonuserpage, #pt-login{
	background:none;
}

table.wikitable{
	margin:0;
}

div#bodyContent{
	line-height:normal;
}

#left-navigation {display:none}

ul#footer-icons {display:none}

}