aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-02-21 18:36:20 +0000
committerThomas Willingham <founder@kakste.com>2013-02-21 18:36:20 +0000
commitaacb1eab0f0292b2036550aabc1676b14781ada0 (patch)
treec42d64d8d9b2df92a31630e697cefe23ba73581e /view
parent5f5f90e58a835a8053bcf3d87d7e626b430ae39b (diff)
downloadvolse-hubzilla-aacb1eab0f0292b2036550aabc1676b14781ada0.tar.gz
volse-hubzilla-aacb1eab0f0292b2036550aabc1676b14781ada0.tar.bz2
volse-hubzilla-aacb1eab0f0292b2036550aabc1676b14781ada0.zip
Clean up fancy.css a bit
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/fancy.css105
1 files changed, 2 insertions, 103 deletions
diff --git a/view/theme/redbasic/css/fancy.css b/view/theme/redbasic/css/fancy.css
index 6c3c5b722..eeb822f72 100644
--- a/view/theme/redbasic/css/fancy.css
+++ b/view/theme/redbasic/css/fancy.css
@@ -36,61 +36,15 @@ border-radius: 0px 0px 20px 0px;}
-/* Give the top level post bigger shadows than the comments. This makes them appear "higher" and the comments "lower", which separates posts from each other reasonably without literally drawing a line under it */
-
.wall-item-content-wrapper {
position: relative;
-/* background: #fff; */
border-radius: 10px;
box-shadow: 8px 8px 8px #000;
border: 1px solid #eec;
}
-.thread-wrapper .thread-wrapper {
- margin-left: 50px;
-}
-
-.thread-end-wrapper {
- margin-left: 50px;
-}
-
-
-/* This shadow isn't quite right - not sure if it's colour or size */
-
.wall-item-content-wrapper.comment {
-/* background: #fff; */
- border-left: 1px solid #e0e0e0;
- margin-left: 50px;
margin-top: 15px;
- box-shadow: 5px 5px 5px #222;
-
-}
-
-.wall-item-info {
- display: block;
- float: left;
- width:110px;
- margin-right:10px;
-}
-.comment .wall-item-info {
- width: 70px;
-}
-
-.wall-item-photo-wrapper {
- margin-top: 10px;
- margin-left: 10px;
- margin-bottom: 10px;
- width: 100px;
-}
-
-.wall-item-content img {
- max-height: 95% !important;
- max-width: 95% !important;
- box-shadow: 8px 8px 8px #666;
-}
-
-.wall-item-content img.smiley {
- box-shadow: none;
}
.wall-item-like:hover, .wall-item-dislike:hover{
@@ -103,69 +57,17 @@ opacity: 1;
.comment-edit-wrapper {
margin-top: 15px;
-/* background: #ffffff; */
+ background: #ffffff;
margin-left: 50px;
}
-.comment-edit-text-empty, .comment-edit-text-full {
- float: left;
- margin-top: 10px;
- padding: 3px 1px 1px 3px;
- border: 1px solid #ccc;
- padding: 8px;
- border-radius: 5px 5px 5px 5px;
- box-shadow: 5px 5px 5px #666 inset;
-}
-
-.comment-edit-text-empty {
-color: gray;
-height: 1.5em;
-width: 80%; /*Too wide? */
-overflow: auto;
-margin-bottom: 10px;
-}
-
-.comment-edit-text-full {
- color: black;
- height: 150px;
- width: 80%;
- overflow: auto;
-}
-
-
-#profile-jot-text {
- height: 20px;
- color:#000;
- border: 1px solid #cccccc;
- padding: 10px;
- width: 90%;
- border-radius: 20px;
- box-shadow: 4px 4px 3px 0 #666 inset;
-}
-
#profile-jot-submit {
- height: auto;
background-color: #dd0000;
- color: #eeeeec;
- font-weight: bold;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- border: 2px outset #222420 !important;
- margin: 0;
- float: right;
- text-shadow: 1px 1px #111;
- width: auto;
- box-shadow: 5px 5px 5px #444;
}
+
ul.menu-popup {
- position: absolute;
- display: none;
- width: 10em;
background: #dd0000;
color: #eec;
- padding: 0px;
- list-style: none;
border-radius: 0px 0px 20px 20px;
z-index: 100000;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
@@ -173,10 +75,7 @@ ul.menu-popup {
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}
ul.menu-popup a {
- display: block;
color: #eec;
- padding: 5px 10px;
- text-decoration: none;
}
ul.menu-popup a:hover {
background-color: #eec;