-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.css
executable file
·138 lines (123 loc) · 3.08 KB
/
default.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
a {
color: black;
text-decoration:underline;
}
.img-1,
.wp-smiley,
.feedflare img,
img[src*='/smilies/'],
img[src*='.feedburner.com/~ff/'],
img[data-src*='/smilies/'],
img[data-src*='.feedburner.com/~ff/'] {
border: 0 !important;
outline: 0 !important;
margin: 0 !important;
padding: 0px !important;
background-color: transparent;
-webkit-border-radius: 0px !important;
-webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 0px !important;
display: inline;
}
img[src*='.feedburner.com/~r/'],
img[data-src*='.feedburner.com/~r/'] {
display: none
}
img[src*='DetailBottom'],
img[data-src*='.feedburner.com/~r/'] {
padding: 0px !important;
background-color: transparent !important;
-webkit-border-radius: 0px !important;
-webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 0px !important;
display: block;
max-width: 105%;
}
img[src*='api/cache/icons/'],
img[data-src*='.feedburner.com/~r/'] {
padding: 0px !important;
background-color: transparent !important;
-webkit-border-radius: 0px !important;
-webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 0px !important;
display: block;
}
body {
margin-left: 17 px;
margin-right: 17 px;
margin-top: 4 px;
}
img, iframe, object {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0 px;
max-width: 97%;
height: auto;
background-color: #fff !important;
padding: 3px !important;
/*-webkit-border-radius: 2px !important;*/
-webkit-border-radius: 1px !important;
-webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 2px !important;
/*border: 1px solid #ddd !important;*/
}
a:first-child:last-child {
text-decoration:underline;
}
code {
background-attachment: scroll;
background-clip: border-box;
background-color: #F9F9F9;
background-image: none;
background-origin: padding-box;
border-bottom-color: lightBlue;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: lightBlue;
border-left-style: solid;
border-left-width: 1px;
border-right-color: lightBlue;
border-right-style: solid;
border-right-width: 1px;
border-top-color: lightBlue;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
clear: none;
color: #777;
display: block;
font-family: monospace;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: auto;
line-height: 14px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: #777;
outline-style: none;
outline-width: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
text-align: left;
vertical-align: baseline;
width: auto;
}
html {
color: #333;
-webkit-text-size-adjust: none !important;
-webkit-nbsp-mode: normal;
font-size: 0.85em;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,sup,var,b,u,i,center,ol,ul,li,caption{
outline:0;
background:transparent;
font-family: "Arial", "Helvetica";
}