From 45a1ea476fa4fb0728a9462be5be9e77a0cf762f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 20 Oct 2012 14:16:12 +0200 Subject: more initial versions of quite some files (and updated TODO) --- userContent/theme/debian-swirl.png | Bin 0 -> 10665 bytes userContent/theme/debian.css | 24 ++++++++++++++++++++++++ userContent/theme/title.png | Bin 0 -> 7549 bytes 3 files changed, 24 insertions(+) create mode 100644 userContent/theme/debian-swirl.png create mode 100644 userContent/theme/debian.css create mode 100644 userContent/theme/title.png (limited to 'userContent/theme') diff --git a/userContent/theme/debian-swirl.png b/userContent/theme/debian-swirl.png new file mode 100644 index 00000000..53752a25 Binary files /dev/null and b/userContent/theme/debian-swirl.png 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 Binary files /dev/null and b/userContent/theme/title.png differ -- cgit v1.2.3-54-g00ecf