style.css
Jump to navigation
Jump to search
(+start) |
Jayprakash (talk | contribs) |
||
| Line 1: | Line 1: | ||
.pagination { | .pagination { | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
| − | overflow: auto | + | overflow: auto; |
| + | margin-left: 20%; | ||
} | } | ||
Revision as of 21:39, 1 April 2020
.pagination {
margin-bottom: 10px;
overflow: auto;
margin-left: 20%;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
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;
}