mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update SagaBorn_Character_sheet.css
Added Roll template CSS
This commit is contained in:
@@ -1029,3 +1029,83 @@ font-style: italic;
|
||||
color: #4A57ED; /* blue for mixed fumble/crit results for the inline roll */
|
||||
border: none;
|
||||
}
|
||||
/* -----------------------stats roll checks----------------------- */
|
||||
.sheet-rolltemplate-SagaBornStats table {
|
||||
width: 100%;
|
||||
padding: 2px;
|
||||
border: 1px solid;
|
||||
background-image: url("https://i.imgur.com/AuM1Sak.png");
|
||||
background-size: cover;
|
||||
text-align: left;
|
||||
border-collapse: separate;
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-header-attack { /* Header for pcflag and npcflag */
|
||||
color: rgb(126, 45, 64); /* reddish color */
|
||||
font-family: "Arial", Helvetica, sans-serif;
|
||||
font-variant: small-caps;
|
||||
text-align: left;
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
|
||||
border-top: 3px solid transparent;
|
||||
border-bottom: 3px solid transparent;
|
||||
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
|
||||
border-top: 3px solid transparent;
|
||||
border-bottom: 3px solid rgb(204, 115, 51); /* orangy brown color */
|
||||
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
||||
border-right: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-subheader { /* black text and italics for subtags and subtags2 */
|
||||
color: #000; /* black */
|
||||
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
|
||||
font-style: italic;
|
||||
text-align: left;
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-ac {
|
||||
border-radius: 30px 30px 200px 200px ;
|
||||
border: 2px solid black;
|
||||
text-align: center;
|
||||
border-collapse: separate;
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-saves {
|
||||
background: linear-gradient(to bottom, black 50%, white 50%);
|
||||
border-radius: 5px;
|
||||
border: 2px solid black;
|
||||
text-align: center;
|
||||
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-twotone {
|
||||
background: linear-gradient(to left, black 75%, white 25%);
|
||||
border-radius: 5px;
|
||||
|
||||
height: 30px;
|
||||
border: 2px solid black;
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-threetone {
|
||||
background: linear-gradient(to left, white, white 25%, black 25%, black 75%, white 75%);
|
||||
border-radius: 5px;
|
||||
|
||||
border: 2px solid black;
|
||||
text-align: center;
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats .inlinerollresult{
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
.sheet-rolltemplate-SagaBornStats a[href^="~"],
|
||||
.sheet-rolltemplate-SagaBornStats .sheet-roll-cell a[href^="~"],
|
||||
.sheet-rolltemplate-SagaBornStats label span [href^="~"] {
|
||||
background-color: var(--sheet-pf-bg);
|
||||
color: var(--sheet-pf-text);
|
||||
padding: 2px 4px 1px 4px;
|
||||
margin: 2px -1px 1px 0px;
|
||||
font-weight: normal;
|
||||
display: inline-block;
|
||||
border: 1px solid #789;
|
||||
border-radius: 2px;
|
||||
font-size: .75rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user