style.css
Jump to navigation
Jump to search
Jayprakash (talk | contribs) |
|||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | #sidebarUIF{ | ||
| + | text-align: center; | ||
| + | } | ||
.pagination { | .pagination { | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
| + | overflow: auto; | ||
} | } | ||
.pagination a { | .pagination a { | ||
color: black; | color: black; | ||
| − | |||
padding: 8px 16px; | padding: 8px 16px; | ||
| + | margin-right: -5px; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.pagination .mw-selflink { | .pagination .mw-selflink { | ||
| − | background-color: # | + | background-color: #8C1515; |
color: white; | color: white; | ||
| + | } | ||
| + | |||
| + | .pagination a:not(.mw-selflink) { | ||
| + | background-color: #DCDCDC; | ||
} | } | ||
.pagination a:hover:not(.mw-selflink) { | .pagination a:hover:not(.mw-selflink) { | ||
| − | background-color: # | + | background-color: #9C9C9C; |
} | } | ||
Latest revision as of 12:36, 30 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: #8C1515;
color: white;
}
.pagination a:not(.mw-selflink) {
background-color: #DCDCDC;
}
.pagination a:hover:not(.mw-selflink) {
background-color: #9C9C9C;
}