aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-09 22:18:06 -0800
committerfriendica <info@friendica.com>2013-01-09 22:18:06 -0800
commitef2cb88a92bba804c3e7016c63a684b9981a940d (patch)
tree8ad2ee82cc0d427231d5de3c8d8a04c8cb77e8eb /view
parentbb21c4bb13d179eed6ded7d44cf3fbef10090d6f (diff)
downloadvolse-hubzilla-ef2cb88a92bba804c3e7016c63a684b9981a940d.tar.gz
volse-hubzilla-ef2cb88a92bba804c3e7016c63a684b9981a940d.tar.bz2
volse-hubzilla-ef2cb88a92bba804c3e7016c63a684b9981a940d.zip
wrong redirection after follow
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 5f551c66e..4326e0b76 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -99,6 +99,10 @@ color: #d00;
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { color: #dd0000; text-decoration: none; }
a:hover, .fakelink:hover { color: #dd0000; text-decoration: underline; }
+.fakelink {
+ cursor: pointer;
+}
+
input {
border: 1px solid #666666;
-moz-border-radius: 5px;
@@ -165,8 +169,17 @@ nav {
top: 3px;
left: 5px;
z-index:9999;
+ opacity: 0.3;
+ filter:alpha(opacity=30);
+
+
+}
+#langselector:hover {
+ opacity: 1.0;
+ filter:alpha(opacity=100);
}
+
nav #site-location {
color: #888a85;
font-size: 0.8em;
@@ -3487,6 +3500,9 @@ nav {
width: 100%;
height: 32px;
position: fixed;
+ opacity: 0.6;
+ filter:alpha(opacity=60);
+
left: 0px;
top: 0px;
padding: 0px;
@@ -3512,7 +3528,11 @@ left top,
color-stop(0.26, #f00),
color-stop(0.82, #b00)
);
+}
+nav:hover {
+ opacity: 1.0;
+ filter:alpha(opacity=100);
}
nav a,
nav a:active,