-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
66 lines (59 loc) · 1.16 KB
/
default.css
File metadata and controls
66 lines (59 loc) · 1.16 KB
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
.defaultheader {
background-color: #332730;
border: 3px solid #BFC7BB;
color: #BFC7BB;
margin-top: 10px;
height: 150px;
}
.defaultmainbody {
background-color: #57324F;
color: #CFF9FF;
font-family: 'Andika', sans-serif;
margin:auto 100px;
max-width: 100%;
}
.defaultunorderedlist {
list-style-image: url(images/doughnut_burned.png);
}
.defaultfieldset {
border: 3px solid #BFC7BB;
padding: 20px;
margin: 0px 20px 20px 0px;
text-align: left;
display: inline-block;
color: #BFC7BB;
background-color: #332730;
}
.defaultlegend {
font-weight: bold;
background-color: #787051;
color: white;
border: 3px solid #BFC7BB;
border-radius: 10px;
padding: 10px 20px;
text-align: left;
font-size: 1em;
}
.defaulttable {
background-color: #332730;
color: #BFC7BB;
border: 2px solid #BFC7BB;
margin: auto;
width: 800px;
}
.defaultinput {
background-color: #BFC7BB;
color: #332730;
border: 1px solid #332730;
border-radius: 10px;
padding: 5px 5px 5px 5px;
margin-bottom: 5px;
font-family: sans-serif;
letter-spacing: .1em;
}
.defaultbutton {
background-color: #787051;
color: white;
border: 1px solid #BFC7BB;
border-radius: 10px;
}