Template:Team:Edinburgh/CSS

From 2014.igem.org

(Difference between revisions)
Line 22: Line 22:
#content {
#content {
 +
margin-top: 20px;
 +
margin-bottom: 20px;
box-shadow: 10px 10px 5px #888888;
box-shadow: 10px 10px 5px #888888;
}
}

Revision as of 02:37, 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; box-shadow: 10px 10px 5px #888888; }

/* GENERAL */

  1. igem {

Font-family: 'Roboto Slab'; font-size: x-large; }

  1. igem h1, h2, h3 {

border-bottom: none; }

/* GENERAL */

  1. header {

text-align: center; }

  1. logo {

border-radius: 100px; }