2013-08-06 05:29:34 +03:00
|
|
|
@import "Bootstrap/variables";
|
|
|
|
@import "Bootstrap/mixins";
|
|
|
|
@import "Bootstrap/type";
|
|
|
|
@import "font";
|
|
|
|
@import "form";
|
|
|
|
@import "menu";
|
|
|
|
@import "Backgrid/backgrid";
|
|
|
|
@import "prefixer";
|
|
|
|
@import "icons";
|
2013-11-21 08:34:38 +03:00
|
|
|
@import "checkbox-button";
|
2013-08-06 05:29:34 +03:00
|
|
|
@import "spinner";
|
|
|
|
@import "legend";
|
2014-02-01 04:47:59 +03:00
|
|
|
@import "progress-bars";
|
2013-08-06 05:29:34 +03:00
|
|
|
@import "../Shared/Styles/clickable";
|
|
|
|
@import "../Shared/Styles/card";
|
2013-11-27 12:19:44 +03:00
|
|
|
@import "../Rename/rename";
|
2013-08-06 05:29:34 +03:00
|
|
|
|
2014-02-02 03:32:08 +03:00
|
|
|
.toolbar {
|
2013-12-27 11:31:34 +03:00
|
|
|
|
2014-02-02 03:32:08 +03:00
|
|
|
&:after {
|
|
|
|
visibility: hidden;
|
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
content: " ";
|
|
|
|
clear: both;
|
|
|
|
height: 0;
|
2013-12-27 11:31:34 +03:00
|
|
|
}
|
|
|
|
|
2014-02-02 03:32:08 +03:00
|
|
|
.page-toolbar {
|
|
|
|
margin-top : 10px;
|
|
|
|
margin-bottom : 30px;
|
|
|
|
|
|
|
|
.toolbar-group {
|
2014-01-02 10:11:29 +03:00
|
|
|
display: inline-block;
|
2013-12-27 11:31:34 +03:00
|
|
|
}
|
2014-02-02 03:32:08 +03:00
|
|
|
|
|
|
|
.sorting-buttons {
|
|
|
|
.sorting-title {
|
|
|
|
display: inline-block;
|
|
|
|
width: 110px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbars {
|
|
|
|
margin-top : 5px;
|
|
|
|
margin-bottom : 30px;
|
|
|
|
|
|
|
|
.page-toolbar {
|
|
|
|
margin-top : 5px;
|
|
|
|
margin-bottom : 0px;
|
2013-12-27 11:31:34 +03:00
|
|
|
}
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-09-18 03:54:57 +03:00
|
|
|
.page-container {
|
|
|
|
min-height : 500px;
|
|
|
|
}
|
|
|
|
|
2013-08-06 05:29:34 +03:00
|
|
|
#scroll-up {
|
|
|
|
.clickable;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration : none;
|
|
|
|
.opacity (0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.opacity (0.2);
|
|
|
|
position : fixed;
|
|
|
|
bottom : 50px;
|
|
|
|
right : 50px;
|
|
|
|
display : none;
|
|
|
|
font-size : 56px;
|
|
|
|
color : white;
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-12-09 08:25:27 +03:00
|
|
|
.control-panel-visible {
|
|
|
|
#scroll-up {
|
|
|
|
bottom: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-08-06 05:29:34 +03:00
|
|
|
.label-large {
|
|
|
|
padding : 4px 6px;
|
|
|
|
font-size : 16px;
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-08-06 05:29:34 +03:00
|
|
|
th {
|
|
|
|
&.sortable {
|
|
|
|
&:hover {
|
|
|
|
background : @tableBackgroundHover;
|
|
|
|
}
|
|
|
|
.clickable();
|
|
|
|
|
|
|
|
}
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-08-06 05:29:34 +03:00
|
|
|
a, .btn {
|
|
|
|
i {
|
|
|
|
cursor : pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-white {
|
|
|
|
color : black;
|
|
|
|
background-color : white;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2014-02-12 11:07:05 +03:00
|
|
|
background:
|
|
|
|
url('../Content/Images/background/logo.png') 50px center no-repeat fixed,
|
|
|
|
#1c1c1c url('../Content/Images/background/black.png') top center e('/') cover repeat;
|
|
|
|
|
2013-08-06 05:29:34 +03:00
|
|
|
margin-bottom : 100px;
|
|
|
|
p {
|
|
|
|
font-size : 0.9em;
|
|
|
|
}
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-12-09 08:25:27 +03:00
|
|
|
.footer {
|
2013-06-26 03:33:17 +03:00
|
|
|
font-size : 13px;
|
|
|
|
font-weight : lighter;
|
|
|
|
padding-top : 0px;
|
|
|
|
padding-bottom : 20px;
|
|
|
|
color : #999999;
|
|
|
|
margin : 0;
|
|
|
|
text-decoration : none;
|
2013-06-15 07:02:40 +03:00
|
|
|
|
2013-04-21 09:25:24 +03:00
|
|
|
a {
|
2013-06-26 03:33:17 +03:00
|
|
|
color : #999999;
|
|
|
|
text-decoration : underline;
|
2013-06-15 07:02:40 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2013-06-26 03:33:17 +03:00
|
|
|
margin-bottom : 0px;
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-08-06 05:29:34 +03:00
|
|
|
#footer-region {
|
|
|
|
.text-center();
|
|
|
|
position : relative;
|
|
|
|
width : 256px;
|
|
|
|
margin : 50px auto 0px auto;
|
|
|
|
display : block;
|
|
|
|
}
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-08-06 05:29:34 +03:00
|
|
|
.started #page {
|
|
|
|
.card(#aaaaaa);
|
|
|
|
width : 1210px;
|
|
|
|
min-width : 1210px;
|
|
|
|
margin : auto;
|
|
|
|
margin-top : -70px;
|
|
|
|
padding : 20px 0px;
|
2013-04-21 09:25:24 +03:00
|
|
|
.header {
|
2013-06-26 03:33:17 +03:00
|
|
|
padding-bottom : 10px;
|
|
|
|
margin-bottom : 20px;
|
|
|
|
border-bottom : 1px solid #eeeeee;
|
2013-04-21 09:25:24 +03:00
|
|
|
}
|
|
|
|
}
|
2013-06-02 22:29:00 +03:00
|
|
|
|
2013-08-06 09:45:53 +03:00
|
|
|
.backdrop #page {
|
|
|
|
background-color : transparent;
|
|
|
|
box-shadow : none;
|
|
|
|
}
|
2013-08-31 23:31:58 +03:00
|
|
|
|
|
|
|
.validation-errors {
|
|
|
|
i {
|
|
|
|
padding-right : 5px;
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 09:33:06 +03:00
|
|
|
|
|
|
|
.status-primary {
|
2013-09-18 03:54:57 +03:00
|
|
|
color : @linkColor;
|
2013-09-05 09:33:06 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-success {
|
2013-09-18 03:54:57 +03:00
|
|
|
color : @successText;
|
2013-09-05 09:33:06 +03:00
|
|
|
}
|
|
|
|
|
2013-09-23 23:06:15 +03:00
|
|
|
.status-warning {
|
|
|
|
color : @warningText;
|
|
|
|
}
|
|
|
|
|
2013-09-05 09:33:06 +03:00
|
|
|
.status-danger {
|
2013-09-18 03:54:57 +03:00
|
|
|
color : @errorText;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-inline {
|
|
|
|
div {
|
|
|
|
display : inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
|
|
|
.formFieldState(@errorText, @errorText, @errorBackground);
|
|
|
|
}
|
2013-11-20 04:43:31 +03:00
|
|
|
|
|
|
|
#errors{
|
|
|
|
display : none;
|
2013-11-26 11:06:28 +03:00
|
|
|
}
|
|
|
|
|
2013-11-27 12:19:44 +03:00
|
|
|
.mono-space {
|
|
|
|
font-family: "ubuntu mono"
|
|
|
|
}
|
2013-11-26 11:06:28 +03:00
|
|
|
|
2013-11-27 12:19:44 +03:00
|
|
|
.file-path {
|
|
|
|
.mono-space();
|
2013-12-09 08:25:27 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.control-panel {
|
|
|
|
.card(#333333);
|
|
|
|
|
|
|
|
color: #f5f5f5;
|
|
|
|
background-color: #333333;
|
|
|
|
margin: 0px;
|
|
|
|
margin-bottom: -100px;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 55px;
|
|
|
|
opacity: 0;
|
2014-02-07 08:18:48 +03:00
|
|
|
}
|