gnusocial.rocks/v3/blog.css

82 lines
1.1 KiB
CSS

ul {
margin-left: 1rem;
}
ul li {
margin-left: 1rem;
}
ul li:last-of-type {
margin-bottom: 1rem;
}
s {
text-decoration-color:rgba(0, 255, 0, 0.5)
}
@media (min-width: 600px) {
s {
position: relative;
text-decoration: none;
}
s::after {
content: "";
line-height: 1em;
margin-top: calc(0.125em / 2 * -1);
position: absolute;
right: 0;
top: 50%;
bottom: 0;
left: 0;
border-top: 0.125em solid rgba(0, 255, 0, 0.5);
height: calc(50% - 1px);
width: 100%;
transform: rotateZ(-1deg);
}
}
.content {
z-index: unset !important;
position: unset !important;
order: 2;
}
.sidebar {
order: 1;
background-color: #221E22;
padding: 1rem;
}
.sidebar ul,
.sidebar ul li,
.sidebar ul li a {
all: unset;
font-weight: bold;
color: #F6F4F6;
cursor: pointer;
}
.sidebar ul {
display: flex;
flex-direction: column;
}
#title{display:none;}
#divbody .content {
padding: unset !important;
}
#all_posts {
margin-top: 1rem;
margin-bottom: 2rem;
}
.allposts_header {
line-height: 1.5rem;
}
.content-wrapper {
all: unset;
flex: 1;
display: flex;
position: relative;
top: 4rem;
height: 100%;
}
.content + * {
all: unset;
}