Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
***/
***/
 +
 +
#content{
 +
position: absolute;
 +
top: 20px;
 +
width: 1008px;
 +
padding: 0px 0px 0px 0px;
 +
background-color:transparent;
 +
border: none;
 +
}
article {
article {

Revision as of 20:41, 17 June 2013

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

---Purpose--- CSS code to define all layout element styles


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

      • /
  1. content{

position: absolute; top: 20px; width: 1008px; padding: 0px 0px 0px 0px; background-color:transparent; border: none; }

article { margin: 20px 0; }

.WeekNav td { width: 80px; text-align: center; }

.WeekNav ul { list-style-type: none; padding: 0; }