|
@ -93,7 +93,7 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.entries{ |
|
|
.entries{ |
|
|
padding-top: 15%; |
|
|
padding-top: 5%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* base header & menu */ |
|
|
/* base header & menu */ |
|
@ -105,6 +105,7 @@ body { |
|
|
width: 90%; |
|
|
width: 90%; |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
margin-top: 1em; |
|
|
margin-top: 1em; |
|
|
|
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.logo { |
|
|
.logo { |
|
@ -255,6 +256,42 @@ footer.post-footer { |
|
|
color: royalblue; |
|
|
color: royalblue; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.network footer.post-footer{ |
|
|
|
|
|
border-top: 2px solid lightseagreen; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.network .summary-image { |
|
|
|
|
|
border-bottom: 2px solid lightseagreen; |
|
|
|
|
|
border-right: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.network .summary-text { |
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.network-source{ |
|
|
|
|
|
padding: 0.5em 1.2em 0.5em 1.2em; |
|
|
|
|
|
border-bottom: 2px solid lightseagreen; |
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.network .footer-filler{ |
|
|
|
|
|
border: none; |
|
|
|
|
|
} |
|
|
|
|
|
.network .read-more { |
|
|
|
|
|
border: none; |
|
|
|
|
|
border-left: 2px solid lightseagreen; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
span.sender a { |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
color: rgba(60,60,60,0.8); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* calendar cards */ |
|
|
/* calendar cards */ |
|
|
|
|
|
|
|
@ -271,23 +308,23 @@ footer.post-footer { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.h-entry.calendar header { |
|
|
.h-event.calendar header { |
|
|
display: flex; |
|
|
display: flex; |
|
|
border-bottom: 2px solid cornflowerblue; |
|
|
border-bottom: 2px solid cornflowerblue; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.h-entry.calendar header h2{ |
|
|
.h-event.calendar header h2{ |
|
|
padding: 0.2em 0.5em 0.2em 0.5em; |
|
|
padding: 0.2em 0.5em 0.2em 0.5em; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
border-right: none; |
|
|
border-right: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.h-entry.calendar header h2:hover{ |
|
|
.h-event.calendar header h2:hover{ |
|
|
box-shadow: inset 4px 4px 0px royalblue; |
|
|
box-shadow: inset 4px 4px 0px royalblue; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.h-entry.calendar header h2 a { |
|
|
.h-event.calendar header h2 a { |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
color: royalblue; |
|
|
color: royalblue; |
|
|
} |
|
|
} |
|
|