Skip to content

Instantly share code, notes, and snippets.

@Paul-Browne
Created June 12, 2014 10:47
Show Gist options
  • Save Paul-Browne/7c799f798e90b51f31ef to your computer and use it in GitHub Desktop.
Save Paul-Browne/7c799f798e90b51f31ef to your computer and use it in GitHub Desktop.
miscellaneous styles
.center-text {
text-align: center;
}
p.halfgap {
margin: -0.7648em 0 0 0;
}
figcaption {
margin-top: -0.5715em;
font-size: 0.8236em;
line-height: 1.2858em;
margin-bottom: 0.9286em;
}
figcaption:before {
content: "\6a\ ";
font-size: 1.2143em;
font-family: 'iconfont';
position:relative;
top:0.12em;
}
span.initialx2 {
float: left;
margin-right: 0.1em;
font-weight: 400;
font-size: 3.1765em;
line-height: 0.95em;
}
span.initialx2 strong {
line-height:0.95em;
}
span.initialx3 {
float: left;
margin-right: 0.1em;
font-weight: 400;
font-size: 5em;
line-height: 0.88em;
}
span.initialx3 strong {
line-height:0.8em;
}
address, blockquote {
font-style: italic;
font-family: 'Droid Serif', serif;
}
blockquote {
margin:0 0 1.5295em 0;
}
blockquote:before {
float: left;
content: '\22';
font-style: normal;
font-size: 3.53em;
font-family: "iconfont";
line-height: 0.83em;
opacity: .4;
-ms-filter: "alpha(opacity=40)";
filter: alpha(opacity=40);
}
blockquote .source {
margin-top: -0.77em;
margin-bottom: 2.3em;
font-style: normal;
font-family: 'Open Sans';
}
blockquote .source:before {
content: '\2015\2015\ ';
font-family: 'iconfont';
opacity: .4;
-ms-filter: "alpha(opacity=40)";
filter: alpha(opacity=40);
}
q:before, q:after {
position: relative;
top: -0.6em;
vertical-align: baseline;
font-size: 58%;
font-family: 'iconfont';
line-height: 0;
opacity: .66;
-ms-filter: "alpha(opacity=66)";
filter: alpha(opacity=66);
}
q:after {
content: '\22';
}
q:before {
content: '\201c';
}
img {
margin-top: 0.4706em;
margin-bottom: 0.7648em;
max-width: 100%;
height:auto;
vertical-align:middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.fluid-width-video-wrapper {
margin-top: 0.4706em;
margin-bottom: 0.7648em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment