Skip to content

Commit

Permalink
camera tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Nov 29, 2015
1 parent 6239116 commit 8b4d190
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 32 deletions.
24 changes: 21 additions & 3 deletions app/client/node_modules/baseball/Render/Loop.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions app/client/node_modules/baseball/Render/Mesh/Ball.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions app/client/node_modules/baseball/Services/Animator.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions app/client/styles/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ button.btn {
opacity: 0.7;
}

.text-shadow {
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}

.main-area {
padding: 10px 30px !important;
.list-group-item {
Expand All @@ -58,16 +65,9 @@ button.btn {
padding: 5px 10px;
border: none;
background-color: rgba(255, 255, 255, 0.15);
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
.text-shadow;
strong {
font-size: 140%;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
}

Expand Down Expand Up @@ -286,6 +286,8 @@ button.btn {
.batter-stats {
width: 100%;
margin: -25px auto auto;
color: white;
.text-shadow;
.rating-block {
margin: 0 0 -1px 0;
}
Expand Down
6 changes: 5 additions & 1 deletion public/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ button.btn.disabled {
text-align: left;
opacity: 0.7;
}
.text-shadow {
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.main-area {
padding: 10px 30px !important;
}
Expand All @@ -217,7 +220,6 @@ button.btn.disabled {
}
.main-area .list-group-item strong {
font-size: 140%;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.main-area .pitch-record {
text-align: right;
Expand Down Expand Up @@ -430,6 +432,8 @@ button.btn.disabled {
.batter-stats {
width: 100%;
margin: -25px auto auto;
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.batter-stats .rating-block {
margin: 0 0 -1px 0;
Expand Down
43 changes: 35 additions & 8 deletions public/js/application.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions public/js/application.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/sourcemaps/application.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/sourcemaps/application.min.js.map

Large diffs are not rendered by default.

0 comments on commit 8b4d190

Please sign in to comment.