Team:Tuebingen/Template/Tuebingen

From 2013.igem.org

(Difference between revisions)
m
 
(196 intermediate revisions not shown)
Line 7: Line 7:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
/* Droid Sans from Google Web fonts */
/* Droid Sans from Google Web fonts */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
-
/* Merriweather Sans from Google Web fonts */
+
/* Open Sans from Google Web fonts */
-
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700);
+
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
Line 66: Line 67:
#top-section:hover #menubar * {
#top-section:hover #menubar * {
-
color: black !important;
+
color: #8F8F8F !important;
}
}
Line 97: Line 98:
   color: black;
   color: black;
}
}
-
 
-
/* setup our own logo ------------------------------------------ STILL NEEDS TO BE DONE */
 
#p-logo {
#p-logo {
-
/* backround-image: url(#); */
 
   display: none;
   display: none;
}
}
Line 109: Line 107:
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
body {
body {
-
   background-color: grey;
+
  /* background-image: url(' ');
 +
  background-size: cover; */
 +
   background-color: #424242;
 +
  font-family: 'Open Sans', Arial, sans-serif;
 +
  font-size: 10px;
}
}
Line 130: Line 132:
   height: auto;
   height: auto;
}
}
-
#teamLogo {
+
#teamLogoBox {
-
   width: 76em;
+
   width: 60.25em;
-
   height: 20em;
+
   height: 17em;
-
   background-color: black;
+
   background-color: #AAAAAA;
   color: white;
   color: white;
 +
  overflow: hidden;
 +
  font-size: 16px;
 +
  background-size: cover;
}
}
-
#actualHeading {
+
#actualHeadingOne {
-
   font-family: 'Merriweather Sans', Arial, sans;
+
   font-family: Arial, sans-serif;
   font-weight: 700;
   font-weight: 700;
   float: right;
   float: right;
   position: relative;
   position: relative;
   font-size: 35px;  
   font-size: 35px;  
-
   width: 19.55em;
+
   width: 20.7em;
-
   height: 0.3em;
+
   height: 1.2em;
   margin-top: 0em;
   margin-top: 0em;
-
   background-color: blue;
+
   background-color: #009967;
-
   padding-top: 1em;
+
   color: white;
-
   padding-left: 0.3em;
+
   padding-top: 0.8em;
-
   padding-right: 1em;
+
   padding-left: 0.5em;
-
  padding-bottom: 0.5em;
+
}
}
 +
#actualHeadingTwo {
 +
  font-family: Arial, sans-serif;
 +
  font-weight: 700;
 +
  float: right;
 +
  position: relative;
 +
  font-size: 35px;
 +
  width: 20.7em;
 +
  height: 1.2em;
 +
  margin-top: 0em;
 +
  background-color: #1B7643;
 +
  color: white;
 +
  padding-top: 0.8em;
 +
  padding-left: 0.5em;
 +
}
 +
#actualHeadingThree {
 +
  font-family: Arial, sans-serif;
 +
  font-weight: 700;
 +
  float: right;
 +
  position: relative;
 +
  font-size: 35px;
 +
  width: 20.7em;
 +
  height: 1.2em;
 +
  margin-top: 0em;
 +
  background-color: #4F9A2B;
 +
  color: white;
 +
  padding-top: 0.8em;
 +
  padding-left: 0.5em;
 +
}
 +
#actualContent {
#actualContent {
   float: right;
   float: right;
   position: relative;  
   position: relative;  
   font-size: 14px;
   font-size: 14px;
-
   width: 50.1em;
+
   width: 51.05em;
   height: auto;
   height: auto;
   margin-top: 0.5em;
   margin-top: 0.5em;
-
   background-color: #DEDEDE;
+
   background-color: white;
   padding-top: 0em;
   padding-top: 0em;
   padding-left: 1em;
   padding-left: 1em;
Line 166: Line 199:
   text-align: justify;
   text-align: justify;
}
}
 +
 +
#actualContent p {
 +
  line-height: 26px;
 +
  margin-bottom: 16px;
 +
}
 +
 +
#actualContent a{
 +
  color: #009965;
 +
  text-decoration: underline;
 +
}
 +
#actualContent a:hover {
 +
  color: #A51E37;
 +
  text-decoration: none;
 +
  border-bottom: 1px dotted;
 +
  border-color: #A51E37;
 +
}
 +
#actualContent a:active {
 +
  color: black;
 +
  text-decoration: underline;
 +
  border: none;
 +
}
 +
#actualAbstract {
#actualAbstract {
-
   background-color:#99CC94;
+
   background-color:#F5F5F5;
   margin-top: 1em;
   margin-top: 1em;
-
   padding: 1em 1em 0.1em 1em;
+
   padding: 0.1em 1em 0.1em 1em;
   text-align: justify;
   text-align: justify;
 +
}
 +
#actualAbstractTitle {
 +
  margin-left: 0.3em;
 +
  font-size: 25px;
 +
}
 +
 +
#actualReferences {
 +
  background-color:#ABB1AA;
 +
  padding: 0.1em 1em 0.1em 1em;
 +
  text-align: justify;
 +
  position: relative;
 +
}
 +
#actualReferencesTitle {
 +
  margin-left: 0.3em;
 +
  font-size: 25px;
 +
}
 +
 +
span {
 +
  font-size: 35px;
 +
}
 +
 +
#iGEMwhite {
 +
  width: 70px;
 +
  float: right;
 +
  display: none;
 +
  margin-top: -30px;
 +
  margin-bottom: 5px;
 +
}
 +
 +
#iGEMblack {
 +
  width: 70px;
 +
  float: right;
 +
  margin-top: -30px;
 +
  margin-bottom: 5px;
 +
}
 +
 +
#homeLink {
 +
  color: black;
}
}
</style>
</style>
Line 177: Line 270:
<body>  
<body>  
<!-- -------------------------------------------------------------------- BODY -->
<!-- -------------------------------------------------------------------- BODY -->
-
<div id="teamLogo">Team-Logo</div>
+
<a name="Top"></a>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2013/5/50/IGEM_basic_Logo_white_stylized_small.png" id="iGEMwhite">
 +
<img src="https://static.igem.org/mediawiki/2013/8/86/IGEM_basic_Logo_stylized_small.png" id="iGEMblack">
 +
 
 +
<p style="position: absolute; right: 85px"><a href="https://2013.igem.org/Main_Page" id="homeLink">Return to iGEM Main Page.</a></p>
 +
 
 +
<div id="teamLogoBox"><a href="https://2013.igem.org/Team:Tuebingen"><img id="teamLogoImg" src="https://static.igem.org/mediawiki/2013/0/08/TeamTuebingenIMG_small_sharp_standalone.jpg"></a></div>

Latest revision as of 20:46, 14 October 2014

Return to iGEM Main Page.