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

Line 30: Line 30:
 
text-align: justify;
 
text-align: justify;
 
color: LimeGreen;
 
color: LimeGreen;
 +
}
 +
 +
.dnaBlue {
 +
font-family: monospace;
 +
font-size:20px;
 +
text-align: justify;
 +
color: Blue;
 
}
 
}
  

Revision as of 13:35, 17 August 2015

.activiteit { align:center; font-family: Lato_Regular, Arial, sans-serif; font-size:20px; } .activiteitlijst{ list-style-type: disc; list-style-image: initial; } .dnaText { font-family: monospace; font-size:20px; text-align: justify; } .dnaRed { font-family: monospace; font-size:20px; text-align: justify; color: red; } .dnaGreen { font-family: monospace; font-size:20px; text-align: justify; color: LimeGreen; } .dnaBlue { font-family: monospace; font-size:20px; text-align: justify; color: Blue; } #containercontent{ text-align: justify; overflow: auto; } #imageText { width:100%; overflow: hidden; } .left1 { float:left; width:58%; text-align: justify; } .right1{ float:right; width:35%; text-align: justify; } .right2{ float:right; width:58%x; text-align: justify; } .right2text { float:left; width:40%; text-align: justify; } .center { display: block; margin-left: auto; margin-right: auto; } .columnleft { float:left; width:calc(45%); text-align: justify; } .columnright { float:right; width:calc(45%); text-align: justify; } .references { width: 960px; float: left; }