mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-05-14 15:52:57 -05:00
WIP
This commit is contained in:
parent
c971faeb20
commit
4a252fe3e3
@ -427,61 +427,14 @@ h1 svg.icon {
|
|||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
|
|
||||||
/* Pagination {{{ */
|
|
||||||
|
|
||||||
.pagination {
|
|
||||||
list-style: none;
|
|
||||||
text-align: center;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-item {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-link {
|
|
||||||
padding: 8px 16px;
|
|
||||||
border-radius: 5px;
|
|
||||||
color: var(--text-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-item.active .page-link {
|
|
||||||
background-color: var(--pagination-active-background);
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-item.active .page-link:hover {
|
|
||||||
background-color: var(--pagination-active-hover-background);
|
|
||||||
color: var(--pagination-active-hover-text);
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-link:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(li.disabled) > .page-link:hover {
|
|
||||||
background-color: var(--background-3);
|
|
||||||
}
|
|
||||||
|
|
||||||
li.disabled {
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.disabled > .page-link:hover {
|
|
||||||
cursor: not-allowed;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* }}} */
|
|
||||||
|
|
||||||
/* Breadcrumb navigation {{{ */
|
/* Breadcrumb navigation {{{ */
|
||||||
|
|
||||||
.breadcrumb ul {
|
.breadcrumb {
|
||||||
margin: 30px 0 20px;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb ul {
|
.breadcrumb ul {
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
@ -497,6 +450,53 @@ li.disabled > .page-link:hover {
|
|||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
|
|
||||||
|
/* Pagination {{{ */
|
||||||
|
|
||||||
|
.pagination {
|
||||||
|
list-style: none;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-item {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-link {
|
||||||
|
padding: 8px 16px;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: var(--text-1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-item.active .page-link {
|
||||||
|
background-color: var(--pagination-active-background);
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-item.active .page-link:hover {
|
||||||
|
background-color: var(--pagination-active-hover-background);
|
||||||
|
color: var(--pagination-active-hover-text);
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-link:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination :not(li.disabled) > .page-link:hover {
|
||||||
|
background-color: var(--background-3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination li.disabled {
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination li.disabled > .page-link:hover {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* }}} */
|
||||||
|
|
||||||
/* List layout {{{ */
|
/* List layout {{{ */
|
||||||
|
|
||||||
/* flexbox container for sections and main page list */
|
/* flexbox container for sections and main page list */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user