Team:UCL-London/static/globalstyles.css

From 2013.igem.org

(Difference between revisions)
Line 21: Line 21:
margin-right: auto;
margin-right: auto;
font-family:Ubuntu, sans-serif;
font-family:Ubuntu, sans-serif;
-
background:blue;
+
background:#c0c0c0;
}
}

Revision as of 19:45, 3 August 2013

/**********/ /*contents*/ /**********/

/*

1) div styles 2) font styles

  • /


/***************/ /*1) div styles*/ /***************/

  1. container

{ width:975px; margin-left: auto; margin-right: auto; font-family:Ubuntu, sans-serif; background:#c0c0c0; }

  1. banner

{ width:100%; height:200px; background:blue; }

  1. header_container

{ width:975px; height:105px; padding-top:50px; margin-left: auto; margin-right: auto; top:30px; }

  1. header

{ width:975px; height:105px; }

  1. header_left

{ width:477px; height:95px; background:#C0C0C0; float:left; padding-left:5px; padding-top:10px; }

  1. header_right_up

{ width:482px; height:47px; margin-left:11px; background:#C0C0C0; float:left; }

  1. header_right_down

{ width:482px; height:47px; margin-left:11px; background:#C0C0C0; float:left; margin-top:11px; }

  1. nav_container

{ width:100%; height:25px; background:#C0C0C0; }

  1. navbar

{ height:25px; margin-left: auto; margin-right: auto; width:975px; }

div.navlink, div.navgap { height:25px; background:#C0C0C0; float:left; }

div.navlink { width:95px; }

div.navgap { width:15px; }

div.row_large { width:975px; height:600px; }

div.row_small { width:975px; height:250px; }

div.col_left { width:482px; height:100%; background:#F1F1F1; float:left; }

div.col_right { width:482px; height:100%; margin-left:11px; background:#F1F1F1; float:left; }

/**************HERE*************************************************/

div.h_gap { width:100%; height:11px; }

/****************/ /*1) font styles*/ /****************/

p.page_title1, p.page_title2 { font-weight: bold; font-style : normal; font-size : 6em; font-variant : normal; line-height : 0.6; text-align : justify; text-indent : 0px; margin : 0px; }

p.page_title1 { color : #C14645; }

p.page_title2 { color : white; }

p.navbar_text { font-weight : bold; font-style : normal; font-size : 1em; text-decoration : none; font-variant : normal; line-height : 2.0; text-align : center; color : #404040; text-indent : 0px; margin : 0px; }

p.major_title, p.minor_title, p.body_text, p.citation_text { font-style : normal; text-decoration : none; font-variant : normal; text-indent : 0px; text-align : left; }

p.major_title, p.minor_title { font-family : Ubuntu, sans-serif; font-weight : bold; }

p.body_text, p.citation_text { font-family : "Myriad Pro", sans-serif; font-weight : normal; }


p.major_title { font-size : 2em; line-height : 1.25; color : #c14645; margin : 0px; }

p.minor_title { font-size : 1.33em; line-height : 1.5; color : #404040; margin : 0px; }

p.body_text { font-size : 0.9em; line-height : 1.33; color : #404040; margin : 0px 0px 9px 14px; }

p.citation_text { font-size : 0.75em; line-height : 1.71; color : #c14645; margin : 0px 0px 0px 14px; }