Astro Classes

This commit is contained in:
2015-08-14 21:06:23 +08:00
parent d3f924adf3
commit 0a25f87965
157 changed files with 11676 additions and 2 deletions
@@ -0,0 +1,25 @@
.spoiler {
}
.spoiler .title {
background: cornflowerblue;
color: white;
padding: 0.2em 0.5em;
cursor: default;
}
.spoiler .title:hover {
background: royalblue;
}
.spoiler .title[clicked] {
opacity: 0.5;
}
.spoiler .content {
padding: 0.5em;
font-size: 0.9em;
line-height: 1.2em;
display: none;
}