Skip to content

Instantly share code, notes, and snippets.

@morganloehr
Created May 20, 2014 17:26
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 morganloehr/802b94c04f90d4b18475 to your computer and use it in GitHub Desktop.
Save morganloehr/802b94c04f90d4b18475 to your computer and use it in GitHub Desktop.
Dictionary App Styles For Webster's
@charset "UTF-8";
@namespace d url(http://www.apple.com/DTDs/DictionaryService-1.0.rng);
d|entry {
}
h1 {
font-size: 140%;
font-family: Palatino;
}
h3 {
font-size: 100%;
}
pre {
/* overflow: auto; */
white-space: pre-wrap;
font-family: Palatino;
}
span.column {
display: block;
border: solid 2px #c0c0c0;
margin-left: 2em;
margin-right: 1em;
margin-top: 0.7em;
margin-bottom: 0.7em;
padding: 0.5em;
}
div.y:before {
content: "/";
}
div.y:after {
content: "/";
}
div.y {
margin-top: 0.7em;
margin-bottom: 0.7em;
font-family: Palatino;
font-size: 110%;
color: #333;
}
p { line-height: 1.5em;
font-weight:300;
font-size:1em;
font-family:Palatino;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment