From 0c06cc61888404a4b05e8fb3df26d0a623ed42e5 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 04:41:01 +0100 Subject: That's the zeros done. The others need more fiddling with. --- view/theme/purplezero/border.jpg | Bin 364 -> 0 bytes view/theme/purplezero/css/style.css | 27 ++++++++++ view/theme/purplezero/editicons.png | Bin 6300 -> 0 bytes view/theme/purplezero/head.jpg | Bin 1109 -> 0 bytes view/theme/purplezero/img/border.jpg | Bin 0 -> 364 bytes view/theme/purplezero/img/editicons.png | Bin 0 -> 6300 bytes view/theme/purplezero/img/head.jpg | Bin 0 -> 1109 bytes view/theme/purplezero/img/screenshot.jpg | Bin 0 -> 74424 bytes view/theme/purplezero/img/shiny.png | Bin 0 -> 320 bytes view/theme/purplezero/php/theme.php | 89 +++++++++++++++++++++++++++++++ view/theme/purplezero/screenshot.jpg | Bin 74424 -> 0 bytes view/theme/purplezero/shiny.png | Bin 320 -> 0 bytes view/theme/purplezero/style.css | 27 ---------- view/theme/purplezero/theme.php | 89 ------------------------------- 14 files changed, 116 insertions(+), 116 deletions(-) delete mode 100644 view/theme/purplezero/border.jpg create mode 100644 view/theme/purplezero/css/style.css delete mode 100644 view/theme/purplezero/editicons.png delete mode 100644 view/theme/purplezero/head.jpg create mode 100644 view/theme/purplezero/img/border.jpg create mode 100644 view/theme/purplezero/img/editicons.png create mode 100644 view/theme/purplezero/img/head.jpg create mode 100644 view/theme/purplezero/img/screenshot.jpg create mode 100644 view/theme/purplezero/img/shiny.png create mode 100644 view/theme/purplezero/php/theme.php delete mode 100644 view/theme/purplezero/screenshot.jpg delete mode 100644 view/theme/purplezero/shiny.png delete mode 100644 view/theme/purplezero/style.css delete mode 100644 view/theme/purplezero/theme.php (limited to 'view/theme') diff --git a/view/theme/purplezero/border.jpg b/view/theme/purplezero/border.jpg deleted file mode 100644 index 66c7a6fcc..000000000 Binary files a/view/theme/purplezero/border.jpg and /dev/null differ diff --git a/view/theme/purplezero/css/style.css b/view/theme/purplezero/css/style.css new file mode 100644 index 000000000..97100a3e4 --- /dev/null +++ b/view/theme/purplezero/css/style.css @@ -0,0 +1,27 @@ +@import url('../../duepuntozero/css/style.css'); + +a, a:link, a:visited { color: #7433af; text-decoration: none; } +a:hover {text-decoration: underline; } + + +body { background-image: url(../img/head.jpg); } +aside( background-image: url(../img/border.jpg); } +section { background-image: url(../img/border.jpg); } +.tabs { background-image: url(../img/head.jpg); } +div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); } + + +.nav-commlink, .nav-login-link { + background-color: #aed3b2; + +} + +.fakelink, .fakelink:visited { + color: #7433af; +} + +.wall-item-name-link { + color: #7433af; +} + + diff --git a/view/theme/purplezero/editicons.png b/view/theme/purplezero/editicons.png deleted file mode 100644 index 171a40876..000000000 Binary files a/view/theme/purplezero/editicons.png and /dev/null differ diff --git a/view/theme/purplezero/head.jpg b/view/theme/purplezero/head.jpg deleted file mode 100644 index 1acd2ddb8..000000000 Binary files a/view/theme/purplezero/head.jpg and /dev/null differ diff --git a/view/theme/purplezero/img/border.jpg b/view/theme/purplezero/img/border.jpg new file mode 100644 index 000000000..66c7a6fcc Binary files /dev/null and b/view/theme/purplezero/img/border.jpg differ diff --git a/view/theme/purplezero/img/editicons.png b/view/theme/purplezero/img/editicons.png new file mode 100644 index 000000000..171a40876 Binary files /dev/null and b/view/theme/purplezero/img/editicons.png differ diff --git a/view/theme/purplezero/img/head.jpg b/view/theme/purplezero/img/head.jpg new file mode 100644 index 000000000..1acd2ddb8 Binary files /dev/null and b/view/theme/purplezero/img/head.jpg differ diff --git a/view/theme/purplezero/img/screenshot.jpg b/view/theme/purplezero/img/screenshot.jpg new file mode 100644 index 000000000..c1d346bb5 Binary files /dev/null and b/view/theme/purplezero/img/screenshot.jpg differ diff --git a/view/theme/purplezero/img/shiny.png b/view/theme/purplezero/img/shiny.png new file mode 100644 index 000000000..d3f71ee1d Binary files /dev/null and b/view/theme/purplezero/img/shiny.png differ diff --git a/view/theme/purplezero/php/theme.php b/view/theme/purplezero/php/theme.php new file mode 100644 index 000000000..4ae9d579f --- /dev/null +++ b/view/theme/purplezero/php/theme.php @@ -0,0 +1,89 @@ +theme_info = array( + 'extends' => 'duepuntozero', +); + +function purplezero_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +} \ No newline at end of file diff --git a/view/theme/purplezero/screenshot.jpg b/view/theme/purplezero/screenshot.jpg deleted file mode 100644 index c1d346bb5..000000000 Binary files a/view/theme/purplezero/screenshot.jpg and /dev/null differ diff --git a/view/theme/purplezero/shiny.png b/view/theme/purplezero/shiny.png deleted file mode 100644 index d3f71ee1d..000000000 Binary files a/view/theme/purplezero/shiny.png and /dev/null differ diff --git a/view/theme/purplezero/style.css b/view/theme/purplezero/style.css deleted file mode 100644 index f0d5b96b9..000000000 --- a/view/theme/purplezero/style.css +++ /dev/null @@ -1,27 +0,0 @@ -@import url('../duepuntozero/style.css'); - -a, a:link, a:visited { color: #7433af; text-decoration: none; } -a:hover {text-decoration: underline; } - - -body { background-image: url(head.jpg); } -aside( background-image: url(border.jpg); } -section { background-image: url(border.jpg); } -.tabs { background-image: url(head.jpg); } -div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } - - -.nav-commlink, .nav-login-link { - background-color: #aed3b2; - -} - -.fakelink, .fakelink:visited { - color: #7433af; -} - -.wall-item-name-link { - color: #7433af; -} - - diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/theme.php deleted file mode 100644 index 4ae9d579f..000000000 --- a/view/theme/purplezero/theme.php +++ /dev/null @@ -1,89 +0,0 @@ -theme_info = array( - 'extends' => 'duepuntozero', -); - -function purplezero_init(&$a) { -$a->page['htmlhead'] .= <<< EOT - -EOT; -} \ No newline at end of file -- cgit v1.2.3