MediaWiki:Common.css

From UCSB Nanofab Wiki
Revision as of 15:42, 19 October 2020 by John d (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Site-wide mods */

/* disable "discussion" link on every page */
li#ca-talk { display:none!important; }

/*-------------------------------*/



/* MediaWiki:Sidebar CSS rules */

/* targets the div holding the logo */
div#p-logo {
    /* CSS goes here */
}

/* targets the link inside the logo div */
div#plogo a.mw-wiki-logo {

}

li#n-Lab-Rules a {
 
   font-weight: bold;

}


div.portal #p-InvisibleMenu {
 
   display:none!important;

}

/* testing invisibility*?
div.portal #p-QuickLinks {
    display:none!important;
}


/*-----------------------------------*/
/*       Heading level styles        */
/* targets the section title elements */
h3#p-navigation-label {

}
h3#p-Equipment-label {
    
}
h3#p-Recipes_and_Data-label {
    
}
h3#p-Facility_Data-label {
    
}
h3#p-Editing_Tools-label {
    
}
h3#p-p-tb-label {
    
}

/* For the spacing between elements, you want to target all li elements inside of the section divs and increase the padding top and bottom on those elements */
div#p-navigation li {

}

div#p-Equipment li {


}

/* etc... */