Add up link icon to css and fix some other design issues. Thanks to Nathanael Bonin for the patch as well as those on fr language and the up arrow icon.
This commit is contained in:
parent
f1a0bd6e75
commit
d71e061501
|
@ -8,7 +8,7 @@ body { font-size: 10pt; background-color: #F1F1F1; min-width: 900px; }
|
|||
|
||||
#conteneur { height: auto !important; min-height: 100%; height: 100%; position: relative; }
|
||||
|
||||
.line-separator { height:1px; width:450px; background:#717171; border-bottom:1px solid #313030; margin-top:-30px; margin-left: 10px; margin-bottom: 45px; }
|
||||
.line-separator { height:1px; width:520px; background:#717171; border-bottom:1px solid #313030; margin-top:-25px; margin-left: 10px; margin-bottom: 45px; }
|
||||
|
||||
.descLegende { font-style: italic; }
|
||||
|
||||
|
@ -18,11 +18,23 @@ body { font-size: 10pt; background-color: #F1F1F1; min-width: 900px; }
|
|||
|
||||
#contenu { padding-bottom: 50px; }
|
||||
|
||||
#contenu h4 { font-size: 1.8em; font-variant: small-caps; padding-left: 15px; letter-spacing: 2px; }
|
||||
#contenu h4 { font-size: 1.6em; font-variant: small-caps; padding-left: 15px; letter-spacing: 2px; }
|
||||
|
||||
#contenu h3 { font-size: 1.2em; font-variant: small-caps; padding-left: 15px; letter-spacing: 2px; }
|
||||
|
||||
.displayGraph { border: 0px; }
|
||||
|
||||
table.stata th.headerBlack { color: black; font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; }
|
||||
div.uplink { margin-top: 30px; margin-left: 0; margin-right: 0; text-align: center; }
|
||||
|
||||
div.uplink a { color: black; text-decoration: none; font-variant: small-caps; font-weight: bold; }
|
||||
|
||||
div.uplink a:hover { color: #76add2; }
|
||||
|
||||
table.stata td a.domainLink { font-size: 0.9em; font-variant: normal; font-style: italic; }
|
||||
|
||||
table.graphs { margin-right: auto; margin-left: auto; }
|
||||
|
||||
table.stata th.headerBlack { color: black; font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; }
|
||||
|
||||
table.stata { border-collapse: collapse; width: 90%; margin-left:auto; margin-right:auto; border: 0px; white-space:nowrap; }
|
||||
|
||||
|
@ -36,9 +48,9 @@ table.stata td a { font-variant: small-caps; text-decoration: none; color: black
|
|||
|
||||
table.stata td a:hover { color: #76add2; }
|
||||
|
||||
.displayLegend {
|
||||
margin-left: 150px;
|
||||
}
|
||||
.displayLegend { margin-left: 150px; }
|
||||
|
||||
.iconUpArrow { background-image: url("./images/up-arrow.png"); background-position: left bottom; background-repeat: no-repeat; padding-left: 25px; margin-bottom: 20px; }
|
||||
|
||||
/**************/
|
||||
/* Graphs */
|
||||
|
@ -48,9 +60,9 @@ table.stata td a:hover { color: #76add2; }
|
|||
width : 550px;
|
||||
height: 300px;
|
||||
background:#F3F2ED;
|
||||
border:4px double white;
|
||||
border:6px double white;
|
||||
padding:0 10px;
|
||||
margin:30px 0 30px 0;
|
||||
margin:30px 10px 30px 10px;
|
||||
border-radius:10px;
|
||||
-moz-border-radius:10px;
|
||||
-webkit-border-radius:10px;
|
||||
|
|
Loading…
Reference in New Issue