MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m (Giving spoiler-text a slight different background colour - make the "spoilers" distringuishable from regular text when they're not hidden.)
(Color settings)
Line 35: Line 35:
table.ambox {
table.ambox {
     margin: 0px 10%;                    /* 10% = Will not overlap with other elements */
     margin: 0px 10%;                    /* 10% = Will not overlap with other elements */
     border: 1px solid #aaa;  
     border: 1px solid #9999CC;  
     background: #fbfbfb;  
     background: #fbfbfb;  
}
}
Line 116: Line 116:


table.navbox {                          /* Navbox container style */
table.navbox {                          /* Navbox container style */
   border: 1px solid #aaa;
   border: 1px solid #9999CC;
   background: #FFFCF7;
   background: #FEFEFF;
   width: 100%;  
   width: 100%;  
   margin: auto;
   margin: auto;
Line 147: Line 147:
}
}
.navbox, .navbox-subgroup {
.navbox, .navbox-subgroup {
   background: #FFFCF7;                  /* Background color */
   background: #FEFEFF;                  /* Background color */
}
}
.navbox-list {
.navbox-list {
   border-color: #FFFCF7;                /* Must match background color */
   border-color: #FEFEFF;                /* Must match background color */
}
}
.navbox-title,
.navbox-title,
Line 166: Line 166:
}
}
.navbox tr {
.navbox tr {
   background-color:#FFFCF7;            /* Sandard cell background */
   background-color:#FEFEFF;            /* Standard cell background */
}
}
.navbox-even {
.navbox-even {
Line 268: Line 268:
.mp-content-table {  
.mp-content-table {  
     width: 100%;  
     width: 100%;  
     background: #FFFCF7;                      /* Body background color    */
     background: #FEFEFF;                      /* Body background color    */
     border: 1px solid #aaa;                /* Main border color        */
     border: 1px solid #9999CC;                /* Main border color        */
     margin: 0.5em 0;
     margin: 0.5em 0;
}
}
Line 275: Line 275:
     font-size: 140%;  
     font-size: 140%;  
     padding: 0.5em 0;  
     padding: 0.5em 0;  
     background: #75D9FA;                      /* Header background color  */
     background: #C0DFFF;                      /* Header background color  */
     border: none;
     border: none;
     border-bottom: 1px solid #aaa;        /* Main border color        */
     border-bottom: 1px solid #9999CC;        /* Main border color        */
}
}
.mp-content-body {
.mp-content-body {
Line 283: Line 283:
}
}
div.mp-content-header-alt {  
div.mp-content-header-alt {  
     background: #9AE4FD;  
     background: #C0DFFF;  
     font-size: 140%;  
     font-size: 140%;  
     font-weight: bold;
     font-weight: bold;
     border: none;
     border: none;
     border-bottom: 1px solid #aaa;        /* Main border color        */
     border-bottom: 1px solid #9999CC;        /* Main border color        */
     text-align: left;  
     text-align: left;  
     color: #000;  
     color: #000;  
Line 307: Line 307:
table.wikitable,
table.wikitable,
table.prettytable {
table.prettytable {
   background: #FFFCF7;
   background: #FEFEFF;
   border: 1px #aaa solid;
   border: 1px #9999CC solid;
}
}


table.wikitable th, table.wikitable td,
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
table.prettytable th, table.prettytable td {
   background-color:#FFFCF7;
   background-color:#FEFEFF;
   white-space:inherit;
   white-space:inherit;
}
}
Line 344: Line 344:


table.wikitable .border {
table.wikitable .border {
   border: 1px #aaa solid;
   border: 1px #9999CC solid;
}
}