مدیاویکی:Common.css: تفاوت میان نسخهها
ظاهر
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| (۱۴ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
| خط ۵۹: | خط ۵۹: | ||
} | } | ||
.vector-body { | |||
text-align:justify; | |||
} | |||
.bala { | .bala { | ||
| خط ۸۱: | خط ۸۴: | ||
.intro { | .intro { | ||
width: 34%; | width: 34%; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| خط ۱۳۶: | خط ۱۳۸: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: | justify-content: space-between; | ||
color: #fff; | color: #fff; | ||
margin: 35px 0 45px 0; | margin: 35px 0 45px 0; | ||
flex-direction: row; | flex-direction: row; | ||
flex-wrap:wrap; | |||
} | } | ||
| خط ۱۴۵: | خط ۱۴۹: | ||
background: #eaf0e5; | background: #eaf0e5; | ||
border-radius: 15px; | border-radius: 15px; | ||
width: | width: 27%; | ||
padding: 20px; | padding: 20px; | ||
margin: 10px; | margin: 10px; | ||
| خط ۱۷۰: | خط ۱۷۴: | ||
.item4 img { | .item4 img { | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
width: | width: 100px; | ||
} | } | ||
| خط ۱۸۰: | خط ۱۸۴: | ||
نسخهٔ کنونی تا ۱۳ ژوئن ۲۰۲۶، ساعت ۱۶:۵۹
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
@font-face {
font-family: vazir;
src: url('/fonts/Vazir-FD.woff2') format('woff2');
font-weight: 400;
}
@font-face {
font-family: vazir;
src: url('/fonts/Vazir-Medium-FD.woff2') format('woff2');
font-weight: 600;
}
@font-face {
font-family: vazir;
src: url('/fonts/Vazir-Bold-FD.woff2') format('woff2');
font-weight: 700;
}
@font-face {
font-family: vazir;
src: url('/fonts/Vazir-Black-FD.woff2') format('woff2');
font-weight: 900;
}
@font-face {
font-family: nastaliq;
src: url('/fonts/IranNastaliq.woff2') format('woff2');
font-weight: 900;
}
html,
body {
font-family: vazir;
}
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
font-family: vazir;
font-weight: 900;
}
body.page-صفحهٔ_اصلی .mw-content-container {
max-width: unset;
min-width: 85%;
}
body.page-صفحهٔ_اصلی #catlinks {
display: none;
}
body.page-صفحهٔ_اصلی .mw-body .firstHeading {
display: none;
}
.vector-body p {
line-height: 33px;
}
.vector-body {
text-align:justify;
}
.bala {
border: 3px solid #ccc;
border-radius: 10px;
background: url(/images/2/26/Background.png);
background-size: 65% 100%;
background-repeat: no-repeat;
background-position: left top;
padding: 20px;
background-color: #eaf0e5;
display: flex;
height: 284px;
}
.logo-main {
width: 12%;
display: flex;
align-items: center;
}
.intro {
width: 34%;
text-align: center;
}
div#map {
margin-top: 45px;
margin-bottom: 40px;
}
.body-r-l {
flex: 100%;
display: flex;
margin-top: 90px;
}
.right-c {
flex: 50%;
border: 3px solid #bfbfbf;
border-radius: 10px;
margin-left: 5px;
padding: 10px;
box-shadow: 2px 3px #9acefe;
}
.left-c {
flex: 50%;
border: 3px solid #bfbfbf;
margin-right: 5px;
border-radius: 10px;
padding: 10px;
box-shadow: 2px 3px #9acefe;
}
.titr {
font-weight: 900;
color: #000;
text-align: center;
padding-right: 10px;
background: #eaf0e5;
border: 2px solid #ccc;
border-radius: 15px;
font-size: 18px;
}
/*باکس موضوعات*/
#sitelinks {
margin: 50px 0;
}
#mainitem {
display: flex;
align-items: center;
justify-content: space-between;
color: #fff;
margin: 35px 0 45px 0;
flex-direction: row;
flex-wrap:wrap;
}
.item4 {
background: #eaf0e5;
border-radius: 15px;
width: 27%;
padding: 20px;
margin: 10px;
text-align: center;
text-decoration: none;
font-size: 14px;
color: #000;
height: 150px;
}
.item4 a:link {
color: #000;
font-size: 18px;
text-decoration: none;
padding: 0 0 10px 0;
}
.item4 a:visited {
color: #000;
text-decoration: none;
}
.item4 img {
margin-bottom: 20px;
width: 100px;
}
html.aui .search-holder-home {
background-color: #00297c:
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (min-width: 700px) and (max-width: 904px) {
#mainitem {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.item4 {
width: 43%;
height: 150px;
}
.item4 img {
width: 15%;
}
.item4 a:link {
font-size: 15px;
}
}
@media (max-width: 699px) {
#mainitem {
flex-direction: column;
}
.item4 {
width: 80%;
height: 150px;
}
.item4 img {
width: 15%;
}
.item4 a:link {
font-size: 15px;
}
.bala {
background-image: none;
}
.intro {
width: 100%;
}
.logo-main {
width: 0;
}
}