summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2010-11-20 12:04:39 +0100
committeryvesf <yvesf-git@xapek.org>2010-11-20 12:04:39 +0100
commitd66c0d42b678408921f5c3cb43c18df5b1f87338 (patch)
tree4e237edbe090f019eb76ab99bc446109469f2b2f /static/style.css
parentedae6bad0f61ae37593aef7efd5386525562c833 (diff)
downloadbooksearch-d66c0d42b678408921f5c3cb43c18df5b1f87338.tar.gz
booksearch-d66c0d42b678408921f5c3cb43c18df5b1f87338.zip
web interface
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..11bcece
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,24 @@
+div#header {
+ font-size: 150%;
+}
+
+div#search {
+ text-align: center;
+}
+
+div#search span.preSearchField {
+ font-style: italic;
+}
+
+div#content div#navigation {
+ text-align: center;
+}
+
+div#footer {
+ position: fixed;
+ bottom: 0px;
+ padding: 4px;
+ background-color: white;
+ left: 0px;
+ right: 0px;
+}