diff --git a/css/style.css b/css/style.css index 5a3347de67..6d5366a45b 100644 --- a/css/style.css +++ b/css/style.css @@ -160,6 +160,38 @@ iframe, img { background: $link_hover_color; } + +header #site-location { + display: none; +} +header #banner { + position: fixed; + top: 0px; +/* width: 33%; + margin-left: 33%; + margin-right: 33%;*/ + left:49%; + right: 49%; + z-index: 1040; + margin-top: 14px; + text-align: center; + text-shadow: 1px 1px 2px rgba(0,0,0,.5); + font-size: 14px; + font-family: tahoma, "Lucida Sans", sans; + color: #fff; + font-weight: bold; + whitespace: nowrap; +} +header #banner #logo-img { + mask: url('img/friendica-25.png'); + -webkit-mask-image: url('img/friendica-25.png'); + background-color: $nav_icon_color; + height: 25px; + width: 25px; + margin-left: auto; + margin-right: auto; +} + /* NavBar */ .topbar { position: fixed; @@ -1090,6 +1122,9 @@ section #jotOpen { .wall-item-content { word-break: break-word; } +.wall-item-content img { + max-height: 480px; +} .shared-content-wrapper, .vevent { margin-left: 50px; @@ -1307,7 +1342,7 @@ ul.tabs li { /*border-bottom: 0 solid #6fdbe8;*/ border-bottom: 0 solid $link_color; font-size: 13px; - height: 100%; + height: 102%; transition: all .15s ease; } ul.tabs li a { diff --git a/img/friendica-25.png b/img/friendica-25.png new file mode 100644 index 0000000000..f642eeb395 Binary files /dev/null and b/img/friendica-25.png differ diff --git a/img/friendica-32.png b/img/friendica-32.png new file mode 100644 index 0000000000..5bd39622d1 Binary files /dev/null and b/img/friendica-32.png differ diff --git a/php/modes/default.php b/php/modes/default.php index 1edbfbb262..73874d6611 100644 --- a/php/modes/default.php +++ b/php/modes/default.php @@ -85,7 +85,7 @@ else -
+
argv[0]; echo "-content-wrapper\">"; if(x($page,'content')) echo $page['content']; echo"
diff --git a/templates/nav.tpl b/templates/nav.tpl index a110669588..96c94e43a7 100644 --- a/templates/nav.tpl +++ b/templates/nav.tpl @@ -1,7 +1,15 @@ {{if $userinfo}} +
+ {{* {{$langselector}} *}} + +
{{$sitelocation}}
+ +