-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleSPI.css
69 lines (67 loc) · 1.18 KB
/
styleSPI.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
.Calculate-SPI {
background-color: rgb(93, 166, 226);
color: aliceblue;
border: none;
padding: 10px;
border-radius: 10px;
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
}
table , th ,td{
position: relative;
margin-left: auto;
margin-right: auto;
border: 1px solid black;
align-content: center;
}
table{
margin-top: 5px;
}
.sub{
text-align: left;
}
td{
text-align: center;
}
tr{
transition: background-color 0.2s;
}
tr:hover {background-color: #e1eed6;}
.main{
background-color: #c4e6cb;
}
#s1,#s2,#s3,#s4,#s5,#s6,#s7,#s8{
border-color: rgb(0, 0, 0);
color:rgb(255, 255, 255);
border-radius: 16px;
padding-left: 25px;
padding-right: 25px;
padding-top: 8px;
padding-bottom: 8px;
background-color: rgb(59, 82, 173);
cursor: pointer;
}
.navinfo{
background-color: #052056;
font-size: xx-large;
text-align: center;
padding-bottom: 1px;
}
.navhr{
color: #E6DDC4;
}
.navt{
padding-top: 20px;
vertical-align: middle;
color: #E6DDC4;
}
.navsub{
font-size:large;
vertical-align: middle;
color: #E6DDC4;
}