summaryrefslogtreecommitdiff
path: root/data/home.html
blob: b5ca9b67957d8a33fe2f2fe773529e6502f6127d (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!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{
background: url(%1/tile.gif) repeat-x #fff;
margin:0;
padding:0;
font-family: sans-serif;
font-size: 100%;
}

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

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

h1{
color: #3F7AB7;
}

#float {
float: right;
width: 275px;
clear: right;
margin-right: 15px;
}

.block {
background: url(%1/bot.gif) bottom center no-repeat #f3f3f3;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
padding: 5px;
width: 245px;
margin: 0 15px 15px 0px;
font-size: 0.8em;
color: #444;

/*font-weight: bold;
clear: right;*/
}

.block h2 {
background: url(%1/top.png) no-repeat;
color: #333;
line-height: 24px;
padding: 0 7px;
border: 0;
margin: -6px -6px 0 -6px;
font-size: 1em;
}

.block ul {
padding-left: 1.5em;
}

.block ul a {
color: #444;
text-decoration: none;
}

.block ul a:hover {
text-decoration: underline;
}

#left{
margin: 0 290px 0 0;
background-color:#444;
/*width:70%;
margin-right:30%;*/
}

.thumbnail {
background: url(%1/bg.png) no-repeat;
text-align: center;
float:left;
width:228px;
padding: 11px 0px 0px 0px;
margin: 0 15px;
}

.thumbnail a {
display: block;
text-align: center;
width:228px;
padding: 11px 0px 5px 0px;
color: #767676;
font-size: 0.8em;
text-decoration:none;
}

</style>

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

</head>

<body>

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


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

</body>
</html>