mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
[Libreté] Add files
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
div.sheet-Victime,
|
||||
div.sheet-Chef,
|
||||
div.sheet-Brute,
|
||||
div.sheet-Bizarre,
|
||||
div.sheet-Princesse,
|
||||
div.sheet-Maman,
|
||||
div.sheet-Solitaire,
|
||||
div.sheet-Ptitbout,
|
||||
div.sheet-Custom
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="radio"][value="0"]:checked ~ div.sheet-DarkestSelf-Rewritten
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
input.sheet-Skin[type="radio"][value="1"]:checked ~ div.sheet-Victime,
|
||||
input.sheet-Skin[type="radio"][value="2"]:checked ~ div.sheet-Chef,
|
||||
input.sheet-Skin[type="radio"][value="3"]:checked ~ div.sheet-Brute,
|
||||
input.sheet-Skin[type="radio"][value="4"]:checked ~ div.sheet-Bizarre,
|
||||
input.sheet-Skin[type="radio"][value="5"]:checked ~ div.sheet-Princesse,
|
||||
input.sheet-Skin[type="radio"][value="6"]:checked ~ div.sheet-Maman,
|
||||
input.sheet-Skin[type="radio"][value="7"]:checked ~ div.sheet-Solitaire,
|
||||
input.sheet-Skin[type="radio"][value="8"]:checked ~ div.sheet-Ptitbout,
|
||||
input.sheet-Skin[type="radio"][value="99"]:checked ~ div.sheet-Custom
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
select.sheet-SkinSelect
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
select.sheet-CultureSelect
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
input[type="radio"]
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[class^="sheet-Moves-"] {
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
||||
option.sheet-SkinSelect:checked
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
option.sheet-CultureSelect:checked
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* TEXT FORMATTING */
|
||||
|
||||
textarea {
|
||||
resize:vertical;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 120%;
|
||||
font-family: "Tahoma";
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
/* HR line */
|
||||
|
||||
hr.sheet-stat {
|
||||
display: block;
|
||||
height: 4px;
|
||||
border: 0;
|
||||
border-top: 4px solid #000;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: block;
|
||||
height: 4px;
|
||||
border: 0;
|
||||
border-top: 1px solid #000;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
text-align:center;
|
||||
color:black;
|
||||
}
|
||||
|
||||
p.sheet-titre {
|
||||
text-align:center;
|
||||
background:black;
|
||||
color:white;
|
||||
padding-top:5px;
|
||||
height:25px;
|
||||
}
|
||||
|
||||
.sheet-apprentissages {
|
||||
margin-bottom:;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"html": "Librete.html",
|
||||
"css": "Librete.css",
|
||||
"authors": "Sheershym",
|
||||
"roll20userid": "911144",
|
||||
"preview": "Librete.png",
|
||||
"instructions": "Fiche de personnage pour Libreté. Selectionnez votre archétype et commencez à jouer !"
|
||||
}
|
||||
Reference in New Issue
Block a user