/* Node styling */ .node { max-width: min(650px, 100ex); margin: 0 auto; } .node .node { margin: 2em 0ex 2em 0.5ex; padding: 1ex 0 1ex 1ex; box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.3); border-left: 2px solid #2c3e50; } .node.collapsed > .contents { display: none; } .node .node.collapsed > .title::before { content: "🮥"; } .node .node.expanded > .title::before { content: "🮦"; } /* Headers */ h1 { font-size: 150%; } h1,h2,h3,h4,h5,h6 { margin-top: 0; color: #2c3e50; } h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { text-decoration: none; color: inherit; } h1.title .state { font-size: 50%; vertical-align: middle; /* background-color: rgba(255,255,255,0.3); */ background-color: rgba(0,0,0,0.1); padding: 4px; border-radius: 5px; } /* Lists */ li .tag { font-weight: bold; } li .tag::after { content: ":: "; } /* Code blocks */ pre { overflow: auto; padding: 0.5ex; padding-left: 0.5ex; padding-left: 1.5ex; background-color: #eee8d5; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.26); } pre > code { display: block; line-height: 1.2em; overflow: auto; } code { padding: 0.5ex; font-size: medium; border: 2px solid #eee8d5; background: #fdf6e3; color: #073642; }