/* The Colin Wilson Collection - FacultyX Productions */ @font-face { font-family: "chantilly"; src: url(../Fonts/chantilly.woff); } /* Body */ body { font-family: "georgia"; font-size: 1rem; margin: 1rem; } /* Headers */ h1, h2 ,h3 ,h4 ,h5 ,h6 { font-family: "helvetica"; } h1 { color: #000; font-size: 2em; font-weight: 700; } h2 { color: #707070; font-size: 1.8rem; font-weight: 500; } h3 { color: #808080; font-size: 1.4rem; font-weight: 500; } h4 { color: #909090; font-size: 1.3rem; font-weight: 500; } h5, h6 { font-size: 1.2rem; font-weight: 500; } /* Paragraphs */ p { margin: 0 !important; text-align: justify; text-indent: 1rem; } p.fr1 { text-indent: 0; } p.fr1::first-letter { font-size: 2em; line-height: 1rem; } p.fr2 { text-indent: 0; } table p { text-indent: 0; } /* Quotes */ blockquote { font-size: small; margin: 1em 3em; } blockquote p:nth-child(1) { text-indent: 0; font-size: small; margin: 1em 3em; } blockquote.nin p { text-indent: 0; } blockquote.box, blockquote.box_g1, blockquote.box_g2, blockquote.box_r1, blockquote.box_r2 { border-radius: 5px; margin: 1rem; padding: 1rem; } blockquote.box { border: 1px solid #000; } blockquote.box_g1 { border: 1px solid #2ecc71; } blockquote.box_g2{ background: #2ecc71; border: 2px solid #239B56; color: #fff; } blockquote.box_r1 { border: 1px solid #e74c3c; } blockquote.box_r2{ background: #e74c3c; border: 2px solid #78281f; color: #fff; } /* Images */ .cover { border: 1px solid #c0c0c0; } figure, figcaption { display: block; text-align: center; font-style: italic; } figcaption em { font-style: none; } img { max-width: 100%; } /* Alignment */ .cen { text-align: center; text-indent: 0; } .rgt { text-align: right; } /* Page Break */ .brk { page-break-before: always; } /* Smallcaps */ small { font-variant: small-caps; } /* Links */ a { text-decoration: none; } /* Lists */ li { text-indent: 0; } /* Bold */ strong { text-weight: bold; } /* Italic */ em { text-style: italic; } /* Sup */ sup { position: relative; top: -.4em; vertical-align: baseline; } /* No indent */ .nin p { text-indent: 0; } /* Lists */ li.non, ul.non { list-style-type: none; } ul.abc { list-style-type: lower-alpha; } /* I Ching */ @font-face { font-family: "iching"; src: url(../Fonts/iching.woff); } span.iching { font-family: "iching"; font-size: 5rem; } span.iching.text { display: inline-block; font-size: 2rem; margin-left: -1.2rem; margin-top: -2rem; } span.iching.two { display: inline-block; font-size: 4rem; } span.iching.two.l2 { margin-top: -2rem; } /* Tables */ table { border-collapse: collapse; width: 100%; } td, th { border: 1px solid #000; font-family: "helvetica"; padding: 5px; vertical-align: top; } th p { color: #808080; font-size: 1.2em; text-align: center; } /* Footnotes */ footer { border-top: 1px solid #c0c0c0; margin: 2rem 0 0 0; position: relative; } footer a { left: 0; position: absolute; width: 1rem; } footer p:first-child { padding-top: .5rem; } footer p { font-size: small; padding-bottom: .5rem; padding-left: 1.4rem; text-indent: 0; } .notes footer { border-top: none; } .notes h3 { margin: .5rem 0 0 1.4rem; } .notes h4 { margin: .5rem 0 .5rem 1.4rem; } /* Title Page */ .title .au2 { display: block; font-size: 35pt; line-height: 30pt; } .title h2 { color: #000; font-family: "chantilly"; font-size: 75pt; line-height: 60pt; text-transform: uppercase; margin: 2rem 0 0 0; padding: 0; text-transform: uppercase; } .title h1 { color: #282955; font-family: "chantilly"; font-size: 35pt; line-height: 40pt; margin: 0; padding: 0; } .title h1, .title h2 { text-align: center; } .title h1 { color: #808080; text-transform: none; } .title h2 { color: #000; text-transform: uppercase; } .title h3 { text-align: center; } .title img { display: block; margin: 0 auto; margin-top: 3rem; width: 150px; } .title footer { margin: 0 auto; width: 75%; } .title footer p { padding: 0; text-align: center; width: 100%; } .title footer p:nth-child(1) { padding-top: .5rem; } .title footer p:nth-child(2) { font-variant: small-caps; padding-bottom: .3rem; } .title footer p:nth-child(3), .title footer p:nth-child(4) { font-size: x-small; } .title footer p:nth-child(3) { color: #808080; } .title footer p:nth-child(4) { color: #c0c0c0; } .title p { text-indent: 0; } /* Contents */ .contents a { cursor: pointer; font-size: 1.3rem; } .contents p { text-indent: 0; } .contents h3 { color: #808080; cursor: pointer; font-size: 1.2rem; margin: .4rem 0 0 0; padding: 0; } .contents h4 { color: #909090; cursor: pointer; font-size: 1rem; margin: .4rem 0 0 0; padding-left: 2em; } .contents a { color: inherit; } /* Dedication */ .dedication p { text-align: center; text-indent: 0; } /* Bibliography */ .bibliography p { text-align: left; text-indent: -1em; margin: 0; padding: .3rem 1rem; } /* Quote */ .quote p { text-indent: 0; } /* Padding */ p.pl1 { padding-left: 2rem; } p.pl2 { padding-left: 4rem; } img.cw { display: none; }