Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Stylesheets/mapstyle.css
blob: a8fe772f65291cfe67e39b8fa6f39e0ed713bde4 (plain)
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
/* Copyright (C) IBM Corporation 2008 */

body
{
background-color: #f6f6f6;		/* sets the background colour for the page */
color: #000000;				/* sets the default font colour for the page */
}

p,li
{
font-family: arial, 'sans serif'; 	/* sets font */
color: #000000; 			/* sets font color */
}

h1
{
background-color: #0000bb;		/* set the background for the h1 header */
color: #ffffff;				/* sets the font colour for the h1 header */
text-align: center; 			/* aligns text in the centre of the page */
}

h2,h3,h4
{
color: #0000dd;				/* sets the font colour for the header elements */
}

img
{
border-style: none;			/* removes the boarder around linked images */
}

a:link
{
color: #990000; 			/* sets the font colour for a:link */
}

a:visited, a:active
{
color: #ff5555; 			/* sets the font colour for these elements */
}

a:hover
{
color: #ff0000;				/* sets the font colour for a:hover */
}