aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-25 17:00:30 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-25 17:00:30 +0200
commiteb3ae40f35c2ca64c5cd5c2def905b914afc8acf (patch)
tree5853ce24aef7cd2bf6585f0c7e4c49ba40959507
parent060e7318658d2f2e0a58587273ea19a6ae5a6600 (diff)
downloadsemanticscuttle-eb3ae40f35c2ca64c5cd5c2def905b914afc8acf.tar.gz
semanticscuttle-eb3ae40f35c2ca64c5cd5c2def905b914afc8acf.tar.bz2
sample theme for demonstration purposes
-rw-r--r--www/themes/testdummy/images/logo.pngbin0 -> 2890 bytes
-rw-r--r--www/themes/testdummy/scuttle.css12
2 files changed, 12 insertions, 0 deletions
diff --git a/www/themes/testdummy/images/logo.png b/www/themes/testdummy/images/logo.png
new file mode 100644
index 0000000..4a8f8ba
--- /dev/null
+++ b/www/themes/testdummy/images/logo.png
Binary files differ
diff --git a/www/themes/testdummy/scuttle.css b/www/themes/testdummy/scuttle.css
new file mode 100644
index 0000000..c62cd19
--- /dev/null
+++ b/www/themes/testdummy/scuttle.css
@@ -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;
+}