-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (92 loc) · 1.85 KB
/
Copy pathstyle.css
File metadata and controls
124 lines (92 loc) · 1.85 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
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
114
115
116
117
118
119
120
121
122
123
124
body{
margin: 0;
padding: 0;
background-color: rgb(190, 212, 191);
height: fit-content;
}
.container{
width: 90%;
height: fit-content;
background-color: rgb(190, 212, 191)e;
margin-left: auto;
margin-right: auto;
position: relative;
}
.hy{
width: 100%;
height: fit-content;
margin-top: 00px;
text-align: center;
font-size: x-large;
}
span{
font-size: 80%;
}
table{
width: 80%;
background-color:rgb(173, 218, 218);
margin-left: auto;
margin-right: auto;
margin-top: 00px;
}
td{
background-color: rgb(173, 218, 218);
width: 200px;
height: 40px;
vertical-align: top;
position: relative;
border: 10px solid transparent;
padding: 0px;
padding-bottom: 2px;
}
th{
color: rgb(117, 61, 170);
}
input{
width: 99%;
height: 40px;
border-radius: 10px;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
background-color: rgb(204, 223, 223);
border:1px solid rgb(97, 151, 151);
}
select{
width: 99%;
height: 40px;
border-radius: 10px;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
background-color: rgb(204, 223, 223);
border:1px solid rgb(97, 151, 151);
}
input:hover{
background-color: rgb(183, 211, 211);
border:1px solid rgb(137, 175, 175); ;
}
.inpp{
width: 40%;
}
.inppp{
width: 40%;
}
.inp{
width: 23%;
font-size: 120%;
color: rgb(83, 31, 131);
}
.in{
text-align: center;
font-size: 110%;
color: rgb(83, 31, 131);
}
hr{
width: 100%;
height: 2px;
background-color: black;
}
.ing{
text-align: center;
font-size: 150%;
color: rgb(7, 92, 172);
}