From 31907e58394484c2447402f630c0a5c93c5b37e7 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 12 May 2013 11:02:04 -0400 Subject: minimum viable demonstration --- static/style.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 static/style.css (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..4b9f896 --- /dev/null +++ b/static/style.css @@ -0,0 +1,37 @@ +/* partmom default stylesheet */ +body { + margin: 25px; + font-family: helvetica; + } +h1 { + border-bottom: 2px solid; + } +.error { + padding: 15px; + background-color: yellow; + border: 4px solid orange; + color:red; + } +table { + border: 1px solid black; + border-collapse: collapse; + border-spacing:2px; + } +th, td { + border-width: 1px; + border-style: inset; + border-color: gray; + padding: 2px; + text-align: center; + } + +td.outofstock a { + color: #000; + font-size: 1.2em; + text-decoration: none; + } +td.available a { + color: #000; + font-size: 1.2em; + text-decoration: none; + } -- cgit v1.2.3