Team:Korea U Seoul/template/css

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
<style type=text/css>
<style type=text/css>
-
#content {
+
#content {width:1024px;
   padding:0px;
   padding:0px;
   margin:0 auto;
   margin:0 auto;
Line 15: Line 15:
/*hide default igem banner and reformat style into blank slate*/
/*hide default igem banner and reformat style into blank slate*/
-
#globalWrapper {width: 100%;}
+
#globalWrapper {width: 1024px;}
-
#top-section {width: 100%; height:30px; border:none;}
+
#top-section {width: 1024px; height:30px; border:none;}
#p-logo {display:none;}
#p-logo {display:none;}
#search-controls {display:none;}
#search-controls {display:none;}
Line 28: Line 28:
#catlinks {display:none;}
#catlinks {display:none;}
.firstHeading {display:none;}
.firstHeading {display:none;}
-
#content {width: 100%; border:none;}
+
#content {width: 1024px; border:none;}
#bodyContent {border:none;}
#bodyContent {border:none;}
/*actual content styles*/
/*actual content styles*/
-
body {width: 100%; margin:auto;}
+
body {width: 1024px; margin:auto;}
</style>
</style>
</html>
</html>

Revision as of 08:28, 24 September 2012