inital commit
This commit is contained in:
161
webroot/css/everything.css
Normal file
161
webroot/css/everything.css
Normal file
@@ -0,0 +1,161 @@
|
||||
/*
|
||||
To change this license header, choose License Headers in Project Properties.
|
||||
To change this template file, choose Tools | Templates
|
||||
and open the template in the editor.
|
||||
*/
|
||||
/*
|
||||
Created on : Jan 26, 2021, 5:45:54 PM
|
||||
Author : USER
|
||||
*/
|
||||
.time-line-row{
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
min-height: 500px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#timeline {
|
||||
list-style: none;
|
||||
position: relative;
|
||||
padding-top: 10px;
|
||||
}
|
||||
#timeline:before {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
content: " ";
|
||||
width: 2px;
|
||||
background-color: #4997cd;
|
||||
left: 50%;
|
||||
margin-left: -1.5px;
|
||||
}
|
||||
#timeline .clearFix {
|
||||
clear: both;
|
||||
height: 0;
|
||||
}
|
||||
#timeline .timeline-badge {
|
||||
color: #fff;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 50%;
|
||||
margin-left: -25px;
|
||||
background-color: #4997cd;
|
||||
z-index: 100;
|
||||
border-top-right-radius: 50%;
|
||||
border-top-left-radius: 50%;
|
||||
border-bottom-right-radius: 50%;
|
||||
border-bottom-left-radius: 50%;
|
||||
}
|
||||
#timeline .timeline-badge span.timeline-balloon-date-day {
|
||||
font-size: 1.4em;
|
||||
display: block;
|
||||
}
|
||||
#timeline .timeline-badge span.timeline-balloon-date-month {
|
||||
font-size: .7em;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
}
|
||||
#timeline .timeline-badge.timeline-filter-movement {
|
||||
background-color: #ffffff;
|
||||
font-size: 1.7em;
|
||||
height: 35px;
|
||||
margin-left: -18px;
|
||||
width: 35px;
|
||||
top: 40px;
|
||||
}
|
||||
#timeline .timeline-badge.timeline-filter-movement a span {
|
||||
color: #4997cd;
|
||||
font-size: 1.3em;
|
||||
top: -1px;
|
||||
}
|
||||
#timeline .timeline-badge.timeline-future-movement {
|
||||
background-color: #ffffff;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
font-size: 1.7em;
|
||||
top: -16px;
|
||||
margin-left: -18px;
|
||||
}
|
||||
#timeline .timeline-badge.timeline-future-movement a span {
|
||||
color: #4997cd;
|
||||
font-size: .9em;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
}
|
||||
#timeline .timeline-movement {
|
||||
border-bottom: dashed 1px #4997cd;
|
||||
position: relative;
|
||||
}
|
||||
#timeline .timeline-movement.timeline-movement-top {
|
||||
height: 60px;
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item {
|
||||
padding: 20px 0;
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item .timeline-panel {
|
||||
border: 1px solid #d4d4d4;
|
||||
border-radius: 3px;
|
||||
background-color: #FFFFFF;
|
||||
color: #666;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
|
||||
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
|
||||
text-align: right;
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
|
||||
color: #666;
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
|
||||
color: #468c1f;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
|
||||
text-align: left;
|
||||
}
|
||||
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
|
||||
color: #e2001a;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px){
|
||||
.everything.container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#timeline .today {
|
||||
font-size: 12px !important;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#timeline .timeline-badge span{
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
background: none;
|
||||
background-position: right -22px;
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
|
||||
.select2-container--default .select2-search--dropdown .select2-search__field {
|
||||
background-image: url(select2x2.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 60px 40px;
|
||||
background-position: 100% -21px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user