2019-02-15 10:00:23 +01:00
|
|
|
/*
|
|
|
|
* Discovery css global
|
|
|
|
*/
|
2019-02-15 14:02:32 +01:00
|
|
|
|
2019-02-15 18:05:59 +01:00
|
|
|
li.discovery {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
width: 250px;
|
|
|
|
height: 120px;
|
|
|
|
margin: 15px;
|
2019-02-21 13:05:48 +01:00
|
|
|
padding-bottom: 50px;
|
2019-02-15 18:05:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li.discovery > a {
|
|
|
|
text-decoration: none;
|
2019-02-22 19:18:07 +01:00
|
|
|
color: #333;
|
2019-02-15 18:05:59 +01:00
|
|
|
}
|
|
|
|
li.discovery > a:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.discovery img {
|
|
|
|
height: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.discovery > a label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.data_container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.data_container:hover {
|
|
|
|
box-shadow: 2px 2px 10px #ddd;
|
|
|
|
}
|
|
|
|
|
2019-02-15 18:44:59 +01:00
|
|
|
/*
|
|
|
|
* TODO: This may be at hostdevices.css
|
|
|
|
*/
|
2019-02-15 14:02:32 +01:00
|
|
|
.texto {
|
|
|
|
height: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-02-22 19:18:07 +01:00
|
|
|
h1.wizard {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
h1.wizard a {
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
h1.wizard a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2019-02-15 14:02:32 +01:00
|
|
|
#text_wizard {
|
|
|
|
font-weight: bolder;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2019-02-22 19:18:07 +01:00
|
|
|
div.arrow_box {
|
2019-02-19 08:58:30 +01:00
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2019-02-22 19:18:07 +01:00
|
|
|
color: #888;
|
|
|
|
padding: 1.3em;
|
2019-02-19 08:58:30 +01:00
|
|
|
margin-left: 20px;
|
|
|
|
margin-bottom: 10px;
|
2019-02-22 19:18:07 +01:00
|
|
|
padding-left: 3em;
|
2019-02-19 08:58:30 +01:00
|
|
|
}
|
2019-02-22 19:18:07 +01:00
|
|
|
|
2019-02-20 14:38:00 +01:00
|
|
|
.arrow_box.selected {
|
2019-02-22 19:18:07 +01:00
|
|
|
background: #424242;
|
|
|
|
color: #ccc;
|
2019-02-20 14:38:00 +01:00
|
|
|
}
|
2019-02-19 08:58:30 +01:00
|
|
|
|
|
|
|
.arrow_box:after {
|
|
|
|
left: 0%;
|
|
|
|
border-left-color: white;
|
|
|
|
border-width: 20px;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
2019-02-22 19:18:07 +01:00
|
|
|
|
|
|
|
div.arrow_box:before {
|
2019-02-19 08:58:30 +01:00
|
|
|
left: 100%;
|
2019-02-20 14:38:00 +01:00
|
|
|
border-left-color: #ccc;
|
2019-02-19 08:58:30 +01:00
|
|
|
border-width: 20px;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
2019-02-20 14:38:00 +01:00
|
|
|
.arrow_box.selected:before {
|
2019-02-22 19:18:07 +01:00
|
|
|
border-left-color: #424242;
|
2019-02-20 14:38:00 +01:00
|
|
|
}
|
2019-02-22 19:18:07 +01:00
|
|
|
|
|
|
|
.arrow_box.selected:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.arrow_box:hover {
|
|
|
|
color: #000;
|
2019-02-21 11:19:38 +01:00
|
|
|
}
|
2019-03-26 15:42:33 +01:00
|
|
|
.breadcrumb_link {
|
|
|
|
color: #d0d0d0;
|
|
|
|
font-size: 12pt !important;
|
|
|
|
font-family: "Open Sans", sans-serif !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.breadcrumb_link {
|
|
|
|
color: #d0d0d0;
|
|
|
|
font-size: 12pt !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb_link.selected {
|
|
|
|
color: #95b750;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb_link.selected:hover {
|
|
|
|
color: #95b750;
|
|
|
|
}
|
|
|
|
.breadcrumb_link:hover {
|
|
|
|
color: #95b750;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_grid_items {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.form_grid_items .form_grid_item {
|
|
|
|
float: left;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|