Team:Calgary/StyleSheets/Content

From 2013.igem.org

Revision as of 23:13, 10 September 2013 by Wkeithvan (Talk | contribs)

/*** Name: Wm. Keith van der Meulen Date: Summer 2013 Organization: University of Calgary iGEM Team 2013

---Purpose--- CSS code to define content page stylings.


Cite: Wm. Keith van der Meulen University of Calgary iGEM 2013 https://2013.igem.org/Team:Calgary/StyleSheets/Content?action=raw&ctype=text/css

      • /

body { background: #D8D8D8; text-align: center; }

  1. Content {

height: 100%; max-width: 1200px; background: #E7E7E7; display: inline-block; padding: 30px 50px; }

img { margin: 4px 0 12px 0; }

  1. NavLogo {

margin: 0; }

h1, h2, h3 { font-family: 'Raleway', Helvetica, Arial, sans-serif; line-height: 1.6; text-align: left; }

h1 { font-size: 35px; font-weight: 700; border-bottom: 3px solid #5A5A5A; color: #111111; margin: 0 -20px; padding-left: 20px; }

h2 { font-size: 28px; font-weight: 600; color: #333333; margin-top: 30px; }

h3 { font-size: 26px; font-weight: 500; color: #333333; padding-left: 20px; }

p { font: 18px/1.6 'Antic Slab', Georgia, serif; margin: 4px 0 12px 0; padding-left: 20px; text-indent: 50px; color: #000000; text-align:justify; text-justify:inter-word; }

li { font: 18px/1.6 'Antic Slab', Georgia, serif; margin: 4px 0 12px 0; padding-left: 20px; color: #000000; text-align:justify; text-justify:inter-word; }

figcaption p { font-size: 16px; font-style: italic; }

h3 + p, h3 + p + p, h3 + p + p + p, h3 + p + p + p + p { padding-left: 40px; }