MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body #firstHeading,
.mw-body .mw-editsection, .mw-body .mw-editsection-like,
.mw-body #toc h2, .mw-body .toc h2,
#documentation-meta-data, .vector-sticky-header-context-bar-primary {
font-family: tahoma;
}
@media screen {
.nochecker .gallerybox .thumb img {
background-image: none;
}
}
/*اصلاح صفحات مرتبط در نسخه ۱.۴۳*/
.cdx-card {
border: 1px solid #ccc!important;
border-radius: 8px!important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)!important;
transition: transform 0.3s!important;
overflow: hidden!important;
/*margin-bottom: 20px!important;*/
background-color: #fff!important;
display: flex!important;
align-items: center!important;
height: 100px!important;
padding: 0px!important;
}
.cdx-card:hover {
transform: translateY(-5px)!important;
}
.cdx-card__thumbnail {
flex: 0 0 80px!important; /* عرض ثابت برای تصویر */
height: 80px!important; /* ارتفاع ثابت برای تصویر */
background-size: cover!important;
background-position: center!important;
margin-left: 15px!important; /* فاصله از متن */
margin-right: 15px!important; /* فاصله از متن */
}
.cdx-thumbnail__image {
width: 100%!important;
height: 100%!important;
}
.cdx-card__text {
flex: 1!important;
padding: 0 0!important;
display: flex!important;
flex-direction: column!important;
justify-content: center!important;
}
.cdx-card__text__title {
font-size: 15px !important;
font-weight: bold !important;
color: #333 !important;
font-family: 'IRANBold'!important;
}
.cdx-card__text__description {
font-size: 0.77rem!important;
color: #666!important;
line-height: 1.4!important;
}
.cdx-card__thumbnail.cdx-thumbnail .cdx-thumbnail__placeholder {
width: 100%!important;
height: 100%!important;
}