Team:TecMonterrey/test

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<style type="text/css">
+
#top-section {
-
#contentSub {
+
 
-
display:none;
+
  height: 100px;
 +
  border: none;
 +
  height:20px
}
}
-
 
+
#p-logo {
-
#siteSub {
+
  position: absolute;
-
display:none;
+
  display: none;
 +
 
}
}
-
 
+
#footer-box {
-
#search-controls {
+
display:none;
display:none;
}
}
-
 
+
#catlinks {
-
.firstHeading {
+
    display:none;
-
display:none;
+
}
}
-
 
#search-controls {
#search-controls {
-
margin-top:30px;
+
  display: none;
}
}
-
 
+
#menubar { background: none repeat transparent; display:none;}
-
#footer-box {
+
#menubar ul li a { color: white; }
-
display:none;
+
.right-menu li a {
 +
color: black;
 +
background: none repeat transparent;
 +
}
 +
#content {
 +
    background: none repeat scroll 0 0 transparent;
 +
    border-left: 0 solid;
 +
    border-right: 0 solid;
 +
}
 +
#content{
 +
    width: 80%;
 +
}
 +
#headover ul{
 +
    list-style: none;
 +
    display: none;
 +
    position: absolute;
 +
    top: 1.2em;
 +
    left: 0.2em;
 +
}
 +
.firstHeading {
 +
    display: none;
}
}
</style>
</style>
</html>
</html>

Revision as of 13:19, 2 September 2013

#top-section { height: 100px; border: none; height:20px } #p-logo { position: absolute; display: none; } #footer-box { display:none; } #catlinks { display:none; } #search-controls { display: none; } #menubar { background: none repeat transparent; display:none;} #menubar ul li a { color: white; } .right-menu li a { color: black; background: none repeat transparent; } #content { background: none repeat scroll 0 0 transparent; border-left: 0 solid; border-right: 0 solid; } #content{ width: 80%; } #headover ul{ list-style: none; display: none; position: absolute; top: 1.2em; left: 0.2em; } .firstHeading { display: none; }