# HG changeset patch # User veltr # Date 1330528441 -3600 # Node ID e6483309fa522d589d2c6c5035bae10e1e1e551c # Parent 9d5d9e6b7fbfbee035be0051db730699e997d369 style changes and minor corrections diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/DroidSerif-Bold.ttf Binary file web/hdalab/static/hdalab/css/DroidSerif-Bold.ttf has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/DroidSerif-BoldItalic.ttf Binary file web/hdalab/static/hdalab/css/DroidSerif-BoldItalic.ttf has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/DroidSerif-Italic.ttf Binary file web/hdalab/static/hdalab/css/DroidSerif-Italic.ttf has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/DroidSerif-Regular.ttf Binary file web/hdalab/static/hdalab/css/DroidSerif-Regular.ttf has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/OpenSans-BoldItalic.ttf Binary file web/hdalab/static/hdalab/css/OpenSans-BoldItalic.ttf has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/common.css --- a/web/hdalab/static/hdalab/css/common.css Tue Feb 28 18:51:58 2012 +0100 +++ b/web/hdalab/static/hdalab/css/common.css Wed Feb 29 16:14:01 2012 +0100 @@ -13,6 +13,11 @@ font-family: "Open Sans"; font-style: italic; src: url(OpenSans-Italic.ttf); } +@font-face +{ + font-family: "Open Sans"; font-weight: bold; font-style: italic; src: url(OpenSans-BoldItalic.ttf); +} + /* Browser-reset CSS */ html, body, div, span, applet, object, iframe, @@ -50,6 +55,10 @@ vertical-align: top; } +img a { + border: none; +} + /* Body */ body { @@ -70,8 +79,12 @@ /* Main container */ +#header { + position: relative; width: 960px; margin: 0 auto; height: 65px; +} + #container { - position: relative; width: 960px; margin: 0 auto; + position: relative; width: 960px; margin: 0 auto; min-height: 800px; } h1 { @@ -93,3 +106,27 @@ #nav a:hover { color: #e07000; } + +#nav a.actif { + color: #ffff80; +} + +#footer { + width: 100%; float: left; clear: both; background: url(../img/bgdfooter.png) top repeat-x #b1b4c0; padding: 110px 0 20px 0; +} + +#footer-contents { + list-style: none; width: 960px; margin: 0 auto; color: #ffffff; +} + +#footer-contents li { + float: left; width: 240px; +} + +#footer-contents p { + font-size: 13px; margin: 2px 0; +} + +#footer-contents img { + display: block; margin: 0 auto; +} diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/facettes.css --- a/web/hdalab/static/hdalab/css/facettes.css Tue Feb 28 18:51:58 2012 +0100 +++ b/web/hdalab/static/hdalab/css/facettes.css Wed Feb 29 16:14:01 2012 +0100 @@ -31,7 +31,7 @@ } #hdatitle input { - display: inline; margin: 0; padding: 0; font-size: 18px; font-weight: bold; + display: inline; font-size: 18px; font-weight: bold; } #apartager { @@ -39,7 +39,7 @@ } #vues { - float: right; text-align: right; width: 475px; margin: 2px 0; padding: 0; + float: right; text-align: right; width: 475px; margin: 2px 0; } #vuestitre { @@ -47,7 +47,7 @@ } #ongletsvues { - display: inline; list-style: none; margin: 0; padding: 0; + display: inline; list-style: none; } li.lienvue { @@ -67,8 +67,44 @@ } #partageurls, #plusdevues { - float: right; text-align: right; clear: both; list-style: none; padding: 0; margin: 2px 0; - font-size: 13px; display: none; + float: right; text-align: right; clear: both; margin: 2px 0; + font-size: 13px; display: none; width: 100%; +} + +#partageurls ul { + list-style: none; +} + +#partageurls li { + float: right; margin-left: 5px; padding: 4px; font-weight: bold; +} + +#partageurls li.actif { + background: #000080; +} + +#partageurls li.actif a { + color: #ffffff; +} + +#zc-partageligne { + float: right; clear: both; margin-top: 3px; width: 300px; font-size: 13px; text-align: right; +} + +#zc-partageinput { + width: 180px; padding: 2px; border: 1px solid #999999; +} + +#zc-partageinput.hover { + background: #000080; color: #ffffff; +} + +#zc-partageinput.active { + background: #800000; color: #ffffff; +} + +#plusdevues { + list-style: none; } .myurl { @@ -80,11 +116,11 @@ } #dates { - list-style: none; float: left; width: 100%; height: 0; padding: 0; margin: 0; + list-style: none; float: left; width: 100%; height: 0; } #dates li { - position: absolute; width: 1px; height: 20px; background: rgba(0,0,0,.3); z-index: 2; margin: 0; padding: 0; + position: absolute; width: 1px; height: 20px; background: rgba(0,0,0,.3); z-index: 2; } div.datelabel { @@ -122,11 +158,11 @@ } #filtertitle { - float: left; margin: 1px 0; padding: 0; font-size: 13px; font-weight: bold; + float: left; margin: 1px 0; font-size: 13px; font-weight: bold; } #filters { - list-style: none; float: left; margin: 0 20px; padding: 0; font-size: 12px; + list-style: none; float: left; margin: 0 20px; font-size: 12px; } #filters li { @@ -182,11 +218,11 @@ } #tclist { - list-style: none; padding: 0; margin: 0; + list-style: none; } #tclist li { - display: inline-block; margin: 2px 5px; padding: 0; + display: inline-block; margin: 2px 5px; } #tclist a { @@ -235,11 +271,15 @@ } .disc-bar { - float: left; height: 14px; margin: 2px 0; + float: left; height: 14px; margin: 2px 0; cursor: pointer; cursor: hand; +} + +.disc-bar:hover { + background: #80a0ff; } #contentlist { - list-style: none; padding: 0; margin: 0; + list-style: none; } li.content-item { @@ -280,7 +320,7 @@ } ul.content-tags { - list-style: none; padding: 0; margin: 0; + list-style: none; } li.content-tag-item { @@ -340,7 +380,7 @@ } #widgetlist { - list-style: none; padding: 0; margin: 0; width: 100%; + list-style: none; width: 100%; } #widgetlist li { @@ -356,10 +396,17 @@ } #notes textarea { - padding: 0; margin: 0; width: 99%; font-size: 13px; + width: 99%; font-size: 13px; +} + +#waitcontainer { + float: left; clear: both; width: 100%; height: 0; position: relative; } -#lightboxbg { - position: absolute; left: 0; top: 0; bottom: 0; right: 0; - background: rgba(0,0,0,.5); z-index: 12; +#waiting { + position: absolute; width: 100%; height: 600px; background: #ffffff; opacity: .8; z-index: 100; } + +.waittick { + position: absolute; width: 10px; height: 10px; background: #000000; border-radius: 5px; display: none; +} diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/css/index.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/hdalab/static/hdalab/css/index.css Wed Feb 29 16:14:01 2012 +0100 @@ -0,0 +1,57 @@ +@font-face +{ + font-family: "Droid Serif"; src: url(DroidSerif-Regular.ttf); +} + +@font-face +{ + font-family: "Droid Serif"; font-weight: bold; src: url(DroidSerif-Bold.ttf); +} + +@font-face +{ + font-family: "Droid Serif"; font-style: italic; src: url(DroidSerif-Italic.ttf); +} + +@font-face +{ + font-family: "Droid Serif"; font-weight: bold; font-style: italic; src: url(DroidSerif-BoldItalic.ttf); +} + +#container h2 { + text-align: center; font-size: 24px; font-style: italic; font-weight: bold; color: #999; margin: 20px 0; + font-family: "Droid Serif", "Times New Roman", Times, serif; +} + +#container h3 { + color: #666; font-weight: bold; font-size: 18px; text-transform: uppercase; margin: 20px 0 5px; +} + +#container h4 { + color: #666; font-weight: bold; font-size: 16px; margin: 10px 0 5px; +} + +#container p, #container li { + font-size: 13px; margin: 5px 0; + font-family: "Droid Serif", "Times New Roman", Times, serif; +} + +#container ul { + padding-left: 18px; +} + +.entree-bloc { + width: 960px; height: 300px; margin: 5px 0 15px; +} + +.overlay-bloc { + width: 940px; padding: 5px 10px; background: rgba(255, 200, 120, .8); display: none; +} + +p.goto { + text-align: right; font-size: 20px; +} + +#bloc-facettes { + background: url(../img/facettes-preview.jpg); +} diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/img/bgdfooter.png Binary file web/hdalab/static/hdalab/img/bgdfooter.png has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/img/bgdhdalab.png Binary file web/hdalab/static/hdalab/img/bgdhdalab.png has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/img/facettes-preview.jpg Binary file web/hdalab/static/hdalab/img/facettes-preview.jpg has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/img/logo_iri_blanc.png Binary file web/hdalab/static/hdalab/img/logo_iri_blanc.png has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/img/logo_mcc_blanc.png Binary file web/hdalab/static/hdalab/img/logo_mcc_blanc.png has changed diff -r 9d5d9e6b7fbf -r e6483309fa52 web/hdalab/static/hdalab/js/gomina.js --- a/web/hdalab/static/hdalab/js/gomina.js Tue Feb 28 18:51:58 2012 +0100 +++ b/web/hdalab/static/hdalab/js/gomina.js Wed Feb 29 16:14:01 2012 +0100 @@ -418,7 +418,7 @@ var _h0 = $("#handle_0").position().left, _h1 = $("#handle_1").position().left; gomNs.dhmPaper.rect(Math.min(_h0, _h1) - 1, 0, Math.abs(_h0 - _h1) + 2, 20).attr({ - "stroke" : "rgb(128,0,0)", + "stroke" : "#cc0066", "stroke-width" : "3" }); } @@ -478,9 +478,9 @@ '