# HG changeset patch # User rougeronj # Date 1417426150 -3600 # Node ID efc97f480a707840deef8d84d50d85466a542854 # Parent 4b7970d6fc16dab86edef6620fb89075f813747d update home page interface diff -r 4b7970d6fc16 -r efc97f480a70 src/hdalab/static/hdalab/css/head.css --- a/src/hdalab/static/hdalab/css/head.css Thu Nov 27 11:58:32 2014 +0100 +++ b/src/hdalab/static/hdalab/css/head.css Mon Dec 01 10:29:10 2014 +0100 @@ -78,16 +78,18 @@ } #subhead{ margin:30px auto; - width: 960px; + width: 810px; font-family: "FranklinGothic",Arial,Helvetica,sans-serif; font-weight: 300; text-transform: uppercase; + position: relative; + } #subhead h3 { font-weight: normal; - color: inherit; - font-size: 1.46rem; - padding: 0 8px; + color: #2d2b25; + font-size: 13px; + font-size: 1.3rem; } #subhead h3:before { content: "/"; @@ -98,5 +100,5 @@ .bg-wrap { background-color: rgba(0, 0, 0, 0.15); border-radius: 2px; - padding: 12px 10px; + padding: 10px 10px; } diff -r 4b7970d6fc16 -r efc97f480a70 src/hdalab/static/hdalab/css/index.css --- a/src/hdalab/static/hdalab/css/index.css Thu Nov 27 11:58:32 2014 +0100 +++ b/src/hdalab/static/hdalab/css/index.css Mon Dec 01 10:29:10 2014 +0100 @@ -28,17 +28,18 @@ .bloc-appli-left, .bloc-appli-middle, .bloc-appli-right { - width: 270px; + cursor:pointer; + width:240px; float: left; } .bloc-appli-left, .bloc-appli-middle{ - padding-right:70px; + padding-right:45px; } .overlay-bloc { padding: 5px 10px; - background: rgba(224, 224, 224, 0.93); + background: rgba(238, 238, 235, 0.93); display: none; } p.goto { @@ -47,21 +48,18 @@ } #bloc-facettes { - background: url(../img/facettes-thumb.jpg) no-repeat; - background-size: 258px 260px; - height:258px; + background: url("../img/facettes.png") no-repeat scroll 20px 10px / 170px 170px rgba(0, 0, 0, 0); + height:200px; } #bloc-categories { - background: url(../img/categories-thumb.jpg) no-repeat; - background-size: 258px 260px; - height:258px; + background: url("../img/categories.png") no-repeat scroll 20px 10px / 170px 170px rgba(0, 0, 0, 0); + height:200px; } #bloc-thesaurus { - background: url(../img/thesaurus-thumb.jpg) no-repeat; - background-size: 258px 260px; - height:258px; + background: url("../img/thesaurus.png") no-repeat scroll 20px 10px / 170px 170px rgba(0, 0, 0, 0); + height:200px; } .mini-table { @@ -75,7 +73,12 @@ font-size: 14px; font-size: 1.4pm; } -.liste-applis h3 { +.bloc h3 { font-size: 15px; margin-bottom: 7px; } +.bloc{ + padding: 6px 8px 2px; + background-color: rgba(255, 255, 255, 0.9); + border-radius: 5px; +} diff -r 4b7970d6fc16 -r efc97f480a70 src/hdalab/templates/index.html --- a/src/hdalab/templates/index.html Thu Nov 27 11:58:32 2014 +0100 +++ b/src/hdalab/templates/index.html Mon Dec 01 10:29:10 2014 +0100 @@ -13,9 +13,10 @@