diff options
author | Thomas Willingham <founder@kakste.com> | 2012-08-06 04:41:01 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-08-06 04:41:01 +0100 |
commit | 0c06cc61888404a4b05e8fb3df26d0a623ed42e5 (patch) | |
tree | 0d56b0cb68b3a7ecbf33625e5efd1770d825f7df /view/theme | |
parent | 4adef099bd97cbb4be97e3fa63350746aff47f89 (diff) | |
download | volse-hubzilla-0c06cc61888404a4b05e8fb3df26d0a623ed42e5.tar.gz volse-hubzilla-0c06cc61888404a4b05e8fb3df26d0a623ed42e5.tar.bz2 volse-hubzilla-0c06cc61888404a4b05e8fb3df26d0a623ed42e5.zip |
That's the zeros done. The others need more fiddling with.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/purplezero/css/style.css | 27 | ||||
-rw-r--r-- | view/theme/purplezero/img/border.jpg (renamed from view/theme/purplezero/border.jpg) | bin | 364 -> 364 bytes | |||
-rw-r--r-- | view/theme/purplezero/img/editicons.png (renamed from view/theme/purplezero/editicons.png) | bin | 6300 -> 6300 bytes | |||
-rw-r--r-- | view/theme/purplezero/img/head.jpg (renamed from view/theme/purplezero/head.jpg) | bin | 1109 -> 1109 bytes | |||
-rw-r--r-- | view/theme/purplezero/img/screenshot.jpg (renamed from view/theme/purplezero/screenshot.jpg) | bin | 74424 -> 74424 bytes | |||
-rw-r--r-- | view/theme/purplezero/img/shiny.png (renamed from view/theme/purplezero/shiny.png) | bin | 320 -> 320 bytes | |||
-rw-r--r-- | view/theme/purplezero/php/theme.php (renamed from view/theme/purplezero/theme.php) | 0 | ||||
-rw-r--r-- | view/theme/purplezero/style.css | 27 |
8 files changed, 27 insertions, 27 deletions
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/border.jpg b/view/theme/purplezero/img/border.jpg Binary files differindex 66c7a6fcc..66c7a6fcc 100644 --- a/view/theme/purplezero/border.jpg +++ b/view/theme/purplezero/img/border.jpg diff --git a/view/theme/purplezero/editicons.png b/view/theme/purplezero/img/editicons.png Binary files differindex 171a40876..171a40876 100644 --- a/view/theme/purplezero/editicons.png +++ b/view/theme/purplezero/img/editicons.png diff --git a/view/theme/purplezero/head.jpg b/view/theme/purplezero/img/head.jpg Binary files differindex 1acd2ddb8..1acd2ddb8 100644 --- a/view/theme/purplezero/head.jpg +++ b/view/theme/purplezero/img/head.jpg diff --git a/view/theme/purplezero/screenshot.jpg b/view/theme/purplezero/img/screenshot.jpg Binary files differindex c1d346bb5..c1d346bb5 100644 --- a/view/theme/purplezero/screenshot.jpg +++ b/view/theme/purplezero/img/screenshot.jpg diff --git a/view/theme/purplezero/shiny.png b/view/theme/purplezero/img/shiny.png Binary files differindex d3f71ee1d..d3f71ee1d 100644 --- a/view/theme/purplezero/shiny.png +++ b/view/theme/purplezero/img/shiny.png diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/php/theme.php index 4ae9d579f..4ae9d579f 100644 --- a/view/theme/purplezero/theme.php +++ b/view/theme/purplezero/php/theme.php 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; -} - - |