diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 17:00:30 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 17:00:30 +0200 |
commit | eb3ae40f35c2ca64c5cd5c2def905b914afc8acf (patch) | |
tree | 5853ce24aef7cd2bf6585f0c7e4c49ba40959507 /www/themes/testdummy | |
parent | 060e7318658d2f2e0a58587273ea19a6ae5a6600 (diff) | |
download | semanticscuttle-eb3ae40f35c2ca64c5cd5c2def905b914afc8acf.tar.gz semanticscuttle-eb3ae40f35c2ca64c5cd5c2def905b914afc8acf.tar.bz2 |
sample theme for demonstration purposes
Diffstat (limited to 'www/themes/testdummy')
-rw-r--r-- | www/themes/testdummy/images/logo.png | bin | 0 -> 2890 bytes | |||
-rw-r--r-- | www/themes/testdummy/scuttle.css | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/themes/testdummy/images/logo.png b/www/themes/testdummy/images/logo.png Binary files differnew file mode 100644 index 0000000..4a8f8ba --- /dev/null +++ b/www/themes/testdummy/images/logo.png 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; +} |