diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/images/debian-swirl-24x24.png | bin | 0 -> 913 bytes | |||
-rw-r--r-- | userContent/images/profitbricks-24x24.png | bin | 0 -> 689 bytes | |||
-rw-r--r-- | userContent/theme/debian-swirl.png | bin | 0 -> 10665 bytes | |||
-rw-r--r-- | userContent/theme/debian.css | 24 | ||||
-rw-r--r-- | userContent/theme/title.png | bin | 0 -> 7549 bytes |
5 files changed, 24 insertions, 0 deletions
diff --git a/userContent/images/debian-swirl-24x24.png b/userContent/images/debian-swirl-24x24.png Binary files differnew file mode 100644 index 00000000..9c6a9806 --- /dev/null +++ b/userContent/images/debian-swirl-24x24.png diff --git a/userContent/images/profitbricks-24x24.png b/userContent/images/profitbricks-24x24.png Binary files differnew file mode 100644 index 00000000..f0ee0dde --- /dev/null +++ b/userContent/images/profitbricks-24x24.png diff --git a/userContent/theme/debian-swirl.png b/userContent/theme/debian-swirl.png Binary files differnew file mode 100644 index 00000000..53752a25 --- /dev/null +++ b/userContent/theme/debian-swirl.png 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 Binary files differnew file mode 100644 index 00000000..458152cd --- /dev/null +++ b/userContent/theme/title.png |