forked from xooyoozoo/yolo-octo-bugfixes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.css
72 lines (72 loc) · 1.78 KB
/
demo.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
body {
margin: 0 auto 0 auto;
padding-bottom: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #ffffff;
max-width: 876px;
font-size: 13px;
}
a {
color: #3366cc;
text-decoration: underline;
cursor: pointer;
}
img {
border: 0;
}
p {
clear: both;
line-height: 1.25em;
text-align: justify;
}
th {
background-color: #aabbff;
}
img.caption {
margin-left: auto;
margin-right: auto;
margin-top: 3em;
margin-bottom: 2em;
display: block;
}
div.caption {
max-width: 800px;
color: #5f8097;
margin-left: auto;
margin-right: auto;
padding-left: 100px;
padding-right: 100px;
}
.demo {
background-color: #c6c6c6;
margin-left: 0em;
margin-right: 0em;
margin-bottom: 1.5em;
padding: 1em;
padding-bottom: 0em;
}
.demo table {
position: relative;
left: 50%;
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
margin-left: 0;
margin-right: auto;
}
.demo table .title {
text-align: center;
}
.demo table .center-head {
font-weight: bold;
font-family: "Courier New", Courier, monospace;
font-size: 1.5em;
text-align: center;
width: 8em;
}
.demo .caption {
margin: 1.5em 1em .2em 1em;
padding-bottom: 2em;
color: #3f5087;
}