Skip to content

Instantly share code, notes, and snippets.

@hiramhuang
Last active November 7, 2016 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiramhuang/a796016e2353ee992732619603151bd7 to your computer and use it in GitHub Desktop.
Save hiramhuang/a796016e2353ee992732619603151bd7 to your computer and use it in GitHub Desktop.
@charset 'UTF-8';
#the-modal-block {
width: 800px !important;
}
#the-modal-content {
width: 800px;
height: initial;
}
.custom-cover-ypa {
width: 800px;
padding: 20px !important;
border: 1px solid #eee;
border-radius: 3px;
background-color: rgba(0,0,0,0.5);
}
ins.adsbymuaypa.custom-cover-ypa .mua-ypa-title {
font-size: 30px;
color: #fff;
margin-bottom: 10px;
font-family: 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', sans-serif;
}
ins.adsbymuaypa.custom-cover-ypa .mua-ypa-description {
color: #aaa;
font-family: 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', sans-serif;
}
ins.adsbymuaypa.custom-cover-ypa .mua-ypa-link {
color: #333;
border: 1px solid #fff;
border-radius: 3px;
width: 100%;
display: block;
padding: 10px;
text-align: center;
margin-top: 15px;
background-color: rgba(255,255,255,0.9);
text-decoration: none;
font-size: 16px;
line-height: 16px;
font-family: 'Heiti TC', '\5FAE\8EDF\6B63\9ED1\9AD4', sans-serif;
}
ins.adsbymuaypa.custom-cover-ypa .mua-ypa-link .glyphicon-chevron-right:before {
font-size: 16px;
line-height: 16px;
}
ins.adsbymuaypa.custom-cover-ypa #mua-sponsored {
margin: initial;
position: absolute;
right: 25px;
bottom: 85px;
font-size: 10px;
color: rgba(232,232,232,0.3);
}
ins.adsbymuaypa.custom-cover-ypa .mua-ypa-sitehost {
font-size: 14px;
line-height: 22px;
color: rgba(232,232,232,0.3);
}
a#the-modal-link {
background-color: initial;
border: none;
font-size: 10px;
width: 20px;
height: 20px;
line-height: 20px;
margin: 5px;
}
.mua-ypa-recommends {
line-height: 25px;
font-size: 1.3rem;
white-space: nowrap;
text-overflow: ellipsis;
}
.mua-ypa-recommends span {
color: #616161;
}
a.mua-ypa-recommends-item, a.mua-ypa-recommends-item:hover {
color: #616161;
margin-right: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment