-
Notifications
You must be signed in to change notification settings - Fork 0
/
tumblrmill.css
113 lines (101 loc) · 1.71 KB
/
tumblrmill.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
#tumblrmill {
color: #444;
font-size: 12px;
line-height: 12px;
font: 14px/1.4 "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
overflow:hidden;
}
#tumblrmill ul{
list-style: none outside none;
padding: 0;
margin: 20px;
}
#tumblrmill a{
text-decoration: none;
color: #444;
}
#tumblrmill a:hover{
color: #666;
}
.mill-tumblr{
}
.mill-caption{
margin-top:5px;
margin-bottom:10px;
}
.mill-footer{
text-decoration: none;
color: #666;
text-align:center;
font: 22px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
}
.mill-footer:hover{
color:#444;
font-style: italic;
}
.mill-title{
font-size: 22px;
font-weight: bold;
line-height: 1.3;
margin-bottom: 10px;
}
.mill-header {
border-top: 1px solid rgba(100,100,100,.4);
margin-top: 20px;
padding-top: 10px;
padding-bottom: 20px;
}
.mill-header .mill-time{
float:right;
color: #666;
}
.mill-time > i{
font-family:FontAwesome;
font-style:normal;
}
.mill-clear {
clear:both;
}
.mill-quote{
font-size:48px;
}
.mill-quote-hyphen{
}
.mill-chat{
font: 14px/1.4 Courier,monospace;
}
.mill-chat-phrase{
color: #666;
}
.mill-chat-label{
font-weight: bold;
}
.mill-link blockquote{
border-left: 3px solid #EEE;
margin-left: 0;
padding-left: 10px;
}
/* Mobile view. Compatible with Bandzoogle. */
BODY.mobile-view .mill-quote{
font-size:20px;
}
BODY.mobile-view .mill-footer{
font-size: 12px;
}
BODY.mobile-view .mill-title{
font-size: 12px;
}
BODY.mobile-view #tumblr url{
margin: 2px;
}
BODY.mobile-view .mill-chat{
font-size: 11px;
}
BODY.mobile-view .mill-time{
display:none;
}
BODY.mobile-view .mill-header{
margin-top: 10px;
padding-top: 5px;
padding-bottom: 10px;
}