Add some CSS for the new/renamed sections.

This commit is contained in:
Daru13 2019-04-22 17:00:05 +02:00
parent 9374b3b68d
commit 3c3b4910e4

View file

@ -177,8 +177,10 @@ section.green h2 { color: #5fb574; border-bottom-color: #cae2cb; }
/* section.blue { color: #396680; } */
section.blue h2 { color: #2896ce; border-bottom-color: #bcd4ec; }
section.purple h2 { color: #9e60ce; border-bottom-color: #d8bfeb; }
/* section.purple { color: #80396E; } */
section.purple h2 { color: #e4678c; border-bottom-color: #f3cad2; }
section.pink h2 { color: #e4678c; border-bottom-color: #f3cad2; }
section p {
padding: 0 0 20px 0;
@ -547,3 +549,34 @@ section p.stand-out {
display: none;
}
}
/*--------------------------------------------------------*/
/* REMERCIEMENTS
/*--------------------------------------------------------*/
#acknowledgements,
#acknowledgements tr,
#acknowledgements td {
margin: 0 auto;
padding: 0;
border: none;
}
#acknowledgements td.name {
font-weight: 600;
text-align: right;
}
#acknowledgements td.role {
text-align: left;
}
/*--------------------------------------------------------*/