Team:CityU HK/Template/parallax css

/* Theme Name: Simple Parallax Website Description: Simple Parallax Scrolling Effect Author: Samuel Dalusung

  • /

/*= GENERAL STYLING


*/

body{ margin: 0; padding: 0; width: 100%; }

h1 {

   font-family:"Arvo";

font-weight:normal; font-size: 55px; text-align: center; color: #fff; margin: 0; padding: 0; }

h2 {

  font-family:"Arvo";
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin: 0;

padding: 0; }

h3 {

  font-family: Oswald;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  margin: 5px 0;

padding: 0; z-index: 1; position: relative; }


.center { margin: 0 auto; } .content{ margin: 0 auto; width: 960px; } .clear { clear: both; } a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; } a.rpanel { float: right; color: #e1e1e1; font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #fff; } a.rpanel:hover{ color: #fff; } /*= HEADER & NAVIGATION


*/
  1. header {

width: 100%; background: url('../img/header-bg.png'); height: 80px; position: fixed; margin-top: 30px; }

  1. nav { width: 410px; float: right; margin-top: 20px; }
  2. logo a { color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 20px; color: #fff; font-family:"Wellfleet"; font-weight: bold; }
  3. nav ul{

list-style: none; display: block; margin: 0 auto; list-style: none; }

  1. nav li{

margin-top: 9px; float: left; padding-left: 21px; }

  1. nav li a { color: #fff; opacity:0.6; font-size: 16px; text-decoration: none; font-family: 'Wellfleet'; }
  2. nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
  3. nav li a:hover { color: #fff; opacity:1; }


/*= QUOTES AND SOME ELEMENTS


*/

.quotes {

font-family: 'Goudy Bookletter 1911', serif;
  font-weight: normal;
  font-size: 12px;
 text-align: left;
 margin: 50px auto;

}

.author_name_white { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #fff; font-size: 20px; }  
.author_name_gray { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #94a4a4; font-size: 20px; }  
.quotes_container { width: 800px; margin: 0 auto; }
  1. christmas_tree { background: url('../img/ribbon.png')no-repeat; width: 48px; height: 77px; margin: 0 auto; position: relative; bottom: -35px;}
  2. divider { background: url('../img/ribbon.png')no-repeat; width: 300px; height: 35px; margin: 0px auto 27px auto; }
  3. ribbon { background: url('../img/ribbon.png')no-repeat; width: 251px; height: 48px; margin: 0 auto; display: block; position: relative; top: -38px; }
  4. snowflakes1 { background: url('../img/ribbon.png')no-repeat; width: 24px; height: 21px; margin: 0 auto; display: block; position: relative; bottom: -54px; left: -102px; }
  5. snowflakes2 { background: url('../img/ribbon.png')no-repeat; width: 24px; height: 21px; margin: 0 auto; display: block; position: relative; bottom: -33px; right: -100px; }


/*= BUTTONS


*/

button.btn-know { padding: 15px 47px; margin: 40px 38.8%; text-align: center; border: 4px solid #fff; color: #fff; background: transparent; font-size: 19px; cursor: pointer; text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56); -webkit-border-radius: 4px; border-radius: 4px; }

.btn-know:hover { background: #fff; color: transparent; } ul.built { list-style: none; margin: 0 auto; width: 730px; } .built li img{ float: left; padding-right: 34px; }


/*= SLIDES STYLING


*/
  1. slide1, #slide2{ width: 100%; }
  2. slide1{

background:url('https://static.igem.org/mediawiki/2015/5/5a/2015CityU_HK_result.png') 50% 0 no-repeat fixed; color: #fff; height: 600px; margin: 0; padding: 200px 0 260px 0; background-size: cover; }

  1. slide2{

background-color: #fff; color: #333333; height: 600px; margin: 0 auto; overflow: hidden; padding: 200px 0; }

  1. slide3{

background: url('https://static.igem.org/mediawiki/2015/1/11/2015CityU_HK_schoolvisit_banner.png') 50% 0 no-repeat fixed; color: #fff; height: 600px; padding: 170px 0 0 0; background-size: cover; }

  1. slide4{

background-color: #fff; color: #333333; height: 300px; padding: 200px 0; }

  1. slide5{

background: url('https://static.igem.org/mediawiki/2015/f/f9/2015CityU_HK_notebook_banner.png') 50% 0 no-repeat fixed; height: 200px; margin: 0 auto; padding: 250px 0; color: #fff; background-size: cover; }


/*= FOOTER


*/
  1. copyright { color: #fff; font-family:"Wellfleet"; font-size: 14px; margin-top: 100px; text-align: center; }
  2. copyright a { text-decoration: none; color: #fff; }