76 行
1013 B
CSS
76 行
1013 B
CSS
/* vim:set tabstop=2 softtabstop=2 expandtab :*/
|
|
|
|
.container-max-width
|
|
{
|
|
max-width: 1600px;
|
|
}
|
|
|
|
.no-wrap
|
|
{
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.custom-width
|
|
{
|
|
max-width: 1ex;
|
|
}
|
|
|
|
.row-width
|
|
{
|
|
max-width: 6px;
|
|
}
|
|
|
|
.page-item
|
|
{
|
|
width: 3.5em;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.page-link
|
|
{
|
|
color: black;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
margin-right: -3px;
|
|
}
|
|
|
|
.page-item.active > .page-link
|
|
{
|
|
font-weight: bold;
|
|
font-size: 150%;
|
|
}
|
|
|
|
.page-item.disabled > .page-link
|
|
{
|
|
color: lightgray;
|
|
}
|
|
|
|
.page-link-text
|
|
{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -48%);
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.pagination
|
|
{
|
|
--bs-pagination-bg: none;
|
|
--bs-pagination-disabled-bg: none;
|
|
--bs-pagination-hover-bg: none;
|
|
--bs-pagination-active-color: none;
|
|
--bs-pagination-active-bg: none;
|
|
}
|
|
|
|
.deerjika-tail
|
|
{
|
|
z-index: 1024;
|
|
}
|
|
|