1
0
mirror of https://github.com/fenwick67/mastofeed synced 2025-03-03 10:57:41 +01:00

Update dark.css

This commit is contained in:
Drew Harwell 2017-04-30 14:22:56 -05:00 committed by GitHub
parent dc932e40cc
commit 4ef12a4253

View File

@ -4,7 +4,8 @@ body {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
color: #eee; color: #eee;
font-weight: lighter; font-weight: lighter;
overflow-x:hidden; overflow-x: hidden;
font-size: 100%;
} }
* { * {
margin: 0; margin: 0;
@ -15,14 +16,14 @@ a * {
color: #09c; color: #09c;
} }
.meta { .meta {
padding: 1em; padding: 1rem;
background-color: #292f32; background-color: #292f32;
} }
.meta * { .meta * {
line-height: 2em; line-height: 2rem;
} }
.item { .item {
padding: 1em; padding: 1rem;
border-top: solid 2px #30373b; border-top: solid 2px #30373b;
} }
.item-content, .item-content,
@ -45,10 +46,10 @@ a * {
} }
.author { .author {
display: flex; display: flex;
margin: 1em 0; margin: 1rem 0;
} }
.author-info { .author-info {
margin: 0.5em 1em; margin: 0 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
@ -61,8 +62,8 @@ a * {
font-weight: bolder; font-weight: bolder;
} }
.avatar { .avatar {
width: 70px; width: 3rem;
height: 70px; height: 3rem;
border: none; border: none;
border-radius: 10%; border-radius: 10%;
} }
@ -70,8 +71,8 @@ a * {
padding: 0.5em 0; padding: 0.5em 0;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
max-height: 200px; max-height: 12rem;
max-width: 700px; max-width: 42rem;
overflow: hidden; overflow: hidden;
} }
.enclosure, .enclosure,
@ -80,6 +81,6 @@ a * {
display: inline-block; display: inline-block;
border: none; border: none;
cursor: zoom-in; cursor: zoom-in;
max-height: 200px; max-height: 12rem;
max-width: 700px; max-width: 42rem;
} }