Skip to content

Instantly share code, notes, and snippets.

@aagerblad
Last active August 8, 2019 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aagerblad/2bc9b957e9961ca0e08477bd187c220d to your computer and use it in GitHub Desktop.
Save aagerblad/2bc9b957e9961ca0e08477bd187c220d to your computer and use it in GitHub Desktop.
#header, #keyboardShortcutHelper {
-webkit-transition: opacity .2s;
opacity: 0;
}
#header:hover, #keyboardShortcutHelper:hover {
-webkit-transition: opacity .2s;
opacity: 1;
}
#share_buttons {
display: none;
}
#visible {
background: transparent ;
margin-top: 0;
padding-top: 0;
width: 400px;
}
#workflowy *, .editor textarea {
font-family: "American Typewriter" ;
font-size: 16px;
font-weight: normal;
text-shadow: rgba(255,255,255,.5) 1px 1px;
}
.bullet {
text-indent: 4px;
}
b {
color: #5E81AC;
}
i {
color: #EBCB8B;
}
i>b {
color: #A3BE8C;
}
b>i {
color: #A3BE8C;
}
.contentLink {
background-color: #2E3440;
color: #BF616A;
}
.contentTag {
background-color: #2E3440;
color: #bb80b3;
}
.notes .content {
color: #F78C6C;
}
.page {
background-color: #2E3440;
border: none;
color: #E5E9F0;
}
.project.done b {
color: #3f5067;
}
.project.done i {
color: #736b5b;
}
.project.done i>b {
color: #59665c;
}
.top,.right,.bottom,.left {
display: none;
}
::before {
background-color: #2E3440;
}
body {
background-color: #2E3440;
}
.header {
background-color: #2E3440;
}
DIV.content-img img
{
max-width: 600px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center !important;
}
.content-img
{
margin-bottom: 40px;
margin-top: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment