This repository was archived by the owner on Nov 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.php
More file actions
79 lines (77 loc) · 1.69 KB
/
style.php
File metadata and controls
79 lines (77 loc) · 1.69 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
67
68
69
70
71
72
73
74
75
76
77
78
79
<style>
.formdiv {
width: 35%;
display: inline-block;
vertical-align: top;
border: 1px solid #23282d;
padding: 10px 30px;
margin: 15px 5px;
background: #0073aa;
}
h2{color:#CDDC39;}
.formdiv2 h2{
color: #000;}
.formdiv2{
background: transparent;
width: 50%;
padding: 0;
border: none;
margin: 0;
}
.formdiv select{
width:57%;
}
.individual_blocks {
text-align: left;
display: inline-block;
vertical-align: top;
width: 42%;
margin: 12px 10px;
border: 1px dashed #0073aa;
background: #23282d;
padding: 10px 12px;
}
.individual_blocks input{
width:100%;
}
.individual_blocks select{
width:100%;
}
.individual_blocks textarea{
width:100%;
}
.individual_blocks h4 {
font-size: 18px;
font-weight: bold;
text-decoration: underline;
color:#fff;
}
.individual_blocks span.fnames{
}
span.fnames {
display: inline-block;
width: 250px;
font-size: 13px;
color: #fff;
vertical-align: top;
}
input.schsubmit {
background: #CDDC39;
border: none;
width: 100px;
height: 50px;
border-radius: 9px;
cursor: pointer;
}
.config {
background: #23282d;
color: #fff;
padding: 10px 20px;
display: inline-block;
margin-top: 18px;
}
.config span {
width: 201px;
display: inline-block;
}
</style>