45 lines
593 B
CSS
45 lines
593 B
CSS
|
.simple-pagination-page-numbers a
|
||
|
{
|
||
|
display: block;
|
||
|
float: left;
|
||
|
width: 2rem;
|
||
|
text-align: center;
|
||
|
}
|
||
|
a
|
||
|
{
|
||
|
color: #216ed9;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a h1
|
||
|
{
|
||
|
padding: 2rem;
|
||
|
color: #216ed9;
|
||
|
text-align: center;
|
||
|
}
|
||
|
a[class^="simple-pagination-navigation-"] + a[class^="simple-pagination-navigation-"]
|
||
|
{
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
a[class*="simple-pagination-navigation-disabled"]
|
||
|
{
|
||
|
color: black;
|
||
|
cursor: default;
|
||
|
}
|
||
|
.my-navigation:after
|
||
|
{
|
||
|
content: "";
|
||
|
display: table;
|
||
|
clear: both;
|
||
|
}
|
||
|
.my-navigation div
|
||
|
{
|
||
|
float: center;
|
||
|
}
|
||
|
.my-navigation div + div
|
||
|
{
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
.timery
|
||
|
{
|
||
|
float: right;
|
||
|
}
|