-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
99 lines (63 loc) · 1.37 KB
/
style.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
/* This template was created by Mantis-a [http://www.mantisa.cz/]. For more templates visit Free website templates [http://www.mantisatemplates.com/]. */
/* CSS Document */
/* General */
a:link, a:visited {
color: #004F8B;
text-decoration: underline;
font-weight: bolder;
}
a:hover {
text-decoration: none;
}
/* Wrapper */
#wrapper {
width: 850px;
margin: 60px auto 0 auto;
padding-bottom: 90px;
text-align: left;
}
/* Headings, paragraphs */
.title {height:20%;
background-color: #FF0000;
letter-spacing: 1px;
width: 100%;
}
h1 {
font: normal 2.4em Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
padding-top: 25px;
margin-left: 20px;
}
h2 {
font: normal 1.5em Georgia, "Times New Roman", Times, serif;
color: #004F8B;
letter-spacing: 1px;
background: url('.img/h2-bg.gif') no-repeat 0 53%;
padding-left: 25px;
margin-bottom: 7px;
}*/
/* Menu */
ul.menu {
list-style-type: none;
}
ul.menu li {
padding: 30px 0;
}
ul.menu li a, ul.menu li a:visited {
color: #FFFF00;
font-weight: normal;
font-size:20pt;
text-decoration: none;
}
ul.menu li a:hover, ul.menu li a.active {
background-color: #FF0000;
}
ul.menu li.last {
background: none;
}
.column-left {background-color: #0000FF;
float: left;
width: 200px;
height:450px;
text-align: center;
margin:0 0 0 0px;