-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignment2-style.css
92 lines (87 loc) · 1.6 KB
/
assignment2-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
body{
background-color: rgb(251, 251, 255);
width: auto;
padding: 0 10%;
}
.InnerBody{
width: 1000px;
border: 5px solid rgb(95, 95, 138);
border-style: outset;
border-left-style: outset;
position: center;
box-shadow: 5px;
background-color: rgb(212, 232, 247);
padding-top: -15px;
height: auto;
}
h1{
padding-top: -10px;
margin-block-start: 0.01em;
background-color: rgb(50, 50, 109);
}
.mainHeader{
/* border: 1px solid rgb(179, 134, 134);*/
background-color: rgb(50, 50, 109);
color:rgb(247, 238, 238);
padding-left: 5px;
}
.pad{
padding-left: 15px;
font-weight: bold;
}
.pad2{
padding-left: 15px;
/* float: left;*/
}
.pad3{
padding-left: 15px;
float: left;
padding-top: 10px;
}
#tblHead{
background-color: rgb(200, 199, 207);
}
#tbl{
padding-left: 10px;
}
#mapId{
width: 500px;
height: 350px;
}
label{
font-weight: bold;
font-size: 18px;
}
#table-div{
align-content: flex-start;
width: 460px;
float: left;
}
.hide2{ /*hides the tbody which contains the rows*/
display: none;
}
.hidePosition{
display: none;
}
.hideHead{
display: none;
text-align: left;
}
.rowClass1{
background-color: rgb(11, 98, 212);
color: rgb(245, 246, 247);
box-shadow: aqua;
}
#cellId{
background-color: brown;
color: blanchedalmond;
}
.viewBtn{
background-color: rgb(200, 199, 207);
width: 70px;
font-style: normal;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#btn-bbox, #btn-myposition, #btn-points{
font-weight: bold;
}