-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbookTableStyle.css
More file actions
48 lines (40 loc) · 1 KB
/
Copy pathbookTableStyle.css
File metadata and controls
48 lines (40 loc) · 1 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
h1{
text-align: center;
}
#result {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
text-align:center;
border: 2px solid #083b64;
}
#result td, #result th {
border: 1px solid #ddd;
padding: 8px;
}
#result tr:nth-child(even){background-color: #f2f2f2;}
#result tr:nth-child(odd){background-color: white;}
#result tr:hover {background-color: #ddd;}
#result th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
background-color: D3EEFF;
color: black;
}
#about{width:250px;height:50px;background:cyan;}
#pagebox{background:yellow;display:none;}
.showup{background:blue; display: inline-block; display:none;
position: absolute;
z-index: 10;}
.click{cursor:pointer;}
button.testbtn{
background-color:blue; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}