Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
people:darquez [2023/03/22 12:53] darquezpeople:darquez [2023/08/08 01:50] (current) – [Publications] darquez
Line 17: Line 17:
  
 <html> <html>
 +<style>
 +.noteimportant {
 +    background-color: white;
 +    border: solid 1px #f9bd3b;
 +    border-left: solid 10px #f9bd3b;
 +    color: #8b8b8b;
 +    line-height: 1.4;
 +}
 +#publications {
 +    position: relative;
 +    font-size: 1.7em;
 +    margin-bottom: 48px !important;
 +}
 +
 +#publications::after {
 +    content: '';
 +    width: 50px;
 +    display: inline-block;
 +    height: 1.5px;
 +    background-color: #999;
 +    left: 4px;
 +    bottom: -8px;
 +    position: absolute;
 +}
 +
 +.jsbib-year h1 {
 +    font-size: 1.5em;
 +}
 +</style>
 <script>window.addEventListener("load", function(event) { <script>window.addEventListener("load", function(event) {
     load_bibtex('darquez'); });</script>     load_bibtex('darquez'); });</script>
 <div id="bibtex">Loading bibtex info...</div> <div id="bibtex">Loading bibtex info...</div>
 </html> </html>