summaryrefslogtreecommitdiffstats
path: root/sass/parts/_index.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:14:17 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:14:17 +0100
commit3780bd9f5f1978a85c1adb3a113f2eb0c6e8954b (patch)
treea5926ef5d38757f76fab54f52ffdd3b52a30f777 /sass/parts/_index.scss
parent3e2c0885ac494bab9778a8b48ed0e7788a6c3ece (diff)
downloadoctopress-theme-jeyzu-3780bd9f5f1978a85c1adb3a113f2eb0c6e8954b.zip
octopress-theme-jeyzu-3780bd9f5f1978a85c1adb3a113f2eb0c6e8954b.tar.gz
navigation
Diffstat (limited to 'sass/parts/_index.scss')
-rw-r--r--sass/parts/_index.scss30
1 files changed, 29 insertions, 1 deletions
diff --git a/sass/parts/_index.scss b/sass/parts/_index.scss
index 2d90e17..e20323b 100644
--- a/sass/parts/_index.scss
+++ b/sass/parts/_index.scss
@@ -1,2 +1,30 @@
-#content{
+#pagenavi{
+ padding: 20px 0;
+ height: 20px;
+ line-height: 20px;
+ position: relative;
+ @include border-shadow();
+ a{
+ &:hover{
+ text-decoration: underline;
+ }
+ }
+ .prev, .next{
+ position: absolute;
+ }
+ .prev{
+ background: image-url('back.png') 0 center no-repeat;
+ padding-left: 30px;
+ left: 0;
+ }
+ .next{
+ background: image-url('more.png') right center no-repeat;
+ padding-right: 30px;
+ right: 0;
+ }
+ .center{
+ text-align: center;
+ width: 100%;
+ display: block;
+ }
} \ No newline at end of file