styling for the demos
[myslice.git] / unfold / static / css / onelab_marko.css
index 3ca8da7..7cab5e0 100644 (file)
 .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;
 }