MediaWiki:Common.css: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(84 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 */
@import url(/x/css/tango.info.css);
@font-face {
@import url(/x/css/tango.info.wiki.mediawiki.vector.css);
font-family: 'Noto Sans';
.mediawiki .ti_sitename{
src:  url('https://anna.info/x/woff2/NotoSans-Regular.woff2') format('woff2');
font-size:100%;
font-display:block;
}
}
.mediawiki .ti_logo{
 
font-size:100%;
html,input,textarea{
font-family: "Noto Sans",sans-serif;
}
}
.mediawiki .ti_logo_and_sitename{
/*no Serif for tango.info*/
margin-left:2px;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-size:160%;
    font-family: "Noto Sans",sans-serif;
}
}
body{
1002px;
}
#left-navigation {display:none}

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;
}