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