Team:UCL/static/xpage.css

From 2013.igem.org

(Difference between revisions)
Line 29: Line 29:
/**********************/
/**********************/
-
/*COMING SOON FORMATS*/
+
/*SINGLE THIN ROW*/
 +
/*note - no columns within*/
 +
 
#all_content #container .row_thin
#all_content #container .row_thin
{
{
width:976px;
width:976px;
-
height:600px;
+
height:100px;
float:left;
float:left;
-
background:white;
+
background:#E6E6E6;
 +
text-align:center;
}
}
 +
/*SMALL AND LARGE ROWS*/
/*SMALL AND LARGE ROWS*/
Line 53: Line 57:
float:left;
float:left;
}
}
 +
/*LEFT/RIGHT, X4 COLUMNS*/
/*LEFT/RIGHT, X4 COLUMNS*/

Revision as of 19:07, 12 August 2013

/********************/ /*GLOBAL PAGE STYLES*/ /********************/

  1. all_content

{ width:100%; background:white; float:left; }

  1. all_content #container

{ width:976px; height:100%; margin-left:auto; margin-right:auto; }

  1. all_content #container .gap

{ width:100%; height:9px; float:left; }

/**********************/ /*SPECIFIC PAGE STYLES*/ /**********************/

/*SINGLE THIN ROW*/ /*note - no columns within*/

  1. all_content #container .row_thin

{ width:976px; height:100px; float:left; background:#E6E6E6; text-align:center; }


/*SMALL AND LARGE ROWS*/

  1. all_content #container .row_large

{ width:976px; height:600px; float:left; }

  1. all_content #container .row_small

{ width:976px; height:250px; float:left; }


/*LEFT/RIGHT, X4 COLUMNS*/

  1. all_content #container .col_left,
  2. all_content #container .col_right,
  3. all_content #container .col_1,
  4. all_content #container .col_2

{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }

  1. all_content #container .col_left

{ width:361px; }

  1. all_content #container .col_right

{ width:606px; margin-left:9px; }

  1. all_content #container .col_1

{ width:237px; margin-right:9px; }

  1. all_content #container .col_2

{ width:238px; }