MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
replace reference to /x/css/tango.info.wiki.mediawiki.vector.css with content from /x/css/tango.info.wiki.mediawiki.vector.css |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url(/x/css/tango.info.css); | @import url(/x/css/tango.info.css); | ||
@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:1002px; | |||
margin:auto; | |||
left:0; | |||
top:30px; | |||
} | |||
div#mw-head-base{ | |||
margin-left:0; | |||
height:3em; | |||
} | |||
div#mw-page-base{ | |||
height:4.4em; | |||
} | |||
div#left-navigation{ | |||
left:0; | |||
top:0; | |||
} | |||
div#right-navigation{ | |||
float:right; | |||
margin-right:320px; | |||
margin-top:0; | |||
} | |||
div#footer{ | |||
margin-left:0; | |||
} | |||
div#p-logo{ | |||
display:none; | |||
} | |||
div#mw-panel{ | |||
top:62px; | |||
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 0px; | |||
} | |||
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; | |||
} | |||
} | |||
/* | |||
div#p-personal{ | |||
position:relative; | |||
} | |||
div#left-navigation{ | |||
position:relative; | |||
left:0; | |||
float:left; | |||
}*/ | |||
.mediawiki .ti_sitename{ | .mediawiki .ti_sitename{ | ||
font-size:100%; | font-size:100%; |
Revision as of 2015-07-14T11:38:55
/* CSS placed here will be applied to all skins */
@import url(/x/css/tango.info.css);
@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:1002px;
margin:auto;
left:0;
top:30px;
}
div#mw-head-base{
margin-left:0;
height:3em;
}
div#mw-page-base{
height:4.4em;
}
div#left-navigation{
left:0;
top:0;
}
div#right-navigation{
float:right;
margin-right:320px;
margin-top:0;
}
div#footer{
margin-left:0;
}
div#p-logo{
display:none;
}
div#mw-panel{
top:62px;
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 0px;
}
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;
}
}
/*
div#p-personal{
position:relative;
}
div#left-navigation{
position:relative;
left:0;
float:left;
}*/
.mediawiki .ti_sitename{
font-size:100%;
}
.mediawiki .ti_logo{
font-size:100%;
}
.mediawiki .ti_logo_and_sitename{
margin-left:2px;
font-size:160%;
}
body{
1002px;
}
#left-navigation {display:none}
ul#footer-icons {display:none}
div#mw-head{
top:30px;
width:auto;right:auto;left:auto;
}