X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=static%2Fstyle.css;h=97f20d92c0421fa70c403b6255b053bcb9a3926d;hp=58ddc3b112160162edce5a08eb4e0c9a953114d3;hb=fd69b6b5fd9117baeb2b39fa75c3efa3740e2227;hpb=5679dfd03c9761283e3a36d6d09798aaa334e1e9 diff --git a/static/style.css b/static/style.css index 58ddc3b..97f20d9 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,25 @@ body { - background-color:#CCCCCC; + background-color:#EEEEEE; } +h1 { + background: #55f; + padding: 5px 10px; + border-radius: 10px; + color: #ffc0b0; + text-align: center; +} + +#warnings { + background: #ff8060; +} + +input[type="text"] { + max-width: 20vw; +} + + + #sectioncourbe { display: none; } @@ -13,4 +31,25 @@ body { #export { width: 25em; height: 20em; + display:none; +} + +#courbe_warnings { + display: none; +} + +#courbe_erreurs { + display: none; +} + +#import_donnees, #pref_graphique{ + display: none; +} + +.bouton { + text-decoration: underline; +} + +.bouton:hover { + cursor:pointer; }