Merge branch 'common-convert' of github.com:HabitRPG/habitrpg into common-convert
4
.bowerrc
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"directory": "public/bower_components",
|
||||
"directory": "common/public/bower_components",
|
||||
"storage" : {
|
||||
"packages" : ".bower-cache",
|
||||
"registry" : ".bower-registry"
|
||||
},
|
||||
"tmp" : ".bower-tmp"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
7
.gitignore
vendored
|
|
@ -1,12 +1,13 @@
|
|||
.DS_Store
|
||||
public/gen
|
||||
common/public/gen
|
||||
node_modules
|
||||
*.swp
|
||||
.idea*
|
||||
config.json
|
||||
npm-debug.log
|
||||
lib
|
||||
public/bower_components
|
||||
common/public/bower_components
|
||||
common/public/sprites
|
||||
build
|
||||
newrelic_agent.log
|
||||
.bower-tmp
|
||||
|
|
@ -19,6 +20,6 @@ src/*/*.map
|
|||
src/*/*/*.map
|
||||
test/*.js
|
||||
test/*.map
|
||||
public/docs
|
||||
common/public/docs
|
||||
*.sublime-workspace
|
||||
coverage.html
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ module.exports = function(grunt) {
|
|||
build: {
|
||||
files: [
|
||||
{expand: true, cwd: 'public/', src: 'favicon.ico', dest: 'build/'},
|
||||
{expand: true, cwd: 'public/', src: 'bower_components/habitrpg-shared/dist/spritesmith.png', dest: 'build/'},
|
||||
{expand: true, cwd: 'public/', src: 'bower_components/habitrpg-shared/dist/spritesmith*.png', dest: 'build/'},
|
||||
{expand: true, cwd: 'public/', src: 'bower_components/habitrpg-shared/img/sprites/backer-only/*.gif', dest: 'build/'},
|
||||
{expand: true, cwd: 'public/', src: 'bower_components/habitrpg-shared/img/sprites/npc_ian.gif', dest: 'build/'},
|
||||
{expand: true, cwd: 'public/', src: 'bower_components/bootstrap/dist/fonts/*', dest: 'build/'}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
common/public/audio/danielTheBard/Death.mp3
Normal file
BIN
common/public/audio/danielTheBard/Death.ogg
Normal file
BIN
common/public/audio/wattsTheme/Achievement_Unlocked.mp3
Executable file
BIN
common/public/audio/wattsTheme/Achievement_Unlocked.ogg
Executable file
0
common/public/audio/wattsTheme/Chat.mp3
Normal file
0
common/public/audio/wattsTheme/Chat.ogg
Normal file
BIN
common/public/audio/wattsTheme/Daily.mp3
Executable file
BIN
common/public/audio/wattsTheme/Daily.ogg
Executable file
BIN
common/public/audio/wattsTheme/Death.mp3
Executable file
BIN
common/public/audio/wattsTheme/Death.ogg
Executable file
BIN
common/public/audio/wattsTheme/Item_Drop.mp3
Executable file
BIN
common/public/audio/wattsTheme/Item_Drop.ogg
Executable file
BIN
common/public/audio/wattsTheme/Level_Up.mp3
Executable file
BIN
common/public/audio/wattsTheme/Level_Up.ogg
Executable file
BIN
common/public/audio/wattsTheme/Minus_Habit.mp3
Executable file
BIN
common/public/audio/wattsTheme/Minus_Habit.ogg
Executable file
BIN
common/public/audio/wattsTheme/Plus_Habit.mp3
Executable file
BIN
common/public/audio/wattsTheme/Plus_Habit.ogg
Executable file
BIN
common/public/audio/wattsTheme/Reward.mp3
Executable file
BIN
common/public/audio/wattsTheme/Reward.ogg
Executable file
BIN
common/public/audio/wattsTheme/ToDo.mp3
Executable file
BIN
common/public/audio/wattsTheme/ToDo.ogg
Executable file
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
|
|
@ -1,6 +1,9 @@
|
|||
.border-right
|
||||
border-right 1px solid #ddd
|
||||
|
||||
.border-left
|
||||
border-left 1px solid #ddd
|
||||
|
||||
.tab-notification
|
||||
color #fff
|
||||
background-color #51a351
|
||||
|
|
@ -38,6 +38,10 @@ a.hint:hover
|
|||
.vertical-20
|
||||
vertical-align: 20%
|
||||
|
||||
.popover
|
||||
hr
|
||||
margin: 10px 0
|
||||
|
||||
@media (max-width: 768px)
|
||||
.container-fluid
|
||||
padding-right: 5px
|
||||
|
|
@ -491,29 +491,38 @@ form
|
|||
// Habits – task button styles (+ -)
|
||||
.habits
|
||||
.task-actions
|
||||
display: inline-block
|
||||
width: 3em
|
||||
height: 100%
|
||||
|
||||
a
|
||||
display: table;
|
||||
display: block
|
||||
width: 100%
|
||||
height: 100%
|
||||
position: relative
|
||||
font-size: 0.8em
|
||||
|
||||
span
|
||||
display: table-cell
|
||||
text-align: center
|
||||
vertical-align: middle
|
||||
width: 100%
|
||||
height: 100%
|
||||
position: absolute
|
||||
margin: auto
|
||||
display: block
|
||||
height: 1em
|
||||
width: 1em
|
||||
top: 0
|
||||
left: 0
|
||||
bottom: 0
|
||||
right: 0
|
||||
|
||||
&:hover, &:focus
|
||||
color: #222
|
||||
text-decoration: none
|
||||
|
||||
.habit-wide
|
||||
// When there are two buttons...
|
||||
min-height: 4.5em
|
||||
.task-actions
|
||||
a
|
||||
height: 50%
|
||||
|
||||
.habit-narrow
|
||||
// When there are no buttons...
|
||||
.task-actions
|
||||
|
|
@ -604,4 +613,4 @@ form
|
|||
margin: auto
|
||||
.shop_gold + .reward-cost
|
||||
line-height: 1
|
||||
top: -0.1em
|
||||
top: -0.1em
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
public/presskit/Market Sample Screen.png → common/public/emails/images/one-day-v1.png
Executable file → Normal file
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 789 B |