MediaWiki:Common.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 53: Line 53:
/* Infoboxes */
/* Infoboxes */
.ib-main {
.ib-main {
     width: 300px;  
     width: 300px !important;  
     padding: 0px;  
     padding: 0px !important;  
     float: right;  
     float: right;  
     clear: right;  
     clear: right;  
     margin: 0px 0px 10px 0px;
     margin: 0px 0px 10px 12px !important;  
    margin-left: 12px;  
     font-size: 88%;  
     font-size: 88%;  
     border-style: solid;
     border-style: solid;
Line 64: Line 63:
}
}
.ib-start {
.ib-start {
     padding: 5px 2.5px 5px 2.5px;  
     padding: 5px 2.5px 5px 2.5px !important;  
     margin: 0px; font-size: 120%;  
     margin: 0px !important;  
    font-size: 120%;  
     font-weight: bold;
     font-weight: bold;
}
}

Revision as of 14:35, 11 May 2018

body.page-Main_Page h1.firstHeading,
body.page-Medieval_Engineers_Wiki_News h1.firstHeading, 
body.page-Medieval_Engineers_Wiki_News_Archive h1.firstHeading,
body.page-Main_Page div#contentSub,
body.page-Main_Page div#jump-to-nav
  { display:none; }
/*///////////////////////////
         Templates
///////////////////////////*/
.small-box {
    border-style: solid;
    border-width: 1px;
    padding: 0px 4px;
}
.notification-box {
    border-style: solid;
    border-width: 1px;
    width: 40%; 
    margin: auto; 
    text-align: center; 
    padding: 10px 10px 10px 10px;
}
.text-box {
    margin: 0% 15%;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 40px 40px 40px 40px;
}
.medium-box {
    border-style: solid;
    border-width: 1px;
    margin: 0% 20%; 
    text-align: left; 
    font-size: 18px; 
    padding: 10px 40px 10px 40px;
}
.large-box {
    border-style: solid;
    border-width: 1px;
    margin: 0% 5%; 
    text-align: left; 
    font-size: 18px; 
    padding: 10px 40px 10px 40px;
}
.header {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-size: 150%;
    padding: 5px 5px 5px 5px;
}
/* Infoboxes */
.ib-main {
    width: 300px !important; 
    padding: 0px !important; 
    float: right; 
    clear: right; 
    margin: 0px 0px 10px 12px !important; 
    font-size: 88%; 
    border-style: solid;
    border-width: 1px;
}
.ib-start {
    padding: 5px 2.5px 5px 2.5px !important; 
    margin: 0px !important; 
    font-size: 120%; 
    font-weight: bold;
}
.ib-standard {
    font-size: 88%;
    margin: -0.5em 0px 0px 0px !important;
}
.ib-padding {
    padding: 0px 5px 2.5px 5px !important;
}
.ib-padding-short {
    padding: 0px 5px 0px 5px !important;
}
.ib-border-top {
    border-top-width: 1px;
    border-top-style: solid;
}
.ib-cat-text {
    font-size: 88%;
    margin: -0.5em 0px 2.5px 0px !important; 
    font-weight: bold;
}
.ib-table {
    width:100%;
    font-size: 88%;
}