1
0
mirror of https://shylinux.com/x/volcanos synced 2025-05-03 03:57:00 +08:00
2020-07-20 01:36:17 +08:00

92 lines
1.8 KiB
CSS

fieldset.word h2.story {
clear:both;
}
fieldset.word h3.story {
clear:both;
}
fieldset.word p.story {
white-space:pre;
}
fieldset.word svg.story {
display:block; float:left;
}
fieldset.word fieldset.story {
clear:both; float:left;
}
fieldset.word fieldset.story:hover {
border:solid 1px red;
}
fieldset.word code.story {
display:block; border:solid 3px green;
color:white; background-color:#272822;
font-size:14px; font-family:monospace;
max-height:640px; overflow:auto;
padding:10px; white-space:pre;
clear:both;
}
div.show {
position:absolute; top:0;
}
div.show>div.control {
background-color:aliceblue;
}
div.show>div.project {
background-color:aliceblue;
position:absolute;
padding:10px;
z-index:10;
}
div.show>div.project div.item {
cursor:pointer;
}
div.show>div.project div.item:hover {
background-color:white;
}
div.show>div.content {
background-color:aliceblue;
text-align:center;
padding:20px;
}
div.show>div.content h1 {
margin-top:100px;
font-size:60px;
}
div.show>div.content h2 {
clear:both;
}
div.show>div.content h3 {
clear:both;
}
div.show>div.content ul {
text-align:left;
}
div.show>div.content div.page.first {
}
div.show>div.content div.page.first ul {
text-align:center;
}
div.show>div.content div.page {
margin-top:30px;
display:none;
}
div.show>div.content div.page.show {
background-color:aliceblue;
display:block;
}
div.show>div.content div.page ul li.H2 {
font-size:24px;
}
div.show>div.content div.page ul li.H3 {
font-size:16px;
}
div.show>div.content div.page code.story {
display:block; border:solid 3px green;
color:white; background-color:#272822;
font-size:14px; font-family:monospace;
max-height:640px; overflow:auto;
padding:10px; white-space:pre;
clear:both;
}