X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=css%2Fyopyop.css;h=e2fd860a619aada4f776b1953eb35c5130682ba2;hp=5f5e1bf4b698fffdae33db5b0679445fce77aa50;hb=461c0b1456b2086b3318dffcfd17c29e7e1d1778;hpb=2a499b47db2419a221fed7cc0e9b899b2505d26f diff --git a/css/yopyop.css b/css/yopyop.css index 5f5e1bf..e2fd860 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -5,9 +5,10 @@ } html { - background-color: #8DDD83; + background-color: #8DDD83; height: auto; font: normal 12pt Arial, Verdana, Helvetica, sans-serif; + height: 100%; } a { @@ -34,22 +35,23 @@ body { margin-right: auto; margin-top: 0px; text-align: left; + height: 100%; } h1 { - font-size: 20pt; - font-style: italic; - font-weight: bold; - margin-left: 40px; + font-size: 20pt; + font-style: italic; + font-weight: bold; + margin-left: 40px; } td { - vertical-align:top; + vertical-align:top; } div.entete { width: 90%; - position: fixed; + position: fixed; z-index: 5; background-color: #65A35D; height: 50px; @@ -104,71 +106,58 @@ div.entete form button { } div.entete form p { - color: black; - font-size: 7pt; - margin-top: 1px; + color: black; + font-size: 7pt; + margin-top: 1px; } div.entete form p label { - margin-right: 4px; -} - -div.entete form input[type='checkbox'] { - border:2px solid red; -} - -div.pied { - position: fixed; - bottom: 0px; - height: 50px; - width: 90%; - background-image: url(../img/collines.png); - z-index: 5; - min-width: 630px; + margin-right: 4px; } div.contenu { - padding-top: 50px; min-width: 630px; + min-height: 100%; + background-color: #7BC671; } table#liste { width: 100%; border-spacing: 0px 0px; - margin-bottom:50px; - margin-top: 10px; + margin-bottom:40px; + margin-top: 50px; } table#liste .listeFichiers img { - position: absolute; + position: absolute; left: -9px; top: -18px; } table#liste td { - background-color: #7BC671; + background-color: #7BC671; color: #20531A; - padding: 3px; + padding: 3px; } table#liste td.titre { - font-weight: bold; - cursor: pointer; + font-weight: bold; + cursor: pointer; } table#liste td.annee { - text-align: right; - width: 50px; + text-align: right; + width: 50px; } table#liste td.duree { - text-align: right; - width: 80px; + text-align: right; + width: 80px; } table#liste td.lien { - text-align: center; - width: 15px; + text-align: center; + width: 15px; } table#liste td.lien div { @@ -194,8 +183,8 @@ table#liste td.lien a:hover { } table#liste td.fichier { - text-align: center; - width: 12px; + text-align: center; + width: 12px; } table#liste td.fichier div { @@ -269,28 +258,51 @@ table#liste td.fichier div ul:hover li:first-child { }*/ table#liste td.titre:hover { - background-color: #B1F1A9; - padding: 3px; + background-color: #B1F1A9; + padding: 3px; } table#liste td.detail { - background-color: #8DDD83; - padding: 0px 0px 0px 0px; + background-color: #8DDD83; + padding: 0px 0px 0px 0px; } table#liste table.detail { - display:none; + display:none; + width:100%; padding-bottom: 10px; - border-spacing: 0px 0px; + border-spacing: 0px 0px; } table#liste table.detail td { - padding: 3px; + padding: 3px; background-color: #B1F1A9; } table#liste table.detail td.titreDetail { - font-weight: bold; + font-weight: bold; +} + +div.pied { + position: fixed; + bottom: 0px; + height: 20px; + width: 90%; + z-index: 5; + min-width: 630px; + padding-top: 10px; + background-color: #65A35D; + font-size: 10pt; + -moz-border-radius: 20px 20px 0px 0px; +} + +div.pied span#tempsRecherche, div.pied span#by { + margin-left: 10px; + margin-right: 10px } +div.pied a { + margin-left: 10px; + margin-right: 10px +}