]> Cypherpunks.ru repositories - cryptoparty-www.git/blob - style.css
Первоначальный коммит после переноса из репозитория www.cypherpunks.ru
[cryptoparty-www.git] / style.css
1 body {
2     margin: auto;
3     max-width: 800px;
4     background-color: #AEBECE;
5 }
6
7 h1, h2, h3, h4 {
8     text-align: center;
9 }
10
11 h1, h2, h3, h4, strong {
12     color: #900090;
13 }
14
15 pre {
16     background-color: #CCCCCC;
17 }