File: /var/www/intranet.kauko.lt/wp-content/plugins/dpProEventCalendar/css/layouts/timeline.css
/* Timeline Layout - Pro Event Calendar */
.dp_pec_timeline_wrapper {
min-height: 250px;
position: relative;
overflow: hidden;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_line {
width: 100%;
height: 1px;
background-color: #b7b7b7;
position: absolute;
top: 50%;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_drag {
width: 2000px;
height: 100%;
position: absolute;
cursor: grab;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_month_separator,
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator {
position: absolute;
top: 0;
left: 0;
border-left: 1px solid #b7b7b7;
padding: 0;
padding-left: 5px;
padding-top: 50px;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_year_separator {
position: absolute;
top: -65px;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_year_separator span {
font-size: 32px;
color: #bbb;
line-height: 100%;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.dp_pec_timeline_wrapper .dp_pec_timeline_month_separator span,
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator span {
font-size: 18px;
line-height: 24px;
color: #545454;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator span:hover {
color:#313131;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_month_separator span {
color: #707070;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator {
cursor: pointer;
padding-top: 20px;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_popup {
display: none;
width: 220px;
min-height: 70px;
background: #fff;
padding: 20px;
margin: 0;
position: absolute;
bottom: 60px;
left: -30px;
z-index: 9;
border-radius: 5px;
box-shadow: 0 0 12px rgba(0,0,0,.1);
cursor: default;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_popup ul {
margin: 0;
padding: 0;
list-style: none;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_popup ul li {
margin: 0;
padding: 0;
list-style: none;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_popup ul li h4 {
font-size: 16px;
margin: 0;
padding: 0;
line-height: 24px;
text-transform: none;
text-decoration: none;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_popup ul li h4 a {
color:#545454;
text-decoration: none;
margin: 0;
padding: 0;
box-shadow: none;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_popup ul li h4 a:hover,
.dp_pec_timeline_wrapper .dp_pec_timeline_date_popup ul li h4 a:active {
color:#343434;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_active .dp_pec_timeline_date_popup {
display: block;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_mark {
border-radius: 50%;
width: 16px;
height: 16px;
position: absolute;
left: -8px;
top: -20px;
background-color: #B7B7B7;
box-shadow: 0 0 12px rgba(0,0,0,0.2);
transition: .4s all;
cursor: pointer;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator span.dp_pec_timeline_special_date{
font-size: 14px;
line-height: 22px;
background: #fff;
width: auto;
position: absolute;
top: 40px;
/* left: -50px; */
border: 1px solid #ddd;
padding: 5px 10px;
color: #545454 !important;
border-radius: 5px;
z-index: 999;
display: none;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator .dp_pec_timeline_date_mark:hover span.dp_pec_timeline_special_date{
display: block;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_active .dp_pec_timeline_date_mark,
.dp_pec_timeline_wrapper .dp_pec_timeline_date_mark:hover,
.dp_pec_timeline_wrapper .dp_pec_timeline_date_mark:active {
width: 32px;
height: 32px;
left: -16px;
background-color: #555;
z-index: 99;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator.dp_pec_timeline_date_active span {
color: #111;
}
.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator span {
font-size: 24px;
line-height: 32px;
}
.dp_pec_timeline_references {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.dp_pec_timeline_references li {
list-style: none;
margin: 0;
padding: 5px 0;
/* float: left; */
display: inline-block;
margin-right: 20px;
}
.dp_pec_timeline_references li span {
color: #707070;
font-size: 14px;
line-height: 16px;
}
.dp_pec_timeline_references li .dp_pec_timeline_references_color {
width: 20px;
height: 16px;
border-radius: 25%;
float: left;
margin-right: 10px;
background: #454545;
margin: 2px 10px 2px 0;
opacity: .8;
}
/* dark skin */
.pec_skin_dark.dp_pec_timeline_wrapper {
/* background: #333;*/
}
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_month_separator span,
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator span {
color: #b7b7b7;
}
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_line {
background-color: #545454;
}
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_month_separator,
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_date_separator {
border-left: 1px solid #545454;
}
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_month_separator span {
color: #707070;
}
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_year_separator span {
color: #707070;
}
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_date_mark {
background-color: #555;
}
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_date_active .dp_pec_timeline_date_mark,
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_date_mark:hover,
.pec_skin_dark.dp_pec_timeline_wrapper .dp_pec_timeline_date_mark:active {
background-color: #b7b7b7;
}