]> git.ipfire.org Git - ipfire.org.git/commitdiff
Added donation button to style.css.
authorJan Paul Tuecking <earl@ipfire.org>
Sun, 27 Dec 2009 23:54:14 +0000 (00:54 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Sun, 27 Dec 2009 23:54:14 +0000 (00:54 +0100)
www/include/style.css

index 73cfb0144cd34901a5a32ac380c93cf1252c3abc..508f990665e9da4a2ac6714f406b4736b55a8e45 100644 (file)
@@ -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;
+}