Team:Calgary/StyleSheets/Layout

From 2013.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 15: Line 15:
***/
***/
-
#content{
+
.Content {
-
position: absolute;
+
margin-left: 144px;
-
top: 20px;
+
}
-
width: 1008px;
+
 
-
padding: 0px 0px 0px 0px;
+
.NavWeek {
-
background-color:transparent;
+
margin: 0 auto;
-
border: none;
+
}
}
Line 28: Line 27:
}
}
-
.WeekNav td {
+
h1 {
-
width: 80px;
+
text-align: center;
text-align: center;
-
}
 
-
 
-
.WeekNav ul {
 
-
list-style-type: none;
 
-
padding: 0;
 
}
}

Latest revision as of 20:37, 12 July 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

      • /

.Content { margin-left: 144px; }

.NavWeek { margin: 0 auto; }

article { margin: 20px 0; }

h1 { text-align: center; }