X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2Fyopyop.css;h=efb507690e3d9ba91fd09244ccdbcac4e4ae7aa9;hb=5613a3fda1f8667227866cb1684b8a75efd2d069;hp=6f9e440f6639a08f0ddbbcdd6f9f7c46cfd00417;hpb=6a3e9e285bd76141ce1475f3ecc0c3f220a5c968;p=pompage.git diff --git a/css/yopyop.css b/css/yopyop.css index 6f9e440..efb5076 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -12,6 +12,7 @@ html { a { text-decoration: none; + cursor: pointer; } a:link { color: #51874A; @@ -42,11 +43,6 @@ h1 { margin-left: 40px; } -th { - font-size: 14pt; - font-weight: bold; -} - td { vertical-align:top; } @@ -54,6 +50,7 @@ td { div.entete { width: 90%; position: fixed; + z-index: 5; background-color: #65A35D; height: 50px; color: #8DDD83; @@ -68,79 +65,66 @@ div.entete img { div.entete h1 { float: left; - margin-top: 10px; + margin-top: 8px; } -div.pied { - position: fixed; - bottom: 0px; - height: 50px; - width: 90%; - background-image: url(../img/collines.png) -} - -div form { - float: right; +div.entete form { + float: right; padding-right: 10px; padding-top: 5px; + margin-right: 30px; } -div form input { +div.entete form input { font-size: 16pt; background-color: #B1F1A9; + margin: 0px; + padding: 0px; } -div form button { +div.entete form button { position: relative; - top: -5px; height: 25px; width: 25px; - margin: 2px; - background-color: #B1F1A9; border: 0px; + background-color: #B1F1A9; background-image: url(../img/clear.png); background-position: center; background-repeat: no-repeat; + vertical-align: top; } -div.contenu { - padding-top: 50px; -} - -table#liste { - width: 100%; - border-spacing: 0px 0px; - margin-bottom:50px; +div.entete form p { + color: black; + font-size: 7pt; + margin-top: 1px; } -table#liste th { - background-color: #8DDD83; - padding: 3px; - font-size: 13pt; -} - -table#liste th.titre { - text-align: left; +div.entete form p label { + margin-right: 4px; } -table#liste th.annee { - width: 50px; - text-align: center; +div.entete form input[type='checkbox'] { + border:2px solid red; } -table#liste th.duree { - width: 80px; - text-align: center; +div.pied { + position: fixed; + bottom: 0px; + height: 50px; + width: 90%; + background-image: url(../img/collines.png) } -table#liste th.lien { - width: 50px; - text-align: center; +div.contenu { + padding-top: 50px; } -table#liste th.fichier { - width: 50px; - text-align: center; +table#liste { + width: 100%; + border-spacing: 0px 0px; + margin-bottom:50px; + margin-top: 10px; } table#liste td { @@ -151,22 +135,49 @@ table#liste td { table#liste td.titre { font-weight: bold; + cursor: pointer; } table#liste td.annee { text-align: right; + width: 50px; } table#liste td.duree { text-align: right; + width: 80px; } table#liste td.lien { text-align: center; + width: 50px; } table#liste td.fichier { text-align: center; + width: 50px; +} + +table#liste td.fichier div { + position: absolute; +} + +table#liste td.fichier a { + position: absolute; + width: 12px; + height: 20px; + display: block; + z-index: 1; + background-image: url(../img/poire1.png) +} + +table#liste td.fichier a:hover { + width: 24px; + height: 40px; + left: -6px; + top: -10px; + z-index: 10; + background-image: url(../img/poire2.png) } table#liste td.titre:hover {