# HG changeset patch # User veltr # Date 1341395069 -7200 # Node ID 44ddbffbfea505c9ce039e5724383a330ed7a7e6 # Parent 7070d3acc3d4638efdc8d65af3d043c15302ed69 Added Wikipedia categories to home diff -r 7070d3acc3d4 -r 44ddbffbfea5 web/hdalab/static/hdalab/css/common.css --- a/web/hdalab/static/hdalab/css/common.css Wed Jul 04 10:31:59 2012 +0200 +++ b/web/hdalab/static/hdalab/css/common.css Wed Jul 04 11:44:29 2012 +0200 @@ -88,7 +88,15 @@ } h1 { - margin: 5px 0 10px; font-size: 34px; color: #ffffff; + margin: 5px 0 10px; font-size: 34px; +} + +h1 a { + color: #ffffff; +} + +h1 a:hover { + color: #e07000; } #nav { diff -r 7070d3acc3d4 -r 44ddbffbfea5 web/hdalab/static/hdalab/css/index.css --- a/web/hdalab/static/hdalab/css/index.css Wed Jul 04 10:31:59 2012 +0200 +++ b/web/hdalab/static/hdalab/css/index.css Wed Jul 04 11:44:29 2012 +0200 @@ -44,12 +44,24 @@ font-weight: bold; } -.entree-bloc { - width: 960px; height: 300px; margin: 5px 0 15px; cursor: pointer; +.liste { + clear: both; +} + +.bloc-appli { + width: 475px; float: left; +} + +.separateur-applis { + width: 10px; height: 100px; float: left; +} + +.fond-bloc { + cursor: pointer; height: 295px; margin: 5px 0 15px; padding: 5px; } .overlay-bloc { - width: 940px; padding: 5px 10px; background: rgba(255, 200, 120, .8); display: none; + padding: 5px 10px; background: rgba(255, 190, 100, 0.85); display: none; } p.goto { @@ -57,7 +69,11 @@ } #bloc-facettes { - background: url(../img/facettes-preview.jpg); + background: url(../img/facettes-thumb.jpg); +} + +#bloc-categories { + background: url(../img/categories-thumb.jpg); } .mini-table { diff -r 7070d3acc3d4 -r 44ddbffbfea5 web/hdalab/static/hdalab/img/categories-thumb.jpg Binary file web/hdalab/static/hdalab/img/categories-thumb.jpg has changed diff -r 7070d3acc3d4 -r 44ddbffbfea5 web/hdalab/static/hdalab/img/facettes-thumb.jpg Binary file web/hdalab/static/hdalab/img/facettes-thumb.jpg has changed diff -r 7070d3acc3d4 -r 44ddbffbfea5 web/hdalab/templates/base.html --- a/web/hdalab/templates/base.html Wed Jul 04 10:31:59 2012 +0200 +++ b/web/hdalab/templates/base.html Wed Jul 04 11:44:29 2012 +0200 @@ -28,7 +28,9 @@
  • Recherche par facettes
  • Catégories de Wikipedia
  • -

    HdA Lab

    +

    + HdA Lab +

    {% endblock %} diff -r 7070d3acc3d4 -r 44ddbffbfea5 web/hdalab/templates/index.html --- a/web/hdalab/templates/index.html Wed Jul 04 10:31:59 2012 +0200 +++ b/web/hdalab/templates/index.html Wed Jul 04 11:44:29 2012 +0200 @@ -11,10 +11,10 @@ {{block.super}}