Skip to content

Instantly share code, notes, and snippets.

@arielsonic
Created April 7, 2012 22:55
Show Gist options
  • Save arielsonic/2332696 to your computer and use it in GitHub Desktop.
Save arielsonic/2332696 to your computer and use it in GitHub Desktop.
Style for Workflowy
/**
Title: WorkFlowy Zen
URL: http://stylebot.me/styles/980
Author: http://stylebot.me/users/rmanalan
**/
body {
background: url(https://lh4.googleusercontent.com/-d1VZKySRNVk/T3-N4kUSD8I/AAAAAAAABGA/MRkMSUxyrx0/s55/greysubtext.png);
}
#workflowy *, .editor textarea {
font-size: 20px;
line-height: 1.7em;
font-family: "American Typewriter" ;
font-weight: normal;
text-shadow: rgba(255,255,255,.5) 1px 1px;
}
.top,.right,.bottom,.left {
display: none;
}
#share_buttons {
display: none;
}
#header, #keyboardShortcutHelper {
opacity: 0;
-webkit-transition: opacity .2s;
}
#header:hover, #keyboardShortcutHelper:hover {
opacity: 1;
-webkit-transition: opacity .2s;
}
.bullet {
text-indent: 4px;
}
#visible {
width: 800px;
background: transparent ;
margin-top: 0;
padding-top: 0;
}
div.project.open.selected {
width: 800px;
margin-left: -100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment