mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-29 22:58:55 +00:00
Version 1.0.2
All original files from version 1.0.2
This commit is contained in:
parent
e00b11fc81
commit
9f1991e72d
6 changed files with 82 additions and 95 deletions
|
@ -2036,12 +2036,11 @@ ul.icons li > * .label {
|
||||||
ul.posts {
|
ul.posts {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
}
|
}
|
||||||
ul.posts li {
|
ul.posts li {
|
||||||
border-top: dotted 1px rgba(160, 160, 160, 0.3);
|
border-top: dotted 1px rgba(160, 160, 160, 0.3);
|
||||||
margin: 0.25em 0 0 0;
|
margin: 1.5em 0 0 0;
|
||||||
padding: 0.25em 0 0 0;
|
padding: 1.5em 0 0 0;
|
||||||
}
|
}
|
||||||
ul.posts li:first-child {
|
ul.posts li:first-child {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
@ -2077,7 +2076,6 @@ ul.posts article header {
|
||||||
ul.posts article header h3 {
|
ul.posts article header h3 {
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
margin-top: 0.125em;
|
margin-top: 0.125em;
|
||||||
margin-bottom: 0.25em;
|
|
||||||
}
|
}
|
||||||
ul.posts article header .published {
|
ul.posts article header .published {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -2178,12 +2176,6 @@ ul.posts article header > :last-child {
|
||||||
margin: 0 0 3em 0;
|
margin: 0 0 3em 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.post img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
.post .modular-row.gallery-container {
|
|
||||||
margin-bottom: 2.75rem;
|
|
||||||
}
|
|
||||||
.post > header {
|
.post > header {
|
||||||
display: -moz-flex;
|
display: -moz-flex;
|
||||||
display: -ms-flex;
|
display: -ms-flex;
|
||||||
|
@ -2692,7 +2684,6 @@ table.alt tfoot {
|
||||||
.menulink {
|
.menulink {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: -0.3rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.menulink > li,
|
ul.menulink > li,
|
||||||
|
|
7
assets/css/main.css.map
Normal file
7
assets/css/main.css.map
Normal file
File diff suppressed because one or more lines are too long
|
@ -13,14 +13,6 @@
|
||||||
margin: 0 0 _size(section-spacing) 0;
|
margin: 0 0 _size(section-spacing) 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modular-row.gallery-container {
|
|
||||||
margin-bottom: 2.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
@include vendor('display', 'flex');
|
@include vendor('display', 'flex');
|
||||||
border-bottom: solid 1px _palette(border);
|
border-bottom: solid 1px _palette(border);
|
||||||
|
|
|
@ -9,12 +9,11 @@
|
||||||
ul.posts {
|
ul.posts {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 0.25rem;
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
border-top: dotted 1px _palette(border);
|
border-top: dotted 1px _palette(border);
|
||||||
margin: (_size(element-margin) * 0.125) 0 0 0;
|
margin: (_size(element-margin) * 0.75) 0 0 0;
|
||||||
padding: (_size(element-margin) * 0.125) 0 0 0;
|
padding: (_size(element-margin) * 0.75) 0 0 0;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
@ -47,7 +46,6 @@
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
margin-top: 0.125em;
|
margin-top: 0.125em;
|
||||||
margin-bottom: 0.25em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.published {
|
.published {
|
||||||
|
|
|
@ -11,18 +11,17 @@
|
||||||
.menulink {
|
.menulink {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-top: -0.3rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.menulink > li,
|
ul.menulink > li,
|
||||||
ul.menulink > li > ul
|
ul.menulink > li > ul
|
||||||
{
|
{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-family: _font(family-heading);
|
font-family: _font(family-heading);
|
||||||
padding: 0.1em 0 0 0;
|
padding: 0.1em 0 0 0;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
line-height: 2.3em;
|
line-height: 2.3em;
|
||||||
}
|
}
|
||||||
ul.menulink > li a.tags {
|
ul.menulink > li a.tags {
|
||||||
border: dotted 1px rgba(119, 118, 118, 0.65);
|
border: dotted 1px rgba(119, 118, 118, 0.65);
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
|
@ -75,8 +74,7 @@ ul.subitem_hide {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
ul.subitem_hide > li > ul,
|
ul.subitem_hide > li > ul,
|
||||||
ul.subitem_hide > li a span
|
ul.subitem_hide > li a span {
|
||||||
{
|
|
||||||
|
|
||||||
-webkit-transition: color 0.2s ease;
|
-webkit-transition: color 0.2s ease;
|
||||||
transition: color 0.2s ease;
|
transition: color 0.2s ease;
|
||||||
|
@ -87,7 +85,8 @@ ul.subitem_hide > li a span
|
||||||
ul.subitem_hide > li {
|
ul.subitem_hide > li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-left: 0.4em;
|
margin-left: 0.4em;
|
||||||
}
|
|
||||||
|
}
|
||||||
.dropdown-btn {
|
.dropdown-btn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
/* Intro */
|
/* Intro */
|
||||||
|
|
||||||
#intro {
|
#intro {
|
||||||
.logo {
|
.logo {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -84,4 +84,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue