├── .gitignore ├── .idea ├── book.iml ├── dbnavigator.xml ├── libraries │ └── compass_library.xml ├── modules.xml ├── vcs.xml ├── watcherTasks.xml └── workspace.xml ├── .sass-cache ├── 094a84f6269b4451233c50679a12a7670f905b99 │ ├── _background.scssc │ ├── _bleed.scssc │ ├── _box-sizing.scssc │ ├── _breakpoint-plugin.scssc │ ├── _container.scssc │ ├── _context.scssc │ ├── _gallery.scssc │ ├── _grids.scssc │ ├── _gutters.scssc │ ├── _isolate.scssc │ ├── _margins.scssc │ ├── _padding.scssc │ ├── _rows.scssc │ ├── _settings.scssc │ ├── _span.scssc │ └── _validation.scssc ├── 0dc0a5323d52ff6358faf643a64f1291015cc597 │ ├── _bullets.scssc │ ├── _horizontal-list.scssc │ ├── _inline-block-list.scssc │ └── _inline-list.scssc ├── 1bf0b39c817a71153b28971f62ad71cac18ce598 │ ├── _ellipsis.scssc │ ├── _force-wrap.scssc │ ├── _nowrap.scssc │ └── _replacement.scssc ├── 1e8083aabe5f97c00bd1fd0f761f5656c0530f2e │ ├── _color.scssc │ ├── _general.scssc │ ├── _sprites.scssc │ └── _tables.scssc ├── 1f8927dd766102b43d5968daa09309f3521e0e1b │ ├── _lib.scssc │ ├── _mixin.scssc │ └── _variables.scssc ├── 23e54a9bea55a95560465c5ceabeca824b40e22a │ ├── _hover-link.scssc │ ├── _link-colors.scssc │ └── _unstyled-link.scssc ├── 26e1277576ea951418175625af48d35ac39ad9a6 │ └── main.scssc ├── 270ec17d83ba0ee1d3f2574427481b6b65783e2f │ └── _resize.scssc ├── 276446fbec1718dd2a530487d8bce8ef99902fc6 │ ├── ie.scssc │ ├── print.scssc │ └── screen.scssc ├── 288c5db2bddad7642362712eac13fe9c90ead638 │ └── main.scssc ├── 3b9052342194ea50c25292a49e5864cf41026605 │ ├── _alerts.scssc │ ├── _banner.scssc │ ├── _contentinfo.scssc │ ├── _page-header.scssc │ ├── _pop-strilpe.scssc │ └── _section-botton.scssc ├── 4535616c7808f502c9d78ce647210f4d23ae605c │ ├── _container.scssc │ ├── _end.scssc │ ├── _isolate.scssc │ └── _span.scssc ├── 46028ad8d01af316464d345a77bece4e4e6dc504 │ ├── _brightness.scssc │ └── _contrast.scssc ├── 48c693e1964a11ddd53c6eda67284b26e0bbc066 │ ├── _css3.scssc │ ├── _reset.scssc │ ├── _support.scssc │ ├── _typography.scssc │ └── _utilities.scssc ├── 554836bc9e5499ec36a92569b9b3ef6dbcfd9cde │ ├── _clearfix.scssc │ ├── _float.scssc │ ├── _hacks.scssc │ ├── _min.scssc │ ├── _reset.scssc │ └── _tag-cloud.scssc ├── 5705f4bb3875b3699778a61133535a53ec44ee91 │ ├── _animation.scssc │ ├── _appearance.scssc │ ├── _background-clip.scssc │ ├── _background-origin.scssc │ ├── _background-size.scssc │ ├── _border-radius.scssc │ ├── _box-shadow.scssc │ ├── _box-sizing.scssc │ ├── _columns.scssc │ ├── _deprecated-support.scssc │ ├── _filter.scssc │ ├── _flexbox.scssc │ ├── _font-face.scssc │ ├── _hyphenation.scssc │ ├── _images.scssc │ ├── _inline-block.scssc │ ├── _opacity.scssc │ ├── _regions.scssc │ ├── _text-shadow.scssc │ ├── _transform.scssc │ ├── _transition.scssc │ └── _user-interface.scssc ├── 5d0dc589b7f9e17194054ebb4bdd12f02448e709 │ └── _compass.scssc ├── 5de0576ddc79a4ef95e935b1d9e0bc3dc820e441 │ └── _su.scssc ├── 601755fadaa3817b0cc3c1d18255331fbbfc23ba │ ├── _grid.scssc │ ├── _settings.scssc │ ├── _utilities.scssc │ └── _validation.scssc ├── 6e4b6410eb9deed1e755c206085c904ea0b83f39 │ └── _susy.scssc ├── 75fcaf1b4852ceb732871195e41567cc2a7d8997 │ └── C%058 │ │ └── Ruby23 │ │ └── lib │ │ └── ruby │ │ └── gems │ │ └── 2.3.0 │ │ └── gems │ │ └── compass-core-1.0.3 │ │ └── stylesheets │ │ └── compass │ │ ├── _support.scssc │ │ ├── css3 │ │ ├── _background-size.scssc │ │ ├── _images.scssc │ │ └── _inline-block.scssc │ │ ├── typography │ │ ├── _links.scssc │ │ ├── _lists.scssc │ │ ├── _text.scssc │ │ ├── lists │ │ │ ├── _bullets.scssc │ │ │ └── _horizontal-list.scssc │ │ └── text │ │ │ └── _replacement.scssc │ │ └── utilities │ │ └── general │ │ ├── _clearfix.scssc │ │ ├── _float.scssc │ │ ├── _hacks.scssc │ │ └── _reset.scssc ├── 76a8042810a13e43bb2f39a4c8ec881e3c89e008 │ ├── _main-right.scssc │ └── _main.scssc ├── 8173920e5725092320f88e5fe675e41c0498da8a │ ├── _mixin.scssc │ └── _variables.scssc ├── 8580e64104e5a1ead43b5cfc82e2d8cc807e0ea5 │ └── _main.scssc ├── 8aaef7f71833074c34e9a6a54de41c786d8d8f75 │ └── _utilities.scssc ├── 8f78a743d60a68992d39c6de5569b6e0bc414934 │ └── _grid-background.scssc ├── 9a97fc69baee025824ab286abddf7adc54e9f7cb │ └── _resize.scssc ├── 9c5db121654804e47b908a6ef4eac06697700039 │ ├── _lib.scssc │ ├── _mixin.scssc │ └── _variables.scssc ├── ab74edbfccfd8caab57dfad9aac4ffbec9c651ec │ ├── _alerts.scssc │ ├── _aside.scssc │ ├── _banner.scssc │ ├── _borrow-book.scssc │ ├── _contentinfo.scssc │ ├── _footer.scssc │ ├── _form.scssc │ ├── _header.scssc │ ├── _main.scssc │ ├── _manage-table.scssc │ ├── _nav.scssc │ ├── _page-header.scssc │ ├── _page-num.scssc │ ├── _pop-strilpe.scssc │ ├── _section-botton.scssc │ └── footer.scssc ├── afa887ea9f71acf69a97c6faf911c0b809c7dbbb │ ├── _links.scssc │ ├── _lists.scssc │ ├── _text.scssc │ ├── _units.scssc │ └── _vertical_rhythm.scssc ├── bdd022b1e97c6089b68bcc853b194ea7dac0a230 │ └── _susy.scssc ├── c4113a20eeb36552a4a520fa522d4c0bce8a3e6c │ ├── _aside.scssc │ ├── _banner.scssc │ ├── _borrow-book.scssc │ ├── _footer.scssc │ ├── _form.scssc │ ├── _header.scssc │ ├── _main-charts.scssc │ ├── _main.scssc │ ├── _manage-table.scssc │ ├── _nav.scssc │ ├── _page-num.scssc │ └── _reservation_layout.scssc ├── c5e3576f3f777165ee5f215ae15f7d5c3668e72a │ └── main.scssc ├── ca36965377d01be61513fb78acec985c5bc6e942 │ └── _login.scssc ├── ca7effc3163681093c049c87e5d896a1a4c8d444 │ ├── _base.scssc │ ├── _html5.scssc │ └── _links.scssc ├── d3428772724e3998674f16d3bc84a9e3dcd52d13 │ ├── _float.scssc │ ├── _shared.scssc │ └── _support.scssc ├── d3e0bd564decefdf31049af4788fe71798af9c66 │ ├── _main-right.scssc │ └── _main.scssc ├── d674d126fc9d976d3faf0bbd6aa97eb034f53895 │ ├── _background.scssc │ ├── _container.scssc │ ├── _direction.scssc │ ├── _inspect.scssc │ ├── _margins.scssc │ ├── _output.scssc │ └── _padding.scssc ├── ea959ce14bc9cb39f39a7e6a72714ca1ef7fe325 │ ├── _base.scssc │ └── _sprite-img.scssc ├── ed8a5d56b6b28ba19bea68c05c0206abf8f1005e │ ├── _background.scssc │ ├── _box-sizing.scssc │ ├── _clearfix.scssc │ ├── _prefix.scssc │ ├── _rem.scssc │ └── _support.scssc ├── eff2d8bf5073b741b8ec7417bf0c971a9b6be49a │ ├── _alternating-rows-and-columns.scssc │ ├── _borders.scssc │ └── _scaffolding.scssc └── f84df843b7ce4ff85da3d24e8f5dd747ae17d084 │ └── _normalize-version.scssc ├── README.md ├── config.rb ├── dist ├── add-book.html ├── add-user.html ├── book-canvas-count.html ├── book-now.html ├── borrow-book.html ├── borrow-canvas-cate.html ├── borrow-canvas-group.html ├── borrow-canvas-pie.html ├── camera-check.html ├── camera-modify.html ├── css │ └── main.css ├── img │ ├── avatar.jpg │ ├── banner.png │ ├── book-default.jpg │ ├── github.png │ ├── img-default.png │ ├── login-bg.jpg │ ├── login-password.png │ └── login-username.png ├── index.html ├── js │ ├── charts.config.js │ ├── hlayer │ │ ├── hlayer.css │ │ └── hlayer.js │ └── public │ │ ├── echarts.js │ │ ├── form-reset.js │ │ ├── hajax.js │ │ ├── jquery-hope.js │ │ ├── login.js │ │ └── upload.js ├── login.html ├── user-book.html ├── user-camera.html ├── user-modify.html └── user-reset.html ├── gulpfile.js ├── node_modules └── normalize-package-data │ └── test │ └── normalize.js~ ├── package.json └── src ├── css ├── components │ └── footer.css └── main.css ├── html ├── add-book.html ├── add-user.html ├── admin │ ├── add-book.html │ ├── add-user.html │ ├── borrow-book.html │ ├── camera-check.html │ ├── manage-book.html │ ├── manage-user.html │ └── modify-camera.html ├── book-canvas-count.html ├── book-now.html ├── borrow-book.html ├── borrow-canvas-cate.html ├── borrow-canvas-group.html ├── borrow-canvas-pie.html ├── camera-check.html ├── camera-modify.html ├── index.html ├── login.html ├── login │ └── login.html ├── public │ ├── aside.html │ ├── banner.html │ ├── book-canvas.html │ ├── canvas.html │ ├── footer.html │ ├── head.html │ ├── header.html │ ├── nav.html │ └── page-num.html ├── user-book.html ├── user-camera.html ├── user-modify.html ├── user-reset.html └── user │ ├── user-book.html │ ├── user-camera.html │ ├── user-modify.html │ └── user-reset.html ├── img ├── avatar.jpg ├── banner.png ├── book-default.jpg ├── github.png ├── img-default.png ├── login-bg.jpg ├── login-password.png └── login-username.png ├── js ├── charts.config.js ├── hlayer │ ├── hlayer.css │ └── hlayer.js └── public │ ├── echarts.js │ ├── form-reset.js │ ├── hajax.js │ ├── jquery-hope.js │ ├── login.js │ └── upload.js ├── lib └── js │ └── form-reset.js └── sass ├── base └── _resize.scss ├── components ├── _aside.scss ├── _banner.scss ├── _borrow-book.scss ├── _footer.scss ├── _form.scss ├── _header.scss ├── _main-charts.scss ├── _main.scss ├── _manage-table.scss ├── _nav.scss ├── _page-num.scss └── _reservation_layout.scss ├── helpers ├── _lib.scss ├── _mixin.scss └── _variables.scss ├── layout ├── _main-right.scss └── _main.scss ├── main.scss └── pages └── _login.scss /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | sources/ -------------------------------------------------------------------------------- /.idea/book.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /.idea/libraries/compass_library.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/watcherTasks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 16 | 23 | 24 | -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_background.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_background.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_bleed.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_bleed.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_box-sizing.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_box-sizing.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_breakpoint-plugin.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_breakpoint-plugin.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_container.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_container.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_context.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_context.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_gallery.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_gallery.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_grids.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_grids.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_gutters.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_gutters.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_isolate.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_isolate.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_margins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_margins.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_padding.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_padding.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_rows.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_rows.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_settings.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_settings.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_span.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_span.scssc -------------------------------------------------------------------------------- /.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_validation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/094a84f6269b4451233c50679a12a7670f905b99/_validation.scssc -------------------------------------------------------------------------------- /.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_bullets.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_bullets.scssc -------------------------------------------------------------------------------- /.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_horizontal-list.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_horizontal-list.scssc -------------------------------------------------------------------------------- /.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_inline-block-list.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_inline-block-list.scssc -------------------------------------------------------------------------------- /.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_inline-list.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/0dc0a5323d52ff6358faf643a64f1291015cc597/_inline-list.scssc -------------------------------------------------------------------------------- /.sass-cache/1bf0b39c817a71153b28971f62ad71cac18ce598/_ellipsis.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/1bf0b39c817a71153b28971f62ad71cac18ce598/_ellipsis.scssc -------------------------------------------------------------------------------- /.sass-cache/1bf0b39c817a71153b28971f62ad71cac18ce598/_force-wrap.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/1bf0b39c817a71153b28971f62ad71cac18ce598/_force-wrap.scssc -------------------------------------------------------------------------------- /.sass-cache/1bf0b39c817a71153b28971f62ad71cac18ce598/_nowrap.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | bd3501242e7ebf8b476c54b0546d51009475fb98 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::CommentNode : @value[I"V/* When remembering whether or not there's a hyphen in white-space is too hard */:ET: 4 | @type: silent;[:@filename0: @options{: 5 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;iT: 6 | @fileI"kC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/text/_nowrap.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 8 | @hash}Fo:Sass::Tree::MixinDefNode: 9 | @nameI" nowrap; T: 10 | @args[: @splat0;[o:Sass::Tree::PropNode;[I"white-space; T;o: Sass::Script::Tree::Literal;o: Sass::Script::Value::String ;I" nowrap; T; @ ; 11 | :identifier:"@deprecated_interp_equivalent0;i;o; ;o;;i;i#;o;;i;i);@;@: 12 | @tabsi:@prop_syntax:new;[; 0; @ ;i;o; ;o;;i;i;o;;i;i);@;@:@name_source_rangeo; ;@$;o;;i;i!;@;@:@value_source_rangeo; ;o;;i;i#;@%;@;@; 0; @ ;i;o; ;o;;i;i;o;;i;i;@;@:@has_childrenT; 0; @ :@templateI"{// When remembering whether or not there's a hyphen in white-space is too hard 13 | @mixin nowrap { white-space: nowrap; } 14 | ; T;i;o; ;o;;i;i;o;;i;i;@;@;,T -------------------------------------------------------------------------------- /.sass-cache/1bf0b39c817a71153b28971f62ad71cac18ce598/_replacement.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/1bf0b39c817a71153b28971f62ad71cac18ce598/_replacement.scssc -------------------------------------------------------------------------------- /.sass-cache/1e8083aabe5f97c00bd1fd0f761f5656c0530f2e/_color.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 2b66fe640a25a2da91acb7886345f9b39db89b9f 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::ImportNode :@imported_filenameI"color/contrast:ET;[:@filename0: @options{:@template0: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"dC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/_color.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 7 | @hash}F:@imported_file0; 8 | 0; @ 9 | ; I"@import "color/contrast";; T; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/1e8083aabe5f97c00bd1fd0f761f5656c0530f2e/_general.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/1e8083aabe5f97c00bd1fd0f761f5656c0530f2e/_general.scssc -------------------------------------------------------------------------------- /.sass-cache/1e8083aabe5f97c00bd1fd0f761f5656c0530f2e/_sprites.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 4392f815800c6a463df765eda933b7fc7fa9ffcb 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::ImportNode :@imported_filenameI"sprites/base:ET;[:@filename0: @options{:@template0: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"fC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/_sprites.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 7 | @hash}F:@imported_file0o; ;I"sprites/sprite-img; T;[; 8 | 0; @ 9 | ; 0; i;o; ;o;; i;i;o;; i;i";@;@;0; 10 | 0; @ 11 | ; I";@import "sprites/base"; 12 | @import "sprites/sprite-img"; 13 | ; T; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/1e8083aabe5f97c00bd1fd0f761f5656c0530f2e/_tables.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 82cddc0fd8998163b835968fe3a8a0c09a938957 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::ImportNode :@imported_filenameI"(tables/alternating-rows-and-columns:ET;[:@filename0: @options{:@template0: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i3: 5 | @fileI"eC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/_tables.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 7 | @hash}F:@imported_file0o; ;I"tables/borders; T;[; 8 | 0; @ 9 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"tables/scaffolding; T;[; 10 | 0; @ 11 | ; 0; i;o; ;o;; i;i;o;; i;i";@;@;0; 12 | 0; @ 13 | ; I"l@import "tables/alternating-rows-and-columns"; 14 | @import "tables/borders"; 15 | @import "tables/scaffolding"; 16 | ; T; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/1f8927dd766102b43d5968daa09309f3521e0e1b/_lib.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/1f8927dd766102b43d5968daa09309f3521e0e1b/_lib.scssc -------------------------------------------------------------------------------- /.sass-cache/1f8927dd766102b43d5968daa09309f3521e0e1b/_mixin.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/1f8927dd766102b43d5968daa09309f3521e0e1b/_mixin.scssc -------------------------------------------------------------------------------- /.sass-cache/1f8927dd766102b43d5968daa09309f3521e0e1b/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/1f8927dd766102b43d5968daa09309f3521e0e1b/_variables.scssc -------------------------------------------------------------------------------- /.sass-cache/23e54a9bea55a95560465c5ceabeca824b40e22a/_hover-link.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/23e54a9bea55a95560465c5ceabeca824b40e22a/_hover-link.scssc -------------------------------------------------------------------------------- /.sass-cache/23e54a9bea55a95560465c5ceabeca824b40e22a/_link-colors.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/23e54a9bea55a95560465c5ceabeca824b40e22a/_link-colors.scssc -------------------------------------------------------------------------------- /.sass-cache/23e54a9bea55a95560465c5ceabeca824b40e22a/_unstyled-link.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/23e54a9bea55a95560465c5ceabeca824b40e22a/_unstyled-link.scssc -------------------------------------------------------------------------------- /.sass-cache/26e1277576ea951418175625af48d35ac39ad9a6/main.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/26e1277576ea951418175625af48d35ac39ad9a6/main.scssc -------------------------------------------------------------------------------- /.sass-cache/270ec17d83ba0ee1d3f2574427481b6b65783e2f/_resize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/270ec17d83ba0ee1d3f2574427481b6b65783e2f/_resize.scssc -------------------------------------------------------------------------------- /.sass-cache/276446fbec1718dd2a530487d8bce8ef99902fc6/ie.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/276446fbec1718dd2a530487d8bce8ef99902fc6/ie.scssc -------------------------------------------------------------------------------- /.sass-cache/276446fbec1718dd2a530487d8bce8ef99902fc6/print.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/276446fbec1718dd2a530487d8bce8ef99902fc6/print.scssc -------------------------------------------------------------------------------- /.sass-cache/276446fbec1718dd2a530487d8bce8ef99902fc6/screen.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/276446fbec1718dd2a530487d8bce8ef99902fc6/screen.scssc -------------------------------------------------------------------------------- /.sass-cache/288c5db2bddad7642362712eac13fe9c90ead638/main.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/288c5db2bddad7642362712eac13fe9c90ead638/main.scssc -------------------------------------------------------------------------------- /.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_alerts.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_alerts.scssc -------------------------------------------------------------------------------- /.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_banner.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_banner.scssc -------------------------------------------------------------------------------- /.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_contentinfo.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_contentinfo.scssc -------------------------------------------------------------------------------- /.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_page-header.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_page-header.scssc -------------------------------------------------------------------------------- /.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_pop-strilpe.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_pop-strilpe.scssc -------------------------------------------------------------------------------- /.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_section-botton.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/3b9052342194ea50c25292a49e5864cf41026605/_section-botton.scssc -------------------------------------------------------------------------------- /.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_container.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_container.scssc -------------------------------------------------------------------------------- /.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_end.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_end.scssc -------------------------------------------------------------------------------- /.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_isolate.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_isolate.scssc -------------------------------------------------------------------------------- /.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_span.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/4535616c7808f502c9d78ce647210f4d23ae605c/_span.scssc -------------------------------------------------------------------------------- /.sass-cache/46028ad8d01af316464d345a77bece4e4e6dc504/_brightness.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/46028ad8d01af316464d345a77bece4e4e6dc504/_brightness.scssc -------------------------------------------------------------------------------- /.sass-cache/46028ad8d01af316464d345a77bece4e4e6dc504/_contrast.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/46028ad8d01af316464d345a77bece4e4e6dc504/_contrast.scssc -------------------------------------------------------------------------------- /.sass-cache/48c693e1964a11ddd53c6eda67284b26e0bbc066/_css3.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | ff2e5c1b784cd29f2321d28a68782dc7c9611f46 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::ImportNode :@imported_filenameI"css3/border-radius:ET;[:@filename0: @options{:@template0: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i": 5 | @fileI"YC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_css3.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 7 | @hash}F:@imported_file0o; ;I"css3/inline-block; T;[; 8 | 0; @ 9 | ; 0; i;o; ;o;; i;i;o;; i;i!;@;@;0o; ;I"css3/opacity; T;[; 10 | 0; @ 11 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/box-shadow; T;[; 12 | 0; @ 13 | ; 0; i ;o; ;o;; i ;i;o;; i ;i;@;@;0o; ;I"css3/text-shadow; T;[; 14 | 0; @ 15 | ; 0; i 16 | ;o; ;o;; i 17 | ;i;o;; i 18 | ;i ;@;@;0o; ;I"css3/columns; T;[; 19 | 0; @ 20 | ; 0; i ;o; ;o;; i ;i;o;; i ;i;@;@;0o; ;I"css3/box-sizing; T;[; 21 | 0; @ 22 | ; 0; i ;o; ;o;; i ;i;o;; i ;i;@;@;0o; ;I"css3/flexbox; T;[; 23 | 0; @ 24 | ; 0; i ;o; ;o;; i ;i;o;; i ;i;@;@;0o; ;I"css3/images; T;[; 25 | 0; @ 26 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/background-clip; T;[; 27 | 0; @ 28 | ; 0; i;o; ;o;; i;i;o;; i;i$;@;@;0o; ;I"css3/background-origin; T;[; 29 | 0; @ 30 | ; 0; i;o; ;o;; i;i;o;; i;i&;@;@;0o; ;I"css3/background-size; T;[; 31 | 0; @ 32 | ; 0; i;o; ;o;; i;i;o;; i;i$;@;@;0o; ;I"css3/font-face; T;[; 33 | 0; @ 34 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/transform; T;[; 35 | 0; @ 36 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/transition; T;[; 37 | 0; @ 38 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/appearance; T;[; 39 | 0; @ 40 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/animation; T;[; 41 | 0; @ 42 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/regions; T;[; 43 | 0; @ 44 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/hyphenation; T;[; 45 | 0; @ 46 | ; 0; i;o; ;o;; i;i;o;; i;i ;@;@;0o; ;I"css3/filter; T;[; 47 | 0; @ 48 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"css3/user-interface; T;[; 49 | 0; @ 50 | ; 0; i;o; ;o;; i;i;o;; i;i#;@;@;0; 51 | 0; @ 52 | ; I"<@import "css3/border-radius"; 53 | @import "css3/inline-block"; 54 | @import "css3/opacity"; 55 | @import "css3/box-shadow"; 56 | @import "css3/text-shadow"; 57 | @import "css3/columns"; 58 | @import "css3/box-sizing"; 59 | @import "css3/flexbox"; 60 | @import "css3/images"; 61 | @import "css3/background-clip"; 62 | @import "css3/background-origin"; 63 | @import "css3/background-size"; 64 | @import "css3/font-face"; 65 | @import "css3/transform"; 66 | @import "css3/transition"; 67 | @import "css3/appearance"; 68 | @import "css3/animation"; 69 | @import "css3/regions"; 70 | @import "css3/hyphenation"; 71 | @import "css3/filter"; 72 | @import "css3/user-interface"; 73 | ; T; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/48c693e1964a11ddd53c6eda67284b26e0bbc066/_reset.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | df78759f0fe6b88a633d20d26581ca4cdb829111 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::ImportNode :@imported_filenameI"reset/utilities:ET;[:@filename0: @options{:@template0:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position: 4 | @linei: @offseti: @end_poso;;i;i: 5 | @fileI"ZC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_reset.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 7 | @hash}F;i:@imported_file0o:Sass::Tree::MixinNode: 8 | @nameI"global-reset; T: 9 | @args[:@keywords{: @splat0:@kwarg_splat0;[; 10 | 0; @ 11 | ;i; o; ;o;;i;i;o;;i;i;@;@; 12 | 0; @ 13 | ; I"8@import "reset/utilities"; 14 | 15 | @include global-reset; 16 | ; T:@has_childrenT;i; o; ;o;;i;i;o;;i;i;@;@ -------------------------------------------------------------------------------- /.sass-cache/48c693e1964a11ddd53c6eda67284b26e0bbc066/_support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/48c693e1964a11ddd53c6eda67284b26e0bbc066/_support.scssc -------------------------------------------------------------------------------- /.sass-cache/48c693e1964a11ddd53c6eda67284b26e0bbc066/_typography.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 9ddbaee8a9f9c9b89372089ff9f2f5e01863335a 3 | o:Sass::Tree::RootNode :@children[ o:Sass::Tree::ImportNode :@imported_filenameI"typography/links:ET;[:@filename0: @options{:@template0: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i : 5 | @fileI"_C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_typography.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 7 | @hash}F:@imported_file0o; ;I"typography/lists; T;[; 8 | 0; @ 9 | ; 0; i;o; ;o;; i;i;o;; i;i ;@;@;0o; ;I"typography/text; T;[; 10 | 0; @ 11 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"typography/vertical_rhythm; T;[; 12 | 0; @ 13 | ; 0; i ;o; ;o;; i ;i;o;; i ;i*;@;@;0; 14 | 0; @ 15 | ; I"~@import "typography/links"; 16 | @import "typography/lists"; 17 | @import "typography/text"; 18 | @import "typography/vertical_rhythm"; 19 | ; T; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/48c693e1964a11ddd53c6eda67284b26e0bbc066/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/48c693e1964a11ddd53c6eda67284b26e0bbc066/_utilities.scssc -------------------------------------------------------------------------------- /.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_clearfix.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_clearfix.scssc -------------------------------------------------------------------------------- /.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_float.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_float.scssc -------------------------------------------------------------------------------- /.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_hacks.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_hacks.scssc -------------------------------------------------------------------------------- /.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_min.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_min.scssc -------------------------------------------------------------------------------- /.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_reset.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 31051537a103da0e620d5542108bd22cabfb556f 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::CommentNode : @value[I"!/* This module has moved. */:ET: 4 | @type: silent;[:@filename0: @options{: 5 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i: 6 | @fileI"lC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_reset.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 8 | @hash}Fo:Sass::Tree::ImportNode :@imported_filenameI"compass/reset/utilities; T;[; 0; @ :@template0;i;o; ;o;;i;i;o;;i;i';@;@:@imported_file0; 0; @ ; I"A// This module has moved. 9 | @import "compass/reset/utilities";; T;i;o; ;o;;i;i;o;;i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_tag-cloud.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/554836bc9e5499ec36a92569b9b3ef6dbcfd9cde/_tag-cloud.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_animation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_animation.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_appearance.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 8c228e867e069d1b52ae586e30be356946cddfdf 3 | o:Sass::Tree::RootNode :@children[ o:Sass::Tree::CommentNode : @value[I"/* Appearance */:ET: 4 | @type: silent;[:@filename0: @options{: 5 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i: 6 | @fileI"dC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_appearance.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 8 | @hash}Fo:Sass::Tree::ImportNode :@imported_filenameI"compass/support; T;[; 0; @ :@template0;i;o; ;o;;i;i;o;;i;i;@;@:@imported_file0o; ;[I"6/* Change the appearance for Mozilla, Webkit and possibly the future. 9 | * The appearance property is currently not present in any newer CSS specification. 10 | * 11 | * There is no official list of accepted values, but you might check these source: 12 | * 13 | * * [Mozilla](https://developer.mozilla.org/en/CSS/-moz-appearance) 14 | * * [Webkit](http://code.google.com/p/webkit-mirror/source/browse/Source/WebCore/css/CSSValueKeywords.in?spec=svnf1aea559dcd025a8946aa7da6e4e8306f5c1b604&r=63c7d1af44430b314233fea342c3ddb2a052e365) 15 | * (search for 'appearance' within the page) */; T; 16 | ; ;[; 0; @ ;i ;o; ;o;;i ;i;o;;i;i6;@;@o:Sass::Tree::MixinDefNode: 17 | @nameI"appearance; T: 18 | @args[[o:!Sass::Script::Tree::Variable ;#I"appearance; T:@underscored_nameI"appearance; T:@css_variable_warning0;i;o; ;o;;i;i;o;;i;i#;@;@; @; @ 0: @splat0;[ o; ;[I"7/* There is no caniuse tracking for appearance. */; T; 19 | ; ;[; 0; @ ;i;o; ;o;;i;i;o;;i;i7;@;@o:Sass::Tree::VariableNode;#I"appearance; T: 20 | @expro: Sass::Script::Tree::Funcall;#I" unquote; T;$[o;% ;#I"appearance; T;&I"appearance; T;'0;i;o; ;o;;i;i;o;;i;i(;@;@; @; @ :@keywordso:Sass::Util::NormalizedMap:@key_strings{: @map{;(0:@kwarg_splat0;'0;i;o; ;o;;i;i;o;;i;i);@;@; @; @ : @guarded0: @global0;[; 0; @ ;i;o; ;o;;i;i ;o;;i;i);@;@o:Sass::Tree::MixinNode;#I"with-prefix; T;$[o: Sass::Script::Tree::Literal 21 | ;o: Sass::Script::Value::String ;I" -moz; T; @ ; 22 | :identifier:"@deprecated_interp_equivalent0;'0;i;o; ;o;;i;i;o;;i;i!;@;@; @;,o;-;.{;/{;(0;00;[o:Sass::Tree::PropNode;#[I"-moz-appearance; T;o;% ;#I"appearance; T;&I"appearance; T;'0;i;o; ;o;;i;i<;o;;i;iG;@;@; @; @ : 23 | @tabsi:@prop_syntax:new;[; 0; @ ;i;o; ;o;;i;i+;o;;i;iG;@;@:@name_source_rangeo; ;@a;o;;i;i:;@;@:@value_source_rangeo; ;o;;i;i<;@b;@;@; 0; @ ;i;o; ;o;;i;i;o;;i;i&;@;@:@has_childrenTo;3;#I"with-prefix; T;$[o;4 24 | ;o;5 ;I" -webkit; T; @ ; 25 | ;6;70;'0;i;o; ;o;;i;i;o;;i;i$;@;@; @;,o;-;.{;/{;(0;00;[o;8;#[I"-webkit-appearance; T;o;% ;#I"appearance; T;&I"appearance; T;'0;i;o; ;o;;i;i<;o;;i;iG;@;@; @; @ ;9i;:;;;[; 0; @ ;i;o; ;o;;i;i(;o;;i;iG;@;@;T; 0; @ ;i;o; ;o;;i;i;o;;i;i%;@;@;>T; 0; @ ; I"b// Appearance 26 | @import "compass/support"; 27 | 28 | // Change the appearance for Mozilla, Webkit and possibly the future. 29 | // The appearance property is currently not present in any newer CSS specification. 30 | // 31 | // There is no official list of accepted values, but you might check these source: 32 | // 33 | // * [Mozilla](https://developer.mozilla.org/en/CSS/-moz-appearance) 34 | // * [Webkit](http://code.google.com/p/webkit-mirror/source/browse/Source/WebCore/css/CSSValueKeywords.in?spec=svnf1aea559dcd025a8946aa7da6e4e8306f5c1b604&r=63c7d1af44430b314233fea342c3ddb2a052e365) 35 | // (search for 'appearance' within the page) 36 | @mixin appearance($appearance) { 37 | // There is no caniuse tracking for appearance. 38 | $appearance: unquote($appearance); 39 | @include with-prefix(-moz) { -moz-appearance: $appearance; } 40 | @include with-prefix(-webkit) { -webkit-appearance: $appearance; } 41 | } 42 | ; T;i;o; ;o;;i;i;o;;i;i;@;@;>T -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_background-clip.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_background-clip.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_background-origin.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_background-origin.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_background-size.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_background-size.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_border-radius.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_border-radius.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_box-shadow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_box-shadow.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_box-sizing.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_box-sizing.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_columns.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_columns.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_deprecated-support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_deprecated-support.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_filter.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_filter.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_flexbox.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_flexbox.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_font-face.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_font-face.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_hyphenation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_hyphenation.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_images.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_images.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_inline-block.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_inline-block.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_opacity.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_opacity.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_regions.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_regions.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_text-shadow.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_text-shadow.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_transform.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_transform.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_transition.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_transition.scssc -------------------------------------------------------------------------------- /.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_user-interface.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/5705f4bb3875b3699778a61133535a53ec44ee91/_user-interface.scssc -------------------------------------------------------------------------------- /.sass-cache/5d0dc589b7f9e17194054ebb4bdd12f02448e709/_compass.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 9ef1f1f6815e33abae7117cd279d3a22e9b8356e 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::ImportNode :@imported_filenameI"compass/utilities:ET;[:@filename0: @options{:@template0: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i!: 5 | @fileI"TC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/_compass.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; T:@same_name_warningso:Set: 7 | @hash}F:@imported_file0o; ;I"compass/typography; T;[; 8 | 0; @ 9 | ; 0; i;o; ;o;; i;i;o;; i;i";@;@;0o; ;I"compass/css3; T;[; 10 | 0; @ 11 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0; 12 | 0; @ 13 | ; I"X@import "compass/utilities"; 14 | @import "compass/typography"; 15 | @import "compass/css3"; 16 | ; T; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/5de0576ddc79a4ef95e935b1d9e0bc3dc820e441/_su.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 0dee1c70dab96413dd13dae414a610751e926e61 3 | o:Sass::Tree::RootNode :@children[ 4 | o:Sass::Tree::CommentNode : @value[I"/* Su 5 | * == */:ET: 6 | @type: silent;[:@filename0: @options{: 7 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i : 8 | @fileI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/_su.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 9 | @rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass; T:@real_rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass; T:@same_name_warningso:Set: 10 | @hash}Fo:Sass::Tree::ImportNode :@imported_filenameI"su/utilities; T;[; 0; @ :@template0;i ;o; ;o;;i ;i;o;;i ;i;@;@:@imported_file0o; ;I"su/settings; T;[; 0; @ ; 0;i 11 | ;o; ;o;;i 12 | ;i;o;;i 13 | ;i;@;@;!0o; ;I"su/validation; T;[; 0; @ ; 0;i ;o; ;o;;i ;i;o;;i ;i;@;@;!0o; ;I" su/grid; T;[; 0; @ ; 0;i ;o; ;o;;i ;i;o;;i ;i;@;@;!0; 0; @ ; I"m// Su 14 | // == 15 | 16 | @import "su/utilities"; 17 | @import "su/settings"; 18 | @import "su/validation"; 19 | @import "su/grid"; 20 | ; T;i;o; ;o;;i;i;o;;i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_grid.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_grid.scssc -------------------------------------------------------------------------------- /.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_settings.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_settings.scssc -------------------------------------------------------------------------------- /.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_utilities.scssc -------------------------------------------------------------------------------- /.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_validation.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/601755fadaa3817b0cc3c1d18255331fbbfc23ba/_validation.scssc -------------------------------------------------------------------------------- /.sass-cache/6e4b6410eb9deed1e755c206085c904ea0b83f39/_susy.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/6e4b6410eb9deed1e755c206085c904ea0b83f39/_susy.scssc -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_support.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"k(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/_support.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_background-size.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"x(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_background-size.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_images.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"o(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_images.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_inline-block.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"u(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_inline-block.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_links.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"t(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_links.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_lists.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"t(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_lists.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_text.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"s(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_text.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"|(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/text/_replacement.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/text/_replacement.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"~(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_float.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"{(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_float.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_hacks.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"{(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_hacks.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/75fcaf1b4852ceb732871195e41567cc2a7d8997/C%058/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_reset.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | da39a3ee5e6b4b0d3255bfef95601890afd80709 3 | o:Sass::Tree::RootNode :@children[:@filename0: @options{:@templateI":ET: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI"{(NOT IMPORTED) C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_reset.scss; 6 | T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 7 | @rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 8 | T:@real_rootI"FC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets; 9 | T:@same_name_warningso:Set: 10 | @hash}F -------------------------------------------------------------------------------- /.sass-cache/76a8042810a13e43bb2f39a4c8ec881e3c89e008/_main-right.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/76a8042810a13e43bb2f39a4c8ec881e3c89e008/_main-right.scssc -------------------------------------------------------------------------------- /.sass-cache/76a8042810a13e43bb2f39a4c8ec881e3c89e008/_main.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/76a8042810a13e43bb2f39a4c8ec881e3c89e008/_main.scssc -------------------------------------------------------------------------------- /.sass-cache/8173920e5725092320f88e5fe675e41c0498da8a/_mixin.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/8173920e5725092320f88e5fe675e41c0498da8a/_mixin.scssc -------------------------------------------------------------------------------- /.sass-cache/8173920e5725092320f88e5fe675e41c0498da8a/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/8173920e5725092320f88e5fe675e41c0498da8a/_variables.scssc -------------------------------------------------------------------------------- /.sass-cache/8580e64104e5a1ead43b5cfc82e2d8cc807e0ea5/_main.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/8580e64104e5a1ead43b5cfc82e2d8cc807e0ea5/_main.scssc -------------------------------------------------------------------------------- /.sass-cache/8aaef7f71833074c34e9a6a54de41c786d8d8f75/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/8aaef7f71833074c34e9a6a54de41c786d8d8f75/_utilities.scssc -------------------------------------------------------------------------------- /.sass-cache/8f78a743d60a68992d39c6de5569b6e0bc414934/_grid-background.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/8f78a743d60a68992d39c6de5569b6e0bc414934/_grid-background.scssc -------------------------------------------------------------------------------- /.sass-cache/9a97fc69baee025824ab286abddf7adc54e9f7cb/_resize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/9a97fc69baee025824ab286abddf7adc54e9f7cb/_resize.scssc -------------------------------------------------------------------------------- /.sass-cache/9c5db121654804e47b908a6ef4eac06697700039/_lib.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/9c5db121654804e47b908a6ef4eac06697700039/_lib.scssc -------------------------------------------------------------------------------- /.sass-cache/9c5db121654804e47b908a6ef4eac06697700039/_mixin.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/9c5db121654804e47b908a6ef4eac06697700039/_mixin.scssc -------------------------------------------------------------------------------- /.sass-cache/9c5db121654804e47b908a6ef4eac06697700039/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/9c5db121654804e47b908a6ef4eac06697700039/_variables.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_alerts.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_alerts.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_aside.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_aside.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_banner.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_banner.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_borrow-book.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_borrow-book.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_contentinfo.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_contentinfo.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_footer.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_footer.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_form.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_form.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_header.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_header.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_main.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | c5025b6ef3a0e06cd8438cab63fee75bb2893a19 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::RuleNode: 4 | @rule[I" 5 | .main:ET:@parsed_ruleso:"Sass::Selector::CommaSequence: @members[o:Sass::Selector::Sequence; [o:#Sass::Selector::SimpleSequence ; [o:Sass::Selector::Class: 6 | @nameI" main; T: 7 | @linei:@filename0: @subject0: @sourceso:Set: 8 | @hash}F:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i : 9 | @file0:@importer0;i;0;i;i;0:@selector_source_rangeo; ;o;;i;i;o;;i;i ;I"8F:/github/hopeBookUE/src/sass/components/_main.scss; T;e:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 10 | @rootI"F:/github/hopeBookUE; T:@real_rootI"F:/github/hopeBookUE; T:@same_name_warningso;;}F: 11 | @tabsi;[o:Sass::Tree::PropNode;[I" padding; T: @valueo:!Sass::Script::Tree::Variable ;I"main-padding; T:@underscored_nameI"main_padding; T:@css_variable_warning0;i;o; ;o;;i;i;o;;i;i;@;@;@: @options{;%i:@prop_syntax:new;[;0;+@*;i;o; ;o;;i;i;o;;i;i;@;@:@name_source_rangeo; ;@-;o;;i;i;@;@:@value_source_rangeo; ;o;;i;i;@.;@;@o;&;[I"min-height; T;'o;( ;I"main-height; T;)I"main_height; T;*0;i;o; ;o;;i;i;o;;i;i;@;@;@;+@*;%i;,;-;[;0;+@*;i;o; ;o;;i;i;o;;i;i;@;@;.o; ;@>;o;;i;i;@;@;/o; ;o;;i;i;@?;@;@o;&;[I"margin-bottom; T;'o;( ;I"main-margin-bottom; T;)I"main_margin_bottom; T;*0;i ;o; ;o;;i ;i;o;;i ;i);@;@;@;+@*;%i;,;-;[;0;+@*;i ;o; ;o;;i ;i;o;;i ;i);@;@;.o; ;@O;o;;i ;i;@;@;/o; ;o;;i ;i;@P;@;@;0;+@*;i;o; ;@;o;;i;i ;@;@:@has_childrenT;0;+@*:@templateI"h.main{ 12 | padding: $main-padding; 13 | min-height:$main-height; 14 | margin-bottom:$main-margin-bottom; 15 | } 16 | ; T;i;o; ;o;;i;i;o;;i;i;@;@;0T -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_manage-table.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_manage-table.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_nav.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_nav.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_page-header.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_page-header.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_page-num.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_page-num.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_pop-strilpe.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_pop-strilpe.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_section-botton.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/_section-botton.scssc -------------------------------------------------------------------------------- /.sass-cache/ab74edbfccfd8caab57dfad9aac4ffbec9c651ec/footer.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | 5c18d697f4c179f456da99d491598438a128ac19 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::RuleNode: 4 | @rule[I" .footer:ET:@parsed_ruleso:"Sass::Selector::CommaSequence: @members[o:Sass::Selector::Sequence; [o:#Sass::Selector::SimpleSequence ; [o:Sass::Selector::Class: 5 | @nameI" footer; T: 6 | @linei:@filename0: @subject0: @sourceso:Set: 7 | @hash}F:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i : 8 | @file0:@importer0;i;0;i;i;0:@selector_source_rangeo; ;o;;i;i;o;;i;i ;I"9F:/github/hopeBookUE/src/sass/components/footer.scss; T;e:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 9 | @rootI"F:/github/hopeBookUE; T:@real_rootI"F:/github/hopeBookUE; T:@same_name_warningso;;}F: 10 | @tabsi;[ o:Sass::Tree::PropNode;[I" padding; T: @valueo: Sass::Script::Tree::Literal;'o: Sass::Script::Value::String ;'I" 30px 0; T: @options{: 11 | @type:identifier:"@deprecated_interp_equivalent0;i;o; ;o;;i;i;o;;i;i;@;@;%i:@prop_syntax:new;[;0;*@';i;o; ;o;;i;i;o;;i;i;@;@:@name_source_rangeo; ;@-;o;;i;i;@;@:@value_source_rangeo; ;o;;i;i;@.;@;@o;&;[I"background; T;'o:!Sass::Script::Tree::Variable ;I"footer-bgcolor; T:@underscored_nameI"footer_bgcolor; T:@css_variable_warning0;i;o; ;o;;i;i;o;;i;i";@;@;@;*@';%i;.;/;[;0;*@';i;o; ;o;;i;i;o;;i;i";@;@;0o; ;@>;o;;i;i;@;@;1o; ;o;;i;i;@?;@;@o;&;[I" 12 | color; T;'o;2 ;I"footer-color; T;3I"footer_color; T;40;i ;o; ;o;;i ;i;o;;i ;i;@;@;@;*@';%i;.;/;[;0;*@';i ;o; ;o;;i ;i;o;;i ;i;@;@;0o; ;@O;o;;i ;i ;@;@;1o; ;o;;i ;i;@P;@;@o;;[I"h3; T; 13 | o; ; [o; ; [o; ; [o:Sass::Selector::Element ;I"h3; T:@namespace0;i 14 | ;0;0;o;;}F;o; ;o;;i;i;o;;i;i;0;0;i 15 | ;0;i 16 | ;i 17 | ;0;o; ;o;;i 18 | ;i;o;;i 19 | ;i 20 | ;@;@;%i;[o:Sass::Tree::MixinNode;I"text-center; T: 21 | @args[:@keywords{: @splat0:@kwarg_splat0;[;0;*@';i ;o; ;o;;i ;i 22 | ;o;;i ;i;@;@;0;*@';i 23 | ;o; ;@f;o;;i 24 | ;i 25 | ;@;@:@has_childrenT;0;*@';i;o; ;@;o;;i;i ;@;@;;o;;i;i;@;@;/o; ;o;;i;i;@?;@;@o;&;[I"margin-bottom; T;'o;( ;I"main-margin-bottom; T;)I"main_margin_bottom; T;*0;i ;o; ;o;;i ;i;o;;i ;i);@;@;@;+@*;%i;,;-;[;0;+@*;i ;o; ;o;;i ;i;o;;i ;i);@;@;.o; ;@O;o;;i ;i;@;@;/o; ;o;;i ;i;@P;@;@;0;+@*;i;o; ;@;o;;i;i ;@;@:@has_childrenT;0;+@*:@templateI"h.main{ 12 | padding: $main-padding; 13 | min-height:$main-height; 14 | margin-bottom:$main-margin-bottom; 15 | } 16 | ; T;i;o; ;o;;i;i;o;;i;i;@;@;0T -------------------------------------------------------------------------------- /.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_manage-table.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_manage-table.scssc -------------------------------------------------------------------------------- /.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_nav.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_nav.scssc -------------------------------------------------------------------------------- /.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_page-num.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_page-num.scssc -------------------------------------------------------------------------------- /.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_reservation_layout.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/c4113a20eeb36552a4a520fa522d4c0bce8a3e6c/_reservation_layout.scssc -------------------------------------------------------------------------------- /.sass-cache/c5e3576f3f777165ee5f215ae15f7d5c3668e72a/main.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | fc1ebc87a0e5c8b8d1cd9ee5798527d5f286460c 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::ImportNode :@imported_filenameI"helpers/variables:ET;[:@filename0: @options{:@template0: 4 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; i: @offseti: @end_poso;; i;i: 5 | @fileI",F:/github/hopeBookUE/src/sass/main.scss: encoding"GBK:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 6 | @rootI"F:/github/hopeBookUE; T:@real_rootI"F:/github/hopeBookUE; T:@same_name_warningso:Set: 7 | @hash}F:@imported_file0o; ;I"helpers/mixin; T;[; 8 | 0; @ 9 | ; 0; i;o; ;o;; i;i;o;; i ;i;@;@;0o; ;I"base/resize; T;[; 10 | 0; @ 11 | ; 0; i ;o; ;o;; i ;i;o;; i ;i;@;@;0o; ;I"helpers/lib; T;[; 12 | 0; @ 13 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"layout/main; T;[; 14 | 0; @ 15 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"layout/main-right; T;[; 16 | 0; @ 17 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/header; T;[; 18 | 0; @ 19 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/footer; T;[; 20 | 0; @ 21 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/banner; T;[; 22 | 0; @ 23 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/main; T;[; 24 | 0; @ 25 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/aside; T;[; 26 | 0; @ 27 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/nav; T;[; 28 | 0; @ 29 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/manage-table; T;[; 30 | 0; @ 31 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/page-num; T;[; 32 | 0; @ 33 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/form; T;[; 34 | 0; @ 35 | ; 0; i;o; ;o;; i;i;o;; i;i;@;@;0o; ;I"components/borrow-book; T;[; 36 | 0; @ 37 | ; 0; i;o; ;o;; i;i;o;; i ;i;@;@;0; 38 | 0; @ 39 | ; I"p@import 40 | "helpers/variables" 41 | ,"helpers/mixin" 42 | ; 43 | 44 | @import 45 | "base/resize" 46 | ; 47 | @import 48 | "helpers/lib" 49 | ; 50 | @import 51 | "layout/main" 52 | ,"layout/main-right" 53 | ; 54 | @import 55 | "components/header" 56 | ,"components/footer" 57 | ,"components/banner" 58 | ,"components/main" 59 | ,"components/aside" 60 | ,"components/nav" 61 | ,"components/manage-table" 62 | ,"components/page-num" 63 | ,"components/form" 64 | ,"components/borrow-book" 65 | ; 66 | 67 | 68 | 69 | ; T; i;o; ;o;; i;i;o;; i;i;@;@:@has_childrenT -------------------------------------------------------------------------------- /.sass-cache/ca36965377d01be61513fb78acec985c5bc6e942/_login.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ca36965377d01be61513fb78acec985c5bc6e942/_login.scssc -------------------------------------------------------------------------------- /.sass-cache/ca7effc3163681093c049c87e5d896a1a4c8d444/_base.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ca7effc3163681093c049c87e5d896a1a4c8d444/_base.scssc -------------------------------------------------------------------------------- /.sass-cache/ca7effc3163681093c049c87e5d896a1a4c8d444/_html5.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ca7effc3163681093c049c87e5d896a1a4c8d444/_html5.scssc -------------------------------------------------------------------------------- /.sass-cache/ca7effc3163681093c049c87e5d896a1a4c8d444/_links.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ca7effc3163681093c049c87e5d896a1a4c8d444/_links.scssc -------------------------------------------------------------------------------- /.sass-cache/d3428772724e3998674f16d3bc84a9e3dcd52d13/_float.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d3428772724e3998674f16d3bc84a9e3dcd52d13/_float.scssc -------------------------------------------------------------------------------- /.sass-cache/d3428772724e3998674f16d3bc84a9e3dcd52d13/_shared.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d3428772724e3998674f16d3bc84a9e3dcd52d13/_shared.scssc -------------------------------------------------------------------------------- /.sass-cache/d3428772724e3998674f16d3bc84a9e3dcd52d13/_support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d3428772724e3998674f16d3bc84a9e3dcd52d13/_support.scssc -------------------------------------------------------------------------------- /.sass-cache/d3e0bd564decefdf31049af4788fe71798af9c66/_main-right.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d3e0bd564decefdf31049af4788fe71798af9c66/_main-right.scssc -------------------------------------------------------------------------------- /.sass-cache/d3e0bd564decefdf31049af4788fe71798af9c66/_main.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d3e0bd564decefdf31049af4788fe71798af9c66/_main.scssc -------------------------------------------------------------------------------- /.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_background.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_background.scssc -------------------------------------------------------------------------------- /.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_container.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_container.scssc -------------------------------------------------------------------------------- /.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_direction.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_direction.scssc -------------------------------------------------------------------------------- /.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_inspect.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_inspect.scssc -------------------------------------------------------------------------------- /.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_margins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_margins.scssc -------------------------------------------------------------------------------- /.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_output.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_output.scssc -------------------------------------------------------------------------------- /.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_padding.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/d674d126fc9d976d3faf0bbd6aa97eb034f53895/_padding.scssc -------------------------------------------------------------------------------- /.sass-cache/ea959ce14bc9cb39f39a7e6a72714ca1ef7fe325/_base.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ea959ce14bc9cb39f39a7e6a72714ca1ef7fe325/_base.scssc -------------------------------------------------------------------------------- /.sass-cache/ea959ce14bc9cb39f39a7e6a72714ca1ef7fe325/_sprite-img.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ea959ce14bc9cb39f39a7e6a72714ca1ef7fe325/_sprite-img.scssc -------------------------------------------------------------------------------- /.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_background.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_background.scssc -------------------------------------------------------------------------------- /.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_box-sizing.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_box-sizing.scssc -------------------------------------------------------------------------------- /.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_clearfix.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | ea488c5e60cfb29c7498db9d7477f5d8dcf661ce 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::CommentNode : @value[I";/* Susy Fallback Clearfix 4 | * ====================== */:ET: 5 | @type: silent;[:@filename0: @options{: 6 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i: 7 | @fileI"[C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 8 | @rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass; T:@real_rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass; T:@same_name_warningso:Set: 9 | @hash}Fo; ;[I"e/* Clearfix 10 | * -------- 11 | * Check for an existing support mixin, or provide a simple fallback. */; T; 12 | ; ;[; 0; @ ;i 13 | ;o; ;o;;i 14 | ;i;o;;i ;iK;@;@o:Sass::Tree::MixinDefNode: 15 | @nameI"susy-clearfix; T: 16 | @args[: @splat0;[u:Sass::Tree::IfNoded [o: Sass::Script::Tree::Funcall: 17 | @nameI"susy-support:ET: 18 | @args[o: Sass::Script::Tree::Literal 19 | : @valueo: Sass::Script::Value::String ; 20 | I" clearfix;T: @options{: 21 | @type:identifier:"@deprecated_interp_equivalent0:@css_variable_warning0: 22 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i!: 23 | @fileI"[C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss;T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 24 | @rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass;T:@real_rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass;T:@same_name_warningso:Set: 25 | @hash}F:@filename@o:#Sass::Script::Tree::MapLiteral : @pairs[[o; 26 | ; 27 | o; ; 28 | I" 29 | mixin;T; @ ; ;;0;0;i;o; ;o;;i;i$;o;;i;i);@;@;!@o; 30 | ; 31 | o; ; 32 | I" clearfix;T; @ ; ;;0;0;i;o; ;o;;i;i+;o;;i;i3;@;@;!@;0;i;o; ;o;;i;i$;o;;i;i3;@;@;!@; @ :@keywordso:Sass::Util::NormalizedMap:@key_strings{: @map{: @splat0:@kwarg_splat0;0;i;o; ;o;;i;i ;o;;i;i5;@;@;!@; @ u:Sass::Tree::IfNodeN[00[o:Sass::Tree::RuleNode: 33 | @rule[I" &:after:ET:@parsed_ruleso:"Sass::Selector::CommaSequence: @members[o:Sass::Selector::Sequence; 34 | [o:#Sass::Selector::SimpleSequence ; 35 | [o:Sass::Selector::Parent: @suffix0: 36 | @linei:@filename0o:Sass::Selector::Pseudo :@syntactic_type: 37 | class: 38 | @nameI" 39 | after;T: @arg0:@selector0;i;0: @subject0: @sourceso:Set: 40 | @hash}F:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i : 41 | @file0:@importer0;i;0;i;i;0:@selector_source_rangeo; ;o;;i;i 42 | ; o;;i;i;!I"[C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss;T;"e:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 43 | @rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass;T:@real_rootI"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass;T:@same_name_warningso;;}F: 44 | @tabsi:@children[o:Sass::Tree::PropNode;[I" content;T: @valueo: Sass::Script::Tree::Literal;,o: Sass::Script::Value::String ;,I"" ";T: @options{: 45 | @type:identifier:"@deprecated_interp_equivalent0;i;o; ;o;;i;i; o;;i;i;!@;"@;)i:@prop_syntax:new;*[;0;/@(;i;o; ;o;;i;i ; o;;i;i;!@;"@:@name_source_rangeo; ;@.; o;;i;i;!@;"@:@value_source_rangeo; ;o;;i;i; @/;!@;"@o;+;[I" display;T;,o;-;,o;. ;,I" 46 | block;T;/@(;0;1;20;i;o; ;o;;i;i; o;;i;i;!@;"@;)i;3;4;*[;0;/@(;i;o; ;o;;i;i ; o;;i;i;!@;"@;5o; ;@?; o;;i;i;!@;"@;6o; ;o;;i;i; @@;!@;"@o;+;[I" 47 | clear;T;,o;-;,o;. ;,I" both;T;/@(;0;1;20;i;o; ;o;;i;i; o;;i;i;!@;"@;)i;3;4;*[;0;/@(;i;o; ;o;;i;i ; o;;i;i;!@;"@;5o; ;@P; o;;i;i;!@;"@;6o; ;o;;i;i; @Q;!@;"@;0;/@(;i;o; ;@; o;;i;i;!@;"@:@has_childrenT[o:Sass::Tree::MixinNode;I" clearfix;T;[;${;(0;)0:@children[;!0; @ ;i;o; ;o;;i;i 48 | ;o;;i;i;@;@; 0; @ ;i ;o; ;o;;i ;i;o;;i ;i;@;@:@has_childrenT; 0; @ :@templateI"W// Susy Fallback Clearfix 49 | // ====================== 50 | 51 | 52 | // Clearfix 53 | // -------- 54 | // Check for an existing support mixin, or provide a simple fallback. 55 | @mixin susy-clearfix { 56 | @if susy-support(clearfix, (mixin: clearfix)) { 57 | @include clearfix; 58 | } @else { 59 | &:after { 60 | content: " "; 61 | display: block; 62 | clear: both; 63 | } 64 | } 65 | } 66 | ; T;i;o; ;o;;i;i;o;;i;i;@;@;#T -------------------------------------------------------------------------------- /.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_prefix.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_prefix.scssc -------------------------------------------------------------------------------- /.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_rem.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_rem.scssc -------------------------------------------------------------------------------- /.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_support.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/ed8a5d56b6b28ba19bea68c05c0206abf8f1005e/_support.scssc -------------------------------------------------------------------------------- /.sass-cache/eff2d8bf5073b741b8ec7417bf0c971a9b6be49a/_alternating-rows-and-columns.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/eff2d8bf5073b741b8ec7417bf0c971a9b6be49a/_alternating-rows-and-columns.scssc -------------------------------------------------------------------------------- /.sass-cache/eff2d8bf5073b741b8ec7417bf0c971a9b6be49a/_borders.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/eff2d8bf5073b741b8ec7417bf0c971a9b6be49a/_borders.scssc -------------------------------------------------------------------------------- /.sass-cache/eff2d8bf5073b741b8ec7417bf0c971a9b6be49a/_scaffolding.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/.sass-cache/eff2d8bf5073b741b8ec7417bf0c971a9b6be49a/_scaffolding.scssc -------------------------------------------------------------------------------- /.sass-cache/f84df843b7ce4ff85da3d24e8f5dd747ae17d084/_normalize-version.scssc: -------------------------------------------------------------------------------- 1 | 3.4.23 (Selective Steve) 2 | db71a747dacf5a5d7ecf90e205002857d069d293 3 | o:Sass::Tree::RootNode :@children[o:Sass::Tree::MixinDefNode: 4 | @nameI"normalize-version:ET: 5 | @args[[o:!Sass::Script::Tree::Variable ;I" partial; T:@underscored_nameI" partial; T:@css_variable_warning0: 6 | @linei:@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i: @offseti: @end_poso;;i;i': 7 | @fileI"aC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets/_normalize-version.scss; T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 8 | @rootI"IC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets; T:@real_rootI"IC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets; T:@same_name_warningso:Set: 9 | @hash}F:@filename@: @options{o: Sass::Script::Tree::Literal 10 | : @valueo:Sass::Script::Value::Bool;!F;@;o; ;o;;i 11 | ;i;o;;i 12 | ;i!;I"cC:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/language/susy/_breakpoint-plugin.scss; T;e;o;;I"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass; T;I"8C:/Ruby23/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass; T;o;;}F; 0;i;o; ;o;;i;i);o;;i;i.;@;@;@: @splat0;[o:Sass::Tree::VariableNode;I" version; T: 13 | @expro; 14 | ;!o: Sass::Script::Value::String ;!I" v3.0.0; T;@: 15 | @type: string:"@deprecated_interp_equivalent0; 0;i;o; ;o;;i;i;o;;i;i;@;@;@: @guarded0: @global0;[;0;@;i;o; ;o;;i;i ;o;;i;i;@;@u:Sass::Tree::IfNodee [o:!Sass::Script::Tree::Variable : 16 | @nameI" partial:ET:@underscored_nameI" partial;T:@css_variable_warning0: 17 | @linei :@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position; 18 | i : @offseti : @end_poso;; 19 | i ;i: 20 | @fileI"aC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets/_normalize-version.scss;T:@importere:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 21 | @rootI"IC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets;T:@real_rootI"IC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets;T:@same_name_warningso:Set: 22 | @hash}F:@filename@ : @options{u:Sass::Tree::IfNode[00[o:Sass::Tree::CommentNode : @value[I"/*! normalize.css :ETo:&Sass::Script::Tree::Interpolation: @before0: @mido:!Sass::Script::Tree::Variable : 23 | @nameI" version;T:@underscored_nameI" version;T:@css_variable_warning0: 24 | @linei :@source_rangeo:Sass::Source::Range :@start_poso:Sass::Source::Position;i : @offseti: @end_poso;;i ;i&: 25 | @fileI"aC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets/_normalize-version.scss;T:@importer0:@filename@: @options{: @after0:@whitespace_beforeF:@whitespace_afterF:@originally_textF:@warn_for_colorF:@deprecation: none;@;0;i ;o; ;o;;i ;i;o;;i ;i';@;0;@I") | MIT License | git.io/normalize */;T: 26 | @type: loud:@children[;0;@;i ;o; ;o;;i ;i 27 | ;o;;i ;iK;@;e:"Compass::ImportOnce::Importero: Sass::Importers::Filesystem: 28 | @rootI"IC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets;T:@real_rootI"IC:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-normalize-1.5/stylesheets;T:@same_name_warningso:Set: 29 | @hash}F[o:Sass::Tree::CommentNode : @value[ 30 | I"/*! normalize.css ;To:&Sass::Script::Tree::Interpolation: @before0: @mido; ;I" version;T;I" version;T; 0; 31 | i 32 | ; o; ; o;; 33 | i 34 | ;i;o;; 35 | i 36 | ;i&;@ ;0;@ ;@: @after0:@whitespace_beforeF:@whitespace_afterF:@originally_textF:@warn_for_colorF:@deprecation: none;@; 0; 37 | i 38 | ; o; ; o;; 39 | i 40 | ;i;o;; 41 | i 42 | ;i';@ ;0;@ I" | ;To;; 0;!o; ;I" partial;T;I" partial;T; 0; 43 | i 44 | ; o; ; o;; 45 | i 46 | ;i,;o;; 47 | i 48 | ;i4;@ ;0;@ ;@;"0;#F;$F;%F;&F;';(;@; 0; 49 | i 50 | ; o; ; o;; 51 | i 52 | ;i*;o;; 53 | i 54 | ;i5;@ ;0;@ I") | MIT License | git.io/normalize */;T: 55 | @type: loud:@children[;0;@; 56 | i 57 | ; o; ; o;; 58 | i 59 | ;i 60 | ;o;; 61 | i 62 | ;iY;@ ;@ ;0;@;i;o; ;o;;i;i;o;;i;i0;@;@:@has_childrenT;0;@:@templateI"@mixin normalize-version($partial: false) { 63 | $version: 'v3.0.0'; 64 | 65 | @if $partial { 66 | /*! normalize.css #{$version} | #{$partial} | MIT License | git.io/normalize */ 67 | } 68 | @else { 69 | /*! normalize.css #{$version} | MIT License | git.io/normalize */ 70 | } 71 | } 72 | ; T;i;o; ;o;;i;i;o;;i;i;@;@;-T -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # HopeLibrarySystemUE 2 | 厚朴工作室图书设备管理系统前端界面 3 | 4 | 5 | ##命名规范 6 | 1、文件夹、文件名、class、id的命令一律采用中划线-连接 7 | 8 | 2、class命名中拥有层级关系时,应该将相应的所有父级命名一律放置在前,以便代码维护时能迅速分辨出相应的层级关系,如.header的下一级.header-right,再下一级为.header-right-aside 9 | 10 | 3、给js使用的id和class以js-为前缀 11 | 12 | 4、html中自定义的属性一律以data-为前缀 13 | 14 | ##整个前端项目目录结构说明: 15 | 整个项目采用gulp自动化构建,dist为输出文件夹,src为相应的开发文件夹 16 | 17 | ####src文件目录结构说明 18 | src文件夹下的html、css、img、js文件夹分别用于存放相应的文件,其中css是sass文件的输出文件夹 19 | 20 | #####sass项目的构建 21 | sass文件夹下分为base、components、helpers、layout、pages、themes文件夹,相应的功能划分如下: 22 | 23 | base:基本的css样式,一般用于存放css reset文件 24 | 25 | components:组件样式,将网站看成组件化,一个组件就是components的一个文件 26 | 27 | helpers:整个项目的辅助,如整个项目的变量,整个项目mixin的设置,同时可以存放项目使用的UI库,这里就像是开发者自己积累的开发资本一样 28 | 29 | layout:整个项目的布局样式 30 | 31 | pages:整个项目不用页面单独存在的样式 32 | 33 | themes:当整个项目有不同主题样式时,将切换主题时的更换的代码放置于此,同理,如果主题切换很复杂,依旧可以使用组件化的思想 34 | 35 | main.scss:这个为主文件,将所有的scss文件结合在一起输出 36 | 37 | -------------------------------------------------------------------------------- /config.rb: -------------------------------------------------------------------------------- 1 | require 'compass/import-once/activate' 2 | require 'compass-normalize' 3 | require 'breakpoint' 4 | require 'susy' 5 | # Require any additional compass plugins here. 6 | 7 | # Set this to the root of your project when deployed: 8 | http_path = "/" 9 | css_dir = "css" 10 | sass_dir = "sass" 11 | images_dir = "img" 12 | javascripts_dir = "js" 13 | 14 | # You can select your preferred output style here (can be overridden via the command line): 15 | # output_style = :expanded or :nested or :compact or :compressed 16 | 17 | # To enable relative paths to assets via compass helper functions. Uncomment: 18 | # relative_assets = true 19 | 20 | # To disable debugging comments that display the original location of your selectors. Uncomment: 21 | # line_comments = false 22 | 23 | 24 | # If you prefer the indented syntax, you might want to regenerate this 25 | # project again passing --syntax sass, or you can uncomment this: 26 | # preferred_syntax = :sass 27 | # and then run: 28 | # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass 29 | -------------------------------------------------------------------------------- /dist/add-book.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |

