From: Jan Paul Tuecking Date: Sun, 27 Dec 2009 23:54:14 +0000 (+0100) Subject: Added donation button to style.css. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd0d6417b040a4c773ab4adb64874a830bad4da2;p=ipfire.org.git Added donation button to style.css. --- 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; +}