-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflickr.dark.css
144 lines (144 loc) · 4.09 KB
/
flickr.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
body {
background-color: #202020;
}
.fluid .fluid-subnav,
.html-feed-page-view .activity-card-attribution,
.sub-photo-view,
.sub-photo-view > .sub-photo-container,
.sub-photo-comments-view .comments-form .comment-form-field textarea,
.camera-table th,
.camera-table tr:nth-child(2n+1),
.stats-allphotos-view .stats-container .section,
.stats-view .stats-container .section,
.feed-page-view .activity-card div.activity-card-content,
.fluid .droparound,
.fluid .droparound .droparrow::after,
.fluid table tr.is-locked:hover::before,
.fluid table tr.show-fave:hover::before,
.fluid table tr:hover,
.fluid table tr:hover::after,
.fluid table tr:hover::before,
.result-card,
.result-card .text-content,
.result-card .button-content,
body.new-footer #main,
body.new-footer #Main,
.preview-overlay-view,
.html-feed-page-view .feed-card-menu-view {
background-color: #333333;
}
.featured-groups .recommended-groups .recommended-group {
background-color: #444444;
}
.fluid .droparound .droparrow::after {
box-shadow: 0 0 0 1px #333333, -1px -1px 4px rgba(0, 0, 0, .2);
}
.fluid .fluid-subnav .link.selected a,
.fluid .fluid-subnav .link:hover a,
.fluid .fluid-subnav .tool.selected a,
.fluid .fluid-subnav .tool:hover a,
.fluid .fluid-subnav .more-link,
.fluid .fluid-subnav a,
.fluid .fluid-subnav .more-link,
.fluid .fluid-subnav a,
.html-feed-page-view .activity-card-attribution .attribution-content .display-name a.username,
.sub-photo-view,
.sub-photo-view > .sub-photo-container,
.sub-photo-comments-view .comments-form .comment-form-field textarea,
.sub-photo-left-view > .attribution-view.photo-attribution > .attribution-info .owner-name,
.sub-photo-title-desc-view > .title-desc-block > .meta-field.photo-title,
h1,
h2,
h3,
th,
.numeric,
.camera-table td,
article.light,
body,
body.light,
div.light,
footer.light,
header.light,
main.light,
p.light,
section.light,
.fluid table tr,
.stats-allphotos-view .stats-container .half-misc .misc-account-stats-bottom-graph .linkbar,
.stats-view .stats-container .half-misc .misc-account-stats-bottom-graph .linkbar,
.feed-page-view .activity-card div.activity-card-content .activity-card-title p,
article.light,
body,
body.light,
div.light,
footer.light,
header.light,
main.light,
p.light,
section.light,
.fluid .droparound .body .content.menu a,
.stats-allphotos-view .stats-container .account-info .account-info-bottom .sparklines .sparkline div span,
.stats-view .stats-container .account-info .account-info-bottom .sparklines .sparkline div span,
body.new-footer #main,
body.new-footer #Main,
#DiscussTopic .Said p,
#DiscussTopic .Said h4,
.html-feed-page-view .feed-card-menu-view {
color: #f0f0f0;
}
.FlickrMailMessage,
.FlickrMailMessage tr,
.FlickrMailMessage th,
.FlickrMailMessage td,
.FlickrMailMessage p,
.FlickrMailMessage h2,
.FlickrMailMessage h3 {
color: #f0f0f0 !important;
}
.sub-photo-view a,
.sub-photo-right-view > .photo-charm-exif-scrappy-view .exif-charm-list > ul > div.exif-column-1 > li.c-charm-item-camera .exif-camera-name > a:hover,
.sub-photo-right-view > .photo-charm-exif-scrappy-view .exif-charm-list > ul > div.exif-column-1 > li.c-charm-item-camera .exif-camera-name > a {
color: #218ecd;
/*#40adec;*/
}
.Highlight {
background-color: #218ecd;
}
.stats-allphotos-view .stats-container .section,
.stats-view .stats-container .section {
box-shadow: 0 0 0 1px #666666;
}
.stats-allphotos-view .stats-container .half-misc .misc-account-stats-bottom-graph .linkbar,
.stats-view .stats-container .half-misc .misc-account-stats-bottom-graph .linkbar {
fill: #444444;
}
.html-feed-page-view .feed-card-actions a.activity-card-action:hover svg {
color: #999999;
}
.camera-table th,
.camera-table tr.top-x,
.camera-table tr {
border-left: 1px solid transparent;
border-bottom: 1px solid #666;
text-shadow: none;
}
a:link {
text-decoration: none;
color: #4a99f9;
}
.fluid table tr {
border-bottom: 1px solid #444444;
}
.fluid table tr:first-child,
.fluid table tr:last-child {
border-color: #444444;
}
.result-card .text-content::after {
background: none;
}
.result-card .button-content {
box-shadow: none;
}
body.new-footer #main,
body.new-footer #Main {
padding: 50px;
}