-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (81 loc) · 1.41 KB
/
style.css
File metadata and controls
81 lines (81 loc) · 1.41 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
80
81
/*create by EG*/
body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
margin:0px;
padding:0px;
border:0px;
}
body{
width: 100%;
margin-top: 20px;
font-family: Arial, Helvetica, sans-serif;
height:100%;
font-size:11px;
}
.title {
font-size: 20px;
font-weight: 800;
}
.subtitle {
font-size: 20px;
font-weight: 500;
padding: 7px 0 15px 0;
}
/* Form styles */
input,select{
padding:3px;
color:#333333;
border:1px solid #96A6C5;
margin-top:2px;
width:200px;
font-size:11px;
}
input[type=text]:focus {
border:1px solid #E78F47;
}
select{
width:auto;
padding:2px;
}
.formline{
padding:3px;
}
label{
font-size:11px;
color:#333333;
display:block;
text-align:right;
}
table{
width:300px;
border-spacing: 5px 3px;
}
td{
font-size:11px;
}
.input-container{
padding:1px;
}
.myForm {
width: 400px;
margin:20px auto 30px auto;
padding: 15px;
align-content: center;
color: #203360;
background-image: linear-gradient(#fdfdff, #cad4e6);
border: 3px solid #eee;
/*border-image: linear-gradient(to bottom, #cad4e6, #f0eef0) 1 100%;*/
}
.greenButton{
width:auto;
margin:10px 0 0 2px;
padding:3px 4px 3px 4px;
color:white;
background-color:#589d39;
outline:none;
border:1px solid #006600;
font-weight:bold;
}
.greenButton:active{
background-color:#006600;
padding:4px 3px 2px 5px;
}