Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/ytdemo/style.css
574 views
1
body{
2
margin-left: 20px;
3
margin-right: 20px;
4
min-width: 475px;
5
max-width: 750px;
6
cursor: default;
7
}
8
h2{
9
font-size: 32px;
10
vertical-align: top;
11
margin: 10px 0;
12
13
}
14
img{
15
height: 42px;
16
padding-right: 10px;
17
padding-top: 10px;
18
vertical-align: text-bottom;
19
}
20
21
#ad{
22
background: #eee;
23
padding: 10px 10px 2px;
24
line-height: 0;
25
position: relative;
26
}
27
#ad img{
28
padding: 0;
29
}
30
31
#adm{
32
position: absolute;
33
top: 0px;
34
right: 5px;
35
}
36
37
#ad2{
38
position: absolute;
39
top: 0px;
40
right: 30px;
41
line-height: 1.15;
42
font-size: 12px;
43
}
44
45
#ad2 span{
46
font-size: 11px;
47
color: #888;
48
}
49
50
.btn{
51
text-transform: none;
52
width: calc(50% - 2px);
53
margin: 2px 0;
54
height: 50px;
55
float: left;
56
}
57
58
.btn:nth-child(even) {
59
margin-left: 4px;
60
}
61
62
#res{
63
margin-top: 10px;
64
display: inline-block;
65
background: #f6f8ff;
66
padding: 5px;
67
font-size: 16px;
68
}
69
#res span{
70
margin-left: 10px;
71
}
72
#res .preloader-wrapper{
73
vertical-align: middle;
74
}
75
76
#cpr{
77
user-select: none;
78
transition: all 0.2s;
79
opacity: 0.3;
80
color:#888;
81
font-size: 12px;
82
}
83
#cpr:hover{
84
opacity: 1 !important;
85
}
86
87