Jump to content

Module:Pagination/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Pppery (talk | contribs) at 01:09, 30 May 2025 (Pppery moved page Module:Pagination.css to Module:Pagination/styles.css without leaving a redirect: Standard title). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.prev-btn {
background-color: rgb(0,0,255);
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}
.next-btn {
background-color: green;
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}