X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/afae466b8a0e3bdbc7792f6931026e9883ac592c..b7583bc7e5068ef6557b6dafdfbb97c99736af21:/style.css diff --git a/style.css b/style.css index c4c2594..cb676e4 100644 --- a/style.css +++ b/style.css @@ -24,9 +24,17 @@ main > header { margin-bottom: 0; } #title:after { - content: ".org"; + content: ".eu.org"; color: #dadada; } +#title a { + color: inherit; + border-bottom: 1px solid #eaeaea; +} +#title a:hover { + background-color: whitesmoke; + border-bottom-color: #e3e3e3; +} #subtitle { display: inline; font-weight: normal; @@ -101,3 +109,34 @@ p:first-child { p:last-child { margin-bottom: 0; } + +#publications section { + text-transform: none; +} +dl { + margin: 0 0 0.5em 0; +} +dl:last-child { + margin: 0; +} +dt { + margin-bottom: 0.5em; +} +dd { + margin-left: 1.5em; +} +#publications dd, .plinks { + font-size: 0.9em; +} +/* +ol { + margin: 0; + padding: 0; +} +ol li { + margin-top: 0.5em; +} +ol li:first-child { + margin-top: 0; +} +*/