MediaWiki:Mobile.css: Difference between revisions

no edit summary
(Created page with "→‎added by Nazarzadeh: @font-face { font-family: 'iransans'; src: url('../fonts/IRANSansWeb(FaNum)_Light.eot'); src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix')...")
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* added by Nazarzadeh */
/* added by Nazarzadeh */
@font-face {
html {
font-family: 'iransans';
font-size: 15px;
src: url('../fonts/IRANSansWeb(FaNum)_Light.eot');
src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('eot'), url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('ttf');
}
[lang='fa'] body, [lang='fa'] h1, [lang='fa'] h2, [lang='fa'] h3, [lang='fa'] h4, [lang='fa'] h5, [lang='fa'] h6 {
font-family: 'Iransans', Tahoma, 'DejaVu Sans', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif !important;
}
html {
font-size: 14px;
}
}
  body {
  body {
font-size: 14px;
font-size: 15px;
background-color: #fefefe !important;
background-color: #fefefe !important;
}
}
Line 211: Line 203:
background: #436705;
background: #436705;
}
}
.heading-holder, #footer-places-privacy, #footer-places-disclaimer, #n-randompage, [data-event-name="random"], #footer-info-lastmod, .last-modified-bar {
#footer-places-privacy, #footer-places-disclaimer, #footer-info-lastmod, .last-modified-bar {
display: none !important;
display: none !important;
}
}
Line 697: Line 689:
top: 3px;
top: 3px;
bottom: 1px;
bottom: 1px;
}
#mw-mf-page-center {
    background-color: #fff;
}
}
/* end added by Nazarzadeh */
/* end added by Nazarzadeh */