Update css.css

This commit is contained in:
Mikaela Suomalainen 2014-05-23 11:32:53 +03:00
parent 7a845fd4ff
commit ef529dcd66
1 changed files with 10 additions and 6 deletions

16
css.css
View File

@ -4,14 +4,14 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
color: #FFFFFF; /* color: #FFA6A6;
background-color: #000000; background-color: #FFFFCC;*/
text-align: center text-align: center
} }
body { body {
color: #FFFFFF; color: #660066;
background-color: #000000; background-color: #CCFFFF;
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif; font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
text-align: justify-center text-align: justify-center
} }
@ -22,13 +22,17 @@ pre {
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New"; font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
} }
a:link { a:link {
color: #66FF66 /*color: #000000;*/
font-weight:bold
} }
a:visited { a:visited {
color: red color: #FF0066;
font-weight:bold
} }
*/
img { img {
display: inherit; display: inherit;