Update the position, size, and credit of the profile picture.
This commit is contained in:
parent
1ff0501adf
commit
3b3adcf51d
3 changed files with 9 additions and 8 deletions
|
@ -39,7 +39,7 @@ body {
|
|||
img.me {
|
||||
float: right;
|
||||
padding: 0px 0px 0px 15px;
|
||||
width: 218px;
|
||||
width: 195px;
|
||||
}
|
||||
|
||||
img.uevelogo {
|
||||
|
@ -144,19 +144,20 @@ pre.example {
|
|||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
||||
|
||||
p.photo-ref {
|
||||
text-align: right;
|
||||
color: lightcyan;
|
||||
color: #f5ff3dff;
|
||||
font-style: italic;
|
||||
font-size: small;
|
||||
margin-bottom: -40px;
|
||||
padding-right: 3px;
|
||||
margin-bottom: -38px;
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
a.photo-ref:visited {
|
||||
color: lightcyan;
|
||||
color: #f5ff3dff;
|
||||
}
|
||||
|
||||
a.photo-ref:link {
|
||||
color: lightcyan;
|
||||
color: #f5ff3dff;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../content/css/notitle.css" />
|
||||
|
||||
#+ATTR_HTML: :class photo-ref
|
||||
[[https://www.instagram.com/emilie_nuyn/][Image d'Émilie]]
|
||||
[[https://www.instagram.com/emilie_nuyn/][Émilie]]
|
||||
|
||||
#+ATTR_HTML: :alt une photo de sergiu ivanov :class me
|
||||
[[../content/me/sivanov.jpg]]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="content/css/notitle.css" />
|
||||
|
||||
#+ATTR_HTML: :class photo-ref
|
||||
[[https://www.instagram.com/emilie_nuyn/][Picture by Émilie]]
|
||||
[[https://www.instagram.com/emilie_nuyn/][Émilie]]
|
||||
|
||||
#+ATTR_HTML: :alt a picture of sergiu ivanov :class me
|
||||
[[file:content/me/sivanov.jpg]]
|
||||
|
|
Loading…
Reference in a new issue