Difference between revisions of "Team:TU Darmstadt/Templates/CSS"

 
(47 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Template_All_Teams}}
 
{{Template_All_Teams}}
 
 
<!-- 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>
Line 49: Line 48:
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer {   
 
#mainContainer {   
 +
                                position: relative;
 +
                                height: 100%;
 
width: 980px;
 
width: 980px;
 
margin: 0 auto;
 
margin: 0 auto;
Line 62: Line 63:
 
font-weight: normal;
 
font-weight: normal;
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
 +
                                padding-bottom: 400px;
 
}
 
}
 
/* Creates the container for the content */
 
/* Creates the container for the content */
Line 119: Line 121:
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: 600;
 
font-weight: 600;
margin-top: 10px;
+
padding-bottom: 15px;
 
}
 
}
 
#contentContainer h1 {
 
#contentContainer h1 {
Line 127: Line 129:
  
 
#contentContainer code {
 
#contentContainer code {
    color: black;
 
 
    border-radius: 2px;
 
    border-radius: 2px;
 
    padding: 1px 4px;
 
    padding: 1px 4px;
}
+
    border: none;
 
+
#contentContainer td {
+
    padding: 10px;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
 
}
 
}
  
Line 151: Line 147:
 
/*Change the styling of tables */
 
/*Change the styling of tables */
 
         #contentContainer table {
 
         #contentContainer table {
    border: 1px solid #565656;
 
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     width: 90%
 
     width: 90%
Line 164: Line 159:
 
     #contentContainer  td {
 
     #contentContainer  td {
 
     padding: 10px;
 
     padding: 10px;
    border: 1px solid #565656;
 
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
Line 199: Line 193:
 
text-decoration:none;
 
text-decoration:none;
 
font-weight: bold;
 
font-weight: bold;
 +
                                margin: 0px 20px;
 
}
 
}
  
Line 205: Line 200:
 
list-style: none;
 
list-style: none;
 
margin-left:0px;
 
margin-left:0px;
 +
font-size: larger;
 
}
 
}
  
Line 300: Line 296:
 
                     text-align: center;
 
                     text-align: center;
 
                     overflow: hidden;
 
                     overflow: hidden;
 +
                }
 +
 +
                .inlineFig {
 +
                    display: inline-block;
 
                 }
 
                 }
  
 
                 .contentSection {
 
                 .contentSection {
 
                     overflow: hidden;
 
                     overflow: hidden;
 +
                    text-align: justify;
 
                 }
 
                 }
  
Line 309: Line 310:
 
                     display: block;
 
                     display: block;
 
                     text-align: left;
 
                     text-align: left;
 +
                    padding-bottom: 3px;
 +
                    margin-top: 8px;
 
                 }
 
                 }
  
 +
 +
                #mainContainerContainer {
 +
                    witdh: 100%;
 +
                    position: relative;
 +
                }
  
 
</style>
 
</style>
 
<!-- End of CSS -->
 
<!-- End of CSS -->
 +
  
 
<div id="bannerContainer">
 
<div id="bannerContainer">
Line 320: Line 329:
 
<div id="bannerMenuContainer">
 
<div id="bannerMenuContainer">
 
<ul>
 
<ul>
<li class="active first"><a href="https://2014.igem.org/Team:TU_Darmstadt">Home</a></li>
+
<li class="active first"><a href="https://2015.igem.org/Team:TU_Darmstadt">Home</a></li>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Project">Project</a></li>
+
<li><a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Tech">SLA 3D-Printer</a></li>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results">Results</a></li>
+
<li><a href="https://2015.igem.org/Team:TU_Darmstadt/Project/PnP/LabSurfing">LabSurfing</a></li>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/PolicyandPractices">Policy &amp; Practices</a></li>
+
<li><a href="https://2015.igem.org/Team:TU_Darmstadt/Parts">Bricks</a></li>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Achievements">Achievements</a></li>
+
<li><a href="https://2015.igem.org/Team:TU_Darmstadt/Project/Bio/Modeling/sec2">RnD-Nerf</a></li>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Notebook">Notebook</a></li>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Team">Team</a></li>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Gallery">Gallery</a></li>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Sitemap">Sitemap</a></li>
+
 
</ul>
 
</ul>
 
</div>
 
</div>
Line 334: Line 340:
  
 
</div>
 
</div>
 +
<div id="mainContainerContainer">
 +
</html>
 +
        {{:Team:TU_Darmstadt/Templates/Footer}}
 +
<html>
  
<!-- Start of the template html elements. -->
+
<div id="mainContainer">
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
 
</html>
 
</html>
{{:Team:TU_Darmstadt/Templates/SideBarMenu}}
+
{{:Team:TU_Darmstadt/Templates/SideBarMenu}}
 
<html>
 
<html>
 +
<div id="contentContainer">
  
<!-- Start of content -->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
  
 
</html>
 
</html>

Latest revision as of 02:58, 19 September 2015