From fd0d6417b040a4c773ab4adb64874a830bad4da2 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Mon, 28 Dec 2009 00:54:14 +0100 Subject: [PATCH] Added donation button to style.css. --- www/include/style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/www/include/style.css b/www/include/style.css index 73cfb014..508f9906 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -982,3 +982,25 @@ table.translate td.lang { text-shadow: #666 1px 2px 2px; padding: 51px 0px 0px 430px; } + +/* CeBIT Button */ +.cebit_button { + background: url(/images/buttons/cebit_96x320.png); + background-repeat: no-repeat; + background-position: right; + width: 700px; + height: 96px; +} +.cebit_button a, .cebit_button a:link, .cebit_button a:visited { + color:#333; + text-decoration:none; +} +.cebit_button a:hover { + text-decoration: underline; +} +.cebit_button_text { + color:#333; + font-size: 20px !important; + text-shadow: #666 1px 2px 2px; + padding: 51px 0px 0px 472px; +} -- 2.47.3