Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.green.css')
-rw-r--r--static/css/style.green.css65
1 files changed, 34 insertions, 31 deletions
diff --git a/static/css/style.green.css b/static/css/style.green.css
index bc6e9e0..622f7d7 100644
--- a/static/css/style.green.css
+++ b/static/css/style.green.css
@@ -55,10 +55,6 @@ button {
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
.clickable {
cursor: pointer !important;
}
@@ -107,11 +103,11 @@ div.section {
text-transform: uppercase;
letter-spacing: 0.06em;
}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
+.heading h1 i[class^="fa"],
+.heading h2 i[class^="fa"],
+.heading h3 i[class^="fa"],
+.heading h4 i[class^="fa"],
+.heading h5 i[class^="fa"] {
display: inline-block;
background: #6aae7a;
width: 30px;
@@ -222,7 +218,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
@@ -253,13 +249,15 @@ ul.list-style-none {
width: 24px;
height: 24px;
border-radius: 12px;
- line-height: 20px;
+ line-height: 24px;
font-size: 12px;
text-align: center;
- vertical-align: bottom;
}
#top .social a:hover {
color: #fff;
+ background: #6aae7a;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -474,26 +472,24 @@ ul.list-style-none {
margin-left: 7px;
}
.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
top: 0;
z-index: 1000;
+ width: 100%;
+}
+.navbar-affixed-top.affix {
-webkit-box-shadow: 0 0 5px #cccccc;
box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
}
-body.boxed .navbar-affixed-top.affix {
- position: static;
+.navbar-affixed-top.affix + section {
+ margin-top: 62px;
+}
+@supports (position: sticky) {
+ .navbar-affixed-top {
+ position: sticky;
+ }
+ .navbar-affixed-top.affix + section {
+ margin-top: 0;
+ }
}
#login-modal {
overflow: hidden;
@@ -981,12 +977,19 @@ fieldset[disabled] .btn-template-primary.active {
letter-spacing: 0.08em;
font-weight: 700;
font-size: 12px;
+ text-decoration: none;
}
.panel.sidebar-menu ul.tag-cloud li a:hover {
color: #6aae7a;
- text-decoration: none;
border-color: #6aae7a;
}
+.panel.sidebar-menu ul.tag-cloud li.active a {
+ color: #FFFFFF;
+ background-color: #6aae7a;
+}
+.panel.sidebar-menu ul.tag-cloud li.active a:hover {
+ color: #FFFFFF;
+}
.panel.sidebar-menu ul.popular,
.panel.sidebar-menu ul.recent {
list-style: none;
@@ -1726,7 +1729,7 @@ fieldset[disabled] .btn-template-primary.active {
border: none;
}
#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
+ background: url('../img/texture-green.png') center center repeat;
padding: 20px 0;
margin-bottom: 40px;
}
@@ -1755,7 +1758,7 @@ fieldset[disabled] .btn-template-primary.active {
padding: 60px 0;
}
.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
+ background: url('../img/texture-green.png') center center repeat;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
}
@@ -3529,7 +3532,7 @@ a.list-group-item.active > .badge,
/*!
* Yamm!3 - Yet another megamenu for Bootstrap 3
* http://geedmo.github.com/yamm3
- *
+ *
* @geedmo - Licensed under the MIT license
*/
.yamm .nav,