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:
-rw-r--r--README.md4
-rw-r--r--exampleSite/config.toml8
-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
10 files changed, 46 insertions, 30 deletions
diff --git a/README.md b/README.md
index 3988ee8..fa5b4a5 100644
--- a/README.md
+++ b/README.md
@@ -200,13 +200,13 @@ The social links on the right side are configured as a top-level menu.
weight = 1
name = "GitHub"
url = "https://github.com/devcows/hugo-universal-theme"
- pre = "<i class='fa fa-2x fa-github'></i>"
+ pre = "<i class='fa fa-github'></i>"
[[menu.topbar]]
weight = 2
name = "Facebook"
url = "http://facebook.com"
- pre = "<i class='fa fa-2x fa-facebook'></i>"
+ pre = "<i class='fa fa-facebook'></i>"
```
### Blog post thumbnails
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index aa1fac5..2922f1f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -47,25 +47,25 @@ paginate = 10
weight = 1
name = "GitHub"
url = "https://github.com/devcows/hugo-universal-theme"
- pre = "<i class='fa fa-2x fa-github'></i>"
+ pre = "<i class='fa fa-github'></i>"
[[menu.topbar]]
weight = 2
name = "Facebook"
url = "http://facebook.com"
- pre = "<i class='fa fa-2x fa-facebook'></i>"
+ pre = "<i class='fa fa-facebook'></i>"
[[menu.topbar]]
weight = 3
name = "Twitter"
url = "http://twitter.com"
- pre = "<i class='fa fa-2x fa-twitter'></i>"
+ pre = "<i class='fa fa-twitter'></i>"
[[menu.topbar]]
weight = 4
name = "Email"
url = "mailto:your@email.com"
- pre = "<i class='fa fa-2x fa-envelope'></i>"
+ pre = "<i class='fa fa-envelope'></i>"
[params]
viewMorePostLink = "/blog/"
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,