Difference between revisions of "MediaWiki:Timeless.css"

From RRU Knowledge Base
m
m
Line 59: Line 59:
#mw-footer-container .footer-icons:hover {
#mw-footer-container .footer-icons:hover {
     opacity: 1;
     opacity: 1;
}
@media screen and (max-width:850px) {
  #mw-header-container {
      padding-bottom: 1em;
    }
}
}


Line 66: Line 72:
         height: inherit;
         height: inherit;
         padding: 1em;
         padding: 1em;
       
     }
     }



Revision as of 03:28, 18 December 2018

body {
    background: #111;
}

#personal h2 {
    font-size: 1em;
    font-weight: 300;
}

#simpleSearch {
    background: #333;
    border: none;
    box-shadow: none;
}

#searchInput {
    color: #aaa;
}

#mw-header-hack .color-left, #mw-header-hack .color-middle, #mw-header-hack .color-right {
    background-color: #bbb;
    height: 0.35em;
}
#mw-content-container {
    background-image: none; /* No more Cats */
}

#mw-content h1.firstHeading {
    margin: 1.25em 0 0.5em;
    border-bottom: solid 1px #939393;
    padding-bottom: .5em;
}

#mw-footer-container {
    box-shadow: none;
    border: none;
    color: #555;
    font-size: .9em;
}

#mw-footer-container a {
    color: #555;
}

#mw-footer-container a:hover {
    color: #777;
}

#mw-footer-container #copyright {
    display: block;
    border-bottom: 1px solid #222;
    padding-bottom: 1em;
}

#mw-footer-container .footer-icons {
    opacity: .7;
}

#mw-footer-container .footer-icons:hover {
    opacity: 1;
}

@media screen and (max-width:850px) {
   #mw-header-container {
       padding-bottom: 1em;
    }
}

@media screen and (min-width:850px) {

   #mw-header-container {
        height: inherit;
        padding: 1em;
        
    }

    #mw-header-nav-hack, #mw-header-hack {
        top: 4em;
    }

    #mw-content-container {
        margin-top: 4em;
        background-image: none; /* No more Cats */
    }

}