forked from waaws/dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
73 lines (70 loc) · 834 Bytes
/
styles.css
File metadata and controls
73 lines (70 loc) · 834 Bytes
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
body{
font-family: 'Helvetica';
font-size: 14px;
}
input{
padding: 10px;
font-size: 16px;
}
.submit{
font-size: 20px;
margin-top: 20px;
padding: 10px 30px;
}
.data{
background-color: #FFEEFF;
padding: 5px;
line-height: 1.8;
}
.grid{
display: flex;
flex-wrap: wrap;
}
.thumbnail{
width: 100px;
height: 100px;
}
.thumbnail-small{
width: 30px;
height: 30px;
}
.framed{
border: solid 3px green;
margin: 10px;
}
.hide{
display: none;
}
.show{
display: inherit;
}
label{
display: block;
padding: 10px 0;
font-weight: 300;
}
fieldset{
padding: 0;
border: 0;
}
h1,h2,h3,h4,h5,h6{
margin: 0;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + *{
margin-top: 20px;
}
section{
padding: 20px;
border: solid 3px #DCF;
margin: 20px;
}
.wapi-form-done,
.wapi-form-fail
{
display: none;
}