diff options
Diffstat (limited to 'vendor/plugins/will_paginate/examples/pagination.sass')
| -rw-r--r-- | vendor/plugins/will_paginate/examples/pagination.sass | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/vendor/plugins/will_paginate/examples/pagination.sass b/vendor/plugins/will_paginate/examples/pagination.sass deleted file mode 100644 index 737a97b..0000000 --- a/vendor/plugins/will_paginate/examples/pagination.sass +++ /dev/null | |||
| @@ -1,91 +0,0 @@ | |||
| 1 | .digg_pagination | ||
| 2 | :background white | ||
| 3 | a, span | ||
| 4 | :padding .2em .5em | ||
| 5 | :display block | ||
| 6 | :float left | ||
| 7 | :margin-right 1px | ||
| 8 | span.disabled | ||
| 9 | :color #999 | ||
| 10 | :border 1px solid #DDD | ||
| 11 | span.current | ||
| 12 | :font-weight bold | ||
| 13 | :background #2E6AB1 | ||
| 14 | :color white | ||
| 15 | :border 1px solid #2E6AB1 | ||
| 16 | a | ||
| 17 | :text-decoration none | ||
| 18 | :color #105CB6 | ||
| 19 | :border 1px solid #9AAFE5 | ||
| 20 | &:hover, &:focus | ||
| 21 | :color #003 | ||
| 22 | :border-color #003 | ||
| 23 | .page_info | ||
| 24 | :background #2E6AB1 | ||
| 25 | :color white | ||
| 26 | :padding .4em .6em | ||
| 27 | :width 22em | ||
| 28 | :margin-bottom .3em | ||
| 29 | :text-align center | ||
| 30 | b | ||
| 31 | :color #003 | ||
| 32 | :background = #2E6AB1 + 60 | ||
| 33 | :padding .1em .25em | ||
| 34 | |||
| 35 | /* self-clearing method: | ||
| 36 | &:after | ||
| 37 | :content "." | ||
| 38 | :display block | ||
| 39 | :height 0 | ||
| 40 | :clear both | ||
| 41 | :visibility hidden | ||
| 42 | * html & | ||
| 43 | :height 1% | ||
| 44 | *:first-child+html & | ||
| 45 | :overflow hidden | ||
| 46 | |||
| 47 | .apple_pagination | ||
| 48 | :background #F1F1F1 | ||
| 49 | :border 1px solid #E5E5E5 | ||
| 50 | :text-align center | ||
| 51 | :padding 1em | ||
| 52 | a, span | ||
| 53 | :padding .2em .3em | ||
| 54 | span.disabled | ||
| 55 | :color #AAA | ||
| 56 | span.current | ||
| 57 | :font-weight bold | ||
| 58 | :background transparent url(apple-circle.gif) no-repeat 50% 50% | ||
| 59 | a | ||
| 60 | :text-decoration none | ||
| 61 | :color black | ||
| 62 | &:hover, &:focus | ||
| 63 | :text-decoration underline | ||
| 64 | |||
| 65 | .flickr_pagination | ||
| 66 | :text-align center | ||
| 67 | :padding .3em | ||
| 68 | a, span | ||
| 69 | :padding .2em .5em | ||
| 70 | span.disabled | ||
| 71 | :color #AAA | ||
| 72 | span.current | ||
| 73 | :font-weight bold | ||
| 74 | :color #FF0084 | ||
| 75 | a | ||
| 76 | :border 1px solid #DDDDDD | ||
| 77 | :color #0063DC | ||
| 78 | :text-decoration none | ||
| 79 | &:hover, &:focus | ||
| 80 | :border-color #003366 | ||
| 81 | :background #0063DC | ||
| 82 | :color white | ||
| 83 | .page_info | ||
| 84 | :color #aaa | ||
| 85 | :padding-top .8em | ||
| 86 | .prev_page, .next_page | ||
| 87 | :border-width 2px | ||
| 88 | .prev_page | ||
| 89 | :margin-right 1em | ||
| 90 | .next_page | ||
| 91 | :margin-left 1em | ||
