Skip to content

Instantly share code, notes, and snippets.

@rumidier
Created June 13, 2012 08:33
Show Gist options
  • Save rumidier/2922807 to your computer and use it in GitHub Desktop.
Save rumidier/2922807 to your computer and use it in GitHub Desktop.
Le-05.css
/* ----------------
* = FOOTNOTES
------------------ */
span.footnote {
font-style: italic;
font-family: "Times New Roman", Times, serif;
display: block;
margin: 1em 0;
}
.chapter span.footnote {
display: inline;
}
.text-reference {
font-weight: bold;
}
#notes li {
margin: 1em 0;
}
#notes {
margin-top: 1em;
border-top: 1px solid #dedede;
}
#footer {
margin-top: 1em;
border-top: 1px solid #dedede;
}
/* --------------------
* = SIMPLE PULL-QUOTE
--------------------- */
/* ---------------------
* =PULL-QUOTE WITH ROUNDED CORNERS AND DROP SHADOWS
------------------------ */
.pulled-wrapper {
background:url(../images/pq-top.jpg) no-repeat left top;
position: absolute;
width: 160px;
right: -180px;
padding-top: 18px;
}
.pulled {
background: url(../images/pq-bottom.jpg) no-repeat left bottom;
position: relative;
display: block;
width: 140px;
padding: 0 10px 24px 10px;
font: italic 1.4em "Times New Roman", Times, serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment