Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 91 additions & 22 deletions LyrianChronicles/LyrianChronicles.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
line-height: 18px;
margin: 0;
/* overflow: scroll; */
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/LyrianOuterBorder.png")
border-image: url("https://iili.io/K6nRyHF.png")
100 100 100 100 fill stretch;
border-style: solid;
border-width: 30px 30px;
Expand All @@ -294,7 +294,7 @@
.sheet-darkmode .charsheet .sheet-lyrian-chronicles {
background: #181818;
color: #eee;
border-image: url("https://raw.githubusercontent.com/Morrocker/LyrianChroniclesRoll20/refs/heads/main/Assets/LyrianOuterBorder-Dark.png")
border-image: url("https://iili.io/K6nRmS1.png")
100 100 100 100 fill stretch;
}
.charsheet .sheet-section-pc {
Expand All @@ -304,7 +304,7 @@
}

.charsheet .section-container {
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/LyrianContainer2.png")
border-image: url("https://iili.io/K6o3GUl.png")
50 50 50 50 fill stretch;
border-style: solid;
border-width: 15px;
Expand Down Expand Up @@ -342,7 +342,7 @@
grid-area: logo;
}
.charsheet .sheet-section-pc-header-logo div {
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/LyrianChroniclesBanner.png");
background: url("https://iili.io/K6o5UG4.png"); /* Logo Image */
width: 100%;
height: 100%;
background-repeat: no-repeat;
Expand All @@ -357,14 +357,14 @@

.charsheet .header-details-container {
grid-area: details;
border-image: url("https://raw.githubusercontent.com/Morrocker/LyrianChroniclesRoll20/refs/heads/main/Assets/sheet-box-border.png")
border-image: url("https://iili.io/K6oBcFa.png") /* Header Details Box Light */
50 50 50 50 fill stretch;
border-style: solid;
border-width: 20px 20px;
box-sizing: border-box;
}
.sheet-darkmode .header-details-container {
border-image: url("https://raw.githubusercontent.com/Morrocker/LyrianChroniclesRoll20/refs/heads/main/Assets/sheet-box-border-Dark.png")
border-image: url("https://iili.io/K6ouZZv.png") /* Header Details Box Dark */
50 50 50 50 fill stretch;
}
.charsheet .header-details-title {
Expand Down Expand Up @@ -713,7 +713,7 @@
color: #717171;
height: 30px;
width: 110px;
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
Expand All @@ -735,7 +735,7 @@
.charsheet .attribute-container .value {
width: 37px;
height: 37px;
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
Expand Down Expand Up @@ -773,7 +773,7 @@
flex-direction: column-reverse;
align-items: center;
justify-content: start;
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 8px 10px;
Expand Down Expand Up @@ -864,7 +864,7 @@
border-left: #555555 1px solid;
}
.charsheet .attribute-container2 .value {
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/diamond2.png");
background: url("https://iili.io/K6nyElI.png"); /*Derived Attribute DiamondBox*/
width: 40px;
height: 40px;
background-repeat: no-repeat;
Expand Down Expand Up @@ -951,10 +951,50 @@
justify-content: space-around;
align-items: center;
grid-template-areas:
"misc-bonuses"
"main-weapon-attack"
"generic-attack";
gap: 5px;
}
.charsheet .section-container.basic-attacks .picker {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.charsheet .section-container.basic-attacks .picker label{
font-size: 9px;
text-transform: uppercase;
font-weight: bold;
color: #cccccc;
margin-bottom: 0px;
padding: 0px;
text-align: center;
}
.sheet-darkmode .charsheet .section-container.basic-attacks .picker label{
color: #2e2e2e;
}
.charsheet .section-container.basic-attacks .picker select{
margin-bottom: 0;
border: none;
border-bottom: #cccccc 1px solid;
border-radius: 0%;
height: 15px;
padding: 0;
width: 100%;
text-align: center;
font-size: 12px;
}
.sheet-darkmode .section-container.basic-attacks .picker select{
color: #131313;
border-bottom: #1e1e1e 1px solid;
background: #fff;
}
.sheet-darkmode .charsheet .section-container.basic-attacks .picker select:focus,
.sheet-darkmode .charsheet .section-container.basic-attacks .picker select:hover{
background: #fff;
color: #131313;
}
.charsheet .section-container.core-skills {
height: 100%;
}
Expand Down Expand Up @@ -991,7 +1031,7 @@
display: flex;
width: 70px;
height: 37px;
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
Expand Down Expand Up @@ -1023,7 +1063,7 @@
.charsheet .table-container {
display: flex;
flex-direction: column;
border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
Expand Down Expand Up @@ -1570,7 +1610,7 @@
margin-top: auto;
padding-top: 5px;
}
.charsheet .table-container .repcontrol_del{
.charsheet .table-container .repcontrol_del, .charsheet .table-container .repcontrol_move{
z-index: 100;
position: relative;
pointer-events: auto;
Expand Down Expand Up @@ -1820,7 +1860,10 @@
/* ABILITIES REVAMPED STYLES START */

.charsheet .table-container.abilities {
min-height: 635px;
min-height: 450px;
}
.charsheet .table-container.abilities.keyab {
min-height: 150px;
}
.charsheet .table-container .headers-container .header2.name3 {
flex: 9;
Expand Down Expand Up @@ -2032,6 +2075,12 @@
}

.charsheet .table-container.favorite-abilities .repcontrol{
/* display: none; */
}
.charsheet .table-container.favorite-abilities .repcontrol .repcontrol_add{
display: none !important;
}
.charsheet .table-container.favorite-abilities .repitem .repcontrol_del{
display: none;
}
/* FAVORITE ABILITIES REVAMPED STYLES END */
Expand Down Expand Up @@ -2103,8 +2152,8 @@

.charsheet .table-container .form-container.armor-grid{
grid-template-areas:
"name name name status status"
"burden guard block evasion initiative"
"name name status status burden"
"guard block evasion dodge initiative"
"description description description description description"
"close close close close close";
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
Expand Down Expand Up @@ -2137,6 +2186,10 @@
grid-area: evasion;
width: 100%;
}
.charsheet .form-container.armor-grid .dodge {
grid-area: dodge;
width: 100%;
}
.charsheet .form-container.armor-grid .initiative {
grid-area: initiative;
width: 100%;
Expand Down Expand Up @@ -2206,12 +2259,13 @@

.charsheet .table-container .form-container.weapon-grid{
grid-template-areas:
"name name status"
"burden focus power"
"wpn-type wpn-type wpn-type"
"description description description"
"close close close";
grid-template-columns: 1fr 1fr 1fr;
"name name status status"
"burden focus power critrange"
"wpn-type wpn-type wpn-type dmgtype"
"description description description description"
"customroll customroll customroll customroll"
"close close close close";
grid-template-columns: 1fr 1fr 1fr 1fr;
gap:10px;
}
.charsheet .form-container.weapon-grid .picker {
Expand Down Expand Up @@ -2241,6 +2295,10 @@
grid-area: wpn-type;
width: 100%;
}
.charsheet .form-container.weapon-grid .dmgtype {
grid-area: dmgtype;
width: 100%;
}
.charsheet .form-container.weapon-grid .focus {
grid-area: focus;
width: 100%;
Expand All @@ -2249,12 +2307,23 @@
grid-area: power;
width: 100%;
}
.charsheet .form-container.weapon-grid .critrange {
grid-area: critrange;
width: 100%;
}
.charsheet .form-container.weapon-grid .description {
display: flex;
flex-direction: column;
grid-area: description;
width: 100%;
}
.charsheet .form-container.weapon-grid .customroll {
display: flex;
flex-direction: column;
grid-area: customroll;
width: 100%;
font-family: "Courier New", Courier, monospace;
}
.charsheet .form-container.weapon-grid .description textarea{
margin-bottom: 0px;
}
Expand Down
Loading