-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
113 lines (100 loc) · 1.72 KB
/
styles.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
103
104
105
106
107
108
109
110
111
112
113
#formamain{
width: 600px;
height: 202px;
background: #f5f5f5;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*
-webkit-box-align: center;
-ms-flex-align: center;
*/
align-items: center;
/*
-webkit-box-pack: center;
-ms-flex-pack: center;
*/
}
#formalabels{
width: 80%;
height: 95%;
display: inline-block;
border-style: double;
border-width: 5px;
border-color: green;
float: left;
top: auto;
bottom: auto;
position: relative;
}
#formabuttons{
display: inline-block;
width: 18%;
border-color: green;
top: auto;
bottom: auto;
position: relative;
margin-left: 2px
}
#formacreateobject {
background-color: #44c767;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
border: 1px solid #18ab29;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 17px;
font-weight: bold;
padding: 10px 15px;
text-decoration: none;
text-shadow: 0px 1px 0px #2f6627;
}
#formacreateobject:hover {
background-color:#5cbf2a;
}
#formacreateobject:active {
position:relative;
top:1px;
}
#formawords{
width: 80%;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5px
}
#formabooleans{
width: 95%;
display: block;
margin-left: auto;
margin-right: auto;
}
#formabooleans>button{
background: tomato;
border: none;
height: 30px;
margin: 2px;
}
#formaattributesheading, #formavattributesheading{
text-align: center;
text-decoration: underline;
margin: 4px;
color: fuchsia;
text-transform: initial
}
#formaattributes, #formavattributes{
display: block;
width: 99%;
margin-left: auto;
margin-right: auto
}
.formaattrbtns{
border: none;
height: 20px;
color: black
}