merge
[unfold.git] / portal / static / css / onelab.css
index a6f9af8..4023e6c 100644 (file)
@@ -8,6 +8,7 @@ body {
     margin:0;
     padding:0;
     height: 100%;
+    letter-spacing:0.3px;
 }
 a, a:active, a:focus {
     outline: 0;
@@ -18,6 +19,17 @@ a:hover {
     color:#0D0049;
 }
 
+a.current {
+    text-decoration:underline;
+    color:#333333;
+}
+p.command {
+    padding:15px;
+    margin:15px 0;
+    color:#890000;
+    background-color:#E0E0E0; 
+    font-family:Courier, monospace;
+}
 h1 {
     border-bottom:1px solid #DDDDDD;
     padding:0 0 0 0;
@@ -44,6 +56,42 @@ h4 {
     font-size:12pt;
     color:#333333;
 }
+ul {
+    margin:0 0 0 15px;
+    padding:0;
+}
+li {
+}
+span.subtitle {
+    color:#454545;
+    font-size:9pt;
+    font-weight:normal;
+    text-transform:uppercase;
+}
+span.small {
+    font-size:9pt;
+}
+span.gray {
+    color:gray;
+}
+span.type {
+    color:#201E62;
+    font-weight:bold;
+    font-size:9pt;
+}
+span.htitle {
+    color:#454545;
+    font-size:9pt;
+    font-weight:normal;
+}
+span.version {
+    font-size:8pt;
+    color:#888888;
+}
+input[type=checkbox] {
+  min-width:5px !important;
+  margin-left:0 !important;
+}
 input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], select, option {
     min-width:260px;
     padding:6px;
@@ -79,7 +127,6 @@ div.breadcrumbs a:hover {
     text-decoration:underline;
 }
 .tab-pane {
-    padding-top:15px;
 }
 /* buttons */
 button.btn, input.btn {
@@ -340,71 +387,112 @@ div.container-resource, div.container-slice {
 div#slice-view {
     margin:0;
 }
-div.list-group-item {
-    border:0;
-    -moz-border-radius: 0;
-    border-radius: 0;
-    background-color:white;
-    font-weight:bold;
-    padding-left:0;
+
+div.sl-filter-facilities {
+    padding:0 5px;
 }
-a.list-group-item {
-    -moz-border-radius: 0;
-    border-radius: 0;
-    border:0;
-    background-color:white;
-    padding:3px 2px 3px 10px;
-    border-left:2pt white solid;
+div.sl-filter-facilities h4 {
+    margin-bottom:15px;
+    
+}
+.sl-menu {
+    padding:0;
 }
-a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
-    -moz-border-radius: 0;
-    border-radius: 0;
-    font-weight: bold;
+.sl-menu h4 {
+    margin:0 0 15px 0;
+    padding:0;
+}
+.sl-menu ul {
+    list-style:none;
+    margin:0;
+    padding:0;
+}
+.sl-menu li {
+    color:gray;
+    cursor:pointer;
+    padding:4px 8px;
+}
+.sl-menu li img {
+    vertical-align:top;
+}
+.sl-menu li.active {
     color:black;
-    background-color:#F5F5F5;
-    border-left:2pt blue solid;
 }
-
-a.list-group-item:hover {
-    -moz-border-radius: 0;
-    border-radius: 0;
-    border-left:2pt blue solid;
+.sl-menu-item {
 }
-a.list-group-item p.list-group-item-text {
-    -moz-border-radius: 0;
-    border-radius: 0;
-    font-size:9pt;
-    font-style:italic;
-    font-weight: normal;
-    color: black !important;
+img.sl-image {
+    margin:0 5px 5px 0;
+    padding:0;
+    vertical-align:middle;
+}
+a.sl-facility {
+    color:gray;
+    text-decoration:none;
+}
+a.sl-facility:hover {
+    color:#342961;
+}
+a.sl-facility.active {
+    color:black;
+    text-decoration:none;
+}
+a.sl-facility::before {
+    content: " ";
+}
+div.sl-facilities {
+    border-bottom:#CCCCCC 1px solid;
+    padding-bottom:15px;
+    margin-bottom:15px;
+}
+div.sl-facilities:last-child {
+    border:0;
+}
+a.sl-testbed {
+    color:gray;
+    text-decoration:none;
+    margin-left:25px;
+    margin-bottom:5px;
+}
+a.sl-testbed:hover {
+    color:#342961;
+}
+a.sl-testbed.active {
+    color:black;
+}
+div.sl-filter-resources {
+    margin:0 0 10px 0;
+    text-align:center;
 }
-
 span.sl-resources {
     font-size:9pt;
     color:gray;
 }
-a.sl-resources, a.sl-resources:hover {
+a.sl-resources {
     font-size:9pt;
     border:0;
-    padding:2px 4px;
-    -moz-border-radius: 4px;
-    border-radius: 4px;
-    width:105px;
-    margin-left:4px;
-    margin-bottom:8px;
+    padding:2px 8px;
+    margin:0 5px;
+    -moz-border-radius: 2px;
+    border-radius: 2px;
     text-align: center;
 }
 a.sl-resources.active, a.sl-resources.active:hover, a.sl-resources.active:focus {
     border:0;
-    -moz-border-radius: 4px;
-    border-radius: 4px;
+    padding:2px 8px;
+    -moz-border-radius: 2px;
+    border-radius: 2px;
+    background-color:#E7A6E7;
+    color:#000000;
 }
 a.sl-resources:first-child {
-    margin-left:12px;
 }
 button.btn-apply {
     font-size:13px;
     padding:2px 8px;
+    margin:0 5px;
+    -moz-border-radius: 2px;
+    border-radius: 2px;
+    text-align: center;
 }
 div#slice-info {
     margin-top:25px;
@@ -615,7 +703,7 @@ div.secondary li a {
     color:#747474;
 }
 div.secondary li a:hover {
-    text-decoration:none;
+    text-decoration:underline;
 }
 div.secondary .button {    
     width:300px;
@@ -638,7 +726,6 @@ div.secondary .account a {
 
 div.footer {
     padding-top:15px;
-    
 }
 div.footer div.bottom {
     position:absolute;
@@ -678,7 +765,7 @@ div.home {
     line-height:1.2em;
     letter-spacing:0.3pt;
     min-height:500px;
-    background-image: url('../img/bg-experiment.png');
+    background-image: url('../img/bg-experiment.jpg');
     background-repeat:no-repeat;
     background-size:cover;
     background-position:center top;
@@ -768,3 +855,33 @@ div.slogan {
 th {
     border:0 !important;
 }
+
+div.monitor {
+    padding:40px 0 25px 0;
+}
+div.monitor h1 {
+    margin-bottom:25px;
+}
+div.s-monitor {
+    padding-bottom:25px;
+}
+span#stats-period-txt {
+    text-transform:lowercase;
+}
+
+// resource info modal
+a.resource-info:hover {
+    cursor:pointer;
+}
+table.modal-resource-info tr td:first-child {
+    font-weight:bold;
+    text-align:right;
+}
+table.modal-resource-info tr:first-child td {
+    border-top:0;
+    text-align:center;
+}
+table.modal-resource-info tr:last-child td {
+    border-bottom:0;
+    text-align:center;
+}