Skip to content

Commit

Permalink
Merge pull request #13040 from VJRolmasters/master
Browse files Browse the repository at this point in the history
[EXALTED 1 - FIRST EDITION] Changed URL image links to point Github and added wound boxes
  • Loading branch information
NorWhal committed Jun 20, 2024
2 parents 02d657e + c353e46 commit 3be3c01
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 16 deletions.
14 changes: 7 additions & 7 deletions exalted 1/exalted.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ CSS EXALTED FIRST EDITION */
width: 860px;
height: 38px;
min-height: 38px;
margin: 10px auto 0px;
background-image: url("https://rolmasters.com/ROLL20/EXALTED/images/BACKGROUND_TOP_EXALTED_1_EDITION_860px.png");
margin: 10px auto 0px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/exalted 1/images/BACKGROUND_TOP_EXALTED_1_EDITION_860px.png");
background-repeat:no-repeat;
background-size:auto;
background-position: bottom;
Expand All @@ -77,7 +77,7 @@ CSS EXALTED FIRST EDITION */
height: auto;
min-height: 0px;
margin: 0px auto ;
background-image: url("https://rolmasters.com/ROLL20/EXALTED/images/BACKGROUND_MIG_EXALTED_1_EDITION_860px.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/exalted 1/images/BACKGROUND_MIG_EXALTED_1_EDITION_860px.png");
background-repeat:repeat-y;
background-size: auto;
background-position: center;
Expand All @@ -88,7 +88,7 @@ CSS EXALTED FIRST EDITION */
height: 38px;
min-height: 38px;
margin: 0px auto 10px;
background-image: url("https://rolmasters.com/ROLL20/EXALTED/images/BACKGROUND_PEU_EXALTED_1_EDITION_860px.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/exalted 1/images/BACKGROUND_PEU_EXALTED_1_EDITION_860px.png");
background-repeat:no-repeat;
background-size: auto;
background-position: top;
Expand Down Expand Up @@ -173,7 +173,7 @@ CSS EXALTED FIRST EDITION */
font-style: italic;
font-size: 30px;
text-align: center;
background-image: url("https://rolmasters.com/ROLL20/EXALTED/images/BACKGROUND_SEPARADOR_EXALTED_1_EDITION_860px.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/exalted 1/images/BACKGROUND_SEPARADOR_EXALTED_1_EDITION_860px.png");
background-repeat:repeat-x;
background-size: auto;
background-position: center;
Expand Down Expand Up @@ -847,7 +847,7 @@ label.checkbox{
background-color:antiquewhite;
}
}
@media screen and (min-width: 1080px){
@media screen and (min-width: 1050px){
.sheet-contenedorvj{
width: 100%;
max-width: 100%;
Expand All @@ -863,7 +863,7 @@ label.checkbox{
background-color:lavender;
}
}
@media screen and (min-width: 1160px){
@media screen and (min-width: 1100px){
.sheet-contenedorvj{
width: 100%;
max-width: 100%;
Expand Down
Loading

0 comments on commit 3be3c01

Please sign in to comment.