Template:Team:Clemson/style.css
From 2013.igem.org
(Difference between revisions)
(Created page with "body { background-color: #522D80; } #filler { position: relative; box-shadow: 0 2px 5px #A25016; width: 100%; background-color: #fff; height: .75em; ...") |
|||
Line 1: | Line 1: | ||
+ | #p-logo { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
body { | body { | ||
background-color: #522D80; | background-color: #522D80; | ||
Line 5: | Line 13: | ||
#filler { | #filler { | ||
- | position: | + | position: absolute; |
+ | top: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
box-shadow: 0 2px 5px #A25016; | box-shadow: 0 2px 5px #A25016; | ||
width: 100%; | width: 100%; |
Revision as of 18:12, 15 September 2013
- p-logo {
display: none;
}
- search-controls {
display: none;
}
body {
background-color: #522D80;
}
- filler {
position: absolute; top: 0; left: 0; right: 0; box-shadow: 0 2px 5px #A25016; width: 100%; background-color: #fff; height: .75em; border: 0 solid #A25016;
}
- sponsor-banner {
list-style: none; margin: 0 4em 0 4em; padding: 0; border: 0px solid #a44b17; border-top-width: 2px; box-sizing: border-box;
}
- sponsor-banner a {
padding:1em 0; background:#EA6A20; color:#fff; width: 50%; float:left; text-align: center;
}
- sponsor-banner:after {
content: ' '; position: absolute;
display: block; z-index: -1;
width: 0;
bottom: -1em;
height: 5em; left: 5em; top: 4.2em; border-width: 0.6em 1em; border-style: solid; border-color: #fff #fff transparent transparent; }
.menu-list {
list-style: none; margin-left: 0; padding: 0; width: 38%; float: left; border: 0px solid #a44b17; border-bottom-width: 2px; box-sizing: border-box;
}
.menu-list a {
padding:1em 0; background:#EA6A20; color:#fff; width: 25%; float:left; text-align: center;
}
- menu-left:after
{ content: ' '; position: absolute;
z-index: -1;
width: 0; height: 0; left: 0px; top: 4.1em; border-width: 0.6em 5em; border-style: solid; border-color: #a44b17 #a44b17 transparent transparent; }
- menu-right:after
{ content: ' '; position: absolute;
z-index: -1;
width: 0; height: 0; right: 0; top: 4.1em; border-width: 0.6em 5em; border-style: solid; border-color: #a44b17 transparent transparent #a44b17 ; }
- content {
background-color: #D4C99E; display: block; margin: 0 5em 0 5em; padding: 8em 3em 3em 3em;
}
- menu-splash {
box-sizing: border-box; -moz-box-sizing:border-box; background-color: #EA6A20; float: left; width: 24%; border-radius: 0 0 20px 20px; padding: .5em .75em .75em .75em; overflow: hidden; border: 0px solid #a44b17; border-bottom-width: 2px;
}
- menu-splash img {
width: 100%; height: 100%; display: block; min-height: 3em; min-width: 14em;
}
footer {
}