X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=unfold%2Fstatic%2Fcss%2Fonelab_marko.css;h=7cab5e0ea5a1cb1b145ead6cfc4447bb19e9b984;hp=3ca8da7b16a3e2eda788d72b9a1cbf263ad65b74;hb=3167207804460a2c42e1e5a8346c597f9832d295;hpb=2684c88dbfb1243075bd084ed5296b63dae59ced diff --git a/unfold/static/css/onelab_marko.css b/unfold/static/css/onelab_marko.css index 3ca8da7b..7cab5e0e 100644 --- a/unfold/static/css/onelab_marko.css +++ b/unfold/static/css/onelab_marko.css @@ -11,6 +11,12 @@ .container { padding: 0 !important; color: #fff; + background: url(http://new.fit-equipex.fr/images/background.jpg) no-repeat; + margin: 0; + width: 100%; + max-width: 100%; + min-height: 100%; + height: 100%; } .container h1 { @@ -55,7 +61,15 @@ a.plugin-tooltip:hover { /* LIST VIEW */ - +div.well-lg { + background-color: rgba(168, 32, 202, 0.5) !important; +} +div.onelab-title { + background-color: rgba(168, 32, 202, 0.5) !important; +} +div.well { + background-color: rgba(0, 0, 0, 0.5) !important; +} h2.well.well-lg { border-radius:0; border: 0; @@ -162,7 +176,8 @@ h2.well.well-lg { /* TOPMENU.CSS */ body { - background: #30196d !important; + /* background: #30196d !important; */ + background: black !important; padding-top: 60px; padding-bottom: 0px; }