-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdemo-style.css
62 lines (62 loc) · 1.05 KB
/
demo-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
body {
position: absolute;
max-width: 1000px;
height: 100%;
left: 0;
right: 0;
margin: auto;
-webkit-font-smoothing: subpixel-antialiased;
}
.coverflow {
left: 0;
right: 0;
margin: auto;
}
#div-A {
background: yellow;
}
.title {
float: left;
font-family: Garamond, "Big Caslon", "Times New Roman", serif;
font-size: 25px;
font-weight: 100;
margin: 0.67em 0;
color: #444;
}
div.title {
float: right;
}
.title small {
font-size: 15px;
color: #EF4040;
vertical-align: super;
}
a {
color: #444;
text-decoration: none;
border-bottom: 1px solid;
}
.clear {
clear: both;
}
.centering {
display: block;
font-size: 13px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
width: 800px;
margin: 1em auto;
}
code {
font-family: Consolas, monospace;
color: #156ABD;
padding: 1px;
background-color: #F2F2F2;
vertical-align: bottom;
overflow: scroll;
}
pre {
margin: 0;
}
.demo {
margin: 3em 0;
}