مدیاویکی:Mobile.css: تفاوت میان نسخهها
Nazarzadeh (بحث | مشارکتها) بدون خلاصۀ ویرایش برچسبها: ویرایش همراه ویرایش از وبگاه همراه |
Nazarzadeh (بحث | مشارکتها) بدون خلاصۀ ویرایش برچسبها: ویرایش همراه ویرایش از وبگاه همراه |
||
خط ۲۷: | خط ۲۷: | ||
p br { | p br { | ||
display: none; | display: none; | ||
} | |||
/* درگاه کرونا */ | |||
.corona-portal { | |||
background-image: url('/images/c/cd/کرونا.jpg'); | |||
background-repeat: no-repeat; | |||
background-size: 100%; | |||
background-position-y: center; | |||
} | |||
.corona-portal a { | |||
color: white; | |||
} | } |
نسخهٔ ۲ فوریهٔ ۲۰۲۱، ساعت ۱۵:۰۰
* Vazir Font */
@font-face {
font-family: 'vazir';
src: url('/fonts/Vazir.woff2') format('woff2'), url('/fonts/Vazir.woff') format('woff'), url('/fonts/Vazir.ttf') format('truetype');
}
/* Amiri Font */
@font-face {
font-family: 'Amiri';
font-style: normal;
font-weight: 400;
src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
body, h1, h2, h3, h4 {
/* generally a sans-serif font should be here */
font-family: vazir, Tahoma, 'Iranian Sans', 'DejaVu Sans', 'Noto Sans Arabic', 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif !important;
}
/* طراحی صفحه اول */
.mainpage-top {
background-image: url(/mainpage-top-2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position-y: 60%;
background-position-x: center;
}
/* حذف فاصله خالی اول مقالات */
p br {
display: none;
}
/* درگاه کرونا */
.corona-portal {
background-image: url('/images/c/cd/کرونا.jpg');
background-repeat: no-repeat;
background-size: 100%;
background-position-y: center;
}
.corona-portal a {
color: white;
}