-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutah_concrete_pumping.css
executable file
·94 lines (94 loc) · 1.53 KB
/
utah_concrete_pumping.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
93
94
body {
font-family: Arial, Helvetica, sans-serif;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 800px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
color:#003366;
}
a:hover {
color:red;
}
a:visited {
color:#003366;
}
a {
color:#003366;
}
.nav {
width: 100px;
height: 100%;
padding: 0;
margin: 0;
}
.nav li {
color: #ffffff;
background-color: #336699;
border:1px solid #003366;
padding: 4px;
list-style: none;
margin: 0;
}
.nav a {
color: #ffffff;
text-decoration: none;
}
.nav a:hover {
text-decoration: underline;
}
.bullet li {
list-style-image:url('./resources/utah_concrete_pumping_bullet.png');
}
#body {
width: 780px;
}
.header {
height:80px;
background-image:url('./resources/utah_concrete_pumping_header.gif');
background-repeat:no-repeat;
padding-left:40px;
padding-top:3px
}
.footer {
padding-top:20px;
}
hr {
background-color: #003366;
}
.box {
border:2px solid;
padding: 5px;
}
h1 {
font-size: 18px;
font-weight: bold;
padding-top: 0;
padding-right: 10px;
padding-left: 0;
margin-top: 0;
}
h2 {
font-size: 15px;
font-weight: bold;
padding-top: 0;
padding-right: 10px;
padding-left: 0;
margin-top: 0;
}
.form td, th {
padding: 4px;
}
.form th {
font-weight: normal;
white-space: nowrap;
text-align: right;
padding-right: 5px;
}
.output {
font-weight: bold;
}