-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadable.css
More file actions
85 lines (62 loc) · 1.54 KB
/
readable.css
File metadata and controls
85 lines (62 loc) · 1.54 KB
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
div#readable_sidebar{
position: relative;
top: 40px;
left: 40px;
float: left;
}
div#readable_sidebar p a {
color: ;
}
a#hideReadable {
position: fixed;
top: 20px;
left: 20px;
margin-bottom: 15px;
border-top: 1px solid #cccccc;
background: #f7f7f7;
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f7f7f7));
background: -webkit-linear-gradient(top, #e3e3e3, #f7f7f7);
background: -moz-linear-gradient(top, #e3e3e3, #f7f7f7);
background: -ms-linear-gradient(top, #e3e3e3, #f7f7f7);
background: -o-linear-gradient(top, #e3e3e3, #f7f7f7);
padding: 9px 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #787878;
font-size: 14px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
a#hideReadable:hover {
border-top-color: #d1d1d1;
background: #d1d1d1;
color: #8c8c8c;
}
a#hideReadable:active {
border-top-color: #ebebeb;
background: #ebebeb;
}
div#uniqueIDright {
width:100%;
z-index:100000;
position:absolute;
top:0px;
left:0px;
background-color:#fafafa;
text-align:left;
font-family: "Helvetica","Times New Roman","serif";
font-size:14px;
color: #3e3e3e;
}
div#readable_contentReplacement {
width:600px;
margin:0px auto;
position: relative;
left: -100px;
}