Jump to content

Module:Pagination/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Codemini (talk | contribs) at 07:48, 26 May 2025 (Codemini moved page Module:Sandbox/Codemini/Pagination.css to Module:Pagination.css without leaving a redirect: Move to mainspace). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
#pagination .prev-btn {
background-color: rgb(0,0,255);
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}
#pagination .next-btn {
background-color: green;
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}