taizooo (owner)

Revisions

gist: 87412 Download_button fork
public
Public Clone URL: git://gist.github.com/87412.git
Embed All Files: show embed
tumblr dashboard My Posts’ Background.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
@namespace url(http://www.w3.org/1999/xhtml);
 
@-moz-document domain("www.tumblr.com") {
 
li.is_mine {
background: transparent !important;
border-top: 1px solid #bbbbbb !important;
border-right: 1px solid #bbbbbb !important;
border-left: 1px solid #bbbbbb !important;
}
 
/*li.is_mine>*{*/
li.is_mine{
color: #ecf5fb !important;
}
 
li.is_mine a,
li.is_mine div.post_title a,
li.is_mine p a,
li.is_mine blockquote a,
li.is_mine table a {
color: #a8b0b7 !important;
}
 
/*
li.is_mine code,
li.is_mine pre {
color: #444 !important;
}
*/
 
li.new_post {
background-color: #ffffff !important;
}
 
li.is_mine div[id^="notes_outer_container"] a {
  color: #556677 !important;
}
 
}