sample theme for demonstration purposes
This commit is contained in:
parent
060e731865
commit
eb3ae40f35
2 changed files with 12 additions and 0 deletions
BIN
www/themes/testdummy/images/logo.png
Normal file
BIN
www/themes/testdummy/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
12
www/themes/testdummy/scuttle.css
Normal file
12
www/themes/testdummy/scuttle.css
Normal file
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in a new issue