Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Into the Odd 2nd edition - Graphic adjustement #12888

Merged
merged 1 commit into from
May 14, 2024
Merged
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
Binary file not shown.
36 changes: 19 additions & 17 deletions Into the Odd 2nd edition/into_the_odd.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
--font_amiri: "Amiri", serif;
--font_basker: "Baskervville", serif;
background-color: var(--vert_clair);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/fond_de_page.webp);
background-size: contain;
padding: 20px !important;
color: var(--bleu);
font-family: var(--font_amiri);
Expand Down Expand Up @@ -78,15 +80,15 @@ input[type=radio].xp_radio + span {
width: 21px;
height: 17px;
border-style: none;
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/radio.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/radio.png);
background-size: contain;
background-repeat: no-repeat;
margin-top: -21px;
margin-left: -7px;
}

input[type=radio].xp_radio:checked + span {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/radio_checked.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/radio_checked.png);
}

/* Affichage pages */
Expand Down Expand Up @@ -132,7 +134,7 @@ div.depart_image {
grid-column: 1;
width: 300px;
height: 300px;
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/logo_v1.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/logo_v1.png);
background-size: cover;
}

Expand Down Expand Up @@ -191,7 +193,7 @@ div.creation_fleche {
grid-row: 1/4;
width: 40px;
height: 37px;
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/fleche.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/fleche.png);
background-size: contain;
background-repeat: no-repeat;
align-self: center;
Expand Down Expand Up @@ -328,7 +330,7 @@ div.cat_logo {
grid-row: 1/11;
width: 310px;
height: 310px;
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/logo_v1.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/logo_v1.png);
background-size: cover;
margin-left: -60px;
}
Expand Down Expand Up @@ -1082,7 +1084,7 @@ div.roll_arcanum {
border: none;
padding: 0;
margin: 0;
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_20_bleu.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_20_bleu.png);
background-size: 25px 24px;
background-repeat: no-repeat;
background-color: transparent;
Expand Down Expand Up @@ -1120,35 +1122,35 @@ div.roll_arcanum {
}

.charsheet button[type=roll].roll_d4 {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_4.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_4.png);
}

.charsheet button[type=roll].roll_d6 {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_6.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_6.png);
}

.charsheet button[type=roll].roll_d6_creation {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_6x3.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_6x3.png);
}

.charsheet button[type=roll].roll_d8 {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_8.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_8.png);
}

.charsheet button[type=roll].roll_d10 {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_10.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_10.png);
}

.charsheet button[type=roll].roll_d12 {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_12.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_12.png);
}

.charsheet button[type=roll].roll_d20 {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_20.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_20.png);
}

.charsheet button[type=roll].roll_chance {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/dice_chance.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/dice_chance.png);
}

.charsheet button[type=roll].roll_dice:hover,
Expand Down Expand Up @@ -1209,12 +1211,12 @@ div.roll_arcanum {
}

.charsheet button[type=action].page_creation {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/creation_tuto.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/creation_tuto.png);
border: 2px solid var(--noir);
}

.charsheet button[type=action].page_personnage {
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/creation_feuille.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/creation_feuille.png);
}

/* Roll Template */
Expand All @@ -1233,7 +1235,7 @@ div.roll_arcanum {
box-shadow: 0px 0px 10px 3px #000000ad;
width: 260px;
height: 260px;
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/main/Into%20the%20Odd/images/background_roll.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Into%20the%20Odd%202nd%20edition/images/background_roll.png);
background-size: cover;
font-family: "Baskervville", serif;
--rouge: red;
Expand Down
Binary file modified Into the Odd 2nd edition/into_the_odd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.