summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorCtibor <ctibor@brancik.cz>2017-03-22 20:01:27 +0100
committerCtibor <ctibor@brancik.cz>2017-03-22 20:01:27 +0100
commit93b96ca1685a22c3fa3aca2f6f2a1307438740d0 (patch)
tree398636187c39d9ddf17c38ad5a3c754ee3516db3 /style
downloadhnizdo-93b96ca1685a22c3fa3aca2f6f2a1307438740d0.tar.gz
hnizdo-93b96ca1685a22c3fa3aca2f6f2a1307438740d0.tar.bz2
"Initial commit"
Diffstat (limited to 'style')
-rw-r--r--style/background.pngbin0 -> 351471 bytes
-rw-r--r--style/style.css11
2 files changed, 11 insertions, 0 deletions
diff --git a/style/background.png b/style/background.png
new file mode 100644
index 0000000..f80a82a
--- /dev/null
+++ b/style/background.png
Binary files differ
diff --git a/style/style.css b/style/style.css
new file mode 100644
index 0000000..936e8e0
--- /dev/null
+++ b/style/style.css
@@ -0,0 +1,11 @@
+body { width: 920px; margin: auto auto; font-family: Georgia, serif; background: url(background.png) left top no-repeat #fffedf; }
+header {}
+h1 {text-align: center;}
+nav {text-align: center;}
+nav a, nav span { display: inline-block; margin: 1em; padding: 2px; text-align: center; background: #fffedf; border: 1px solid #ff6600; border-radius: 4px}
+article { float: left; text-align: center}
+article img {width: 160px; height: 120px;}
+article#prev, article#next { width: 180px; margin: 0 2.5% }
+article#now { width: 460px }
+article#now img {width: 440px; height: 330px;}
+footer {clear: both; text-align: center; padding: 1em;}