]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
sample theme for demonstration purposes
authorChristian Weiske <cweiske@cweiske.de>
Wed, 25 May 2011 15:00:30 +0000 (17:00 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 25 May 2011 15:00:30 +0000 (17:00 +0200)
www/themes/testdummy/images/logo.png [new file with mode: 0644]
www/themes/testdummy/scuttle.css [new file with mode: 0644]

diff --git a/www/themes/testdummy/images/logo.png b/www/themes/testdummy/images/logo.png
new file mode 100644 (file)
index 0000000..4a8f8ba
Binary files /dev/null and b/www/themes/testdummy/images/logo.png differ
diff --git a/www/themes/testdummy/scuttle.css b/www/themes/testdummy/scuttle.css
new file mode 100644 (file)
index 0000000..c62cd19
--- /dev/null
@@ -0,0 +1,12 @@
+@import url(../default/scuttle.css);
+
+body {
+    background-color: #FEA;
+}
+
+html > body h1 {
+    background: url('images/logo.png') no-repeat 10px;
+}
+div#header {
+    background: #FEA;
+}