MediaWiki:Monobook.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
///////////////////////////*/
///////////////////////////*/
.small-box {
.small-box {
     border-width: 2px;
     border-width: 1px;
     border-color: #aaa;
     border-color: #aaa;
}
}
.notification-box {
.notification-box {
     border-color: #aaa;  
     border-color: #aaa;  
     border-width: 2px;  
     border-width: 2px;
    color: white;
}
}
.text-box {
.text-box {
     border-width: 2px;
     border-width: 2px;
     border-color: #aaa;
     border-color: #aaa;
    color: white;
}
}
.medium-box {
.medium-box {
Line 21: Line 19:
     border-color: #aaa;
     border-color: #aaa;
     border-width: 2px;  
     border-width: 2px;  
    color: white;
}
}
.large-box {
.large-box {
     border-color: #aaa;
     border-color: #aaa;
     border-width: 2px;  
     border-width: 2px;
    color: white;
}
}
.neutral {
.neutral {
Line 32: Line 28:
}
}
.more-positive {
.more-positive {
     border-color: #00ff00;
     border-color: #008800;
     background: #50ff50;
     background: #55ff55;
}
}
.positive {
.positive {
     background: #50af50;
     background: #ddffdd;
}
}
.negative {
.negative {
     background: #af5050;
     background: #ffdddd;
}
}
.more-negative {
.more-negative {
     border-color: rgb(141,37,37,0.8);
     border-color: #880000;
     background: #ff0000;
     background: #ff5555;
}
}
.green-text {
.green-text {

Revision as of 17:14, 11 May 2018

/* CSS placed here will affect users of the MonoBook skin */
/*///////////////////////////
         Templates
///////////////////////////*/
.small-box {
    border-width: 1px;
    border-color: #aaa;
}
.notification-box {
    border-color: #aaa; 
    border-width: 2px;  
}
.text-box {
    border-width: 2px;
    border-color: #aaa;
}
.medium-box {
    border-width: 2px; 
    border-color: #aaa;
    border-width: 2px; 
}
.large-box {
    border-color: #aaa;
    border-width: 2px;  
}
.neutral {
    background: #f9f9f9; 
}
.more-positive {
    border-color: #008800;
    background: #55ff55;
}
.positive {
    background: #ddffdd;
}
.negative {
    background: #ffdddd;
}
.more-negative {
    border-color: #880000;
    background: #ff5555;
}
.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;
}