Skip to content

Commit

Permalink
Nature 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drmenzelit committed Jan 11, 2022
1 parent 6aefdcf commit f42eb29
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 182 deletions.
32 changes: 29 additions & 3 deletions css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
--card-shadow: 1px 1px 6px 0 rgba(12, 12, 13, .2);
--card-shadow-hover: 1px 1px 6px 0 rgba(12, 12, 13, .5);
}
@media (max-width: 799px) {
:root {
--s1: .5rem;
--s2: 1rem;
--s3: 1.5rem;
--s4: 2rem;
}
}
/* Resets */
/* Box sizing rules */
*,
Expand Down Expand Up @@ -257,7 +265,7 @@ input[type="checkbox"] {
display: block;
width: 100%;
max-width: 100%;
padding-right: 3rem;
padding-right: 4rem;
cursor: pointer;
background: url("../images/select-bg.svg") no-repeat 100%/120rem;
background-color: #eaedf0;
Expand All @@ -266,6 +274,15 @@ input[type="checkbox"] {
-moz-appearance: none;
appearance: none;
}
.form-inline .custom-select,
.form-inline .form-select {
display: inline-block;
width: auto;
}
.form-select-sm {
padding: .5rem 4rem .5rem .5rem;
font-size: .9rem;
}
.form-control {
display: block;
width: 100%;
Expand Down Expand Up @@ -303,6 +320,10 @@ blockquote {
figure img {
width: 100%;
}
figcaption {
font-size: .9rem;
color: var(--grey2);
}
.list-inline {
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -646,13 +667,17 @@ meter {
color: var(--danger);
}
/* Layout */
.wrapper,
.mod-breadcrumbs__wrapper {
.wrapper {
max-width: var(--wrapperwidth);
margin: 0 auto;
}
.mod-breadcrumbs__wrapper {
width: 100%;
padding: 0 var(--s2);
}
.mod-breadcrumbs {
max-width: var(--wrapperwidth);
margin: var(--s1) auto;
}
/* Header */
header {
Expand Down Expand Up @@ -785,6 +810,7 @@ header .nav-item.active > a {
justify-content: center;
}
.container-search.active {
z-index: 1;
display: block;
box-shadow: var(--card-shadow);
}
Expand Down
2 changes: 1 addition & 1 deletion css/template.min.css

Large diffs are not rendered by default.

173 changes: 0 additions & 173 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion templateDetails.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="template" client="site" method="upgrade">
<name>nature</name>
<version>1.0.3</version>
<version>1.0.4</version>
<creationDate>February 2021</creationDate>
<author>Viviana Menzel</author>
<authorEmail>info@dr-menzel-it.de</authorEmail>
Expand Down
8 changes: 4 additions & 4 deletions update.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" ?>
<updates>
<update>
<name>Nature 1.0.3</name>
<name>Nature 1.0.4</name>
<description>Nature J4 Template</description>
<element>nature</element>
<type>template</type>
<client>site</client>
<version>1.0.3</version>
<version>1.0.4</version>
<infourl title="Nature J4 Template">https://github.com/drmenzelit/nature-j4-template</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/drmenzelit/nature-j4-template/releases/download/1.0.3/nature-j4-template-1.0.3.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/drmenzelit/nature-j4-template/releases/download/1.0.4/nature-j4-template-1.0.4.zip</downloadurl>
</downloads>
<sha512>995c60ad531307efaeb00f5efef26b49494f4bad64751bc53642b68fa7e9e251fbbc914ebade28a78e6a58cd7df4d0fbc8960ccc58141f4a76d63af6cda3f652</sha512>
<sha512>6b1e6768656a1b65efbf4856b3e83eb78997e265f414f2f59ae5a023ab8bfd1226221cbe15d067af00b55abc0f916b9a6103dabac1bf3bbb8ad062a8a9376f11</sha512>
<maintainer>Viviana Menzel</maintainer>
<maintainerurl>https://www.dr-menzel-it.de</maintainerurl>
<php_minimum>7.2.5</php_minimum>
Expand Down

0 comments on commit f42eb29

Please sign in to comment.