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/purplezero/css | |
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/purplezero/css')
-rw-r--r-- | view/theme/purplezero/css/style.css | 27 |
1 files changed, 27 insertions, 0 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; +} + + |