diff options
author | Thomas Willingham <founder@kakste.com> | 2012-08-06 04:21:41 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-08-06 04:21:41 +0100 |
commit | d907544d20300edc2e8e0ce4b5f28f8a208728b8 (patch) | |
tree | b805baf3fc010f72a8e58fc8ba8d873de4fd057d /view/theme/easterbunny/css | |
parent | 456ca1f3e19d705eb232801d82c5c94965657fb5 (diff) | |
download | volse-hubzilla-d907544d20300edc2e8e0ce4b5f28f8a208728b8.tar.gz volse-hubzilla-d907544d20300edc2e8e0ce4b5f28f8a208728b8.tar.bz2 volse-hubzilla-d907544d20300edc2e8e0ce4b5f28f8a208728b8.zip |
Port Easterbunny
Diffstat (limited to 'view/theme/easterbunny/css')
-rw-r--r-- | view/theme/easterbunny/css/style.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/view/theme/easterbunny/css/style.css b/view/theme/easterbunny/css/style.css new file mode 100644 index 000000000..b5d833679 --- /dev/null +++ b/view/theme/easterbunny/css/style.css @@ -0,0 +1,48 @@ +@import url('../../duepuntozero/css/style.css'); + +.vcard .fn { + color: orange !important; +} + +.vcard .title { + color: #00BB00 !important; +} + +.wall-item-content-wrapper { + border: 1px solid red; + background: #FFDDFF; +} + +.wall-item-content-wrapper.comment { + background: #FFCCAA; +} + +.comment-edit-wrapper { + background: yellow; +} + +body { background-image: url('../img/head.jpg'); } +section { background: #EEFFFF; } + +a, a:visited { color: #0000FF; text-decoration: none; } +a:hover {text-decoration: underline; } + + +aside( 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: #0000FF; +} + +.wall-item-name-link { + color: #0000FF; +} + |