style.css
Jump to navigation
Jump to search
Jayprakash (talk | contribs) |
Jayprakash (talk | contribs) |
||
| Line 10: | Line 10: | ||
color: black; | color: black; | ||
padding: 8px 16px; | padding: 8px 16px; | ||
| − | margin-right: - | + | margin-right: -5px; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Revision as of 20:00, 11 April 2020
#sidebarUIF{
text-align: center;
}
.pagination {
margin-bottom: 10px;
overflow: auto;
}
.pagination a {
color: black;
padding: 8px 16px;
margin-right: -5px;
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;
}