1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-28 01:52:01 +08:00
2020-06-13 19:02:10 +08:00

26 lines
521 B
CSS

fieldset.word h2.story {
clear:both;
}
fieldset.word p.story {
white-space:pre;
}
fieldset.word svg.story {
display:block;
float:left;
}
fieldset.word fieldset.story {
float:left; clear:both;
}
fieldset.word fieldset.story:hover {
border:solid 1px red;
}
fieldset 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;
}