MediaWiki:Common.css: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
html {/*allways show scrollbars*/
@font-face {
overflow-y: scroll;
font-family: 'Noto Sans';
src:  url('https://anna.info/x/woff2/NotoSans-Regular.woff2') format('woff2');
font-display:block;
}
}


html,input,textarea{
html,input,textarea{
  font-family: "Noto Sans";
  font-family: "Noto Sans",sans-serif;
}
}
 
/*no Serif for tango.info*/
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
     font-family: "Noto Serif";
     font-family: "Noto Sans",sans-serif;
}
 
body{
margin:auto;
background-color:#eee;
}
 
#left-navigation {display:none}
 
div#mw-head{
max-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;
}*/
 
div#p-logo{
position:fixed;
top:0;
left:10px;
margin:2px;
}
div#p-logo,div#p-logo a{
width:22px;height:22px;
background-size: 22px 22px;
}
#p-navigation{
top:0;
position:absolute;
left:auto;
}
 
li#n-tango\.info{
    background-image: url(/x/graphic/tilogo/tango.info.noto.ti.c00-fff.1062x1062.192x192.png);
    background-size: 22px;
    background-repeat: no-repeat;
}
li#n-tango\.info a{
    padding-left:30px;
}
 
#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;
}
}

Latest revision as of 2020-12-04T23:49:58

/* CSS placed here will be applied to all skins */
@font-face {
 font-family: 'Noto Sans';
 src:  url('https://anna.info/x/woff2/NotoSans-Regular.woff2') format('woff2');
 font-display:block;
}

html,input,textarea{
 font-family: "Noto Sans",sans-serif;
}
/*no Serif for tango.info*/
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    font-family: "Noto Sans",sans-serif;
}