You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Radarr/UI/Content/theme.less

81 lines
1.4 KiB

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