1
0
Fork 0
go.deuill.org/themes/go-mod/static/css/main.css

86 lines
1.1 KiB
CSS

html {
background: #f0f0f0;
color: #333;
}
body {
margin: 0;
padding: 0;
}
h1 {
font-size: 2rem;
margin: 0 0 1rem 0;
}
h1 aside,
h2 aside {
color: #999;
display: inline;
font-size: 1.2rem;
font-weight: normal;
}
p {
margin: 1rem 0;
}
a {
background: #333;
color: #f0f0f0;
padding: 0.25rem 0.5rem;
text-decoration: none;
transition: background .2s ease;
}
a:hover {
background: #c82829;
}
main {
margin: 5rem auto 0;
max-width: 50rem;
position: relative;
text-align: center;
}
main section,
main dl {
text-align: left;
}
dl dt {
font-size: 1.2rem;
font-weight: bold;
}
dl dd pre,
dl dd a {
display: inline-block;
margin: 0.5rem 0;
}
.button {
display: inline-block;
width: 6rem;
}
.button a {
outline: none;
text-decoration: none;
}
.button .icon {
background: none;
color: #666;
cursor: pointer;
display: block;
font-size: 3rem;
font-style: normal;
margin: 0 auto -0.5rem;
}
.button .description {
font-size: 0.8rem;
}