Midnight Pub

A Midnight Pub Custom CSS

~woland

/* 
Original Midnight Pub CSS modified by Woland
This is a tokyo night/solarized-ish theme with an orange tint
I have made the editor height larger
Usage: add the code to ->Account -> Theme
*/

.editor { height: 800px; }
.reply .reply { padding-left: 40px; }

body {
    background-color: #1d252c;
    margin: 0px auto;
    padding: 8px;
    max-width: 600px;
    color: #fff
}

textarea, input[type=text], input[type=password] { font-size: inherit; font-family: inherit; background-color: white; color: #000000; }

textarea {
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #262626;
    color: #ebdbb2;
}

blockquote { font-style: monospace; }

pre { color: #e2a478; }
h1, h2, h3 { color: #e2a478; }
a:visited { color: green;}
a:link { color: #4285f4; }
p {color: #ebdbb2;}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #1d252c;
        color: #fff;
    }
    h1, h2, h3 { color: red; }
    textarea, input[type=text], input[type=password] { background-color: #000000; }
    a:visited { color: #b4be82;}
    a:link { color: #7aa2f7; }
    pre { color: #e2a478; }
    p {color: #ebdbb2;}

}

bloatedloaf

it looks really good!

reply

woland

Thanks.

reply

woland

Thanks.

reply

fiolajane

Lovely! Thank you for sharing =)

reply

woland

Thanks! Hope it helps <3

reply

enderasg

this looks quite nice!

reply

woland

tnx :)

reply

yuke

thank you !

reply

woland

any time.

reply

m15o

This looks great!

reply

woland

glad you like it.

reply