Last active
June 10, 2019 14:51
-
-
Save jacmkno/dd7922daa8414ac138ad48a8d4a373b8 to your computer and use it in GitHub Desktop.
Oviedo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.t-share a:last-child { margin-bottom: 0; } | |
.t-share a { width: 26px; height: 26px; display: block; margin-bottom: 10px; background: black; } | |
.t-share .t-fb { background:url(http://clientes.zolad.com/oviedo/facebook.png) } | |
.t-share .t-ma { background:url(http://clientes.zolad.com/oviedo/mail.png) } | |
.t-share .t-pi { background:url(http://clientes.zolad.com/oviedo/pinterest.png) } | |
.t-share { position: absolute; background: rgba(255,255,255,0.5) url(http://clientes.zolad.com/oviedo/oo.png) center 10px no-repeat; z-index: 999; top: 50%; right: 50%; padding: 10px; padding-top: 52px; } | |
.sqs-lightbox-padder .t-share{ opacity:0; -webkit-transition:all 0.5s; transition:all 0.5s; -moz-transition:all 0.5s; } | |
.sqs-lightbox-padder:hover .t-share{ opacity:1; } | |
.t-counter { | |
position: absolute; | |
bottom: 0; | |
right: 0; | |
font-size: 150%; | |
line-height: 52px; | |
color: #222; | |
background: rgba(255,255,255,0.5); | |
padding: 0px 18px; | |
pointer-events: none; | |
font-family: 'canada-type-gibson'; | |
font-style : normal; | |
} | |
.t-counter b { | |
font-weight : normal; | |
} | |
.t-counter b:before { | |
content: '/'; | |
font-size: 72%; | |
vertical-align: top; | |
margin: 12px; | |
} | |
.overflow-wrapper[class] { | |
height: auto; | |
overflow: visible; | |
} | |
.page-text-wrapper .page-description { | |
display: block; | |
visibility: visible; | |
color: black; | |
max-width: 1175px; | |
text-align: justify; | |
position: relative; | |
margin:auto; | |
margin-bottom: 40px; | |
background: none; | |
padding: 17px 20px; | |
box-sizing: border-box; | |
} | |
@media (min-width:769px){ | |
.page-text-wrapper .page-description { | |
margin-top: -40px; | |
} | |
} | |
@media (min-width:1200px){ | |
.page-text-wrapper .page-description { | |
left: -0.72em; | |
} | |
} | |
.page-text-wrapper .page-description:empty { | |
display: none; | |
} | |
.npic { | |
margin-bottom: 2em; | |
} | |
.npic img { | |
display: inline-block; | |
vertical-align: top; | |
width: 50%; | |
} | |
@media (min-width:850px){ | |
.npic{display:none;} | |
} | |
.sqs-lightbox-meta { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment