Hey there, time traveller!
This article was published 13/01/2020 (1231 days ago), so information in it may no longer be current.
.old-article {
display: none;
}
.article-bio {display:none
}
.homicide-container {
max-width:650px;
margin:auto;
}
#homicide-total {
background-color: #D6616B;
color: white;
border-radius: 3px;
padding: 2px 5px 3px;
text-shadow: none;
font-weight: bold;
}
/*cards*/
.homicide-key {
padding: 5px;
text-align: center;
}
.homicide-key span {
padding: 5px;
}
/* #homicide-card-list {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
} */
#homicide-card-list {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 0 auto;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
align-items: stretch;
margin:auto;
}
.homicide-card-list-item {
display: flex;
padding: 0.5em;
width: 100%;
max-width: 310px;
margin:auto;
}
@media all and (min-width: 40em) {
.homicide-card-list-item {
width: 50%;
}
}
/* .homicide-card-list-content {
margin:auto;
width: 100%;
padding: 5px;
margin: 5px auto;
border: 1px solid #e9e9e9;
border-radius: 5px;
align-items: center;
background-color: #EEEEEE;
min-height: 300px;
} */
.homicide-card-list-content {
background: #fff;
margin: 0.5em .5%;
position: relative;
overflow: hidden;
padding: 5px;
min-width: 200px;
min-height: 300px;
border: 1px #dfdfdf solid;
border-bottom-width: 6px;
-webkit-box-flex: 1 1 31.333%;
-moz-box-flex: 1 1 31.333%;
width: 31.333%;
-webkit-flex: 1 1 31.333%;
-ms-flex: 1 1 31.333%;
flex: 1 1 31.333%;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.homicide-img {
border-radius: 50%;
width: 130px;
height: 130px;
background-position: center;
background-size: cover;
float:left;
border: 1px solid lightgrey;
}
.homicide-locator {
margin-top: 10px;
border: 1px solid lightgrey;
opacity: 0.8;
position: absolute;
bottom: 10px;
left: 0;
}
.homicide-info {
display: inline-block
float: left;
width: 90%
margin-left: 5%;
margin-right: 5%;
text-align: left;
}
.solved {
border: 1px solid #4B8EA8;
border-top: 10px solid #4B8EA8;
border-radius: 6px;
width:110px;
}
.unsolved {
border: 1px solid #D6616B;
border-top: 10px solid #D6616B;
border-radius: 6px;
width:110px;
}
.cause-of-death {
font-size: 0.7em;
width: 100%;
color: #555;
}
.hidden {
display: none;
}
/*Charts and graphs*/
/*to-date chart*/
.graphic-headline {
font-weight: bold;
}
.line {
stroke: #9c9c9c;
stroke-width: 1px;
fill: none;
}
.line.this-year,
.line.this_year {
stroke: #D6616B;
stroke-width: 3px;
}
.valueline2, .valueline3 {
stroke-width: 3px;
fill: none;
}
.yaxis line {
stroke: lightgrey;
}
text {
font-size: 11px;
fill: #000000;
}
.xaxis text {
font-size: 12px;
fill: grey;
}
.yaxis text {
font-size: 12px;
fill: grey;
}
.yaxis path {
display: none;
}
.chart-caption {
/* text-align: right;*/
font-size: 12px;
}
.breakdown-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin:5px;
}
.breakdown {
display: flex;
width: 100%;
flex-basis: 100%;
max-width: 300px;
/* float: left; */
}
.breakdown-bar {
fill: #4B8EA8;
}
.breakdown-label {
font-size: 12px;
fill: #555;
}
@media (max-width:600px) {
.breakdown {
width:100%;
}
.homicide-card {
flex-basis: 100%;
max-width: 300px;
}
}
@media (max-width:460px) {
.breakdown-container {
display:block;
}
.breakdown {
width:100%;
}
.homicide-card {
flex-basis: 100%;
}
.homicide-img {
width: 150px;
height: 150px;
}
}
.freepress-logo {
width: 150px;
display:block;
margin: auto;
}