new-codigoparallevar/static/style.css

36 lines
549 B
CSS
Raw Normal View History

2022-01-08 00:13:00 +00:00
body {
/* color: #fff; */
/* background-color: #222; */
}
2021-09-03 22:26:10 +00:00
.node .node {
2021-10-03 15:53:22 +00:00
margin: 1ex;
2021-09-03 22:26:10 +00:00
padding-left: 1ex;
2022-01-08 00:13:00 +00:00
border-left: 3px solid #888;
2021-10-03 15:53:22 +00:00
}
h1.title .state {
font-size: 50%;
vertical-align: middle;
2022-01-08 00:13:00 +00:00
/* background-color: rgba(255,255,255,0.3); */
background-color: rgba(0,0,0,0.1);
padding: 4px;
border-radius: 5px;
2021-10-03 15:53:22 +00:00
}
h1.title a {
2022-01-08 00:13:00 +00:00
color: inherit;
2021-10-03 15:53:22 +00:00
text-decoration: underline dotted 2px;
2021-09-03 22:26:10 +00:00
}
li .tag {
font-weight: bold;
}
li .tag::after {
content: ": ";
}
2022-01-08 00:13:00 +00:00
.text {
font-family: monospace;
}