reindent lines
This commit is contained in:
parent
405d99cd3c
commit
e93cc66f5a
@ -42,9 +42,9 @@ body {
|
||||
color: maroon;
|
||||
}
|
||||
|
||||
a {
|
||||
a {
|
||||
color: #1B4C8A;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
@ -54,10 +54,9 @@ body {
|
||||
margin: 2em auto;
|
||||
max-width: 80%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.card{
|
||||
|
||||
border: 2px solid var(--border-color);
|
||||
box-shadow:1em 1em 0 #d2d1c8;
|
||||
background-color: #fff09d;
|
||||
@ -67,43 +66,43 @@ body {
|
||||
margin: 0 3em 3em 0;
|
||||
align-self: start;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.card{
|
||||
.card{
|
||||
background-color: peachpuff;
|
||||
}
|
||||
}
|
||||
|
||||
.side-bar {
|
||||
.side-bar {
|
||||
border: 2px solid var(--border-color);
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.card:nth-child(even){
|
||||
.card:nth-child(even){
|
||||
transform: rotate(-1deg);
|
||||
}
|
||||
}
|
||||
|
||||
.card:nth-child(odd){
|
||||
.card:nth-child(odd){
|
||||
transform: rotate(1deg);
|
||||
}
|
||||
}
|
||||
|
||||
.card:nth-child(5){
|
||||
.card:nth-child(5){
|
||||
transform: rotate(2deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.video.box{
|
||||
.video.box{
|
||||
margin-top:3em;
|
||||
}
|
||||
}
|
||||
|
||||
.bar{
|
||||
.bar{
|
||||
border: 2px solid var(--border-color);
|
||||
box-shadow: 0.6em 0.6em 0 #d2d1c8;
|
||||
margin-bottom: 2em;
|
||||
margin-top:3em;
|
||||
display: inline-block;
|
||||
background-color: #fff09d;
|
||||
}
|
||||
}
|
||||
|
||||
.h-feed{
|
||||
display: flex;
|
||||
@ -232,7 +231,7 @@ body {
|
||||
}
|
||||
|
||||
.summary-image > img {
|
||||
/* height: 100%;
|
||||
/* height: 100%;
|
||||
object-fit: cover;
|
||||
max-width: 100%;*/
|
||||
|
||||
@ -276,7 +275,7 @@ footer.post-footer {
|
||||
margin: 0 3em 3em 0;
|
||||
align-self: start;
|
||||
color: darkcyan;
|
||||
}
|
||||
}
|
||||
|
||||
.h-entry.network header {
|
||||
display: flex;
|
||||
@ -391,7 +390,7 @@ div.network-source{
|
||||
margin: 0 3em 3em 0;
|
||||
align-self: start;
|
||||
color: steelblue;
|
||||
}
|
||||
}
|
||||
|
||||
/* calendar cards */
|
||||
|
||||
@ -500,12 +499,12 @@ div.network-source{
|
||||
|
||||
input + label +.calendar-location+.description{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
input:checked + label +.calendar-location+.description {
|
||||
display: block;
|
||||
transition: ease .5s;
|
||||
}
|
||||
}
|
||||
|
||||
.metadata label {
|
||||
text-align: center;
|
||||
@ -573,21 +572,21 @@ li.page-item.disabled{
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.page-item:nth-child(even){
|
||||
li.page-item:nth-child(even){
|
||||
transform: rotate(-1deg);
|
||||
}
|
||||
}
|
||||
|
||||
li.page-item:nth-child(odd){
|
||||
li.page-item:nth-child(odd){
|
||||
transform: rotate(1deg);
|
||||
}
|
||||
}
|
||||
|
||||
li.page-item:nth-child(5){
|
||||
li.page-item:nth-child(5){
|
||||
transform: rotate(2deg);
|
||||
}
|
||||
}
|
||||
|
||||
li.page-item:nth-child(8){
|
||||
li.page-item:nth-child(8){
|
||||
transform: rotate(-3deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user