more button tweaking
This commit is contained in:
parent
aa8f72a968
commit
df0aaa8f9c
@ -81,7 +81,7 @@ h1.category{
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.navprevnext{
|
ul.navprevnext{
|
||||||
width: calc(100% + 0em);
|
width: calc(100% - 4em);
|
||||||
margin:3em 0;
|
margin:3em 0;
|
||||||
}
|
}
|
||||||
ul.navprevnext li.prev,
|
ul.navprevnext li.prev,
|
||||||
@ -90,12 +90,12 @@ ul.navprevnext{
|
|||||||
ul.navprevnext li.none{
|
ul.navprevnext li.none{
|
||||||
width: calc(50% - 9em);
|
width: calc(50% - 9em);
|
||||||
height: 150px;
|
height: 150px;
|
||||||
background-color: lightgrey;
|
background-color: beige;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
padding:1em 3em;
|
padding:1em 3em;
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
color:white;
|
/*color:white;*/
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
@ -109,22 +109,27 @@ ul.navprevnext{
|
|||||||
margin:0 0 1em 0;
|
margin:0 0 1em 0;
|
||||||
}
|
}
|
||||||
ul.navprevnext li.prev:before{
|
ul.navprevnext li.prev:before{
|
||||||
content:'← Go to the previous page';
|
content:'←\00a0\00a0\00a0Go to the previous page';
|
||||||
margin-left:-1.25em;
|
margin-left:-1.75em;
|
||||||
}
|
}
|
||||||
ul.navprevnext li.next:before{
|
ul.navprevnext li.next:before{
|
||||||
content:'Go to the next page →';
|
content:'Go to the next page\00a0\00a0\00a0→';
|
||||||
margin-right:-1em;
|
margin-right:-2em;
|
||||||
}
|
}
|
||||||
|
ul.navprevnext li.none,
|
||||||
ul.navprevnext li.prev{
|
ul.navprevnext li.prev{
|
||||||
|
margin-right: 5em;
|
||||||
|
margin-left: -9em;
|
||||||
}
|
}
|
||||||
ul.navprevnext li.next,
|
ul.navprevnext li.next,
|
||||||
ul.navprevnext li.done{
|
ul.navprevnext li.done{
|
||||||
|
margin-left: 19em;
|
||||||
|
margin-right: -10em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
ul.navprevnext li.done{
|
ul.navprevnext li.done{
|
||||||
background-color: beige;
|
background-color: #ec25ec;
|
||||||
color: #ec25ec;
|
color: white;
|
||||||
}
|
}
|
||||||
ul.navprevnext li.none{
|
ul.navprevnext li.none{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user