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
path: root/static
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-10-30 21:48:21 +0300
committerGitHub <noreply@github.com>2019-10-30 21:48:21 +0300
commit3c7e7de23674a8a76881c0a6e4b93d9df87ca6f2 (patch)
tree3e6be248b974a84a575a2004b006cec381a42c1b /static
parentab8025799d63ff437c2d5fad92e544b1ea4721c6 (diff)
Style for header icons from Universal v2. (#235)
* Style for header icons from Universal v2. * Applied to all colors.
Diffstat (limited to 'static')
-rw-r--r--static/css/style.blue.css8
-rw-r--r--static/css/style.default.css8
-rw-r--r--static/css/style.green.css8
-rw-r--r--static/css/style.marsala.css8
-rw-r--r--static/css/style.pink.css8
-rw-r--r--static/css/style.red.css8
-rw-r--r--static/css/style.turquoise.css8
-rw-r--r--static/css/style.violet.css8
8 files changed, 40 insertions, 24 deletions
diff --git a/static/css/style.blue.css b/static/css/style.blue.css
index c738447..26b84da 100644
--- a/static/css/style.blue.css
+++ b/static/css/style.blue.css
@@ -253,13 +253,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: #467fbf;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -3529,7 +3531,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,
diff --git a/static/css/style.default.css b/static/css/style.default.css
index f2e56d3..bad95ed 100644
--- a/static/css/style.default.css
+++ b/static/css/style.default.css
@@ -253,13 +253,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: #4fbfa8;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -3529,7 +3531,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,
diff --git a/static/css/style.green.css b/static/css/style.green.css
index 48fc2d3..5ba62eb 100644
--- a/static/css/style.green.css
+++ b/static/css/style.green.css
@@ -253,13 +253,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;
@@ -3529,7 +3531,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,
diff --git a/static/css/style.marsala.css b/static/css/style.marsala.css
index 40972c3..95eed30 100644
--- a/static/css/style.marsala.css
+++ b/static/css/style.marsala.css
@@ -253,13 +253,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: #955251;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -3529,7 +3531,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,
diff --git a/static/css/style.pink.css b/static/css/style.pink.css
index cb7863d..2786315 100644
--- a/static/css/style.pink.css
+++ b/static/css/style.pink.css
@@ -253,13 +253,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: #c27baa;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -3529,7 +3531,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,
diff --git a/static/css/style.red.css b/static/css/style.red.css
index f328ee6..520d81e 100644
--- a/static/css/style.red.css
+++ b/static/css/style.red.css
@@ -253,13 +253,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: #da4d4d;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -3529,7 +3531,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,
diff --git a/static/css/style.turquoise.css b/static/css/style.turquoise.css
index 17e8c5f..9395538 100644
--- a/static/css/style.turquoise.css
+++ b/static/css/style.turquoise.css
@@ -253,13 +253,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: #4fbfa8;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -3529,7 +3531,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,
diff --git a/static/css/style.violet.css b/static/css/style.violet.css
index 6c5e0d4..54da34b 100644
--- a/static/css/style.violet.css
+++ b/static/css/style.violet.css
@@ -253,13 +253,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: #986dbd;
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
#top .social a:hover.facebook {
background-color: #4460ae;
@@ -3529,7 +3531,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,