Team:Nevada/ml-coming-soon.css

From 2014.igem.org

/*

Thin HTML5 Coming Soon Template by MediaLoot URL: http://medialoot.com/item/thin-html5-coming-soon-template

Designer: Tony Thomas

  • /

/*Styles*/ .awesome{ background: #8F8F8C url(/images/alert-overlay.png) repeat-x; display: inline-block; padding: 5px 20px 6px; color: #fff; text-decoration: none; font-weight: bold; line-height: 1; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; text-shadow: 0 -1px 1px #222; border-bottom: 1px solid #222; position: relative; cursor: pointer; }

html { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 0; height: 100%; font-size: 14px; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.25); }

body { background-color: #444; background-image: url(../images/unr_joe.jpg); background-color: rgba(0, 0, 0, .5); }

.body_wrapper{ background: #333; background-color: rgba(0, 33, 71, .5); padding: 5px 0; }


selection {

background: rgba(0,0,0,0.25); }

header { background: #333; background-color: rgba(0, 33, 71, .75); padding: 20px 0; }

.wrapper { max-width: 960px; width: 95%; margin: 0 auto;

}

ul, ol, li { margin: 0; padding: 0; display: inline-block; list-style: none; }

h1 { margin: 60px auto; text-align: center; color: #8F8F8C; font-weight: 1000; font-size: 56px; font-family:"Myriad Pro"; }

h2 { font-size: 58px; width: 90%; color: #FFF; text-align: center; margin: 30px auto 10px; font-weight: 1000; font-family:"Myriad Pro"; alignment-baseline:central;

}

p { text-align: center; width: 90%; margin: 0px auto; line-height: 1.6; font-weight: 1000; font-size: 22px; color: #FFF; font-family:"Myriad Pro"; }


ul.countdown { margin: 15px auto; display: block; text-align: center; }

ul.countdown li { display: inline-block; height: 80px; margin: 0 5px 15px 5px; text-align: center; color: #fff; color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1; text-transform: uppercase; -webkit-border-radius: 499px; -moz-border-radius: 499px; border-radius: 499px; border: 1px solid #fff; font-weight: 200; width: 130px; height: 100px; padding-top: 30px; } ul.countdown li span {

	display: block;
	font-size: 46px;
	color: rgba(255, 255, 255, 1);
	font-weight: 100;
}

.connect { width: 100%; margin: 50px 0; }

.connect form { margin-top: 10px; width: 480px; margin: 0 auto; }

.connect form input[type=email] { width: 338px; height: 46px; border: 1px solid #fff; border-right: none; background: none; -webkit-border-top-left-radius: 99px; -webkit-border-bottom-left-radius-radius: 99px; -moz-border-radius-topleft: 99px; -moz-border-radius-bottomleft: 99px; border-top-left-radius: 99px; border-bottom-left-radius: 99px; font-size: 14px; font-weight: bold; padding: 0 0 0 20px; color: #fff; font-weight: 200; float: left; opacity: 0.65; }

.connect form input[type=email]:hover { opacity: 0.8; }

.connect form input[type=email]:focus { outline: none; opacity: 1; }

.connect form input[type=button], form input[type=submit] { width: 119px; height: 48px; border: none; cursor: pointer; -webkit-border-top-right-radius: 99px; -webkit-border-bottom-right-radius-radius: 99px; -moz-border-radius-topright: 99px; -moz-border-radius-bottomright: 99px; border-top-right-radius: 99px; border-bottom-right-radius: 99px; background-color: #fff; margin: 0; padding: 0; font-size: 14px; font-weight: bold; color: #333; float: left; opacity: 0.65; }

.connect form input[type=button]:hover, form input[type=submit]:hover { opacity: 1; }

.connect form input[type=button]:active, form input[type=submit]:active { opacity: 0.8; }

.connect ul { width: 440px; text-align: center; display: block; margin: 60px auto 20px auto; }

.connect ul li a { width: 48px; height: 48px; display: block; text-indent: -499px; overflow: hidden; opacity: 0.65; -webkit-border-radius: 499px; -moz-border-radius: 499px; border-radius: 499px; border: 1px solid #fff; margin: 0 5px; }

.connect ul li a:hover { opacity: 1; }

.connect ul li a:active { opacity: 0.8; }

.connect ul li.facebook a {background: url(../images/connect-facebook.png) no-repeat center;} .connect ul li.twitter a {background: url(../images/connect-twitter.png) no-repeat center;} .connect ul li.google a {background: url(../images/connect-google.png) no-repeat center;} .connect ul li.instagram a {background: url(../images/connect-instagram.png) no-repeat center;} .connect ul li.sharethis a {background: url(../images/connect-sharethis.png) no-repeat center;}

@media only screen and (max-width : 960px) { .wrapper { width: auto; } .connect { display: block; float: none; width: 348px; margin: 50px auto; } .connect form { width: 100%; } .connect form input[type=text]{ width: 206px; } .connect ul { width: 340px; } }

@media only screen and (max-width : 480px) { h1, ul.countdown { margin: 20px auto; } h2 { margin: 40px auto; } }

/*Fade In Animation*/

h1, ul.countdown, h2, p, form, .connect {

   -webkit-animation: fadein 3s; /* Safari and Chrome */
      -moz-animation: fadein 3s; /* Firefox */
       -ms-animation: fadein 3s; /* Internet Explorer */
        -o-animation: fadein 3s; /* Opera */
           animation: fadein 3s;

}

@keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

} @-moz-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

} @-webkit-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

} @-ms-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

}​ @-o-keyframes fadein {

   from { opacity: 0; }
   to   { opacity: 1; }

}​