MediaWiki:Monobook.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Undo revision 14058 by CptTwinkie (talk))
mNo edit summary
Line 5: Line 5:
.small-box {
.small-box {
     border-width: 2px;
     border-width: 2px;
    border-radius: 0.33em;
     border-color: #aaa;
     border-color: #aaa;
}
}
Line 11: Line 10:
     border-color: #aaa;  
     border-color: #aaa;  
     border-width: 2px;  
     border-width: 2px;  
    border-radius: 0.33em;
     color: white;  
     color: white;  
}
}
.text-box {
.text-box {
     border-width: 2px;
     border-width: 2px;
    border-radius: 0.33em;
     border-color: #aaa;
     border-color: #aaa;
     color: white;
     color: white;
Line 24: Line 21:
     border-color: #aaa;
     border-color: #aaa;
     border-width: 2px;  
     border-width: 2px;  
    border-radius: 0.33em;
     color: white;
     color: white;
}
}
Line 30: Line 26:
     border-color: #aaa;
     border-color: #aaa;
     border-width: 2px;  
     border-width: 2px;  
    border-radius: 0.33em;
     color: white;  
     color: white;  
}
}
Line 60: Line 55:
     background: #f3f3f3;
     background: #f3f3f3;
     border-width: 2px;
     border-width: 2px;
    border-radius: 0.33em;
}
}
/* Infoboxes */
/* Infoboxes */
Line 67: Line 61:
     background-color: #f3f3f3;  
     background-color: #f3f3f3;  
     border-width: 2px;  
     border-width: 2px;  
    border-radius: 0.33em;
}
}
.ib-border-top {
.ib-border-top {
     border-top-color: #ccc;
     border-top-color: #ccc;
}
}

Revision as of 17:05, 11 May 2018

/* CSS placed here will affect users of the MonoBook skin */
/*///////////////////////////
         Templates
///////////////////////////*/
.small-box {
    border-width: 2px;
    border-color: #aaa;
}
.notification-box {
    border-color: #aaa; 
    border-width: 2px; 
    color: white; 
}
.text-box {
    border-width: 2px;
    border-color: #aaa;
    color: white;
}
.medium-box {
    border-width: 2px; 
    border-color: #aaa;
    border-width: 2px; 
    color: white;
}
.large-box {
    border-color: #aaa;
    border-width: 2px; 
    color: white; 
}
.neutral {
    background: #f9f9f9; 
}
.more-positive {
    border-color: #00ff00;
    background: #50ff50;
}
.positive {
    background: #50af50;
}
.negative {
    background: #af5050;
}
.more-negative {
    border-color: rgb(141,37,37,0.8);
    background: #ff0000;
}
.green-text {
    color: rgba(80,255,80,0.6);
}
.red-text{
    color: rgba(255,80,80,0.6);
}
.header {
    border-color: #ccc;
    background: #f3f3f3;
    border-width: 2px;
}
/* Infoboxes */
.ib-main {
    border-color: #ccc;
    background-color: #f3f3f3; 
    border-width: 2px; 
}
.ib-border-top {
    border-top-color: #ccc;
}