|
|
|
@ -492,6 +492,29 @@ code .nd { color: #9FAD7E; } /* CSS pseudo selector */
|
|
|
|
|
width: 436px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/************************** |
|
|
|
|
** Infinite Scroll |
|
|
|
|
**************************/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#infscr-loading { |
|
|
|
|
position: fixed; |
|
|
|
|
bottom: 30px; |
|
|
|
|
left: 42%; |
|
|
|
|
z-index: 100; |
|
|
|
|
background: white; |
|
|
|
|
background: hsla( 0, 0%, 100%, 0.9 ); |
|
|
|
|
padding: 20px; |
|
|
|
|
color: #222; |
|
|
|
|
font-size: 15px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
-webkit-border-radius: 10px; |
|
|
|
|
-moz-border-radius: 10px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */ |
|
|
|
|
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } |
|
|
|
|
.clearfix:after { clear: both; } |
|
|
|
|