-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspace.css
124 lines (100 loc) · 2.32 KB
/
space.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
* {
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
background: #8030c0;
background-image: url('https://s3.amazonaws.com/gs-geo-images/be8bd5c0-5947-4264-9195-39b6f23e6263_l.gif');
padding-bottom: 2em;
}
p {
font: 1.1em/1.4 Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 1em;
}
#wrapper {
width: 70%;
margin: 0 auto;
margin-top: 20px;
background: #fafbff;
border-bottom-right-radius: 7em;
border-bottom-left-radius: 7em;
}
#profimage {
width: auto;
text-align: center;
border-bottom-right-radius: 5em;
border-bottom-left-radius: 5em;
}
#content {
font: 1.3em/1.4 Georgia, Arial, Helvetica, sans-serif;
padding: 15px 15px 15px;
border-right: 3px solid #898989;
border-bottom: 3px solid #898989;
border-left: 3px solid #898989;
border-bottom-right-radius: 5em;
border-bottom-left-radius: 5em;
}
#navContainer {
font: 1.1em Arial, Helvetica, sans-serif;
text-align: center;
padding: 2% 0 0;
border-bottom: 3px solid #909090;
background: #8030c0;
background-image: url('https://s3.amazonaws.com/gs-geo-images/be8bd5c0-5947-4264-9195-39b6f23e6263_l.gif');
}
#navigation ul {
padding: 0 0 5px;
}
#navigation li {
display: inline;
}
#navigation a:link, #navigation a:visited {
text-transform: uppercase;
text-decoration: none;
color: #000000;
background: #eeeeff;
border: 3px solid #898989;
padding: 5px 1%;
position: relative;
margin-left: 2%;
margin-right: 2%;
}
#navigation a:visited {
color: #222222;
}
#navigation a:hover {
text-decoration: underline;
background: #ffeeee;
}
#person {
text-align: center;
color: #330044;
}
#contact {
margin-left: 10px;
}
#announce {
text-align: center;
}
#announce h3 {
font-size: 200%;
}
#announce ul {
width: 30%;
margin-left: auto;
margin-right: auto;
}
#homePage #homePageLink a:link, #homePage #homePageLink a:visited, #Class1Page #Class1PageLink a:link, #Class1Page #Class1PageLink a:visited, #Class2Page #Class2PageLink a:link, #Class2Page #Class2PageLink a:visited {
background: #fafbff;
border-bottom-color: #fafbff;
}
#homePage {
background-image: url('https://s3.amazonaws.com/gs-geo-images/be8bd5c0-5947-4264-9195-39b6f23e6263_l.gif');
}
li {
margin-left: 20px;
}