X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=css%2Fyopyop.css;h=5f5e1bf4b698fffdae33db5b0679445fce77aa50;hb=2a499b47db2419a221fed7cc0e9b899b2505d26f;hp=e2d589a4e38ed1951e95fa68908294ceaafd5587;hpb=9cb914591ecfbee60675b36c60c41d77729c79ab;p=pompage.git diff --git a/css/yopyop.css b/css/yopyop.css index e2d589a..5f5e1bf 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -1,4 +1,4 @@ -* { +* { margin: 0; padding: 0; border-width: 0; @@ -139,6 +139,12 @@ table#liste { margin-top: 10px; } +table#liste .listeFichiers img { + position: absolute; + left: -9px; + top: -18px; +} + table#liste td { background-color: #7BC671; color: #20531A; @@ -196,24 +202,72 @@ table#liste td.fichier div { position: absolute; } -table#liste td.fichier a { +table#liste td.fichier div ul { + display: block; position: absolute; + left: 5px; + top: 3px; + padding: 2px; +} + +table#liste td.fichier div ul:hover { + z-index: 4; + background-color: #4F8749; +} + +table#liste td.fichier div ul > a { + position: absolute; + left: -3px; + top: -4px; width: 12px; height: 20px; display: block; - z-index: 1; - background-image: url(../img/poire1.png) + z-index: 3; + background-image: url(../img/poire1.png); } -table#liste td.fichier a:hover { +table#liste td.fichier div ul:hover > a { width: 24px; height: 40px; - left: -6px; - top: -10px; + left: -8px; + top: -14px; z-index: 10; - background-image: url(../img/poire2.png) + background-image: url(../img/poire2.png); +} + +table#liste td.fichier div ul li { + display: none; } +table#liste td.fichier div ul li a { + color: #8DDD83; +} + +table#liste td.fichier div ul li a:hover { + color: #BFF6B8; +} + +table#liste td.fichier div ul:hover li { + display: block; + z-index: 4; + padding: 3px 8px 3px 17px; + text-align: left; + white-space: nowrap; + color: #8DDD83; + background-color: #2D5728; + font-size: 10pt; +} + +table#liste td.fichier div ul:hover li:hover { + background-color: #43773D; +} + +/* Pourquoi ca ne marche pas ? */ +/* +table#liste td.fichier div ul:hover li:first-child { + margin-top: 10px; +}*/ + table#liste td.titre:hover { background-color: #B1F1A9; padding: 3px;