-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (88 loc) · 1.73 KB
/
style.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
body{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.table1{
background-color: rgb(189, 218, 255);
margin-left: auto;
margin-right: auto;
height: 300px;
}
input{
display: block;
width: 1000px;
border-radius: 3px;
border-width: 0.2px;
border-style:none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
margin-left: auto;
margin-right: auto;
}
label{
padding-left: 5px;
margin-left: auto;
margin-right: auto;
}
.searchBar{
width: 800px;
border-style: solid;
border-color: #ddd;
margin-top: -5px;
}
.descBar{
padding-bottom: 50px;
box-sizing: border-box;
}
.submitButton{
margin-top: 5px;
margin-bottom: 5px;
border-style: none;
background-color: rgb(34, 103, 194);
color: white;
}
.table2{
margin-top: 8px;
margin-left: auto;
margin-right: auto;
width: 1015px;
font-size: 12px;
}
/* .table2 tbody:hover{
background-color: rgb(70, 70, 70);
color: white;
} */
.table2UnderLine{
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
padding-top: 5px;
width: 200px;
}
.table2UnderLineValue{
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
padding-top: 5px;
width: 200px;
}
.UpdateButton{
background-color: white;
border-color: rgb(134, 134, 255);
color: blue;
border-radius: 2px;
border-style: solid;
border-width: 0.5px;
text-align: center;
}
.deleteButton{
background-color: white;
border-color: red;
color: red;
border-radius: 2px;
border-style: solid;
border-width: 0.5px;
text-align: center;
}
.del-Up{
border-bottom: 1px solid #ddd;
text-align: center;
}