From df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Mar 2015 22:53:18 -0700 Subject: Change template and CSS for flatter structure - Change CSS to one file - Change template to reflect CSS flattening --- css/paul.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 css/paul.css (limited to 'css/paul.css') diff --git a/css/paul.css b/css/paul.css deleted file mode 100644 index c4d9e15..0000000 --- a/css/paul.css +++ /dev/null @@ -1,34 +0,0 @@ -/* BUILDINGS OUT OF AIR: PAUL IN THE WOODS - * project stylesheet - */ - -/* Playfair Display (headings) */ -@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext); -/* Fira Sans (body) */ -@import url(http://code.cdn.mozilla.net/fonts/fira.css); - -/* Blockquote = typewriter */ -blockquote { - font-family: "Courier Prime", "Courier New", Courier, monospace; - font-size: 10pt; - border: 1px solid black; - max-width: 30em; - margin: auto; - padding: 0 1em; - text-align: left; -} -blockquote p::first-line { - font-variant: normal !important; -} -blockquote ul { - list-style-type: none; -} -blockquote ul li::before { - content: '- '; -} - -/* Emphasis = handwritten */ -em { - /* font-family: "Playfair Display", Georgia, sans-serif; */ - font-style: italic; -} -- cgit 1.4.1-21-gabe81