summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/style.css80
1 files changed, 70 insertions, 10 deletions
diff --git a/style/style.css b/style/style.css
index 936e8e0..c11a8c7 100644
--- a/style/style.css
+++ b/style/style.css
@@ -1,11 +1,71 @@
-body { width: 920px; margin: auto auto; font-family: Georgia, serif; background: url(background.png) left top no-repeat #fffedf; }
+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;}
+
+h1 {
+ text-align: center;
+}
+
+a, a:link, a:hover, a:visited {
+ color: black;
+ text-decoration: none;
+}
+
+nav {
+ text-align: center;
+}
+
+nav a, nav span {
+ display: inline-block;
+ margin: 1em;
+ padding: 2px 3px;
+ text-align: center;
+ background: #ff6600;
+ border: 1px solid #000;
+ border-radius: 4px;
+}
+
+nav span {
+ background: #fffedf;
+ color: #aaa;
+}
+
+nav a:hover {
+ background: #fffedf;
+}
+
+article {
+ float: left;
+ text-align: center;
+}
+
+article img {
+ width: 160px;
+ height: 120px;
+ border: 5px solid #ff6600;
+}
+
+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;
+}