From 2014.igem.org
(Difference between revisions)
|
|
Line 1: |
Line 1: |
- | | + | body { |
- | #top-section #p-logo, #top-section #search-controls {
| + | color: red; |
- | display: none;
| + | } |
- | }
| + | |
- | | + | |
- | #top-section {
| + | |
- | height: auto;
| + | |
- | padding: 0px;
| + | |
- | margin: 0px;
| + | |
- | border: 0px none;
| + | |
- | width: auto;
| + | |
- | }
| + | |
- | | + | |
- | .firstHeading, #catlinks, #footer-box {
| + | |
- | display: none;
| + | |
- | }
| + | |
- | | + | |
- | body {
| + | |
- | background: #EEE;
| + | |
- | }
| + | |
- | | + | |
- | #tempheader {
| + | |
- | background: #80B584;
| + | |
- | color: #FFF;
| + | |
- | padding: 100px 20px 100px 20px;
| + | |
- | margin: 0px 0px 0px 0px;
| + | |
- | font-size: x-large;
| + | |
- | text-align: center;
| + | |
- | transition: 0.5s;
| + | |
- | }
| + | |
- | | + | |
- | #tempheader a {
| + | |
- | color: #FFF;
| + | |
- | text-decoration: none;
| + | |
- | height: 800px;
| + | |
- | }
| + | |
- | | + | |
- | #tempheader:hover {
| + | |
- | background: url(http://upload.wikimedia.org/wikipedia/commons/c/c1/Edinburgh_Castle_from_the_south_east.JPG);
| + | |
- | }
| + | |
- | | + | |
- | #tempheader #rewired {
| + | |
- | font-family: 'Courier new';
| + | |
- | font-size: 300%;
| + | |
- | }
| + | |
- |
| + | |
- | | + | |
- | #tempheader p {
| + | |
- | font-family: 'Roboto Slab';
| + | |
- | font-style: italic;
| + | |
- | margin-top: 40px;
| + | |
- | }
| + | |
- | | + | |
- | #igem {
| + | |
- | padding: 20px 100px 20px 100px;
| + | |
- | font-size: x-large;
| + | |
- | font-family: 'Roboto Slab';
| + | |
- | }
| + | |
- | | + | |
- | #igem h1, h2 {
| + | |
- | border-bottom: none;
| + | |
- | }
| + | |
- | | + | |
- | .img {
| + | |
- | text-align: center;
| + | |
- | }
| + | |
Revision as of 02:24, 17 October 2014
body {
color: red;
}