Files
dumpster_baby/style.css
2024-07-05 16:00:03 -04:00

74 lines
1.5 KiB
CSS

html { color:#ffffff; }
h1, h2, h3, h4, h5, h6 { color:#e2e2e2; font-family: "Roboto", sans-serif }
p { color:#bbbbbb; font-family: "Roboto", sans-serif }
body
{
}
#main
{
transition: margin-right 0.5s;
-webkit-transition: margin-right 0.5s;
-moz-transition: margin-right 0.5s;
-ms-transition: margin-right 0.5s;
-o-transition: margin-right 0.5s;
}
.articles {}
.sidenav
{
background-color:#202025;
height:100%;
position: fixed;
z-index:1;
overflow-x: hidden;
top: 0;
right: 0;
width: 0;
min-width: 0;
border-radius:10px;
border:2px #aaaaff solid;
padding-top: 5px;
transition: 0.25s;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-ms-transition: 0.25s;
-o-transition: 0.25s;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-o-border-radius:10px;
margin-top: 10px;
margin-right: 5px;
}
.sidenav .closebtn
{
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.sidenav p
{
line-height: 0%;
font-size: 12px;
}
.shitpost {
background-color:#202025;
padding-left:10px;
padding-right:10px;
padding-top:5px;
border-radius:10px;
border:2px #aaaaff solid;
margin-bottom:10px;
}
a { color: #aaaaff;}