diff options
author | friendica <info@friendica.com> | 2012-11-06 20:39:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-06 20:39:00 -0800 |
commit | 6db8b5bbd213693587de6d696e401d5b936b3b80 (patch) | |
tree | acb3019ae59310c6fe14238cc698ed13e7907f07 /view/theme/cleanzero/cleanzero-green | |
parent | 295b865d065b12c6686592bd34739ac9d9b87978 (diff) | |
download | volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.gz volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.bz2 volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.zip |
All the themes except one are horked anway
Diffstat (limited to 'view/theme/cleanzero/cleanzero-green')
-rw-r--r-- | view/theme/cleanzero/cleanzero-green/style.css | 127 |
1 files changed, 0 insertions, 127 deletions
diff --git a/view/theme/cleanzero/cleanzero-green/style.css b/view/theme/cleanzero/cleanzero-green/style.css deleted file mode 100644 index 73feb5e60..000000000 --- a/view/theme/cleanzero/cleanzero-green/style.css +++ /dev/null @@ -1,127 +0,0 @@ -@import url('../greenzero/style.css'); -body {background-image:none; - -} - -.wall-item-content-wrapper { - border-top: 1px solid #ccc; -//border-top:none; -border-left:none; -border-right:none; -border-radius:0px; -//border:none; - //background: #f8f8f8 !important; -} - -.wall-item-content-wrapper.comment { - // background: #f8f8f8 !important; - // border-left: 1px solid #ccc; - border-top: 1px solid #ccc; -border-left:none; -border-right:none; -border-radius:0px; - } - - .wall-item-tools { -// border-top: 1px solid #ccc; -// background: #f8f8f8 !important; -background: #ffffff !important; - } - -.comment-edit-text-empty, .comment-edit-text-full { - border: 1px solid #ccc; - border-left: 1px solid #EEE; - background: #ffffff; -} - -.comment-edit-wrapper, .comment-wwedit-wrapper { - // background: #ffffff; !important; -//background: #f8f8f8 !important; -} - - - - - -section { - margin: 0px 10%; -margin-right:12%; - background-image:none; -} - -aside { - margin-left: 10%; - background-image:none; -} -nav { - margin-left: 32px; - margin-right: 5%; - -} - -nav #site-location { - top: 80px; - right: 5%; - -} - -.wall-item-photo, .photo, .contact-block-img, .my-comment-photo { - border-radius: 3px; - -moz-border-radius: 3px; -} - -.tabs { background-image:none; - -} -.tab.active { - padding: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - border: 1px solid #CCCCCC; - //background: #F8F8F8; - font-weight: bold; -} -.tab { margin-right: 1px ; - -} - -#group-sidebar { - margin-bottom: 10px; - border:none; -} - -#nets-sidebar { - margin-bottom: 10px; - border:none; -} - -#saved-search-list { - border:none; -} -blockquote { - //background-color: #f8f8f8; - border: 1px solid #ccc; - -moz-border-radius: 3px; - - border-radius: 3px; -} -.widget { -border: none; -} - - -.wall-item-content { -max-height: 20000px; -overflow: none; -} - -.nav-commlink, .nav-login-link { -margin-top: 67px; -height: 15px; -float:left; -padding: 6px 3px; -} - -nav .nav-link { - //float: left; -}
\ No newline at end of file |