MediaWiki:Modern.css

From Medieval Engineers Wiki
Revision as of 17:44, 11 May 2018 by CptTwinkie (talk | contribs) (Created page with "→‎CSS placed here will affect users of the Modern skin: →‎/////////////////////////// Templates ///////////////////////////: .small-box { border-width: 1px;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Modern skin */
/*///////////////////////////
         Templates
///////////////////////////*/
.small-box {
    border-width: 1px;
    border-color: #bbb;
}
.notification-box {
    border-color: #3c78b5; 
    border-width: 2px;  
}
.text-box {
    border-width: 2px;
    border-color: #3c78b5;
}
.medium-box {
    border-width: 2px; 
    border-color: #3c78b5;
    border-width: 2px; 
}
.large-box {
    border-color: #3c78b5;
    border-width: 2px;  
}
.neutral {
    background: #f0f0f0; 
}
.more-positive {
    border-color: #00ff00;
    background: #99ff99;
}
.positive {
    background: #ddffdd;
}
.negative {
    background: #ffdddd;
}
.more-negative {
    border-color: #ff0000;
    background: #ff9999;
}
.green-text {
    color: #00aa00;
}
.red-text{
    color: #aa0000;
}
.header {
    border-color: #003366;
    background: #3c78b5;
    border-width: 2px;
	color: white;
}
/* Infoboxes */
.ib-main {
    border-color: #3c78b5;
    background-color: #f0f0f0; 
    border-width: 2px; 
}
.ib-border-top {
    border-top-color: #bbb;
}