This commit is contained in:
Zain Fauzan Rofie Azizi
2018-03-22 17:14:45 +08:00
7 changed files with 72 additions and 38 deletions
+2 -31
View File
@@ -2623,10 +2623,10 @@ cont.menu ul.main-menu>li li a{
from {opacity: 0;}
to {opacity: 1;}
}
/*end of part 27----------------------------------------------------*/
/*end of part 28----------------------------------------------------*/
/*-------------------------------------------------------------------
[28. Table and Collapsible]
[27. Table and Collapsible]
-------------------------------------------------------------------*/
table {
@@ -2670,35 +2670,6 @@ tr:nth-child(even){background-color: #f2f2f2}
}
/*end of part 28----------------------------------------------------*/
/*-------------------------------------------------------------------
[29. Pagination]
-------------------------------------------------------------------*/
.pagination {
display: inline-block;
}
.centerpagination {
text-align: center;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination a.active {
background-color: #4CAF50;
color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
/*end of part 29----------------------------------------------------*/
/*Other Styles and helpers------------------------------------------*/
.block {
display: block;