cooperative-software-develo.../style.css

42 lines
571 B
CSS
Raw Normal View History

2017-04-16 20:59:49 +02:00
body {
max-width: 800px;
padding: 3em;
margin-left: auto;
margin-right: auto;
2017-12-13 02:28:36 +01:00
2020-07-10 18:59:50 +02:00
font-weight: 400;
font-family: "Palatino Linotype", "Georgia", sans-serif;
2020-07-10 20:40:51 +02:00
font-size: 12pt;
2020-07-10 19:02:06 +02:00
line-height: 1.75em;
2017-04-16 20:59:49 +02:00
}
2017-12-19 17:39:47 +01:00
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
2020-07-10 18:59:50 +02:00
font-weight: 600;
margin-top: 2em;
2019-04-11 17:40:38 +02:00
}
strong, b {
2020-07-10 20:40:51 +02:00
font-weight: 600;
2017-12-19 17:39:47 +01:00
}
2017-04-16 20:59:49 +02:00
table.text-left td {
text-align: left;
2018-01-01 21:47:51 +01:00
}
.img-responsive, .embed-responsive {
margin-top: 2em;
}
p {
2020-07-10 18:59:50 +02:00
margin-top: 1.5em;
margin-bottom: 1.5em;
margin-right: 1.5em;
}
table p {
margin-top: 0em;
}
li {
margin-bottom: 0.5em;
2017-04-16 20:59:49 +02:00
}