Team:UCLA/Template

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
html, body{
-
<head>
+
  background-color:white;
-
<link rel="stylesheet" href="https://2013.igem.org/Team:UCLA/Template/css?action=raw&ctype=text/css" type="text/css" />
+
-
 
+
-
<style>
+
-
table.pos_left
+
-
{
+
-
position:relative;
+
-
left:-6px;
+
}
}
-
</style>
 
-
</head>
 
-
<table class="pos_left" cellspacing="0" cellpadding="0">
+
/* Headers */
 +
h1, h2, h3, h4, h5 {font-family:Verdana}
-
<tr>
+
/* Full page formats */
-
<td bgcolor = "white">
+
-
<body id = "space">
+
-
<div id = "header">
+
body#space{
-
<center><a href="https://2013.igem.org/Team:UCLA"><img src="http://www.synbioatucla.com/logo.jpg" width=450></a></center>
+
  background-image: url('http://st.gdefon.com/wallpapers_original/wallpapers/34746_los-andzheles_vechernie-ogni_panorama_2831x1080_(www.GdeFon.ru).jpg');
-
</div>
+
  background-attachment: fixed;
-
+
  background-repeat: repeat;
-
<div id = "menu">
+
  background-size: 100%;
-
<table cellspacing="0" cellpadding="0">
+
  height: 1000px;
-
<tr>
+
  width: 2000px;
 +
}
-
<!--
+
#top-section{
-
<td><a href="https://2013.igem.org/Team:UCLA">
+
  position: relative;
-
<img src="http://www.synbioatucla.com/home.jpg" name="home" width=100%></a></td>
+
  height: 150px;
-
+
  width: 975px;
-
<td><a href="https://2013.igem.org/Team:UCLA/Team">
+
}
-
<img src="http://www.synbioatucla.com/team.jpg" name="team"  width=100%></a></td>
+
-
+
-
<td><a href="https://2013.igem.org/Team:UCLA/HumanPractices">
+
-
<img src="https://static.igem.org/mediawiki/2012/4/4f/Human_prac.png" name="humanpractices"  width=100%></a></td>
+
-
+
-
<td><a href="https://2013.igem.org/Team:UCLA/Project">
+
-
<img src="http://www.synbioatucla.com/project.jpg" name="project"  width=100%></a></td>
+
-
+
-
<td><a href="https://2013.igem.org/Team:UCLA/Parts">
+
-
<img src="https://static.igem.org/mediawiki/2013/f/fc/Registryparts.jpg" name="parts"  width=100%></a></td>
+
-
+
-
<td><a href="https://2013.igem.org/Team:UCLA/Modeling">
+
-
<img src="https://static.igem.org/mediawiki/2013/1/12/Modeling_ucla.jpg" name="modeling"  width=100%></a></td>
+
-
<td><a href="https://2013.igem.org/Team:UCLA/Notebook">
+
#contentSub, #search-controls, .firstHeading, #catlinks, #p-logo{
-
<img src="https://static.igem.org/mediawiki/2013/d/db/Notebook_ucla.jpg" name="notebook"  width=100%></a></td>
+
  display:none;
 +
}
-
<td><a href="https://2013.igem.org/Team:UCLA/Safety">
+
#container{
-
<img src="https://static.igem.org/mediawiki/2013/c/c2/Safety_ucla.jpg" name="safety"  width=100%></a></td>
+
  margin: 15px 0px auto auto;
 +
  width: 975px;
 +
}
-
<td><a href="https://2013.igem.org/Team:UCLA/Attributions">
+
#globalwrapper{
-
<img src="https://static.igem.org/mediawiki/2013/9/91/Attributions.jpg" name="attributions" width=100%></a></td>
+
  margin: 0px 0px auto auto;
-
-->
+
}
-
 
+
p{
-
</tr>
+
  margin: 5px;
-
</table>
+
  font-family: Verdana;
-
</div>
+
}
-
</body>
+
 
-
</html>
+
h4{
-
 
+
  margin: 5px;
-
 
+
}
-
{| style="color:#01FCEF;background-color:#FFFFB5; font-family:Verdana; font-size:13px" cellpadding="3" cellspacing="1"  bordercolor="#fff" width="100%" align="center"
+
-
!align="center"|[[Team:UCLA|Home]]
+
-
!align="center"|[[Team:UCLA/Team|Team]]
+
-
!align="center"|[[Team:UCLA/HumanPractices|Human Practices]]
+
-
!align="center"|[[Team:UCLA/Project|Project]]
+
-
!align="center"|[[Team:UCLA/Parts|Registry Parts]]
+
-
!align="center"|[[Team:UCLA/Modeling|Modeling]]
+
-
!align="center"|[[Team:UCLA/Notebook|Notebook]]
+
-
!align="center"|[[Team:UCLA/Safety|Safety]]
+
-
!align="center"|[[Team:UCLA/Attributions|Attributions]]
+
-
|}
+

Revision as of 09:18, 12 September 2013

html, body{

 background-color:white;

}

/* Headers */ h1, h2, h3, h4, h5 {font-family:Verdana}

/* Full page formats */

body#space{

 background-image: url('http://st.gdefon.com/wallpapers_original/wallpapers/34746_los-andzheles_vechernie-ogni_panorama_2831x1080_(www.GdeFon.ru).jpg');
 background-attachment: fixed; 
 background-repeat: repeat;
 background-size: 100%;
 height: 1000px;
 width: 2000px;

}

  1. top-section{
 position: relative;
 height: 150px;
 width: 975px; 

}

  1. contentSub, #search-controls, .firstHeading, #catlinks, #p-logo{
 display:none; 

}

  1. container{
 margin: 15px 0px auto auto; 
 width: 975px; 

}

  1. globalwrapper{
 margin: 0px 0px auto auto; 

}

p{

 margin: 5px;
 font-family: Verdana;

}

h4{

 margin: 5px;

}