Sonarr/UI/Content/theme.less

148 lines
2.3 KiB
Plaintext
Raw Normal View History

@import "Bootstrap/variables";
@import "Bootstrap/mixins";
@import "Bootstrap/type";
@import "font";
@import "form";
@import "menu";
@import "Backgrid/backgrid";
@import "prefixer";
@import "icons";
@import "spinner";
@import "legend";
@import "../Shared/Styles/clickable";
@import "../Shared/Styles/card";
.progress {
width : 125px;
position : relative;
margin-bottom : 2px;
.progressbar-back-text, .progressbar-front-text {
font-size : 11.844px;
font-weight : bold;
text-align : center;
}
.progressbar-back-text {
position : absolute;
width : 100%;
height : 100%;
}
.progressbar-front-text {
display : block;
width : 125px;
}
.bar {
position : absolute;
overflow : hidden;
2013-04-21 06:25:24 +00:00
}
}
2013-06-02 19:29:00 +00:00
.backdrop #page {
background-color : transparent;
box-shadow : none;
}
2013-06-02 19:29:00 +00:00
.page-toolbar {
margin-top : 10px;
margin-bottom : 30px;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00: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 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
.label-large {
padding : 4px 6px;
font-size : 16px;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
th {
&.sortable {
&:hover {
background : @tableBackgroundHover;
}
.clickable();
}
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
a, .btn {
i {
cursor : pointer;
}
}
.label-white {
color : black;
background-color : white;
}
body {
background-color : #1c1c1c;
background-image : url('../Content/Images/pattern.png');
margin-bottom : 100px;
p {
font-size : 0.9em;
}
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
footer {
2013-06-26 00:33:17 +00:00
font-size : 13px;
font-weight : lighter;
padding-top : 0px;
padding-bottom : 20px;
color : #999999;
margin : 0;
text-decoration : none;
2013-06-15 04:02:40 +00:00
2013-04-21 06:25:24 +00:00
a {
2013-06-26 00:33:17 +00:00
color : #999999;
text-decoration : underline;
2013-06-15 04:02:40 +00:00
}
p {
2013-06-26 00:33:17 +00:00
margin-bottom : 0px;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
#footer-region {
.text-center();
position : relative;
width : 256px;
margin : 50px auto 0px auto;
display : block;
}
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
.started #page {
.card(#aaaaaa);
width : 1210px;
min-width : 1210px;
margin : auto;
margin-top : -70px;
padding : 20px 0px;
2013-04-21 06:25:24 +00:00
.header {
2013-06-26 00:33:17 +00:00
padding-bottom : 10px;
margin-bottom : 20px;
border-bottom : 1px solid #eeeeee;
2013-04-21 06:25:24 +00:00
}
}
2013-06-02 19:29:00 +00:00