User:SamanthaNguyen/refreshed.css

From BIONICLEsector01

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.
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);

#header-inner {
background: linear-gradient(to right, #056b7d 0%,#0797b0 50%,#056b7d 100%);
}

.header-button:hover, .header-button-active, .header-dropdown-item:hover,#site-info-main a:hover, .site-dropdown-highlighted {
background-color: #0797b0;
}

body {
background-image: url(http://biosector01.com/wiki/skins/MonoBook/bgbio2015.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
}

#sidebar a {
color: #f9f9f9;
font-family: "Lato", sans-serif;
}

#sidebar .main {
color: #222;
font-weight: bold;
font-size: 20px;
margin: .75em 0 .75em .5em;
}

#sidebar .main:first-of-type {
margin-top: .5em;
}

/* tablet */
@media (max-width: 1000px) and (min-width: 601px) {
#header .search {
background-color: #056b7d;
}
}
/* mobile */
#sidebar-shower {
background-color: #0797b0;
}

@media (max-width: 600px) {
#header .search,
#sidebar-wrapper {
background-color: #0797b0;
}
}

#fade-overlay {
background: #000;
}