diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/category.png | bin | 695 -> 334 bytes | |||
-rw-r--r-- | data/home.html | 28 |
2 files changed, 21 insertions, 7 deletions
diff --git a/data/category.png b/data/category.png Binary files differindex 52df230d..796875d4 100644 --- a/data/category.png +++ b/data/category.png diff --git a/data/home.html b/data/home.html index 893f5d76..95e61011 100644 --- a/data/home.html +++ b/data/home.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> -<title>%1 - rekonq</title> +<title>%1</title> <style type="text/css"> @@ -18,7 +18,7 @@ border:0; body{ background: url(%2/tile.gif) repeat-x #fff; font-family: sans-serif; -font-size: 90%; +font-size: 0.8em; text-align: center; } @@ -38,11 +38,12 @@ margin-top: 2em; } h3{ -background: url(%2/category.png) no-repeat; +border-bottom-width: 1px; +-webkit-border-image: url(%2/category.png) 1 1 1 1 stretch stretch; padding: 0.2em; -margin-top: 1em; +margin-top: 0.5em; margin-bottom: 0.5em; -padding-left: 0.4em; +font: normal bold 1em sans-serif; } h4{ @@ -107,14 +108,27 @@ margin-right: 4px; margin-left: 4px; } + +.favorites{ +text-align: center; +} + /* -------------------------------------------------------- */ /* Thumbnail class */ .thumbnail { text-align: center; -float:left; +display: inline-block; +width:25%; margin-bottom: 7%; -cursor: pointer; +min-width:250px; +min-height:192px; +} + +.thumbnail object{ +text-align: center; +width:228px; +height:192px; } /* -------------------------------------------------------- */ |