2022-11-15 23:58:47 +00:00
/* Page design by Lilium_Snow (Primrose) */
/* This CSS document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode */
2022-10-31 00:04:09 +00:00
body {
2023-01-05 00:59:44 +00:00
background-image : radial-gradient ( circle , # ff99cc , # ff99aa , # ffaa99 ) ;
2023-01-05 01:18:45 +00:00
color : # 404040 ;
2022-10-31 00:04:09 +00:00
text-align : center ;
font-family : sans-serif ;
}
a : link {
2023-01-05 01:18:45 +00:00
color : # 404040 ;
2022-10-31 00:04:09 +00:00
}
a : visited {
2023-01-05 01:18:45 +00:00
color : # 404040 ;
2022-10-31 00:04:09 +00:00
}
a : hover {
2023-01-05 01:18:45 +00:00
color : # 404040 ;
2022-10-31 00:04:09 +00:00
}
a : active {
2023-01-05 01:18:45 +00:00
color : # 404040 ;
2022-10-31 00:04:09 +00:00
}
. content {
margin : auto ;
width : 60 % ;
2023-01-05 00:59:44 +00:00
background-color : rgba ( 255 , 255 , 255 , 0 . 4 ) ;
border : 2px solid # ffffff ;
border-radius : 15px ;
padding : 20px 20px ;
2022-10-31 00:04:09 +00:00
}
. button {
background-color : rgba ( 255 , 255 , 255 , 0 . 4 ) ;
border-radius : 15px ;
2023-01-05 00:59:44 +00:00
border : 2px solid # ffffff ;
2022-10-31 00:04:09 +00:00
padding : 10px 10px ;
text-decoration : none ;
display : inline-block ;
font-size : 15px ;
margin : 4px 2px ;
cursor : pointer ;
}