틀:좌우/styles.css
보이기
< 틀:좌우
.pre_next {
display: flex; width: 100%; border-radius: 0.2em; margin-bottom: 2px; text-align: center;
}
.pre_next .tp_link a {
display: block;
text-decoration: none !important;
padding: 0.1em 0.5em 0;
height: 100%;
}
.pre_next .tp_link {
transition: filter ease 0.2s;
width: 18em;
min-width: 4em;
}
.pre_next > div {
display: table-cell;
}
.pre_next .arrow, .pre_next .arrow + span {
position: relative;
top: 50%;
transform: translateY(-54%);
padding-top: 0px;
}
.pre_next .arrow {
font-family: 'Font Awesome 5 Free'; font-size: large;
font-weight: 700;
padding-top: 1px;
}
.pre_next .center {
width: 100%;
font-weight: 700;
margin: unset !important;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.pre_next .tp_link:hover {
filter: brightness(0.9);
}
/*@media screen and (max-width:543px) {
.pre_next .tp_link {
min-width: auto !important;
}
.pre_next .tp_link a {
padding: 0.2em 0.5em 0.1em;
}
}*/