Version 1.0.2

All original files from version 1.0.2
This commit is contained in:
pmoreno.rodriguez 2023-01-05 23:00:39 +01:00 committed by GitHub
parent e00b11fc81
commit 9f1991e72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 82 additions and 95 deletions

View file

@ -2036,12 +2036,11 @@ ul.icons li > * .label {
ul.posts {
list-style: none;
padding: 0;
margin-bottom: 0.25rem;
}
ul.posts li {
border-top: dotted 1px rgba(160, 160, 160, 0.3);
margin: 0.25em 0 0 0;
padding: 0.25em 0 0 0;
margin: 1.5em 0 0 0;
padding: 1.5em 0 0 0;
}
ul.posts li:first-child {
border-top: 0;
@ -2077,7 +2076,6 @@ ul.posts article header {
ul.posts article header h3 {
font-size: 0.7em;
margin-top: 0.125em;
margin-bottom: 0.25em;
}
ul.posts article header .published {
display: block;
@ -2178,12 +2176,6 @@ ul.posts article header > :last-child {
margin: 0 0 3em 0;
position: relative;
}
.post img {
max-width: 100%;
}
.post .modular-row.gallery-container {
margin-bottom: 2.75rem;
}
.post > header {
display: -moz-flex;
display: -ms-flex;
@ -2692,7 +2684,6 @@ table.alt tfoot {
.menulink {
margin: 0;
padding: 0;
margin-top: -0.3rem;
}
ul.menulink > li,
@ -3147,4 +3138,4 @@ body.is-menu-visible #menu {
#menu > * {
padding: 1.5em;
}
}/*# sourceMappingURL=main.css.map */
}/*# sourceMappingURL=main.css.map */

7
assets/css/main.css.map Normal file

File diff suppressed because one or more lines are too long

View file

@ -13,14 +13,6 @@
margin: 0 0 _size(section-spacing) 0;
position: relative;
img {
max-width: 100%;
}
.modular-row.gallery-container {
margin-bottom: 2.75rem;
}
> header {
@include vendor('display', 'flex');
border-bottom: solid 1px _palette(border);
@ -252,4 +244,4 @@
}
}
}
}
}

View file

@ -9,12 +9,11 @@
ul.posts {
list-style: none;
padding: 0;
margin-bottom: 0.25rem;
li {
border-top: dotted 1px _palette(border);
margin: (_size(element-margin) * 0.125) 0 0 0;
padding: (_size(element-margin) * 0.125) 0 0 0;
margin: (_size(element-margin) * 0.75) 0 0 0;
padding: (_size(element-margin) * 0.75) 0 0 0;
&:first-child {
border-top: 0;
@ -47,7 +46,6 @@
h3 {
font-size: 0.7em;
margin-top: 0.125em;
margin-bottom: 0.25em;
}
.published {
@ -65,4 +63,4 @@
}
}
}
}
}

View file

@ -5,24 +5,23 @@
@media screen and (max-width: 980px) {
#sidebarmenu {
display: block; }
display: block; }
}
.menulink {
margin: 0;
padding: 0;
margin-top: -0.3rem;
}
ul.menulink > li,
ul.menulink > li,
ul.menulink > li > ul
{
{
list-style: none;
font-family: _font(family-heading);
padding: 0.1em 0 0 0;
margin: 0em;
line-height: 2.3em;
}
}
ul.menulink > li a.tags {
border: dotted 1px rgba(119, 118, 118, 0.65);
padding: 0.2em;
@ -75,9 +74,8 @@ ul.subitem_hide {
display:none;
}
ul.subitem_hide > li > ul,
ul.subitem_hide > li a span
{
ul.subitem_hide > li a span {
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
margin-bottom: 0;
@ -87,11 +85,12 @@ ul.subitem_hide > li a span
ul.subitem_hide > li {
list-style-type: none;
margin-left: 0.4em;
}
}
.dropdown-btn {
cursor: pointer;
}
.fa-caret-down {
float: right;
padding-right: 8px;
}
}

View file

@ -6,82 +6,82 @@
/* Intro */
#intro {
.logo {
border-bottom: 0;
display: inline-block;
margin: 0 0 (_size(element-margin) * 0.5) 0;
overflow: hidden;
position: relative;
width: 4em;
#intro {
.logo {
border-bottom: 0;
display: inline-block;
margin: 0 0 (_size(element-margin) * 0.5) 0;
overflow: hidden;
position: relative;
width: 4em;
&:before {
background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" width="100px" height="100px" viewBox="0 0 100 100" preserveAspectRatio="none" zoomAndPan="disable"><polygon points="0,0 100,0 100,25 50,0 0,25" style="fill:#{_palette(bg-alt)}" /><polygon points="0,100 100,100 100,75 50,100 0,75" style="fill:#{_palette(bg-alt)}" /></svg>');
background-position: top left;
background-repeat: no-repeat;
background-size: 100% 100%;
content: '';
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
&:before {
background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" width="100px" height="100px" viewBox="0 0 100 100" preserveAspectRatio="none" zoomAndPan="disable"><polygon points="0,0 100,0 100,25 50,0 0,25" style="fill:#{_palette(bg-alt)}" /><polygon points="0,100 100,100 100,75 50,100 0,75" style="fill:#{_palette(bg-alt)}" /></svg>');
background-position: top left;
background-repeat: no-repeat;
background-size: 100% 100%;
content: '';
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
img {
display: block;
margin-left: -0.25em;
width: 4.5em;
}
}
img {
display: block;
margin-left: -0.25em;
width: 4.5em;
}
}
header {
h2 {
font-size: 2em;
font-weight: _font(weight-heading-extrabold);
}
p {
font-size: 0.8em;
}
}
@include breakpoint('<=large') {
margin: 0 0 _size(section-spacing) 0;
text-align: center;
header {
h2 {
font-size: 2em;
font-weight: _font(weight-heading-extrabold);
}
p {
font-size: 0.7em;
font-size: 0.8em;
}
}
}
@include breakpoint('<=small') {
margin: 0 0 _size(section-spacing-small) 0;
padding: 1.25em 0;
@include breakpoint('<=large') {
margin: 0 0 _size(section-spacing) 0;
text-align: center;
> :last-child {
margin-bottom: 0;
}
header {
h2 {
font-size: 2em;
}
.logo {
margin: 0 0 (_size(element-margin) * 0.25) 0;
}
header {
h2 {
font-size: 1.25em;
p {
font-size: 0.7em;
}
}
}
@include breakpoint('<=small') {
margin: 0 0 _size(section-spacing-small) 0;
padding: 1.25em 0;
> :last-child {
margin-bottom: 0;
}
.logo {
margin: 0 0 (_size(element-margin) * 0.25) 0;
}
header {
h2 {
font-size: 1.25em;
}
> :last-child {
margin-bottom: 0;
}
}
}
}
}
}