summaryrefslogtreecommitdiff
path: root/data/home.html
blob: 8b5cf296bf147920cc254b506a06ed82de9b8abc (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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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>%1 - rekonq</title>

<style type="text/css">

/* ------------------------------------------------------- */
/* generic styles */

html, body, div, h1, h2, h3, h4, a, p{
margin:0;
padding:0;
border:0;
}

body{
background: url(%2/tile.gif) repeat-x #fff;
font-family: sans-serif;
font-size: 90%;
text-align: center;
}

h1{
font: normal bold 2em sans-serif;
text-align:right;
color: #3F7AB7;
margin-right:3%;
margin-top: 0.5%;
float:right;
}

h2{
font: normal bold 1.2em sans-serif;
color: #3F7AB7;
margin-top: 2em;
}

h3{
background: url(%2/category.png) no-repeat;
padding: 0.2em;
margin-top: 1em;
margin-bottom: 0.5em;
padding-left: 0.4em;
}

h4{
font-size: 1em;
margin-top: 0.5em;
}

a{
color: #3F7AB7;
text-decoration: none;
}
a:hover{
color: black;
}

/* ------------------------------------------------------- */
/* page sections */

#container {
width: 100%;
}

#navigation {
margin-top: 1%;
margin-bottom: 4%;
text-align: center;
}

#content {
text-align: left;
margin: 2%;
}

/* -------------------------------------------------------- */
/* div navigations styles */

.link{
display: inline-block;
padding: 0 2%;
}

.link img{
float:left;
}

.link a{
color: black;
text-decoration:none;
font: normal bold 1.2em/2.5em sans-serif;
vertical-align: middle;
}

#navigation .link:not(.current):not(.link:hover){
-webkit-opacity: 0.3;
}


/* -------------------------------------------------------- */
/* Thumbnail class */

.thumbnail {
text-align: center;
float:left;
width: 25%;
min-width: 235px;
margin-bottom: 3%;
}

.thumbnail object{
background: url(%2/bg.png) no-repeat;
text-align: center;
padding: 14px 16px;
-webkit-background-size: 100% 100%;
-webkit-background-clip: padding;
cursor: pointer;
}
.thumbnail a {
display: block;
text-align: center;
color: #767676;
font-size: 0.8em;
text-decoration:none;
}

/* -------------------------------------------------------- */
/* Bookmarks page*/

.bookfolder{
margin-left: 2em;
margin-bottom: 0.5em;
}

/* -------------------------------------------------------- */
</style>
</head>

<body>

<div id="container">
<div id="navigation">
%3
</div>
<div id="content">%4</div>
</div>

</body>
</html>