-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevdom.css
102 lines (87 loc) · 1.34 KB
/
devdom.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body{
background:url( ./img/bg.png);
}
.half{
display: block;
float: left;
width: 50%;
}
.one3{
display: block;
float: left;
width: 35%;
}
.two3{
display: block;
float: left;
width: 65%;
}
.reveal .progress {
height: 10px;
}
.reveal .overlight{
background-color: rgba(0, 0, 0, 0.7);
padding: 30px;
}
.reveal ul.overlight{
padding: 30px 110px;
}
.reveal h2.purple{
color:#9a589a;
}
.reveal h2.teal{
color:#4eba99;
}
.two001{
width: 800px;
height: auto;
}
.reveal pre.code{
padding: 30px;
background-color: #000;
}
.jsmark-f{color:#ff9e52;}
.jsmark-m{color:#9a589a;}
.jsmark-par{color:#4eba99;}
.jsmark-q{color:#f0cd84;}
.jsmark-str{color:#f0f3e4;}
.jsmark-closing{color:#f0cd84;}
.reveal .progress span.progress-inner{
text-align: right;
bottom: 30px;
display: block;
width: 100%;
position: relative;
background-color: rgba(0, 0, 0, 0);
font-size: 17px;
}
.reveal section img.clean{
border:none;
background: none;
box-shadow: none;
}
.reveal section img.netscape{
width: 200px;
height: auto;
}
.purple{color:#9a589a;}
.orange{color:#ff9e52;}
.teal{color:#4eba99;}
.form-group {
position: relative;
width: 100%;
margin: 0px auto;
}
.form-group label {
position: absolute;
font-size: 16px;
top:0px;
left:5px;
color: #666;
}
.form-group input {
height: 60px;
width:100%;
padding-left: 5px;
font-size: 28px;
}