Created
July 2, 2009 07:15
-
-
Save chuyeow/139315 to your computer and use it in GitHub Desktop.
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("friendfeed.com") { | |
body,input.l_toinput { | |
background-color: #202420!important; | |
color: #fff!important; | |
} | |
div.comments { | |
color: #eaeaea!important; | |
} | |
a { | |
color: #abc !important | |
} | |
td.logo { | |
background-image: url(http://www.constantdrafting.com/img/logo_dark.png)!important; | |
} | |
div.dialogdiv, ul.l_tolist, div.l_profile { | |
color: #000!important | |
} | |
.active input.l_toinput { | |
background-color: #fff!important; | |
color: #000!important | |
} | |
.subscribebar { | |
background-image: none!important; | |
background-color: #202420!important; | |
color: #FFFFFF!important; | |
} | |
div.box-bar-text { | |
color: #fff!important | |
} | |
div.ac_results { | |
color: #000!important | |
} | |
span.searchbold { | |
color: yellow!important | |
} | |
.l_togglehide { | |
background-image: url(http://www.constantdrafting.com/img/arrow-collapsed_dark.png)!important; | |
} | |
div#sidebar .title a { | |
color: #66ccff!important | |
} | |
a.l_deliveryoptions { | |
background: transparent url(http://friendfeed.com/static/images/white-arrow.png?v=198e) no-repeat scroll right center!important | |
} | |
div.l_realtimepause { | |
background: transparent url(http://friendfeed.com/static/images/nano-pause.png?v=afc6) no-repeat scroll right bottom!important | |
} | |
ul.l_tolist { | |
border-color: #555!important; | |
} | |
.sharebox, .entry, .pager.top { | |
border-color: #555!important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment