diff --git a/forum/qa-include/qa-page.php b/forum/qa-include/qa-page.php
index 1bb2d081..d2b43aa4 100644
--- a/forum/qa-include/qa-page.php
+++ b/forum/qa-include/qa-page.php
@@ -731,24 +731,10 @@ function qa_content_prepare($voting=false, $categoryids=null)
$logowidth=qa_opt('logo_width');
$logoheight=qa_opt('logo_height');
- $adres = qa_path_absolute(qa_request());
-
- if($adres=="http://forum.pasja-informatyki.pl/")
- {
- $qa_content['logo']=''.
- '';
$topath=qa_get('to'); // lets user switch between login and register without losing destination page
diff --git a/forum/qa-theme/SnowFlat/qa-styles.css b/forum/qa-theme/SnowFlat/qa-styles.css
index 41ed5c47..b0dec822 100644
--- a/forum/qa-theme/SnowFlat/qa-styles.css
+++ b/forum/qa-theme/SnowFlat/qa-styles.css
@@ -69,7 +69,6 @@ a {
a:active, a:focus {
color: #3498db;
text-decoration: none;
- outline: 0;
}
a:visited {
color: #2980b9;
@@ -80,6 +79,16 @@ a:hover {
text-decoration: underline;
}
+a:focus *[data-info]::after {
+ opacity: 1;
+ top: 30px;
+ z-index: 9999;
+}
+
+a[href*="qa.rss"] {
+ outline-color: #ffffff;
+}
+
h1 {
font-size: 1.5em;
line-height: 2em;
@@ -125,7 +134,7 @@ hr {
img {
vertical-align: bottom;
max-width: 100%;
- height: auto !important;
+ height: auto;
}
input, textarea, select {
@@ -195,16 +204,11 @@ blockquote p {
.qa-search-field {
margin: 0 -40px 0 0;
- padding: 0 40px 0 0;
- vertical-align: bottom;
+ padding: 0 40px 0 7px;
width: 98%;
height: 36px;
- border-width: 1px;
- border-style: solid;
- border-color: #1ABC9C;
-}
-.qa-search-field:focus {
- border-color: #e6e6e6;
+ border: 1px solid #1ABC9C;
+ outline-color: #126252;
}
.qa-search-button {
@@ -215,9 +219,14 @@ blockquote p {
height: 36px;
text-indent: 9999px;
width: 36px;
- margin: 0 !important;
+ margin: 0;
border: none;
- outline: none;
+ outline-color: #126252;
+ transition: background-color 0.2s;
+}
+.qa-search-button:hover,
+.qa-search-button:focus {
+ background-color: #178972 !important; /* sorry */
}
@media (max-width: 1179px) {
@@ -474,36 +483,14 @@ blockquote p {
.qa-logo {
display: inline-block;
- vertical-align: top;
- font-size: 24px;
- margin: 0 15px 0 15px;
-}
-
-.qa-logoA {
- display: inline-block;
- vertical-align: top;
font-size: 24px;
- margin: 0 15px 0 15px;
- background-color: #1F2B37;
-}
-
-.qa-logoA img {
- max-height: 49px;
- width: auto;
+ margin-right: -2px;
}
@media (max-width: 1179px) {
.qa-logo {
- display: inline-block;
- vertical-align: top;
- font-size: 24px;
- margin: 0 5px 0 15px;
- background-color: #2C3E50;
- padding-left: 10px;
- padding-right: 12px;
- padding-top: 4px;
- padding-bottom: 4px;
+ padding: 4px 12px 4px 10px;
}
.qa-logo:hover {
@@ -511,29 +498,7 @@ blockquote p {
}
.qa-logo img {
- max-height: 55px;
- width: auto;
-}
-
-.qa-logoA {
- display: inline-block;
- vertical-align: top;
- font-size: 24px;
- margin: 0 5px 0 15px;
- background-color: #2C3E50;
- padding-left: 10px;
- padding-right: 12px;
- padding-top: 4px;
- padding-bottom: 4px;
-}
-
-.qa-logoA:hover {
- background-color: #1F2B37;
-}
-
-.qa-logoA img {
- max-height: 55px;
- width: auto;
+ height: 55px;
}
.qa-header-menu {
@@ -544,15 +509,24 @@ blockquote p {
}
.qa-logo img {
- max-height: 49px;
- width: auto;
+ height: 48px;
}
.qa-logo-link {
- line-height: 49px;
display: block;
}
+.qa-logo-link dfn::after {
+ top: 15px;
+ left: -10px;
+ text-align: center;
+
+}
+.qa-logo-link dfn:hover::after {
+ top: 40px;
+
+}
+
@media (min-width: 1180px) {
.qa-logo-link {
padding: 5px 10px;
@@ -647,7 +621,7 @@ blockquote p {
text-align: center;
}
}
-.qa-nav-main-link:hover {
+.qa-nav-main-link:hover, .qa-nav-main-link:focus {
text-decoration: none;
background: #1F2B37;
}
@@ -1491,8 +1465,11 @@ h1 a:hover, h1 a:focus, h1 a:visited {
text-decoration: none !important;
transition: all 0.75s ease-in-out 0s;
}
+
+.qa-widget-side .qa-q-view-tag-item:hover,
+.qa-widget-side .qa-q-view-tag-item:focus,
.qa-tag-link:hover,
-.qa-widget-side .qa-q-view-tag-item:hover {
+.qa-tag-link:focus {
background: #f39c12;
color: #fff !important;
transition: all 0.25s ease-in-out 0s;
@@ -1513,6 +1490,11 @@ h1 a:hover, h1 a:focus, h1 a:visited {
content: url('images/star14.png');
background-color: #b94a00;
}
+.qa-widget-side .qa-q-view-tag-item:focus,
+.qa-tag-link:focus {
+ outline-color: #21130C;
+}
+
.qa-page-links-list {
margin: 0;
@@ -1913,12 +1895,10 @@ input, textarea, select {
input:focus, textarea:focus, select:focus {
background-color: #fff;
border-color: #3498db;
- outline: 0;
}
input::-moz-focus-inner, textarea::-moz-focus-inner, select::-moz-focus-inner {
padding: 0;
border: 0;
- outline: 0;
}
select:-moz-focusring {
@@ -2290,10 +2270,13 @@ input[type="submit"], button {
color: #fff;
border-bottom: 1px dotted #fff;
}
-.qa-suggest-next a:hover {
+.qa-suggest-next a:hover, .qa-suggest-next a:focus {
color: #fff;
border-bottom: 0;
}
+.qa-suggest-next a:focus {
+ outline-color: #ffffff;
+}
/*------[ q-view ]------*/
.qa-form-light-button {
@@ -3727,9 +3710,9 @@ input[type="submit"], button {
.qa-main-wrapper {
overflow: hidden;
*zoom: 1;
-
+
/* for Post Preview