厚朴图书设备管理系统

19 |
20 |
21 | 网站首页 22 | 退出 23 |
24 |
25 |
26 | 27 | 28 | 39 |
40 |
41 | 57 |
58 | 64 |
65 |
66 |
67 | 68 | 69 |
70 |
71 | 72 |
73 | 77 | 81 | 85 | 89 |
90 |
91 |
92 | 93 | 94 |
95 |
96 | 97 | 98 |
99 |
100 | 101 | 102 |
103 |
104 | 105 | 106 |
107 |
108 | 109 | 110 | 111 |
112 |
113 |
114 | 115 |
116 |
重置
117 |
118 |
119 |
120 |
121 |
122 |
123 | 126 | 127 | -------------------------------------------------------------------------------- /dist/camera-modify.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |

厚朴图书设备管理系统

19 |
20 |
21 | 网站首页 22 | 退出 23 |
24 |
25 |
26 | 27 | 28 | 39 |
40 |
41 | 57 |
58 | 64 |
65 |
66 |
67 | 68 | 69 |
70 |
71 | 72 | 73 |
74 |
75 | 76 | 77 |
78 |
79 | 80 | 81 | 82 |
83 |
84 |
85 | 86 |
87 |
重置
88 |
89 |
90 |
91 |
92 |
93 |
94 | 97 | 98 | -------------------------------------------------------------------------------- /dist/img/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/avatar.jpg -------------------------------------------------------------------------------- /dist/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/banner.png -------------------------------------------------------------------------------- /dist/img/book-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/book-default.jpg -------------------------------------------------------------------------------- /dist/img/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/github.png -------------------------------------------------------------------------------- /dist/img/img-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/img-default.png -------------------------------------------------------------------------------- /dist/img/login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/login-bg.jpg -------------------------------------------------------------------------------- /dist/img/login-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/login-password.png -------------------------------------------------------------------------------- /dist/img/login-username.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/dist/img/login-username.png -------------------------------------------------------------------------------- /dist/js/charts.config.js: -------------------------------------------------------------------------------- 1 | var charts={pie:function(e,t,a,n){var o,i=echarts.init(e);o={color:["#1c95ea","#8fc31f","#f35833","#00ccff","#ffcc00","#3423d2","#145988"],title:{text:t,textStyle:{color:"#1c95ea"}},series:[{name:a,type:"pie",data:n,itemStyle:{normal:{label:{show:!0,formatter:"{b} : {c} ({d}%)"}}}}]},i.setOption(o)},bar:function(e,t,a,n,o,i,r,c,l,m){var s,f=echarts.init(e);s={title:{show:!0,text:t,textStyle:{color:a||"#1c95ea"}},tooltip:{},legend:{data:[n]},xAxis:{data:i,name:o,nameLocation:"end",nameTextStyle:{color:a||"#1c95ea",fontWeight:"bold"},nameGap:30},yAxis:{name:r,nameLocation:"end",nameTextStyle:{color:a||"#1c95ea",fontWeight:"bold"},nameGap:15},series:[{name:n,type:"bar",data:c,itemStyle:{normal:{color:l||"#1c95ea",barBorderRadius:[5,5,0,0]},emphasis:{color:m||"#045e9d"}},barGap:"50%"}]},f.setOption(s)}},htime={getDiff:function(e){var t;return t=e?new Date((new Date).getTime()-24*e*60*60*1e3):new Date,this.parseTime(t)},parseTime:function(e){return e.getFullYear()+"-"+(e.getMonth()+1>9?e.getMonth()+1:"0"+(e.getMonth()+1))+"-"+(e.getDay()>9?e.getDay():"0"+e.getDay())}}; -------------------------------------------------------------------------------- /dist/js/public/form-reset.js: -------------------------------------------------------------------------------- 1 | !function(){function e(){var e=document.getElementsByClassName("main-right-form")[0];[].slice.call(e.getElementsByClassName("form-group")).forEach(function(e){var t=e.getElementsByTagName("input")[0];"disabled"!==t.getAttribute("disabled")&&(t.value="")})}var t=document.getElementById("js-form-reset");!function(e,t,n){window.attachEvent?e.attachEvent("on"+t,n):e.addEventListener(t,n,!1)}(t,"click",e)}(); -------------------------------------------------------------------------------- /dist/js/public/hajax.js: -------------------------------------------------------------------------------- 1 | var hajax={ajax:function(e){$.ajax({dataType:"json",async:!0,data:e.data||{},url:e.url||"",type:e.type||"POST",beforeSend:function(){e.beforeFn&&e.beforeFn()},success:function(a){if(e.successFn)e.successFn(a);else{var t=a.message;hlayer.alert({text:t,time:2e3,mainBg:"#1c95ea",icon:1});var r=e.redirect||"/",n=e.redirectTime||1500;e.redirect&&setTimeout(function(){location.assign(r)},n)}},error:function(){e.errorFn?e.errorFn():hlayer.alert({text:"请求失败",time:2e3,mainBg:"#1c95ea",icon:2})},complete:function(){e.completeFn&&e.completeFn()}})},hformAjax:function(e){var a=e.input||{},t=e.radio||{},r=e.attr||{};e.data=e.data||{};for(var n in a)e.data[n]=$.trim($("#"+a[n]).val());for(var n in t)e.data[n]=$.trim($(":radio[name="+t[n]+"]:checked").parent().text());for(var n in r)e.data[n]=$.trim($("#"+r[n][0]).attr(r[n][1]));console.log(12345),console.log(e.data),this.ajax(e)}}; -------------------------------------------------------------------------------- /dist/js/public/login.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){$("form").bind("keydown",function(r){13===r.keyCode&&$("#loginBtn").click()}),$("#loginBtn").bind("click",function(){var r=$("#username").val(),o=$("#password").val();if(!r){$("p.login-bg-error").remove();var e='';return void $(".login-bg-btn").before(e)}if(!o){$("p.login-bg-error").remove();var e='';return void $(".login-bg-btn").before(e)}if(o.length<6){$("p.login-bg-error").remove();var e='';return void $(".login-bg-btn").before(e)}$.ajax({dataType:"json",async:!0,data:{username:r,password:o},type:"POST",beforeSend:function(){},success:function(r){var o="登录失败";if(r){if(0==r.code&&r.userId){var e=location.pathname,n="/"+e.split("/")[1];return window.location=n,0}r.message&&(o=r.message)}$("p.login-bg-error").remove();var i='";$(".login-bg-btn").before(i)},error:function(){$("p.login-bg-error").remove();$(".login-bg-btn").before('')},complete:function(){}})})}); -------------------------------------------------------------------------------- /dist/js/public/upload.js: -------------------------------------------------------------------------------- 1 | !function(e,i){i("#js-upload-input").change(function(e){var t=this.files[this.files.length-1],n={imgSrc:i("#js-upload-input").val(),file:t},a=n.file.type.toLowerCase(),l=n.file.size;if(a.indexOf("jpeg")<0&&a.indexOf("jpg")<0&&a.indexOf("png")<0&&a.indexOf("gif")<0)hlayer.alert({text:"图片只支持上传jpg,png,gif三种格式",time:2e3,mainBg:"#1c95ea",icon:2});else if(l>512e3)hlayer.alert({text:"图片过大,图片大小请控制在500KB以下",time:2e3,mainBg:"#1c95ea",icon:2});else{var c=new FormData;c.append("img",n.file),i.ajax({url:"/temp/img",data:c,type:"POST",contentType:!1,processData:!1,success:function(e){i("#js-upload-img").attr("src",e.imgSrc)},complete:function(){hlayer.msg({text:"上传成功",icon:1})}})}})}(window,jQuery); -------------------------------------------------------------------------------- /dist/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /dist/user-book.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |

厚朴图书设备管理系统

19 |
20 |
21 | 网站首页 22 | 退出 23 |
24 |
25 |
26 | 27 | 28 | 39 |
40 |
41 | 57 |
58 | 64 |
65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 81 | 82 | 83 | 84 | 85 | 86 |
图书借阅时间应还时间操作
C#大学教程2016-12-102017-01-10归还 80 |
87 |
88 |
89 | 1 90 | 2 91 | 3 92 | 4 93 | 5 94 | 95 |
96 |
97 |
98 |
99 | 102 | 103 | -------------------------------------------------------------------------------- /dist/user-camera.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |

厚朴图书设备管理系统

19 |
20 |
21 | 网站首页 22 | 退出 23 |
24 |
25 |
26 | 27 | 28 | 39 |
40 |
41 | 57 |
58 | 64 |
65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 83 | 84 | 85 | 86 | 87 | 88 |
设备预约时间状态应还时间操作
D6102016-12-10审核通过2017-01-10归还 82 |
89 |
90 |
91 | 1 92 | 2 93 | 3 94 | 4 95 | 5 96 | 97 |
98 |
99 |
100 |
101 | 104 | 105 | -------------------------------------------------------------------------------- /dist/user-reset.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |
18 |

厚朴图书设备管理系统

19 |
20 |
21 | 网站首页 22 | 退出 23 |
24 |
25 |
26 | 27 | 28 | 39 |
40 |
41 | 57 |
58 | 64 | 65 |
66 |
67 | 68 | 69 |
70 |
71 | 72 | 73 |
74 |
75 |
76 | 77 |
78 |
重置
79 |
80 |
81 |
82 |
83 |
84 |
85 | 88 | 89 | -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- 1 | const gulp = require('gulp'); 2 | const concat = require('gulp-concat'); 3 | const browserSync = require('browser-sync').create(); 4 | const compass = require('gulp-compass'); 5 | const runSequence = require('run-sequence'); 6 | const cleanCSS = require('gulp-clean-css'); 7 | const include = require('gulp-include'); 8 | const del = require('del'); 9 | const autoprefixer = require('gulp-autoprefixer'); 10 | const uglify = require('gulp-uglify'); 11 | 12 | gulp.task('default', function() { 13 | return runSequence(['clean'],['build'],['server','watch']); 14 | }); 15 | gulp.task('clean', function() { 16 | return del('./dist/*',function() { 17 | console.log('task clean completed'); 18 | }) 19 | }); 20 | gulp.task('build', function () { 21 | return runSequence(['css', 'img', 'html','trans-hlayer','uglify-js'], function() { 22 | console.log('task build is completed!'); 23 | }); 24 | }); 25 | 26 | gulp.task('img', function() { 27 | return gulp.src('./src/img/**/*.*') 28 | .pipe(gulp.dest('./dist/img/')) 29 | }); 30 | 31 | // gulp.task('concat-js', function() { 32 | // return gulp.src('./src/js/*.js') 33 | // .pipe(concat('main.js')) 34 | // .pipe(gulp.dest('./dist/js/')); 35 | // }); 36 | gulp.task('uglify-js', function() { 37 | return gulp.src(['./src/js/**/*.js','!./src/js/**/*.min.js']) 38 | .pipe(uglify()) 39 | .pipe(gulp.dest('./dist/js/')); 40 | }); 41 | gulp.task('trans-hlayer', function(){ 42 | return gulp.src('./src/js/hlayer/**/*.css') 43 | .pipe(gulp.dest('./dist/js/hlayer/')) 44 | }); 45 | gulp.task('server', function() { 46 | browserSync.init({ 47 | server:'./dist/', 48 | port: 8001 49 | }); 50 | }); 51 | 52 | gulp.task('reload', function() { 53 | return browserSync.reload(); 54 | }); 55 | 56 | gulp.task('css', function() { 57 | return gulp.src('./src/sass/**/*.scss') 58 | .pipe(compass({ 59 | config_file: './config.rb', 60 | css: './src/css', 61 | sass: './src/sass' 62 | })) 63 | .on('error', function(err) { 64 | console.log(err); 65 | this.emit('end'); 66 | }) 67 | .pipe(cleanCSS()) 68 | .pipe(autoprefixer({ 69 | browsers: ['last 5 versions'], 70 | cascade: false 71 | })) 72 | .pipe(gulp.dest('./dist/css')); 73 | }); 74 | 75 | gulp.task('html', function() { 76 | return gulp.src('./src/html/*.html') 77 | .pipe(include()) 78 | .pipe(gulp.dest('./dist/')); 79 | }); 80 | 81 | gulp.task('watch', function() { 82 | return gulp.watch([ 83 | './src/**/*.*' 84 | ], function() { 85 | return runSequence(['build'],['reload']); 86 | }); 87 | }); 88 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "book", 3 | "version": "1.0.0", 4 | "description": "hopebook", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "author": "", 10 | "license": "ISC", 11 | "dependencies": { 12 | "browser-sync": "^2.18.6", 13 | "del": "^2.2.2", 14 | "gulp": "^3.9.1", 15 | "gulp-autoprefixer": "^3.1.1", 16 | "gulp-clean-css": "^2.3.2", 17 | "gulp-compass": "^2.1.0", 18 | "gulp-concat": "^2.6.1", 19 | "gulp-include": "^2.3.1", 20 | "gulp-uglify": "^2.1.2", 21 | "run-sequence": "^1.2.2" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/html/add-book.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 |
18 |
19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /src/html/add-user.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 |
18 |
19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /src/html/admin/add-book.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 | 6 |
7 |
8 | 9 |
10 | 14 | 18 | 22 | 26 |
27 |
28 |
29 | 30 | 31 |
32 |
33 | 34 | 35 |
36 |
37 | 38 | 39 |
40 |
41 | 42 | 43 |
44 |
45 | 46 | 47 | 48 |
49 |
50 |
51 | 52 |
53 |
重置
54 |
55 |
56 |
-------------------------------------------------------------------------------- /src/html/admin/add-user.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 | 6 |
7 |
8 | 9 |
10 | 14 | 18 | 22 | 26 |
27 |
28 |
29 | 30 |
31 | 35 | 39 | 43 | 47 |
48 |
49 |
50 | 51 | 52 |
53 |
54 | 55 | 56 |
57 |
58 | 59 | 60 |
61 |
62 |
63 | 64 |
65 |
重置
66 |
67 |
68 |
-------------------------------------------------------------------------------- /src/html/admin/borrow-book.html: -------------------------------------------------------------------------------- 1 |
2 |
    3 |
  • 4 |
    5 | 6 |
    7 |
    8 |

    Premiere Pro 完全自学

    9 |

    编号:SW039-1

    10 | 11 |
    12 |
  • 13 |
  • 14 |
    15 | 16 |
    17 |
    18 |

    Premiere Pro 完全自学

    19 |

    编号:SW039-1

    20 | 21 |
    22 |
  • 23 |
  • 24 |
    25 | 26 |
    27 |
    28 |

    Premiere Pro 完全自学

    29 |

    编号:SW039-1

    30 | 31 |
    32 |
  • 33 |
  • 34 |
    35 | 36 |
    37 |
    38 |

    Premiere Pro 完全自学

    39 |

    编号:SW039-1

    40 | 41 |
    42 |
  • 43 |
  • 44 |
    45 | 46 |
    47 |
    48 |

    Premiere Pro 完全自学

    49 |

    编号:SW039-1

    50 | 51 |
    52 |
  • 53 |
54 |
-------------------------------------------------------------------------------- /src/html/admin/camera-check.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 44 | 45 | 46 |
设备预约人预约时间附加信息是否借用
D620忽如寄2017-01-23我希望可以借用五天以上 19 |
D620忽如寄2017-01-23我希望可以借用五天以上 27 |
D620忽如寄2017-01-23我希望可以借用五天以上 35 |
D620忽如寄2017-01-23我希望可以借用五天以上 43 |
47 |
-------------------------------------------------------------------------------- /src/html/admin/manage-book.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 60 | 61 | 62 |
书籍名编号状态借阅人操作
波谱分析实例教程PR005已借出忽如寄修改删除 19 |
波谱分析实例教程PR005已借出忽如寄修改删除 27 |
波谱分析实例教程PR005已借出忽如寄修改删除 35 |
波谱分析实例教程PR005已借出忽如寄修改删除 43 |
波谱分析实例教程PR005已借出忽如寄修改删除 51 |
波谱分析实例教程PR005已借出忽如寄修改删除 59 |
63 |
-------------------------------------------------------------------------------- /src/html/admin/manage-user.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 19 | 20 | 21 | 22 | 23 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 33 | 34 | 35 | 36 | 37 | 39 | 40 | 41 | 42 | 43 | 44 | 46 | 47 | 48 | 49 | 50 | 51 | 53 | 54 | 55 | 56 | 57 | 58 | 60 | 61 | 62 | 63 | 64 | 65 | 67 | 68 | 69 | 70 | 71 | 72 | 74 | 75 | 76 | 77 | 78 |
用户名厚朴组角色操作
周杰伦超级管理员修改删除 17 |
周杰伦超级管理员修改删除 24 |
周杰伦超级管理员修改删除 31 |
周杰伦超级管理员修改删除 38 |
周杰伦超级管理员修改删除 45 |
周杰伦超级管理员修改删除 52 |
周杰伦超级管理员修改删除 59 |
周杰伦编程组普通用户修改删除 66 |
周杰伦编程组普通用户修改删除 73 |
79 |
-------------------------------------------------------------------------------- /src/html/admin/modify-camera.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 | 6 |
7 |
8 | 9 | 10 |
11 |
12 | 13 | 14 |
15 |
16 | 17 | 18 | 19 |
20 |
21 |
22 | 23 |
24 |
重置
25 |
26 |
27 |
-------------------------------------------------------------------------------- /src/html/book-canvas-count.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 |
14 | 15 |
16 | 17 | 18 |
19 |
20 |
21 | 22 | 23 | 24 | 25 | 26 | 133 | 134 | -------------------------------------------------------------------------------- /src/html/book-now.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 | 18 |
19 |
20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /src/html/borrow-book.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 |
18 |
19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /src/html/camera-check.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 | 18 |
19 |
20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /src/html/camera-modify.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 |
18 |
19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /src/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 | 18 |
19 |
20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /src/html/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/html/login/login.html: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /src/html/public/aside.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/html/public/banner.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/html/public/book-canvas.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 饼状图 5 | 条形图 6 |
7 |
8 | 13 |
14 |
15 |
16 |
-------------------------------------------------------------------------------- /src/html/public/canvas.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 饼状图 5 | 条形图 6 |
7 |
8 | 15 |
16 |
17 |
18 |
-------------------------------------------------------------------------------- /src/html/public/footer.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/html/public/head.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/html/public/header.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

厚朴图书设备管理系统

5 |
6 |
7 | 网站首页 8 | 退出 9 |
10 |
11 |
12 | 13 | -------------------------------------------------------------------------------- /src/html/public/nav.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/html/public/page-num.html: -------------------------------------------------------------------------------- 1 |
2 | 1 3 | 2 4 | 3 5 | 4 6 | 5 7 | 8 |
-------------------------------------------------------------------------------- /src/html/user-book.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 | 18 |
19 |
20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /src/html/user-camera.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 | 18 |
19 |
20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /src/html/user-modify.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 |
18 |
19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /src/html/user-reset.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 厚朴工作室图书设备管理系统 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 | 16 | 17 |
18 |
19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /src/html/user/user-book.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 19 | 20 | 21 | 22 | 23 |
图书借阅时间应还时间操作
C#大学教程2016-12-102017-01-10归还 17 |
24 |
-------------------------------------------------------------------------------- /src/html/user/user-camera.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 20 | 21 | 22 | 23 | 24 | 25 |
设备预约时间状态应还时间操作
D6102016-12-10审核通过2017-01-10归还 19 |
26 |
-------------------------------------------------------------------------------- /src/html/user/user-modify.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 | 6 |
7 |
8 | 9 |
10 | 14 | 18 |
19 |
20 |
21 | 22 | 23 |
24 |
25 | 26 | 27 |
28 |
29 | 30 | 31 |
32 |
33 | 34 |
35 | 39 | 43 | 47 | 51 | 55 |
56 |
57 |
58 | 59 | 60 |
61 |
62 | 63 | 64 | 65 |
66 |
67 |
68 | 69 |
70 |
重置
71 |
72 |
73 |
-------------------------------------------------------------------------------- /src/html/user/user-reset.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | 5 | 6 |
7 |
8 | 9 | 10 |
11 |
12 |
13 | 14 |
15 |
重置
16 |
17 |
18 |
-------------------------------------------------------------------------------- /src/img/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/avatar.jpg -------------------------------------------------------------------------------- /src/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/banner.png -------------------------------------------------------------------------------- /src/img/book-default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/book-default.jpg -------------------------------------------------------------------------------- /src/img/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/github.png -------------------------------------------------------------------------------- /src/img/img-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/img-default.png -------------------------------------------------------------------------------- /src/img/login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/login-bg.jpg -------------------------------------------------------------------------------- /src/img/login-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/login-password.png -------------------------------------------------------------------------------- /src/img/login-username.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/huruji/HopeLibrarySystemUE/19194619c0066221ff58c7c115b435ff671e5284/src/img/login-username.png -------------------------------------------------------------------------------- /src/js/charts.config.js: -------------------------------------------------------------------------------- 1 | var charts = { 2 | pie: function(ele, title, seriesName, data){ 3 | var mycharts = echarts.init(ele); 4 | var options; 5 | options = { 6 | color:['#1c95ea','#8fc31f','#f35833','#00ccff','#ffcc00','#3423d2','#145988'], 7 | title:{ 8 | text:title, 9 | textStyle: { 10 | color: '#1c95ea' 11 | } 12 | }, 13 | series:[{ 14 | name:seriesName, 15 | type:'pie', 16 | data:data, 17 | itemStyle:{ 18 | normal:{ 19 | label:{ 20 | show: true, 21 | formatter: '{b} : {c} ({d}%)' 22 | } 23 | } 24 | } 25 | }] 26 | }; 27 | mycharts.setOption(options); 28 | }, 29 | bar: function(ele, title,titleColor,legendName,xName,xData,yName,seriesData,itemColor,itemActColor){ 30 | var mycharts = echarts.init(ele); 31 | var options; 32 | options = { 33 | title: { 34 | show: true, 35 | text: title, 36 | textStyle: { 37 | color: titleColor || '#1c95ea' 38 | } 39 | }, 40 | tooltip: {}, 41 | legend: { 42 | data: [legendName], 43 | }, 44 | xAxis: { 45 | data: xData, 46 | name: xName, 47 | nameLocation: 'end', 48 | nameTextStyle: { 49 | color: titleColor || '#1c95ea', 50 | fontWeight: 'bold' 51 | }, 52 | nameGap: 30 53 | }, 54 | yAxis: { 55 | name: yName, 56 | nameLocation: 'end', 57 | nameTextStyle: { 58 | color: titleColor || '#1c95ea', 59 | fontWeight: 'bold' 60 | }, 61 | nameGap: 15 62 | }, 63 | series: [{ 64 | name:legendName, 65 | type: 'bar', 66 | data: seriesData, 67 | itemStyle: { 68 | normal: { 69 | color: itemColor || '#1c95ea', 70 | barBorderRadius: [5, 5, 0, 0] 71 | }, 72 | emphasis: { 73 | color: itemActColor || '#045e9d', 74 | } 75 | }, 76 | barGap: '50%' 77 | }] 78 | }; 79 | mycharts.setOption(options); 80 | } 81 | }; 82 | var htime = { 83 | getDiff: function(num){ 84 | var time 85 | if(num){ 86 | time = new Date(new Date().getTime() - num*24*60*60*1000); 87 | }else{ 88 | time = new Date(); 89 | } 90 | return this.parseTime(time); 91 | }, 92 | parseTime: function(time) { 93 | var year = time.getFullYear(); 94 | var month = time.getMonth() + 1 > 9 ? time.getMonth() + 1 : '0' + (time.getMonth() + 1); 95 | var day = time.getDay() > 9 ? time.getDay(): '0' + time.getDay(); 96 | return year + '-' + month + '-' + day; 97 | } 98 | }; 99 | -------------------------------------------------------------------------------- /src/js/public/form-reset.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | function formReset() { 3 | var form = document.getElementsByClassName('main-right-form')[0]; 4 | var formFroups = [].slice.call(form.getElementsByClassName('form-group')); 5 | formFroups.forEach(function(ele){ 6 | var input = ele.getElementsByTagName('input')[0]; 7 | if(input.getAttribute('disabled') !== 'disabled'){ 8 | input.value = ''; 9 | } 10 | }); 11 | } 12 | //兼容IE10及以下的事件绑定函数 13 | function addEvent(ele,event,fn){ 14 | if(window.attachEvent){ 15 | return ele.attachEvent("on"+event,fn); 16 | }else{ 17 | return ele.addEventListener(event, fn,false); 18 | } 19 | } 20 | var reset = document.getElementById('js-form-reset'); 21 | addEvent(reset,'click',formReset); 22 | })(); -------------------------------------------------------------------------------- /src/js/public/hajax.js: -------------------------------------------------------------------------------- 1 | var hajax = { 2 | ajax: function(cfg){ 3 | $.ajax({ 4 | dataType:"json", 5 | async:true, 6 | data:cfg.data || {}, 7 | url: cfg.url || '', 8 | type:cfg.type || "POST", 9 | beforeSend:function() { 10 | cfg.beforeFn && cfg.beforeFn(); 11 | }, 12 | success:function(res){ 13 | if(cfg.successFn){ 14 | cfg.successFn(res); 15 | } else{ 16 | var message = res.message; 17 | hlayer.alert({ 18 | text:message, 19 | time:2000, 20 | mainBg:'#1c95ea', 21 | icon:1 22 | }); 23 | var redirect = cfg.redirect || '/'; 24 | var redirectTime = cfg.redirectTime || 1500; 25 | cfg.redirect && setTimeout(function(){ 26 | location.assign(redirect); 27 | },redirectTime); 28 | } 29 | }, 30 | error:function(){ 31 | if(cfg.errorFn) { 32 | cfg.errorFn(); 33 | }else { 34 | hlayer.alert({ 35 | text: '请求失败', 36 | time:2000, 37 | mainBg:'#1c95ea', 38 | icon:2 39 | }); 40 | } 41 | }, 42 | complete:function(){ 43 | cfg.completeFn && cfg.completeFn(); 44 | } 45 | }); 46 | }, 47 | hformAjax: function(cfg) { 48 | var input = cfg.input || {}; 49 | var radio = cfg.radio || {}; 50 | var attr = cfg.attr || {}; 51 | cfg.data = cfg.data || {}; 52 | for(var key in input) { 53 | cfg.data[key] = $.trim($('#' + input[key]).val()); 54 | } 55 | for(var key in radio) { 56 | cfg.data[key] = $.trim($(':radio[name=' + radio[key] + ']:checked').parent().text()); 57 | } 58 | for(var key in attr) { 59 | cfg.data[key] = $.trim($('#' + attr[key][0]).attr(attr[key][1])); 60 | } 61 | console.log(12345); 62 | console.log(cfg.data); 63 | this.ajax(cfg); 64 | } 65 | }; -------------------------------------------------------------------------------- /src/js/public/login.js: -------------------------------------------------------------------------------- 1 | /*登录函数*/ 2 | $(document).ready(function(){ 3 | $('form').bind('keydown',function(e){ 4 | if(e.keyCode === 13){ 5 | $("#loginBtn").click(); 6 | } 7 | }); 8 | $("#loginBtn").bind('click', function(){ 9 | var userName=$("#username").val(); 10 | var password=$("#password").val(); 11 | if(!userName){ 12 | $('p.login-bg-error').remove(); 13 | var $p = ''; 14 | $('.login-bg-btn').before($p); 15 | return; 16 | } 17 | if(password){ 18 | if(password.length<6){ 19 | $('p.login-bg-error').remove(); 20 | var $p = ''; 21 | $('.login-bg-btn').before($p); 22 | return; 23 | 24 | } 25 | }else { 26 | $('p.login-bg-error').remove(); 27 | var $p = ''; 28 | $('.login-bg-btn').before($p); 29 | return; 30 | } 31 | $.ajax({ 32 | 33 | dataType:"json", 34 | async:true, 35 | data:{"username":userName,"password":password}, 36 | type:"POST", 37 | beforeSend:function(){ 38 | 39 | }, 40 | success:function(response){ 41 | var errMsg="登录失败"; 42 | if(response){ 43 | if(response.code==0 && response.userId){ 44 | var p=location.pathname, 45 | redirect="/"+p.split("/")[1]; 46 | window.location=redirect; 47 | return 0; 48 | } 49 | if(response.message){ 50 | errMsg=response.message; 51 | } 52 | } 53 | $('p.login-bg-error').remove(); 54 | var $p = ''; 55 | $('.login-bg-btn').before($p); 56 | }, 57 | error:function(){ 58 | $('p.login-bg-error').remove(); 59 | var $p = ''; 60 | $('.login-bg-btn').before($p); 61 | }, 62 | complete:function(){ 63 | 64 | } 65 | 66 | }) 67 | }) 68 | }); -------------------------------------------------------------------------------- /src/js/public/upload.js: -------------------------------------------------------------------------------- 1 | 2 | (function(global,$){ 3 | $("#js-upload-input").change(function(event){ 4 | var file=this.files[this.files.length-1]; 5 | var img={ 6 | imgSrc:$("#js-upload-input").val(), 7 | file:file 8 | }; 9 | var fileType = img.file.type.toLowerCase(); 10 | var fileSize = img.file.size; 11 | if(fileType.indexOf("jpeg")<0 && fileType.indexOf("jpg")<0 && fileType.indexOf("png")<0 && fileType.indexOf("gif")<0){ 12 | hlayer.alert({ 13 | text:'图片只支持上传jpg,png,gif三种格式', 14 | time:2000, 15 | mainBg:'#1c95ea', 16 | icon:2 17 | }); 18 | }else if(fileSize > 500*1024){ 19 | hlayer.alert({ 20 | text:'图片过大,图片大小请控制在500KB以下', 21 | time:2000, 22 | mainBg:'#1c95ea', 23 | icon:2 24 | }); 25 | }else { 26 | var data = new FormData(); 27 | data.append("img", img.file); 28 | $.ajax({ 29 | url: "/temp/img", 30 | data: data, 31 | type: "POST", 32 | contentType: false, 33 | processData: false, 34 | success: function(res) { 35 | $('#js-upload-img').attr('src', res.imgSrc); 36 | }, 37 | complete:function() { 38 | hlayer.msg({ 39 | text:'上传成功', 40 | icon:1 41 | }); 42 | } 43 | }) 44 | } 45 | }); 46 | })(window,jQuery); -------------------------------------------------------------------------------- /src/lib/js/form-reset.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | function formReset() { 3 | var form = document.getElementsByClassName('main-right-form')[0]; 4 | var formFroups = [].slice.call(form.getElementsByClassName('form-group')); 5 | formFroups.forEach(function(ele){ 6 | ele.getElementsByTagName('input')[0].value=''; 7 | }); 8 | } 9 | //兼容IE10及以下的事件绑定函数 10 | function addEvent(ele,event,fn){ 11 | if(window.attachEvent){ 12 | return ele.attachEvent("on"+event,fn); 13 | }else{ 14 | return ele.addEventListener(event, fn,false); 15 | } 16 | } 17 | var reset = document.getElementById('js-form-reset'); 18 | addEvent(reset,'click',formReset); 19 | })(); -------------------------------------------------------------------------------- /src/sass/base/_resize.scss: -------------------------------------------------------------------------------- 1 | html, 2 | body, 3 | div, 4 | span, 5 | h1, 6 | h2, 7 | h3, 8 | h4, 9 | h5, 10 | h6, 11 | p, 12 | pre, 13 | address, 14 | code, 15 | em, 16 | img, 17 | small, 18 | strong, 19 | sub, 20 | sup, 21 | b, 22 | i, 23 | dl, 24 | dt, 25 | dd, 26 | ol, 27 | ul, 28 | li, 29 | fieldset, 30 | form, 31 | label, 32 | legend, 33 | select, 34 | table, 35 | caption, 36 | tbody, 37 | tfoot, 38 | thead, 39 | tr, 40 | th, 41 | td, 42 | article, 43 | aside, 44 | canvas, 45 | details, 46 | figcaption, 47 | figure, 48 | footer, 49 | header, 50 | hgroup, 51 | menu, 52 | nav, 53 | section, 54 | summary, 55 | time, 56 | mark, 57 | audio, 58 | video { 59 | font-weight:inherit; 60 | font-family:inherit; 61 | font-style:inherit; 62 | font-size:100%; 63 | line-height:inherit; 64 | border:none; 65 | outline:0; 66 | padding:0; 67 | margin:0; 68 | color:inherit; 69 | } 70 | 71 | img { 72 | border: 0 73 | } 74 | table{ 75 | width:100%!important; 76 | } 77 | 78 | h1, 79 | h2, 80 | h3, 81 | h4, 82 | h5, 83 | h6 { 84 | font-size: 100%; 85 | font-weight: normal 86 | } 87 | 88 | input, 89 | button, 90 | textarea, 91 | select { 92 | *font-size: 100% 93 | } 94 | 95 | input { 96 | background: transparent; 97 | border: none 98 | } 99 | 100 | input[type=submit] { 101 | cursor: pointer 102 | } 103 | 104 | 105 | 106 | ol, 107 | ul, 108 | li { 109 | list-style: none 110 | } 111 | 112 | button { 113 | border: none 114 | } 115 | 116 | table { 117 | border-collapse: collapse; 118 | border-spacing: 0 119 | } 120 | 121 | :link, 122 | :visited { 123 | text-decoration: none 124 | } 125 | 126 | 127 | 128 | pre { 129 | font-family: "Lucida Console", Consolas, "Courier New", Tahoma; 130 | color: #666; 131 | text-indent: 0; 132 | white-space: pre-wrap; 133 | white-space: -moz-pre-wrap; 134 | white-space: -pre-wrap; 135 | white-space: -o-pre-wrap; 136 | word-wrap: break-word 137 | } 138 | 139 | article, 140 | aside, 141 | figure, 142 | figcaption, 143 | footer, 144 | header, 145 | hgroup, 146 | nav, 147 | section, 148 | summary { 149 | display: block 150 | } 151 | 152 | -------------------------------------------------------------------------------- /src/sass/components/_aside.scss: -------------------------------------------------------------------------------- 1 | .aside{ 2 | border:$aside-border; 3 | width:$aside-width; 4 | background:$main-bgcolor; 5 | font-size:16px; 6 | font-family:$global-zh-light-title-font-family; 7 | @include float-left; 8 | &-list{ 9 | &-item{ 10 | height:$aside-item-height; 11 | border-top:$aside-border; 12 | @include text-center; 13 | &:first-child{ 14 | border-top:none; 15 | } 16 | a{ 17 | display:block; 18 | padding:20.5px 0; 19 | &:hover{ 20 | background:$global-active-bgcolor; 21 | color:$global-active-color; 22 | } 23 | } 24 | } 25 | .aside-list-item-active{ 26 | background:$global-active-bgcolor; 27 | a{ 28 | color:$global-active-color; 29 | } 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /src/sass/components/_banner.scss: -------------------------------------------------------------------------------- 1 | .banner{ 2 | height:94px; 3 | padding:23px 0; 4 | @include bg-center("../img/banner.png"); 5 | 6 | &-avatar{ 7 | @include float-left; 8 | width:90px; 9 | height:90px; 10 | @include b-circle; 11 | border:2px solid #fff; 12 | img{ 13 | @include b-circle; 14 | @include h-w-full; 15 | } 16 | } 17 | &-word{ 18 | @include float-left; 19 | padding:10px 20px; 20 | color:$global-active-color; 21 | h2{ 22 | font-size:24px; 23 | font-family:$global-zh-title-font-family; 24 | line-height: 1.5em; 25 | } 26 | p{ 27 | font-size:16px; 28 | font-family:$global-zh-light-title-font-family; 29 | line-height: 1.5em; 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /src/sass/components/_borrow-book.scss: -------------------------------------------------------------------------------- 1 | .main-right-borrow{ 2 | margin-top:20px; 3 | &-list-item{ 4 | @include float-left; 5 | width:221px; 6 | border:$aside-border; 7 | background:$main-bgcolor; 8 | margin-right:20px; 9 | margin-bottom:20px; 10 | &:nth-child(4n){ 11 | margin-right:0; 12 | } 13 | &-img{ 14 | display:block; 15 | height:190px; 16 | @include text-center; 17 | border-bottom:$aside-border; 18 | padding:$book-borrow-item-padding; 19 | img{ 20 | width:100%; 21 | height:100%; 22 | } 23 | } 24 | &-message{ 25 | padding:$book-borrow-item-padding; 26 | font-family: $global-zh-light-title-font-family; 27 | line-height:1.5em; 28 | p{ 29 | color:#a5a5a5; 30 | padding-bottom:10px; 31 | } 32 | h4{ 33 | white-space: nowrap; 34 | text-overflow:ellipsis; 35 | overflow: hidden; 36 | } 37 | button{ 38 | background:#f5f5f5; 39 | color:#333; 40 | border:$aside-border; 41 | height:32px; 42 | width:100%; 43 | @include pointer; 44 | &[disabled="disabled"]{ 45 | background: #a3a3a3; 46 | @include notAllow(); 47 | &:hover{ 48 | background: #a3a3a3; 49 | } 50 | } 51 | &:hover{ 52 | background:#fafafa; 53 | } 54 | } 55 | } 56 | } 57 | } -------------------------------------------------------------------------------- /src/sass/components/_footer.scss: -------------------------------------------------------------------------------- 1 | .footer{ 2 | padding:35px 0; 3 | background:$footer-bgcolor; 4 | color:$footer-color; 5 | h3{ 6 | @include text-center; 7 | a{ 8 | color:$footer-color; 9 | } 10 | } 11 | } -------------------------------------------------------------------------------- /src/sass/components/_form.scss: -------------------------------------------------------------------------------- 1 | .main-right-form{ 2 | font-family:$global-zh-light-title-font-family; 3 | margin-top:$main-table-margin-top; 4 | background:$main-bgcolor; 5 | display: block; 6 | font-size:14px; 7 | padding:40px 0 0; 8 | border:$aside-border; 9 | .form-group{ 10 | padding-bottom:20px; 11 | } 12 | .main-right-form-file{ 13 | height:160px; 14 | position:relative; 15 | input{ 16 | width:130px; 17 | height:160px; 18 | border:none; 19 | position:absolute; 20 | opacity:0; 21 | @include pointer; 22 | } 23 | img{ 24 | position:absolute; 25 | margin-left:30px; 26 | height:100%; 27 | } 28 | } 29 | input{ 30 | margin-left:25px; 31 | background:#fafafa; 32 | box-shadow: 0px 0px 1px #ccc inset; 33 | } 34 | input[type=radio]{ 35 | margin-left:5%; 36 | box-shadow:none; 37 | top:6px; 38 | &:focus{ 39 | outline: none; 40 | } 41 | } 42 | &-button{ 43 | margin-top:30px; 44 | border-top:$aside-border; 45 | padding:20px 0; 46 | font-size:16px; 47 | &-confirm{ 48 | @include float-left; 49 | margin-right:20px; 50 | margin-left:120px; 51 | font-family: $global-zh-title-font-family; 52 | input{ 53 | background:$global-active-bgcolor; 54 | color:$global-active-color; 55 | width:94px; 56 | height:40px; 57 | @include pointer; 58 | font-size:16px; 59 | } 60 | } 61 | &-cancel{ 62 | @include float-left; 63 | width:94px; 64 | @include l-v-center(40px); 65 | @include text-center; 66 | @include pointer; 67 | background:#dedede; 68 | font-family: $global-zh-title-font-family; 69 | &:hover{ 70 | background:$global-active-bgcolor; 71 | color:$global-active-color; 72 | } 73 | } 74 | } 75 | } -------------------------------------------------------------------------------- /src/sass/components/_header.scss: -------------------------------------------------------------------------------- 1 | .header{ 2 | $height:22px; 3 | padding:20px 0; 4 | height: $height; 5 | background: $header-bgcolor; 6 | color:$global-active-color; 7 | &-title{ 8 | @include float-left; 9 | font-size: $height; 10 | font-family:$global-zh-title-font-family; 11 | } 12 | &-right{ 13 | @include float-right; 14 | font-family:$global-zh-title-font-family; 15 | span{ 16 | @include l-v-center($height); 17 | @include pointer; 18 | padding:0 15px; 19 | a{ 20 | color:$global-active-color; 21 | } 22 | } 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /src/sass/components/_main-charts.scss: -------------------------------------------------------------------------------- 1 | .main-right-charts{ 2 | margin-top: 20px; 3 | background:#fff; 4 | padding:20px; 5 | &-content{ 6 | width:80%; 7 | height:400px; 8 | margin:0 auto; 9 | } 10 | &-btns{ 11 | height:70px; 12 | &-type{ 13 | width: 40%; 14 | height: 30px; 15 | float: left; 16 | font-size: 0; 17 | span{ 18 | width: 50px; 19 | border: 1px solid #777; 20 | display: inline-block; 21 | text-align: center; 22 | height: 20px; 23 | line-height: 20px; 24 | padding: 10px; 25 | font-size:14px; 26 | cursor:pointer; 27 | &:last-child{ 28 | border-bottom-right-radius: 5px; 29 | border-top-right-radius: 5px; 30 | } 31 | &:first-child{ 32 | border-bottom-left-radius: 5px; 33 | border-top-left-radius: 5px; 34 | } 35 | } 36 | span.active{ 37 | background: #1c95ea; 38 | color: #fff; 39 | } 40 | } 41 | &-times{ 42 | width: 40%; 43 | height: 30px; 44 | float: right; 45 | font-size: 0; 46 | select{ 47 | font-size: 14px; 48 | display: block; 49 | float: right; 50 | height: 40px; 51 | border: 1px solid #777; 52 | border-radius: 5px; 53 | width: 70px; 54 | } 55 | } 56 | } 57 | } -------------------------------------------------------------------------------- /src/sass/components/_main.scss: -------------------------------------------------------------------------------- 1 | .main{ 2 | padding: $main-padding; 3 | min-height:$main-height; 4 | margin-bottom:$main-margin-bottom; 5 | } 6 | -------------------------------------------------------------------------------- /src/sass/components/_manage-table.scss: -------------------------------------------------------------------------------- 1 | .main-right-table{ 2 | margin-top:$main-table-margin-top; 3 | background:$main-bgcolor; 4 | border-right:$aside-border; 5 | border-left:$aside-border; 6 | table{ 7 | tr{ 8 | border-top: $aside-border; 9 | border-bottom: $aside-border; 10 | height:45px; 11 | font-family: $global-zh-light-title-font-family; 12 | &:hover{ 13 | background: #f8f8f8; 14 | } 15 | th{ 16 | font-weight:bold; 17 | } 18 | } 19 | } 20 | } 21 | .main-right-table-manage{ 22 | span{ 23 | display: inline-block; 24 | padding:0 6px; 25 | @include pointer; 26 | &:hover{ 27 | color:$global-link-color; 28 | } 29 | } 30 | span.disable{ 31 | @include notAllow; 32 | color:#999999; 33 | } 34 | } -------------------------------------------------------------------------------- /src/sass/components/_nav.scss: -------------------------------------------------------------------------------- 1 | .main-right-nav{ 2 | background:$main-bgcolor; 3 | border:$aside-border; 4 | padding:$nav-padding; 5 | height:$nav-height; 6 | @include l-v-center(20px); 7 | font-size:16px; 8 | &-list-item{ 9 | @include float-left; 10 | @include pointer; 11 | font-family:$global-zh-light-title-font-family; 12 | padding:$nav-item-padding; 13 | border-right:$aside-border; 14 | a{ 15 | display: block; 16 | } 17 | &:last-child{ 18 | border-right:none; 19 | } 20 | 21 | } 22 | &-list-item-active{ 23 | font-weight: bold; 24 | } 25 | } -------------------------------------------------------------------------------- /src/sass/components/_page-num.scss: -------------------------------------------------------------------------------- 1 | .main-right-page-num{ 2 | margin-top:$page-num-margin-top; 3 | @include text-center; 4 | font-family: $global-zh-light-title-font-family; 5 | span{ 6 | display: inline-block; 7 | background:$main-bgcolor; 8 | height:$page-num-item-height; 9 | width:$page-num-item-height; 10 | margin:$page-num-item-margin; 11 | @include l-v-center($page-num-item-height); 12 | a{ 13 | display:block; 14 | border:$aside-border; 15 | &:hover{ 16 | color:$global-active-color; 17 | background:$global-active-bgcolor; 18 | } 19 | } 20 | } 21 | .main-right-page-num-active{ 22 | a{ 23 | color:$global-active-color; 24 | background:$global-active-bgcolor; 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /src/sass/components/_reservation_layout.scss: -------------------------------------------------------------------------------- 1 | .reservation-container { 2 | padding: 20px 10px; 3 | } 4 | p.reservation { 5 | line-height: 1.5em; 6 | text-indent: 2em; 7 | } 8 | .reservation-container textarea { 9 | margin-top: 10px; 10 | } -------------------------------------------------------------------------------- /src/sass/helpers/_lib.scss: -------------------------------------------------------------------------------- 1 | .form-group{ 2 | padding:0px 20px 10px; 3 | height:40px; 4 | label{ 5 | width:10%; 6 | text-align:right; 7 | display: inline-block; 8 | } 9 | input{ 10 | border:1px solid #f0f0f0; 11 | border-radius:3px; 12 | height:24px; 13 | width:50%; 14 | padding:6px 5px; 15 | margin-left:5%; 16 | background:#fff; 17 | } 18 | input[disabled="disabled"] { 19 | cursor: not-allowed; 20 | } 21 | } 22 | .radio{ 23 | display:inline-block; 24 | margin-left: 25px; 25 | .radio-inline{ 26 | padding-left: 20px; 27 | padding-top: 13px; 28 | position: relative; 29 | box-sizing: border-box; 30 | margin-right: 15px; 31 | display: inline-block; 32 | width: auto; 33 | } 34 | input[type="radio"] { 35 | position:absolute; 36 | left:0px; 37 | top:10px; 38 | width:14px; 39 | display:inline-block; 40 | } 41 | } 42 | .undisplay{ 43 | display:none; 44 | } 45 | input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { 46 | -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset !important; 47 | } 48 | 49 | 50 | -------------------------------------------------------------------------------- /src/sass/helpers/_mixin.scss: -------------------------------------------------------------------------------- 1 | @mixin float-left{ 2 | float:left; 3 | } 4 | @mixin float-right{ 5 | float: right; 6 | } 7 | @mixin width($width){ 8 | width:$width; 9 | } 10 | @mixin pointer{ 11 | cursor: pointer; 12 | } 13 | @mixin notAllow{ 14 | cursor:not-allowed; 15 | } 16 | @mixin h-w-full{ 17 | width:100%; 18 | height:100%; 19 | } 20 | @mixin display-block{ 21 | display:block; 22 | } 23 | @mixin b-circle{ 24 | border-radius:50%; 25 | } 26 | @mixin b-radius($radius){ 27 | border-radius:$radius; 28 | } 29 | 30 | @mixin m-h-center{ 31 | margin:0 auto; 32 | } 33 | @mixin bg-center ($imgurl){ 34 | background-image:url($imgurl); 35 | background-position:center; 36 | background-repeat: no-repeat; 37 | } 38 | 39 | @mixin text-center{ 40 | text-align: center; 41 | } 42 | 43 | @mixin p-hv-center{ 44 | position:absolute; 45 | top:0; 46 | left:0; 47 | right:0; 48 | bottom:0; 49 | margin:auto; 50 | } 51 | @mixin l-v-center ($line-height){ 52 | line-height:$line-height; 53 | height:$line-height; 54 | } 55 | 56 | @mixin opacity($opacity) { 57 | opacity:$opacity; 58 | filter:alpha(opacity=$opacity); 59 | } 60 | 61 | @mixin ie-bg-rgba($color,$iecolor) { 62 | @if $iecolor { 63 | background-color: $iecolor; 64 | background-color:$color; 65 | } 66 | @else { 67 | background-color:$color; 68 | } 69 | } 70 | 71 | 72 | -------------------------------------------------------------------------------- /src/sass/helpers/_variables.scss: -------------------------------------------------------------------------------- 1 | // global setting 2 | $global-font:14px/1 Helvetica, Arial, sans-serif ; 3 | $global-font-family: Microsoft Yahei,Helvetica, Arial, sans-serif; 4 | $global-background-color: #f0f0f0; 5 | $global-width:1200px; 6 | $global-font-color:#000; 7 | $global-link-color:#1c95ea; 8 | $global-active-bgcolor:#1c95ea; 9 | $global-active-color:#fff; 10 | $global-zh-title-font-family:'Microsoft Yahei'; 11 | $global-zh-light-title-font-family:'Microsoft Yahei light'; 12 | // header setting 13 | $header-bgcolor:#2f3440; 14 | 15 | // footer setting 16 | $footer-bgcolor:#2f3440; 17 | $footer-color:#fff; 18 | 19 | // main setting 20 | $main-padding:20px 0; 21 | $main-height:700px; 22 | $main-bgcolor:#fff; 23 | $main-margin-bottom:50px; 24 | 25 | // aside setting 26 | $aside-border:1px solid #e1e1e1; 27 | $aside-width:223px; 28 | $aside-item-height:58px; 29 | 30 | // main-right setting 31 | $main-right-margin-left:244px; 32 | 33 | // nav setting 34 | $nav-padding:19px 0px; 35 | $nav-height:58px; 36 | $nav-item-padding: 0 20px; 37 | 38 | // main-table setting 39 | $table-padding:0 20px; 40 | $td-height:43px; 41 | $main-table-margin-top:20px; 42 | 43 | // main-page-num setting 44 | $page-num-margin-top:20px; 45 | $page-num-item-margin:0px 5px; 46 | $page-num-item-height:24px; 47 | 48 | // main-book-borrow setting 49 | $book-borrow-item-padding:10px 20px; -------------------------------------------------------------------------------- /src/sass/layout/_main-right.scss: -------------------------------------------------------------------------------- 1 | .main-right{ 2 | margin-left:$main-right-margin-left; 3 | } 4 | 5 | // table setting 6 | @for $i from 1 through 10{ 7 | .t-#{$i}{ 8 | width: $i * 10%; 9 | } 10 | } 11 | 12 | .center{ 13 | text-align: center; 14 | } 15 | .left{ 16 | text-align: left; 17 | } 18 | .right{ 19 | text-align: right; 20 | } 21 | 22 | .t-left-padding{ 23 | padding-left:20px; 24 | } 25 | .t-right-padding{ 26 | padding-right:20px; 27 | } -------------------------------------------------------------------------------- /src/sass/layout/_main.scss: -------------------------------------------------------------------------------- 1 | //global setting 2 | body { 3 | font: $global-font; 4 | background: $global-background-color; 5 | font-family:$global-font-family; 6 | } 7 | a{ 8 | color:$global-font-color; 9 | &:hover{ 10 | color: $global-link-color; 11 | } 12 | } 13 | .container{ 14 | width: $global-width; 15 | @include m-h-center; 16 | } 17 | .clearfix { 18 | *zoom: 1 19 | } 20 | .clearfix:after { 21 | content: ""; 22 | display: table; 23 | clear: both 24 | } 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /src/sass/main.scss: -------------------------------------------------------------------------------- 1 | @import 2 | "helpers/variables" 3 | ,"helpers/mixin" 4 | ; 5 | 6 | @import 7 | "base/resize" 8 | ; 9 | @import 10 | "helpers/lib" 11 | ; 12 | @import 13 | "layout/main" 14 | ,"layout/main-right" 15 | ; 16 | @import 17 | "pages/login" 18 | ; 19 | @import 20 | "components/header" 21 | ,"components/footer" 22 | ,"components/banner" 23 | ,"components/main" 24 | ,"components/aside" 25 | ,"components/nav" 26 | ,"components/manage-table" 27 | ,"components/main-charts" 28 | ,"components/page-num" 29 | ,"components/form" 30 | ,"components/borrow-book" 31 | ,"components/reservation_layout" 32 | ; 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /src/sass/pages/_login.scss: -------------------------------------------------------------------------------- 1 | $login-input-width: 300px; 2 | $login-input-padding: 6px 10px; 3 | $login-input-height: 34px; 4 | $login-bg-color:#40CD6C; 5 | $login-btn-hover:#44e476; 6 | .login{ 7 | height:100%; 8 | width:100%; 9 | body{ 10 | height:100%; 11 | width:100%; 12 | } 13 | .login-bg{ 14 | height: 100%; 15 | width: 100%; 16 | @include bg-center("../img/login-bg.jpg"); 17 | background-size: 100%; 18 | form{ 19 | width: 416px; 20 | height: 226px; 21 | padding: 45px 0px; 22 | @include p-hv-center; 23 | @include b-radius(6px); 24 | @include ie-bg-rgba(rgba(255,255,255,1),#ffffff); 25 | .form-group{ 26 | height:48px; 27 | } 28 | .login-bg-error{ 29 | margin-left: 62px; 30 | font-size: 12px; 31 | color: red; 32 | &:before,&:after{ 33 | width: 2px; 34 | height: 12px; 35 | background: red; 36 | transform: rotate(-45deg); 37 | content: ''; 38 | display: inline-block; 39 | position: absolute; 40 | left: 52px; 41 | } 42 | &:after{ 43 | transform: rotate(45deg); 44 | } 45 | } 46 | input{ 47 | width:$login-input-width; 48 | height:$login-input-height; 49 | border: 1px solid #ddd; 50 | background:#fafafa; 51 | @include b-radius(5px); 52 | margin: 0 auto; 53 | display:block; 54 | padding:$login-input-padding; 55 | color:#838383; 56 | font-size:16px; 57 | } 58 | h1{ 59 | margin-bottom: 30px; 60 | color: $login-bg-color; 61 | font-size: 30px; 62 | font-weight:bold; 63 | text-align: center; 64 | font-family:$global-zh-title-font-family; 65 | } 66 | .login-bg-btn{ 67 | text-align: center; 68 | width:$login-input-width; 69 | height:$login-input-height; 70 | padding:$login-input-padding; 71 | background-color:$login-bg-color; 72 | margin: 5px auto; 73 | @include b-radius(5px); 74 | &:hover{ 75 | background: $login-btn-hover; 76 | } 77 | a{ 78 | display: block; 79 | @include l-v-center($login-input-height); 80 | font-size: 20px; 81 | color: #fff; 82 | text-align: center; 83 | } 84 | } 85 | } 86 | } 87 | .login-footer{ 88 | position:absolute; 89 | bottom:50px; 90 | color:#fff; 91 | width:100%; 92 | p{ 93 | text-align: center; 94 | a{ 95 | color:#fff; 96 | } 97 | span{ 98 | padding:0 5px; 99 | .github{ 100 | width:14px; 101 | height:14px; 102 | display:inline-block; 103 | background-image:url("../img/github.png"); 104 | background-repeat:no-repeat; 105 | background-position:center; 106 | background-size:100%; 107 | position: relative; 108 | top: 2px; 109 | } 110 | } 111 | } 112 | } 113 | } --------------------------------------------------------------------------------