aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-24 19:17:52 -0800
committerFriendika <info@friendika.com>2011-02-24 19:17:52 -0800
commit3195ad8d2e94127019405525cf41d0026ccf8c40 (patch)
treec25a920c29d53189f941ab27170f18fd6f4443e1 /view
parent32b9546d760c6ec3b6deec0d375bfa654f2d4a7e (diff)
downloadvolse-hubzilla-3195ad8d2e94127019405525cf41d0026ccf8c40.tar.gz
volse-hubzilla-3195ad8d2e94127019405525cf41d0026ccf8c40.tar.bz2
volse-hubzilla-3195ad8d2e94127019405525cf41d0026ccf8c40.zip
Totally tacky...
Diffstat (limited to 'view')
-rw-r--r--view/theme/easterbunny/border.jpgbin0 -> 364 bytes
-rw-r--r--view/theme/easterbunny/head.jpgbin0 -> 1109 bytes
-rw-r--r--view/theme/easterbunny/shiny.pngbin0 -> 320 bytes
-rw-r--r--view/theme/easterbunny/style.css48
4 files changed, 48 insertions, 0 deletions
diff --git a/view/theme/easterbunny/border.jpg b/view/theme/easterbunny/border.jpg
new file mode 100644
index 000000000..66c7a6fcc
--- /dev/null
+++ b/view/theme/easterbunny/border.jpg
Binary files differ
diff --git a/view/theme/easterbunny/head.jpg b/view/theme/easterbunny/head.jpg
new file mode 100644
index 000000000..1acd2ddb8
--- /dev/null
+++ b/view/theme/easterbunny/head.jpg
Binary files differ
diff --git a/view/theme/easterbunny/shiny.png b/view/theme/easterbunny/shiny.png
new file mode 100644
index 000000000..d3f71ee1d
--- /dev/null
+++ b/view/theme/easterbunny/shiny.png
Binary files differ
diff --git a/view/theme/easterbunny/style.css b/view/theme/easterbunny/style.css
new file mode 100644
index 000000000..bbe4394e9
--- /dev/null
+++ b/view/theme/easterbunny/style.css
@@ -0,0 +1,48 @@
+@import url('../duepuntozero/style.css');
+
+.vcard .fn {
+ color: orange !important;
+}
+
+.vcard .title {
+ color: #00BB00 !important;
+}
+
+.wall-item-content-wrapper {
+ border: 1px solid red;
+ background: #FFDDFF;
+}
+
+.wall-item-content-wrapper.comment {
+ background: #FFCCAA;
+}
+
+.comment-edit-wrapper {
+ background: yellow;
+}
+
+body { background-image: url('head.jpg'); }
+section { background: #EEFFFF; }
+
+a, a:visited { color: #0000FF; text-decoration: none; }
+a:hover {text-decoration: underline; }
+
+
+aside( background-image: url('border.jpg'); }
+#profile-tabs-wrapper { background-image: url('head.jpg'); }
+div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
+
+
+.nav-commlink, .nav-login-link {
+ background-color: #aed3b2;
+
+}
+
+.fakelink, .fakelink:visited {
+ color: #0000FF;
+}
+
+.wall-item-name-link {
+ color: #0000FF;
+}
+