Logo include + minor CSS changes

This commit is contained in:
Yann Esposito (Yogsototh) 2019-11-22 09:55:20 +08:00
parent 1a9dc319b5
commit 96d70cee80
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
4 changed files with 17 additions and 25 deletions

10
logo-svg.org Normal file
View File

@ -0,0 +1,10 @@
@@html:
<div style="text-align:center">
<svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="31" stroke="var(--base2)" stroke-width="1" fill="var(--base03)"/>
<circle cx="32" cy="32" r="16" stroke="var(--red)" stroke-width="1" fill="var(--orange)"/>
<circle cx="32" cy="32" r="8" stroke-width="0" fill="var(--yellow)"/>
<ellipse cx="32" cy="12" rx="16" ry="10" stroke-width="0" fill="var(--base3)"/>
</svg>
</div>
@@

View File

@ -8,16 +8,7 @@
#+OPTIONS: H:5 auto-id:t
#+STARTUP: showeverything
@@html:
<div style="text-align:center">
<svg width="10em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="31" stroke="var(--base2)" stroke-width="1" fill="var(--base03)"/>
<circle cx="32" cy="32" r="16" stroke="var(--red)" stroke-width="1" fill="var(--orange)"/>
<circle cx="32" cy="32" r="8" stroke-width="0" fill="var(--yellow)"/>
<ellipse cx="32" cy="12" rx="16" ry="10" stroke-width="0" fill="var(--base3)"/>
</svg>
</div>
@@
#+INCLUDE: ../logo-svg.org
#+begin_notes
*Sorry for the late reply*

View File

@ -26,14 +26,14 @@ figure,table {
}
li {
display: block;
padding-left: 1.5em;
padding-left: 2ch;
}
ol > li:before, ul > li:before {
content: " ";
opacity: 0.5;
float: left;
position: relative;
left: -1.5em;
left: -2ch;
text-align: right;
width: 0;
}
@ -45,10 +45,10 @@ ol > li:before {
counter-increment: ol;
}
ol > li:nth-child(n+10) {
padding-left:28px;
padding-left:3ch;
}
ol > li:nth-child(n+10):before {
left: -28px;
left: -3ch;
}
img {
width: 100%;
@ -56,7 +56,7 @@ img {
margin: 1em auto;
}
p > img, li > img {
max-height: 1em;
max-height: 1cap;
width: auto;
margin: 0;
vertical-align: middle;

View File

@ -8,16 +8,7 @@
#+OPTIONS: H:5
#+STARTUP: showeverything
@@html:
<div style="text-align:center">
<svg width="10em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="31" stroke="var(--base2)" stroke-width="1" fill="var(--base03)"/>
<circle cx="32" cy="32" r="16" stroke="var(--red)" stroke-width="1" fill="var(--orange)"/>
<circle cx="32" cy="32" r="8" stroke-width="0" fill="var(--yellow)"/>
<ellipse cx="32" cy="12" rx="16" ry="10" stroke-width="0" fill="var(--base3)"/>
</svg>
</div>
@@
#+INCLUDE: ../logo-svg.org
Welcome to my personal website.
I generally talk about programming, maybe movies, or miscellaneous topics.