aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-01-06 16:03:03 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-01-06 16:03:03 +0100
commit0d73897b3a5fba1a2b6da6fc356d7c3bbebeb670 (patch)
treea90054c54ae2a34cdad3e734e1f01180e01a36a9 /view/theme/duepuntozero
parentc967f55badcc5e8dc034b0785f7dcd0292e0e5b3 (diff)
downloadvolse-hubzilla-0d73897b3a5fba1a2b6da6fc356d7c3bbebeb670.tar.gz
volse-hubzilla-0d73897b3a5fba1a2b6da6fc356d7c3bbebeb670.tar.bz2
volse-hubzilla-0d73897b3a5fba1a2b6da6fc356d7c3bbebeb670.zip
Added shiny class to duepuntozero theme
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/shiny.jpgbin0 -> 333 bytes
-rw-r--r--view/theme/duepuntozero/style.css8
2 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/shiny.jpg b/view/theme/duepuntozero/shiny.jpg
new file mode 100644
index 000000000..c4ab57c1a
--- /dev/null
+++ b/view/theme/duepuntozero/shiny.jpg
Binary files differ
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index b1510e958..03c1aa6ab 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
+}