make publications and bandali-bib actual pages
[~bandali/bndl.org] / static / style.css
... / ...
CommitLineData
1body {
2 /* background: #fffffa; */
3 font-family: sans-serif;
4 line-height: 1.6;
5 padding: 2em;
6}
7
8header, nav, main, footer {
9 margin: auto;
10 max-width: 38rem;
11}
12
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;
30}
31nav li + li {
32 margin-left: 0.5em;
33}
34nav a {
35 color: #333;
36}
37nav, main {
38 margin-bottom: 1.5em;
39}
40header >:not(h1) {
41 font-size: 0.875em;
42}
43header > h1 + p {
44 margin-top: -1em;
45}
46footer {
47 border-top: 1px solid #bbb;
48 font-size: 0.84em;
49 padding-top: 1em;
50}
51footer p {
52 margin: 0;
53}
54
55h1 {
56 font-size: 1.5em;
57}
58h2 {
59 font-size: 1.25em;
60}
61h3 {
62 font-size: 1.125em;
63}
64
65a {
66 color: #036;
67}
68/*
69a:hover, a:focus {
70 color: #005a6a;
71}
72*/
73a:active {
74 outline-offset: 2px;
75}
76
77h4 {
78 margin: 0.75em auto;
79}
80
81article h3 {
82 font-weight: normal;
83 color: #777;
84}
85
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
104.center-text {
105 text-align: center;
106}
107
108blockquote#abstract {
109 font-size: 0.95em;
110 text-align: justify;
111}
112
113pre, code {
114 background: #f6f6f6;
115 font: 1.15em monospace;
116}
117pre {
118 display: inline-block;
119 margin: 0.5em 0;
120 min-width: 100%;
121 padding: 1em;
122}
123pre:first-of-type {
124 margin-top: 0;
125}
126pre > code {
127 padding: 0;
128 background: initial;
129}
130code {
131 text-transform: none;
132 padding: .2em .3em;
133}
134strong {
135 font-weight: bold;
136}
137em {
138 font-style: italic;
139}
140
141table td {
142 padding: 0.125em 0.3em;
143}
144#publications td {
145 padding-top: 0.4em;
146 padding-bottom: 0.4em;
147}
148table td:first-child {
149 padding-left: 0;
150}
151table td:last-child {
152 padding-right: 0
153}
154#notes {
155 margin-top: 0.9em;
156}
157.post-list {
158 width: 100%;
159}
160.post-list tr:hover {
161 background: #fafafa;
162}
163.post-list td {
164 padding: 0.25em 0;
165}
166.post-list td:nth-child(2) {
167 text-align: right;
168}
169
170small, dd, .small, .bibtexnumber, .bibtexitem, .bibtex2html {
171 font-size: 0.875em;
172}
173.muted {
174 color: #666;
175}
176.inbox, .bibtex2html {
177 margin-top: 2em;
178}
179
180li, dd {
181 margin-bottom: 0.25em;
182}
183
184.feed-icon {
185 margin-right: 3px
186}
187.feed-icon-h2 {
188 margin-left: 5px;
189 position: relative;
190 top: 2px
191}
192.smly {
193 display: inline-block;
194 transform: rotate(90deg);
195 margin-left: 0.2em;
196}
197.warn {
198 color: #a10029;
199}