-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathstyle.css
79 lines (66 loc) · 1.15 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 14px;
text-align: center;
}
h3 {
display: block;
border-bottom: 1px solid #dedede;
padding-bottom: 15px;
padding-left: 15px;
margin-bottom: 0;
font-weight: bold;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
a {
color: #0000BB;
}
code {
font-size: 14px;
}
table {
border: 1px solid #666;
margin: 0 auto 50px;
text-align: left;
}
table th,
table td {
vertical-align: middle;
}
table thead th {
padding: 25px;
font-weight: normal;
border-bottom: 1px solid #dedede;
position: relative;
}
table thead th b {
display: inline-block;
border: 1px solid #000;
padding: 0 4px;
background: #F0F0F0;
}
table td {
padding: 25px;
position: relative;
border-bottom: 1px solid #dedede;
}
.image-container {
background: #ABCDEF;
padding: 10px;
width: 200px;
height: 200px;
text-align: center;
}
small {
position: absolute;
bottom: 15px;
right: 25px;
}
tr:last-child td {
border-bottom: none;
}