style.css

From University Innovation Fellows
Jump to navigation Jump to search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
#sidebarUIF{
 +
        text-align: center;
 +
}
 
.pagination {
 
.pagination {
 
margin-bottom: 10px;
 
margin-bottom: 10px;
 
overflow: auto;
 
overflow: auto;
margin-left: 20%;
 
 
}
 
}
  
 
.pagination a {
 
.pagination a {
 
color: black;
 
color: black;
float: left;
 
 
padding: 8px 16px;
 
padding: 8px 16px;
 +
margin-right: -5px;
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
  
 
.pagination .mw-selflink {
 
.pagination .mw-selflink {
background-color: #4CAF50;
+
background-color: #8C1515;
 
color: white;
 
color: white;
 
}
 
}

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;
}