🛈 Note: policy and procedure locations have changed.

For CAHP policies and procedures, please refer to the UNMC catalog.

For program-specific policies and procedures, please refer to the Program-Specific Handbooks.

MediaWiki:Common.css

From CAHP Student Handbook
Revision as of 12:05, January 7, 2016 by Admin (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
 
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400);
 
a {color: #CC2200}
.mw-body a:link {color: #CC2200}
.mw-body a:visited {color: #CC2200}
.mw-body a:hover {color: #CC2200}
.mw-body a:active {color: #CC2200}
 
div#mw-panel div.portal div.body ul li a {
    color: #000;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #000;
}
div#mw-panel div.portal div.body ul li a:hover {
    color: #CC2200;
}
div#mw-panel div.portal div.body ul li a:active {
    color: #CC2200;
}
 
div#footer #footer-icons {
    display: none;
}
 
html, body {
    font-family: 'Roboto', sans-serif;
}