-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
58 lines (58 loc) · 951 Bytes
/
styles.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
body {
background: #fff;
color: #888;
font-family: Georgia, Times, serif;
font-style: italic;
font-weight: normal;
font-size: 16px;
text-shadow: 0pt 2px 5px rgba(0,0,0,0.2);
line-height: 1.5;
padding: 0;
margin: 0;
}
a {
color: #666;
background: #fff;
}
a:hover {
color:#333;
background: #fff;
}
a:active,
a:focus{
position:relative;
top:1px;
}
#mobile-wrapper {
position: absolute;
width: 570px;
}
#content{
position: absolute;
top: 32px;
left: 32px;
}
h1 {
display: inline;
font-size: 20px;
font-weight: bold;
color: #008;
background: #fff;
}
h2 {
display: inline;
font-size: 16px;
color: #800;
background: #fff;
}
p {
margin: 6px 0px 12px 0px;
padding: 0px 0px 0px 0px;
}
.rev {
unicode-bidi:bidi-override;
direction: rtl;
}
.clr {
display: none;
}