mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
[Root] - Updating images url
[Root] - Updating images url
This commit is contained in:
+41
-41
@@ -31,17 +31,17 @@ font-family:'Luminari','Helvetica',sans-serif;
|
||||
|
||||
font-family: serif;
|
||||
/*
|
||||
background: url("https://roll20.magpiegames.com/root/blueprint.jpg");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/blueprint.jpg");
|
||||
background-repeat: no-repeat;
|
||||
*/
|
||||
background-image: url("https://roll20.magpiegames.com/root/bg.jpg");
|
||||
background-image: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/bg.jpg");
|
||||
background-repeat: repeat;
|
||||
min-width: 880px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.charsheet button.repcontrol_edit{
|
||||
background-image: url("https://roll20.magpiegames.com/root/gear.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/gear.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size:cover;/*35px 35px;*/
|
||||
width:20px;
|
||||
@@ -59,7 +59,7 @@ font-family:'Luminari','Helvetica',sans-serif;
|
||||
|
||||
|
||||
.charsheet .repcontrol_edit:hover {
|
||||
background: url("https://roll20.magpiegames.com/root/gear.svg");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/gear.svg");
|
||||
font-size:0px;
|
||||
|
||||
}
|
||||
@@ -69,7 +69,7 @@ font-family:'Luminari','Helvetica',sans-serif;
|
||||
|
||||
|
||||
.charsheet button.repcontrol_add{
|
||||
background-image: url("https://roll20.magpiegames.com/root/plus2.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/plus2.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size:cover;/*35px 35px;*/
|
||||
width:20px;
|
||||
@@ -93,7 +93,7 @@ font-family:'Luminari','Helvetica',sans-serif;
|
||||
}
|
||||
|
||||
.charsheet .repcontrol_add:hover {
|
||||
background: url("https://roll20.magpiegames.com/root/plus2.svg");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/plus2.svg");
|
||||
|
||||
}
|
||||
|
||||
@@ -716,7 +716,7 @@ border: 2px solid powderblue;
|
||||
text-align:center;
|
||||
background-repeat: no-repeat;
|
||||
background-size:cover;/*35px 35px;*/
|
||||
background-image:url(https://roll20.magpiegames.com/root/statbox.png);
|
||||
background-image:url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/statbox.png);
|
||||
border:0px;
|
||||
padding-top:8px;
|
||||
outline: none;
|
||||
@@ -840,7 +840,7 @@ button[type=roll].sheet-buttondados {
|
||||
|
||||
|
||||
.sheet-diceicon{
|
||||
background-image:url(https://roll20.magpiegames.com/root/diceicon.png);
|
||||
background-image:url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/diceicon.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 25px 15px;
|
||||
height:15px;
|
||||
@@ -848,7 +848,7 @@ button[type=roll].sheet-buttondados {
|
||||
margin-top:1px;
|
||||
}
|
||||
.sheet-diceicon:hover {
|
||||
background-image:url(https://roll20.magpiegames.com/root/diceicon.png);
|
||||
background-image:url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/diceicon.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 25px 15px;
|
||||
height:15px;
|
||||
@@ -887,7 +887,7 @@ button[type=roll].sheet-buttondados {
|
||||
/*background-color: #2196F3;*/
|
||||
gap:6px;
|
||||
padding:0;
|
||||
/*background-image: url("https://roll20.magpiegames.com/root/bg.jpg"); */
|
||||
/*background-image: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/bg.jpg"); */
|
||||
}
|
||||
/*--Grid 3 cols para equipos - - FIN--*/
|
||||
/*--Grid 2 cols para extras - INICIO--*/
|
||||
@@ -902,7 +902,7 @@ button[type=roll].sheet-buttondados {
|
||||
/*background-color: #2196F3;*/
|
||||
gap:6px;
|
||||
padding:0;
|
||||
/*background-image: url("https://roll20.magpiegames.com/root/bg.jpg"); */
|
||||
/*background-image: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/bg.jpg"); */
|
||||
}
|
||||
/*--Grid 2 cols para extras - FIN--*/
|
||||
|
||||
@@ -920,7 +920,7 @@ button[type=roll].sheet-buttondados {
|
||||
/*background-color: #2196F3;*/
|
||||
gap:6px;
|
||||
padding:0;
|
||||
/*background-image: url("https://roll20.magpiegames.com/root/bg.jpg"); */
|
||||
/*background-image: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/bg.jpg"); */
|
||||
}
|
||||
|
||||
.sheet-grid-3columnas > div {
|
||||
@@ -956,7 +956,7 @@ button[type=roll].sheet-buttondados {
|
||||
row-gap:19px;
|
||||
/*background-color: #2196F3;*/
|
||||
padding: 15px;
|
||||
/*background-image: url("https://roll20.magpiegames.com/root/bg.jpg"); */
|
||||
/*background-image: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/bg.jpg"); */
|
||||
}
|
||||
|
||||
.sheet-grid-container > div {
|
||||
@@ -1194,7 +1194,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/WeaponSkill-MISS.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/WeaponSkill-MISS.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1249,7 +1249,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/WeaponSkill-HIT.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/WeaponSkill-HIT.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1304,7 +1304,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/WeaponSkill-FULLHIT.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/WeaponSkill-FULLHIT.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1382,7 +1382,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/ReputationRoll.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/ReputationRoll.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1437,7 +1437,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/ReputationRoll.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/ReputationRoll.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1492,7 +1492,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/ReputationRoll.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/ReputationRoll.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1553,7 +1553,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/BasicMoves-MISS.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/BasicMoves-MISS.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1608,7 +1608,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/BasicMoves-HIT.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/BasicMoves-HIT.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1663,7 +1663,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/BasicMoves-FULLHIT.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/BasicMoves-FULLHIT.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1723,7 +1723,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/StatRoll-MISS.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/StatRoll-MISS.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1778,7 +1778,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/StatRoll-HIT.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/StatRoll-HIT.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -1833,7 +1833,7 @@ grid-gap: 2px;
|
||||
height: 258px;
|
||||
padding: 0px;
|
||||
margin:0 -5px -4px -45px;
|
||||
background: url(https://roll20.magpiegames.com/root/StatRoll-FULLHIT.jpg);
|
||||
background: url(https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/StatRoll-FULLHIT.jpg);
|
||||
background-size: 282px 258px;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
@@ -2135,7 +2135,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/eyeoff.svg");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/eyeoff.svg");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
|
||||
@@ -2148,7 +2148,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-equipos input:checked ~ .sheet-checkmark-equipos {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/eyeon.svg");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/eyeon.svg");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
@@ -2209,7 +2209,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/menos3.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/menos3.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
|
||||
@@ -2222,7 +2222,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-menos3 input:checked ~ .sheet-checkmark-menos3 {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/menos3-c.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/menos3-c.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
@@ -2281,7 +2281,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/menos2.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/menos2.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
}
|
||||
@@ -2292,7 +2292,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-menos2 input:checked ~ .sheet-checkmark-menos2 {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/menos2-c.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/menos2-c.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
@@ -2351,7 +2351,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/menos1.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/menos1.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
|
||||
@@ -2364,7 +2364,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-menos1 input:checked ~ .sheet-checkmark-menos1 {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/menos1-c.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/menos1-c.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
@@ -2423,7 +2423,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas0.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas0.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
|
||||
@@ -2436,7 +2436,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-mas0 input:checked ~ .sheet-checkmark-mas0 {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas0-c.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas0-c.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
@@ -2495,7 +2495,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas1.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas1.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
|
||||
@@ -2508,7 +2508,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-mas1 input:checked ~ .sheet-checkmark-mas1 {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas1-c.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas1-c.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
@@ -2567,7 +2567,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas2.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas2.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
|
||||
@@ -2580,7 +2580,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-mas2 input:checked ~ .sheet-checkmark-mas2 {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas2-c.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas2-c.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
@@ -2639,7 +2639,7 @@ grid-gap: 2px;
|
||||
/*border: 1px solid #0000ff;*/
|
||||
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas3.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas3.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #FF0000;
|
||||
|
||||
@@ -2652,7 +2652,7 @@ grid-gap: 2px;
|
||||
|
||||
.sheet-container-mas3 input:checked ~ .sheet-checkmark-mas3 {
|
||||
background-color: #FFF; /*2196F3*/
|
||||
background: url("https://roll20.magpiegames.com/root/mas3-c.png");
|
||||
background: url("https://raw.githubusercontent.com/MagpieGames/Roll20/main/root/mas3-c.png");
|
||||
background-size: cover;
|
||||
border: 0px solid #00FFFF;
|
||||
}
|
||||
|
||||
+224
-224
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user