Team:UCL-London/static/globalstyles.css

From 2013.igem.org

(Difference between revisions)
Line 60: Line 60:
}
}
-
#navbar,
+
#navbar
-
div.navlink,
+
-
div.navgap
+
{
{
height:23px;
height:23px;
background:#C0C0C0;
background:#C0C0C0;
-
float:left;
+
width:975px;
}
}
-
#navbar
+
div.navlink
{
{
-
width:975px;
+
height:23px;
 +
background:red;
 +
width:60px;
 +
float:left;
}
}
div.navgap
div.navgap
{
{
 +
height:23px;
background:green;
background:green;
width:10px;
width:10px;
 +
float:left;
}
}

Revision as of 16:54, 2 August 2013

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

/*

1) div styles 2) font styles

  • /


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

  1. container

{ width:975px; background:grey; margin-left: auto; margin-right: auto; font-family:Ubuntu; }

  1. header

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

  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. navbar

{ height:23px; background:#C0C0C0; width:975px; }

div.navlink { height:23px; background:red; width:60px; float:left; }

div.navgap { height:23px; background:green; width:10px; float:left; }

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

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

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; }

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

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

p.page_title1, p.page_title2 { font-weight : bold; font-style : normal; font-size : 4em; 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 : 1.17em; text-decoration : none; font-variant : normal; line-height : 1.2; text-align : left; color : #404040; text-indent : 0px; margin : 0px; }