Ryancoates (Talk | contribs) |
Ryancoates (Talk | contribs) |
||
Line 81: | Line 81: | ||
/* Next & previous buttons */ | /* Next & previous buttons */ | ||
− | + | ||
− | .next { | + | .next{ |
− | + | cursor: pointer; | |
− | position: absolute; | + | position: absolute !important; |
− | top: | + | right: 0 !important; |
+ | top: 10% !important; | ||
width: auto; | width: auto; | ||
padding: 16px; | padding: 16px; | ||
Line 96: | Line 97: | ||
user-select: none; | user-select: none; | ||
-webkit-user-select: none; | -webkit-user-select: none; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.prev{ | .prev{ | ||
− | left: 0; | + | cursor: pointer; |
− | border-radius: | + | position: absolute !important; |
+ | left: 0 !important; | ||
+ | top: 10% !important; | ||
+ | width: auto; | ||
+ | padding: 16px; | ||
+ | margin-top: -50px; | ||
+ | color: white; | ||
+ | font-weight: bold; | ||
+ | font-size: 20px; | ||
+ | transition: 0.6s ease; | ||
+ | border-radius: 0 3px 3px 0; | ||
+ | user-select: none; | ||
+ | -webkit-user-select: none; | ||
} | } | ||
Revision as of 17:59, 4 October 2018