From ec9955fc8ffd9678427c44512429c5c566de3c5d Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Fri, 27 Jul 2012 16:13:53 -0400 Subject: [PATCH] Some not-super cool basic styles --- static/base.css | 42 +++++++++++++++++++++++++++++++++++++++++ templates/home.jinja2 | 4 ++-- templates/layout.jinja2 | 18 +++++++++--------- 3 files changed, 53 insertions(+), 11 deletions(-) diff --git a/static/base.css b/static/base.css index 4ad5b54..e77a55f 100644 --- a/static/base.css +++ b/static/base.css @@ -1,5 +1,47 @@ /* App styles */ +body { + font-family: Georgia; + padding: 0; + margin: 0; +} .page-wrap { width: 80%; margin: 0 auto; +} +.header { + text-align: center; +} +.main h1 { + font-size: 140%; +} +.main h2 { + font-size: 120%; +} +#gogogo { + text-align: center; +} +input { + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + font-size: 100%; + display: block; + margin: 0 auto 10px; + width: 50%; +} +.field { + padding: 10px 5px; + border: 1px solid #ccc; +} +.go-btn { + padding: 10px 5px; + background: #ccc; +} + +.footer { + position: absolute; + bottom: 0; + background: #000; + color: #fff; + padding: 0 10px; } \ No newline at end of file diff --git a/templates/home.jinja2 b/templates/home.jinja2 index 3bb68ed..6ddd256 100644 --- a/templates/home.jinja2 +++ b/templates/home.jinja2 @@ -11,7 +11,7 @@ come and bring it to octo-port, and get a fancy CSV of the data.

Let me at it!

- - + +
{% endblock %} diff --git a/templates/layout.jinja2 b/templates/layout.jinja2 index 69ef74b..7ca5e2d 100644 --- a/templates/layout.jinja2 +++ b/templates/layout.jinja2 @@ -10,17 +10,17 @@

Octo-Port

Send your GitHub issue queries to CSV

-
+
{% block content %}{% endblock %}
- +
+