diff options
author | friendica <info@friendica.com> | 2012-04-03 16:40:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-03 16:40:25 -0700 |
commit | 3db2cf76b9329a194210a0faf19484dedf9eea86 (patch) | |
tree | 9f15e53691b6b0f214634ddee8b12402949345be /view/theme/clean | |
parent | 4b762ff923626addc10e3b90c6fef183320c84ea (diff) | |
download | volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.gz volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.bz2 volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.zip |
remove loozah themes which fell too far behind to recover
Diffstat (limited to 'view/theme/clean')
-rw-r--r-- | view/theme/clean/screenshot.jpg | bin | 66210 -> 0 bytes | |||
-rwxr-xr-x | view/theme/clean/style.css | 115 | ||||
-rwxr-xr-x | view/theme/clean/theme.php | 4 | ||||
-rw-r--r-- | view/theme/clean/unsupported | 0 |
4 files changed, 0 insertions, 119 deletions
diff --git a/view/theme/clean/screenshot.jpg b/view/theme/clean/screenshot.jpg Binary files differdeleted file mode 100644 index 8d9d772f4..000000000 --- a/view/theme/clean/screenshot.jpg +++ /dev/null diff --git a/view/theme/clean/style.css b/view/theme/clean/style.css deleted file mode 100755 index 86bca371c..000000000 --- a/view/theme/clean/style.css +++ /dev/null @@ -1,115 +0,0 @@ -@import url('../loozah/style.css'); - -footer { - background: #CCC; -} - -#banner { - color: #444444; -} - -body { - background: #FFFFFF; - color: #000000; -} -.nav-selected { - background: #FFFFFF !important; - color: #888888 !important; -} - -input:hover { - background-color: #CCCCCC; - color: #000000; - border: 1px solid #FFFFFF; -} - -input, select { - background-color: #FFFFFF; - color: #000000; -} -.nav-link:hover, .nav-commlink:hover { - background: #DDDDDD; - color: #0000EE; -} -option { - background-color: #FFFFFF; -} -#page-footer { - border: none; -} - -nav { - background: #F4F4F4; -} - -body { - background: #FFFFFF; - color: #444444; -} - -.nav-link { - color: #444444; - background: #EEE; - border: 2px solid #CCCCCC; -} - -.nav-commlink { - color: #444444; - background: #EEE; - border: 2px solid #CCCCCC; -} - -.tab { - color: #444444; - background: #EEE; - -} - -a, a:visited { - color: #8888FF; - text-decoration: none; -} - -a:hover { - color: #0000FF; - text-decoration: underline; -} - -.fakelink, .fakelink:visited { - color: #8888FF; -} - -.fakelink:hover { - color: #0000FF; -} - -.wall-item-content-wrapper { - border: 1px solid #CCC; -} - -.wall-item-content-wrapper.comment { - background: #CCC; -} - -.comment-edit-wrapper { - background: #CCC; -} - -.comment-wwedit-wrapper { - background: #CCC; -} - -#photos-upload-perms-menu, #photos-upload-perms-menu:visited { - color: #8888FF; -} - -#photos-upload-perms-menu:hover { - color: #0000FF; -} -#settings-default-perms-menu, #settings-default-perms-menu:visited { - color: #8888FF; -} - -#settings-default-perms-menu:hover { - color: #0000FF; -} diff --git a/view/theme/clean/theme.php b/view/theme/clean/theme.php deleted file mode 100755 index 47b43cf13..000000000 --- a/view/theme/clean/theme.php +++ /dev/null @@ -1,4 +0,0 @@ -<?php -$a->theme_info = array( - 'extends' => 'loozah', -); diff --git a/view/theme/clean/unsupported b/view/theme/clean/unsupported deleted file mode 100644 index e69de29bb..000000000 --- a/view/theme/clean/unsupported +++ /dev/null |