-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
65 lines (65 loc) · 1.1 KB
/
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
html {
width: 100%;
height: 100%;
}
body {
font-family: "Lucida Grande",Lucida,Verdana,"Helvetica Neue",Helvetica,sans-serif;
background: #fafafa;
color: #4d4d4d;
margin: 0;
padding: 0;
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
font-size: inherit;
font-weight: inherit;
margin: 0;
display: inline !important;
}
h1 { color: #e2672a }
h2 { color: #e2672a }
h3 { color: #38a445 }
h4 { color: #0070ad }
h5 { color: #00b0df }
h6 { color: #00b0df }
h7 { color: #a8aaaa }
h8 { color: #393b3a }
a {
font-style: normal;
background: #0070ad;
color: #fff;
text-decoration: none;
border-radius: 5px;
padding: 5px 9px;
}
img {
max-width: 90%;
max-height: 75%;
}
img.border {
border: 10px solid #fefefe;
-webkit-box-shadow: 0 2px 5px #777;
-moz-box-shadow: 0 2px 5px #777;
box-shadow: 0 2px 5px #777;
}
div {
cursor: pointer;
cursor: hand;
position: absolute;
text-align: center;
display: block;
width: auto;
height: auto;
margin-top: -10px;
}
li {
text-align: left;
line-height: 1.618em;
}