-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtablecss.css
More file actions
80 lines (67 loc) · 1.58 KB
/
tablecss.css
File metadata and controls
80 lines (67 loc) · 1.58 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
.styled-table {
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 400px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
}
.styled-table thead tr {
background-color: #009879;
color: #ffffff;
text-align: left;
}
.styled-table th,
.styled-table td {
padding: 12px 15px;
}
.styled-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
font-weight: bold;
color: #009879;
}
h1 { color: #111; font-family: 'Helvetica Neue', sans-serif; font-size: 75px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }
input[type=text],input[type=password],input[type=number],input[type=date] {
padding:10px;
border:0;
box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
}
body {
background: linear-gradient(rgb(197 226 12 / 0%),rgb(178 181 174 / 4%)),url(image3.jpg);
background-size: cover;
background-position: center;
}
.login-box {
max-width: 700;
float: none;
margin: 150px auto;
}
.login-left {
background: rgba(201, 197, 192, 0.849);
padding: 30px;
}
.login-right {
background: rgb(134, 139, 133);
padding: 30px;
}
.form-control {
background-color: transparent !important;
}
a {
color: #fff !important;
margin-top: -200px !important;
}
h1 {
color: #fff !important;
margin-top: 200px !important;
text-align: center;
text-transform: uppercase;
}