-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.css
More file actions
111 lines (110 loc) · 1.99 KB
/
Copy pathadmin.css
File metadata and controls
111 lines (110 loc) · 1.99 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
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body{
/*background: #f2f2f2;*/
background-image: url(http://note.moneylover.me/content/images/2016/01/crying.gif);
background-size: 112%;
font-family: 'Open Sans', sans-serif;
}
.options{
position: absolute;
top: 1%;
left: 23.5%;
}
.optsbtn{
width: 12% 5px;
margin: 15px;
height: 12%;
border: 1px solid black;
background: #00B4CC;
text-align: center;
color: #fff;
border-radius: 2px 2px 2px 2px;
cursor: pointer;
font-size: 20px;
float: left;
}
.search {
width: 100%;
position: relative;
display: flex;
top: 0;
left: 0;
z-index: 198;
}
.wrap{
width: 50%;
position: relative;
top: 30%;
left: 49%;
transform: translate(-50%, -50%);
}
.searchTerm:focus{
color: #00B4CC;
}
.searchTerm {
width: 100%;
border: 3px solid #00B4CC;
border-right: none;
padding: 5px;
height: 20px;
border-radius: 5px 0 0 5px;
outline: none;
color: #9DBFAF;
}
.searchButton {
width: 100px;
height: 36px;
border: 1px solid #00B4CC;
background: #00B4CC;
text-align: center;
color: #fff;
border-radius: 0 5px 5px 0;
cursor: pointer;
font-size: 15px;
}
.footer{
color: #00B4CC;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
font-size: 24px;
text-align: center;
}
#maincontent{
margin: 10px;
margin-left: 5px;
position: absolute;
height: 90%;
width: 80%;
left: 10.25%;
top: 10%;
}
table{
width: 100%;
border: 1px solid #00B4CC;
border-collapse: collapse;
color: #00B4CC;
background: #fff;
}
th, td{
border: 1px solid #00B4CC;
height: 30px;
color: #00B4CC;
background: #fff;
}
#update{
width: 12% 5px;
margin-bottom: 5px;
margin-top: 5px;
margin-left: 0px;
height: 16px;
border: 1px solid black;
background: #00B4CC;
text-align: center;
color: #fff;
border-radius: 2px 2px 2px 2px;
cursor: pointer;
font-size: 12px;
float: left;
}