Template:Team:Edinburgh/CSS
From 2014.igem.org
Samireland (Talk | contribs) |
Samireland (Talk | contribs) |
||
Line 134: | Line 134: | ||
#leftnav ul { | #leftnav ul { | ||
list-style: none; | list-style: none; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Revision as of 00:35, 18 October 2014
/* GENERAL HOUSEKEEPING */
body { background: #EEE; }
- top-section #p-logo, #top-section #search-controls {
display: none; }
- top-section {
height: auto; padding: 0px; margin: 0px; border: 0px none; width: auto; }
.firstHeading, #catlinks, #footer-box { display: none; }
- content {
margin-top: 20px; margin-bottom: 20px; border: 0px; box-shadow: 10px 10px 5px #888888; }
/* GENERAL */
- igem {
Font-family: 'Roboto Slab'; font-size: large; padding: 20px 100px 20px 100px; }
- igem h1, h2, h3 {
border-bottom: none; }
/* GENERAL */
- header {
text-align: center; }
- logo {
border-radius: 100px; }
/* MAIN PAGE*/
- header, #aims, #team, #project, #sides, #sponsors {
margin-bottom: 60px; text-align: center; }
img { display: block; margin-left: auto; margin-right: auto;}
- aims a, a:hover {
color: inherit; text-decoration: none; }
- team {
text-align: center; font-size: 80%; }
- team h2 {
margin: 30px 200px 20px 200px; }
- team table {
margin: 0px auto 0px auto; }
- team img {
width: 150px; height: 150px; border-radius: 100px; border: 2px black solid; }
- team td {
padding-bottom: 20px; }
- project a, a:hover {
color: inherit; text-decoration: none; }
- icons {
margin: 100px auto 50px auto; font-size: 80%; }
- icons .text td {
vertical-align: top; }
- icons td {
text-align: center; padding-left: 10px; padding-right: 10px;
}
- icons img {
opacity: 0.7; transition: 0.5s; }
- icons img:hover {
opacity: 1; }
- sponsors table {
border-spacing: 20px; margin: 10px auto 10px auto; }
- HPpage td {
vertical-align: top; }
- leftnav {
padding-right: 50px; }
- leftnav ul {
list-style: none; }
- criteria {
border: 1px solid black; position: absolute; left: 100px; top: 150px; }