-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathStyleSheet.css
46 lines (44 loc) · 888 Bytes
/
StyleSheet.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
body {font-family: 'Open Sans', Arial, sans-serif; font-weight: 400
}
.container{
margin: 0 auto;
padding-top: 0px;
background-color: #66FF99;
}
.headerClass{
border: 1px solid #00FF00;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #66FFCC;
}
h1{
font-family: 'Oswald', sans-serif;
font-weight: 400;
text-align: center;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
.form-inline{
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
}