Created
January 25, 2011 04:17
-
-
Save littlefolk/794500 to your computer and use it in GitHub Desktop.
user styles
This file contains 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
/* via. [twilight : A clone of Textmates twilight scheme](http://www.vim.org/scripts/script.php?script_id=1677) */ | |
tabpanels { | |
background-color: #1a1a1a !important; | |
} | |
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(ftp://), url-prefix(file://) { | |
*:not(:empty) { | |
color: #fffedc !important; | |
border-color: #303030 !important; | |
background-color: #1a1a1a !important; | |
} | |
html, | |
body { | |
color: #fffedc !important; | |
border-color: #303030 !important; | |
background-color: #1a1a1a !important; | |
} | |
html *:not(a):not(img), | |
body *:not(a):not(img) { | |
background-image: none !important; | |
} | |
a:link { | |
color: #64686c !important; | |
} | |
a:visited { | |
color: #98a1a3 !important; | |
font-weight: bold !important; | |
} | |
a:hover { | |
color: #e6e8ea !important; | |
} | |
a:active { | |
color: #d08356 !important; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
color: #8a9597 !important; | |
padding: 1% 0.5% !important; | |
background-color: #34383c !important; | |
} | |
h1 *, | |
h2 *, | |
h3 *, | |
h4 *, | |
h5 *, | |
h6 * { | |
background-color: transparent !important; | |
} | |
h1 a, | |
h2 a, | |
h3 a, | |
h4 a, | |
h5 a, | |
h6 a { | |
text-decoration: underline !important; | |
} | |
em { | |
color: #c2c98f !important; | |
} | |
strong { | |
color: #d08356 !important; | |
} | |
select, | |
textarea, | |
input[name=q], | |
input[type=text], | |
input[type=password], | |
input[type=file] { | |
color: #a09998 !important; | |
background-color: #202020 !important; | |
} | |
button, | |
input[type=button], | |
input[type=submit], | |
input[type=reset] { | |
color: #a09998 !important; | |
background-color: #202020 !important; | |
} | |
/* [lightbox](http://ja.wikipedia.org/wiki/Lightbox) */ | |
img { | |
/* & + div#hoverNav, | |
* & + div#hoverNav a | |
* background-color: transparent !important */ | |
} | |
img + div, img + div a { | |
background-color: transparent !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment