Fix CSS to reduce font size used in the calendar and increase size of the header.

This commit is contained in:
Darold Gilles 2014-01-31 16:41:07 +01:00
parent 9026b7bb14
commit 3fc29a6c61
1 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ table.stata td a:hover { color: #76add2; }
/**************/
.iconUpArrow { background-image: url("./images/up-arrow.png"); background-position: left bottom; background-repeat: no-repeat; padding-left: 25px; margin-bottom: 20px; }
#header { background: #222222; height: 130px; width: 100%; border-bottom: 3px solid #76add2; }
#header { background: #222222; height: 150px; width: 100%; border-bottom: 3px solid #76add2; }
#header h1 { margin: 0; color: white; font-size: 3em; font-style: italic; font-variant: small-caps; letter-spacing: 2px; }
#header h1 img { float: left; margin-top: 5px; margin-right: 20px; padding-left: 20px; }
#header .sous-titre { color: #76add2; font-style: italic; padding-left: 180px; font-size:0.8em; font-weight: 600; }
@ -115,9 +115,9 @@ ul li a:hover { color: #76add2; }
/* Calendar */
/******************************/
#calendar { float: right; border: 0px; margin-top: 10px; margin-right: 10px; font-variant: small-caps; }
#calendar th { color: #76add2; background-color: #222222; border: 0px; font-style: italic; }
#calendar td { color: white; background-color: #222222; border: 0px; font-style: italic; }
#calendar { float: right; border: 0px; margin-top: 10px; margin-right: 10px; font-variant: small-caps;}
#calendar th { color: #76add2; background-color: #222222; border: 0px; font-style: italic; font-size: 0.8em; }
#calendar td { color: white; background-color: #222222; border: 0px; font-style: italic; font-size: 0.8em; }
#calendar table { width: 200px; position: right; background-color: #222222; color: white; text-align: center; border: 0px; }
#calendar table a { color: #76add2; }
#calendar table a:hover { color: silver; }