summaryrefslogtreecommitdiff
path: root/content/assets/themes
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets/themes')
-rw-r--r--content/assets/themes/bg1.jpgbin0 -> 428704 bytes
-rw-r--r--content/assets/themes/bg2.jpgbin0 -> 1453799 bytes
-rw-r--r--content/assets/themes/xtra1.css2
-rw-r--r--content/assets/themes/xtra2.css15
4 files changed, 17 insertions, 0 deletions
diff --git a/content/assets/themes/bg1.jpg b/content/assets/themes/bg1.jpg
new file mode 100644
index 0000000..5f1aeb2
--- /dev/null
+++ b/content/assets/themes/bg1.jpg
Binary files differ
diff --git a/content/assets/themes/bg2.jpg b/content/assets/themes/bg2.jpg
new file mode 100644
index 0000000..60b5737
--- /dev/null
+++ b/content/assets/themes/bg2.jpg
Binary files differ
diff --git a/content/assets/themes/xtra1.css b/content/assets/themes/xtra1.css
new file mode 100644
index 0000000..622947c
--- /dev/null
+++ b/content/assets/themes/xtra1.css
@@ -0,0 +1,2 @@
+/* stub */
+
diff --git a/content/assets/themes/xtra2.css b/content/assets/themes/xtra2.css
new file mode 100644
index 0000000..f049df7
--- /dev/null
+++ b/content/assets/themes/xtra2.css
@@ -0,0 +1,15 @@
+html {
+ background: url(themes/bg2.jpg) no-repeat center center fixed;
+}
+
+a {
+ color: #9933ff;
+}
+
+a:hover {
+ color: #7300e6;
+}
+
+a:visited {
+ color: #e6ccff;
+}