aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-12-16 22:53:23 +0000
committerThomas Willingham <founder@kakste.com>2012-12-16 22:53:23 +0000
commit605465391f5cc63ca770ab9bad97df248f5bf703 (patch)
tree1be8142aca8dfc3812340daf60783836ce8ffd2e
parentb22799549f3ae6fdeb74c29b8eeba873e6f59ae4 (diff)
downloadvolse-hubzilla-605465391f5cc63ca770ab9bad97df248f5bf703.tar.gz
volse-hubzilla-605465391f5cc63ca770ab9bad97df248f5bf703.tar.bz2
volse-hubzilla-605465391f5cc63ca770ab9bad97df248f5bf703.zip
Some more redbasic progress.
-rw-r--r--view/theme/redbasic/css/style.css21
1 files changed, 8 insertions, 13 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 5f5bf1c1e..a0120e0d7 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -9,8 +9,9 @@ body {
font-family: helvetica,arial,freesans,clean,sans-serif;
font-size: 12px;
background-color: #ffffff;
+ /*TODO - adding a background was the right decision...but I'm not sure if this is the right background. Fortunately, the same artist has lots of PD backgrounds we can try. We'll leave this particular snake on a life support machine for the time being. */
background-image: url(../img/bg.png);
- background-repeat: repeat-x;
+ background-repeat: repeat;
color: #000000;
margin: 0px;
}
@@ -24,6 +25,7 @@ border: none;
border-radius: 0px 0px 20px 0px;
width: 210px;
color: #d00;
+background: #fff;
}
@@ -82,6 +84,7 @@ code {
padding: 10px;
margin-top: 20px;
max-width: 80%;
+ margin-left: 45px;
}
blockquote {
@@ -1246,7 +1249,7 @@ margin: 15px;
}
.comment-wwedit-wrapper {
- background: #ffffff;
+
}
.comment-edit-photo {
@@ -1281,14 +1284,6 @@ overflow: auto;
margin-bottom: 10px;
}
-.comment-edit-text-empty {
- color: gray;
- height: 1.5em;
- width: 175px;
- overflow: auto;
- margin-bottom: 10px;
-}
-
.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
height: 1.5em;
}
@@ -2624,13 +2619,13 @@ aside input[type='text'] {
#nav-search-text:hover {
background-color: #FFF;
- color: #000;
+ opacity: 1;
}
#nav-search-text {
border-radius: 14px;
- background-color: #AAAAAA;
- color: #eec;
+ background-color: #fff;
+ opacity: 0.92;
}
#nav-user-linkmenu img {