Template:Team:Edinburgh/CSS

From 2014.igem.org

(Difference between revisions)
Line 53: Line 53:
margin-bottom: 30px;
margin-bottom: 30px;
text-align: center;
text-align: center;
 +
}
 +
 +
#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;
}
}

Revision as of 02:42, 17 October 2014

/* GENERAL HOUSEKEEPING */

body { background: #EEE; }

  1. top-section #p-logo, #top-section #search-controls {

display: none; }

  1. top-section {

height: auto; padding: 0px; margin: 0px; border: 0px none; width: auto; }

.firstHeading, #catlinks, #footer-box { display: none; }

  1. content {

margin-top: 20px; margin-bottom: 20px; border: 0px; box-shadow: 10px 10px 5px #888888; }

/* GENERAL */

  1. igem {

Font-family: 'Roboto Slab'; font-size: x-large; padding: 20px 100px 20px 100px; }

  1. igem h1, h2, h3 {

border-bottom: none; }

/* GENERAL */

  1. header {

text-align: center; }

  1. logo {

border-radius: 100px; }

/* MAIN PAGE*/

  1. header, #aims, #team, #project, #sides, #sponsors {

margin-bottom: 30px; text-align: center; }

  1. team {

text-align: center; font-size: 80%; }

  1. team h2 {

margin: 30px 200px 20px 200px; }

  1. team table {

margin: 0px auto 0px auto; }

  1. team img {

width: 150px; height: 150px; border-radius: 100px; border: 2px black solid; }

  1. team td {

padding-bottom: 20px; }