2013-01-25 15:20:17 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2013-05-16 10:29:40 +03:00
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: #000000;
|
2013-01-25 15:20:17 +02:00
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
|
2012-09-16 17:23:37 +03:00
|
|
|
body {
|
2013-05-16 10:29:40 +03:00
|
|
|
color: #FFFFFF;
|
|
|
|
background-color: #000000;
|
2012-09-20 17:49:27 +03:00
|
|
|
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
2013-01-25 17:18:32 +02:00
|
|
|
text-align: justify-center
|
2012-09-16 17:23:37 +03:00
|
|
|
}
|
2012-09-18 21:14:18 +03:00
|
|
|
|
2012-11-04 15:15:22 +02:00
|
|
|
pre {
|
2013-05-16 10:29:40 +03:00
|
|
|
color: #000000;
|
|
|
|
background-color: #FFFFFF;
|
2013-05-13 08:51:05 +03:00
|
|
|
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
|
2012-11-04 15:15:22 +02:00
|
|
|
}
|
|
|
|
|
2012-10-21 16:10:37 +03:00
|
|
|
a:link {
|
2013-05-13 08:51:05 +03:00
|
|
|
color: blue
|
2012-10-21 16:10:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2013-05-13 08:51:05 +03:00
|
|
|
color: red
|
2013-01-25 15:20:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2013-01-25 17:18:32 +02:00
|
|
|
display: inherit;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto
|
2012-10-21 16:10:37 +03:00
|
|
|
}
|