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.
Lidarr/src/UI/Calendar/calendar.less

170 lines
2.7 KiB

@import "../Content/Bootstrap/mixins";
@import "../Content/Bootstrap/variables";
@import "../Content/Bootstrap/buttons";
@import "../Shared/Styles/clickable";
@import "../Content/variables";
.calendar {
th, td {
border-color : #eeeeee;
}
.fc-event-skin {
background-color : #007ccd;
border : 1px solid #007ccd;
border-radius : 4px;
text-align : center;
}
.fc-event {
.clickable;
}
th {
background-color : #eeeeee;
}
h2 {
font-size : 17.5px;
}
.fc-state-highlight {
background : #f1f1f1;
}
.past {
opacity : 0.8;
}
}
.event {
display : inline-block;
width : 100%;
margin-bottom : 10px;
border-top : 1px solid #eeeeee;
padding-top : 10px;
h4 {
font-weight : 500;
color : #008dcd;
margin : 5px 0px;
}
p {
color : #999999;
margin : 0px;
}
.date {
text-align : center;
display : inline-block;
border-left : 4px solid #eeeeee;
padding-left : 16px;
float : left;
margin-right : 20px;
h4 {
line-height : 1em;
color : #555555;
font-weight : 300;
text-transform : uppercase;
}
h1 {
font-weight : 500;
line-height : 0.8em;
}
}
.primary {
border-color : @btnPrimaryBackground;
}
.info {
border-color : @btnInfoBackground;
}
.inverse {
border-color : @btnInverseBackground;
}
.warning {
border-color : @btnWarningBackground;
}
.danger {
border-color : @btnDangerBackground;
}
.success {
border-color : @btnSuccessBackground;;
}
.purple {
border-color : @nzbdronePurple;
}
.episode-title {
.btn-link;
.text-overflow;
color : @linkColor;
margin-top : 1px;
width : 140px;
display : inline-block;
}
}
.calendar {
background-position : -160px -128px;
.primary {
border-color : @btnPrimaryBackground;
background-color : @btnPrimaryBackground;
}
.info {
border-color : @btnInfoBackground;
background-color : @btnInfoBackground;
}
.inverse {
border-color : @btnInverseBackground;
background-color : @btnInverseBackground;
}
.warning {
border-color : @btnWarningBackground;
background-color : @btnWarningBackground;
}
.danger {
border-color : @btnDangerBackground;
background-color : @btnDangerBackground;
}
.success {
border-color : @btnSuccessBackground;
background-color : @btnSuccessBackground;
}
.purple {
border-color : @nzbdronePurple;
background-color : @nzbdronePurple;
}
.chart {
margin-top : 2px;
margin-right: 2px;
}
}
.ical
{
color: @btnInverseBackground;
}
#ical-url
{
width: 370px;
}