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

Line 1: Line 1:
 
<html>
 
<html>
 +
 +
.spoilerRight1 {
 +
width:600px;
 +
float: right;
 +
}
  
 
#resultTotal {
 
#resultTotal {
Line 6: Line 11:
 
position: relative;
 
position: relative;
 
}
 
}
 
.spoilerRight1 {
 
width:600px;
 
float: right;
 
}
 
 
  
 
.resultLeft {
 
.resultLeft {
Line 17: Line 16:
 
float:left;
 
float:left;
 
top: 25%;
 
top: 25%;
 
 
position: absolute;
 
position: absolute;
 
}
 
}
Line 24: Line 22:
 
width: 15%;
 
width: 15%;
 
float: right;
 
float: right;
 +
}
  
 +
.partLeft {
 +
width: 15%;
 +
float: left;
 +
}
  
 +
.resultRight {
 +
width: 80%;
 +
float: right;
 +
top: 25%;
 +
position: absolute;
 
}
 
}
  

Revision as of 10:06, 7 September 2015

.spoilerRight1 { width:600px; float: right; } #resultTotal { width: 100%; overflow: hidden; position: relative; } .resultLeft { width: 80%; float:left; top: 25%; position: absolute; } .partRight { width: 15%; float: right; } .partLeft { width: 15%; float: left; } .resultRight { width: 80%; float: right; top: 25%; position: absolute; } .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; }