X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fstatic%2Fcss%2Fonelab_marko.css;h=a49457b79ac3be8b2147e3f85bf71774cfb777b6;hb=0120bc491b3464f4981270a28ac153fa62f3b08b;hp=c1079f287c7605cac3bcde17f76226c843b89c8e;hpb=5afb541f209f479b009e8305dd2626780cadcff9;p=unfold.git diff --git a/unfold/static/css/onelab_marko.css b/unfold/static/css/onelab_marko.css index c1079f28..a49457b7 100644 --- a/unfold/static/css/onelab_marko.css +++ b/unfold/static/css/onelab_marko.css @@ -5,8 +5,14 @@ /* GENERAL */ .container { - padding: 0 !important; -/* color: #fff; */ + 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, .container h2 { @@ -49,7 +55,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; @@ -156,7 +170,8 @@ h2.well.well-lg { /* TOPMENU.CSS */ body { - background: #30196d !important; + /* background: #30196d !important; */ + background: black !important; padding-top: 60px; padding-bottom: 0px; }