پرش به محتوا

مدیاویکی:Common.css: تفاوت میان نسخه‌ها

از ویکی راکس
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۲۴: خط ۲۴:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     font-family: 'Farhang-Black', Arial, sans-serif !important;
     font-family: 'Farhang-Black', Arial, sans-serif !important;
}
.main-page-box {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.main-page-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
    border-bottom: 2px solid #ddd;
}
.main-page-content {
    font-size: 16px;
    line-height: 1.6;
}
#firstHeading {
    display: none;
}
}

نسخهٔ ‏۱۹ مارس ۲۰۲۵، ساعت ۱۷:۲۶

@font-face {
    font-family: 'Farhang-Regular';
    src: url('/fonts/Farhang-Regular.woff2') format('woff2'),
         url('/fonts/Farhang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Farhang-Black';
    src: url('/fonts/Farhang-Black.woff2') format('woff2'),
         url('/fonts/Farhang-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
* {
    font-family: 'Farhang-Regular', Arial, sans-serif !important;
}

body {
    font-family: 'Farhang-Regular', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Farhang-Black', Arial, sans-serif !important;
}

.main-page-box {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.main-page-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
    border-bottom: 2px solid #ddd;
}

.main-page-content {
    font-size: 16px;
    line-height: 1.6;
}

#firstHeading {
    display: none;
}