-
Notifications
You must be signed in to change notification settings - Fork 308
/
demo.css
72 lines (61 loc) · 1.09 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
/* Demo CSS - You do not need this css in your own slider */
body{
font-family: "Open Sans", helvetica, arial;
}
pre{
font-family: "Source Code Pro", monospace;
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: whiteSmoke;
border: 1px solid #CCC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
h2{
font-size: 48px;
}
pre + h2{
margin-top: 80px;
}
#container{
max-width:620px;
margin:0 auto;
padding-bottom:80px;
}
#banner-fade,
#banner-slide{
margin-bottom: 60px;
}
ul.bjqs-controls.v-centered li a{
display:block;
padding:10px;
background:#fff;
color:#000;
text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover{
background:#000;
color:#fff;
}
ol.bjqs-markers li a{
padding:5px 10px;
background:#000;
color:#fff;
margin:5px;
text-decoration: none;
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
background: #999;
}
p.bjqs-caption{
background: rgba(255,255,255,0.5);
}