Team:Korea U Seoul/template/css

From 2012.igem.org

(Difference between revisions)
 
(36 intermediate revisions not shown)
Line 2: Line 2:
<style type=text/css>
<style type=text/css>
-
#content {width:1024px;
+
body, #content {
-
   padding:0px;
+
    background: #FFFFFF
 +
}
 +
 
 +
body {
 +
    margin: 10px 0 0 0;
 +
    font-family:arial;
 +
}
 +
 
 +
#content {
 +
   padding:10px auto;
   margin:0 auto;
   margin:0 auto;
   color: black;
   color: black;
Line 9: Line 18:
   border: none;
   border: none;
}
}
 +
 +
#whole_wrapper {
 +
  margin:100px 0 0 0;
 +
}
 +
 +
#right_wrapper2 {
 +
  padding: 0 0 0 72px;
 +
}
 +
 +
h1 {
 +
border-bottom: 1px solid #AAA;
 +
padding: 0 0 10px 0;
 +
}
 +
 +
#title {
 +
  width:85%;
 +
  padding-left:20px;
 +
  color:crimson;
 +
  border-bottom: 1px solid #AAA;
 +
  padding: 0 0 10px 0;
 +
}
 +
 +
 +
 +
table {
 +
  margin: 0 0 30px 0;
 +
}
 +
 +
td {
 +
padding: 5px;
 +
}
 +
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;
 +
}
 +
 +
.left-menu:hover {
 +
    background-color: #FFFFFF;
 +
}
 +
#menubar li a {
 +
    background-color: #FFFFFF;
 +
}
 +
#menubar:hover {
 +
    color: black;
 +
}
 +
#menubar li a {
 +
    color: black;
 +
}
 +
#menubar:hover li a {
 +
    color: black;
 +
}
 +
#menubar > ul > li:last-child {
 +
    display:none;
 +
}
dt {width:90%;padding-left:25px;}
dt {width:90%;padding-left:25px;}
Line 15: Line 82:
/*hide default igem banner and reformat style into blank slate*/
/*hide default igem banner and reformat style into blank slate*/
-
#globalWrapper {width: 1024px;}
+
 
-
#top-section {width: 1024px; height:30px; border:none;}
+
#p-logo {display:none;}
#p-logo {display:none;}
-
#search-controls {display:none;}
+
 
 +
#top-section {border:none;}
 +
 
#menubar a {color:#000000;}
#menubar a {color:#000000;}
#menubar a:hover{text-decoration:none; color:#52749C;}
#menubar a:hover{text-decoration:none; color:#52749C;}
-
.left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;}
+
 
-
.left-menu ul {background-color:#FFFFFF; margin:0; padding:0;}
+
 
-
.right-menu ul li a {background-color:#FFFFFF;}
+
.printfooter {display:none;}
.printfooter {display:none;}
#footer-box {border:none;}
#footer-box {border:none;}
#catlinks {display:none;}
#catlinks {display:none;}
.firstHeading {display:none;}
.firstHeading {display:none;}
-
#content {width: 1024px; border:none;}
 
-
#bodyContent {border:none;}
 
-
 
-
/*actual content styles*/
 
-
body {width: 1024px; margin:auto;}
 
</style>
</style>
</html>
</html>

Latest revision as of 00:28, 27 September 2012