Team:Calgary/StyleSheets/Content

From 2013.igem.org

(Difference between revisions)
m
Line 1: Line 1:
-
/***
 
-
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
 
-
***/
 
-
 
-
html{
 
-
background: #D8D8D8;
 
-
}
 
-
 
-
#globalWrapper {
 
-
padding-bottom: 0;
 
-
}
 
-
 
-
#bodyContent {
 
-
background: #D8D8D8;
 
-
text-align: center;
 
-
}
 
-
 
-
#Banner {
 
-
display: none;
 
-
position: relative;
 
-
height: 180px;
 
-
width: 100%;
 
-
top: 19px;
 
-
background: url(https://static.igem.org/mediawiki/2013/2/2a/2013UCalgaryTopBanner.png) top center;
 
-
}
 
-
 
-
#Banner h1 {
 
-
font: 72px/180px Raleway, Arial, sans-serif;
 
-
font-weight: 900;
 
-
color: #231F20;
 
-
}
 
-
 
-
#Banner i {
 
-
font-size: 72px;
 
-
}
 
-
 
-
#Content {
 
-
position: relative;
 
-
top: 108px;
 
-
height: 100%;
 
-
width: 100%;
 
-
max-width: 1200px;
 
-
background: #E7E7E7;
 
-
display: inline-block;
 
-
padding: 30px 50px;
 
-
box-shadow: 0px 8px 10px #888, -10px 8px 15px #888, 10px 8px 15px #888;
 
-
margin-bottom: 20px;
 
-
}
 
-
 
-
#Content img {
 
-
margin: 4px 0 12px 0;
 
-
}
 
-
 
-
#Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6 {
 
-
font-family: 'Raleway', Helvetica, Arial, sans-serif;
 
-
line-height: 1.6;
 
-
text-align: left;
 
-
}
 
-
 
-
#Content h1 {
 
-
font-size: 35px;
 
-
font-weight: 700;
 
-
border-bottom: 3px solid #5A5A5A;
 
-
color: #111111;
 
-
margin: 0 -20px 30px -20px;
 
-
padding-left: 20px;
 
-
}
 
-
 
-
#Content h1 > i, #Content h1 > em {
 
-
font-size: 35px;
 
-
}
 
-
 
-
#Content h2 {
 
-
font-size: 28px;
 
-
font-weight: 600;
 
-
color: #333333;
 
-
margin-top: 30px;
 
-
}
 
-
 
-
#Content h2 > i, #Content h2 > em {
 
-
font-size: 28px;
 
-
}
 
-
 
-
#Content h3 {
 
-
font-size: 26px;
 
-
font-weight: 500;
 
-
color: #333333;
 
-
padding-left: 20px;
 
-
}
 
-
 
-
#Content h4 {
 
-
font-size: 20px;
 
-
font-weight: 500;
 
-
color: #333333;
 
-
padding-left: 20px;
 
-
}
 
-
 
-
#Content h3 > i, #Content h3 > em {
 
-
font-size: 26px;
 
-
}
 
-
 
-
#Content p {
 
-
font: 18px/1.6 'Segoe UI', 'Antic Slab', Georgia, serif;
 
-
margin: 4px 0 12px 0;
 
-
padding-left: 20px;
 
-
text-indent: 50px;
 
-
color: #000000;
 
-
text-align:justify;
 
-
text-justify:inter-word;
 
-
}
 
-
 
-
#Content a {
 
-
font: 18px/1.6 'Segoe UI', 'Antic Slab', Georgia, serif;
 
-
}
 
-
 
-
#Content i, #Content em, #Content b, #Content strong {
 
-
font-size: 18px;
 
-
}
 
-
 
-
#Content li a {
 
-
line-height: 1;
 
-
}
 
-
 
-
#Content sub {
 
-
vertical-align: sub;
 
-
font-size: smaller;
 
-
}
 
-
 
-
#Content sup {
 
-
vertical-align: super;
 
-
font-size: smaller;
 
-
}
 
-
 
-
#Content span {
 
-
font-size: inherit;
 
-
}
 
-
 
-
#Content .noIndent {
 
-
text-indent: 0;
 
-
}
 
-
 
-
#Content .Blue, #Content .blue {
 
-
color: #299D7F;
 
-
}
 
-
 
