Skip to content

Commit

Permalink
#40 jQuery Mobile added to project to better support multiple device
Browse files Browse the repository at this point in the history
types
  • Loading branch information
bobbyrne01 committed Nov 28, 2014
1 parent 81f2a93 commit d0942ae
Show file tree
Hide file tree
Showing 31 changed files with 246 additions and 428 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Welcome to Image Puzzle!

The project aims to implement a [sliding puzzle](https://en.wikipedia.org/wiki/Sliding_puzzle) game, accessed through a web browser.<br/>
Version 1.0.6 deployed, [play here](http://justc0de.github.io/imagepuzzle/)!
Version 1.1 deployed, [play here](http://justc0de.github.io/imagepuzzle/)!

### Technologies used:
* HTML
* JavaScript
* CSS
* jQuery
* jQuery (Mobile)

### Useful documents:
* [How to play](https://github.com/justc0de/imagepuzzle/wiki/How-to-play)
Expand Down
80 changes: 0 additions & 80 deletions css/base.css

This file was deleted.

60 changes: 0 additions & 60 deletions css/choose.css

This file was deleted.

21 changes: 0 additions & 21 deletions css/game.css

This file was deleted.

8 changes: 0 additions & 8 deletions css/index.css

This file was deleted.

32 changes: 32 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#javascriptDisabled-warning
{
text-align:center;
}
.centerHorizontally {
display: table;
margin: 0 auto;
}

/* Custom indentations are needed because the length of custom labels differs from
the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
text-indent: -5.9em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch {
width: 8.875em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
padding-left: 7em;
width: 1.875em;
}
@media (min-width: 28em) {
// Repeated from rule .ui-flipswitch above
.ui-field-contain > label + .custom-size-flipswitch.ui-flipswitch {
width: 1.875em;
}
}
Binary file removed css/vader/images/animated-overlay.gif
Binary file not shown.
Binary file removed css/vader/images/ui-bg_flat_0_aaaaaa_40x100.png
Binary file not shown.
Binary file removed css/vader/images/ui-bg_glass_95_fef1ec_1x400.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed css/vader/images/ui-bg_inset-soft_15_121212_1x100.png
Binary file not shown.
Binary file removed css/vader/images/ui-icons_666666_256x240.png
Binary file not shown.
Binary file removed css/vader/images/ui-icons_aaaaaa_256x240.png
Binary file not shown.
Binary file removed css/vader/images/ui-icons_bbbbbb_256x240.png
Binary file not shown.
Binary file removed css/vader/images/ui-icons_c98000_256x240.png
Binary file not shown.
Binary file removed css/vader/images/ui-icons_cccccc_256x240.png
Binary file not shown.
Binary file removed css/vader/images/ui-icons_cd0a0a_256x240.png
Binary file not shown.
Binary file removed css/vader/images/ui-icons_f29a00_256x240.png
Binary file not shown.
7 changes: 0 additions & 7 deletions css/vader/jquery-ui-1.10.3.custom.min.css

This file was deleted.

Binary file removed images/assets/background.png
Binary file not shown.
Loading

0 comments on commit d0942ae

Please sign in to comment.