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

@ -41,75 +41,74 @@ body {
font-family: ZenMaruGothic; font-family: ZenMaruGothic;
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); .card{
box-shadow:1em 1em 0 #d2d1c8; background-color: peachpuff;
background-color: #fff09d; }
max-width: 600px;
margin-bottom: 2em;
flex: auto;
margin: 0 3em 3em 0;
align-self: start;
} .side-bar {
border: 2px solid var(--border-color);
.card{ max-width: 400px;
background-color: peachpuff; }
}
.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;
flex-flow: row wrap; flex-flow: row wrap;
width: 100%; width: 100%;
} }
.entries{ .entries{
@ -153,7 +152,7 @@ body {
border-top: 2px solid var(--border-color); border-top: 2px solid var(--border-color);
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
.menu ul{ .menu ul{
@ -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,10 +231,10 @@ body {
} }
.summary-image > img { .summary-image > img {
/* height: 100%; /* height: 100%;
object-fit: cover; object-fit: cover;
max-width: 100%;*/ max-width: 100%;*/
} }
.summary-image > a { .summary-image > a {
@ -266,17 +265,17 @@ footer.post-footer {
/* network cards */ /* network cards */
.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 {
@ -305,7 +304,7 @@ footer.post-footer {
} }
.network .header-metadata .dt-published{ .network .header-metadata .dt-published{
border-bottom: 2px solid darkcyan; border-bottom: 2px solid darkcyan;
} }
@ -381,31 +380,31 @@ 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;
} }
.card.calendar.past { .card.calendar.past {
@ -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;
@ -555,7 +554,7 @@ ul.pagination{
font-size: 38px; font-size: 38px;
border: 2px solid #1B4C8A; border: 2px solid #1B4C8A;
box-shadow:0.4em 0.4em 0 #d2d1c8; box-shadow:0.4em 0.4em 0 #d2d1c8;
} }
li.page-item{ li.page-item{
@ -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);
} }