کاربر:Mahan/صفحه اصلی/styles.css

نکته: پس از انتشار ممکن است برای دیدن تغییرات نیاز باشد که حافظهٔ نهانی مرورگر خود را پاک کنید.

  • فایرفاکس / سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload کلیک کنید، یا کلید‌های Ctrl-F5 یا Ctrl-R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-R)
  • گوگل کروم: کلیدهای Ctrl+Shift+R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-Shift-R)
  • اینترنت اکسپلورر/ Edge: کلید Ctrl را نگه‌دارید و روی دکمهٔ Refresh کلیک کنید، یا کلید‌های Ctrl-F5 را با هم فشار دهید
  • اپرا: Ctrl-F5 را بفشارید.
/* General Body Styling */
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #202122;
    background-color: #f8f9fa;
}

/* Main Page Header */
#mp-header {
    text-align: center;
    padding: 1em 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #a2a9b1;
}

/* Column Layout */
#mp-right, #mp-left {
    vertical-align: top;
    box-sizing: border-box;
}

#mp-right {
    float: right;
    width: 52%;
    padding-left: 1em;
}

#mp-left {
    float: left;
    width: 46%;
    padding-right: 1em;
    border-radius: 0.5em;
    background-color: #ffffff;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.1);
}

/* Clearfix for the footer */
.footer {
    clear: both;
    padding-top: 1em;
}

/* Styling for content boxes */
.mw-parser-output .درگاه\:اصلی\/جعبه { /* Escaping the colon and slash in template name */
    border: 1px solid #a2a9b1;
    background-color: #ffffff;
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 0.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.mw-parser-output .درگاه\:اصلی\/جعبه .Header { /* Escaping the colon and slash in template name */
    background-color: #36c;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    margin: -0.5em -0.5em 0.5em -0.5em;
    border-radius: 0.4em 0.4em 0 0;
    text-align: center;
}

/* Specific styling for the Wikipedia-like title component */
.صفحه-اصلی-عنوان {
    background-color: #eaf3ff;
    border: 1px solid #a2a9b1;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    font-weight: bold;
    color: #36c;
    display: flex;
    align-items: center;
}

.صفحه-اصلی-عنوان img {
    margin-left: 0.5em;
}

.صفحه-اصلی-عنوان .edit-link {
    font-size: 0.8em;
    margin-right: auto;
}

/* Ensure images within content boxes don't overflow */
.mw-parser-output .درگاه\:اصلی\/جعبه img { /* Escaping the colon and slash in template name */
    max-width: 100%;
    height: auto;
}