From ae738f43fd043844b17e1304f271574f34a144ac Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 25 Apr 2011 01:58:16 +0200 Subject: Add new logo to website --- fripost-web.el | 2 +- site/default.css | 9 ++++++++- site/images/logo2011_top.png | Bin 0 -> 7604 bytes site/images/logo2011_top.xcf | Bin 0 -> 1942305 bytes 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 site/images/logo2011_top.png create mode 100644 site/images/logo2011_top.xcf diff --git a/fripost-web.el b/fripost-web.el index 1ff5f6d..773a677 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -10,7 +10,7 @@ :recursive t :publishing-function org-publish-org-to-html :preamble "
-

Fripost

+

Click here for English
diff --git a/site/default.css b/site/default.css index e19acfe..15b5e44 100644 --- a/site/default.css +++ b/site/default.css @@ -138,6 +138,13 @@ p.incitement font: normal 50px "Trebuchet MS",sans-serif; line-height: 180px; } + +.header h1 img +{ + margin-left: 300px; + margin-top: 120px; +} + /* navigation */ .navigation { @@ -210,7 +217,7 @@ p.incitement color: #FFF; font-size: 0.8em; position: relative; - top: -170px; + top: -200px; left: -235px; } .header a.translate:hover diff --git a/site/images/logo2011_top.png b/site/images/logo2011_top.png new file mode 100644 index 0000000..f7ef9cf Binary files /dev/null and b/site/images/logo2011_top.png differ diff --git a/site/images/logo2011_top.xcf b/site/images/logo2011_top.xcf new file mode 100644 index 0000000..978058f Binary files /dev/null and b/site/images/logo2011_top.xcf differ -- cgit v1.2.3