-
#Content .Green, #Content .green {
 
-
color: #87CA7A;
 
-
}
 
-
 
-
#Content .Orange, #Content .orange {
 
-
color: #E68930;
 
-
}
 
-
 
-
#Content .Yellow, #Content .yellow {
 
-
color: #EDB74B;
 
-
}
 
-
 
-
#Content ul, #Content ol {
 
-
padding-left: 40px;
 
-
}
 
-
 
-
#Content li {
 
-
font: 18px/1 'Segoe UI', 'Antic Slab', Georgia, serif;
 
-
margin: 4px 0 12px 0;
 
-
color: #000000;
 
-
text-align:justify;
 
-
text-justify:inter-word;
 
-
}
 
-
 
-
#Content figure {
 
-
margin-bottom: 20px;
 
-
}
 
-
 
-
#Content figcaption {
 
-
padding: 0 50px;
 
-
}
 
-
 
-
#Content figcaption p, #Content figcaption b, #Content figcaption i, #Content figcaption u, #Content figcaption em, #Content figcaption strong {
 
-
font-family: Arial, sans-serif;
 
-
font-size: 14px;
 
-
text-indent: 0;
 
-
text-align: center;
 
-
}
 
-
 
-
#Content h3 + p, h3 + p + p, h3 + p + p + p, h3 + p + p + p + p {
 
-
padding-left: 40px;
 
-
}
 
/***
/***
Name: Wm. Keith van der Meulen
Name: Wm. Keith van der Meulen

Revision as of 22:57, 25 September 2013

/*** 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

      • /

html{ background: #D8D8D8; }

  1. globalWrapper {

padding-bottom: 0; }

  1. bodyContent {

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

  1. Banner {

display: none; position: relative; height: 180px; width: 100%; top: 19px; background: url(2013UCalgaryTopBanner.png) top center; }

  1. Banner h1 {

font: 72px/180px Raleway, Arial, sans-serif; font-weight: 900; color: #231F20; }

  1. Banner i {

font-size: 72px; }

  1. Content {

position: relative; top: 108px; height: 100%; width: 100%; max-width: 1200px; background: #E7E7E7; display: inline-block; padding: 30px 50px; box-shadow: 0px 8px 10px #888, -10px 8px 15px #888, 10px 8px 15px #888; margin-bottom: 20px; }

  1. Content img {

margin: 4px 20px 12px 20px; }

  1. Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6 {

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

  1. Content h1 {

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

  1. Content h1 > i, #Content h1 > em {

font-size: 35px; }

  1. Content h2 {

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

  1. Content h2 > i, #Content h2 > em {

font-size: 28px; }

  1. Content h3 {

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

  1. Content h4 {

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

  1. Content h3 > i, #Content h3 > em {

font-size: 26px; }

  1. Content p {

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

  1. Content a {

font: 18px/1.6 'Segoe UI', 'Antic Slab', Georgia, serif; }

  1. Content i, #Content em, #Content b, #Content strong {

font-size: 18px; }

  1. Content li a {

line-height: 1; }

  1. Content sub {

vertical-align: sub; font-size: smaller; }

  1. Content sup {

vertical-align: super; font-size: smaller; }

  1. Content span {

font-size: inherit; }

  1. Content .noIndent {

text-indent: 0; }

  1. Content .Blue, #Content .blue {

color: #299D7F; }

  1. Content .Green, #Content .green {

color: #87CA7A; }

  1. Content .Orange, #Content .orange {

color: #E68930; }

  1. Content .Yellow, #Content .yellow {

color: #EDB74B; }

  1. Content ul, #Content ol {

padding-left: 40px; }

  1. Content li {

font: 18px/1 'Segoe UI', 'Antic Slab', Georgia, serif; margin: 4px 0 12px 0; color: #000000; text-align:justify; text-justify:inter-word; }

  1. Content figure {

margin-bottom: 20px; }

  1. Content figcaption {

padding: 0 50px; }

  1. Content figcaption p, #Content figcaption b, #Content figcaption i, #Content figcaption u, #Content figcaption em, #Content figcaption strong {

font-family: Arial, sans-serif; font-size: 14px; text-indent: 0; text-align: center; }

  1. Content h3 + p, h3 + p + p, h3 + p + p + p, h3 + p + p + p + p {

padding-left: 40px; }