Team:Manchester/css/coming-soon.css
From 2014.igem.org
(Created page with "body { font-family: 'Roboto', serif; } h1.main,p.demos { -webkit-animation-delay: 5s; -moz-animation-delay: 5s; -ms-animation-delay: 5s; animation-delay: 5s; } .top-bit{ wi...") |
|||
Line 1: | Line 1: | ||
- | body { | + | #content body { |
font-family: 'Roboto', serif; | font-family: 'Roboto', serif; | ||
} | } | ||
- | h1.main,p.demos { | + | #content h1.main,p.demos { |
-webkit-animation-delay: 5s; | -webkit-animation-delay: 5s; | ||
-moz-animation-delay: 5s; | -moz-animation-delay: 5s; | ||
Line 8: | Line 8: | ||
animation-delay: 5s; | animation-delay: 5s; | ||
} | } | ||
- | .top-bit{ | + | #content .top-bit{ |
width: 100%; | width: 100%; | ||
line-height: 0px; | line-height: 0px; | ||
Line 19: | Line 19: | ||
} | } | ||
- | .top-bit h1{ | + | #content .top-bit h1{ |
float: left; | float: left; | ||
color: #3D007A; | color: #3D007A; | ||
Line 26: | Line 26: | ||
/*display: block;*/ | /*display: block;*/ | ||
} | } | ||
- | .top-bit h3{ | + | #content .top-bit h3{ |
float: left; | float: left; | ||
color: #FF9900; | color: #FF9900; | ||
Line 33: | Line 33: | ||
/*display: block;*/ | /*display: block;*/ | ||
} | } | ||
- | .top-bit a{ | + | #content .top-bit a{ |
float: right; | float: right; | ||
/*font-size: 2em;*/ | /*font-size: 2em;*/ | ||
Line 42: | Line 42: | ||
margin-right: 50px; | margin-right: 50px; | ||
} | } | ||
- | .overall-bit{ | + | #content .overall-bit{ |
width: 100%; | width: 100%; | ||
line-height: 0px; | line-height: 0px; | ||
Line 51: | Line 51: | ||
/*display: block;*/ | /*display: block;*/ | ||
} | } | ||
- | .bottom-bit{ | + | #content .bottom-bit{ |
float: right; | float: right; | ||
margin-right: 13%; | margin-right: 13%; |
Revision as of 23:09, 13 August 2014
- content body {
font-family: 'Roboto', serif; }
- content h1.main,p.demos {
-webkit-animation-delay: 5s; -moz-animation-delay: 5s; -ms-animation-delay: 5s; animation-delay: 5s; }
- content .top-bit{
width: 100%; line-height: 0px; padding: 50px; padding-right: 90px; padding-left: 90px; text-align: center; position: relative; display: block; }
- content .top-bit h1{
float: left; color: #3D007A; /*text-transform: uppercase;*/ /*padding: 100px;*/ /*display: block;*/ }
- content .top-bit h3{
float: left; color: #FF9900; /*text-transform: uppercase;*/ /*padding: 100px;*/ /*display: block;*/ }
- content .top-bit a{
float: right; /*font-size: 2em;*/ /*padding: 0px 40px;*/ /*display: block;*/ color: #000000; border-bottom: 2px solid; margin-right: 50px; }
- content .overall-bit{
width: 100%; line-height: 0px; padding: 10px; color: #000000; text-align: center; position: relative; /*display: block;*/ }
- content .bottom-bit{
float: right; margin-right: 13%; width: 20%; text-transform: uppercase; box-shadow: 4px 6px 7px rgba(0,0,0,0.5); /*padding: 10px;*/ /*background-color: #330066;*/ color: white; text-align: center; z-index: 100;
}