User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<!-- Declare that you are going to use html code instead of wiki code -->
<!-- Declare that you are going to use html code instead of wiki code -->
-
 
<html>
<html>
-
<!-- The styling for the website is placed here -->
+
<!-- The styling for the website is placed here -->
-
 
+
<head>
<head>
-
 
+
 +
<!-- start of css -->
<style type="text/css">
<style type="text/css">
Line 14: Line 12:
display: none;
display: none;
}
}
 +
 +
body {
 +
background-color: #fff;
 +
}
 +
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
 +
html, body, .wrapper { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 +
</style>
 +
<!-- end of css -->
 +
 +
</head>
 +
 +
<!-- Content for the page starts here -->
 +
<body>
 +
 +
</body>
 +
<!-- End of content -->
 +
 +
 +
 +
<!-- end of html -->
 +
</html>

Revision as of 15:13, 7 January 2015