-
Notifications
You must be signed in to change notification settings - Fork 0
/
big.css
87 lines (73 loc) · 1.16 KB
/
big.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
body {
font-family: "Lucida Grande", Lucida, Verdana, "Helvetica Neue", Helvetica, sans-serif;
background: #fefefe;
background-size: cover;
color: #7f7f7f;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: none;
}
h1, h2, h3, h4, h5, h6, h7, p {
font-size: inherit;
font-weight: inherit;
margin: 0;
display: inline !important;
}
/* Red */ h1 {
color: #f21c0f;
}
/* Orange */ h2 {
color: #f2790f;
}
/* Green */ h3 {
color: #a2bf39;
}
/* Blue */ h4 {
color: #144673;
}
/* Gruber Blue */ h5 {
color: #4a525a;
}
/* Light Blue */ h6 {
color: #2685bf;
}
/* Light */ h7 {
color: #f2f2f2;
}
/* Dark */ h8 {
color: #0d0d0d;
}
a {
font-style: normal;
background: #2685BF;
color: #fff;
text-decoration: none;
border-radius: 5px;
padding: 5px 9px;
}
img {
max-width: 90%;
max-height: 50%;
}
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;
}