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:
authorLuca Berton <luca@lucaberton.it>2019-10-27 00:43:49 +0300
committerGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-10-27 00:43:49 +0300
commita7a7a8aec6873b14a9a66f2cfc60c54cc70956a6 (patch)
tree24270d9c89be7ac9faf163c15df145a823f38e2c
parentdbc3062d24742ebaffa409a747b93ad80001897f (diff)
Apply green, turquoise and violet texture via stylesheet (#175)
-rw-r--r--static/css/style.green.css4
-rw-r--r--static/css/style.turquoise.css4
-rw-r--r--static/css/style.violet.css4
3 files changed, 6 insertions, 6 deletions
diff --git a/static/css/style.green.css b/static/css/style.green.css
index d0f8a2f..48fc2d3 100644
--- a/static/css/style.green.css
+++ b/static/css/style.green.css
@@ -1726,7 +1726,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 +1755,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;
}
diff --git a/static/css/style.turquoise.css b/static/css/style.turquoise.css
index f4607c8..17e8c5f 100644
--- a/static/css/style.turquoise.css
+++ b/static/css/style.turquoise.css
@@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active {
border: none;
}
#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
+ background: url('../img/texture-turquoise.png') center center repeat;
padding: 20px 0;
margin-bottom: 40px;
}
@@ -1755,7 +1755,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-turquoise.png') center center repeat;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
}
diff --git a/static/css/style.violet.css b/static/css/style.violet.css
index f10fe8d..6c5e0d4 100644
--- a/static/css/style.violet.css
+++ b/static/css/style.violet.css
@@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active {
border: none;
}
#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
+ background: url('../img/texture-violet.png') center center repeat;
padding: 20px 0;
margin-bottom: 40px;
}
@@ -1755,7 +1755,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-violet.png') center center repeat;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
}