Team:UNAM-Genomics Mexico/Templates/borrando

From 2011.igem.org

(Difference between revisions)
(Created page with "#content { position: relative; width: 964px; margin: 0 auto; padding: 5px 5px 5px 5px; background: transparent; color: transparent; border-left: 1px solid #444; border-right: 1px...")
(removed #bodyContent padding)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
 +
<head>
 +
<style type="text/css">
 +
/*
 +
NAME    borrando_template.css
 +
VERSION  1.0.1
 +
AUTHOR  Treviño Garza Abiel
 +
        Muñoz Hernández Eduardo Vladimir
 +
DESC    The file contains a css file to overrule the predefined iGEM wiki characteristics
 +
*/
 +
#content {
#content {
position: relative;
position: relative;
Line 6: Line 17:
background: transparent;
background: transparent;
color: transparent;
color: transparent;
-
border-left: 1px solid #444;
+
border-left: none;
-
border-right: 1px solid #444;
+
border-right: none;
line-height: 0px;
line-height: 0px;
z-index: 2;
z-index: 2;
Line 14: Line 25:
#contentSub {
#contentSub {
display:none;
display:none;
 +
}
 +
 +
#bodyContent {
}
}
Line 40: Line 54:
border-left: none;
border-left: none;
border-right: none;
border-right: none;
 +
border-bottom: none;
}
}
Line 84: Line 99:
list-style-image: initial;
list-style-image: initial;
}
}
 +
 +
element.style {
 +
}
 +
 +
 +
#catlinks {
 +
display:none;
 +
}
 +
 +
 +
#p-logo {
 +
display:none;
 +
position: absolute;
 +
z-index: 1;
 +
height: 0px;
 +
width: 0px;
 +
}
 +
 +
 +
</style>
 +
</head>
 +
</html>

Latest revision as of 21:37, 12 June 2011