-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsales.css
83 lines (71 loc) · 1.08 KB
/
sales.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
*{
font-family: Arial, Verdana, Helvetica;
color: black;
font-size: 12px;
border: 1px gray;
}
h1 {
font-size: 20px;
}
table {
border-style: solid;
}
td {
padding: 10px;
}
tr {
background-color: #f4f5f7;
}
th {
font-weight: bold;
}
#name, #min, #max, #avg {
border-style: solid;
border-color: #cacdd1;
background-color: #e8ebef;
font-weight: bold;
}
/*.input {
font-weight: bold;
}*/
*{
font-family: 'Droid Sans', sans-serif;
}
#navigation {
list-style-type: none;
margin: 0;
padding: 0;
background-color: #333;
float: left;
}
li a {
display: inline-block;
color: white;
text-align: center;
padding: 10px 50px 10px 50px;
text-decoration: none;
}
.logo {
display: block;
horizontal-align: top;
text-align: center;
width: 800px;
font-family: 'Sacramento', cursive;
font-size: 35px;
padding: 10px 80px 10px 80px;
}
.top {
display: inline-block;
horizontal-align: top;
text-align: center;
width: 100%;
}
.footer {
float:left;
position:relative;
text-align: center;
font-size: 10px;
margin:100px 0px 20px 0px;
padding: 10px;
width: 99%;
}