webapp.assets.css.timeline.css Maven / Gradle / Ivy
The newest version!
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.vis-timeline .vis-item {
padding: 0px;
}
.vis-timeline .vis-labelset .vis-label .vis-inner {
padding: 0px;
}
.vis-timeline .vis-item.vis-range {
height: 0.8em;
}
.vis-timeline .red {
background-color: #DD00A1;
border-color: #252830;
}
.vis-timeline .gray {
background-color: #9E9E9E;
border-color: #252830;
}
.vis-timeline .blue {
background-color: #001C93;
border-color: #252830;
}
.vis-timeline .orange {
background-color: #F88600;
border-color: #252830;
}
#legend {
padding: 10px 40px
}
#legend .bar {
border-style: solid;
border-width: 1px;
width: 200px;
height: 4px;
}
#legend .text {
margin-left: -20px;
}
#legend .red {
background-color: #DD00A1;
border-color: #252830;
}
#legend .gray {
background-color: #9E9E9E;
border-color: #252830;
}
#legend .blue {
background-color: #001C93;
border-color: #252830;
}
#legend .orange {
background-color: #F88600;
border-color: #252830;
}
#legend .empty {
border-style: none;
}
#legend>div {
display: inline-block;
}
.vis-text {
color: white !important;
}