MediaWiki:Monobook.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
 
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 4: Line 4:
///////////////////////////*/
///////////////////////////*/
.small-box {
.small-box {
     border-width: 1px 4px;
     border-width: 1px;
    border-radius: 0.33em;
     border-color: #aaa;
     border-color: #aaa;
}
}
.notification-box {
.notification-box {
     border-color: #aaa;  
     border-color: #aaa;  
     border-width: 1px 4px;
     border-width: 2px;
    border-radius: 0.33em;
    color: white;  
}
}
.text-box {
.text-box {
     border-width: 1px 4px;
     border-width: 2px;
    border-radius: 0.33em;
     border-color: #aaa;
     border-color: #aaa;
    color: white;
}
}
.medium-box {
.medium-box {
     border-width: 1px 4px;  
     border-width: 2px;  
     border-color: #aaa;
     border-color: #aaa;
     border-width: 1px 4px;
     border-width: 2px;  
    border-radius: 0.33em;
    color: white;
}
}
.large-box {
.large-box {
     border-color: #aaa;
     border-color: #aaa;
     border-width: 1px 4px;
     border-width: 2px;
    border-radius: 0.33em;
    color: white;  
}
}
.neutral {
.neutral {
Line 38: Line 29:
.more-positive {
.more-positive {
     border-color: #00ff00;
     border-color: #00ff00;
     background: #50ff50;
     background: #99ff99;
}
}
.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: #ff0000;
     background: #ff0000;
     background: #ff9999;
}
}
.green-text {
.green-text {
     color: rgba(80,255,80,0.6);
     color: #00aa00;
}
}
.red-text{
.red-text{
     color: rgba(255,80,80,0.6);
     color: #aa0000;
}
}
.header {
.header {
     border-color: #2f6fab;
     border-color: #ccc;
     background: #e0eef7;
     background: #eee;
     border-width: 1px 4px;
     border-width: 2px;
    border-radius: 0.33em;
    color: white;
}
}
/* Infoboxes */
/* Infoboxes */
Line 67: Line 56:
     border-color: #ccc;
     border-color: #ccc;
     background-color: #f3f3f3;  
     background-color: #f3f3f3;  
     border-width: 1px 4px;
     border-width: 2px;  
    border-radius: 0.33em;
}
}
.ib-border-top {
.ib-border-top {
     border-top-color: #ccc;
     border-top-color: #ccc;
}
/*///////////////////////////
    Syntax Highlighter
///////////////////////////*/
.syntaxhighlighter {
    background-color: #f3f3f3 !important;
border: 1px solid #aaa !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 1px solid #aaa !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .toolbar {
  background: #f3f3f3 !important;
}
.syntaxhighlighter .toolbar a {
  color: black !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #888 !important;
}
.syntaxhighlighter.collapsed .toolbar {
  background-color: #f3f3f3 !important;
}
.syntaxhighlighter .toolbar {
  background-color: #f3f3f3 !important;
}
}

Latest revision as of 18:29, 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: #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: #ccc;
    background: #eee;
    border-width: 2px;
}
/* Infoboxes */
.ib-main {
    border-color: #ccc;
    background-color: #f3f3f3; 
    border-width: 2px; 
}
.ib-border-top {
    border-top-color: #ccc;
}
/*///////////////////////////
     Syntax Highlighter
///////////////////////////*/
.syntaxhighlighter {
    background-color: #f3f3f3 !important;
	border: 1px solid #aaa !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 1px solid #aaa !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .toolbar {
  background: #f3f3f3 !important;
}
.syntaxhighlighter .toolbar a {
  color: black !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #888 !important;
}
.syntaxhighlighter.collapsed .toolbar {
  background-color: #f3f3f3 !important;
}
.syntaxhighlighter .toolbar {
  background-color: #f3f3f3 !important;
}