-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
126 lines (92 loc) · 1.74 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
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
125
126
#toph{
font-family: sans-serif;
margin: auto;
padding-left: 5px;
padding-top: 5px;
padding-bottom:5px;
padding-right: 5px;
height: 25px;
width: 125px;
float: left;
}
.navigation{
font-family:verdana;
font-size: 16px;
float: right;
margin-right: 35px;
}
.navigation li{
display: inline;
/* width: initial; */
/* padding-left: 0px; */
/* align-items: center; */
}
.navigation a{
font-weight: bold;
/* display: inline-block; */
text-decoration: none;
/* padding-right: 80px; */
text-align: center;
margin-left: 68px;
width: 33px;
padding-left: 0px;
}
a:hover {
background-color: #0f0f8f;
border-radius: 5px;
}
.dropbtn:hover, .dropbtn:focus {
background-color: #3e8e41;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
position: absolute;
background-color: #f6f6f6;
min-width: 230px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown a:hover {background-color: #ddd}
.show {display:block;}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
font-size: 15px;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
.left{
width: 25%;
height: 100%;
position:absolute;
}
.right{
width: 75%;
margin-left: 25%;
}
.database-list{
list-style: none;
}
.database-list li{
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.database-table-list{
display: none;
}
#database-header{
display: none;
}
#database-table-header{
display: none;
}