/assets/css/jquery.circliful.css
https://bitbucket.org/nehajoshi24/telemetrydataanalytics · CSS · 53 lines · 43 code · 7 blank · 3 comment · 0 complexity · 63abc4df6f7a669a3bf00da012f55e57 MD5 · raw file
- .circliful .outer {
- fill: transparent;
- stroke: #333;
- stroke-width: 19.8;
- stroke-dasharray: 534;
- transition: stroke-dashoffset 1s;
- -webkit-animation-play-state: running;
- /* firefox bug fix - won't rotate at 90deg angles */
- -moz-transform: rotate(-89deg) translateX(-190px);
- }
- /* full circle 25 empty 534 */
- .circliful .inner {
- fill: transparent;
- stroke: orange;
- stroke-width: 20;
- stroke-dasharray: 534;
- transition: stroke-dashoffset 1s;
- -webkit-animation-play-state: running;
- /* firefox bug fix - won't rotate at 90deg angles */
- -moz-transform: rotate(-89deg) translateX(-190px);
- stroke-dashoffset: 0;
- }
- .circliful {
- overflow: visible !important;
- }
- .svg-container {
- width: 100%;
- margin: 0 auto;
- overflow: visible;
- position: relative;
- }
- svg .icon {
- font-family: FontAwesome;
- }
- .legend-line {
- white-space: nowrap;
- }
- .color-box {
- width: 15px;
- height: 15px;
- border-radius: 2px;
- display: inline-block;
- float: left;
- padding-top: 3px;
- margin: 2px 5px 0 0;
- }