X-Git-Url: http://git.euphorik.ch/?p=pompage.git;a=blobdiff_plain;f=css%2Fyopyop.css;fp=css%2Fyopyop.css;h=efb507690e3d9ba91fd09244ccdbcac4e4ae7aa9;hp=122c0d82745bd5a3cf0f771704fcf751297974ba;hb=5613a3fda1f8667227866cb1684b8a75efd2d069;hpb=5994f8f0dab3e0f66bd8107536e9cbccd208be40 diff --git a/css/yopyop.css b/css/yopyop.css index 122c0d8..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; @@ -124,39 +121,10 @@ div.contenu { } table#liste { - width: 100%; - border-spacing: 0px 0px; + width: 100%; + border-spacing: 0px 0px; margin-bottom:50px; -} - -table#liste th { - background-color: #8DDD83; - padding: 3px; - font-size: 13pt; -} - -table#liste th.titre { - text-align: left; -} - -table#liste th.annee { - width: 50px; - text-align: center; -} - -table#liste th.duree { - width: 80px; - text-align: center; -} - -table#liste th.lien { - width: 50px; - text-align: center; -} - -table#liste th.fichier { - width: 50px; - text-align: center; + margin-top: 10px; } table#liste td { @@ -167,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 {