summaryrefslogtreecommitdiffstats
path: root/userContent/theme
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-10-20 14:16:12 +0200
committerHolger Levsen <holger@layer-acht.org>2012-10-20 14:16:12 +0200
commit45a1ea476fa4fb0728a9462be5be9e77a0cf762f (patch)
tree67fba8c5100cfe48c4280308a5783fbfd3e3a614 /userContent/theme
parent19a1f850bfb586d9ac9718f80ea1bc2bd8941b3e (diff)
downloadjenkins.debian.net-45a1ea476fa4fb0728a9462be5be9e77a0cf762f.tar.xz
more initial versions of quite some files (and updated TODO)
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