summaryrefslogtreecommitdiff
path: root/data/home.html
blob: 0471e3a6a6d9c32c936894dadd96f433b5440985 (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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
<title>rekonq home page</title>
<style  type="text/css">

html{
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
font-family: sans-serif;
font-size: 100%;
}

#header{
text-align:right;
padding: 10px;
margin:5px;
}

/* ------------------------------------------------------- */

h1{
color: #00f;
}

#float {
float: right;
width: 30%;
clear: right;
}

.block {
background-color: #FFA500;
border: 2px solid #000000;
padding: 0.5em;
margin:15px;
font-weight: bold;
color: white;
clear: right;
}

#left{
width:70%;
margin-right:30%;
}

.thumbnail 
{
text-align: center;
float:left;
width:230px;
margin:15px;
}
</style>

<!-- =================================================================================== -->

</head>

<body>

<div id="header">
<h1>rekonq</h1>
</div>


<div id="float">
<div class="block">%1</div>
<div class="block">%2</div>
</div>
<div id="left">%3</div>

</body>
</html>