devedeng-extended/src/devedeng/data/doc/devede.css
2024-12-21 23:20:22 +01:00

37 lines
443 B
CSS

body {
background-color: #F0F0FF;
width: 1280px;
margin-left: auto;
margin-right: auto;
}
p,li {
font-size: 120%;
}
p.title {
text-align: center;
font-size: 200%;
font-weight: bold;
}
p.subtitle {
text-align: center;
font-size: 150%;
}
p.section {
text-align: left;
font-size: 140%;
font-weight: bold;
}
div.picture {
text-align: center;
width: 100%;
}
p.foot {
text-align: center;
font-size: 100%;
font-weight: bold;
}