Skip to content

Commit 167ecd2

Browse files
committed
upload missing css file
1 parent 53426c5 commit 167ecd2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

mystyle.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
body {
2+
padding-left: 11em;
3+
font-family: Georgia, "Times New Roman",
4+
Times, serif;
5+
color: #003366;
6+
background: #FFFFFF url(images/CUni2_rsize.jpg) no-repeat 99% -55%
7+
}
8+
ul.navbar {
9+
list-style-type: none;
10+
padding: 0;
11+
margin: 0;
12+
position: absolute;
13+
top: 2em;
14+
left: 1em;
15+
width: 9em }
16+
h1 {
17+
font-family: Helvetica, Geneva, Arial,
18+
SunSans-Regular, sans-serif }
19+
ul.navbar li {
20+
background: white;
21+
margin: 0.5em 0;
22+
padding: 0.3em;
23+
border-right: 1em solid black }
24+
ul.navbar a {
25+
text-decoration: none }
26+
a:link {
27+
color: blue }
28+
a:visited {
29+
color: purple }
30+
address {
31+
margin-top: 1em;
32+
padding-top: 1em;
33+
border-top: thin dotted }
34+

0 commit comments

Comments
 (0)