2013-06-04 05:34:06 +02:00
|
|
|
@import "bootstrap/variables";
|
|
|
|
@import "bootstrap/mixins";
|
|
|
|
@import "bootstrap/type";
|
2013-06-26 02:33:17 +02:00
|
|
|
@import "Overrides/overrides";
|
|
|
|
@import "font";
|
|
|
|
@import "form";
|
|
|
|
@import "theme";
|
|
|
|
@import "menu";
|
|
|
|
@import "backgrid/backgrid";
|
2013-06-25 07:47:56 +02:00
|
|
|
@import "../shared/styles/clickable";
|
2013-06-27 01:45:05 +02:00
|
|
|
@import "prefixer";
|
2013-06-26 02:34:33 +02:00
|
|
|
@import "icons";
|
2013-06-01 21:31:39 +02:00
|
|
|
|
|
|
|
.progress {
|
2013-06-25 07:47:56 +02:00
|
|
|
width : 125px;
|
|
|
|
position : relative;
|
|
|
|
margin-bottom : 2px;
|
2013-04-21 08:25:24 +02:00
|
|
|
.progressbar-back-text {
|
2013-06-25 07:47:56 +02:00
|
|
|
position : absolute;
|
|
|
|
width : 100%;
|
|
|
|
height : 100%;
|
|
|
|
font-size : 12px;
|
|
|
|
text-align : center;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
2013-06-25 07:47:56 +02:00
|
|
|
|
2013-04-21 08:25:24 +02:00
|
|
|
.progressbar-front-text {
|
2013-06-25 07:47:56 +02:00
|
|
|
display : block;
|
|
|
|
width : 125px;
|
|
|
|
font-size : 12px;
|
|
|
|
text-align : center;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
|
|
|
.bar {
|
2013-06-25 07:47:56 +02:00
|
|
|
position : absolute;
|
|
|
|
overflow : hidden;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
|
|
|
}
|
2013-06-01 21:31:39 +02:00
|
|
|
|
2013-06-07 07:15:07 +02:00
|
|
|
.backdrop .page {
|
2013-06-25 07:47:56 +02:00
|
|
|
background-color : transparent;
|
|
|
|
box-shadow : none;
|
2013-06-07 07:15:07 +02:00
|
|
|
}
|
|
|
|
|
2013-04-21 08:25:24 +02:00
|
|
|
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
|
2013-06-25 07:47:56 +02:00
|
|
|
margin-top : 1em;
|
|
|
|
height : 1em;
|
|
|
|
line-height : 1em;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
2013-06-01 21:31:39 +02:00
|
|
|
|
2013-04-21 08:25:24 +02:00
|
|
|
#localSeriesLookup {
|
2013-06-25 07:47:56 +02:00
|
|
|
width : 220px;
|
|
|
|
border : 0px;
|
|
|
|
background : rgb(75, 75, 75);
|
|
|
|
color : rgb(169, 169, 169);
|
|
|
|
padding : 4px;
|
|
|
|
font-size : 13px;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
2013-06-01 21:31:39 +02:00
|
|
|
|
|
|
|
.nz-loading {
|
|
|
|
.text-center;
|
2013-06-25 07:47:56 +02:00
|
|
|
font-size : 40px;
|
|
|
|
font-weight : 300;
|
|
|
|
padding : 30px;
|
2013-06-01 21:31:39 +02:00
|
|
|
}
|
|
|
|
|
2013-04-21 08:25:24 +02:00
|
|
|
.nz-spinner {
|
2013-06-01 21:31:39 +02:00
|
|
|
.text-center;
|
2013-06-25 07:47:56 +02:00
|
|
|
font-size : 56px;
|
|
|
|
padding : 30px;
|
2013-04-21 08:25:24 +02:00
|
|
|
}
|
2013-04-24 07:56:51 +02:00
|
|
|
|
2013-06-01 21:31:39 +02:00
|
|
|
.page-toolbar {
|
2013-06-25 07:47:56 +02:00
|
|
|
margin-top : 10px;
|
|
|
|
margin-bottom : 30px;
|
2013-04-24 07:56:51 +02:00
|
|
|
}
|
2013-04-26 04:44:39 +02:00
|
|
|
|
2013-05-15 04:07:14 +02:00
|
|
|
.page-container {
|
2013-06-25 07:47:56 +02:00
|
|
|
min-height : 600px;
|
2013-05-15 04:07:14 +02:00
|
|
|
}
|
|
|
|
|
2013-06-25 07:47:56 +02:00
|
|
|
#scroll-up {
|
2013-06-26 02:33:17 +02:00
|
|
|
.clickable;
|
|
|
|
|
2013-06-25 07:47:56 +02:00
|
|
|
&:hover {
|
|
|
|
text-decoration : none;
|
2013-06-26 07:42:44 +02:00
|
|
|
.opacity (0.4);
|
2013-06-25 07:47:56 +02:00
|
|
|
}
|
|
|
|
|
2013-06-26 07:42:44 +02:00
|
|
|
.opacity (0.2);
|
2013-06-25 07:47:56 +02:00
|
|
|
position : fixed;
|
|
|
|
bottom : 50px;
|
|
|
|
right : 50px;
|
|
|
|
display : none;
|
|
|
|
font-size : 56px;
|
|
|
|
color : white;
|
|
|
|
}
|