مدیاویکی:Common.css: تفاوت میان نسخهها
از ویکییاد
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۴۸: | خط ۴۸: | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
width: 155px !important; | width: 155px !important; | ||
height: 155px !important; | height: 155px !important; | ||
margin: 8px !important; | margin: 8px !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
border: none !important; | border: none !important; | ||
} | |||
.gallerybox .thumb { | |||
position: absolute; | |||
inset: 0; /* fill parent */ | |||
width: 100% !important; | |||
height: 100% !important; | |||
} | } | ||
.gallerybox img { | .gallerybox img { | ||
width: 100% !important; | |||
height: 100% !important; | |||
object-fit: cover !important; /* this crops to fill square */ | |||
object-position: center; | |||
} | } | ||
.gallerytext { | |||
. | position: absolute; | ||
background | bottom: 0; | ||
left: 0; | |||
right: 0; | |||
background: rgba(0,0,0,0.6); | |||
color: white; | |||
text-align: center; | |||
padding: 6px; | |||
margin: 0 !important; | |||
} | } | ||
نسخهٔ ۲۳ ژانویهٔ ۲۰۲۶، ساعت ۱۹:۲۸
/* Import Vazirmatn from Google Fonts (supports Persian/Arabic very well) */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
/* Apply Vazirmatn as the main UI font everywhere possible */
body,
#mw-page-base,
#mw-head-base,
#content,
.mw-body,
.mw-body-content,
.vector-menu,
.vector-menu-heading,
.vector-menu-content,
#p-personal ul,
#footer,
.mw-indicators,
.mw-editsection,
.mw-parser-output,
input, button, select, textarea,
.oo-ui-labelElement-label,
.skin-vector,
.skin-vector-search-vue,
.skin-vector-2022 { /* Covers Vector 2022 skin - most common now */
font-family: "Vazirmatn", "Noto Sans Arabic", "DejaVu Sans", Tahoma, Arial, sans-serif !important;
}
/* Headings - make them bolder or adjust if needed */
h1, h2, h3, h4, h5, h6,
.mw-first-heading,
#firstHeading {
font-family: "Vazirmatn", "Noto Kufi Arabic", sans-serif !important;
font-weight: 700; /* Medium-bold for better readability */
}
/* Code / monospace elements - keep a fallback monospace font */
code, pre, .mw-code {
font-family: "Vazirmatn", ui-monospace, monospace !important;
}
/* Optional: Improve line height and spacing for Persian text */
body {
line-height: 1.7;
}
/* Target gallery items from DPL or core gallery */
.gallerybox {
position: relative;
overflow: hidden;
width: 155px !important;
height: 155px !important;
margin: 8px !important;
padding: 0 !important;
border: none !important;
}
.gallerybox .thumb {
position: absolute;
inset: 0; /* fill parent */
width: 100% !important;
height: 100% !important;
}
.gallerybox img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important; /* this crops to fill square */
object-position: center;
}
.gallerytext {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.6);
color: white;
text-align: center;
padding: 6px;
margin: 0 !important;
}
/* Optional: Caption as semi-transparent overlay at bottom */
.gallerytext {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.6);
color: white;
text-align: center;
padding: 6px 4px;
margin: 0 !important;
font-size: 0.9em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* Optional: Hover zoom effect */
.gallerybox:hover {
transform: scale(1.05);
transition: transform 0.2s ease;
}
