From: Christian Weiske Date: Wed, 25 May 2011 15:00:30 +0000 (+0200) Subject: sample theme for demonstration purposes X-Git-Tag: v0.98.0~34^2~21^2~5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eb3ae40f35c2ca64c5cd5c2def905b914afc8acf;p=semanticscuttle.git sample theme for demonstration purposes --- diff --git a/www/themes/testdummy/images/logo.png b/www/themes/testdummy/images/logo.png new file mode 100644 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 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; +}