add standalone publications page
[~bandali/bndl.org] / static / style.css
CommitLineData
cb742bb6 1body {
60d388df 2 /* background: #fffffa; */
ff620ce6
AB
3 font-family: sans-serif;
4 line-height: 1.6;
85314da0 5 padding: 2em;
ef72be3e
AB
6}
7
4927af92 8header, nav, main, footer {
9998ccd0 9 margin: auto;
ff620ce6 10 max-width: 38rem;
9998ccd0
AB
11}
12
4927af92
AB
13body > header {
14 margin-bottom: 0.25em;
15}
16body > header h1 {
17 margin: 0;
18 font-size: 100%;
19}
20header a {
21 color: inherit;
22}
23nav ul {
24 margin: 0;
25 padding: 0;
26}
27nav li {
28 display: inline;
29 text-transform: lowercase;
ef72be3e 30}
4927af92
AB
31nav li + li {
32 margin-left: 0.5em;
85314da0 33}
4927af92
AB
34nav a {
35 color: #333;
85314da0 36}
4927af92 37nav, main {
85314da0 38 margin-bottom: 1.5em;
ff620ce6 39}
60d388df
AB
40header >:not(h1) {
41 font-size: 0.875em;
42}
4927af92
AB
43header > h1 + p {
44 margin-top: -1em;
2527e234 45}
ff620ce6
AB
46footer {
47 border-top: 1px solid #bbb;
85314da0 48 font-size: 0.84em;
ff620ce6 49 padding-top: 1em;
ef72be3e 50}
ff620ce6
AB
51footer p {
52 margin: 0;
cb742bb6 53}
ff620ce6 54
ff620ce6
AB
55h1 {
56 font-size: 1.5em;
b7583bc7 57}
85314da0
AB
58h2 {
59 font-size: 1.25em;
60}
61h3 {
62 font-size: 1.125em;
cb742bb6 63}
ef72be3e
AB
64
65a {
4927af92 66 color: #036;
ff620ce6 67}
4927af92 68/*
ff620ce6 69a:hover, a:focus {
4927af92 70 color: #005a6a;
ff620ce6 71}
4927af92 72*/
ff620ce6 73a:active {
4927af92 74 outline-offset: 2px;
ff620ce6 75}
ff620ce6
AB
76
77h4 {
78 margin: 0.75em auto;
cb742bb6 79}
ef72be3e
AB
80
81article h3 {
82 font-weight: normal;
cb742bb6 83 color: #777;
ef72be3e
AB
84}
85
ff620ce6
AB
86.notice {
87 background-color: #efefef;
88 text-align: center;
89 position: relative;
90}
91.notice::before {
92 content: "↪";
93 position: absolute;
94 left: 0.5em;
95 bottom: 0.05em;
96}
97.notice::after {
98 content: "↩";
99 position: absolute;
100 right: 0.5em;
101 bottom: 0.05em;
102}
103
eb1aab37
AB
104.center-text {
105 text-align: center;
106}
107
108blockquote#abstract {
109 font-size: 0.95em;
110 text-align: justify;
111}
112
dd631811 113pre, code {
4927af92
AB
114 background: #f6f6f6;
115 font: 1.15em monospace;
dd631811
AB
116 padding: 1em;
117}
118pre > code {
119 padding: 0;
120 background: initial;
121}
ef72be3e 122code {
127617a6 123 text-transform: none;
dd631811 124 padding: .2em .3em;
ef72be3e 125}
85314da0
AB
126strong {
127 font-weight: bold;
128}
129em {
130 font-style: italic;
131}
ef72be3e
AB
132
133table td {
f9e7c277 134 padding: 0.125em 0.3em;
ef72be3e 135}
8c1ba2f2
AB
136#pubs td {
137 padding-top: 0.4em;
138 padding-bottom: 0.4em;
139}
ef72be3e
AB
140table td:first-child {
141 padding-left: 0;
142}
143table td:last-child {
144 padding-right: 0
145}
22cb271b
AB
146#notes {
147 margin-top: 0.9em;
148}
60d388df
AB
149.post-list {
150 width: 100%;
151}
e810d7d1 152.post-list tr:hover {
f9e7c277 153 background: #fafafa;
e810d7d1 154}
7c12f0da 155.post-list td {
f9e7c277 156 padding: 0.25em 0;
7c12f0da 157}
60d388df
AB
158.post-list td:nth-child(2) {
159 text-align: right;
160}
ef72be3e 161
8c1ba2f2 162small, dd, .small, .bibtexnumber, .bibtexitem, .bibtex2html {
60d388df 163 font-size: 0.875em;
e080516c 164}
90169139
AB
165.muted {
166 color: #666;
167}
8c1ba2f2 168.inbox, .bibtex2html {
90169139
AB
169 margin-top: 2em;
170}
ff620ce6 171
4927af92 172li, dd {
ff620ce6
AB
173 margin-bottom: 0.25em;
174}
175
08d93db6
AB
176.feed-icon {
177 margin-right: 3px
178}
179.feed-icon-h2 {
180 margin-left: 5px;
181 position: relative;
182 top: 2px
183}
4927af92 184.smly {
08d93db6 185 display: inline-block;
4927af92
AB
186 transform: rotate(90deg);
187 margin-left: 0.2em;
08d93db6 188}
4927af92
AB
189.warn {
190 color: #a10029;
08d93db6 191}