MediaWiki:Gadget-ms-Navbox.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
Organising all my code.
No edit summary
(Organising all my code.)
Line 108: Line 108:


/*  +++++++++++++++
/*  +++++++++++++++
     DEFAULT SKIN
     NEW TARDIS SKIN
     FOR NAVBOXES
     FOR BASIC NAVBOXES.
    (based on a classic)
     +++++++++++++++
     +++++++++++++++
   
   
Line 134: Line 135:
     width:97%;
     width:97%;
     max-width: 658px;
     max-width: 658px;
}
.theme-fandomdesktop-light table.navbox {
    border: 2px solid #262438;
}
}


Line 205: Line 209:
}
}


 
/*  =-=--=-=-=-=-=-
    Main list style
    =-=-=-=-=-=-=-= */
   
.navbox-list {  
.navbox-list {  
     border-left:2px solid #fdfdfd;
     border-left:2px solid #fdfdfd;
}
}


.navbox-even {
    background: #dce0ee;
}
.navbox-odd {
    background: #ccd3e5;
}
/*  =-=--=-=-=-=-=-
    Titles and headings
    (and notes)
    =-=-=-=-=-=-=-= */
   
.navbox-title,  
.navbox-title,  
table.navbox th {
table.navbox th {
Line 228: Line 247:
}
}
   
   
/*  =-=--=-=-=-=-=-
      COLLAPSIBLES
    =-=-=-=-=-=-=-= */
   
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
     color:#000;
     color:#000;
Line 288: Line 311:
.navbox-abovebelow, .navbox-group {
.navbox-abovebelow, .navbox-group {
     /* background: #817ca9; */
     /* background: #817ca9; */
     background: #464076;
     background: #464076;     /* THink this one needs to be removed? */
}
}


Line 298: Line 321:
     background: #8b85b9;
     background: #8b85b9;
}
}


.collapsible .navbox-subgroup .navbox-group {
.collapsible .navbox-subgroup .navbox-group {
Line 313: Line 334:
.collapsible .navbox-subgroup .navbox-abovebelow {
.collapsible .navbox-subgroup .navbox-abovebelow {
background: #827cb3;
background: #827cb3;
}
.navbox-even {
    background: #e4e3e9;
    background: #e8e7ed;
    background: #f6f4fd;
    background: #dce0ee
}
.navbox-odd {
    background: #b8b7c1;
    background: #cfcedf;
    background: #e4e3f7;
    background: #e0e0f3;
    background: #e0e8f3;
    background: #ccd3e5;
}
}


/*  =-=--=-=-=-=-=-
      Various exceptions
    =-=-=-=-=-=-=-= */
   
table.navbox .navbox-list a:link,
table.navbox .navbox-list a:link,
table.navbox .navbox-list a:visited {
table.navbox .navbox-list a:visited {
Line 350: Line 360:
     border-radius: 0;
     border-radius: 0;
}
}
/*  =-=--=-=-=-=-=-
      BUTTONS (needs to stay near bottom)
    =-=-=-=-=-=-=-= */


.navbox-title .collapseButton,
.navbox-title .collapseButton,
Cookies help us deliver our services. By using our services, you agree to our use of cookies.