-
Notifications
You must be signed in to change notification settings - Fork 5
/
main_style.css
54 lines (45 loc) · 971 Bytes
/
main_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
html {
background-color: #eeeeee;
}
body {
font-family: Georgia, Helvetica, Arial, Verdana, san-serif, Times;
color: #000;
background-color: #ffffff;
text-align:left; /* for IE */
margin-top: 30px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 30px;
max-width: 960px;
}
table{ background-color: #ffffff; }
a, a:link, a:visited {
color: #1f82a9;
background:transparent text-decoration: underline;
cursor:pointer; background-color:underline
}
a:hover {
color: #006699;
background:inherit;
text-decoration: underline;
}
img { border: 0; }
h1,h2,h3,h4 { font-family: Georgia,Helvetica,Arial,Verdana, san-serif, Times; }
p { font-size:15;}
#navbar{
font-size:20;
}
#navbar a{
text-decoration: none;
padding-right: 50px;
}
#NewsOL{
color: #FF0000;
}
#ProjectsList{
font-size:20;
}