assets/css/blog.css in appscms-tools-theme-0.3.8 vs assets/css/blog.css in appscms-tools-theme-0.3.9
- old
+ new
@@ -36,10 +36,13 @@
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
+.navbar-nav {
+ align-items: center;
+}
.navbar-brand {
font-size: 2.2rem;
color: var(--txtColor) !important;
font-weight: 900;
}
@@ -363,11 +366,60 @@
}
.pageUrl:hover {
text-decoration: none;
color: green;
}
+.lunrsearchresult {
+ font-size: 15px;
+}
+.lunrsearchresult .title {
+ color: #d9230f;
+}
+.lunrsearchresult .url {
+ color: silver;
+}
+.lunrsearchresult a {
+ display: block;
+ color: #777;
+}
+.lunrsearchresult:hover,
+.lunrsearchresult:focus {
+ text-decoration: none;
+}
+
+.lunrsearchresult:hover .title {
+ text-decoration: underline;
+}
+
+.close {
+ float: right;
+ font-size: 2rem;
+ font-weight: 700;
+ line-height: 1;
+ color: #000;
+ text-shadow: 0 1px 0 #fff;
+ opacity: 0.5;
+ border: none;
+ background: transparent;
+}
+.close:focus {
+ outline: none !important;
+}
+
@media (max-width: 768px) {
+ .bd-search {
+ padding: 10px 25px;
+ }
+}
+
+@media (max-width: 768px) {
+ .navbar-nav {
+ align-items: unset;
+ }
+ .nav-item {
+ padding: 0 !important;
+ }
.socialIons > .item-lists2 {
flex-direction: row;
align-items: center;
}
.socialIons > .item-lists2 > li {