projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
experiment with linking h1
[~bandali/bndl.org]
/
style.css
diff --git
a/style.css
b/style.css
index
af0562d
..
cb676e4
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-5,13
+5,13
@@
article, aside, footer, header, nav, section {
body {
font-family: FreeSans, sans-serif;
body {
font-family: FreeSans, sans-serif;
+ text-transform: lowercase;
line-height: 1.4;
padding: 1em;
}
main {
margin: auto;
line-height: 1.4;
padding: 1em;
}
main {
margin: auto;
- max-width: 38em;
}
main > header {
}
main > header {
@@
-24,9
+24,17
@@
main > header {
margin-bottom: 0;
}
#title:after {
margin-bottom: 0;
}
#title:after {
- content: ".org";
+ content: ".
eu.
org";
color: #dadada;
}
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;
#subtitle {
display: inline;
font-weight: normal;
@@
-46,6
+54,7
@@
article h3 {
code {
font-size: 1.15em;
code {
font-size: 1.15em;
+ text-transform: none;
}
table td {
}
table td {
@@
-74,7
+83,7
@@
nav li:last-child:after {
main {
display: grid;
main {
display: grid;
- grid-template-columns: auto 3
8
em auto;
+ grid-template-columns: auto 3
2
em auto;
grid-column-gap: 1.5em;
grid-row-gap: 1em;
}
grid-column-gap: 1.5em;
grid-row-gap: 1em;
}
@@
-100,3
+109,34
@@
p:first-child {
p:last-child {
margin-bottom: 0;
}
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;
+}
+*/