forked from Tubolev/ESBacMark.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (51 loc) · 798 Bytes
/
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
#subject{
width: 30px;
}
#step1{
background-color: #D3D3D3;
padding-bottom:1px;
}
#step2{
background-color: #c3c3c3;
}
#step3{
background-color: #b3b3b3;
}
#step4{
background-color: #a3a3a3;
}
#step5{
background-color: #A0A0A0;
font-family: impact;
}
table{
margin: auto;
}
tr, td, th{
border-bottom: 1px solid #ddd;
}
input[type=checkbox]
{
/* Double-sized Checkboxes */
-ms-transform: scale(2); /* IE */
-moz-transform: scale(2); /* FF */
-webkit-transform: scale(1); /* Safari and Chrome */
-o-transform: scale(2); /* Opera */
padding: 10px;
}
.row:hover{
background-color: #234567;
}
.nav{
background-color: #234567;
color: yellow;
width: 20%;
}
.jumbotron{
padding-top: 1px;
padding-bottom:1px;
margin: 0px;
}
.footer{
background-color: #D0D0D0;
}