MediaWiki:Common.css: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
html {/*allways show scrollbars*/
html {/*allways show scrollbars*/
overflow-y: scroll;
overflow-y: scroll;
}
}
html,body,input{
 
  font-family:'Noto Sans',sans-serif;
html,input,textarea{
  font-family: "Noto Sans";
}
}
.mw-body h1,
 
.mw-body h2{
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family:'Noto Sans',sans-serif;
    font-family: "Noto Serif";
}
}
textarea,pre, code, tt, kbd, samp, .mw-code {
 
  font-family:'Noto Mono',monospace;
body{
  margin:auto;
background-color:#eee;
}
}


@media screen{
#left-navigation {display:none}


body {
div#mw-head{
max-width:1002px;
  width:1002px;
_margin:auto;
background-color:#fcfcfc;
}
#mw-head{
  max-width:1002px;
  right:auto;
  right:auto;
}
}
Line 33: Line 32:
  position:static;
  position:static;
  float:left;
  float:left;
}
div#mw-panel div.portal div.body ul li{
display:inline;
margin:5px;
}
div#footer{
margin-left:6em;
}
#footer-icons{
display:none;
}
}


div#p-logo,div#p-logo a{
div#content{
  width:22px;height:22px;
  margin-left:0;
  background-size: 22px 22px;
padding:1em;
  border-width:1px 0;
_width:1002px;
}
}
#footer-icons{
 
#p-logo{
  display:none;
  display:none;
/*top:0;
position:absolute;
left:auto;
height:80px;
width: 80px;
*/
}
/*#p-logo a{
height: 4em;
width: 4em;
background-size: 4em;
}*/
#p-navigation{
top:0;
position:absolute;
left:auto;
}
}


#mw-panel.collapsible-nav .portal.first {
margin-left: 0px;
}


#mw-panel.collapsible-nav .portal{
margin-top:0;
}
#mw-head-base {
height:auto;
margin-top:0;
}
#mw-page-base{
height:4em;
}
#right-navigation{
margin-top:1.5em;
}
}

Revision as of 2018-08-05T12:08:11

/* CSS placed here will be applied to all skins */
html {/*allways show scrollbars*/
	overflow-y: scroll;
}

html,input,textarea{
 font-family: "Noto Sans";
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    font-family: "Noto Serif";
}

body{
 margin:auto;
 background-color:#eee;
}

#left-navigation {display:none}

div#mw-head{
 width:1002px;
 right:auto;
}

div#mw-panel{
 top:0;
 width:auto;
 padding-left:0;
 padding-top:0;
 left:auto;
 position:static;
 float:left;
}
div#mw-panel div.portal div.body ul li{
 display:inline;
 margin:5px;
}
div#footer{
 margin-left:6em;
}

#footer-icons{
 display:none;
}

div#content{
 margin-left:0;
 padding:1em;
 border-width:1px 0;
 _width:1002px;
}

#p-logo{
 display:none;
 /*top:0;
 position:absolute;
 left:auto;
 height:80px;
 width: 80px;
*/
}
/*#p-logo a{
 height: 4em;
 width: 4em;
 background-size: 4em;
}*/
#p-navigation{
 top:0;
 position:absolute;
 left:auto;
}

#mw-panel.collapsible-nav .portal.first {
 margin-left: 0px;
}

#mw-panel.collapsible-nav .portal{
 margin-top:0;
}
#mw-head-base {
 height:auto;
 margin-top:0;
}
#mw-page-base{
 height:4em;
}
#right-navigation{
 margin-top:1.5em;
}