مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۵۹: | خط ۵۹: | ||
padding:20px; | padding:20px; | ||
text-align:center; | text-align:center; | ||
} | |||
.row1 { | |||
display: flex; | |||
flex-direction: row; | |||
flex-wrap: wrap; | |||
} | |||
.pishnahadi { | |||
flex: 49%; | |||
margin: 20px 0 20px 5px; | |||
border: 2px solid #B8B5FF; | |||
border-radius: 10px; | |||
} | |||
.negareh { | |||
flex: 49%; | |||
margin: 20px 5px; | |||
border: 2px solid #B8B5FF; | |||
border-radius: 10px; | |||
} | } | ||
نسخهٔ ۳۰ اوت ۲۰۲۳، ساعت ۰۸:۵۱
@font-face {
font-family: shabnam;
src: url('/fonts/Shabnam.woff2') format('woff2');
font-weight: 400;
}
@font-face {
font-family: shabnam;
src: url('/fonts/Shabnam-Medium.woff2') format('woff2');
font-weight: 600;
}
@font-face {
font-family: shabnam;
src: url('/fonts/Shabnam-Bold.woff2') format('woff2');
font-weight: 700;
}
@font-face {
font-family: shabnam;
src: url('/fonts/Shabnam-Bold.woff2') format('woff2');
font-weight: 900;
}
html, body {
font-family: shabnam;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family:shabnam;
font-weight:900;
}
.vector-sticky-header-context-bar-primary {
font-family:shabnam
}
.vector-body p {
line-height:33px;
}
.mw-logo-wordmark {
font-size:22px;
}
.vector-sticky-header {
display: flex;
background: rgb(184 181 255 / 85%);
}
.bala {
border:2px solid #ccc;
border-radius:10px;
background:url(https://fa.wikiazadegan.com/images/9/98/Bg.jpg);
background-size:cover;
height:250px;
padding:20px;
display:flex;
}
.khaterat {
border:2px solid #ccc;
border-radius:10px;
background: rgb(184 181 255 / 85%);
height:50px;
padding:20px;
text-align:center;
}
.row1 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.pishnahadi {
flex: 49%;
margin: 20px 0 20px 5px;
border: 2px solid #B8B5FF;
border-radius: 10px;
}
.negareh {
flex: 49%;
margin: 20px 5px;
border: 2px solid #B8B5FF;
border-radius: 10px;
}