Lidarr/UI/Content/theme.less

109 lines
2.0 KiB
Plaintext
Raw Normal View History

@import "../Shared/Styles/card";
body {
2013-06-26 00:33:17 +00:00
background-color : #1c1c1c;
background-image : url('../Content/Images/pattern.png');
2013-06-26 00:33:17 +00:00
margin-bottom : 100px;
2013-04-21 06:25:24 +00:00
p {
2013-06-26 00:33:17 +00:00
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
.calendar {
2013-06-26 00:33:17 +00:00
background-position : -160px -128px;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
.panel .primary, .panel .primary h6 {
2013-06-26 00:33:17 +00:00
background-color : #007ccd;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
.panel .info, .panel .info h6 {
2013-06-26 00:33:17 +00:00
background-color : #14b8d4;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
.message-sidebar a.message-preview p, .message-sidebar a.message-preview h5 {
2013-06-26 00:33:17 +00:00
color : #999999;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
ul.stat-list li label, ul.stat-list li h4, ul.stat-list li small, ul.stat-list li p {
2013-06-26 00:33:17 +00:00
display : inline-block;
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
2013-04-21 06:25:24 +00:00
.popover-title {
2013-06-26 00:33:17 +00:00
text-transform : none;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
.message-sidebar a.active p, .message-sidebar a.active h5 {
2013-06-26 00:33:17 +00:00
color : rgba(255, 255, 255, 0.8);
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
#in-sub-nav li a:hover, #in-sub-nav li a.active {
2013-06-26 00:33:17 +00:00
background-color : #555555;
text-decoration : none;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
body h1, body h2, body h3, body h4, body h5, body h6 {
2013-06-26 00:33:17 +00:00
text-transform : capitalize;
font-weight : 300;
2013-04-21 06:25:24 +00:00
}
2013-06-02 19:29:00 +00:00
2013-04-21 06:25:24 +00:00
.page {
.card(#AAAAAA);
2013-06-26 00:33:17 +00:00
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
2013-04-21 06:25:24 +00:00
#in-sub-nav {
ul {
2013-06-26 00:33:17 +00:00
text-align : center;
margin-bottom : 10px;
2013-04-21 06:25:24 +00:00
}
li {
2013-06-26 00:33:17 +00:00
list-style-type : none;
display : inline-block;
2013-04-21 06:25:24 +00:00
a {
2013-06-26 00:33:17 +00:00
display : block;
border-radius : 6px;
padding : 15px 10px 5px;
min-height : 56px;
min-width : 64px;
margin : 20px 10px 10px;
color : #ffffff;
font-weight : 100;
2013-04-21 06:25:24 +00:00
}
span.label.pull-right {
2013-06-26 00:33:17 +00:00
position : relative;
top : 24px;
right : 14px;
2013-04-21 06:25:24 +00:00
}
}
}