MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
alternate navbox colour scheme, fixes to spoiler text thing
(Trying something out)
(alternate navbox colour scheme, fixes to spoiler text thing)
Line 1: Line 1:
/* Sitewide CSS stylesheet. Take care when making any changes as they'll be pushed to every user almost immediately. */
/* Sitewide CSS stylesheet. Take care when making any changes as they'll be pushed to every user almost immediately. */


/* Some Spoiler Stuff */
/* Some spoiler stuff */
.spoiler-inline {
.spoiler-inline {
     color: black;
     color: black;
Line 8: Line 8:


.spoiler-inline:hover {
.spoiler-inline:hover {
     background: white;
     background: none;
}
}


Line 107: Line 107:


table.navbox {                          /* Navbox container style */
table.navbox {                          /* Navbox container style */
   border: 1px solid #25bdec;
   border: 1px solid #aaa;
   background-color:#FFFCF7;
   background: #FFFCF7;
   width: 100%;  
   width: 100%;  
   margin: auto;
   margin: auto;
Line 141: Line 141:
.navbox-title,
.navbox-title,
table.navbox th {
table.navbox th {
   background: #25bdec;                  /* Level 1 color */
   background: #75D9FA;                  /* Level 1 color */
  color:white;
}
}
.navbox-abovebelow,
.navbox-abovebelow,
.navbox-group,
.navbox-group,
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
   background: #25bdec;                  /* Level 2 color */
   background: #9AE4FD;                  /* Level 2 color */
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {


   background: #25bdec;                  /* Level 3 color */
   background: #B7EBFD;                  /* Level 3 color */
}
}
.navbox tr {
.navbox tr {
Line 157: Line 156:
}
}
.navbox-even {
.navbox-even {
   background: #FEF5E0;                  /* Even row striping */
   background: #F1FCFF;                  /* Even row striping */
}
}
.navbox-odd {
.navbox-odd {

Navigation menu