33 lines
369 B
CSS
33 lines
369 B
CSS
body {
|
|
margin: auto;
|
|
padding: 2em;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #000000;
|
|
}
|
|
|
|
.pager #curr {
|
|
color: #ffffff;
|
|
background-color: #000000;
|
|
}
|
|
|
|
.bar {
|
|
width: 100%;
|
|
height: 5px;
|
|
background-color: #000000;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
max-width: 80%;
|
|
}
|
|
|
|
/*
|
|
#desc { color: #000000; }
|
|
.tags { color: #000000; }
|
|
.pager {}
|
|
.pager a { text-decoration: underline; }
|
|
*/
|