From 4fe237fa977eb7fca100aac29960a21c09107217 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 14 Mar 2015 11:33:14 -0700 Subject: Move test suite into its own folder --- test/css/common.css | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 test/css/common.css (limited to 'test/css/common.css') diff --git a/test/css/common.css b/test/css/common.css new file mode 100644 index 0000000..3f704b1 --- /dev/null +++ b/test/css/common.css @@ -0,0 +1,63 @@ +/* Colors {{{ */ +#container { + border: 1px dashed black; +} +header { + background-color: black; + border-bottom: 5px dotted maroon; +} +.title { + background-color: blue; + color: white; + border: 1px solid black; +} +.subtitle { + background-color: red; + color: white; + border: 1px solid black; +} +.dedication { + background-color: yellow; + color: black; + border: 1px solid black; +} +.epigraph { + background-color: yellow; + color: blue; +} +.content { + background-color: purple; + color: white; + border: 1px solid black; +} +nav { + border: 1px solid black; +} +/* }}} */ +header { + position: relative; + max-width: 39em; + margin: auto; +} +.dedication { + text-align: left; +} +.epigraph { + border: 1px solid black; + text-align: right; +} +#dedepi { text-align: right; } +.dedication,.epigraph { + vertical-align: bottom; + display: inline-block; + margin: 0 1%; + width: 47%; +} +.epigraph p { margin: 0; padding: 0; } +header::after { + content: " "; + display: inline-block; + clear: both; + height: 0px; + width: 100%; +} -- cgit 1.4.1-21-gabe81