X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2Fyopyop.css;h=7c9997b98f1c636f97af0d4686d88660098da25f;hb=e4a433cf5e1b42635a8b11877d67a08dcf6bf3fe;hp=efb507690e3d9ba91fd09244ccdbcac4e4ae7aa9;hpb=5613a3fda1f8667227866cb1684b8a75efd2d069;p=pompage.git diff --git a/css/yopyop.css b/css/yopyop.css index efb5076..7c9997b 100644 --- a/css/yopyop.css +++ b/css/yopyop.css @@ -55,6 +55,7 @@ div.entete { height: 50px; color: #8DDD83; -moz-border-radius: 0px 0px 20px 20px; + min-width: 630px; } div.entete img { @@ -64,10 +65,18 @@ div.entete img { } div.entete h1 { - float: left; + float: left; margin-top: 8px; } +div.entete div#nbFilms { + position: absolute; + left: 280px; + top: 33px; + font-size: 9pt; + color: black; +} + div.entete form { float: right; padding-right: 10px; @@ -113,11 +122,14 @@ div.pied { bottom: 0px; height: 50px; width: 90%; - background-image: url(../img/collines.png) + background-image: url(../img/collines.png); + z-index: 5; + min-width: 630px; } div.contenu { padding-top: 50px; + min-width: 630px; } table#liste { @@ -127,6 +139,23 @@ table#liste { margin-top: 10px; } +table#liste .listeFichiers { + background-color: #2D5728; + color: #FFFFFF; + display: none; + left: 4px; + top: 8px; + z-index: 4; + position: absolute; + text-align: left; +} + +table#liste .listeFichiers img { + position: absolute; + left: -9px; + top: -18px; +} + table#liste td { background-color: #7BC671; color: #20531A; @@ -150,12 +179,34 @@ table#liste td.duree { table#liste td.lien { text-align: center; - width: 50px; + width: 15px; +} + +table#liste td.lien div { + position: absolute; +} + +table#liste td.lien a { + position: absolute; + width: 15px; + height: 19px; + display: block; + z-index: 1; + background-image: url(../img/pomme1.png) +} + +table#liste td.lien a:hover { + width: 30px; + height: 38px; + left: -7px; + top: -9px; + z-index: 10; + background-image: url(../img/pomme2.png) } table#liste td.fichier { text-align: center; - width: 50px; + width: 12px; } table#liste td.fichier div { @@ -170,7 +221,7 @@ table#liste td.fichier a { z-index: 1; background-image: url(../img/poire1.png) } - +/* table#liste td.fichier a:hover { width: 24px; height: 40px; @@ -178,7 +229,7 @@ table#liste td.fichier a:hover { top: -10px; z-index: 10; background-image: url(../img/poire2.png) -} +}*/ table#liste td.titre:hover { background-color: #B1F1A9;