Difference between revisions of "Template:Team:TU Eindhoven/Results CSS"

Line 1: Line 1:
 
<html>
 
<html>
#imageText {
 
width:100%;
 
overflow: hidden;
 
}
 
 
 
.left1 {
 
float:left;
 
width:58%;
 
}
 
 
.right1{
 
float:right;
 
width:35%;
 
}
 
 
 
 
  
 
#resultTotal {
 
#resultTotal {
Line 31: Line 13:
  
 
.resultLeft {
 
.resultLeft {
width: 600px;
+
width: 80%;
 +
float:left;
  
 
}
 
}
  
 
.partRight {
 
.partRight {
width: 100px;
+
width: 20%;
 
float: right;
 
float: right;
position: relative;
+
 
  
 
}
 
}

Revision as of 09:49, 7 September 2015

#resultTotal { width: 100%; overflow: hidden; } .resultRight { width:600px; float: right; } .resultLeft { width: 80%; float:left; } .partRight { width: 20%; float: right; } .activiteitChecklist { font-family: Lato_Regular,Arial,sans-serif; font-size:20px; align:center; } .activiteitlijstChecklist{ list-style-type:none; list-style-image:none; margin-left:30px; } .checklistGreen { color:#00FF00; } .textChecklist { margin-left: 50px; }