مدیاویکی:Timeless.css: تفاوت میان نسخهها
از دانشنامه BMSHO
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| (۱۰ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
| خط ۵: | خط ۵: | ||
font-weight: 100; | font-weight: 100; | ||
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Thin.woff') format('woff'), | src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Thin.woff') format('woff'), | ||
url('Woff2/IRANSansXFaNum-Thin.woff2') format('woff2'); | url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-Thin.woff2') format('woff2'); | ||
} | } | ||
| خط ۷۳: | خط ۷۳: | ||
*{ | * { | ||
font-family: IRANSansXFaNum | font-family: IRANSansXFaNum | ||
} | } | ||
body { | body { | ||
background-color: #0047AB; | background-color: #0047AB; | ||
font-family: IRANSansXFaNum | font-family: IRANSansXFaNum; | ||
font-size: 13px !important; | |||
} | |||
#mw-header-hack { | |||
display: none | |||
} | |||
#mw-header { | |||
background-color: white; | |||
border-bottom: 1px #D9D9D9 solid; | |||
padding-top: 1rem; | |||
padding-bottom: 1rem; | |||
margin-bottom: 3rem; | |||
} | |||
#mw-content-container { | |||
margin-top: 5rem; | |||
padding-bottom: 1em; | |||
} | |||
#personal h2 { | |||
font-family: IRANSansXFaNum !important; | |||
font-size: 0.7rem; | |||
} | |||
#mw-header-container { | |||
min-height: 5rem | |||
} | |||
#mw-content-container { | |||
border-bottom: 0; | |||
} | |||
#simpleSearch{ | |||
border-radius: 5px; | |||
} | |||
#mw-content-container{ | |||
min-height: 75vh | |||
} | |||
#mw-footer-container{ | |||
min-height: 160px | |||
} | } | ||
نسخهٔ کنونی تا ۱۷ آوریل ۲۰۲۵، ساعت ۱۰:۲۴
/* All CSS here will be loaded for users of the Timeless skin */
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: 100;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Thin.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-Thin.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: 200;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-UltraLight.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: 300;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Light.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-Light.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: 500;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Medium.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-Medium.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: 600;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-DemiBold.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-DemiBold.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: 800;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-ExtraBold.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: 900;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Black.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-Black.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: bold;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Bold.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-Bold.woff2') format('woff2');
}
@font-face {
font-family: IRANSansXFaNum;
font-style: normal;
font-weight: normal;
src: url('/resources/assets/fonts/IranSanseX/Woff/IRANSansXFaNum-Regular.woff') format('woff'),
url('/resources/assets/fonts/IranSanseX/Woff2/IRANSansXFaNum-Regular.woff2') format('woff2');
}
* {
font-family: IRANSansXFaNum
}
body {
background-color: #0047AB;
font-family: IRANSansXFaNum;
font-size: 13px !important;
}
#mw-header-hack {
display: none
}
#mw-header {
background-color: white;
border-bottom: 1px #D9D9D9 solid;
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 3rem;
}
#mw-content-container {
margin-top: 5rem;
padding-bottom: 1em;
}
#personal h2 {
font-family: IRANSansXFaNum !important;
font-size: 0.7rem;
}
#mw-header-container {
min-height: 5rem
}
#mw-content-container {
border-bottom: 0;
}
#simpleSearch{
border-radius: 5px;
}
#mw-content-container{
min-height: 75vh
}
#mw-footer-container{
min-height: 160px
}
