Created
March 9, 2015 22:33
-
-
Save s10wen/64bf18ccb3702747a04a to your computer and use it in GitHub Desktop.
ConfConf Monokai Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTML: | |
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'> | |
CSS: | |
/* @alpha : hsl( 78, 92%, 47%); light green */ | |
/* @bravo : hsl(340, 95%, 56%); dark red */ | |
/* @charlie: hsl(187, 71%, 68%); light blue */ | |
/* @delta : hsl(262, 100%, 73%); purple */ | |
/* @echo : hsl( 53, 66%, 71%); yellow */ | |
body { | |
background: #111; | |
color: hsl(187, 71%, 68%); | |
font-family: 'Source Code Pro', 'arial'; | |
} | |
a { | |
color: hsl( 78, 92%, 47%); | |
} | |
#tweets li { | |
padding: 20px; | |
margin: 0 0 10px; | |
list-style: none; | |
background: #333; | |
border-radius: 10px; | |
} | |
.tweet .photo { | |
border: 2px solid hsl(262, 100%, 73%); | |
margin: 5px; | |
border-radius: 3px; | |
} | |
.tweet .emoji { | |
max-width: 24px; | |
max-height: 24px; | |
} | |
#getting-close-with-the-web .up-next { | |
color: hsl(340, 95%, 56%); | |
} | |
#getting-close-with-the-web h2 { | |
color: hsl( 78, 92%, 47%); | |
} | |
#getting-close-with-the-web h3 { | |
color: hsl( 53, 66%, 71%); | |
} | |
#notices { | |
background: #222; | |
} | |
#notices img { | |
max-width: 100%; | |
filter: grayscale(100%); | |
-webkit-filter: grayscale(100%); | |
} | |
.area { | |
border: 1px solid #222; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Re: https://twitter.com/s10wen/status/575062738692632578