X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2Fyopyop.css;h=94ce67ed8f911961eee6e4eeb928e838dde8c135;hb=758f0146355cf0b6c0745d1e73c94c060fc6405c;hp=122c0d82745bd5a3cf0f771704fcf751297974ba;hpb=5994f8f0dab3e0f66bd8107536e9cbccd208be40;p=pompage.git diff --git a/css/yopyop.css b/css/yopyop.css index 122c0d8..94ce67e 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,10 +50,12 @@ td { div.entete { width: 90%; position: fixed; + z-index: 5; background-color: #65A35D; height: 50px; color: #8DDD83; -moz-border-radius: 0px 0px 20px 20px; + min-width: 650px; } div.entete img { @@ -67,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; @@ -121,42 +127,14 @@ div.pied { div.contenu { padding-top: 50px; + min-width: 650px; } 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 +145,71 @@ 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: 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: 12px; +} + +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 {