Skip to content

Commit

Permalink
Merge pull request #207 from toastygm/tom
Browse files Browse the repository at this point in the history
Prepare for release 1.1.0
  • Loading branch information
toastygm authored Dec 30, 2020
2 parents aedb7cb + 876f40e commit 5e8c127
Show file tree
Hide file tree
Showing 62 changed files with 5,220 additions and 2,373 deletions.
251 changes: 209 additions & 42 deletions css/hm3.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
margin: 10px 0;
padding: 0; }

.grid-fixed-row {
grid-template-rows: 25px 5px; }

.grid-3col {
grid-column: span 3 / span 3;
grid-template-columns: repeat(3, minmax(0, 1fr)); }
Expand Down Expand Up @@ -630,6 +633,9 @@
.hm3 .items .items-list .items-header .item-name {
color: #191813;
border-right: 1px solid #c9c7b8; }
.hm3 .items .items-list .items-header .item-name i {
font-size: 12px;
padding-left: 5px; }
.hm3 .items .items-list .item-list {
list-style: none;
margin: 0;
Expand Down Expand Up @@ -742,6 +748,11 @@
overflow: hidden; }
.hm3 .combat .combat-stats .combat-stat {
align-items: center; }
.hm3 .combat .combat-stats .combat-stat .combat-eff-fatigue {
flex: 0 0 25px; }
.hm3 .combat .combat-stats .combat-stat .combat-fatigue-input {
flex: 0 0 25px;
text-align: center; }
.hm3 .combat .combat-stats .combat-stat .combat-stat-label {
flex: 0 0 55px;
font-weight: bold;
Expand All @@ -751,9 +762,6 @@
background: #bbb;
padding: 2px;
text-align: center; }
.hm3 .combat .combat-stats .combat-stat .combat-stat-input {
flex: 0 0 40px;
text-align: center; }

.hm3 .combat .weapons-list {
list-style: none;
Expand Down Expand Up @@ -1081,36 +1089,74 @@
text-align: center; }

.hm3 .sheet-body .ability-scores {
flex: 0 0 260px;
flex: 0 0 80px;
gap: 0;
margin: 10px; }
.hm3 .sheet-body .ability-scores .ability-scores-column {
border: 2px groove #eeede0;
padding: 3px; }
.hm3 .sheet-body .ability-scores .ability-scores-column .ability {
display: block;
align-items: center;
margin: 0;
justify-content: center; }
.hm3 .sheet-body .ability-scores .ability {
display: block;
align-items: center;
text-align: center;
padding: 3px 0 0 0;
flex: 0 0 80px;
border: 2px groove #eeede0; }
.hm3 .sheet-body .ability-scores .ability .ability-name {
margin: 0 0 2px;
font-size: 13px; }
.hm3 .sheet-body .ability-scores .ability .ability-value {
font-size: 25px;
font-weight: bold;
margin: 0 0 2px; }
.hm3 .sheet-body .ability-scores .ability .ability-box {
border-top: 1px solid black; }
.hm3 .sheet-body .ability-scores .ability .label {
flex: 0 0 40px;
font-weight: bold;
text-transform: uppercase; }
.hm3 .sheet-body .ability-scores .ability .value {
flex: 0 0 40px;
font-size: 20pt; }

.hm3 .sheet-body .traits h2 {
flex: 1;
margin: 0;
line-height: 36px;
font-family: "Modesto Condensed", "Palatino Linotype", serif;
font-size: 20px;
font-weight: 700;
color: #4b4a44;
background-color: #bbb;
border-top: 2px groove #fff;
border-bottom: 2px groove #fff;
padding: 5px; }

.hm3 .sheet-body .traits .traits-list {
list-style: none;
margin: 7px 2px;
padding: 0;
overflow-y: hidden; }
.hm3 .sheet-body .traits .traits-list .trait .trait-name {
flex: 0 0 150px; }
.hm3 .sheet-body .traits .traits-list .trait .trait-notes {
flex: 1 0 50px;
text-align: left;
padding-left: 5px;
border-left: 1px solid #c9c7b8;
border-right: 1px solid #c9c7b8; }
.hm3 .sheet-body .traits .traits-list .trait .trait-ele {
flex: 0 0 40px;
text-align: center;
border-left: 1px solid #c9c7b8;
border-right: 1px solid #c9c7b8; }
.hm3 .sheet-body .traits .traits-list .trait .item-controls {
flex: 0 0 45px;
text-align: right;
padding-right: 5px; }
.hm3 .sheet-body .traits .traits-list .trait .item-controls .item-control {
flex: 0 0 22px;
font-size: 12px;
text-align: center;
padding: 3px 0 0 0;
border-bottom: 2px groove #eeede0; }
.hm3 .sheet-body .ability-scores .ability-scores-column .ability .ability-name {
margin: 0 0 2px;
font-size: 13px; }
.hm3 .sheet-body .ability-scores .ability-scores-column .ability .ability-value {
font-size: 25px;
font-weight: bold;
margin: 0 0 2px; }
.hm3 .sheet-body .ability-scores .ability-scores-column .ability .ability-box {
border-top: 1px solid black; }
.hm3 .sheet-body .ability-scores .ability-scores-column .ability .label {
flex: 0 0 40px;
font-weight: bold;
text-transform: uppercase; }
.hm3 .sheet-body .ability-scores .ability-scores-column .ability .value {
flex: 0 0 40px;
font-size: 20pt; }
.hm3 .sheet-body .ability-scores .ability-scores-column .ability:last-child {
border-bottom: none; }
color: #4b4a44; }

.hm3 .sheet-body .profile-params {
margin-top: 5px;
Expand All @@ -1122,19 +1168,32 @@
border-bottom: 2px groove #eeede0;
margin-top: 12px;
padding: 5px 0; }
.hm3 .sheet-body .profile-params .profile-item .label {
flex: 0 0 70px;
font-weight: bold;
text-transform: uppercase; }
.hm3 .sheet-body .profile-params .profile-item .value {
flex: 0 0 150px; }
.hm3 .sheet-body .profile-params .profile-item .attribute {
align-items: center; }
.hm3 .sheet-body .profile-params .profile-item .attribute .label {
flex: 0 0 60px;
font-weight: bold;
text-transform: uppercase;
text-align: right;
padding-right: 4px; }
.hm3 .sheet-body .profile-params .profile-item .attribute .value {
flex: 0 0 150px; }

.hm3 .sheet-body .profile-desc {
margin-top: 5px; }
.hm3 .sheet-body .profile-desc .label {
flex: 0 0 18px;
padding-left: 5px;
font-family: "Modesto Condensed", "Palatino Linotype", serif;
font-size: 16px;
margin: 2px 0;
align-items: center;
background: rgba(0, 0, 0, 0.05);
border: 2px groove #eeede0;
font-weight: bold;
text-transform: uppercase; }
line-height: 24px; }
.hm3 .sheet-body .profile-desc .label i {
font-size: 12px;
padding-left: 5px; }
.hm3 .sheet-body .profile-desc .description {
margin-left: 5px; }

Expand All @@ -1143,9 +1202,6 @@
object-fit: contain;
background: white; }

.hm3 .sheet-body .profile .profile-desc {
margin-left: 5px; }

.hm3 .injuries-list {
list-style: none;
margin: 7px 0;
Expand Down Expand Up @@ -1581,3 +1637,114 @@
margin-top: 10px; }
.hm3 .armor-locations-list .armor-location {
display: block; }

.hm3 .effects .disabled {
color: #9a998f; }

.hm3 .effects .effects-list {
list-style: none;
margin: 7px 0;
padding: 0;
overflow-y: hidden; }
.hm3 .effects .effects-list .effects-header {
margin: 2px 0;
padding: 0;
align-items: center;
background: rgba(0, 0, 0, 0.05);
border: 2px groove #eeede0;
font-weight: bold;
line-height: 24px; }
.hm3 .effects .effects-list .effects-header h3 {
margin: 0;
padding-left: 5px;
font-family: "Modesto Condensed", "Palatino Linotype", serif;
font-size: 20px;
font-weight: 700;
font-size: 16px; }
.hm3 .effects .effects-list .effects-header .effect-name {
color: #191813;
border-right: 1px solid #c9c7b8; }
.hm3 .effects .effects-list .effects-header .effect-name i {
font-size: 12px;
padding-left: 5px; }
.hm3 .effects .effects-list .effects-header .effect-controls {
flex: 0 0 45px;
text-align: right;
padding-right: 5px;
color: #9a998f; }
.hm3 .effects .effects-list .effects-header .effect-controls .active {
color: #4b4a44; }
.hm3 .effects .effects-list .effect-list {
list-style: none;
margin: 0;
padding: 0; }
.hm3 .effects .effects-list .effect {
line-height: 30px;
padding: 0 2px;
border-bottom: 1px solid #c9c7b8; }
.hm3 .effects .effects-list .effect .effect-image {
flex: 0 0 30px;
background-size: 30px;
margin-right: 5px; }
.hm3 .effects .effects-list .effect img {
display: block; }
.hm3 .effects .effects-list .effect .effect-name {
cursor: pointer;
max-height: 30px;
overflow: hidden;
border-right: 1px solid #c9c7b8; }
.hm3 .effects .effects-list .effect .effect-name h4 {
margin: 0;
white-space: nowrap;
overflow-x: hidden; }
.hm3 .effects .effects-list .effect:last-child {
border-bottom: none; }
.hm3 .effects .effects-list .effect-detail {
font-size: 12px;
color: #7a7971;
border-right: 1px solid #c9c7b8;
word-break: break-word;
white-space: nowrap;
overflow: hidden; }
.hm3 .effects .effects-list .effect-ele {
padding-left: 5px;
border-right: 1px solid #c9c7b8; }
.hm3 .effects .effects-list .effect-duration {
flex: 0 0 100px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.hm3 .effects .effects-list .effect-source {
flex: 0 0 100px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.hm3 .effects .effects-list .effect-changes {
flex: 1 0 60px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.hm3 .effects .effects-list .effect-controls {
flex: 0 0 45px;
text-align: right; }
.hm3 .effects .effects-list .effect-controls .effect-control {
flex: 0 0 22px;
font-size: 12px;
text-align: right;
color: #9a998f; }
.hm3 .effects .effects-list .effect-controls .effect-equip {
color: #9a998f; }
.hm3 .effects .effects-list .effect-controls .active {
color: #4b4a44; }
.hm3 .effects .effects-list .effect-controls-wide {
flex: 0 0 65px;
text-align: right; }
.hm3 .effects .effects-list .effect-controls-wide .effect-control {
flex: 0 0 22px;
font-size: 12px;
text-align: right;
color: #9a998f; }
.hm3 .effects .effects-list .effect-controls-wide .effect-equip {
color: #9a998f; }
.hm3 .effects .effects-list .effect-controls-wide .active {
color: #4b4a44; }
Binary file added images/help/combat-tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/help/effects-tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/help/esoterics-tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/help/facade-and-header-tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/help/gear-tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/help/profile-tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/help/skills-magic-ritual.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/help/skills-tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/icons/svg/book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/icons/svg/dice-d20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/icons/svg/dice-d6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5e8c127

Please sign in to comment.