Dalmationer.art/css/musicstyles.css

52 lines
684 B
CSS

body{
background-color: #250a35;
background-image: url(../images/animatedbubblespurple.Gif);
background-attachment: fixed;
background-repeat: repeat;
color: #1c041f;
font-family: Georgia, 'Times New Roman', Times, serif;
}
a{
color: #250a35;
}
#selfportrait-container{
background: #ccadff;
}
#content-header{
background: #ccadff;
}
#sidebar{
background: #ccadff;
}
#main-content{
background: #ccadff;
}
footer{
background: #ccadff;
}
#navbutton:hover{
background: #88e6c9;
}
#navbutton{
background: #d7bff3;
}
#navbuttonactive{
background-color: #56b963;
}
#selfportrait{
filter: hue-rotate(175deg);
}