summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-01-02 20:08:05 +0000
committerFederico Igne <git@federicoigne.com>2022-01-02 20:08:05 +0000
commit7689d15dd5a4abf231fd4b320ed36b13222631a5 (patch)
tree144bbc667f02b32f0383b79fd5138248c2855344
parentf7c1494206c91f2790f632038b852dd35d362b32 (diff)
downloadsite-7689d15dd5a4abf231fd4b320ed36b13222631a5.tar.gz
site-7689d15dd5a4abf231fd4b320ed36b13222631a5.zip
Fix styling errors
-rw-r--r--about.html2
-rw-r--r--research.html12
-rw-r--r--style.css31
3 files changed, 17 insertions, 28 deletions
diff --git a/about.html b/about.html
index 59bce9b..24fd062 100644
--- a/about.html
+++ b/about.html
@@ -33,7 +33,7 @@
33 </div> 33 </div>
34 </header> 34 </header>
35 <div id="body"> 35 <div id="body">
36 <p> 36 <p align="center">
37 This page is still <u>under construction</u>, so have some oldschool gifs instead. 37 This page is still <u>under construction</u>, so have some oldschool gifs instead.
38 </p> 38 </p>
39 <p align="center"> 39 <p align="center">
diff --git a/research.html b/research.html
index e4c9325..400dc9b 100644
--- a/research.html
+++ b/research.html
@@ -46,7 +46,6 @@
46 <!-- <a href="#blog">Blog</a> --> 46 <!-- <a href="#blog">Blog</a> -->
47 </div> 47 </div>
48 </header> 48 </header>
49 <div id="body">
50 <p> 49 <p>
51 Here is my <a class="highlight" href="resources/cv/cv_igne.pdf">CV</a> (along with the longer <a class="highlight" href="resources/cv/cv_igne_academic.pdf">academic version</a>). 50 Here is my <a class="highlight" href="resources/cv/cv_igne.pdf">CV</a> (along with the longer <a class="highlight" href="resources/cv/cv_igne_academic.pdf">academic version</a>).
52 </p> 51 </p>
@@ -121,22 +120,21 @@
121 34th International Conference on Logic Programming, ICLP 2018, July 14-17, 2018, Oxford, United Kingdom (<a class="hovering" href="https://dblp.uni-trier.de/rec/conf/iclp/IgneDP18.html?view=bibtex&amp;param=0">BibTeX</a>, <a class="hovering" href="resources/papers/igne1.pdf">PDF</a>). 120 34th International Conference on Logic Programming, ICLP 2018, July 14-17, 2018, Oxford, United Kingdom (<a class="hovering" href="https://dblp.uni-trier.de/rec/conf/iclp/IgneDP18.html?view=bibtex&amp;param=0">BibTeX</a>, <a class="hovering" href="resources/papers/igne1.pdf">PDF</a>).
122 </p> 121 </p>
123 </div> 122 </div>
124 </div>
125 </body> 123 </body>
126 <footer> 124 <footer>
127 <p> 125 <p>
128 email [at] federicoigne [dot] com 126 email [at] federicoigne [dot] com
129 &#x00b7; 127 &#x00b7;
130 <a href="https://keyoxide.org/hkp/D5930668786C62D0757B3264EC5C93EE812ACE50">0xEC5C93EE812ACE50</a> 128 <a class="hovering" href="https://keyoxide.org/hkp/D5930668786C62D0757B3264EC5C93EE812ACE50">0xEC5C93EE812ACE50</a>
131 </p> 129 </p>
132 <p> 130 <p>
133 <a href="https://keyoxide.org/hkp/D5930668786C62D0757B3264EC5C93EE812ACE50">keyoxide</a> 131 <a class="hovering" href="https://keyoxide.org/hkp/D5930668786C62D0757B3264EC5C93EE812ACE50">keyoxide</a>
134 &#x00b7; 132 &#x00b7;
135 <a href="https://matrix.to/#/@dyamon:matrix.dyamon.me">matrix</a> 133 <a class="hovering" href="https://matrix.to/#/@dyamon:matrix.dyamon.me">matrix</a>
136 &#x00b7; 134 &#x00b7;
137 <a href="https://fosstodon.org/@dyamon">fediverse</a> 135 <a class="hovering" href="https://fosstodon.org/@dyamon">fediverse</a>
138 &#x00b7; 136 &#x00b7;
139 <a href="https://github.com/dyamon">github</a> 137 <a class="hovering" href="https://github.com/dyamon">github</a>
140 </p> 138 </p>
141 <div class="copyright"> 139 <div class="copyright">
142 <a href="http://creativecommons.org/licenses/by-sa/4.0/"> 140 <a href="http://creativecommons.org/licenses/by-sa/4.0/">
diff --git a/style.css b/style.css
index 4019fa0..b3bb36c 100644
--- a/style.css
+++ b/style.css
@@ -46,7 +46,7 @@ body {
46 padding-left: 50px; 46 padding-left: 50px;
47 padding-right: 50px; 47 padding-right: 50px;
48 padding-top: 50px; 48 padding-top: 50px;
49 padding-bottom: 25px; 49 padding-bottom: 15px;
50 hyphens: auto; 50 hyphens: auto;
51 word-wrap: break-word; 51 word-wrap: break-word;
52 text-rendering: optimizeLegibility; 52 text-rendering: optimizeLegibility;
@@ -61,32 +61,19 @@ a {
61 color: var(--fg); 61 color: var(--fg);
62} 62}
63a:visited { 63a:visited {
64 color: var(--fg); 64 color: var(--fg)
65} 65}
66
67img { 66img {
68 max-width: 100%; 67 max-width: 100%;
69} 68}
70
71h1 { 69h1 {
72 font-size: 150%; 70 font-size: 150%;
73} 71}
74
75code { 72code {
76 font-family: 'LinuxLibertineMono'; 73 font-family: 'LinuxLibertineMono';
77 font-size: 75%; 74 font-size: 75%;
78 margin: 0; 75 margin: 0;
79} 76}
80
81pre {
82 margin: 1em 0;
83 overflow: auto;
84}
85pre code {
86 padding: 0;
87 overflow: visible;
88}
89
90header { 77header {
91 padding-bottom: 25px; 78 padding-bottom: 25px;
92 text-align: center; 79 text-align: center;
@@ -122,7 +109,6 @@ header {
122a { 109a {
123 text-decoration: none; 110 text-decoration: none;
124} 111}
125
126/* http://www.coding-dude.com/wp/css/highlight-text-css/ */ 112/* http://www.coding-dude.com/wp/css/highlight-text-css/ */
127.highlight{ 113.highlight{
128 position:relative; 114 position:relative;
@@ -163,16 +149,16 @@ a {
163 border-radius:0.25em; 149 border-radius:0.25em;
164} 150}
165 151
152
166footer { 153footer {
167 font-family: 'LinuxLibertineItalic'; 154 font-family: 'LinuxLibertineItalic';
168 font-weight: normal; 155 font-weight: normal;
169 font-style: italic; 156 font-style: italic;
170 font-size: 16px; 157 font-size: 16px;
158 line-height: .8em;
171 text-align: center; 159 text-align: center;
172 padding-top: 5px; 160 padding-top: 5px
173} 161}
174footer p {
175 margin: 0.6em auto;
176 162
177a.hovering { 163a.hovering {
178 position:relative 164 position:relative
@@ -195,6 +181,10 @@ a.hovering:hover:before {
195 opacity:0.5; 181 opacity:0.5;
196} 182}
197 183
184.copyright{
185 margin: 20px;
186}
187
198.nav { 188.nav {
199 font-family: 'LinuxLibertineItalic'; 189 font-family: 'LinuxLibertineItalic';
200 font-weight: normal; 190 font-weight: normal;
@@ -224,7 +214,7 @@ a.hovering:hover:before {
224} 214}
225 215
226.bib { 216.bib {
227 font-size: 75%; 217 font-size: 80%;
228} 218}
229 219
230/* #body a.hovering::after { */ 220/* #body a.hovering::after { */
@@ -238,3 +228,4 @@ a.hovering:hover:before {
238/* background-size: contain; */ 228/* background-size: contain; */
239/* display: inline-block; */ 229/* display: inline-block; */
240/* } */ 230/* } */
231