reindent lines

This commit is contained in:
Aadil Ayub 2022-01-01 13:04:10 +05:00
parent 405d99cd3c
commit e93cc66f5a

View File

@ -42,68 +42,67 @@ body {
color: maroon; color: maroon;
} }
a { a {
color: #1B4C8A; color: #1B4C8A;
} }
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
#content { #content {
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);
box-shadow:1em 1em 0 #d2d1c8;
background-color: #fff09d;
max-width: 600px;
margin-bottom: 2em;
flex: auto;
margin: 0 3em 3em 0;
align-self: start;
border: 2px solid var(--border-color); }
box-shadow:1em 1em 0 #d2d1c8;
background-color: #fff09d;
max-width: 600px;
margin-bottom: 2em;
flex: auto;
margin: 0 3em 3em 0;
align-self: start;
} .card{
background-color: peachpuff;
}
.card{ .side-bar {
background-color: peachpuff; border: 2px solid var(--border-color);
} max-width: 400px;
}
.side-bar {
border: 2px solid var(--border-color);
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;
@ -186,8 +185,8 @@ body {
} }
.h-entry header h2:hover{ .h-entry header h2:hover{
box-shadow: inset 4px 4px 0px tomato; box-shadow: inset 4px 4px 0px tomato;
cursor: pointer; cursor: pointer;
} }
.h-entry header h2 a { .h-entry header h2 a {
@ -232,9 +231,9 @@ body {
} }
.summary-image > img { .summary-image > img {
/* height: 100%; /* height: 100%;
object-fit: cover; object-fit: cover;
max-width: 100%;*/ max-width: 100%;*/
} }
@ -267,16 +266,16 @@ footer.post-footer {
.card.network{ .card.network{
border: 2px solid darkcyan; border: 2px solid darkcyan;
box-shadow:1em 1em 0 #d2d1c8; box-shadow:1em 1em 0 #d2d1c8;
background-color: lightgreen; background-color: lightgreen;
max-width: min-content; max-width: min-content;
margin-bottom: 2em; margin-bottom: 2em;
flex: auto; flex: auto;
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;
@ -291,8 +290,8 @@ footer.post-footer {
} }
.h-entry.network header h2:hover{ .h-entry.network header h2:hover{
box-shadow: inset 4px 4px 0px darkcyan; box-shadow: inset 4px 4px 0px darkcyan;
cursor: pointer; cursor: pointer;
} }
.h-entry.network header h2 a { .h-entry.network header h2 a {
@ -381,30 +380,30 @@ div.network-source{
/* shouts cards */ /* shouts cards */
.card.shout{ .card.shout{
border-color: steelblue; border-color: steelblue;
border: 2px solid; border: 2px solid;
box-shadow:1em 1em 0 #d2d1c8; box-shadow:1em 1em 0 #d2d1c8;
background-color: aliceblue; background-color: aliceblue;
max-width: min-content; max-width: min-content;
margin-bottom: 2em; margin-bottom: 2em;
flex: auto; flex: auto;
margin: 0 3em 3em 0; margin: 0 3em 3em 0;
align-self: start; align-self: start;
color: steelblue; color: steelblue;
} }
/* calendar cards */ /* calendar cards */
.card.calendar { .card.calendar {
border: 2px solid cornflowerblue; border: 2px solid cornflowerblue;
box-shadow:1em 1em 0 #d2d1c8; box-shadow:1em 1em 0 #d2d1c8;
background-color: lightblue; background-color: lightblue;
max-width: 360px; max-width: 360px;
margin-bottom: 2em; margin-bottom: 2em;
flex: auto; flex: auto;
margin: 0 3em 3em 0; margin: 0 3em 3em 0;
align-self: start; align-self: start;
color: royalblue; color: royalblue;
} }
@ -428,8 +427,8 @@ div.network-source{
} }
.h-event.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-event.calendar header h2 a { .h-event.calendar header h2 a {
@ -438,7 +437,7 @@ div.network-source{
} }
.header-filler { .header-filler {
min-width: 10%; min-width: 10%;
} }
.calendar-location{ .calendar-location{
@ -499,13 +498,13 @@ 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);
} }