MediaWiki:Monobook.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
 
No edit summary
Line 58: Line 58:
.header {
.header {
     border-color: #2f6fab;
     border-color: #2f6fab;
     background: #e0eef7;
     background: #f9f9f9;
     border-width: 1px 4px;
     border-width: 1px 4px;
     border-radius: 0.33em;
     border-radius: 0.33em;
    color: white;
}
}
/* Infoboxes */
/* Infoboxes */

Revision as of 16:57, 11 May 2018

/* CSS placed here will affect users of the MonoBook skin */
/*///////////////////////////
         Templates
///////////////////////////*/
.small-box {
    border-width: 1px 4px;
    border-radius: 0.33em;
    border-color: #aaa;
}
.notification-box {
    border-color: #aaa; 
    border-width: 1px 4px; 
    border-radius: 0.33em; 
    color: white; 
}
.text-box {
    border-width: 1px 4px;
    border-radius: 0.33em;
    border-color: #aaa;
    color: white;
}
.medium-box {
    border-width: 1px 4px; 
    border-color: #aaa;
    border-width: 1px 4px; 
    border-radius: 0.33em; 
    color: white;
}
.large-box {
    border-color: #aaa;
    border-width: 1px 4px; 
    border-radius: 0.33em; 
    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: #2f6fab;
    background: #f9f9f9;
    border-width: 1px 4px;
    border-radius: 0.33em;
}
/* Infoboxes */
.ib-main {
    border-color: #ccc;
    background-color: #f3f3f3; 
    border-width: 1px 4px; 
    border-radius: 0.33em;
}
.ib-border-top {
    border-top-color: #ccc;
}