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.

43 lines
867 B

.references {
position: fixed;
bottom: 5px;
right: 5px;
border-radius: 5px;
padding: 10px;
background-color: #d8d8d8; }
.references a {
padding: 5px;
margin: 0;
border-right: solid 1px gray;
display: inline-block; }
.references a:last-child {
border-right: none; }
.references a[href], .references a:link, .references a:hover, .references a:focus, .references a:active {
color: #4e4e4e; }
:root {
font-family: sans-serif; }
.pie, .target {
border-radius: 100%;
position: relative; }
.pie {
height: 300px;
width: 300px;
background-color: #3434AF;
top: 5px;
left: 5px; }
.pie-segment {
border: dotted 1px #cecece;
position: absolute;
height: 100%;
width: 100%; }
.target {
height: 310px;
width: 310px;
background-color: #cecece; }
/*# sourceMappingURL=pie-charts.css.map */