new-codigoparallevar/static/style.css
2022-01-10 23:53:07 +01:00

45 lines
652 B
CSS

body {
margin: 0 auto;
max-width: 100ex;
}
.node .node {
margin: 1ex;
padding: 0 0.5ex 0.1ex 1ex;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
border-radius: 4px;
}
h1 {
font-size: 150%;
}
h1,h2,h3,h4,h5,h6 {
margin-top: 0;
}
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;
}
h1.title a {
color: inherit;
text-decoration: underline dotted 2px;
}
li .tag {
font-weight: bold;
}
li .tag::after {
content: ": ";
}
.text {
font-family: monospace;
}