From 247f5d615539784c46b5c7c5b35b6ee348e04151 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 4 May 2012 09:48:27 -0700 Subject: initial commit --- view.scss | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 view.scss (limited to 'view.scss') diff --git a/view.scss b/view.scss new file mode 100644 index 0000000..9771f22 --- /dev/null +++ b/view.scss @@ -0,0 +1,41 @@ +body { + margin: 0; + padding: 0; + background-color: #999999; +} +.menu { + position: fixed; + background-color: #557755; + width: 100%; + text-align: center; +} +table.paper { + width: 12.75in; /* one page width, so 50% actual size */ + border: 0; + padding: 0; + margin: 0 auto; + background: transparent; + td { + border: 0; + padding: 0; + margin: 0; + &.pages { + /*display: inline;*/ + margin: 0; + padding: 0; + padding-bottom: 1em; + } + &.pages-1 { + @extend .pages; + width: 50%; + } + &.pages-2 { + @extend .pages; + width: 100%; + } + img { + width: 100%; + height: auto; + } + } +} -- cgit v1.2.3