]> git.mxchange.org Git - friendica.git/commitdiff
Added shiny class to duepuntozero theme
authorfabrixxm <fabrix.xm@gmail.com>
Thu, 6 Jan 2011 15:03:03 +0000 (16:03 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Thu, 6 Jan 2011 15:03:03 +0000 (16:03 +0100)
view/theme/duepuntozero/shiny.jpg [new file with mode: 0644]
view/theme/duepuntozero/style.css

diff --git a/view/theme/duepuntozero/shiny.jpg b/view/theme/duepuntozero/shiny.jpg
new file mode 100644 (file)
index 0000000..c4ab57c
Binary files /dev/null and b/view/theme/duepuntozero/shiny.jpg differ
index b1510e95813be80d877a86c354a86278de5538fe..03c1aa6ab58de32acf7f37ed1bce243c0a54e886 100644 (file)
@@ -205,6 +205,12 @@ footer {
 }
 
 
+.shiny {
+    background-image: url(shiny.jpg);
+    background-repeat: repeat-x;
+    background-position: left bottom;
+}
+
 /* from defautlt */
 #jot-perms-icon, 
 #profile-location,
@@ -1843,4 +1849,4 @@ a.mail-list-link {
        padding: 0px 0px 5px 0px;
        font-size: 120%;
        font-weight: bold;
-}
\ No newline at end of file
+}