Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Dec 4, 2024
1 parent 289e06b commit cb91f88
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 43 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ <h1>
<img src="{{ site.github.url }}/assets/img/{{ page.image }}">
</div>
{% endif %}
<article>
<main itemscope itemtype="https://schema.org/BlogPosting">
{{ content }}
</article>
</main>
{% if site.hide_post_share != true %}
{% include post-share.html %}
{% endif %}
Expand Down
85 changes: 44 additions & 41 deletions _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,50 @@ body {
font-variation-settings:
"wdth" 100;

}


section {

display : block;
flex-wrap: wrap;
border-radius: 0px 0px 0px 0px;
margin-top: 0px;
width: 90vh;
padding: 0px;
margin-bottom: 40px;
margin-right: auto;
margin-left: auto;
margin-top: -188px;
line-height: 1.5;
/* opera does not like 'margin:20px auto' */
/* background: #666; */
border: 1px solid white;
background: url(https://landsat.gsfc.nasa.gov/wp-content/uploads/2013/12/San_Fran_new_432.jpg) no-repeat 0 0 fixed;
/* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size */
background-size: cover;
margin-right: auto;
margin-left: auto;
/* background: url(https://mars.nasa.gov/mars2020-raw-images/pub/ods/surface/sol/01046/ids/edr/browse/rcam/RRF_1046_0759804806_506ECM_N0495338RHAZ02420_01_295J01_800.jpg) no-repeat 0 0 fixed; */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size */

text-align:left;
/* part 2 of 2 centering hack */
voice-family: "\"}\"";
voice-family:inherit;


box-shadow: rgba(255,255,255, 0.4) 5px 5px, rgba(255,255,255, 0.3) 10px 10px, rgba(255,255,255, 0.2) 15px 15px, rgba(255,255,255, 0.1) 20px 20px, rgba(255,255,255, 0.05) 25px 25px;font-family: 'Martian Mono',-apple-system, Ariel, Verdana;
/* color: #c9ff23; */
overflow-y: auto;
}

section img {
max-height: auto;
max-width: 100%;



}
svg { width:100%;}
.jumpmenu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #0dd9c4; color: #3df28b; border: #3df28b; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-weight: bold
Expand Down Expand Up @@ -551,48 +595,7 @@ dt {



section {

display : block;
flex-wrap: wrap;
border-radius: 0px 0px 0px 0px;
margin-top: 0px;
width: 90vh;
padding: 0px;
margin-bottom: 40px;
margin-right: auto;
margin-left: auto;
margin-top: -188px;
line-height: 1.5;
/* opera does not like 'margin:20px auto' */
/* background: #666; */
border: 1px solid white;
background: url(https://landsat.gsfc.nasa.gov/wp-content/uploads/2013/12/San_Fran_new_432.jpg) no-repeat 0 0 fixed;
/* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size */
background-size: cover;
margin-right: auto;
margin-left: auto;
/* background: url(https://mars.nasa.gov/mars2020-raw-images/pub/ods/surface/sol/01046/ids/edr/browse/rcam/RRF_1046_0759804806_506ECM_N0495338RHAZ02420_01_295J01_800.jpg) no-repeat 0 0 fixed; */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/background-size */

text-align:left;
/* part 2 of 2 centering hack */
voice-family: "\"}\"";
voice-family:inherit;


box-shadow: rgba(255,255,255, 0.4) 5px 5px, rgba(255,255,255, 0.3) 10px 10px, rgba(255,255,255, 0.2) 15px 15px, rgba(255,255,255, 0.1) 20px 20px, rgba(255,255,255, 0.05) 25px 25px;font-family: 'Martian Mono',-apple-system, Ariel, Verdana;
/* color: #c9ff23; */
overflow-y: auto;
}

section img {
max-height: auto;
max-width: 100%;



}

small {
font-size:12px;
Expand Down

0 comments on commit cb91f88

Please sign in to comment.