chuyeow (owner)

Fork Of

gist: 139305 by bleedinred A lame attempt for a dark H...

Revisions

gist: 139315 Download_button fork
public
Public Clone URL: git://gist.github.com/139315.git
Embed All Files: show embed
FriendFeed_Helvetica_Dark.css #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@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;
}
 
}