summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
Diffstat (limited to 'userContent/theme')
-rw-r--r--userContent/theme/debian-swirl.pngbin0 -> 10665 bytes
-rw-r--r--userContent/theme/debian.css24
-rw-r--r--userContent/theme/title.pngbin0 -> 7549 bytes
3 files changed, 24 insertions, 0 deletions
diff --git a/userContent/theme/debian-swirl.png b/userContent/theme/debian-swirl.png
new file mode 100644
index 00000000..53752a25
--- /dev/null
+++ b/userContent/theme/debian-swirl.png
Binary files differ
diff --git a/userContent/theme/debian.css b/userContent/theme/debian.css
new file mode 100644
index 00000000..4727c2af
--- /dev/null
+++ b/userContent/theme/debian.css
@@ -0,0 +1,24 @@
+@charset "utf-8";
+
+
+#top-panel {
+ background: url(title.png) 0 0 no-repeat; }
+ #top-panel td#login-field span a {
+ background: none; }
+ #top-panel td #searchform a {
+ background: none;
+ height: auto;
+ width: auto; }
+ #top-panel td > a {
+ background: url(title.png) 0 0 no-repeat;
+ display: block;
+ height: 34px;
+ width: 800px; //
+ margin: 10px 0 0 10px; //
+ }
+ #top-panel td > a img {
+ display: none; }
+
+#main-table {
+ background-image: url(debian-swirl.png) !important;
+}
diff --git a/userContent/theme/title.png b/userContent/theme/title.png
new file mode 100644
index 00000000..458152cd
--- /dev/null
+++ b/userContent/theme/title.png
Binary files differ