.brick {
background-color: white;
float: left;
cursor: default;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.brick .cover {
overflow: hidden;
margin: 20px;
}
.brick .read-more {
position: absolute;
display: none;
bottom: 0px;
left: 0px;
right: 0px;
padding: 12px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.45);
}
.brick:hover .read-more {
display: block;
cursor: pointer;
}
.brick .desc {
display: none;
}
.full-width .float-left {
display: none;
}
.full-width .desc {
display: block;
}
.full-width.brick {
box-shadow: none;
overflow: visible;
border: none !important;
background: none !important;
}
.full-width.brick .cover {
margin: 0px 20px;
color: #333;
}
.full-width.brick .cover * {
text-shadow: none;
}
.full-width.brick .cover code {
color: #666;
}
.open .float-left {
display: none;
}
.open .desc {
display: block;
}
.example {
width: 0px;
height: 0px;
overflow: visible !important; }
.example-draggable {
cursor: move;
}
.example-draggable * {
cursor: move;
}
.example-draggable a {
cursor: pointer;
}
.cell {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
background-color: #222;
}
[class*="-share"] {
cursor: pointer;
margin: 20px 0;
line-height: 30px;
padding-left: 30px;
}
.facebook-share {
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/fb.png) no-repeat left center;
}
.twitter-share {
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/tw.png) no-repeat left center;
}
.google-share {
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/gp.png) no-repeat left center;
}
.download-icon {
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/download.png) no-repeat left center;
display: block;
margin: 0 0 10px 0;
line-height: 30px;
padding-left: 30px;
}
.js-icon {
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/js.png) no-repeat left center;
display: block;
line-height: 30px;
padding-left: 30px;
}
.fork {
float: right;
width: 100%;
height: 100%;
display: block;
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/forkme.png) no-repeat top right;
}
.back-button {
position: fixed;
z-index: 9999;
padding: 1%;
bottom: 2%;
right: 2%;
display: none;
background: black;
}
.back-button .back-icon {
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/back.png) no-repeat top center;
width: 45px;
height: 27px;
display: block;
}
.back-button .back-icon:hover {
background: url(//rincondeltibet.com/wp-content/plugins/animated-live-wall-premium/assets/i/back.png) no-repeat bottom center;
}