Merge branch 'master' into newnames
[unfold.git] / unfold / static / css / onelab_marko.css
index 39ce57f..a49457b 100644 (file)
@@ -5,14 +5,18 @@
 /* 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 h1, .container h2 {
     color: #fff !important;
-    font-family: Ubuntu;
-    margin-top: 60px;
 }
 
 div.plugin-outline-complete, 
@@ -51,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;
@@ -158,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;
 }
@@ -270,9 +283,9 @@ div.dataTables_info {
 
 
 
-/* HAZELNUT */
+/* QUERYTABLE */
 
-div.Hazelnut table.dataTable th {
+div.QueryTable table.dataTable th {
     font: bold 12px/22px Ubuntu, Arial, sans-serif;
     color: #333 !important;
     border-right: 0px solid #333 !important;
@@ -286,18 +299,18 @@ div.Hazelnut table.dataTable th {
     background: url('../img/tablesort-header.jpg') no-repeat !important; 
 }
 
-div.Hazelnut table.dataTable td, div.Hazelnut table.dataTable textarea, div.Hazelnut table.dataTable input [type="text"] {
+div.QueryTable table.dataTable td, div.QueryTable table.dataTable textarea, div.QueryTable table.dataTable input [type="text"] {
     font: normal 12px Ubuntu, Arial, Helvetica, sans-serif;
     border-right: 0px solid #fff !important;
     border-bottom: 1px solid #fff !important;
 }
 
-div.Hazelnut table.dataTable thead { 
+div.QueryTable table.dataTable thead { 
     background: url('../img/tablesort-header.png') repeat-x !important;
     background-color: #caebea;
 }
 
-div.Hazelnut table.dataTable tfoot { 
+div.QueryTable table.dataTable tfoot { 
     background: url('../img/tablesort-header.png') repeat-x !important;
     /* background-color: # !important; */
 }
@@ -314,7 +327,7 @@ table.query-editor {
 }
 
 .query-editor-spacer,
-.plugin.ResourcesSelected,
+.plugin.QueryUpdater,
 .plugin.Tabs {
     margin-top: 60px !important;
 }