MediaWiki:Vector.css

From CUSL
Revision as of 08:35, 8 July 2015 by HeYing (talk | contribs)
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 affect users of the Vector skin */
body {
background-color: #fff;
}

#mw-page-base {
background-image: none;
}

#firstHeading, #contentSub { 
    display:none;
}
.fullwidthimage {
    max-width:100% !important;
    height:auto;
}

.slideshow div {
       max-width: 100% !important;        
}
#cusl-header {
    background: #f9f9f9; 
    margin: 1.2em 0 6px 0;
    font-size: 150%; 
    width: 100%;
    text-align: center;
    background-image: url('http://www.cusl.res.ku.edu/images/f/fe/Jhwk.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

#cusl-header-border {
    border: 1px solid #ddd;
    padding: 1em 0; 
}

#cusl-header-title {
    color: #4479AD;
}

#navigation {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding-left: 0;
}

#navigation li {
    display: inline;
}

#navigation li+li {
    padding-left: 15px;
}