gouttière pagination #1240
This commit is contained in:
+16
-10
@@ -446,6 +446,7 @@ section[role="main-content"]{
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
>.wrapper{
|
>.wrapper{
|
||||||
padding-right: $pagenum_w*2;
|
padding-right: $pagenum_w*2;
|
||||||
|
outline: orange solid thin;
|
||||||
}
|
}
|
||||||
div#text{
|
div#text{
|
||||||
// .infinite-loading-container{
|
// .infinite-loading-container{
|
||||||
@@ -509,21 +510,26 @@ section[role="main-content"]{
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
float:right;
|
float:right;
|
||||||
width: $pagenum_w; height:0;
|
width: $pagenum_w; height:$base-line/4;
|
||||||
|
border-bottom: 1px solid $bleuroilight;
|
||||||
|
border-right: 1px solid $bleuroilight;
|
||||||
|
// outline: solid red thin;
|
||||||
// margin-left:calc(100% - #{$pagenum_w * 2});
|
// margin-left:calc(100% - #{$pagenum_w * 2});
|
||||||
// margin-left: 100%;
|
// margin-left: 100%;
|
||||||
margin-right: - $pagenum_w;
|
margin-right: - $pagenum_w * 0.7;
|
||||||
&:after{
|
&:before{
|
||||||
|
// outline: solid green thin;
|
||||||
content:attr(data-num);
|
content:attr(data-num);
|
||||||
border-top: 1px solid $bleuroilight;
|
|
||||||
position: absolute;
|
|
||||||
right:0;
|
|
||||||
font-size: 0.630em;
|
font-size: 0.630em;
|
||||||
width: $pagenum_w*2; height: $pagenum_w;
|
line-height: $base-line/3;
|
||||||
line-height: $pagenum_w;
|
position: absolute;
|
||||||
border-right: 1px solid $bleuroilight;
|
right: - $pagenum_w * 1.7;
|
||||||
color: $bleuroi;
|
color: $bleuroi;
|
||||||
text-indent: $pagenum_w * 2.5;
|
// top:0;
|
||||||
|
// width: $pagenum_w*2; height: $pagenum_w;
|
||||||
|
// border-top: 1px solid $bleuroilight;
|
||||||
|
// border-right: 1px solid $bleuroilight;
|
||||||
|
// text-indent: $pagenum_w * 2.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user