]> git.mxchange.org Git - friendica.git/commitdiff
Totally tacky...
authorFriendika <info@friendika.com>
Fri, 25 Feb 2011 03:17:52 +0000 (19:17 -0800)
committerFriendika <info@friendika.com>
Fri, 25 Feb 2011 03:17:52 +0000 (19:17 -0800)
view/theme/easterbunny/border.jpg [new file with mode: 0644]
view/theme/easterbunny/head.jpg [new file with mode: 0644]
view/theme/easterbunny/shiny.png [new file with mode: 0644]
view/theme/easterbunny/style.css [new file with mode: 0644]

diff --git a/view/theme/easterbunny/border.jpg b/view/theme/easterbunny/border.jpg
new file mode 100644 (file)
index 0000000..66c7a6f
Binary files /dev/null and b/view/theme/easterbunny/border.jpg differ
diff --git a/view/theme/easterbunny/head.jpg b/view/theme/easterbunny/head.jpg
new file mode 100644 (file)
index 0000000..1acd2dd
Binary files /dev/null and b/view/theme/easterbunny/head.jpg differ
diff --git a/view/theme/easterbunny/shiny.png b/view/theme/easterbunny/shiny.png
new file mode 100644 (file)
index 0000000..d3f71ee
Binary files /dev/null and b/view/theme/easterbunny/shiny.png differ
diff --git a/view/theme/easterbunny/style.css b/view/theme/easterbunny/style.css
new file mode 100644 (file)
index 0000000..bbe4394
--- /dev/null
@@ -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;
+}
+