ایجاد پودمان
برچسب: ایجاد دوباره
 
بروزرسانی
 
خط ۱: خط ۱:
/* {{pp|small=y}} */
/* General Styles */
/*
.infobox-body {
* This TemplateStyles sheet deliberately does NOT include the full set of
    background: #ffffff;
* infobox styles. We are still working to migrate all of the manual
    border-radius: 10px;
* infoboxes. See [[:en:MediaWiki talk:Common.css/to do#Infobox]]
    padding: 10px;
* DO NOT ADD THEM HERE
text-align: center !important;
*/
    display: table;
/*
* not strictly certain these styles are necessary since the modules now
* exclusively output infobox-subbox or infobox, not both
* just replicating the module faithfully
*/
.infobox-subbox {
padding: 0;
border: none;
margin: -3px;
width: auto;
min-width: 100%;
font-size: 100%;
clear: none;
float: none;
background-color: transparent;
}
}
 
.infobox-header {
.infobox-3cols-child {
    background-color: #6e96fa;
margin: auto;
    color: darkslategrey;
    padding: 6px;
    border-radius: 9px 9px 0 0;
    font-family: 'IRANSansX', sans-serif;
    font-weight: 700;
}
.infobox-label {
    background-color: #94f2c6;
    vertical-align: middle;
    padding: 8px;
    font-family: 'IRANSansX', sans-serif;
    font-weight: 700;
    min-width: 80px;
    text-align: right;
    border-radius: 5px;
}
}
 
.infobox-data {
.infobox .navbar {
    background: #D6F7F9;
font-size: 100%;
    padding: 8px;
    border-radius: 5px;
}
.infobox-title {
    padding: 12px 10px;
    color: white;
    letter-spacing: 0.03em;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #71C9CE;
    border-radius: 15px 40px 15px 40px;
    font-family: 'IRANSansX', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}
}


/* T281642 */
/* Mobile Optimized Styles */
body.skin-minerva .infobox-header,
@media (max-width: 768px) {
body.skin-minerva .infobox-subheader,
    .infobox-body {
body.skin-minerva  .infobox-above,
        border-radius: 8px;
body.skin-minerva .infobox-title,
        padding: 8px;
body.skin-minerva  .infobox-image,
    }
body.skin-minerva  .infobox-full-data,
    .infobox-header {
body.skin-minerva .infobox-below {
        padding: 5px;
text-align: center;
        font-size: 14px;
        text-align: center;
    }
    .infobox-label {
        padding: 6px;
        min-width: auto;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
    .infobox-data {
        padding: 6px;
        display: block;
        text-align: center;
    }
    .infobox-title {
        padding: 10px 8px;
        font-size: 20px;
        margin-top: 8px;
        margin-bottom: 4px;
        border-radius: 12px 30px 12px 30px;
        text-align: center;
    }
.infobox-body-for-bug {
width: 100%;
    display: inline-table;
    }
}
}