مدیاویکی:Timeless.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۴: | خط ۴: | ||
.mw-headline { | .mw-headline { | ||
font-family: | font-family:IRANSans; | ||
font-size: 100%; | font-size: 100%; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.mw-body { | .mw-body { | ||
font-family: | font-family:IRANSans; | ||
text-align: justify; | text-align: justify; | ||
font-size: 100%; | font-size: 100%; | ||
خط ۱۵: | خط ۱۵: | ||
#mw-content h1 { | #mw-content h1 { | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
body { | body { | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
#searchInput{ | #searchInput{ | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
#personal h2{ | #personal h2{ | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
خط ۳۳: | خط ۳۳: | ||
} | } | ||
#p-logo-text a{ | #p-logo-text a{ | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
#p-logo-text a.long { | #p-logo-text a.long { | ||
خط ۴۰: | خط ۴۰: | ||
} | } | ||
.firstHeading{ | .firstHeading{ | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
.h1 { | .h1 { | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
.h2 { | .h2 { | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
.mw-body h1, .mw-body h2{ | .mw-body h1, .mw-body h2{ | ||
font-family: | font-family:IRANSans; | ||
} | } | ||
نسخهٔ ۱۲ اکتبر ۲۰۱۸، ساعت ۲۱:۲۲
/* CSS placed here will affect users of the Timeless skin */ /* Mahdi begin*/ .mw-headline { font-family:IRANSans; font-size: 100%; font-weight: bold; } .mw-body { font-family:IRANSans; text-align: justify; font-size: 100%; } #mw-content h1 { font-family:IRANSans; } body { font-family:IRANSans; } #searchInput{ font-family:IRANSans; } #personal h2{ font-family:IRANSans; } #personal h2 span { height: 1.5em; } #p-logo-text a{ font-family:IRANSans; } #p-logo-text a.long { font-size: 1em; padding: 0.5em 0 0 0.75em; } .firstHeading{ font-family:IRANSans; } .h1 { font-family:IRANSans; } .h2 { font-family:IRANSans; } .mw-body h1, .mw-body h2{ font-family:IRANSans; } .infobox td { padding-right: 10px; } table { display: table; border-collapse: collapse; border: #f000; } #mw-page-base{ height: 9.2em; } #mw-head-base { height: 5.5em; } div.HeaderLogo { padding-right: 170px; } #right-navigation { margin-top: 0px; } #left-navigation { margin-top: 0px; } #p-logo a { height: 190px; } td { border:0px; } /* SECTIONS */ .section { clear: both; padding: 0px; margin: 0px; } /* COLUMN SETUP */ .col { display: block; float:right; margin: 1% 0 1% 1.6%; } .col:first-child { margin-left: 0; } /* GROUPING */ .group:before, .group:after { content:""; display:table; } .group:after { clear:both;} .group { zoom:1; /* For IE 6/7 */ } /* GRID OF TWO */ .span_2_of_2 { width: 49%; } .span_1_of_2 { width: 49%; } /* GO FULL WIDTH AT LESS THAN 800 PIXELS */ @media only screen and (max-width: 800px) { .col { margin: 1% 0 1% 0%; } } @media only screen and (max-width: 800px) { .span_2_of_2, .span_1_of_2 { width: 100%; } } /* Mahdi end*/