Limnoria/css.css

41 lines
606 B
CSS
Raw Normal View History

2014-05-16 14:51:00 +02:00
h1,
h2,
h3,
h4,
h5,
h6 {
2014-05-23 10:32:53 +02:00
/* color: #FFA6A6;
background-color: #FFFFCC;*/
2014-05-16 14:51:00 +02:00
text-align: center
}
body {
2014-05-23 10:32:53 +02:00
color: #660066;
background-color: #CCFFFF;
2014-05-16 14:51:00 +02:00
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
text-align: justify-center
}
pre {
2014-05-23 14:47:05 +02:00
color: #FFFFFF;
background-color: #000000;
2014-05-16 14:51:00 +02:00
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
}
2014-05-23 10:32:53 +02:00
2014-05-16 14:51:00 +02:00
a:link {
2014-05-23 10:32:53 +02:00
/*color: #000000;*/
font-weight:bold
2014-05-16 14:51:00 +02:00
}
a:visited {
2014-05-23 14:47:05 +02:00
/* color: #FF0066;*/
2014-05-23 10:32:53 +02:00
font-weight:bold
2014-05-16 14:51:00 +02:00
}
img {
display: inherit;
margin-left: auto;
margin-right: auto
}