Evan pepper (Talk | contribs) |
|||
Line 7: | Line 7: | ||
/* This styling below was initially from the Team:UCSC/Assets/Test_Style_css stylesheet */ | /* This styling below was initially from the Team:UCSC/Assets/Test_Style_css stylesheet */ | ||
+ | html, body { | ||
+ | max-width: 100%; | ||
+ | overflow-x: hidden; | ||
+ | } | ||
+ | #globalWrapper { | ||
+ | padding:0; | ||
+ | } | ||
+ | .pad-top { | ||
+ | padding-top: 60px | ||
+ | } | ||
+ | .text-center { | ||
+ | text-align: center | ||
+ | } | ||
+ | i.fa { | ||
+ | padding: 5px | ||
+ | } | ||
+ | section { | ||
+ | padding-top: 50px; | ||
+ | width: 100% | ||
+ | } | ||
+ | |||
+ | .hl_1 { | ||
+ | color: green; | ||
+ | } | ||
+ | |||
+ | .hl_2 { | ||
+ | color: red; | ||
+ | } | ||
+ | |||
+ | |||
+ | p { | ||
+ | font-weight: 300; | ||
+ | line-height: 30px; | ||
+ | font-size: 120%; | ||
+ | family-font: "Quicksand", sans serif !important; | ||
+ | } | ||
+ | .persondesc { | ||
+ | font-weight: 300; | ||
+ | line-height: 30px; | ||
+ | font-size: 105% | ||
+ | } | ||
+ | .pad-row { | ||
+ | padding-top: 40px; | ||
+ | padding-bottom: 40px | ||
+ | } | ||
+ | .pad-bottom { | ||
+ | padding-bottom: 50px | ||
+ | } | ||
+ | |||
+ | .navbar { | ||
+ | margin-top: 16px | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav>li>a { | ||
+ | color: #FFF | ||
+ | } | ||
+ | .navbar-inverse .navbar-brand { | ||
+ | color: #FFF | ||
+ | } | ||
+ | |||
+ | |||
+ | .nav li { | ||
+ | transition: visibility 1.26s linear 0s, background 0.9s linear 0.36s; | ||
+ | } | ||
+ | |||
+ | .nh { | ||
+ | background: #333; | ||
+ | transition: all .2s ease | ||
+ | } | ||
+ | |||
+ | .nav ul li { | ||
+ | text-align: center; | ||
+ | list-style-type: none | ||
+ | } | ||
+ | |||
+ | .navsub, .nhs { | ||
+ | color: white; | ||
+ | background: #222; | ||
+ | left: 0; | ||
+ | text-align: center; | ||
+ | width: 100%; | ||
+ | position: fixed; | ||
+ | top: 68px; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border:none; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | .navsub ul li, .nhs ul li { | ||
+ | padding-left: 20px; | ||
+ | padding-right: 20px; | ||
+ | line-height: 50px; | ||
+ | float: left; | ||
+ | list-style-image: none | ||
+ | } | ||
+ | .navsub ul li a, .nhs ul li a { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | color: white; | ||
+ | text-decoration: none | ||
+ | } | ||
+ | |||
+ | .nav > li > .navsub { | ||
+ | visibility: hidden; | ||
+ | opacity:0; | ||
+ | transition: visibility 1.26s linear 0s, opacity 0.9s linear 0.36s, z-index 1.26s; | ||
+ | z-index:10; | ||
+ | } | ||
+ | |||
+ | .nav > li:hover > .navsub, .nhs { | ||
+ | visibility:visible; | ||
+ | opacity:1; | ||
+ | transition:visibility 0s linear 0s,opacity 0s linear; | ||
+ | transition-delay:0s; | ||
+ | z-index: 100; | ||
+ | } | ||
+ | |||
+ | .nhs { | ||
+ | z-index:1 | ||
+ | } | ||
+ | |||
+ | .nhs:hover { | ||
+ | z-index:100 | ||
+ | } | ||
+ | |||
+ | .navbar { | ||
+ | -webkit-transition: background .8s ease-out, padding .8s ease-out; | ||
+ | -moz-transition: background .8s ease-out, padding .8s ease-out; | ||
+ | transition: background .8s ease-out, padding .8s ease-out | ||
+ | } | ||
+ | .navbar-pad-original { | ||
+ | padding: 0 | ||
+ | } | ||
+ | |||
+ | small { | ||
+ | font-size: 15px; | ||
+ | padding-left: 10px | ||
+ | } | ||
#footer-sec { | #footer-sec { | ||
background-color: #000; | background-color: #000; |
Revision as of 01:46, 23 August 2017