taizooo (owner)

Revisions

gist: 87410 Download_button fork
public
Public Clone URL: git://gist.github.com/87410.git
Embed All Files: show embed
tumblr dashboard ikkyu nyukon style.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
145
146
147
148
149
@namespace url(http://www.w3.org/1999/xhtml);
 
@-moz-document url-prefix("http://www.tumblr.com/dashboard"),
               url-prefix("http://www.tumblr.com/tumblelog"),
               url-prefix("http://www.tumblr.com/show"),
               url-prefix("http://www.tumblr.com/filter"),
               url-prefix("http://www.tumblr.com/tagged"),
               url-prefix("http://www.tumblr.com/liked"),
               url-prefix("http://www.tumblr.com/likes"){
 
/*kakukaku dashboardnize*/
* {
  -moz-border-radius: 0px !important;
}
img#content_tab_left {
  display: none !important;
}
#content_tab {
  padding-left:40px !important;
  padding-right:40px !important;
}
 
/*v5 refine (right column no display)*/
body {
  font-size: 16px !important;
/* font-size: 12px !important; */
  padding:0 20px !important;
}
#left_column {
  width:100% !important;
}
#right_column {
  display: none !important;
}
#container {
  padding: 0 !important;
  margin: auto !important;
  width: 720px !important;
}
#nav {
  font-size: 12px !important;
}
#logo {
  height:34px !important;
  left:5px !important;
  top:24px !important;
  width:147px !important;
}
a.new_post_notice {
  font-size: 12px !important;
  left: 155px !important;
}
#pagination {
  font-size:12px !important;
  padding-right:30px !important;
}
 
/*control display none*/
div#dashboard_controls {
 display:none;
}
 
/*img size change*/
img.image_thumbnail {
  display: none !important;
}
div[id^="highres_photo_"] {
  display: block !important;
  margin-bottom: 5px !important;
}
div[id^="highres_photo_"] img {
  max-height: 500px !important;
  width: auto !important;
}
div[id^="highres_photo_"] div {
  display: none !important;
}
div.caption {
  font-size: 12px !important;
}
div.caption * {
  display: inline !important;
  margin:0 2px 0 0 !important;
  padding: 0 !important;
}
 
/* 1post 1view style */
ol#posts li.new_post,
ol#posts li.new_post + li.post {
  margin-top: 7px !important;
}
li.post + li.post,
li[id^="answer_container"] + li.post,
li.notification + li.post,
hr.autopagerize_page_separator {
  margin-top: 400px !important;
}
 
/*quote style*/
li.quote div.post_content {
  font-size: 0px !important;
}
li.quote div.post_content > * {
  font-size: 12px !important;
}
li.quote div.post_content span.quote {
  font-size: 18px !important;
  font-weight: bold !important;
  /*font-weight: normal !important;*/
  line-height: 1.2 !important;
}
ol#posts li.post .quote_source {
  font-weight: normal !important;
}
 
li.quote div.post_content span.quote:before {
  opacity: 0.6 !important;
  font-family:Georgia,"Times New Roman",Serif !important;
  content: "“" !important;
  font-size: 40px !important;
  vertical-align: 5px;
}
 
/*pre style*/
pre{
  margin-top: 35px !important;
  background-color: #000020 !important;
  color: #00FF00 !important;
  font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace !important;
  font-size:12px !important;
  padding: 5px !important;
  line-height: 1.4 !important;
/* white-space: pre-wrap !important; */
}
 
/*autopagerize page number style*/
p.autopagerize_page_info,
p.autopagerize_page_info a.autopagerize_link {
 color: white !important;
}
 
/*goodbye yellow brick block*/
ol.notes li.note a.block {
  display: none !important;
}
 
}