-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (54 loc) · 871 Bytes
/
style.css
File metadata and controls
88 lines (54 loc) · 871 Bytes
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
body {
font-family: "Noto Sans", sans-serif;
font-size: 30px;
background: #CCC url("bg.jpg") fixed;
background-size: cover;
color: #333;
/* background: #E0E0E0 url("/web/20130823021207im_/http://flipsmack.com/social/mpf.jpg") fixed center top; */
}
.outer
{
background: #FFF;
margin-right:auto; margin-left:auto;
margin-top: 14%;
}
.main {
padding: 24px 12px;
}
.pic {
padding: 0 4px 0 1em;
}
img {
vertical-align: middle;
}
table {
font-size: 30px !important;
}
.ch {
position: absolute;
bottom: 2em;
right: 2em;
z-index: -1;
}
.outer
{
background: #FFF;
padding:8px;
margin-right:auto; margin-left:auto;
border-radius: 4px;
box-shadow: 2px 4px 6px #333;
a:link, a:active, a:visited {
color: #36c;
text-decoration: none;
outline:none;
}
.main {
padding: 12px 8px;
}
/*
a:visited {
color: #999;
} */
a:hover {
color: #409fff;
}