summaryrefslogtreecommitdiff
path: root/test/navigation/w3c/socket-based-poc/style-sheets/stylesheet.css
blob: 40f27b1a4a5dfdcb8f2cb82f680b258b5195b9fa (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
47
48
body {
    width: 800px;
    height: 480px;
    max-width: 800px;
    max-height: 480px;
    margin: 0;
    padding: 0;
    background-color: lightblue;
}
header {
    color:white;
    text-align:center;
    padding:5px;
}
nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px;
}
section {
    width:350px;
    float:left;
    padding:10px;
}
footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}
h1 {
    color: navy;
    margin-left: 20px;
}

p {
	font-family: verdana;
	color: grey; 
}

localeListButtons {
	color: yellow; 
}