Team:Korea U Seoul/template/css

From 2012.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type=text/css>
<style type=text/css>
 +
 +
body, #content {
 +
    background: #FFFFFF
 +
}
 +
 +
body {
 +
    margin: 10px 0 0 0;
 +
    font-family:arial;
 +
}
#content {
#content {
-
  width: 975px;
+
   padding:10px auto;
-
   padding:0px;
+
   margin:0 auto;
   margin:0 auto;
   color: black;
   color: black;
   position: relative;
   position: relative;
-
  top: -15px;
 
   border: none;
   border: none;
-
  background: none;
 
-
  background-image:url(https://static.igem.org/mediawiki/2011/4/4f/Gra_korea_u.jpg);
 
-
  background-color: #ffffff;
 
-
  background-repeat: no-repeat;
 
}
}
-
dt {width:90%;padding-left:25px;}
+
#whole_wrapper {
 +
  margin:100px 0 0 0;
 +
}
-
dd {width:85%;padding-left:20px;}
+
#right_wrapper2 {
 +
  padding: 0 0 0 72px;
 +
}
-
/*hide default igem banner and reformat style into blank slate*/
+
h1 {
-
<html>
+
border-bottom: 1px solid #AAA;
-
<style type=text/css>
+
padding: 0 0 10px 0;
 +
}
-
#content {
+
#title {
-
   width: 975px;
+
   width:85%;
-
   padding:0px;
+
   padding-left:20px;
-
  margin:0 auto;
+
   color:crimson;
-
   color: black;
+
   border-bottom: 1px solid #AAA;
-
  position: relative;
+
   padding: 0 0 10px 0;
-
  top: -15px;
+
-
   border: none;
+
-
  background: none;
+
-
  background-image:url(https://static.igem.org/mediawiki/2011/4/4f/Gra_korea_u.jpg);
+
-
  background-color: #ffffff;
+
-
   background-repeat: no-repeat;
+
}
}
 +
 +
 +
 +
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 43: Line 82:
/*hide default igem banner and reformat style into blank slate*/
/*hide default igem banner and reformat style into blank slate*/
-
#globalWrapper {width: 100%;}
+
 
-
#top-section {width: 100%; 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: 100%; border:none;}
 
-
#bodyContent {border:none;}
 
-
 
-
/*actual content styles*/
 
-
body {width: 800px; margin:auto;}
 
</style>
</style>
</html>
</html>

Latest revision as of 00:28, 27 September 2012