-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainstyle.css
More file actions
104 lines (86 loc) · 1.61 KB
/
Copy pathmainstyle.css
File metadata and controls
104 lines (86 loc) · 1.61 KB
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
95
96
97
98
99
100
101
102
103
104
header, table, div{
background-color:darkgreen;
}
html{
background-color:rgb(33, 143, 33);
color:rgb(235, 235, 238);
}
header {
background-color:darkgreen;
color:rgb(235, 235, 238);
padding:0.0625em;
padding-left:2.5em;
padding-right:0.625em;
background-image:url(Pictures/websitetitle.png.png);
background-size:800px 100px;
background-repeat: no-repeat;
}
header h1 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
h1{
font-size:2.8125em;
padding-left:90px;
text-shadow: 2px 2px #000000;
}
nav {
background-color:darkgreen;
padding-top:10px;
padding-left:1em;
padding-bottom:0.875em;
}
nav a{
display:inline;
color:white;
background-color:grey;
border:0.1875em groove rgb(93, 93, 104);
margin:-0.1875em;
padding:0.5em;
font-size:1.5625em;
font-family:"supreme";
text-decoration: none;
}
nav a:hover{
text-shadow: 2px 2px #000000;
text-decoration: underline;
}
@font-face {
font-family:"supreme";
src:url("supremefont.ttf");
}
body {
font-family:"supreme";
background-color:darkgreen;
}
main {
padding-left:1.0em;
background-color:darkgreen;
}
main a img{
margin:1.25em;
}
thead{
font-size:1.875em;
}
h2 {
font-size:1.875em;
}
h4 {
font-size:1.35em;
}
label {
padding-bottom:1em;
}
#contactform {
padding:1em;
float:left;
width:30%;
background-color;
}
#othercontactinfo {
padding-left:1em;
float:right;
width:70%;
}