style.css
Jump to navigation
Jump to search
Jayprakash (talk | contribs) |
Jayprakash (talk | contribs) |
||
| Line 9: | Line 9: | ||
.pagination a { | .pagination a { | ||
color: black; | color: black; | ||
| − | |||
padding: 8px 16px; | padding: 8px 16px; | ||
| + | margin-right: -4px; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Revision as of 20:38, 8 April 2020
#sidebarUIF{
text-align: center;
}
.pagination {
margin-bottom: 10px;
overflow: auto;
}
.pagination a {
color: black;
padding: 8px 16px;
margin-right: -4px;
text-decoration: none;
}
.pagination .mw-selflink {
background-color: #4CAF50;
color: white;
}
.pagination a:not(.mw-selflink) {
background-color: #DCDCDC;
}
.pagination a:hover:not(.mw-selflink) {
background-color: #9C9C9C;
}