From: fabrixxm Date: Thu, 6 Jan 2011 15:03:03 +0000 (+0100) Subject: Added shiny class to duepuntozero theme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0d73897b3a5fba1a2b6da6fc356d7c3bbebeb670;p=friendica.git Added shiny class to duepuntozero theme --- diff --git a/view/theme/duepuntozero/shiny.jpg b/view/theme/duepuntozero/shiny.jpg new file mode 100644 index 0000000000..c4ab57c1a8 Binary files /dev/null and b/view/theme/duepuntozero/shiny.jpg differ diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b1510e9581..03c1aa6ab5 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -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 +}