staticsite/global.css
2020-12-06 13:20:47 -03:00

81 lines
2.0 KiB
CSS

div.single.summary {
hyphens: manual;
box-sizing: border-box;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
color: #16163f;
font-family: "Merriweather", Sans-serif;
font-weight: 300;
text-transform: none;
line-height: 1.4em;
padding: 0px 0px 0px 30px;
border-style: solid;
border-width: 0px 0px 0px 4px;
border-color: #d3b574;
font-size: 38px;
}
div.image.single {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
hyphens: manual;
text-align: left;
box-sizing: border-box;
}
div.image.single img {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
hyphens: manual;
text-align: left;
box-sizing: border-box;
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
vertical-align: middle;
display: inline-block;
width: 100%;
}
article.single {
line-height: 1.5;
hyphens: manual;
box-sizing: border-box;
position: relative;
width: 100%;
text-align: left;
color: #4a4a4a;
font-family: "Montserrat", Sans-serif;
font-size: 16px;
}
article.single div {
line-height: 1.5;
hyphens: manual;
text-align: left;
color: #4a4a4a;
font-family: "Montserrat", Sans-serif;
font-size: 16px;
box-sizing: border-box;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
margin: 50px 0px 0px 0px;
}
article.single div p {
line-height: 1.5;
hyphens: manual;
text-align: left;
color: #4a4a4a;
font-family: "Montserrat", Sans-serif;
font-size: 16px;
margin-top: 0;
margin-bottom: .9rem;
box-sizing: border-box;
}