Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
A whole lotta changes; mainly html to hbs & variable name changes.
  • Loading branch information
Lumenita committed Jul 31, 2024
1 parent e98739d commit 8f93338
Show file tree
Hide file tree
Showing 66 changed files with 3,640 additions and 4,319 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ I would love support from the community! I am open to any feedback, whether its
# Me
You can reach me on discord: @Lumenita

If you wish to support what I do: https://ko-fi.com/luminitatv
If you wish to support the systema & what I do: https://ko-fi.com/luminitatv

# Modules
If there are any difficulties with modules, I can attempt to fix whatever problem there is if its within my ability to do so.
If you end up using a module called Drag Ruler, for the Speed Attribute put 'actor.system.fullmove' & and Dash Multiplier to 0.25
If you end up using a module called Drag Ruler, for the Speed Attribute put 'actor.system.movement.fullMove' & and Dash Multiplier to 0.25

# Character Sheet
![characterSheet](https://github.com/Lumenita/abfalter/assets/61290963/3dff4b59-e2bc-4f00-8f46-dd4dbdf01f06)
69 changes: 58 additions & 11 deletions css/abfalter.css
Original file line number Diff line number Diff line change
Expand Up @@ -5505,21 +5505,28 @@ h6 {
display: flex;
justify-content: center;
}
.secondarychatmsg > div:nth-of-type(2) {
.secondarychatmsg > div:not(:nth-of-type(1)) {
display: flex;
justify-content: space-between;
}
.secondarychatmsg > div:nth-last-of-type(2) {
border-image: url(../img/border.png) 10 stretch;
border-top: 5px solid black;
border-bottom: 5px solid black;
margin-top: 3px;
margin-bottom: 3px;
}
.secondarychatmsg > div:nth-of-type(2) > span:nth-of-type(1) {
.secondarychatmsg > div:not(:nth-of-type(1)) > span:nth-of-type(1) {
padding-left: 10%;
}
.secondarychatmsg > div:nth-of-type(2) > span:nth-of-type(2) {
.secondarychatmsg > div:not(:nth-of-type(1)) > span:nth-of-type(2) {
padding-right: 10%;
}
.fumbleSeverity {
padding: 0 10%;
display: flex;
justify-content: space-between;
}
.openRollMod,
.fumblerollmod {
height: 25px;
Expand Down Expand Up @@ -5652,14 +5659,53 @@ h6 {
white-space: pre-wrap;
}









/*
***************
---------------
Changelog
---------------
***************
*/
.changelogHeader > div {
display: flex;
justify-content: flex-end;
}
.changelogHeader > div > span {
font-size: 14px;
color: var(--boxColor);
}
.changelog > h5 {
justify-content: start;
font-size: 35px;
border-bottom: 1px solid var(--boxColor);
}
.changelogSection {
padding: 15px 0 0 0;
}
.changelogSection > h6 {
justify-content: start;
font-size: 25px;
}
.changelogSection > span {
display: flex;
padding: 7px 0;
}
.changelogList > h5 {
justify-content: start;
font-size: 17px;
}
.changelogButtons {
display: flex;
justify-content: space-evenly;
}
.changelogButtons > button {
width: 45%;
padding: 0px;
margin: 0px;
border-radius: 0px;
border: 0px;
border: 1px solid var(--boxColor);
}
/*
***************
---------------
Expand All @@ -5677,6 +5723,7 @@ h6 {
position: fixed;
bottom: 75px;
left: 200px;
visibility: hidden;
}
.customActionBar .macros {
display: flex;
Expand Down
Loading

0 comments on commit 8f93338

Please sign in to comment.