Team:Edinburgh/HP/
From 2014.igem.org
Samireland (Talk | contribs) |
Samireland (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{Team:Edinburgh/CSS}} | {{Team:Edinburgh/CSS}} | ||
+ | {{Team:Edinburgh/HPstyle}} | ||
{{Team:Edinburgh/header}} | {{Team:Edinburgh/header}} | ||
<div id="igem"> | <div id="igem"> |
Revision as of 15:24, 10 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;}
a: hover { color: #00F; text-decoration: underline; }
- aims a{
color: inherit; text-decoration: none; transition: 0.5s; }
- aims:hover {
color: #00F; 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{
color: inherit; text-decoration: none; transition: 0.5s; }
- project a:hover {
color: #00F; 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 {
position: absolute; left: 30px; top: 100px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; }
- criteria a {
color: #826A21; }
- tourleft {
position: absolute; left: 30px; top: 100px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; }
- tourleftbottom {
position: absolute; left: 30px; bottom: 20px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; margin-bottom: 30px; }
- tourright {
position: absolute; right: 30px; top: 100px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; }
- tourrightbottom {
position: absolute; right: 30px; bottom: 20px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; margin-bottom: 30px; }
- navlink {
border-radius: 5px; }
- navlink a {
transition: 0.5s; padding: 4px; border-radius: 10px; }
- navlink a:hover {
background: #2E75B6; text-decoration: none; color: #FFF; }
<style>
- leftnav {
float: left; }
- igem {
margin-left: 5px; }
body {
color: red; }
</style>
Please enjoy this temporary wiki design while our final design finishes cooking.