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

Line 338: Line 338:
 
     }
 
     }
  
/* A figure div to include images */
+
/* Figure classes to include images */
                 .figure {
+
                 .centerFig {
                    max-width:760px;
+
                     margin:0 auto;
                     margin:0 auto;
+
                    margin-bottom: 15px;
+
                    margin-top: 15px;
+
                    padding: 15px;
+
                    padding-top: 5px;
+
                    padding-top: 5px;
+
 
                     color: #4e7085;
 
                     color: #4e7085;
 
                     text-align: center;
 
                     text-align: center;
 +
                }
 +
 +
                .leftFig {
 +
                    color: #4e7085;
 +
                    width: 50%;
 +
                    float: left;
 +
                }
 +
 +
                .rightFig {
 +
                    color: #4e7085;
 +
                    width: 50%;
 +
                    float: right;
 
                 }
 
                 }
  
Line 459: Line 465:
 
<!-- Start of content -->
 
<!-- Start of content -->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 +
 +
  
 
</html>
 
</html>

Revision as of 09:15, 16 September 2015