reindent lines

This commit is contained in:
Aadil Ayub 2022-01-01 13:04:10 +05:00
parent 405d99cd3c
commit e93cc66f5a
1 changed files with 109 additions and 110 deletions

View File

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