comics/templates/static/css/comic.css

52 lines
757 B
CSS

.nextprev {
width: 100%;
text-transform: uppercase;
color: #ebdbb2;
font-size: 2em;
}
.nextprev ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
font-weight: bold;
width: 100%;
text-align: center;
}
.nextprev li {
display: inline-block;
}
.nextprev li a:link {
text-decoration: none;
}
.nextprev li a:visited {
text-decoration: none;
}
.nextprev li a {
display: block;
text-align: center;
padding: .5em;
color: #ebdbb2;
}
.nextprev li:hover a {
background-color: #ebdbb2;
color: #282828;
}
.comic {
text-align: center;
overflow-wrap: break-word;
width: 100%;
}
.comic h2 a {
background-color: #282828;
color: #ebdbb2;
font-size: 2em;
}