1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
2020-05-08 19:09:43 +08:00

52 lines
796 B
CSS

fieldset.story {
clear:both;
margin:5px;
}
fieldset.float {
float:left;
clear:none;
}
fieldset.clear {
clear:both;
}
fieldset p.story {
white-space:pre;
}
fieldset ul.story li:hover {
border:solid 2px red;
cursor:pointer;
}
fieldset code.story {
display:block;
color:white;
font-size:14px;
font-family:monospace;
background-color:#272822;
white-space:pre;
padding:10px;
overflow:auto;
border:solid 3px green;
max-height:640px;
}
fieldset div.stack:hover {
background-color:red;
}
fieldset div.stack {
cursor:pointer;
width:fit-content;
}
fieldset div.stack.fold {
font-weight:bold;
}
fieldset ul.stack {
border:solid 2px #0000;
margin:0px;
}
fieldset ul.stack:hover {
border:solid 2px red;
}