You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.6 KiB
CSS
88 lines
1.6 KiB
CSS
body {
|
|
margin: 5%;
|
|
/* background: radial-gradient(circle, rgb(2,100,200) 0%, rgb(118,100,200) 50%, rgba(200,100,200) 100%);*/
|
|
background: radial-gradient(circle, hsl(210 98% 19.6%) 0%, hsl(251 47.6% 38.8%) 50%, hsl(300 47.6% 38.8%) 100%);
|
|
color: #BCF;
|
|
font-family: "librebaskerville";
|
|
}
|
|
h1, h2 {
|
|
color: #EEE;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: #FFF;
|
|
font-weight:bold;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
img {
|
|
width: 320px;
|
|
}
|
|
div.flex {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
div.flex#intro {
|
|
margin-bottom: 8em;
|
|
}
|
|
div.flex#intro details{
|
|
font-size: 20px;
|
|
max-width: 640px !important;
|
|
}
|
|
details {
|
|
margin-bottom: 1em;
|
|
max-width: 320px;
|
|
margin-right: 1em;
|
|
margin-bottom: 1em;
|
|
cursor: pointer;
|
|
}
|
|
details[open] {
|
|
max-width: 320px;
|
|
cursor: auto;
|
|
}
|
|
|
|
details summary {
|
|
color: white;
|
|
font-style: italic;
|
|
margin-bottom: 1em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
details {
|
|
color: white;
|
|
}
|
|
a{
|
|
color: magenta;
|
|
text-decoration: underline;
|
|
}
|
|
h2 {
|
|
margin-top: 2em;
|
|
}
|
|
button.apply {
|
|
width: 160px;
|
|
padding: 1em 0px;
|
|
margin-top: 2em;
|
|
}
|
|
button.apply:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
@font-face{
|
|
font-family: "librebaskerville";
|
|
src: url("fonts/LibreBaskerville-Regular.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face{
|
|
font-family: "librebaskerville";
|
|
src: url("fonts/LibreBaskerville-Italic.ttf");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
@font-face{
|
|
font-family: "librebaskerville";
|
|
src: url("fonts/LibreBaskerville-Bold.ttf");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
} |