Sonarr/UI/Content/theme.less

81 lines
1.4 KiB
Plaintext

@import "../Shared/Styles/card";
body {
background-color : #1c1c1c;
background-image : url('../Content/Images/pattern.png');
margin-bottom : 100px;
p {
font-size : 0.9em;
}
}
.calendar {
background-position : -160px -128px;
}
.panel .primary, .panel .primary h6 {
background-color : #007ccd;
}
.panel .info, .panel .info h6 {
background-color : #14b8d4;
}
.message-sidebar a.message-preview p, .message-sidebar a.message-preview h5 {
color : #999999;
}
ul.stat-list li label, ul.stat-list li h4, ul.stat-list li small, ul.stat-list li p {
display : inline-block;
}
footer {
font-size : 13px;
font-weight : lighter;
padding-top : 0px;
padding-bottom : 20px;
color : #999999;
margin : 0;
text-decoration : none;
a {
color : #999999;
text-decoration : underline;
}
p {
margin-bottom : 0px;
}
}
.popover-title {
text-transform : none;
}
.message-sidebar a.active p, .message-sidebar a.active h5 {
color : rgba(255, 255, 255, 0.8);
}
body h1, body h2, body h3, body h4, body h5, body h6 {
text-transform : capitalize;
font-weight : 300;
}
.page {
.card(#AAAAAA);
width : 1210px;
min-width : 1210px;
margin : auto;
margin-top : -70px;
padding : 20px 0px;
.header {
padding-bottom : 10px;
margin-bottom : 20px;
border-bottom : 1px solid #eeeeee;
}
}