8img/style.css

33 lines
369 B
CSS
Raw Permalink Normal View History

2024-11-11 09:53:11 +00:00
body {
margin: auto;
padding: 2em;
}
2024-11-10 14:26:37 +00:00
2024-11-11 09:53:11 +00:00
a {
text-decoration: none;
color: #000000;
}
2024-11-10 14:26:37 +00:00
2024-11-11 09:53:11 +00:00
.pager #curr {
color: #ffffff;
background-color: #000000;
2024-11-10 14:26:37 +00:00
}
2024-11-11 09:53:11 +00:00
.bar {
width: 100%;
height: 5px;
background-color: #000000;
}
2024-11-10 17:22:33 +00:00
2024-11-10 14:26:37 +00:00
img {
2024-11-11 09:53:11 +00:00
display: block;
max-width: 80%;
2024-11-10 14:26:37 +00:00
}
2024-11-11 09:53:11 +00:00
/*
#desc { color: #000000; }
.tags { color: #000000; }
.pager {}
.pager a { text-decoration: underline; }
*/