mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 20:22:29 +00:00
3525 lines
174 KiB
CSS
3525 lines
174 KiB
CSS
@font-face{/*The aldrich font*/
|
|
font-family:Aldrich;
|
|
src:local('Aldrich'),local('Aldrich-Regular'),url(https://kurohyou.github.io/Starfinder-Character-Sheet/Sheet%20Fonts/Aldrich-Regular.ttf);
|
|
}
|
|
* {
|
|
font-family:Aldrich,Copperplate,Monospace;
|
|
}
|
|
.sheet-pictos{/*elements that should be using the pictos font*/
|
|
font-family:pictos;
|
|
}
|
|
.sheet-nav label *{
|
|
font-size:12pt !important;
|
|
color:var(--backcolor);
|
|
}
|
|
.charsheet{
|
|
padding:0px!important;
|
|
}
|
|
.repitem .sheet-row,
|
|
.sheet-statblock .sheet-row{
|
|
justify-content:flex-start;
|
|
display:flex;
|
|
}
|
|
.sheet-container{
|
|
display:none;
|
|
}
|
|
.sheet-starfinder .sheet-notice-flag[value*="hide"] + .sheet-notice{
|
|
display:none;
|
|
}
|
|
.sheet-notice{
|
|
position:relative;
|
|
grid-column: disclaimer-start / disclaimer-end;
|
|
grid-row: name-container-start / name-container-end;
|
|
background-color:white;
|
|
display:grid;
|
|
grid-template-columns:1fr;
|
|
z-index:20;
|
|
}
|
|
.sheet-notice input{
|
|
opacity:0;
|
|
position:absolute;
|
|
place-self:stretch;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
.sheet-hide-tab{
|
|
opacity:0;
|
|
z-index:10;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
.sheet-starfinder span.sheet-id-label{
|
|
width:100%;
|
|
color:#D3D3D3;
|
|
font-size:6pt;
|
|
display:block;
|
|
}
|
|
.sheet-starfinder input[readonly=true]{
|
|
border:0px !important;
|
|
}
|
|
input[type=radio].sheet-pc:checked ~ .sheet-pc,
|
|
input[type=radio].sheet-npc:checked ~ .sheet-npc,
|
|
input[type=radio].sheet-ship:checked ~ .sheet-ship,
|
|
input[type=radio].sheet-settings:checked ~ .sheet-settings{
|
|
display:grid;
|
|
}
|
|
.sheet-tab-button + span,
|
|
.sheet-initiative-container,
|
|
.sheet-label,
|
|
.sheet-starfinder button[type=roll] {
|
|
font-weight:400 !important;
|
|
font-size:8pt;
|
|
}
|
|
[hidden='true'] {
|
|
display:none !important;
|
|
}
|
|
input:not([type='checkbox']):not([type=radio]), {
|
|
height:15px;
|
|
}
|
|
input:not([type='checkbox']):not([type=radio]),
|
|
textarea {
|
|
border-bottom: 1px solid white;
|
|
border-top: 0px;
|
|
border-left: 0px;
|
|
border-right: 0px;
|
|
box-shadow:none;
|
|
background: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-border-radius: 0px;
|
|
border-radius: 0px;
|
|
font-size:8pt;
|
|
padding:0px;
|
|
}
|
|
.sheet-section-container input:not([type='checkbox']):not([type=radio]):not([readonly=true]),
|
|
.sheet-section-container textarea,
|
|
.sheet-section-container .sheet-attr-total-container > .sheet-base-attr ~ span,
|
|
.sheet-section-container select,
|
|
.sheet-initiative-container select,
|
|
.sheet-class-info input:not([type='checkbox']):not([type=radio]):not([readonly=true]),
|
|
.sheet-class-info select,
|
|
.sheet-arc-shield input,
|
|
.sheet-disclaimer{/*These elements should have some darker background and blue highlighting*/
|
|
background-color:rgba(0, 0, 0,0.75) !important;
|
|
border-radius:5px !important;
|
|
box-shadow:0px 0px 5px #2dafeb,0px 0px 20px #0a4ba1 !important;
|
|
border-bottom:none !important;
|
|
}
|
|
input[type=number]::-webkit-inner-spin-button,
|
|
input[type=number]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
input[type=number]{
|
|
-moz-appearance: textfield !important;
|
|
text-align:center;
|
|
}
|
|
textarea{
|
|
resize:vertical;
|
|
}
|
|
select {
|
|
border: 0px;
|
|
background: none;
|
|
box-shadow: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-border-radius: 0px;
|
|
border-radius: 0px;
|
|
padding:0px 0px 0px 0px;
|
|
position:relative;
|
|
width:auto;
|
|
font-size:7pt;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
height:14px !important;
|
|
margin:0px !important;
|
|
padding:0px !important;
|
|
text-align-last:center;
|
|
line-height:14px;
|
|
}
|
|
button[type=roll],
|
|
label{
|
|
background-color: transparent;
|
|
border: none;
|
|
line-height: 12px;
|
|
background-image: none;
|
|
box-shadow: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-weight: bold;
|
|
text-align:left;
|
|
position:relative;
|
|
text-shadow:0px 0px 10px #49f5ff,0px 0px 20px #6bf7ff;
|
|
color:#333398;
|
|
}
|
|
.sheet-nav input + span:not(:hover){
|
|
text-shadow:none;
|
|
}
|
|
.sheet-nav input:checked + span{
|
|
background-color:var(--backcolor);
|
|
color:white;
|
|
box-shadow:0px 0px 10px #49f5ff,0px 0px 20px #6bf7ff;;
|
|
}
|
|
label{
|
|
cursor:pointer;
|
|
display:inline;
|
|
position:relative;
|
|
}
|
|
button[type=roll]::before
|
|
{
|
|
content: "" !important;
|
|
}
|
|
button[type=roll]:hover,
|
|
button[type=roll]:hover *,
|
|
button[type=roll]:hover input[type=text],
|
|
label:hover,
|
|
.btn:hover:after,
|
|
.btn:hover:before,
|
|
.sheet-pseudo-repcontrol span:hover{
|
|
color: #ff9335 !important;
|
|
text-shadow:0px 0px 10px #f86f1a,0px 0px 20px #fc6507 !important;
|
|
}
|
|
.sheet-starfinder {
|
|
display:grid;
|
|
grid-template-columns:[name-container-start pc-start disclaimer-start settings-start] 160px [name-container-end nav-start]240px [nav-end] minmax(380px,1fr)[pc-end disclaimer-end settings-end];
|
|
grid-template-rows:[name-container-start nav-start] 60px [name-container-end settings-start nav-end pc-start]120px 0px auto[pc-end settings-end disclaimer-start] auto [disclaimer-end] 0px;
|
|
grid-gap:20px;
|
|
/*These lines below set css variables that are used throughout the sheet*/
|
|
--wedge:7px;
|
|
--backcolor:#01101c;
|
|
--circlesize:1px;
|
|
--circlebore:calc(var(--wedge) * 2 + 2px);
|
|
--ringsize:calc(var(--circlesize) + var(--circlebore));
|
|
--repeat:no-repeat; var(--repeat);
|
|
--box-shadow:0px 0px 10px 2px #64BAC9;
|
|
--circlecolor:#707070;
|
|
margin-left:5px;
|
|
}
|
|
.sheet-starfinder .sheet-disclaimer{
|
|
grid-area:disclaimer;
|
|
text-shadow:none;
|
|
color:white;
|
|
background-color:black !important;
|
|
border:0px;
|
|
}
|
|
.sheet-starfinder span.sheet-disclaimer{
|
|
opacity:0;
|
|
z-index:-5;
|
|
height:auto;
|
|
}
|
|
.sheet-starfinder textarea.sheet-disclaimer{
|
|
height:100%;
|
|
min-height:100%;
|
|
}
|
|
.sheet-starfinder h1 {
|
|
font-size:10pt;
|
|
line-height:20px;
|
|
z-index:2;
|
|
}
|
|
.sheet-starfinder .sheet-section,
|
|
.sheet-char-info,
|
|
.sheet-class-info,
|
|
.sheet-buffs,
|
|
.sheet-menus,
|
|
.sheet-attribute-container,
|
|
.sheet-section-container > .sheet-section-container{/*Creates the polygonal appearance of the section containers*/
|
|
position:relative;
|
|
background:
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(0% - var(--ringsize)) calc(100% + var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(100% + var(--ringsize)) calc(0% - var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
linear-gradient(135deg, var(--backcolor) var(--wedge), var(--backcolor) 0)top left/52% 52% var(--repeat) ,
|
|
linear-gradient(225deg, transparent var(--wedge), var(--backcolor) 0)top right/52% 52% var(--repeat) ,
|
|
linear-gradient(315deg, var(--backcolor) var(--wedge), var(--backcolor) 0)bottom right/52% 52% var(--repeat) ,
|
|
linear-gradient(45deg, transparent var(--wedge), var(--backcolor) 0)bottom left/52% 52% var(--repeat) ;
|
|
}
|
|
.sheet-name-container {
|
|
display:inline-block;
|
|
grid-area:name-container;
|
|
width:100%;
|
|
height:100%;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
.sheet-nav{
|
|
grid-area:nav;
|
|
width:100%;
|
|
height:100%;
|
|
position:relative;
|
|
display:grid;
|
|
grid-auto-flow:column;
|
|
justify-content:start;
|
|
align-content:center;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-nav > div{
|
|
position:relative;
|
|
grid-auto-flow:column;
|
|
justify-content:start;
|
|
align-content:center;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-starfinder > .sheet-pc {
|
|
grid-area:pc;
|
|
position:relative;
|
|
grid-template-columns: [name-container-start tab-container-start header-start]160px [name-container-end ] minmax(292px,1fr) [header-end] 20px [in-play-start] 375px [in-play-end tab-container-end];
|
|
grid-template-rows: [header-start in-play-start] 160px [header-end in-play-end] 20px [tab-container-start] auto [tab-container-end];
|
|
}
|
|
.sheet-starfinder > .sheet-pc *,
|
|
.sheet-starfinder > .sheet-settings * {
|
|
color:white;
|
|
}
|
|
.sheet-pc > .sheet-header-content{
|
|
grid-area:header;
|
|
}
|
|
.sheet-pc > .sheet-in-play{
|
|
grid-area:in-play;
|
|
}
|
|
.sheet-pc > .sheet-header-content,
|
|
.sheet-pc > .sheet-in-play{
|
|
display:grid;
|
|
grid-template-columns: [char-tab-start] calc(var(--wedge)*1.41) [hcontent-start] calc(150px - var(--wedge)*1.41*2) [class-tab-start] calc(var(--wedge)*1.41) [char-tab-end] calc(150px - var(--wedge)*1.41) [class-tab-end] 1fr [hcontent-end];
|
|
grid-template-rows: [char-tab-start class-tab-start] 20px [char-tab-end class-tab-end hcontent-start] 140px [hcontent-end];
|
|
justify-items:stretch;
|
|
align-items:stretch;
|
|
}
|
|
.sheet-header-content > .sheet-char-details,
|
|
.sheet-in-play > .sheet-menu-tab{
|
|
grid-area:char-tab;
|
|
text-align:center;
|
|
}
|
|
.sheet-header-content > .sheet-class-details,
|
|
.sheet-in-play > .sheet-buff-tab{
|
|
grid-area:class-tab;
|
|
text-align:center;
|
|
}
|
|
.sheet-pc > .sheet-header-content > .sheet-char-info,
|
|
.sheet-pc > .sheet-header-content > .sheet-class-info,
|
|
.sheet-pc > .sheet-in-play > .sheet-buffs,
|
|
.sheet-pc > .sheet-in-play > .sheet-menus{
|
|
display:none;
|
|
grid-area:hcontent;
|
|
flex-wrap:wrap;
|
|
/*overflow:hidden;*/
|
|
}
|
|
.sheet-border{
|
|
position:relative;
|
|
}
|
|
.sheet-border.sheet-left{
|
|
align-self:start;
|
|
justify-self:start;
|
|
width:0px;
|
|
height:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-border.sheet-top{
|
|
align-self:start;
|
|
justify-self:start;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-border.sheet-right{
|
|
align-self:end;
|
|
justify-self:end;
|
|
width:0px;
|
|
height:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-border.sheet-bottom{
|
|
align-self:end;
|
|
justify-self:end;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-border.sheet-corner{
|
|
transform:rotate(45deg);
|
|
width:calc(var(--wedge) * 2);
|
|
height:0px;
|
|
background-color:white;
|
|
grid-column:1/-1 !important;
|
|
position:absolute;
|
|
}
|
|
:not(.sheet-section-container) > .sheet-section-container > .sheet-border.sheet-corner{
|
|
display:none;
|
|
}
|
|
.sheet-border.sheet-top-right{
|
|
top:calc(var(--wedge) / 2 *1.41);
|
|
left:calc(100% - var(--wedge)*1.7);
|
|
height:0px;
|
|
}
|
|
.sheet-border.sheet-bottom-left{
|
|
top:calc(100% + var(--wedge) / 2 *-1.6);
|
|
left:-2px;
|
|
height:0px;
|
|
background-color:red;
|
|
}
|
|
.sheet-border.sheet-top-left{
|
|
top:calc(var(--wedge) / 2 *1.41);
|
|
left:-2px;
|
|
}
|
|
.sheet-border.sheet-bottom-right{
|
|
top:calc(100% + var(--wedge) / 2 *-1.6);
|
|
left:calc(100% - var(--wedge)*1.7);
|
|
}
|
|
.sheet-always-glow{
|
|
box-shadow:var(--box-shadow);
|
|
}
|
|
.sheet-hide-tab:checked + .sheet-section{
|
|
z-index:11;
|
|
}
|
|
.sheet-hide-tab:not(:checked) + .sheet-section{
|
|
--backcolor:#383838;
|
|
z-index:-1;
|
|
}
|
|
.sheet-hide-tab:not(:checked) + .sheet-section .sheet-corner{
|
|
display:none;
|
|
}
|
|
.sheet-pc > .sheet-header-content > .sheet-char-details:checked ~ .sheet-char-details.sheet-border,
|
|
.sheet-pc > .sheet-header-content > .sheet-class-details:checked ~ .sheet-class-details.sheet-border,
|
|
.sheet-pc > .sheet-in-play > .sheet-menu-tab:checked ~ .sheet-menu-tab.sheet-border,
|
|
.sheet-pc > .sheet-in-play > .sheet-buff-tab:checked ~ .sheet-buff-tab.sheet-border{
|
|
z-index:11;
|
|
box-shadow:var(--box-shadow);
|
|
}
|
|
.sheet-pc > .sheet-header-content > .sheet-char-details:checked ~ .sheet-char-info,
|
|
.sheet-pc > .sheet-header-content > .sheet-class-details:checked ~ .sheet-class-info{
|
|
display:grid;
|
|
}
|
|
.sheet-pc > .sheet-in-play > .sheet-menu-tab:checked ~ .sheet-menus{
|
|
display: flex;
|
|
justify-content:flex-start;
|
|
align-items: flex-start;
|
|
flex-direction:column;
|
|
}
|
|
.sheet-pc > .sheet-in-play > .sheet-buff-tab:checked ~ .sheet-buffs{
|
|
display:grid;
|
|
grid-template-columns:0px [container-start repcontrol-start] 1fr [container-end repcontrol-end] 0px;
|
|
grid-template-rows:0px [container-start] 1fr [container-end repcontrol-start] 20px [repcontrol-end] 0px;
|
|
grid-gap:5px;
|
|
overflow:hidden;
|
|
}
|
|
.sheet-hlabel-container span{
|
|
text-align:center;
|
|
}
|
|
.sheet-hlabel-container {
|
|
display:flex;
|
|
flex-direction:column;
|
|
width:100%;
|
|
}
|
|
.sheet-hlabel-container input,
|
|
.sheet-hlabel-container select{
|
|
background-color:rgba(0, 0, 0,0.75) !important;
|
|
border-radius:5px !important;
|
|
box-shadow:0px 0px 5px #2dafeb,0px 0px 20px #0a4ba1 !important;
|
|
border-bottom:none !important;
|
|
text-align:center !important;
|
|
}
|
|
.sheet-hlabel-container select{
|
|
line-height:14px;
|
|
}
|
|
.sheet-hlabel-container > *{
|
|
width:100%;
|
|
}
|
|
.sheet-hlabel-container select {
|
|
padding:-5px;
|
|
margin:0px;
|
|
position:relative;
|
|
top:-1px;
|
|
height:14px !important;
|
|
}
|
|
.sheet-header-content .sheet-char-info{
|
|
grid-template-columns:0px [char-name-start race-start home-start language-start] calc(50%/2 - 25px) [race-end hp-start] 15px [hp-end theme-start home-end align-start] calc(50%/2 - 10px) [align-end theme-end char-name-end class-start size-start deity-start] calc(50%/3 - 10px) [size-end deity-end speed-start player-start] calc(50%/3 - 5px) [speed-end gender-start] calc(50%/3 - 5px) [language-end class-end gender-end player-end] 1fr;
|
|
grid-template-rows:5px [char-name-start class-start] 1fr [char-name-end class-end race-start hp-start theme-start size-start speed-start gender-start] 1fr [race-end hp-end theme-end size-end speed-end gender-end home-start align-start deity-start player-start] 1fr [home-start align-start deity-start player-start language-start] 1fr [language-end] 5px;
|
|
grid-column-gap:5px;
|
|
}
|
|
.sheet-char-name{
|
|
grid-area:char-name;
|
|
}
|
|
.sheet-class-level {
|
|
grid-area:class;
|
|
}
|
|
.sheet-player{
|
|
grid-area:player;
|
|
}
|
|
.sheet-home-world{
|
|
grid-area:home;
|
|
}
|
|
.sheet-alignment{
|
|
grid-area:align;
|
|
}
|
|
.sheet-race{
|
|
grid-area:race;
|
|
}
|
|
.sheet-theme{
|
|
grid-area:theme;
|
|
}
|
|
.sheet-deity{
|
|
grid-area:deity;
|
|
}
|
|
.sheet-size{
|
|
grid-area:size;
|
|
}
|
|
.sheet-speed {
|
|
grid-area:speed;
|
|
}
|
|
.sheet-race-hp {
|
|
grid-area:hp;
|
|
}
|
|
.sheet-gender {
|
|
grid-area:gender;
|
|
}
|
|
.sheet-language{
|
|
grid-area:language;
|
|
}
|
|
.sheet-class-info {
|
|
grid-template-columns:[left-gutter-start] 0px [left-gutter-end] 1fr 20px repeat(2,10px) 20px repeat(3,35px) 30px 20px 30px [right-gutter-start] 0px [right-gutter-end];
|
|
grid-column-gap:10px;
|
|
justify-content:center;
|
|
align-items:center;
|
|
justify-items:center;
|
|
}
|
|
.sheet-class-info .sheet-left-gutter{
|
|
grid-area:1 / left-gutter-start / span 6 / left-gutter-end;
|
|
}
|
|
.sheet-class-info .sheet-right-gutter{
|
|
grid-area:1 / right-gutter-start / span 6 / right-gutter-end;
|
|
}
|
|
.sheet-class-info :not(div){
|
|
width:100% !important;
|
|
height:100%;
|
|
}
|
|
.sheet-class-info .sheet-class-spells{
|
|
background:transparent;
|
|
color:white;
|
|
}
|
|
input[type=radio].sheet-char-tab.sheet-class-details-tab:checked ~ .sheet-class-info {
|
|
display:grid;
|
|
}
|
|
.repcontainer .sheet-filter-container{
|
|
position:relative;
|
|
min-height:20px;
|
|
}
|
|
.sheet-show-options,
|
|
.sheet-show-options + span {
|
|
top:0px !important;
|
|
}
|
|
.sheet-show-options{
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: -5px;
|
|
right: 0px;
|
|
width: 18px;
|
|
height: 18px;
|
|
z-index: 6;
|
|
top: -5px;
|
|
right: 0px;
|
|
}
|
|
.sheet-show-options + span{
|
|
position: absolute;
|
|
top: -5px;
|
|
right: 0px;
|
|
white-space: nowrap;
|
|
width: 18px;
|
|
height: 18px;
|
|
font-size: 20px;
|
|
font-family: pictos;
|
|
color: #A0A0A0;
|
|
cursor: pointer;
|
|
margin-top: 0px;
|
|
display: none;
|
|
z-index:5;
|
|
}
|
|
.sheet-filter-container:hover .sheet-show-options +span,
|
|
.sheet-filter-container:hover .sheet-show-options,
|
|
.sheet-skill-container:hover .sheet-show-options +span,
|
|
.sheet-skill-container:hover .sheet-show-options,
|
|
.sheet-statblock .sheet-spell:hover .sheet-show-options +span,
|
|
.sheet-statblock .sheet-spell:hover .sheet-show-options{
|
|
display: block;
|
|
}
|
|
.sheet-show-options{
|
|
display:none;
|
|
}
|
|
.sheet-filter-container .sheet-row-options,
|
|
.sheet-skill-container .sheet-row-options,
|
|
.sheet-spell .sheet-row-options{
|
|
display:none;
|
|
}
|
|
.sheet-filter-container .sheet-show-options:checked ~ .sheet-row-options,
|
|
.sheet-skill-container .sheet-show-options:checked ~ .sheet-row-options,
|
|
.sheet-spell .sheet-show-options:checked ~ .sheet-row-options{
|
|
display: inherit;
|
|
}
|
|
/*buff styling*/
|
|
.repcontainer[data-groupname='repeating_buff'] {
|
|
width:100%;
|
|
max-height:100%;
|
|
overflow-y:scroll!important;
|
|
overflow-x:hidden;
|
|
}
|
|
.sheet-buffs .sheet-filter-container{
|
|
width:100%;
|
|
}
|
|
.repcontainer[data-groupname='repeating_buff'] .repitem{
|
|
width:50%;
|
|
margin:5px 0px 0px;
|
|
float:left;
|
|
}
|
|
.sheet-row-options .sheet-buff-name{
|
|
width:100% !important;
|
|
margin:5px 0px;
|
|
}
|
|
.sheet-mod-container {
|
|
position:relative;
|
|
margin:0px;
|
|
}
|
|
.sheet-mod-container span{
|
|
position:absolute;
|
|
top:0px;
|
|
background-color:black;
|
|
}
|
|
textarea.sheet-buff-mod,
|
|
textarea.sheet-item-mods{
|
|
width:100%;
|
|
height:40px;
|
|
margin:0px;
|
|
max-width:100%;
|
|
overflow-y:hidden;
|
|
overflow-x:hidden;
|
|
}
|
|
.sheet-encumbered:checked ~ .sheet-encumber {
|
|
color:white !important;
|
|
background-color:#333398;
|
|
}
|
|
.sheet-overburdened:checked ~ .sheet-overburden {
|
|
color:white !important;
|
|
background-color:#333398;
|
|
}
|
|
.sheet-mod-buff:checked ~ .sheet-modified-attr {
|
|
color:#2dafeb;
|
|
font-weight:900 !important;
|
|
font-family:Aldrich,Copperplate !important;
|
|
text-shadow:none;
|
|
}
|
|
.sheet-mod-buff:checked ~ .sheet-modified-attr:after{
|
|
font-family:Pictos;
|
|
position:absolute;
|
|
content:'{';
|
|
}
|
|
.sheet-mod-debuff:checked ~ .sheet-modified-attr {
|
|
color:#fa893a;
|
|
font-weight:900 !important;
|
|
font-family:Aldrich,Copperplate !important;
|
|
text-shadow:none;
|
|
}
|
|
.sheet-mod-debuff:checked ~ .sheet-modified-attr:after{
|
|
font-family:Pictos;
|
|
position:absolute;
|
|
content:'*' !important;
|
|
}
|
|
.repcontainer:not([data-groupname='repeating_profession']) .sheet-modified-attr:after{
|
|
position:relative!important;
|
|
}
|
|
.sheet-display .sheet-buff-name {
|
|
display:block;
|
|
width:145px;
|
|
height:20px;
|
|
float:right;
|
|
}
|
|
.sheet-display input[type=checkbox]:not(:checked) + .sheet-buff-name {
|
|
text-shadow:none;
|
|
}
|
|
.sheet-display input[type=checkbox]:checked + .sheet-buff-name {
|
|
color:#96ddff;
|
|
text-shadow:0px 0px 10px #49f5ff,0px 0px 20px #6bf7ff;
|
|
}
|
|
.sheet-display label:hover *{
|
|
text-shadow:0px 0px 10px #49f5ff,0px 0px 20px #6bf7ff !important;
|
|
}
|
|
.sheet-show-options,
|
|
.sheet-show-options + span {
|
|
top:0px !important;
|
|
}
|
|
.repcontainer[data-groupname='repeating_buff'] .repitem textarea.sheet-buff-mod{
|
|
text-indent:37px !important;
|
|
}
|
|
/*Repeating styling*/
|
|
label.sheet-pseudo-repcontrol input{
|
|
display:none;
|
|
}
|
|
.sheet-pseudo-repcontrol input:checked + span{
|
|
color:#1dc1c1;
|
|
text-shadow:0px 0px 10px #28ffff,0px 0px 20px #5bffff !important;
|
|
}
|
|
.repcontainer:not([data-groupname='repeating_profession']){
|
|
grid-area:container;
|
|
max-width:100%;
|
|
overflow:hidden;
|
|
}
|
|
.repcontainer:not([data-groupname='repeating_profession']) .sheet-first-row{
|
|
margin-right:30px;
|
|
}
|
|
.repcontrol {
|
|
--squaredim:10pt;
|
|
justify-self:end;
|
|
width:auto;
|
|
font-size:var(--squaredim);
|
|
min-height: 27px;
|
|
margin-bottom:10px;
|
|
}
|
|
.repcontrol:not([data-groupname='repeating_profession']){
|
|
grid-area:repcontrol;
|
|
width:100%;
|
|
}
|
|
.repcontrol .btn {
|
|
border: medium none;
|
|
color: white !important;
|
|
background: none;
|
|
box-shadow: none;
|
|
font-size: 0;
|
|
width:9px;
|
|
height:13px;
|
|
padding:0px;
|
|
}
|
|
.repcontrol .btn:focus {
|
|
outline: 0;
|
|
}
|
|
.repcontrol .repcontrol_add::before,
|
|
.sheet-pseudo-repcontrol span,
|
|
.repcontrol .repcontrol_edit::after {
|
|
visibility: visible;
|
|
font-family: pictos;
|
|
background-color: transparent;
|
|
border: 0px solid transparent;
|
|
border-radius: 2px;
|
|
font-size: var(--squaredim);
|
|
height: var(--squaredim);
|
|
width: var(--squaredim);
|
|
padding: 0px;
|
|
color: white;
|
|
position: relative;
|
|
text-shadow: 0px 0px 10px #49f5ff,0px 0px 20px #6bf7ff;
|
|
}
|
|
.repcontrol .repcontrol_edit:after {
|
|
content: '(';
|
|
}
|
|
.repcontrol .repcontrol_edit:after,
|
|
.repcontrol .repcontrol_add:before{
|
|
top:-2px;
|
|
left:0px;
|
|
}
|
|
.editmode ~ .repcontrol .repcontrol_edit:after {
|
|
content: ')';
|
|
}
|
|
.repcontrol .repcontrol_add:before,
|
|
.sheet-pseudo-repcontrol span{
|
|
content: '&';
|
|
}
|
|
.repcontrol_add,
|
|
.repcontrol_edit{
|
|
z-index:10;
|
|
}
|
|
.repcontrol .repcontrol_edit:hover,
|
|
.repcontrol .repcontrol_add:hover
|
|
{
|
|
background-color: transparent;
|
|
}
|
|
.itemcontrol {
|
|
z-index: 10;
|
|
}
|
|
.itemcontrol .repcontrol_del {
|
|
font-size: 10px;
|
|
margin-top: 3px;
|
|
padding: 0px;
|
|
height: 18px;
|
|
width: 18px;
|
|
font-family:pictos;
|
|
content:'#';
|
|
}
|
|
.itemcontrol .repcontrol_move {
|
|
font-size: 10px;
|
|
margin-top: 3px;
|
|
padding: 0px;
|
|
height: 18px;
|
|
width: 18px;
|
|
}
|
|
.sheet-row-options textarea{
|
|
min-height:60px;
|
|
height:60px;
|
|
}
|
|
.sheet-pc > .sheet-tab-container{
|
|
position:relative;
|
|
display:grid;
|
|
grid-area:tab-container;
|
|
grid-template-columns:[page-start] 1fr [page-end];
|
|
grid-template-rows:[page-start] auto [page-end];
|
|
align-items:start;
|
|
}
|
|
.sheet-page{
|
|
display: none;
|
|
grid-area:page;
|
|
}
|
|
input[type=radio].sheet-tab-button.sheet-core:checked ~ .sheet-page.sheet-core,
|
|
input[type=radio].sheet-tab-button.sheet-bio:checked ~ .sheet-page.sheet-bio,
|
|
input[type=radio].sheet-tab-button.sheet-abilities:checked ~ .sheet-page.sheet-abilities,
|
|
input[type=radio].sheet-tab-button.sheet-spells:checked ~ .sheet-page.sheet-spells,
|
|
input[type=radio].sheet-tab-button.sheet-options:checked ~ .sheet-page.sheet-options{
|
|
display:grid;
|
|
}
|
|
.sheet-page.sheet-core {
|
|
grid-template-columns:[four-start skills-start initiative-start] 271.667px [initiative-end skills-end] 20px [weapons-start equipment-start] 1fr [weapons-end equipment-end] 20px [abilities-start xp-start] 1fr [xp-end abilities-end];
|
|
grid-template-rows:[initiative-start xp-start] 20px [initiative-end xp-end] 20px [four-start] 158px [four-end] 20px [skills-start abilities-start weapons-start] minmax(20px,auto) [weapons-end] 20px [equipment-start] 1fr [abilities-end equipment-end skills-end];
|
|
grid-gap:0px;
|
|
align-items:start;
|
|
}
|
|
.sheet-xp-container{
|
|
grid-area:xp;
|
|
display:grid;
|
|
grid-template-columns:0px [label-start] 30px [label-end current-start] 1fr [current-end slash-start] 20px [slash-end max-start] 1fr [max-end] 0px;
|
|
grid-template-rows:[label-start current-start slash-start max-start] 1fr [label-end current-end slash-end max-end];
|
|
}
|
|
.sheet-xp-container .sheet-label{
|
|
grid-area:label;
|
|
color:var(--backcolor);
|
|
font-weight:700!important;
|
|
}
|
|
.sheet-page.sheet-core .sheet-four-row{
|
|
grid-area:four;
|
|
display:grid;
|
|
grid-template-columns:[attribute-start] 245px [attribute-end] 1fr [health-start] 171px [health-end] 1fr [armor-start] 182px [armor-end] 1fr [saves-start] 182px [saves-end];
|
|
grid-template-rows:[attribute-start health-start armor-start saves-start] auto [attribute-end health-end armor-end saves-end];
|
|
}
|
|
.sheet-xp-container .sheet-currxp{
|
|
grid-area:current;
|
|
width:100% !important;
|
|
background-color:black !important;
|
|
border-radius:5px !important;
|
|
box-shadow:0px 0px 5px #2dafeb,0px 0px 20px #0a4ba1 !important;
|
|
border-bottom:none !important;
|
|
text-align:center !important;
|
|
}
|
|
.sheet-xp-container .sheet-slash{
|
|
grid-area:slash;
|
|
color:var(--backcolor);
|
|
text-shadow:var(--box-shadow);
|
|
font-weight:700!important;
|
|
}
|
|
.sheet-xp-container .sheet-maxxp{
|
|
grid-area:max;
|
|
width:100% !important;
|
|
background-color:black !important;
|
|
border-radius:5px !important;
|
|
box-shadow:0px 0px 5px #2dafeb,0px 0px 20px #0a4ba1 !important;
|
|
border-bottom:none !important;
|
|
text-align:center !important;
|
|
}
|
|
.sheet-initiative-container{
|
|
grid-area:initiative;
|
|
position:relative;
|
|
}
|
|
.sheet-initiative-container > button[type=roll]{
|
|
margin-left:var(--ringsize);
|
|
}
|
|
.sheet-ship .sheet-bottom-section > .sheet-section-container,
|
|
.sheet-ship > .sheet-section-container,
|
|
.sheet-page > .sheet-section-container,
|
|
.sheet-page .sheet-four-row > .sheet-section-container,
|
|
.sheet-settings > .sheet-section-container,
|
|
.sheet-page.sheet-spells > div > .sheet-section-container,
|
|
.sheet-page.sheet-spells > div > .sheet-spell-column > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns: [char-tab-start] calc(var(--wedge)*1.41) [hcontent-start] minmax(150px,auto) [char-tab-end] 1fr [hcontent-end];
|
|
grid-template-rows: [char-tab-start class-tab-start] 20px [char-tab-end class-tab-end hcontent-start] auto [hcontent-end];
|
|
justify-items:stretch;
|
|
align-items:stretch;
|
|
}
|
|
.sheet-section-container .sheet-section{
|
|
grid-area:char-tab;
|
|
text-align:center;
|
|
}
|
|
.sheet-section-container h1.sheet-section{
|
|
padding:0px var(--ringsize);
|
|
}
|
|
.sheet-pc .sheet-attributes{
|
|
grid-area:attribute;
|
|
}
|
|
.sheet-section-container > .sheet-section-container{
|
|
grid-area:hcontent;
|
|
}
|
|
.sheet-section-container > .sheet-section-container:not(.sheet-border) {
|
|
width:100%;
|
|
}
|
|
.sheet-attribute-container {
|
|
grid-area:hcontent;
|
|
height:100%;
|
|
width:100%;
|
|
display:grid;
|
|
grid-template-columns: 0px [button-start] 100px [button-end mod-start] 25px [mod-end total-start] 25px [total-end pen-start] 25px [pen-end drn-start] 25px [drn-end] 1fr;
|
|
grid-column-gap:5px;
|
|
grid-row-gap:2px;
|
|
align-content:start;
|
|
justify-items:stretch;
|
|
}
|
|
.sheet-attribute-container > *:not(.sheet-always-glow){
|
|
width:100% !important;
|
|
}
|
|
.sheet-attribute-container button{
|
|
grid-column:button-start / button-end;
|
|
}
|
|
.sheet-page .sheet-attribute-container > .sheet-mod{
|
|
grid-column:mod-start / mod-end;
|
|
width:100%;
|
|
text-align:center;
|
|
border:none;
|
|
}
|
|
.sheet-attribute-container .sheet-label{
|
|
text-align:center;
|
|
}
|
|
.sheet-attribute-container .sheet-attr-total-container{
|
|
grid-column:total-start / total-end;
|
|
position:relative;
|
|
padding:0px;
|
|
width:100% !important;
|
|
}
|
|
.sheet-attribute-container .sheet-attr-total-container *{
|
|
width:100% !important;
|
|
font-size:8pt !important;
|
|
border-bottom:1px solid;
|
|
text-align:center;
|
|
height:15px;
|
|
}
|
|
.sheet-modified-attr{
|
|
position:relative;
|
|
}
|
|
.sheet-base-attr,
|
|
.sheet-base-attr ~ .sheet-modified-attr{
|
|
position:absolute;
|
|
}
|
|
.sheet-attr-total-container > .sheet-base-attr {
|
|
opacity:0;
|
|
z-index:2;
|
|
}
|
|
.sheet-attr-total-container > .sheet-base-attr:focus{
|
|
opacity:100;
|
|
}
|
|
.sheet-base-attr:focus ~ .sheet-modified-attr{
|
|
opacity:0;
|
|
}
|
|
.sheet-attr-container > .sheet-base-attr {
|
|
top:0px;
|
|
left:-5px;
|
|
}
|
|
.sheet-attribute-container .sheet-pen{
|
|
grid-column:pen-start / pen-end;
|
|
}
|
|
.sheet-attribute-container .sheet-drain{
|
|
grid-column:drn-start / drn-end;
|
|
}
|
|
.sheet-health{
|
|
grid-area:health;
|
|
}
|
|
.sheet-health-resolve-container,
|
|
.sheet-ac-container,
|
|
.sheet-saving-container{
|
|
height:138px;
|
|
}
|
|
.sheet-health-resolve-container span,
|
|
.sheet-ac-container span {
|
|
display:block;
|
|
}
|
|
.sheet-no-sp:checked ~ .sheet-always-glow {
|
|
--box-shadow:0px 0px 20px 2px #fa893a;
|
|
}
|
|
.sheet-no-hp:checked ~ .sheet-border {
|
|
--box-shadow:0px 0px 40px 3px #fa893a, 0px 0px 20px 2px red;
|
|
}
|
|
.sheet-no-rp:checked ~ .sheet-border {
|
|
--box-shadow:0px 0px 40px 3px #5e0000,0px 0px 20px 2px red;
|
|
}
|
|
.sheet-health-container input[readonly=true] {
|
|
border-bottom:1px solid transparent;
|
|
}
|
|
.sheet-health-container {
|
|
display:grid;
|
|
grid-template-columns:[label-start]40px[label-end current-start]50px[current-end slash-start] 10px [slash-end max-start] 50px [max-end];
|
|
grid-template-rows:[stamina-start]35px[stamina-end hp-start]35px[hp-end rp-start]35px[rp-end temp-start]35px[temp-end];
|
|
}
|
|
.sheet-current,
|
|
.sheet-slash,
|
|
.sheet-health-label {
|
|
text-align:center;
|
|
width:100% !important;
|
|
}
|
|
.sheet-health-label {
|
|
font-size:12pt !important;
|
|
font-color:black;
|
|
}
|
|
.sheet-current,
|
|
.sheet-max,
|
|
.sheet-slash {
|
|
font-size:10pt !important;
|
|
}
|
|
.sheet-health-label {
|
|
margin:auto 0px;
|
|
grid-column-start: label-start;
|
|
grid-column-end: label-end;
|
|
}
|
|
.sheet-current {
|
|
margin:auto 0px;
|
|
grid-column-start: current-start;
|
|
grid-column-end: current-end;
|
|
}
|
|
.sheet-slash {
|
|
margin:auto 0px;
|
|
grid-column-start: slash-start;
|
|
grid-column-end: slash-end;
|
|
}
|
|
.sheet-health-container .sheet-max {
|
|
margin:auto 0px;
|
|
grid-column-start: max-start;
|
|
grid-column-end: max-end;
|
|
justify-self:start;
|
|
}
|
|
.sheet-stamina {
|
|
grid-row-start:stamina-start;
|
|
grid-row-end:stamina-end;
|
|
}
|
|
.sheet-hp {
|
|
grid-row-start:hp-start;
|
|
grid-row-end:hp-end;
|
|
}
|
|
.sheet-resolve {
|
|
grid-row-start:rp-start;
|
|
grid-row-end:rp-end;
|
|
}
|
|
.sheet-temp {
|
|
grid-row-start:temp-start;
|
|
grid-row-end:temp-end;
|
|
}
|
|
.sheet-section-container.sheet-ac{
|
|
grid-area:armor;
|
|
}
|
|
.sheet-ac-container{
|
|
display:grid;
|
|
grid-template-columns:0px [type-start] 30px [type-end] 0px [tot-start] 30px [tot-end] 0px [arm-start] 20px [arm-end] 0px [abi-start] 40px [abi-end] 1fr;
|
|
grid-column-gap:5px;
|
|
grid-row-gap:0px;
|
|
align-content:start;
|
|
justify-content:start;
|
|
}
|
|
.sheet-ac-container * {
|
|
text-align:center !important;
|
|
}
|
|
.sheet-ac-type{
|
|
grid-column: type-start / type-end;
|
|
}
|
|
.sheet-tot{
|
|
grid-column:tot-start / tot-end;
|
|
}
|
|
.sheet-arm{
|
|
grid-column:arm-start / arm-end;
|
|
}
|
|
.sheet-abi{
|
|
grid-column:abi-start / abi-end
|
|
}
|
|
.sheet-dr-span{
|
|
grid-column: type-start / tot-end;
|
|
justify-self:start;
|
|
margin-left:0px;
|
|
}
|
|
input.sheet-dr{
|
|
grid-column: tot-end / abi-end;
|
|
width:100%;
|
|
}
|
|
.sheet-ac-notes{
|
|
grid-column: type-start / abi-end;
|
|
height:40px;
|
|
resize:none;
|
|
text-align:left !important;
|
|
}
|
|
.sheet-section-container.sheet-saves{
|
|
grid-area:saves;
|
|
}
|
|
.sheet-saving-container{
|
|
display:grid;
|
|
grid-template-columns:0px [button-start] 40px [button-end tot-start] 30px [tot-end base-start] 40px [base-end abi-start] 40px [abi-end];
|
|
grid-column-gap:5px;
|
|
align-content:start;
|
|
justify-content:start;
|
|
}
|
|
.sheet-saving-container :not(textarea){
|
|
text-align:center;
|
|
}
|
|
.sheet-saving-container button{
|
|
grid-column:button-start / button-end;
|
|
}
|
|
.sheet-base{
|
|
grid-column:base-start / base-end;
|
|
width:100%;
|
|
border:none !important;
|
|
}
|
|
.sheet-class-skill{
|
|
grid-column:cs-start / cs-end;
|
|
}
|
|
.sheet-saving-container textarea{
|
|
grid-column:button-start / abi-end;
|
|
height:55px;
|
|
resize:none;
|
|
}
|
|
.sheet-section-container.sheet-skills{
|
|
grid-area:skills;
|
|
}
|
|
.sheet-skills-container,
|
|
.sheet-bottom-section > .sheet-cargo > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns:10px [container-start] 1fr [container-end] 0px;
|
|
grid-gap:5px;
|
|
align-content:start;
|
|
}
|
|
.sheet-compendium-select{
|
|
grid-area:compendium;
|
|
width:100%;
|
|
}
|
|
.sheet-compendium-container{
|
|
grid-area:compendium-container;
|
|
}
|
|
.sheet-compendium-container > label{
|
|
display:none;
|
|
}
|
|
.sheet-compendium-filter[value~=one-mile-range-ii-computer-upgrade] ~ .sheet-one-mile-range-ii-computer-upgrade,.sheet-compendium-filter[value~=ten-carbonedge-shuriken] ~ .sheet-ten-carbonedge-shuriken,.sheet-compendium-filter[value~=ten-ft-titanium-alloy-cable-line] ~ .sheet-ten-ft-titanium-alloy-cable-line,.sheet-compendium-filter[value~=hundred-feet-range-i-computer-upgrade] ~ .sheet-hundred-feet-range-i-computer-upgrade,.sheet-compendium-filter[value~=thousand-upb] ~ .sheet-thousand-upb,.sheet-compendium-filter[value~=two0-ft-adamantine-alloy-cable-line] ~ .sheet-two0-ft-adamantine-alloy-cable-line,.sheet-compendium-filter[value~=accelerated-starknife] ~ .sheet-accelerated-starknife,.sheet-compendium-filter[value~=advanced-arc-emitter] ~ .sheet-advanced-arc-emitter,.sheet-compendium-filter[value~=advanced-autobeam-artillery] ~ .sheet-advanced-autobeam-artillery,.sheet-compendium-filter[value~=advanced-autobeam-rifle] ~ .sheet-advanced-autobeam-rifle,.sheet-compendium-filter[value~=advanced-baton] ~ .sheet-advanced-baton,.sheet-compendium-filter[value~=advanced-crossbolter] ~ .sheet-advanced-crossbolter,.sheet-compendium-filter[value~=advanced-cryopike] ~ .sheet-advanced-cryopike,.sheet-compendium-filter[value~=advanced-doshko] ~ .sheet-advanced-doshko,.sheet-compendium-filter[value~=advanced-gyrojet-pistol] ~ .sheet-advanced-gyrojet-pistol,.sheet-compendium-filter[value~=advanced-gyrojet-rifle] ~ .sheet-advanced-gyrojet-rifle,.sheet-compendium-filter[value~=advanced-ididishell] ~ .sheet-advanced-ididishell,.sheet-compendium-filter[value~=advanced-lashunta-tempweave] ~ .sheet-advanced-lashunta-tempweave,.sheet-compendium-filter[value~=advanced-magnetar-rifle] ~ .sheet-advanced-magnetar-rifle,.sheet-compendium-filter[value~=advanced-medkit] ~ .sheet-advanced-medkit,.sheet-compendium-filter[value~=advanced-missile] ~ .sheet-advanced-missile,.sheet-compendium-filter[value~=advanced-pike] ~ .sheet-advanced-pike,.sheet-compendium-filter[value~=advanced-reaction-cannon] ~ .sheet-advanced-reaction-cannon,.sheet-compendium-filter[value~=advanced-seeker-rifle] ~ .sheet-advanced-seeker-rifle,.sheet-compendium-filter[value~=advanced-semi-auto-pistol] ~ .sheet-advanced-semi-auto-pistol,.sheet-compendium-filter[value~=advanced-shirren-eye-rifle] ~ .sheet-advanced-shirren-eye-rifle,.sheet-compendium-filter[value~=advanced-swoop-hammer] ~ .sheet-advanced-swoop-hammer,.sheet-compendium-filter[value~=advanced-x-gen-gun] ~ .sheet-advanced-x-gen-gun,.sheet-compendium-filter[value~=advanced-zero-cannon] ~ .sheet-advanced-zero-cannon,.sheet-compendium-filter[value~=alarm-computer-countermeasure] ~ .sheet-alarm-computer-countermeasure,.sheet-compendium-filter[value~=amulet-of-camouflage] ~ .sheet-amulet-of-camouflage,.sheet-compendium-filter[value~=anarchic-fusion-seal] ~ .sheet-anarchic-fusion-seal,.sheet-compendium-filter[value~=anchoring-fusion-seal] ~ .sheet-anchoring-fusion-seal,.sheet-compendium-filter[value~=aphelion-artillery-laser] ~ .sheet-aphelion-artillery-laser,.sheet-compendium-filter[value~=aphelion-laser-pistol] ~ .sheet-aphelion-laser-pistol,.sheet-compendium-filter[value~=aphelion-laser-rifle] ~ .sheet-aphelion-laser-rifle,.sheet-compendium-filter[value~=apocalypse-devastation-blade] ~ .sheet-apocalypse-devastation-blade,.sheet-compendium-filter[value~=armorcrafter-kit-tool-kit] ~ .sheet-armorcrafter-kit-tool-kit,.sheet-compendium-filter[value~=arrows] ~ .sheet-arrows,.sheet-compendium-filter[value~=artificial-personality-computer-upgrade] ~ .sheet-artificial-personality-computer-upgrade,.sheet-compendium-filter[value~=assault-hammer] ~ .sheet-assault-hammer,.sheet-compendium-filter[value~=aurora-arc-pistol] ~ .sheet-aurora-arc-pistol,.sheet-compendium-filter[value~=aurora-arc-rifle] ~ .sheet-aurora-arc-rifle,.sheet-compendium-filter[value~=aurora-shock-caster] ~ .sheet-aurora-shock-caster,.sheet-compendium-filter[value~=aurora-shock-truncheon] ~ .sheet-aurora-shock-truncheon,.sheet-compendium-filter[value~=automated-loader-armor-upgrade] ~ .sheet-automated-loader-armor-upgrade,.sheet-compendium-filter[value~=autotarget-rifle] ~ .sheet-autotarget-rifle,.sheet-compendium-filter[value~=avalanche-class-zero-pistol] ~ .sheet-avalanche-class-zero-pistol,.sheet-compendium-filter[value~=avalanche-class-zero-rifle] ~ .sheet-avalanche-class-zero-rifle,.sheet-compendium-filter[value~=average-lock] ~ .sheet-average-lock,.sheet-compendium-filter[value~=average-secure-data-computer-module] ~ .sheet-average-secure-data-computer-module,.sheet-compendium-filter[value~=axiomatic-fusion-seal] ~ .sheet-axiomatic-fusion-seal,.sheet-compendium-filter[value~=azimuth-artillery-laser] ~ .sheet-azimuth-artillery-laser,.sheet-compendium-filter[value~=azimuth-laser-pistol] ~ .sheet-azimuth-laser-pistol,.sheet-compendium-filter[value~=azimuth-laser-rifle] ~ .sheet-azimuth-laser-rifle,.sheet-compendium-filter[value~=backup-generator-armor-upgrade] ~ .sheet-backup-generator-armor-upgrade,.sheet-compendium-filter[value~=bane-fusion-seal] ~ .sheet-bane-fusion-seal,.sheet-compendium-filter[value~=banshee-pulse-gauntlet] ~ .sheet-banshee-pulse-gauntlet,.sheet-compendium-filter[value~=banshee-sonic-pistol] ~ .sheet-banshee-sonic-pistol,.sheet-compendium-filter[value~=banshee-sonic-rifle] ~ .sheet-banshee-sonic-rifle,.sheet-compendium-filter[value~=basic-iridishell] ~ .sheet-basic-iridishell,.sheet-compendium-filter[value~=basic-lashunta-tempweave] ~ .sheet-basic-lashunta-tempweave,.sheet-compendium-filter[value~=basic-medkit] ~ .sheet-basic-medkit,.sheet-compendium-filter[value~=battery] ~ .sheet-battery,.sheet-compendium-filter[value~=battle-staff] ~ .sheet-battle-staff,.sheet-compendium-filter[value~=beacon] ~ .sheet-beacon,.sheet-compendium-filter[value~=bespoke-echelon-fashion] ~ .sheet-bespoke-echelon-fashion,.sheet-compendium-filter[value~=binders] ~ .sheet-binders,.sheet-compendium-filter[value~=black-force-field-armor-upgrade] ~ .sheet-black-force-field-armor-upgrade,.sheet-compendium-filter[value~=black-lotus-extract-poison] ~ .sheet-black-lotus-extract-poison,.sheet-compendium-filter[value~=blasting-fusion-seal] ~ .sheet-blasting-fusion-seal,.sheet-compendium-filter[value~=blaze-flame-doshko] ~ .sheet-blaze-flame-doshko,.sheet-compendium-filter[value~=bleeding-fusion-seal] ~ .sheet-bleeding-fusion-seal,.sheet-compendium-filter[value~=blizzard-class-zero-pistol] ~ .sheet-blizzard-class-zero-pistol,.sheet-compendium-filter[value~=blizzard-class-zero-rifle] ~ .sheet-blizzard-class-zero-rifle,.sheet-compendium-filter[value~=blue-force-field-armor-upgrade] ~ .sheet-blue-force-field-armor-upgrade,.sheet-compendium-filter[value~=blue-star-plasma-cannon] ~ .sheet-blue-star-plasma-cannon,.sheet-compendium-filter[value~=blue-star-plasma-caster] ~ .sheet-blue-star-plasma-caster,.sheet-compendium-filter[value~=blue-star-plasma-doshko] ~ .sheet-blue-star-plasma-doshko,.sheet-compendium-filter[value~=blue-star-plasma-pistol] ~ .sheet-blue-star-plasma-pistol,.sheet-compendium-filter[value~=blue-star-plasma-rifle] ~ .sheet-blue-star-plasma-rifle,.sheet-compendium-filter[value~=blue-star-plasma-sword] ~ .sheet-blue-star-plasma-sword,.sheet-compendium-filter[value~=blue-whinnis-poison] ~ .sheet-blue-whinnis-poison,.sheet-compendium-filter[value~=bonding-epoxy] ~ .sheet-bonding-epoxy,.sheet-compendium-filter[value~=bow] ~ .sheet-bow,.sheet-compendium-filter[value~=brown-force-field-armor-upgrade] ~ .sheet-brown-force-field-armor-upgrade,.sheet-compendium-filter[value~=burst-fusion-seal] ~ .sheet-burst-fusion-seal,.sheet-compendium-filter[value~=business-stationwear] ~ .sheet-business-stationwear,.sheet-compendium-filter[value~=buzzblade-curve-blade] ~ .sheet-buzzblade-curve-blade,.sheet-compendium-filter[value~=buzzblade-dueling-sword] ~ .sheet-buzzblade-dueling-sword,.sheet-compendium-filter[value~=buzzblade-spear] ~ .sheet-buzzblade-spear,.sheet-compendium-filter[value~=called-fusion-seal] ~ .sheet-called-fusion-seal,.sheet-compendium-filter[value~=carbon-staff] ~ .sheet-carbon-staff,.sheet-compendium-filter[value~=carbon-steel-curve-blade] ~ .sheet-carbon-steel-curve-blade,.sheet-compendium-filter[value~=casual-stationwear] ~ .sheet-casual-stationwear,.sheet-compendium-filter[value~=cestus-battleglove] ~ .sheet-cestus-battleglove,.sheet-compendium-filter[value~=charge-cloak] ~ .sheet-charge-cloak,.sheet-compendium-filter[value~=clear-spindle-aeon-stone] ~ .sheet-clear-spindle-aeon-stone,.sheet-compendium-filter[value~=club] ~ .sheet-club,.sheet-compendium-filter[value~=cold-climate-environmental-clothing] ~ .sheet-cold-climate-environmental-clothing,.sheet-compendium-filter[value~=combat-rifle] ~ .sheet-combat-rifle,.sheet-compendium-filter[value~=comet-hammer] ~ .sheet-comet-hammer,.sheet-compendium-filter[value~=commander-ceremonial-plate] ~ .sheet-commander-ceremonial-plate,.sheet-compendium-filter[value~=commando-serum-of-enhancement] ~ .sheet-commando-serum-of-enhancement,.sheet-compendium-filter[value~=common-meal] ~ .sheet-common-meal,.sheet-compendium-filter[value~=common-textiles] ~ .sheet-common-textiles,.sheet-compendium-filter[value~=complex-acid-dart-rifle] ~ .sheet-complex-acid-dart-rifle,.sheet-compendium-filter[value~=complex-control-computer-module] ~ .sheet-complex-control-computer-module,.sheet-compendium-filter[value~=computer-tier-one] ~ .sheet-computer-tier-one,.sheet-compendium-filter[value~=computer-tier-ten] ~ .sheet-computer-tier-ten,.sheet-compendium-filter[value~=computer-tier-two] ~ .sheet-computer-tier-two,.sheet-compendium-filter[value~=computer-tier-three] ~ .sheet-computer-tier-three,.sheet-compendium-filter[value~=computer-tier-four] ~ .sheet-computer-tier-four,.sheet-compendium-filter[value~=computer-tier-five] ~ .sheet-computer-tier-five,.sheet-compendium-filter[value~=computer-tier-six] ~ .sheet-computer-tier-six,.sheet-compendium-filter[value~=computer-tier-seven] ~ .sheet-computer-tier-seven,.sheet-compendium-filter[value~=computer-tier-eight] ~ .sheet-computer-tier-eight,.sheet-compendium-filter[value~=computer-tier-nine] ~ .sheet-computer-tier-nine,.sheet-compendium-filter[value~=consumer-backpack] ~ .sheet-consumer-backpack,.sheet-compendium-filter[value~=corona-artillery-laser] ~ .sheet-corona-artillery-laser,.sheet-compendium-filter[value~=corona-laser-pistol] ~ .sheet-corona-laser-pistol,.sheet-compendium-filter[value~=corona-laser-rifle] ~ .sheet-corona-laser-rifle,.sheet-compendium-filter[value~=corrosive-fusion-seal] ~ .sheet-corrosive-fusion-seal,.sheet-compendium-filter[value~=cryo-grenade-i] ~ .sheet-cryo-grenade-i,.sheet-compendium-filter[value~=cryo-grenade-ii] ~ .sheet-cryo-grenade-ii,.sheet-compendium-filter[value~=cryo-grenade-iii] ~ .sheet-cryo-grenade-iii,.sheet-compendium-filter[value~=cryo-grenade-iv] ~ .sheet-cryo-grenade-iv,.sheet-compendium-filter[value~=d-suit-i] ~ .sheet-d-suit-i,.sheet-compendium-filter[value~=d-suit-ii] ~ .sheet-d-suit-ii,.sheet-compendium-filter[value~=d-suit-iii] ~ .sheet-d-suit-iii,.sheet-compendium-filter[value~=d-suit-iv] ~ .sheet-d-suit-iv,.sheet-compendium-filter[value~=d-suit-v] ~ .sheet-d-suit-v,.sheet-compendium-filter[value~=d-suit-vi] ~ .sheet-d-suit-vi,.sheet-compendium-filter[value~=dark-blue-rhomboid-aeon-stone] ~ .sheet-dark-blue-rhomboid-aeon-stone,.sheet-compendium-filter[value~=darts] ~ .sheet-darts,.sheet-compendium-filter[value~=deafening-fusion-seal] ~ .sheet-deafening-fusion-seal,.sheet-compendium-filter[value~=deathblade-poison] ~ .sheet-deathblade-poison,.sheet-compendium-filter[value~=defiant-fusion-seal] ~ .sheet-defiant-fusion-seal,.sheet-compendium-filter[value~=deflective-reinforcement-armor-upgrade] ~ .sheet-deflective-reinforcement-armor-upgrade,.sheet-compendium-filter[value~=defrex-hide] ~ .sheet-defrex-hide,.sheet-compendium-filter[value~=detonator] ~ .sheet-detonator,.sheet-compendium-filter[value~=devastating-fusion-seal] ~ .sheet-devastating-fusion-seal,.sheet-compendium-filter[value~=diamond-carbon-skin] ~ .sheet-diamond-carbon-skin,.sheet-compendium-filter[value~=digital-harrow-deck] ~ .sheet-digital-harrow-deck,.sheet-compendium-filter[value~=dimensional-blade-doshko] ~ .sheet-dimensional-blade-doshko,.sheet-compendium-filter[value~=dimensional-slice-curve-blade] ~ .sheet-dimensional-slice-curve-blade,.sheet-compendium-filter[value~=dimensional-slice-longsword] ~ .sheet-dimensional-slice-longsword,.sheet-compendium-filter[value~=dimensional-slice-starknife] ~ .sheet-dimensional-slice-starknife,.sheet-compendium-filter[value~=diplomat-serum-of-enhancement] ~ .sheet-diplomat-serum-of-enhancement,.sheet-compendium-filter[value~=disguise-kit-tool-kit] ~ .sheet-disguise-kit-tool-kit,.sheet-compendium-filter[value~=dispelling-fusion-seal] ~ .sheet-dispelling-fusion-seal,.sheet-compendium-filter[value~=disruptive-fusion-seal] ~ .sheet-disruptive-fusion-seal,.sheet-compendium-filter[value~=dreamshiver-drug] ~ .sheet-dreamshiver-drug,.sheet-compendium-filter[value~=dual-acid-dart-rifle] ~ .sheet-dual-acid-dart-rifle,.sheet-compendium-filter[value~=dual-crossbolter] ~ .sheet-dual-crossbolter,.sheet-compendium-filter[value~=durable-fusion-seal] ~ .sheet-durable-fusion-seal,.sheet-compendium-filter[value~=dust-storm-environmental-clothing] ~ .sheet-dust-storm-environmental-clothing,.sheet-compendium-filter[value~=efficient-bandolier] ~ .sheet-efficient-bandolier,.sheet-compendium-filter[value~=electrostatic-field-mk-one-armor-upgrade] ~ .sheet-electrostatic-field-mk-one-armor-upgrade,.sheet-compendium-filter[value~=electrostatic-field-mk-two-armor-upgrade] ~ .sheet-electrostatic-field-mk-two-armor-upgrade,.sheet-compendium-filter[value~=electrostatic-field-mk-three-armor-upgrade] ~ .sheet-electrostatic-field-mk-three-armor-upgrade,.sheet-compendium-filter[value~=elite-aegis-series] ~ .sheet-elite-aegis-series,.sheet-compendium-filter[value~=elite-autobeam-artillery] ~ .sheet-elite-autobeam-artillery,.sheet-compendium-filter[value~=elite-autobeam-rifle] ~ .sheet-elite-autobeam-rifle,.sheet-compendium-filter[value~=elite-crossbolter] ~ .sheet-elite-crossbolter,.sheet-compendium-filter[value~=elite-defiance-series] ~ .sheet-elite-defiance-series,.sheet-compendium-filter[value~=elite-gyrojet-pistol] ~ .sheet-elite-gyrojet-pistol,.sheet-compendium-filter[value~=elite-gyrojet-rifle] ~ .sheet-elite-gyrojet-rifle,.sheet-compendium-filter[value~=elite-hardlight-series] ~ .sheet-elite-hardlight-series,.sheet-compendium-filter[value~=elite-magnetar-rifle] ~ .sheet-elite-magnetar-rifle,.sheet-compendium-filter[value~=elite-pike] ~ .sheet-elite-pike,.sheet-compendium-filter[value~=elite-reaction-cannon] ~ .sheet-elite-reaction-cannon,.sheet-compendium-filter[value~=elite-seeker-rifle] ~ .sheet-elite-seeker-rifle,.sheet-compendium-filter[value~=elite-semi-auto-pistol] ~ .sheet-elite-semi-auto-pistol,.sheet-compendium-filter[value~=elite-shirren-eye-rifle] ~ .sheet-elite-shirren-eye-rifle,.sheet-compendium-filter[value~=elite-stationwear] ~ .sheet-elite-stationwear,.sheet-compendium-filter[value~=elite-x-gen-gun] ~ .sheet-elite-x-gen-gun,.sheet-compendium-filter[value~=elite-zero-cannon] ~ .sheet-elite-zero-cannon,.sheet-compendium-filter[value~=ember-flame-doshko] ~ .sheet-ember-flame-doshko,.sheet-compendium-filter[value~=engine-runner] ~ .sheet-engine-runner,.sheet-compendium-filter[value~=engineering-kit-tool-kit] ~ .sheet-engineering-kit-tool-kit,.sheet-compendium-filter[value~=entangling-fusion-seal] ~ .sheet-entangling-fusion-seal,.sheet-compendium-filter[value~=estex-suit-i] ~ .sheet-estex-suit-i,.sheet-compendium-filter[value~=estex-suit-ii] ~ .sheet-estex-suit-ii,.sheet-compendium-filter[value~=estex-suit-iii] ~ .sheet-estex-suit-iii,.sheet-compendium-filter[value~=estex-suit-iv] ~ .sheet-estex-suit-iv,.sheet-compendium-filter[value~=everyday-clothing] ~ .sheet-everyday-clothing,.sheet-compendium-filter[value~=exident-legion-armor] ~ .sheet-exident-legion-armor,.sheet-compendium-filter[value~=exit-pod-armor-upgrade] ~ .sheet-exit-pod-armor-upgrade,.sheet-compendium-filter[value~=extreme-gravity-environmental-clothing] ~ .sheet-extreme-gravity-environmental-clothing,.sheet-compendium-filter[value~=fake-shell-computer-countermeasure] ~ .sheet-fake-shell-computer-countermeasure,.sheet-compendium-filter[value~=fangblade] ~ .sheet-fangblade,.sheet-compendium-filter[value~=feedback-computer-countermeasure] ~ .sheet-feedback-computer-countermeasure,.sheet-compendium-filter[value~=filtered-rebreather-armor-upgrade] ~ .sheet-filtered-rebreather-armor-upgrade,.sheet-compendium-filter[value~=fine-art] ~ .sheet-fine-art,.sheet-compendium-filter[value~=fine-textiles] ~ .sheet-fine-textiles,.sheet-compendium-filter[value~=fire-extinguisher] ~ .sheet-fire-extinguisher,.sheet-compendium-filter[value~=firedrake-class-flamethrower] ~ .sheet-firedrake-class-flamethrower,.sheet-compendium-filter[value~=firewall-computer-countermeasure] ~ .sheet-firewall-computer-countermeasure,.sheet-compendium-filter[value~=flame-pistol] ~ .sheet-flame-pistol,.sheet-compendium-filter[value~=flame-rifle] ~ .sheet-flame-rifle,.sheet-compendium-filter[value~=flaming-fusion-seal] ~ .sheet-flaming-fusion-seal,.sheet-compendium-filter[value~=flare] ~ .sheet-flare,.sheet-compendium-filter[value~=flash-grenade-i] ~ .sheet-flash-grenade-i,.sheet-compendium-filter[value~=flash-grenade-ii] ~ .sheet-flash-grenade-ii,.sheet-compendium-filter[value~=flash-grenade-iii] ~ .sheet-flash-grenade-iii,.sheet-compendium-filter[value~=flash-grenade-iv] ~ .sheet-flash-grenade-iv,.sheet-compendium-filter[value~=flashlight] ~ .sheet-flashlight,.sheet-compendium-filter[value~=flight-suit-stationwear] ~ .sheet-flight-suit-stationwear,.sheet-compendium-filter[value~=forcepack-armor-upgrade] ~ .sheet-forcepack-armor-upgrade,.sheet-compendium-filter[value~=formal-clothing] ~ .sheet-formal-clothing,.sheet-compendium-filter[value~=frag-grenade-i] ~ .sheet-frag-grenade-i,.sheet-compendium-filter[value~=frag-grenade-ii] ~ .sheet-frag-grenade-ii,.sheet-compendium-filter[value~=frag-grenade-iii] ~ .sheet-frag-grenade-iii,.sheet-compendium-filter[value~=frag-grenade-iv] ~ .sheet-frag-grenade-iv,.sheet-compendium-filter[value~=frag-grenade-v] ~ .sheet-frag-grenade-v,.sheet-compendium-filter[value~=frag-grenade-vi] ~ .sheet-frag-grenade-vi,.sheet-compendium-filter[value~=frag-grenade-vii] ~ .sheet-frag-grenade-vii,.sheet-compendium-filter[value~=frag-grenade-viii] ~ .sheet-frag-grenade-viii,.sheet-compendium-filter[value~=freebooter-armor-i] ~ .sheet-freebooter-armor-i,.sheet-compendium-filter[value~=freebooter-armor-ii] ~ .sheet-freebooter-armor-ii,.sheet-compendium-filter[value~=freebooter-armor-iii] ~ .sheet-freebooter-armor-iii,.sheet-compendium-filter[value~=freebooter-armor-iv] ~ .sheet-freebooter-armor-iv,.sheet-compendium-filter[value~=freebooter-armor-v] ~ .sheet-freebooter-armor-v,.sheet-compendium-filter[value~=frost-fusion-seal] ~ .sheet-frost-fusion-seal,.sheet-compendium-filter[value~=frostbite-class-zero-pistol] ~ .sheet-frostbite-class-zero-pistol,.sheet-compendium-filter[value~=frostbite-class-zero-rifle] ~ .sheet-frostbite-class-zero-rifle,.sheet-compendium-filter[value~=gear-clamp] ~ .sheet-gear-clamp,.sheet-compendium-filter[value~=gem] ~ .sheet-gem,.sheet-compendium-filter[value~=ghost-killer-fusion-seal] ~ .sheet-ghost-killer-fusion-seal,.sheet-compendium-filter[value~=glamered-fusion-seal] ~ .sheet-glamered-fusion-seal,.sheet-compendium-filter[value~=glove-of-storing] ~ .sheet-glove-of-storing,.sheet-compendium-filter[value~=gold-abadarcorp-travel-suit] ~ .sheet-gold-abadarcorp-travel-suit,.sheet-compendium-filter[value~=golemfored-plating-iv] ~ .sheet-golemfored-plating-iv,.sheet-compendium-filter[value~=golemforged-plating-i] ~ .sheet-golemforged-plating-i,.sheet-compendium-filter[value~=golemforged-plating-ii] ~ .sheet-golemforged-plating-ii,.sheet-compendium-filter[value~=golemforged-plating-iii] ~ .sheet-golemforged-plating-iii,.sheet-compendium-filter[value~=golemforged-plating-v] ~ .sheet-golemforged-plating-v,.sheet-compendium-filter[value~=good-lock] ~ .sheet-good-lock,.sheet-compendium-filter[value~=good-meal] ~ .sheet-good-meal,.sheet-compendium-filter[value~=grain] ~ .sheet-grain,.sheet-compendium-filter[value~=grapeshot-scattergun] ~ .sheet-grapeshot-scattergun,.sheet-compendium-filter[value~=graphite-carbon-skin] ~ .sheet-graphite-carbon-skin,.sheet-compendium-filter[value~=grappler] ~ .sheet-grappler,.sheet-compendium-filter[value~=gravity-battleglove] ~ .sheet-gravity-battleglove,.sheet-compendium-filter[value~=gravity-spear] ~ .sheet-gravity-spear,.sheet-compendium-filter[value~=gravity-well-hammer] ~ .sheet-gravity-well-hammer,.sheet-compendium-filter[value~=gray-force-field-armor-upgrade] ~ .sheet-gray-force-field-armor-upgrade,.sheet-compendium-filter[value~=greater-gluon-crystal-solarion-weapon-crystal] ~ .sheet-greater-gluon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=greater-graviton-crystal-solarion-weapon-crystal] ~ .sheet-greater-graviton-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=greater-photon-crystal-solarion-weapon-crystal] ~ .sheet-greater-photon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=greater-w-boson-crystal-solarion-weapon-crystal] ~ .sheet-greater-w-boson-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=green-force-field-armor-upgrade] ~ .sheet-green-force-field-armor-upgrade,.sheet-compendium-filter[value~=green-lotus-extract-poison] ~ .sheet-green-lotus-extract-poison,.sheet-compendium-filter[value~=grenade-arrow-i] ~ .sheet-grenade-arrow-i,.sheet-compendium-filter[value~=grenade-arrow-ii] ~ .sheet-grenade-arrow-ii,.sheet-compendium-filter[value~=grenade-arrow-iii] ~ .sheet-grenade-arrow-iii,.sheet-compendium-filter[value~=grenade-arrow-iv] ~ .sheet-grenade-arrow-iv,.sheet-compendium-filter[value~=grindblade] ~ .sheet-grindblade,.sheet-compendium-filter[value~=hacking-kit-tool-kit] ~ .sheet-hacking-kit-tool-kit,.sheet-compendium-filter[value~=hailstorm-class-zero-pistol] ~ .sheet-hailstorm-class-zero-pistol,.sheet-compendium-filter[value~=hailstorm-class-zero-rifle] ~ .sheet-hailstorm-class-zero-rifle,.sheet-compendium-filter[value~=hardened-computer-upgrade] ~ .sheet-hardened-computer-upgrade,.sheet-compendium-filter[value~=hardlight-staff] ~ .sheet-hardlight-staff,.sheet-compendium-filter[value~=haste-circuit-armor-upgrade] ~ .sheet-haste-circuit-armor-upgrade,.sheet-compendium-filter[value~=heat-climate-environmental-clothing] ~ .sheet-heat-climate-environmental-clothing,.sheet-compendium-filter[value~=heavy-machine-gun] ~ .sheet-heavy-machine-gun,.sheet-compendium-filter[value~=heavy-reaction-cannon] ~ .sheet-heavy-reaction-cannon,.sheet-compendium-filter[value~=heavy-rounds] ~ .sheet-heavy-rounds,.sheet-compendium-filter[value~=heavy-stellar-cannon] ~ .sheet-heavy-stellar-cannon,.sheet-compendium-filter[value~=hellhound-class-flamethrower] ~ .sheet-hellhound-class-flamethrower,.sheet-compendium-filter[value~=hfd-pulse-gauntlet] ~ .sheet-hfd-pulse-gauntlet,.sheet-compendium-filter[value~=hfd-screamer] ~ .sheet-hfd-screamer,.sheet-compendium-filter[value~=hfd-sonic-pistol] ~ .sheet-hfd-sonic-pistol,.sheet-compendium-filter[value~=hfd-sonic-rifle] ~ .sheet-hfd-sonic-rifle,.sheet-compendium-filter[value~=hfd-streetsweeper] ~ .sheet-hfd-streetsweeper,.sheet-compendium-filter[value~=hidden-soldier-armor] ~ .sheet-hidden-soldier-armor,.sheet-compendium-filter[value~=high-capacity-battery] ~ .sheet-high-capacity-battery,.sheet-compendium-filter[value~=high-capacity-petrol-tank] ~ .sheet-high-capacity-petrol-tank,.sheet-compendium-filter[value~=holoskin] ~ .sheet-holoskin,.sheet-compendium-filter[value~=holy-fusion-seal] ~ .sheet-holy-fusion-seal,.sheet-compendium-filter[value~=hunting-rifle] ~ .sheet-hunting-rifle,.sheet-compendium-filter[value~=hybridized-fusion-seal] ~ .sheet-hybridized-fusion-seal,.sheet-compendium-filter[value~=hygiene-kit] ~ .sheet-hygiene-kit,.sheet-compendium-filter[value~=hyperleaf-drug] ~ .sheet-hyperleaf-drug,.sheet-compendium-filter[value~=id-moss-poison] ~ .sheet-id-moss-poison,.sheet-compendium-filter[value~=ifrit-class-flamethrower] ~ .sheet-ifrit-class-flamethrower,.sheet-compendium-filter[value~=illuminating-fusion-seal] ~ .sheet-illuminating-fusion-seal,.sheet-compendium-filter[value~=imds-missile-launcher] ~ .sheet-imds-missile-launcher,.sheet-compendium-filter[value~=impact-scattergun] ~ .sheet-impact-scattergun,.sheet-compendium-filter[value~=incapacitator] ~ .sheet-incapacitator,.sheet-compendium-filter[value~=incendiary-grenade-i] ~ .sheet-incendiary-grenade-i,.sheet-compendium-filter[value~=incendiary-grenade-ii] ~ .sheet-incendiary-grenade-ii,.sheet-compendium-filter[value~=incendiary-grenade-iii] ~ .sheet-incendiary-grenade-iii,.sheet-compendium-filter[value~=incendiary-grenade-iv] ~ .sheet-incendiary-grenade-iv,.sheet-compendium-filter[value~=incendiary-grenade-v] ~ .sheet-incendiary-grenade-v,.sheet-compendium-filter[value~=incendiary-grenade-vi] ~ .sheet-incendiary-grenade-vi,.sheet-compendium-filter[value~=industrial-backpack] ~ .sheet-industrial-backpack,.sheet-compendium-filter[value~=inferno-flame-doshko] ~ .sheet-inferno-flame-doshko,.sheet-compendium-filter[value~=inferno-legion-sword] ~ .sheet-inferno-legion-sword,.sheet-compendium-filter[value~=infrared-sensors-armor-upgrade] ~ .sheet-infrared-sensors-armor-upgrade,.sheet-compendium-filter[value~=injection-glove] ~ .sheet-injection-glove,.sheet-compendium-filter[value~=insanity-mist-poison] ~ .sheet-insanity-mist-poison,.sheet-compendium-filter[value~=iridescent-spindle-aeon-stone] ~ .sheet-iridescent-spindle-aeon-stone,.sheet-compendium-filter[value~=jetpack-armor-upgrade] ~ .sheet-jetpack-armor-upgrade,.sheet-compendium-filter[value~=jump-jets-armor-upgrade] ~ .sheet-jump-jets-armor-upgrade,.sheet-compendium-filter[value~=kasantha-microcord-i] ~ .sheet-kasantha-microcord-i,.sheet-compendium-filter[value~=kasatha-microcord-ii] ~ .sheet-kasatha-microcord-ii,.sheet-compendium-filter[value~=kasatha-microcord-iii] ~ .sheet-kasatha-microcord-iii,.sheet-compendium-filter[value~=kasatha-microcord-iv] ~ .sheet-kasatha-microcord-iv,.sheet-compendium-filter[value~=knockdown-fusion-seal] ~ .sheet-knockdown-fusion-seal,.sheet-compendium-filter[value~=lantern] ~ .sheet-lantern,.sheet-compendium-filter[value~=large-secure-data-computer-module] ~ .sheet-large-secure-data-computer-module,.sheet-compendium-filter[value~=laser-microphone] ~ .sheet-laser-microphone,.sheet-compendium-filter[value~=lashunta-ringwear-i] ~ .sheet-lashunta-ringwear-i,.sheet-compendium-filter[value~=lashunta-ringwear-ii] ~ .sheet-lashunta-ringwear-ii,.sheet-compendium-filter[value~=lashunta-ringwear-iii] ~ .sheet-lashunta-ringwear-iii,.sheet-compendium-filter[value~=lashunta-ringwear-iv] ~ .sheet-lashunta-ringwear-iv,.sheet-compendium-filter[value~=lashunta-ringwear-v] ~ .sheet-lashunta-ringwear-v,.sheet-compendium-filter[value~=least-gluon-crystal-solarion-weapon-crystal] ~ .sheet-least-gluon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=least-graviton-crystal-solarion-weapon-crystal] ~ .sheet-least-graviton-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=least-photon-crystal-solarion-weapon-crystal] ~ .sheet-least-photon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=least-w-boson-crystal-solarion-weapon-crystal] ~ .sheet-least-w-boson-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=lesser-gluon-crystal-solarion-weapon-crystal] ~ .sheet-lesser-gluon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=lesser-graviton-crystal-solarion-weapon-crystal] ~ .sheet-lesser-graviton-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=lesser-photon-crystal-solarion-weapon-crystal] ~ .sheet-lesser-photon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=lesser-w-boson-crystal-solarion-weapon-crystal] ~ .sheet-lesser-w-boson-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=level-0-spell-ampoule] ~ .sheet-level-0-spell-ampoule,.sheet-compendium-filter[value~=level-0-spell-gem] ~ .sheet-level-0-spell-gem,.sheet-compendium-filter[value~=level-one-signal-jammer] ~ .sheet-level-one-signal-jammer,.sheet-compendium-filter[value~=level-one-spell-ampoule] ~ .sheet-level-one-spell-ampoule,.sheet-compendium-filter[value~=level-one-spell-gem] ~ .sheet-level-one-spell-gem,.sheet-compendium-filter[value~=level-ten-signal-jammer] ~ .sheet-level-ten-signal-jammer,.sheet-compendium-filter[value~=level-oneone-signal-jammer] ~ .sheet-level-oneone-signal-jammer,.sheet-compendium-filter[value~=level-onetwo-signal-jammer] ~ .sheet-level-onetwo-signal-jammer,.sheet-compendium-filter[value~=level-onethree-signal-jammer] ~ .sheet-level-onethree-signal-jammer,.sheet-compendium-filter[value~=level-onefour-signal-jammer] ~ .sheet-level-onefour-signal-jammer,.sheet-compendium-filter[value~=level-onefive-signal-jammer] ~ .sheet-level-onefive-signal-jammer,.sheet-compendium-filter[value~=level-onesix-signal-jammer] ~ .sheet-level-onesix-signal-jammer,.sheet-compendium-filter[value~=level-oneseven-signal-jammer] ~ .sheet-level-oneseven-signal-jammer,.sheet-compendium-filter[value~=level-oneeight-signal-jammer] ~ .sheet-level-oneeight-signal-jammer,.sheet-compendium-filter[value~=level-onenine-signal-jammer] ~ .sheet-level-onenine-signal-jammer,.sheet-compendium-filter[value~=level-two-signal-jammer] ~ .sheet-level-two-signal-jammer,.sheet-compendium-filter[value~=level-two-spell-ampoule] ~ .sheet-level-two-spell-ampoule,.sheet-compendium-filter[value~=level-two-spell-gem] ~ .sheet-level-two-spell-gem,.sheet-compendium-filter[value~=level-two0-signal-jammer] ~ .sheet-level-two0-signal-jammer,.sheet-compendium-filter[value~=level-three-signal-jammer] ~ .sheet-level-three-signal-jammer,.sheet-compendium-filter[value~=level-three-spell-ampoule] ~ .sheet-level-three-spell-ampoule,.sheet-compendium-filter[value~=level-three-spell-gem] ~ .sheet-level-three-spell-gem,.sheet-compendium-filter[value~=level-four-signal-jammer] ~ .sheet-level-four-signal-jammer,.sheet-compendium-filter[value~=level-four-spell-gem] ~ .sheet-level-four-spell-gem,.sheet-compendium-filter[value~=level-five-signal-jammer] ~ .sheet-level-five-signal-jammer,.sheet-compendium-filter[value~=level-five-spell-gem] ~ .sheet-level-five-spell-gem,.sheet-compendium-filter[value~=level-six-signal-jammer] ~ .sheet-level-six-signal-jammer,.sheet-compendium-filter[value~=level-six-spell-gem] ~ .sheet-level-six-spell-gem,.sheet-compendium-filter[value~=level-seven-signal-jammer] ~ .sheet-level-seven-signal-jammer,.sheet-compendium-filter[value~=level-eight-signal-jammer] ~ .sheet-level-eight-signal-jammer,.sheet-compendium-filter[value~=level-nine-signal-jammer] ~ .sheet-level-nine-signal-jammer,.sheet-compendium-filter[value~=lfd-pulse-gauntlet] ~ .sheet-lfd-pulse-gauntlet,.sheet-compendium-filter[value~=lfd-screamer] ~ .sheet-lfd-screamer,.sheet-compendium-filter[value~=lfd-sonic-pistol] ~ .sheet-lfd-sonic-pistol,.sheet-compendium-filter[value~=lfd-sonic-rifle] ~ .sheet-lfd-sonic-rifle,.sheet-compendium-filter[value~=lfd-streetsweeper] ~ .sheet-lfd-streetsweeper,.sheet-compendium-filter[value~=light-machine-gun] ~ .sheet-light-machine-gun,.sheet-compendium-filter[value~=light-reaction-cannon] ~ .sheet-light-reaction-cannon,.sheet-compendium-filter[value~=light-stellar-cannon] ~ .sheet-light-stellar-cannon,.sheet-compendium-filter[value~=lightspeed-starknife] ~ .sheet-lightspeed-starknife,.sheet-compendium-filter[value~=load-lifter-armor-upgrade] ~ .sheet-load-lifter-armor-upgrade,.sheet-compendium-filter[value~=lockout-computer-countermeasure] ~ .sheet-lockout-computer-countermeasure,.sheet-compendium-filter[value~=longarm-and-sniper-rounds] ~ .sheet-longarm-and-sniper-rounds,.sheet-compendium-filter[value~=longsword] ~ .sheet-longsword,.sheet-compendium-filter[value~=mach-i-swoop-hammer] ~ .sheet-mach-i-swoop-hammer,.sheet-compendium-filter[value~=mach-ii-swoop-hammer] ~ .sheet-mach-ii-swoop-hammer,.sheet-compendium-filter[value~=mach-iii-swoop-hammer] ~ .sheet-mach-iii-swoop-hammer,.sheet-compendium-filter[value~=manacles] ~ .sheet-manacles,.sheet-compendium-filter[value~=mass-produced-tent] ~ .sheet-mass-produced-tent,.sheet-compendium-filter[value~=medical-lab] ~ .sheet-medical-lab,.sheet-compendium-filter[value~=medium-machine-gun] ~ .sheet-medium-machine-gun,.sheet-compendium-filter[value~=medpatch] ~ .sheet-medpatch,.sheet-compendium-filter[value~=megaopiate-drug] ~ .sheet-megaopiate-drug,.sheet-compendium-filter[value~=merc-nil-grenade-launcher] ~ .sheet-merc-nil-grenade-launcher,.sheet-compendium-filter[value~=merciful-fusion-seal] ~ .sheet-merciful-fusion-seal,.sheet-compendium-filter[value~=meteoric-hammer] ~ .sheet-meteoric-hammer,.sheet-compendium-filter[value~=microserrated-longsword] ~ .sheet-microserrated-longsword,.sheet-compendium-filter[value~=mindlink-circlet-mk-one] ~ .sheet-mindlink-circlet-mk-one,.sheet-compendium-filter[value~=mindlink-circlet-mk-two] ~ .sheet-mindlink-circlet-mk-two,.sheet-compendium-filter[value~=mindlink-circlet-mk-three] ~ .sheet-mindlink-circlet-mk-three,.sheet-compendium-filter[value~=mini-rockets] ~ .sheet-mini-rockets,.sheet-compendium-filter[value~=miniaturization-computer-upgrade] ~ .sheet-miniaturization-computer-upgrade,.sheet-compendium-filter[value~=minor-gluon-crystal-solarion-weapon-crystal] ~ .sheet-minor-gluon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=minor-graviton-crystal-solarion-weapon-crystal] ~ .sheet-minor-graviton-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=minor-intoxicant] ~ .sheet-minor-intoxicant,.sheet-compendium-filter[value~=minor-photon-crystal-solarion-weapon-crystal] ~ .sheet-minor-photon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=minor-w-boson-crystal-solarion-weapon-crystal] ~ .sheet-minor-w-boson-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=mnemonic-editor-mk-one] ~ .sheet-mnemonic-editor-mk-one,.sheet-compendium-filter[value~=mnemonic-editor-mk-two] ~ .sheet-mnemonic-editor-mk-two,.sheet-compendium-filter[value~=mnemonic-editor-mk-three] ~ .sheet-mnemonic-editor-mk-three,.sheet-compendium-filter[value~=mnemonic-editor-mk-four] ~ .sheet-mnemonic-editor-mk-four,.sheet-compendium-filter[value~=mobile-hotelier-tent] ~ .sheet-mobile-hotelier-tent,.sheet-compendium-filter[value~=molecular-rift-dagger] ~ .sheet-molecular-rift-dagger,.sheet-compendium-filter[value~=molecular-rift-doshko] ~ .sheet-molecular-rift-doshko,.sheet-compendium-filter[value~=molecular-rift-dueling-sword] ~ .sheet-molecular-rift-dueling-sword,.sheet-compendium-filter[value~=molecular-rift-longsword] ~ .sheet-molecular-rift-longsword,.sheet-compendium-filter[value~=monowhip] ~ .sheet-monowhip,.sheet-compendium-filter[value~=motion-detector] ~ .sheet-motion-detector,.sheet-compendium-filter[value~=nanotube-carbon-skin] ~ .sheet-nanotube-carbon-skin,.sheet-compendium-filter[value~=navigators-tools-tool-kit] ~ .sheet-navigators-tools-tool-kit,.sheet-compendium-filter[value~=needler-pistol] ~ .sheet-needler-pistol,.sheet-compendium-filter[value~=needler-rifle] ~ .sheet-needler-rifle,.sheet-compendium-filter[value~=nova-battleglove] ~ .sheet-nova-battleglove,.sheet-compendium-filter[value~=null-space-chamber-mk-one] ~ .sheet-null-space-chamber-mk-one,.sheet-compendium-filter[value~=null-space-chamber-mk-two] ~ .sheet-null-space-chamber-mk-two,.sheet-compendium-filter[value~=null-space-chamber-mk-three] ~ .sheet-null-space-chamber-mk-three,.sheet-compendium-filter[value~=null-space-chamber-mk-four] ~ .sheet-null-space-chamber-mk-four,.sheet-compendium-filter[value~=numbing-taclash] ~ .sheet-numbing-taclash,.sheet-compendium-filter[value~=nyfiber-net] ~ .sheet-nyfiber-net,.sheet-compendium-filter[value~=officer-ceremonial-plate] ~ .sheet-officer-ceremonial-plate,.sheet-compendium-filter[value~=ominous-fusion-seal] ~ .sheet-ominous-fusion-seal,.sheet-compendium-filter[value~=orange-force-field-armor-upgrade] ~ .sheet-orange-force-field-armor-upgrade,.sheet-compendium-filter[value~=paragon-crossbolter] ~ .sheet-paragon-crossbolter,.sheet-compendium-filter[value~=paragon-gyrojet-rifle] ~ .sheet-paragon-gyrojet-rifle,.sheet-compendium-filter[value~=paragon-magnetar-rifle] ~ .sheet-paragon-magnetar-rifle,.sheet-compendium-filter[value~=paragon-reaction-cannon] ~ .sheet-paragon-reaction-cannon,.sheet-compendium-filter[value~=paragon-seeker-rifle] ~ .sheet-paragon-seeker-rifle,.sheet-compendium-filter[value~=paragon-semi-auto-pistol] ~ .sheet-paragon-semi-auto-pistol,.sheet-compendium-filter[value~=paragon-shirren-eye-rifle] ~ .sheet-paragon-shirren-eye-rifle,.sheet-compendium-filter[value~=paragon-x-gen-gun] ~ .sheet-paragon-x-gen-gun,.sheet-compendium-filter[value~=parallax-artillery-laser] ~ .sheet-parallax-artillery-laser,.sheet-compendium-filter[value~=parallax-laser-pistol] ~ .sheet-parallax-laser-pistol,.sheet-compendium-filter[value~=parallax-laser-rifle] ~ .sheet-parallax-laser-rifle,.sheet-compendium-filter[value~=peacemaker] ~ .sheet-peacemaker,.sheet-compendium-filter[value~=pearly-white-spindle-aeon-stone] ~ .sheet-pearly-white-spindle-aeon-stone,.sheet-compendium-filter[value~=per-week-field-ration] ~ .sheet-per-week-field-ration,.sheet-compendium-filter[value~=perihelion-artillery-laser] ~ .sheet-perihelion-artillery-laser,.sheet-compendium-filter[value~=perihelion-laser-pistol] ~ .sheet-perihelion-laser-pistol,.sheet-compendium-filter[value~=perihelion-laser-rifle] ~ .sheet-perihelion-laser-rifle,.sheet-compendium-filter[value~=personal-comm-unit] ~ .sheet-personal-comm-unit,.sheet-compendium-filter[value~=phase-shield-armor-upgrade] ~ .sheet-phase-shield-armor-upgrade,.sheet-compendium-filter[value~=phoenix-class-flamethrower] ~ .sheet-phoenix-class-flamethrower,.sheet-compendium-filter[value~=pinion-legion-armor] ~ .sheet-pinion-legion-armor,.sheet-compendium-filter[value~=planetwide-range-iii-computer-upgrade] ~ .sheet-planetwide-range-iii-computer-upgrade,.sheet-compendium-filter[value~=platinum-abadarcorp-travel-suit] ~ .sheet-platinum-abadarcorp-travel-suit,.sheet-compendium-filter[value~=poor-meal] ~ .sheet-poor-meal,.sheet-compendium-filter[value~=power-battleglove] ~ .sheet-power-battleglove,.sheet-compendium-filter[value~=prismatic-force-field-armor-upgrade] ~ .sheet-prismatic-force-field-armor-upgrade,.sheet-compendium-filter[value~=profession-clothing] ~ .sheet-profession-clothing,.sheet-compendium-filter[value~=profession-tool-kit] ~ .sheet-profession-tool-kit,.sheet-compendium-filter[value~=psychic-booster] ~ .sheet-psychic-booster,.sheet-compendium-filter[value~=pulsecaster-pistol] ~ .sheet-pulsecaster-pistol,.sheet-compendium-filter[value~=pulsecaster-rifle] ~ .sheet-pulsecaster-rifle,.sheet-compendium-filter[value~=purple-force-field-armor-upgrade] ~ .sheet-purple-force-field-armor-upgrade,.sheet-compendium-filter[value~=quick-release-sheath-armor-upgrade] ~ .sheet-quick-release-sheath-armor-upgrade,.sheet-compendium-filter[value~=rtwoe] ~ .sheet-rtwoe,.sheet-compendium-filter[value~=radiation-buffer-armor-upgrade] ~ .sheet-radiation-buffer-armor-upgrade,.sheet-compendium-filter[value~=radiation-environmental-clothing] ~ .sheet-radiation-environmental-clothing,.sheet-compendium-filter[value~=ready-to-wear-echelon-fashion] ~ .sheet-ready-to-wear-echelon-fashion,.sheet-compendium-filter[value~=red-force-field-armor-upgrade] ~ .sheet-red-force-field-armor-upgrade,.sheet-compendium-filter[value~=red-star-plasma-cannon] ~ .sheet-red-star-plasma-cannon,.sheet-compendium-filter[value~=red-star-plasma-doshko] ~ .sheet-red-star-plasma-doshko,.sheet-compendium-filter[value~=red-star-plasma-pistol] ~ .sheet-red-star-plasma-pistol,.sheet-compendium-filter[value~=red-star-plasma-rifle] ~ .sheet-red-star-plasma-rifle,.sheet-compendium-filter[value~=red-star-plasma-sword] ~ .sheet-red-star-plasma-sword,.sheet-compendium-filter[value~=regeneration-table] ~ .sheet-regeneration-table,.sheet-compendium-filter[value~=repeller-staff] ~ .sheet-repeller-staff,.sheet-compendium-filter[value~=returning-fusion-seal] ~ .sheet-returning-fusion-seal,.sheet-compendium-filter[value~=riders-kit-tool-kit] ~ .sheet-riders-kit-tool-kit,.sheet-compendium-filter[value~=ring-of-cosmic-alignment] ~ .sheet-ring-of-cosmic-alignment,.sheet-compendium-filter[value~=ring-of-resistance-mk-one] ~ .sheet-ring-of-resistance-mk-one,.sheet-compendium-filter[value~=ring-of-resistance-mk-two] ~ .sheet-ring-of-resistance-mk-two,.sheet-compendium-filter[value~=ring-of-resistance-mk-three] ~ .sheet-ring-of-resistance-mk-three,.sheet-compendium-filter[value~=ring-of-resistance-mk-four] ~ .sheet-ring-of-resistance-mk-four,.sheet-compendium-filter[value~=ring-of-resistance-mk-five] ~ .sheet-ring-of-resistance-mk-five,.sheet-compendium-filter[value~=ring-of-sustenance] ~ .sheet-ring-of-sustenance,.sheet-compendium-filter[value~=ring-of-whispers] ~ .sheet-ring-of-whispers,.sheet-compendium-filter[value~=ripper-dueling-sword] ~ .sheet-ripper-dueling-sword,.sheet-compendium-filter[value~=rod-of-cancellation] ~ .sheet-rod-of-cancellation,.sheet-compendium-filter[value~=ruin-devastation-blade] ~ .sheet-ruin-devastation-blade,.sheet-compendium-filter[value~=salamander-class-flamethrower] ~ .sheet-salamander-class-flamethrower,.sheet-compendium-filter[value~=scattergun-shells] ~ .sheet-scattergun-shells,.sheet-compendium-filter[value~=scientist-serum-of-enhancement] ~ .sheet-scientist-serum-of-enhancement,.sheet-compendium-filter[value~=screamer-grenade-i] ~ .sheet-screamer-grenade-i,.sheet-compendium-filter[value~=screamer-grenade-ii] ~ .sheet-screamer-grenade-ii,.sheet-compendium-filter[value~=screamer-grenade-iii] ~ .sheet-screamer-grenade-iii,.sheet-compendium-filter[value~=screamer-grenade-iv] ~ .sheet-screamer-grenade-iv,.sheet-compendium-filter[value~=second-skin] ~ .sheet-second-skin,.sheet-compendium-filter[value~=security-one-computer-upgrade] ~ .sheet-security-one-computer-upgrade,.sheet-compendium-filter[value~=security-two-computer-upgrade] ~ .sheet-security-two-computer-upgrade,.sheet-compendium-filter[value~=security-three-computer-upgrade] ~ .sheet-security-three-computer-upgrade,.sheet-compendium-filter[value~=security-four-computer-upgrade] ~ .sheet-security-four-computer-upgrade,.sheet-compendium-filter[value~=seeking-fusion-seal] ~ .sheet-seeking-fusion-seal,.sheet-compendium-filter[value~=self-charging-computer-upgrade] ~ .sheet-self-charging-computer-upgrade,.sheet-compendium-filter[value~=sensate-serum-of-enhancement] ~ .sheet-sensate-serum-of-enhancement,.sheet-compendium-filter[value~=sentinel-spear] ~ .sheet-sentinel-spear,.sheet-compendium-filter[value~=sentinel-staff] ~ .sheet-sentinel-staff,.sheet-compendium-filter[value~=serum-of-appearance-change] ~ .sheet-serum-of-appearance-change,.sheet-compendium-filter[value~=serum-of-healing-mk-one] ~ .sheet-serum-of-healing-mk-one,.sheet-compendium-filter[value~=serum-of-healing-mk-two] ~ .sheet-serum-of-healing-mk-two,.sheet-compendium-filter[value~=serum-of-healing-mk-three] ~ .sheet-serum-of-healing-mk-three,.sheet-compendium-filter[value~=serum-of-sex-shift] ~ .sheet-serum-of-sex-shift,.sheet-compendium-filter[value~=shadow-orb] ~ .sheet-shadow-orb,.sheet-compendium-filter[value~=shock-fusion-seal] ~ .sheet-shock-fusion-seal,.sheet-compendium-filter[value~=shock-grenade-i] ~ .sheet-shock-grenade-i,.sheet-compendium-filter[value~=shock-grenade-ii] ~ .sheet-shock-grenade-ii,.sheet-compendium-filter[value~=shock-grenade-iii] ~ .sheet-shock-grenade-iii,.sheet-compendium-filter[value~=shock-grenade-iv] ~ .sheet-shock-grenade-iv,.sheet-compendium-filter[value~=shock-grenade-v] ~ .sheet-shock-grenade-v,.sheet-compendium-filter[value~=shock-grid-one-computer-countermeasure] ~ .sheet-shock-grid-one-computer-countermeasure,.sheet-compendium-filter[value~=shock-grid-two-computer-countermeasure] ~ .sheet-shock-grid-two-computer-countermeasure,.sheet-compendium-filter[value~=shock-grid-three-computer-countermeasure] ~ .sheet-shock-grid-three-computer-countermeasure,.sheet-compendium-filter[value~=shock-grid-four-computer-countermeasure] ~ .sheet-shock-grid-four-computer-countermeasure,.sheet-compendium-filter[value~=shock-grid-five-computer-countermeasure] ~ .sheet-shock-grid-five-computer-countermeasure,.sheet-compendium-filter[value~=shotalashu-armor] ~ .sheet-shotalashu-armor,.sheet-compendium-filter[value~=silver-abadarcorp-travel-suit] ~ .sheet-silver-abadarcorp-travel-suit,.sheet-compendium-filter[value~=simple-lock] ~ .sheet-simple-lock,.sheet-compendium-filter[value~=sintered-longsword] ~ .sheet-sintered-longsword,.sheet-compendium-filter[value~=sintered-starknife] ~ .sheet-sintered-starknife,.sheet-compendium-filter[value~=small-arm-rounds] ~ .sheet-small-arm-rounds,.sheet-compendium-filter[value~=smoke-grenade] ~ .sheet-smoke-grenade,.sheet-compendium-filter[value~=sneak-serum-of-enhancement] ~ .sheet-sneak-serum-of-enhancement,.sheet-compendium-filter[value~=snub-scattergun] ~ .sheet-snub-scattergun,.sheet-compendium-filter[value~=solar-flare-flame-doshko] ~ .sheet-solar-flare-flame-doshko,.sheet-compendium-filter[value~=sonic-dampener-armor-upgrade] ~ .sheet-sonic-dampener-armor-upgrade,.sheet-compendium-filter[value~=space-suit] ~ .sheet-space-suit,.sheet-compendium-filter[value~=specialist-aegis-series] ~ .sheet-specialist-aegis-series,.sheet-compendium-filter[value~=specialist-defiance-series] ~ .sheet-specialist-defiance-series,.sheet-compendium-filter[value~=specialist-hardlight-series] ~ .sheet-specialist-hardlight-series,.sheet-compendium-filter[value~=specific-secure-data-computer-module] ~ .sheet-specific-secure-data-computer-module,.sheet-compendium-filter[value~=spell-chip-computer-module] ~ .sheet-spell-chip-computer-module,.sheet-compendium-filter[value~=spell-reflector-mk-one-armor-upgrade] ~ .sheet-spell-reflector-mk-one-armor-upgrade,.sheet-compendium-filter[value~=spell-reflector-mk-two-armor-upgrade] ~ .sheet-spell-reflector-mk-two-armor-upgrade,.sheet-compendium-filter[value~=spellthrower-fusion-seal] ~ .sheet-spellthrower-fusion-seal,.sheet-compendium-filter[value~=spotlight] ~ .sheet-spotlight,.sheet-compendium-filter[value~=sprayflesh] ~ .sheet-sprayflesh,.sheet-compendium-filter[value~=spy-drone] ~ .sheet-spy-drone,.sheet-compendium-filter[value~=squad-aegis-series] ~ .sheet-squad-aegis-series,.sheet-compendium-filter[value~=squad-defiance-series] ~ .sheet-squad-defiance-series,.sheet-compendium-filter[value~=squad-hardlight-series] ~ .sheet-squad-hardlight-series,.sheet-compendium-filter[value~=squad-machine-gun] ~ .sheet-squad-machine-gun,.sheet-compendium-filter[value~=squad-nil-grenade-launcher] ~ .sheet-squad-nil-grenade-launcher,.sheet-compendium-filter[value~=staff-of-mystic-healing] ~ .sheet-staff-of-mystic-healing,.sheet-compendium-filter[value~=standard-gluon-crystal-solarion-weapon-crystal] ~ .sheet-standard-gluon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=standard-graviton-crystal-solarion-weapon-crystal] ~ .sheet-standard-graviton-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=standard-petrol-tank] ~ .sheet-standard-petrol-tank,.sheet-compendium-filter[value~=standard-photon-crystal-solarion-weapon-crystal] ~ .sheet-standard-photon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=standard-taclash] ~ .sheet-standard-taclash,.sheet-compendium-filter[value~=standard-w-boson-crystal-solarion-weapon-crystal] ~ .sheet-standard-w-boson-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=starstone-compass] ~ .sheet-starstone-compass,.sheet-compendium-filter[value~=static-arc-pistol] ~ .sheet-static-arc-pistol,.sheet-compendium-filter[value~=static-arc-rifle] ~ .sheet-static-arc-rifle,.sheet-compendium-filter[value~=static-shock-caster] ~ .sheet-static-shock-caster,.sheet-compendium-filter[value~=static-shock-truncheon] ~ .sheet-static-shock-truncheon,.sheet-compendium-filter[value~=steelbones] ~ .sheet-steelbones,.sheet-compendium-filter[value~=stickybomb-grenade-i] ~ .sheet-stickybomb-grenade-i,.sheet-compendium-filter[value~=stickybomb-grenade-ii] ~ .sheet-stickybomb-grenade-ii,.sheet-compendium-filter[value~=stickybomb-grenade-iii] ~ .sheet-stickybomb-grenade-iii,.sheet-compendium-filter[value~=storm-arc-pistol] ~ .sheet-storm-arc-pistol,.sheet-compendium-filter[value~=storm-arc-rifle] ~ .sheet-storm-arc-rifle,.sheet-compendium-filter[value~=storm-shock-caster] ~ .sheet-storm-shock-caster,.sheet-compendium-filter[value~=storm-shock-truncheon] ~ .sheet-storm-shock-truncheon,.sheet-compendium-filter[value~=super-capacity-battery] ~ .sheet-super-capacity-battery,.sheet-compendium-filter[value~=superior-intoxicant] ~ .sheet-superior-intoxicant,.sheet-compendium-filter[value~=superior-iridishell] ~ .sheet-superior-iridishell,.sheet-compendium-filter[value~=superior-lock] ~ .sheet-superior-lock,.sheet-compendium-filter[value~=survival-flare-gun] ~ .sheet-survival-flare-gun,.sheet-compendium-filter[value~=survival-knife] ~ .sheet-survival-knife,.sheet-compendium-filter[value~=swarmsuit] ~ .sheet-swarmsuit,.sheet-compendium-filter[value~=system-wide-comm-unit] ~ .sheet-system-wide-comm-unit,.sheet-compendium-filter[value~=tactical-acid-dart-rifle] ~ .sheet-tactical-acid-dart-rifle,.sheet-compendium-filter[value~=tactical-arc-emitter] ~ .sheet-tactical-arc-emitter,.sheet-compendium-filter[value~=tactical-autobeam-artillery] ~ .sheet-tactical-autobeam-artillery,.sheet-compendium-filter[value~=tactical-autobeam-rifle] ~ .sheet-tactical-autobeam-rifle,.sheet-compendium-filter[value~=tactical-baton] ~ .sheet-tactical-baton,.sheet-compendium-filter[value~=tactical-crossbolter] ~ .sheet-tactical-crossbolter,.sheet-compendium-filter[value~=tactical-cryopike] ~ .sheet-tactical-cryopike,.sheet-compendium-filter[value~=tactical-doshko] ~ .sheet-tactical-doshko,.sheet-compendium-filter[value~=tactical-dueling-sword] ~ .sheet-tactical-dueling-sword,.sheet-compendium-filter[value~=tactical-gyrojet-pistol] ~ .sheet-tactical-gyrojet-pistol,.sheet-compendium-filter[value~=tactical-gyrojet-rifle] ~ .sheet-tactical-gyrojet-rifle,.sheet-compendium-filter[value~=tactical-knife] ~ .sheet-tactical-knife,.sheet-compendium-filter[value~=tactical-legion-sword] ~ .sheet-tactical-legion-sword,.sheet-compendium-filter[value~=tactical-magnetar-rifle] ~ .sheet-tactical-magnetar-rifle,.sheet-compendium-filter[value~=tactical-missile] ~ .sheet-tactical-missile,.sheet-compendium-filter[value~=tactical-pike] ~ .sheet-tactical-pike,.sheet-compendium-filter[value~=tactical-plasma-sword] ~ .sheet-tactical-plasma-sword,.sheet-compendium-filter[value~=tactical-reaction-cannon] ~ .sheet-tactical-reaction-cannon,.sheet-compendium-filter[value~=tactical-seeker-rifle] ~ .sheet-tactical-seeker-rifle,.sheet-compendium-filter[value~=tactical-semi-auto-pistol] ~ .sheet-tactical-semi-auto-pistol,.sheet-compendium-filter[value~=tactical-shirren-eye-rifle] ~ .sheet-tactical-shirren-eye-rifle,.sheet-compendium-filter[value~=tactical-spear] ~ .sheet-tactical-spear,.sheet-compendium-filter[value~=tactical-starknife] ~ .sheet-tactical-starknife,.sheet-compendium-filter[value~=tactical-swoop-hammer] ~ .sheet-tactical-swoop-hammer,.sheet-compendium-filter[value~=tactical-x-gen-gun] ~ .sheet-tactical-x-gen-gun,.sheet-compendium-filter[value~=tactical-zero-cannon] ~ .sheet-tactical-zero-cannon,.sheet-compendium-filter[value~=targeting-computer-armor-upgrade] ~ .sheet-targeting-computer-armor-upgrade,.sheet-compendium-filter[value~=tempest-arc-rifle] ~ .sheet-tempest-arc-rifle,.sheet-compendium-filter[value~=tempest-shock-caster] ~ .sheet-tempest-shock-caster,.sheet-compendium-filter[value~=tempest-shock-truncheon] ~ .sheet-tempest-shock-truncheon,.sheet-compendium-filter[value~=tensile-reinforcement-armor-upgrade] ~ .sheet-tensile-reinforcement-armor-upgrade,.sheet-compendium-filter[value~=thermal-capacitor-mk-one-armor-upgrade] ~ .sheet-thermal-capacitor-mk-one-armor-upgrade,.sheet-compendium-filter[value~=thermal-capacitor-mk-two-armor-upgrade] ~ .sheet-thermal-capacitor-mk-two-armor-upgrade,.sheet-compendium-filter[value~=thermal-capacitor-mk-three-armor-upgrade] ~ .sheet-thermal-capacitor-mk-three-armor-upgrade,.sheet-compendium-filter[value~=thinplate] ~ .sheet-thinplate,.sheet-compendium-filter[value~=thundering-fusion-seal] ~ .sheet-thundering-fusion-seal,.sheet-compendium-filter[value~=thunderstrike-pulse-gauntlet] ~ .sheet-thunderstrike-pulse-gauntlet,.sheet-compendium-filter[value~=thunderstrike-screamer] ~ .sheet-thunderstrike-screamer,.sheet-compendium-filter[value~=thunderstrike-sonic-pistol] ~ .sheet-thunderstrike-sonic-pistol,.sheet-compendium-filter[value~=thunderstrike-sonic-rifle] ~ .sheet-thunderstrike-sonic-rifle,.sheet-compendium-filter[value~=thunderstrike-streetsweeper] ~ .sheet-thunderstrike-streetsweeper,.sheet-compendium-filter[value~=tiara-of-translocation-mk-one] ~ .sheet-tiara-of-translocation-mk-one,.sheet-compendium-filter[value~=tiara-of-translocation-mk-two] ~ .sheet-tiara-of-translocation-mk-two,.sheet-compendium-filter[value~=tiara-of-translocation-mk-three] ~ .sheet-tiara-of-translocation-mk-three,.sheet-compendium-filter[value~=tiara-of-translocation-mk-four] ~ .sheet-tiara-of-translocation-mk-four,.sheet-compendium-filter[value~=tier-one-analgesic] ~ .sheet-tier-one-analgesic,.sheet-compendium-filter[value~=tier-one-antitoxin] ~ .sheet-tier-one-antitoxin,.sheet-compendium-filter[value~=tier-one-sedative] ~ .sheet-tier-one-sedative,.sheet-compendium-filter[value~=tier-two-analgesic] ~ .sheet-tier-two-analgesic,.sheet-compendium-filter[value~=tier-two-antitoxin] ~ .sheet-tier-two-antitoxin,.sheet-compendium-filter[value~=tier-two-sedative] ~ .sheet-tier-two-sedative,.sheet-compendium-filter[value~=tier-three-analgesic] ~ .sheet-tier-three-analgesic,.sheet-compendium-filter[value~=tier-three-antitoxin] ~ .sheet-tier-three-antitoxin,.sheet-compendium-filter[value~=tier-three-sedative] ~ .sheet-tier-three-sedative,.sheet-compendium-filter[value~=tier-four-analgesic] ~ .sheet-tier-four-analgesic,.sheet-compendium-filter[value~=tier-four-antitoxin] ~ .sheet-tier-four-antitoxin,.sheet-compendium-filter[value~=tier-four-sedative] ~ .sheet-tier-four-sedative,.sheet-compendium-filter[value~=titan-shield-armor-upgrade] ~ .sheet-titan-shield-armor-upgrade,.sheet-compendium-filter[value~=trailblazer-fusion-seal] ~ .sheet-trailblazer-fusion-seal,.sheet-compendium-filter[value~=transdimensional-pesh-drug] ~ .sheet-transdimensional-pesh-drug,.sheet-compendium-filter[value~=trapsmiths-tools-tool-kit] ~ .sheet-trapsmiths-tools-tool-kit,.sheet-compendium-filter[value~=travel-clothing] ~ .sheet-travel-clothing,.sheet-compendium-filter[value~=troop-ceremonial-plate] ~ .sheet-troop-ceremonial-plate,.sheet-compendium-filter[value~=true-gluon-crystal-solarion-weapon-crystal] ~ .sheet-true-gluon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=true-graviton-crystal-solarion-weapon-crystal] ~ .sheet-true-graviton-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=true-photon-crystal-solarion-weapon-crystal] ~ .sheet-true-photon-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=true-w-boson-crystal-solarion-weapon-crystal] ~ .sheet-true-w-boson-crystal-solarion-weapon-crystal,.sheet-compendium-filter[value~=ultra-capacity-battery] ~ .sheet-ultra-capacity-battery,.sheet-compendium-filter[value~=ultraserrated-longsword] ~ .sheet-ultraserrated-longsword,.sheet-compendium-filter[value~=ultrathin-curve-blade] ~ .sheet-ultrathin-curve-blade,.sheet-compendium-filter[value~=ultrathin-dagger] ~ .sheet-ultrathin-dagger,.sheet-compendium-filter[value~=ultrathin-doshko] ~ .sheet-ultrathin-doshko,.sheet-compendium-filter[value~=ultrathin-dueling-sword] ~ .sheet-ultrathin-dueling-sword,.sheet-compendium-filter[value~=ultrathin-longsword] ~ .sheet-ultrathin-longsword,.sheet-compendium-filter[value~=ungol-dust-poison] ~ .sheet-ungol-dust-poison,.sheet-compendium-filter[value~=unholy-fusion-seal] ~ .sheet-unholy-fusion-seal,.sheet-compendium-filter[value~=unlimited-comm-unit] ~ .sheet-unlimited-comm-unit,.sheet-compendium-filter[value~=utility-scattergun] ~ .sheet-utility-scattergun,.sheet-compendium-filter[value~=venomous-fusion-seal] ~ .sheet-venomous-fusion-seal,.sheet-compendium-filter[value~=vesk-monolith] ~ .sheet-vesk-monolith,.sheet-compendium-filter[value~=vesk-monolith-i] ~ .sheet-vesk-monolith-i,.sheet-compendium-filter[value~=vesk-monolith-ii] ~ .sheet-vesk-monolith-ii,.sheet-compendium-filter[value~=vesk-overplate] ~ .sheet-vesk-overplate,.sheet-compendium-filter[value~=vesk-overplate-ii] ~ .sheet-vesk-overplate-ii,.sheet-compendium-filter[value~=vesk-overplate-iii] ~ .sheet-vesk-overplate-iii,.sheet-compendium-filter[value~=vesk-overplate-iv] ~ .sheet-vesk-overplate-iv,.sheet-compendium-filter[value~=vesk-overplate-v] ~ .sheet-vesk-overplate-v,.sheet-compendium-filter[value~=vitrium-plate] ~ .sheet-vitrium-plate,.sheet-compendium-filter[value~=voidshield-armor] ~ .sheet-voidshield-armor,.sheet-compendium-filter[value~=vorpal-fusion-seal] ~ .sheet-vorpal-fusion-seal,.sheet-compendium-filter[value~=vortex-scattergun] ~ .sheet-vortex-scattergun,.sheet-compendium-filter[value~=warpshot-shirren-eye-rifle] ~ .sheet-warpshot-shirren-eye-rifle,.sheet-compendium-filter[value~=warrior-serum-of-enhancement] ~ .sheet-warrior-serum-of-enhancement,.sheet-compendium-filter[value~=weaponsmithing-kit-tool-kit] ~ .sheet-weaponsmithing-kit-tool-kit,.sheet-compendium-filter[value~=white-carbon-skin] ~ .sheet-white-carbon-skin,.sheet-compendium-filter[value~=white-force-field-armor-upgrade] ~ .sheet-white-force-field-armor-upgrade,.sheet-compendium-filter[value~=white-star-plasma-cannon] ~ .sheet-white-star-plasma-cannon,.sheet-compendium-filter[value~=white-star-plasma-caster] ~ .sheet-white-star-plasma-caster,.sheet-compendium-filter[value~=white-star-plasma-doshko] ~ .sheet-white-star-plasma-doshko,.sheet-compendium-filter[value~=white-star-plasma-pistol] ~ .sheet-white-star-plasma-pistol,.sheet-compendium-filter[value~=white-star-plasma-rifle] ~ .sheet-white-star-plasma-rifle,.sheet-compendium-filter[value~=white-star-plasma-sword] ~ .sheet-white-star-plasma-sword,.sheet-compendium-filter[value~=wipe-computer-countermeasure] ~ .sheet-wipe-computer-countermeasure,.sheet-compendium-filter[value~=wounding-fusion-seal] ~ .sheet-wounding-fusion-seal,.sheet-compendium-filter[value~=wrack-devastation-blade] ~ .sheet-wrack-devastation-blade,.sheet-compendium-filter[value~=x-ray-visor] ~ .sheet-x-ray-visor,.sheet-compendium-filter[value~=yellow-star-plasma-cannon] ~ .sheet-yellow-star-plasma-cannon,.sheet-compendium-filter[value~=yellow-star-plasma-doshko] ~ .sheet-yellow-star-plasma-doshko,.sheet-compendium-filter[value~=yellow-star-plasma-pistol] ~ .sheet-yellow-star-plasma-pistol,.sheet-compendium-filter[value~=yellow-star-plasma-rifle] ~ .sheet-yellow-star-plasma-rifle,.sheet-compendium-filter[value~=yellow-star-plasma-sword] ~ .sheet-yellow-star-plasma-sword,.sheet-compendium-filter[value~=ysoki-refactor-suit] ~ .sheet-ysoki-refactor-suit,.sheet-compendium-filter[value~=zenith-artillery-laser] ~ .sheet-zenith-artillery-laser,.sheet-compendium-filter[value~=zenith-laser-pistol] ~ .sheet-zenith-laser-pistol,.sheet-compendium-filter[value~=zenith-laser-rifle] ~ .sheet-zenith-laser-rifle,.sheet-compendium-filter[value~=zero-edge-dagger] ~ .sheet-zero-edge-dagger,.sheet-compendium-filter[value~=zero-edge-doshko] ~ .sheet-zero-edge-doshko,.sheet-compendium-filter[value~=zero-edge-longsword] ~ .sheet-zero-edge-longsword,.sheet-compendium-filter[value~=zero-edge-spear] ~ .sheet-zero-edge-spear,.sheet-compendium-filter[value~=zero-gravity-environmental-clothing] ~ .sheet-zero-gravity-environmental-clothing{
|
|
display:block;
|
|
}
|
|
.sheet-spells .sheet-compendium-select{
|
|
display:none;
|
|
}
|
|
.sheet-skill-container,
|
|
.sheet-skill-fieldset{
|
|
grid-column:container-start / container-end;
|
|
position:relative;
|
|
}
|
|
.sheet-skill-container:nth-child(1),
|
|
.sheet-skill-container .sheet-display{
|
|
display:grid;
|
|
grid-template-columns:[button-start] 80px [button-end tot-start] 20px [tot-end arith-equal-start] 7px [arith-equal-end ranks-start] 25px [ranks-end arith-plus-start] 7px [arith-plus-end cs-start] 10px [cs-end arith-plus2-start] 7px [arith-plus2-end abi-start] 30px [abi-end];
|
|
grid-column-gap:5px;
|
|
align-items:center;
|
|
}
|
|
.sheet-skill-container *{
|
|
text-align:center;
|
|
}
|
|
.sheet-skills-container > .sheet-skill-container:last-child{
|
|
margin-bottom:10px;
|
|
}
|
|
.sheet-skills-container > .sheet-skill-container:first-child{
|
|
margin-top:10px;
|
|
}
|
|
span.sheet-ranks,
|
|
.sheet-skills-container .sheet-display .sheet-ranks{
|
|
width:100%;
|
|
grid-column:ranks-start;
|
|
overflow:hidden;
|
|
}
|
|
.sheet-cs {
|
|
opacity:0;
|
|
position:absolute;
|
|
}
|
|
.sheet-class-skill {
|
|
width:10px;
|
|
display:flex;
|
|
justify-content:center;
|
|
align-content:center;
|
|
}
|
|
.sheet-acp{
|
|
position:relative;
|
|
top:3px;
|
|
}
|
|
.sheet-acp:checked + button:before {
|
|
content:'b'!important;
|
|
font-family:Pictos Three;
|
|
position:absolute;
|
|
color:white;
|
|
text-shadow:none;
|
|
left:-10px;
|
|
}
|
|
.sheet-class-skill input[type=checkbox] {
|
|
z-index:2;
|
|
}
|
|
.sheet-class-skill input[type=checkbox]:checked {
|
|
opacity:0;
|
|
}
|
|
.sheet-class-skill input[type=checkbox]:checked ~ .sheet-cs {
|
|
opacity:100;
|
|
}
|
|
.sheet-row-options{
|
|
background-color:rgba(0, 0, 0,0.75);
|
|
border-radius:5px;
|
|
box-shadow:0px 0px 5px #2dafeb,0px 0px 20px #0a4ba1;
|
|
z-index:2;
|
|
}
|
|
.sheet-row-options .sheet-row {
|
|
display:flex;
|
|
justify-content:flex-start;
|
|
}
|
|
.sheet-row > input,
|
|
.sheet-row > select,
|
|
.sheet-row > textarea{
|
|
margin-left:5px !important;
|
|
margin-right:5px !important;
|
|
}
|
|
.sheet-skill-container > .sheet-row-options > textarea{
|
|
text-align:left;
|
|
height:40px;
|
|
min-height:40px;
|
|
}
|
|
.sheet-abilities{
|
|
grid-area:abilities;
|
|
}
|
|
/*ability styling*/
|
|
.sheet-row-options .sheet-row{
|
|
display:flex;
|
|
}
|
|
.sheet-ability .sheet-row .sheet-attr-total-container .sheet-ability-uses,
|
|
.sheet-ability .sheet-row .sheet-attr-total-container{
|
|
width:100px !important;
|
|
}
|
|
.sheet-abilities-container .repcontrol{
|
|
width:100%;
|
|
}
|
|
.sheet-abi-dmg-dice,
|
|
.sheet-abi-misc,
|
|
.sheet-scalable-input,
|
|
.sheet-row > textarea{
|
|
width:5px;
|
|
flex:1 1 auto;
|
|
}
|
|
.repcontainer[data-groupname='repeating_ability'] .repitem{
|
|
width:100%;
|
|
margin:5px 0px 0px;
|
|
float:left;
|
|
}
|
|
.sheet-ability .sheet-display{
|
|
display:flex;
|
|
justify-content:flex-start;
|
|
}
|
|
.sheet-ability-header .sheet-abi-name-col{
|
|
margin-left:7px;
|
|
}
|
|
.sheet-abi-name-col{
|
|
width:90px;
|
|
text-align:center;
|
|
background-color:#333398 !important;
|
|
color:white;
|
|
}
|
|
.sheet-abi-dc-col{
|
|
width:40px;
|
|
text-align:center;
|
|
background-color:#333398 !important;
|
|
color:white;
|
|
}
|
|
.sheet-abi-effect-col{
|
|
width:90px;
|
|
text-align:center;
|
|
background-color:#333398 !important;
|
|
color:white;
|
|
}
|
|
button.sheet-summary span{
|
|
display:block;
|
|
text-align:center;
|
|
min-height:12px;
|
|
padding:2px;
|
|
}
|
|
.sheet-ability .sheet-display .sheet-summary,
|
|
.sheet-ability-header{
|
|
overflow:hidden;
|
|
display:flex;
|
|
justify-content:space-between;
|
|
}
|
|
.sheet-ability .sheet-display .sheet-summary{
|
|
margin:0px;
|
|
padding:0px;
|
|
width:250px;
|
|
}
|
|
.sheet-abi-dmg-dice{
|
|
text-align:center;
|
|
}
|
|
.sheet-save-dc{
|
|
margin-left:5px;
|
|
}
|
|
.sheet-save-type{
|
|
width:6.5em;
|
|
}
|
|
.sheet-freq-check{
|
|
display:none !important;
|
|
}
|
|
.sheet-at-will:checked ~ .sheet-at-will,
|
|
.sheet-daily-limit:checked ~ .sheet-daily-limit{
|
|
display:block !important;
|
|
}
|
|
.sheet-at-will > .sheet-label{
|
|
width:auto;
|
|
}
|
|
.sheet-at-will > .sheet-scalable-input{
|
|
width:calc(100% - 45px);
|
|
}
|
|
textarea.sheet-abi-description{
|
|
width:100%;
|
|
max-width:100% !important;
|
|
min-width:100% !important;
|
|
height:2.5em;
|
|
min-height:2.5em;
|
|
}
|
|
.sheet-field-container{
|
|
position:relative;
|
|
}
|
|
.sheet-filter-container,
|
|
.sheet-field-container .sheet-row,
|
|
.sheet-field-tab ~ textarea{
|
|
display:none;
|
|
}
|
|
.sheet-atk-tab,
|
|
.sheet-dmg-tab{
|
|
width:20px;
|
|
}
|
|
.sheet-save-effect-tab{
|
|
width:75px;
|
|
}
|
|
.sheet-mods-tab{
|
|
width:30px;
|
|
}
|
|
.sheet-macro-tab{
|
|
width:40px;
|
|
}
|
|
.sheet-field-tab + .sheet-item-mods{
|
|
position:relative;
|
|
}
|
|
.sheet-mods-tab:checked + .sheet-item-mods{
|
|
width:35px;
|
|
position:absolute;
|
|
}
|
|
.sheet-mods-tab:checked{
|
|
width:35px;
|
|
height:18px;
|
|
}
|
|
.sheet-field-container{
|
|
display:inline !important;
|
|
}
|
|
.sheet-field-tab{
|
|
z-index:10;
|
|
}
|
|
.sheet-field.sheet-label{
|
|
display:inline;
|
|
}
|
|
.sheet-field-tab{
|
|
position:absolute;
|
|
left:0px;
|
|
top:0px;
|
|
opacity:0;
|
|
padding:1px;
|
|
}
|
|
.sheet-filter:checked ~ .sheet-filter-container{
|
|
display:block;
|
|
}
|
|
.sheet-field-tab:checked ~ .sheet-field.sheet-row{
|
|
display:flex;
|
|
}
|
|
.sheet-field-tab:checked ~ textarea{
|
|
display:inline-block;
|
|
}
|
|
span.sheet-field{
|
|
color:white;
|
|
background-color:gray;
|
|
border-radius:2px;
|
|
padding:1px;
|
|
}
|
|
.sheet-field-tab:checked + .sheet-field:not(.sheet-item-mods):not(.sheet-row){
|
|
display:block;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
.sheet-field-tab:not(.sheet-mods-tab):checked{
|
|
width:100%;
|
|
height:18px;
|
|
}
|
|
.sheet-field-tab:checked + .sheet-field-container:not(.sheet-row){
|
|
display:block !important;
|
|
width:100%;
|
|
}
|
|
.sheet-field-tab:checked + .sheet-row{
|
|
display:flex !important;
|
|
width:100%;
|
|
}
|
|
/*Attack styling*/
|
|
.sheet-section-container.sheet-attacks{
|
|
grid-area:weapons;
|
|
}
|
|
.repcontainer[data-groupname='repeating_attack'] .repitem {
|
|
position:relative;
|
|
padding:0px;
|
|
margin-left:5px;
|
|
margin-top:5px;
|
|
margin-right:5px !important;
|
|
}
|
|
.repcontainer[data-groupname='repeating_attack'] {
|
|
width:100%;
|
|
padding:0px;
|
|
margin:5px 0px 0px;
|
|
overflow-y:visible;
|
|
overflow-x:hidden;
|
|
}
|
|
.repcontainer[data-groupname='repeating_attack'] .repitem .sheet-display {
|
|
width:100%;
|
|
padding:0px;
|
|
margin:0px;
|
|
display:flex;
|
|
justify-content:space-between;
|
|
}
|
|
.sheet-proficiency{
|
|
width:50%!important;
|
|
}
|
|
.sheet-weapon-cat,
|
|
.sheet-target{
|
|
width:40%!important;
|
|
margin-left:5px;
|
|
}
|
|
.sheet-atk-level{
|
|
width:20px;
|
|
margin-right:20px;
|
|
}
|
|
.sheet-bab {
|
|
width:20px;
|
|
border-bottom:0px !important;
|
|
text-align:center;
|
|
}
|
|
.sheet-npcsummary{
|
|
display:flex;
|
|
flex-wrap:wrap;
|
|
}
|
|
.sheet-npcsummary > *:not(:last-child) {
|
|
margin-right:5px;
|
|
}
|
|
.sheet-pc .sheet-page .sheet-npcsummary * {
|
|
height:12px !important;
|
|
top:0px;
|
|
}
|
|
/*Equipment Styling*/
|
|
.sheet-bulk-container input,
|
|
.sheet-wealth input {
|
|
text-align:center;
|
|
border-bottom:0px !important;
|
|
color:inherit !important;
|
|
cursor:text;
|
|
}
|
|
.sheet-bulk-container,
|
|
.sheet-credits-container{
|
|
margin-bottom:5px;
|
|
padding:0px 2px;
|
|
border: 1px solid white;
|
|
border-radius:3px;
|
|
position:relative;
|
|
text-align:center;
|
|
background-color:rgba(0, 0, 0,0.75);
|
|
}
|
|
.sheet-bulk-container .sheet-number,
|
|
.sheet-bulk-container .sheet-label,
|
|
.sheet-credits-container .sheet-number,
|
|
.sheet-credits-container .sheet-label {
|
|
display:inline-block;
|
|
width:100%;
|
|
}
|
|
.sheet-section-container.sheet-items{
|
|
grid-area:equipment;
|
|
}
|
|
.sheet-equipment{
|
|
display:grid;
|
|
grid-template-columns:[items-start] 0px [carried-start credits-start] 1fr [carried-end credits-end encumber-start wealth-start] 1fr [encumber-end wealth-end over-start upb-start] 1fr [over-end upb-end] 0px [items-end];
|
|
grid-template-rows:0px [carried-start encumber-start over-start] 40px [carried-end encumber-end over-end credits-start wealth-start upb-start] 40px [credits-end wealth-end upb-end items-start] 1fr [items-end];
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-carried{
|
|
grid-area:carried;
|
|
}
|
|
.sheet-encumber{
|
|
grid-area:encumber;
|
|
}
|
|
.sheet-overburden{
|
|
grid-area:over;
|
|
}
|
|
.sheet-credits{
|
|
grid-area:credits;
|
|
}
|
|
.sheet-wealth{
|
|
grid-area:wealth;
|
|
}
|
|
.sheet-upb{
|
|
grid-area:upb;
|
|
}
|
|
.sheet-item-container{
|
|
grid-area:items;
|
|
}
|
|
.sheet-credits-container input {
|
|
width:100% !important;
|
|
}
|
|
/*Spell Styling*/
|
|
.sheet-page.sheet-spells{
|
|
grid-template-columns:[column-1-start] 2fr [column-1-end column-2-start] 1fr [column-2-end];
|
|
grid-template-rows:[column-1-start column-2-start] auto [column-1-end column-2-end];
|
|
grid-gap:20px;
|
|
}
|
|
.sheet-page.sheet-spells > div{
|
|
min-height:20px;
|
|
display:grid;
|
|
align-content:start;
|
|
}
|
|
.sheet-page.sheet-spells .sheet-column-1{
|
|
grid-area:column-1;
|
|
display:grid;
|
|
grid-template-columns:[per-day-start] 1fr 1fr [per-day-end];
|
|
grid-template-rows:[per-day-start] 170px [per-day-end] 1fr;
|
|
grid-gap:20px;
|
|
align-items:start;
|
|
}
|
|
.sheet-section-container.sheet-spells-per-day-container{
|
|
grid-area:per-day;
|
|
grid-template-columns: [char-tab-start] calc(var(--wedge)*1.41) [hcontent-start] calc(150px - var(--wedge)*1.41*2) [class-tab-start] calc(var(--wedge)*1.41) [char-tab-end] calc(150px - var(--wedge)*1.41) [class-tab-end] 1fr [hcontent-end] !important;
|
|
justify-items:stretch;
|
|
align-items:stretch;
|
|
}
|
|
.sheet-spells-per-day-container .sheet-section2{
|
|
grid-area:class-tab;
|
|
background-color: black !important;
|
|
border-radius: 5px !important;
|
|
box-shadow: 0px 0px 5px #2dafeb,0px 0px 20px #0a4ba1 !important;
|
|
border-bottom: none !important;
|
|
text-align: center !important;
|
|
}
|
|
.sheet-page.sheet-spells .sheet-column-2{
|
|
grid-area:column-2;
|
|
display:grid;
|
|
grid-template-columns:1fr;
|
|
grid-template-rows:minmax(170px,auto) repeat(3,auto);
|
|
grid-gap:20px;
|
|
}
|
|
.sheet-column-1 > .sheet-spell-column{
|
|
display:grid;
|
|
grid-template-columns:1fr;
|
|
grid-gap:20px;
|
|
}
|
|
.sheet-spellclass-details{
|
|
overflow-x:auto;
|
|
overflow-y:visible;
|
|
display:grid;
|
|
grid-template-columns: 0px [class-1-start] auto [class-1-end class-2-start] auto [class-2-end class-3-start] auto [class-3-end class-4-start] auto [class-4-end class-5-start] auto [class-5-end] 1fr 0px;
|
|
grid-template-rows:5px [class-1-start class-2-start class-3-start class-4-start class-4-start] 120px [class-1-end class-2-end class-3-end class-4-end class-4-end] 0px;
|
|
grid-gap:10px;
|
|
grid-auto-flow:column;
|
|
justify-content:start;
|
|
align-content:start;
|
|
}
|
|
.sheet-spellclass-details > .sheet-spellclass-container,
|
|
.sheet-spellclass-details > .sheet-spellclass-container,
|
|
.sheet-spellclass-details > .sheet-spellclass-container,
|
|
.sheet-spellclass-details > .sheet-spellclass-container,
|
|
.sheet-spellclass-details > .sheet-spellclass-container,
|
|
.sheet-spellclass-details > .sheet-gutter{
|
|
grid-row:class-1-start;
|
|
}
|
|
.sheet-spell-column{
|
|
width:266px;
|
|
}
|
|
.sheet-spell-column .sheet-section-container,
|
|
.sheet-page.sheet-spells .sheet-column-2 .sheet-section-container{
|
|
min-height:140px;
|
|
}
|
|
/* End spell styling */
|
|
.sheet-spell-button-container{
|
|
width:100%;
|
|
}
|
|
.sheet-spellclass-container {
|
|
display:none;
|
|
grid-template-columns:15px 5px 50px 5px 30px 5px 20px 5px 13px 20px 5px 20px 5px 13px 20px 5px 20px;
|
|
grid-template-rows:5px 15px 15px 5px 15px 5px 10px 5px 5px 15px 5px 5px 10px;
|
|
grid-template-areas:'........... ........... ........... .... .................. .................. .................. . ............. ............... ............. ........... ..... ........... ............. ........... .........'
|
|
'........... ........... ........... .... .................. .................. .................. . label label label label label label label label label'
|
|
'checkbox ........... name name name .................. level . cantrip-label cantrip-current cantrip-slash cantrip-max ..... one-label one-current one-slash one-max'
|
|
'........... ........... ........... .... .................. .................. .................. . ............. ............... ............. ........... ..... ........... ............. ........... .........'
|
|
'casting casting casting .... ability ability ability . two-label two-current two-slash two-max ..... three-label three-current three-slash three-max'
|
|
'casting casting casting .... ability ability ability . ............. ............... ............. ......... ..... ........... ............. ........... .........'
|
|
'casting casting casting .... ability ability ability . four-label four-current four-slash four-max ..... five-label five-current five-slash five-max'
|
|
'........... ........... ........... .... .................. .................. .................. . four-label four-current four-slash four-max ..... five-label five-current five-slash five-max'
|
|
'progression progression progression .... progression-select progression-select progression-select . ............. ............... ............. ......... ..... ........... ............. ........... .........'
|
|
'progression progression progression .... progression-select progression-select progression-select . six-label six-current six-slash six-max ..... seven-label seven-current seven-slash seven-max'
|
|
'progression progression progression .... progression-select progression-select progression-select . ............. ............... ............. ......... ..... ........... ............. ........... .........'
|
|
'progression progression progression .... progression-select progression-select progression-select . eight-label eight-current eight-slash eight-max ..... nine-label nine-current nine-slash nine-max'
|
|
'........... ........... ........... .... .................. .................. .................. . eight-label eight-current eight-slash eight-max ..... nine-label nine-current nine-slash nine-max';
|
|
justify-content:start;
|
|
align-items:center;
|
|
border:0px transparent;
|
|
border-radius:5px;
|
|
box-shadow:0px 0px 5px #2dafeb,0px 0px 20px #0a4ba1;
|
|
}
|
|
.sheet-spellclass-container *{
|
|
width:100%;
|
|
}
|
|
input[type=checkbox].sheet-class-spells:checked + .sheet-spellclass-container,
|
|
.sheet-spellclass-label-container{
|
|
display:grid;
|
|
}
|
|
.sheet-spellclass-container .sheet-class-show{
|
|
grid-area:checkbox;
|
|
}
|
|
.sheet-spellclass-container .sheet-class-name{
|
|
grid-area:name;
|
|
text-align:center;
|
|
overflow:hidden;
|
|
}
|
|
.sheet-spellclass-container .sheet-class-num-level{
|
|
grid-area:level;
|
|
text-align:center;
|
|
}
|
|
.sheet-spellclass-container .sheet-casting-ability{
|
|
grid-area:casting;
|
|
text-align:center;
|
|
}
|
|
.sheet-spellclass-container .sheet-class-ability{
|
|
grid-area:ability;
|
|
}
|
|
.sheet-spellclass-container .sheet-spell-progression{
|
|
grid-area:progression;
|
|
text-align:center;
|
|
}
|
|
.sheet-spellclass-container .sheet-class-spell-progression{
|
|
grid-area:progression-select;
|
|
}
|
|
.sheet-label.sheet-daily{
|
|
grid-area:label;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
.sheet-num.sheet-aspell0{
|
|
grid-area:cantrip-label;
|
|
}
|
|
.sheet-current.sheet-aspell0{
|
|
grid-area:cantrip-current;
|
|
}
|
|
.sheet-slash.sheet-aspell0{
|
|
grid-area:cantrip-slash;
|
|
}
|
|
.sheet-max.sheet-aspell0{
|
|
grid-area:cantrip-max;
|
|
}
|
|
.sheet-num.sheet-aspell1{
|
|
grid-area:one-label;
|
|
}
|
|
.sheet-current.sheet-aspell1{
|
|
grid-area:one-current;
|
|
}
|
|
.sheet-slash.sheet-aspell1{
|
|
grid-area:one-slash;
|
|
}
|
|
.sheet-max.sheet-aspell1{
|
|
grid-area:one-max;
|
|
}
|
|
.sheet-num.sheet-aspell2{
|
|
grid-area:two-label;
|
|
}
|
|
.sheet-current.sheet-aspell2{
|
|
grid-area:two-current;
|
|
}
|
|
.sheet-slash.sheet-aspell2{
|
|
grid-area:two-slash;
|
|
}
|
|
.sheet-max.sheet-aspell2{
|
|
grid-area:two-max;
|
|
}
|
|
.sheet-num.sheet-aspell3{
|
|
grid-area:three-label;
|
|
}
|
|
.sheet-current.sheet-aspell3{
|
|
grid-area:three-current;
|
|
}
|
|
.sheet-slash.sheet-aspell3{
|
|
grid-area:three-slash;
|
|
}
|
|
.sheet-max.sheet-aspell3{
|
|
grid-area:three-max;
|
|
}
|
|
.sheet-num.sheet-aspell4{
|
|
grid-area:four-label;
|
|
}
|
|
.sheet-current.sheet-aspell4{
|
|
grid-area:four-current;
|
|
}
|
|
.sheet-slash.sheet-aspell4{
|
|
grid-area:four-slash;
|
|
}
|
|
.sheet-max.sheet-aspell4{
|
|
grid-area:four-max;
|
|
}
|
|
.sheet-num.sheet-aspell5{
|
|
grid-area:five-label;
|
|
}
|
|
.sheet-current.sheet-aspell5{
|
|
grid-area:five-current;
|
|
}
|
|
.sheet-slash.sheet-aspell5{
|
|
grid-area:five-slash;
|
|
}
|
|
.sheet-max.sheet-aspell5{
|
|
grid-area:five-max;
|
|
}
|
|
.sheet-num.sheet-aspell6{
|
|
grid-area:six-label;
|
|
}
|
|
.sheet-current.sheet-aspell6{
|
|
grid-area:six-current;
|
|
}
|
|
.sheet-slash.sheet-aspell6{
|
|
grid-area:six-slash;
|
|
}
|
|
.sheet-max.sheet-aspell6{
|
|
grid-area:six-max;
|
|
}
|
|
.sheet-num.sheet-aspell7{
|
|
grid-area:seven-label;
|
|
}
|
|
.sheet-current.sheet-aspell7{
|
|
grid-area:seven-current;
|
|
}
|
|
.sheet-slash.sheet-aspell7{
|
|
grid-area:seven-slash;
|
|
}
|
|
.sheet-max.sheet-aspell7{
|
|
grid-area:seven-max;
|
|
}
|
|
.sheet-num.sheet-aspell8{
|
|
grid-area:eight-label;
|
|
}
|
|
.sheet-current.sheet-aspell8{
|
|
grid-area:eight-current;
|
|
}
|
|
.sheet-slash.sheet-aspell8{
|
|
grid-area:eight-slash;
|
|
}
|
|
.sheet-max.sheet-aspell8{
|
|
grid-area:eight-max;
|
|
}
|
|
.sheet-num.sheet-aspell9{
|
|
grid-area:nine-label;
|
|
}
|
|
.sheet-current.sheet-aspell9{
|
|
grid-area:nine-current;
|
|
}
|
|
.sheet-slash.sheet-aspell9{
|
|
grid-area:nine-slash;
|
|
}
|
|
.sheet-max.sheet-aspell9{
|
|
grid-area:nine-max;
|
|
}
|
|
.sheet-section-container > .sheet-section-container > .repcontainer:not([data-groupname='repeating_profession']){
|
|
height:auto;
|
|
align-self:start;
|
|
}
|
|
.sheet-abilities-container,
|
|
.sheet-weapons{
|
|
display:grid;
|
|
grid-template-columns:5px [container-start repcontrol-start] 20px [compendium-start] 1fr [compendium-end] 20px [container-end repcontrol-end] 5px;
|
|
grid-template-rows:5px [container-start] auto [container-end repcontrol-start compendium-start] 20px [compendium-end repcontrol-end] 0px;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-item-container{
|
|
display:grid;
|
|
grid-template-columns:5px [container-start compendium-container-start repcontrol-start] 20px [compendium-start] 1fr [compendium-end] 20px [container-end compendium-container-end repcontrol-end] 5px;
|
|
grid-template-rows:5px [container-start] auto [container-end repcontrol-start compendium-start] 20px [compendium-end repcontrol-end compendium-container-start] auto [compendium-container-end] 0px;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-cantrips-only ~ .sheet-section-container > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns:5px [repcontainer-start repcontrol-start] 20px [compendium-start] 1fr [compendium-end] 20px [repcontainer-end repcontrol-end] 5px;
|
|
grid-template-rows:5px [repcontainer-start] auto [repcontainer-end repcontrol-start compendium-start] 20px [repcontrol-end compendium-end] 0px;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-cantrips-only ~ .sheet-section-container .repcontainer{
|
|
grid-area:repcontainer;
|
|
}
|
|
.sheet-cantrips-only ~ .sheet-section-container .repcontrol,
|
|
.sheet-cantrips-only ~ .sheet-section-container .sheet-pseudo-repcontrol{
|
|
grid-area:repcontrol;
|
|
}
|
|
.sheet-cantrips-only ~ .sheet-section-container .repcontrol .repcontrol_add,
|
|
.sheet-cantrips-only ~ .sheet-section-container .repcontrol .repcontrol_add:before{
|
|
display:none;
|
|
}
|
|
.sheet-cantrips-only ~ .sheet-section-container .repcontrol{
|
|
--squaredim:10pt;
|
|
justify-self:end;
|
|
width:auto;
|
|
font-size:var(--squaredim);
|
|
}
|
|
.sheet-cantrips-only ~ .sheet-section-container .repcontrol_edit:after{
|
|
top:-2px;
|
|
left:0px;
|
|
}
|
|
.sheet-cantrips-only ~ .sheet-section-container .sheet-pseudo-repcontrol{
|
|
--squaredim:10pt;
|
|
justify-self:start;
|
|
width:auto;
|
|
}
|
|
.sheet-spell1:checked ~ div.sheet-aspell1,
|
|
.sheet-spell2:checked ~ div.sheet-aspell2,
|
|
.sheet-spell3:checked ~ div.sheet-aspell3,
|
|
.sheet-spell4:checked ~ div.sheet-aspell4,
|
|
.sheet-spell5:checked ~ div.sheet-aspell5,
|
|
.sheet-spell6:checked ~ div.sheet-aspell6,
|
|
.sheet-spell7:checked ~ div.sheet-aspell7,
|
|
.sheet-spell8:checked ~ div.sheet-aspell8,
|
|
.sheet-spell9:checked ~ div.sheet-aspell9{
|
|
display:grid !important;
|
|
grid-template-columns: [char-tab-start] calc(var(--wedge)*1.41) [hcontent-start] minmax(150px,auto) [char-tab-end] 1fr [hcontent-end];
|
|
grid-template-rows: [char-tab-start class-tab-start] 20px [char-tab-end class-tab-end hcontent-start] auto [hcontent-end];
|
|
justify-items:stretch;
|
|
align-items:stretch;
|
|
}
|
|
.sheet-spell1:checked ~ span.sheet-aspell1,
|
|
.sheet-spell2:checked ~ span.sheet-aspell1,
|
|
.sheet-spell2:checked ~ span.sheet-aspell2,
|
|
.sheet-spell3:checked ~ span.sheet-aspell1,
|
|
.sheet-spell3:checked ~ span.sheet-aspell2,
|
|
.sheet-spell3:checked ~ span.sheet-aspell3,
|
|
.sheet-spell4:checked ~ span.sheet-aspell1,
|
|
.sheet-spell4:checked ~ span.sheet-aspell2,
|
|
.sheet-spell4:checked ~ span.sheet-aspell3,
|
|
.sheet-spell4:checked ~ span.sheet-aspell4,
|
|
.sheet-spell5:checked ~ span.sheet-aspell1,
|
|
.sheet-spell5:checked ~ span.sheet-aspell2,
|
|
.sheet-spell5:checked ~ span.sheet-aspell3,
|
|
.sheet-spell5:checked ~ span.sheet-aspell4,
|
|
.sheet-spell5:checked ~ span.sheet-aspell5,
|
|
.sheet-spell6:checked ~ span.sheet-aspell1,
|
|
.sheet-spell6:checked ~ span.sheet-aspell2,
|
|
.sheet-spell6:checked ~ span.sheet-aspell3,
|
|
.sheet-spell6:checked ~ span.sheet-aspell4,
|
|
.sheet-spell6:checked ~ span.sheet-aspell5,
|
|
.sheet-spell6:checked ~ span.sheet-aspell6,
|
|
.sheet-spell7:checked ~ span.sheet-aspell1,
|
|
.sheet-spell7:checked ~ span.sheet-aspell2,
|
|
.sheet-spell7:checked ~ span.sheet-aspell3,
|
|
.sheet-spell7:checked ~ span.sheet-aspell4,
|
|
.sheet-spell7:checked ~ span.sheet-aspell5,
|
|
.sheet-spell7:checked ~ span.sheet-aspell6,
|
|
.sheet-spell7:checked ~ span.sheet-aspell7,
|
|
.sheet-spell8:checked ~ span.sheet-aspell1,
|
|
.sheet-spell8:checked ~ span.sheet-aspell2,
|
|
.sheet-spell8:checked ~ span.sheet-aspell3,
|
|
.sheet-spell8:checked ~ span.sheet-aspell4,
|
|
.sheet-spell8:checked ~ span.sheet-aspell5,
|
|
.sheet-spell8:checked ~ span.sheet-aspell6,
|
|
.sheet-spell8:checked ~ span.sheet-aspell7,
|
|
.sheet-spell8:checked ~ span.sheet-aspell8,
|
|
.sheet-spell9:checked ~ span.sheet-aspell1,
|
|
.sheet-spell9:checked ~ span.sheet-aspell2,
|
|
.sheet-spell9:checked ~ span.sheet-aspell3,
|
|
.sheet-spell9:checked ~ span.sheet-aspell4,
|
|
.sheet-spell9:checked ~ span.sheet-aspell5,
|
|
.sheet-spell9:checked ~ span.sheet-aspell6,
|
|
.sheet-spell9:checked ~ span.sheet-aspell7,
|
|
.sheet-spell9:checked ~ span.sheet-aspell8,
|
|
.sheet-spell9:checked ~ span.sheet-aspell9,
|
|
.sheet-spell1:checked ~ input.sheet-aspell1,
|
|
.sheet-spell2:checked ~ input.sheet-aspell1,
|
|
.sheet-spell2:checked ~ input.sheet-aspell2,
|
|
.sheet-spell3:checked ~ input.sheet-aspell1,
|
|
.sheet-spell3:checked ~ input.sheet-aspell2,
|
|
.sheet-spell3:checked ~ input.sheet-aspell3,
|
|
.sheet-spell4:checked ~ input.sheet-aspell1,
|
|
.sheet-spell4:checked ~ input.sheet-aspell2,
|
|
.sheet-spell4:checked ~ input.sheet-aspell3,
|
|
.sheet-spell4:checked ~ input.sheet-aspell4,
|
|
.sheet-spell5:checked ~ input.sheet-aspell1,
|
|
.sheet-spell5:checked ~ input.sheet-aspell2,
|
|
.sheet-spell5:checked ~ input.sheet-aspell3,
|
|
.sheet-spell5:checked ~ input.sheet-aspell4,
|
|
.sheet-spell5:checked ~ input.sheet-aspell5,
|
|
.sheet-spell6:checked ~ input.sheet-aspell1,
|
|
.sheet-spell6:checked ~ input.sheet-aspell2,
|
|
.sheet-spell6:checked ~ input.sheet-aspell3,
|
|
.sheet-spell6:checked ~ input.sheet-aspell4,
|
|
.sheet-spell6:checked ~ input.sheet-aspell5,
|
|
.sheet-spell6:checked ~ input.sheet-aspell6,
|
|
.sheet-spell7:checked ~ input.sheet-aspell1,
|
|
.sheet-spell7:checked ~ input.sheet-aspell2,
|
|
.sheet-spell7:checked ~ input.sheet-aspell3,
|
|
.sheet-spell7:checked ~ input.sheet-aspell4,
|
|
.sheet-spell7:checked ~ input.sheet-aspell5,
|
|
.sheet-spell7:checked ~ input.sheet-aspell6,
|
|
.sheet-spell7:checked ~ input.sheet-aspell7,
|
|
.sheet-spell8:checked ~ input.sheet-aspell1,
|
|
.sheet-spell8:checked ~ input.sheet-aspell2,
|
|
.sheet-spell8:checked ~ input.sheet-aspell3,
|
|
.sheet-spell8:checked ~ input.sheet-aspell4,
|
|
.sheet-spell8:checked ~ input.sheet-aspell5,
|
|
.sheet-spell8:checked ~ input.sheet-aspell6,
|
|
.sheet-spell8:checked ~ input.sheet-aspell7,
|
|
.sheet-spell8:checked ~ input.sheet-aspell8,
|
|
.sheet-spell9:checked ~ input.sheet-aspell1,
|
|
.sheet-spell9:checked ~ input.sheet-aspell2,
|
|
.sheet-spell9:checked ~ input.sheet-aspell3,
|
|
.sheet-spell9:checked ~ input.sheet-aspell4,
|
|
.sheet-spell9:checked ~ input.sheet-aspell5,
|
|
.sheet-spell9:checked ~ input.sheet-aspell6,
|
|
.sheet-spell9:checked ~ input.sheet-aspell7,
|
|
.sheet-spell9:checked ~ input.sheet-aspell8,
|
|
.sheet-spell9:checked ~ input.sheet-aspell9{
|
|
display:inline-block !important;
|
|
text-align:center;
|
|
}
|
|
.sheet-class-spells-day{
|
|
width:100%;
|
|
display:none !important;
|
|
}
|
|
/*settings style*/
|
|
.sheet-settings .sheet-row{
|
|
display:flex !important;
|
|
justify-content:space-between;
|
|
}
|
|
.sheet-settings{
|
|
grid-area:settings;
|
|
grid-template-columns:270px 270px 270px;
|
|
grid-auto-flow:column;
|
|
grid-column-gap:20px;
|
|
grid-row-gap:40px;
|
|
align-items:start;
|
|
}
|
|
.sheet-settings > .sheet-section-container > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns:[one-start]0px [row-start] 1fr [row-end] 0px;
|
|
grid-column-gap:10px;
|
|
grid-row-gap:5px
|
|
}
|
|
.sheet-settings > .sheet-section-container > .sheet-section-container > * {
|
|
grid-column: row-start;
|
|
}
|
|
.sheet-gutter{
|
|
height:0px;
|
|
}
|
|
/*############################################################ NPC STYLING ############################################################*/
|
|
.sheet-starfinder > .sheet-npc{
|
|
grid-area:settings;
|
|
}
|
|
.sheet-statblock .sheet-pseudo-repcontrol span,
|
|
.sheet-statblock .repcontrol_edit:after,
|
|
.sheet-statblock .repcontrol_add:before{
|
|
color:black;
|
|
}
|
|
.sheet-creator div.sheet-spells{
|
|
display:flex !important;
|
|
flex-wrap:wrap;
|
|
}
|
|
.sheet-is-caster:not(:checked) + div.sheet-spells,
|
|
.sheet-spell-button-container .sheet-class-spells:not(:checked) + button,
|
|
.sheet-is-caster:not(:checked) + label.sheet-spells{
|
|
display:none !important;
|
|
}
|
|
.sheet-starfinder > .sheet-container.sheet-npc{
|
|
grid-template-columns:[statblock-start] minmax(300px,1fr) [statblock-end creator-start] minmax(300px,1fr) [creator-end];
|
|
grid-template-rows:[statblock-start creator-start] auto [statblock-end creator-end];
|
|
align-items:start;
|
|
align-content:start;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-statblock{
|
|
grid-area:statblock;
|
|
grid-auto-rows:minmax(20px,auto);
|
|
grid-auto-columns:1fr;
|
|
display:grid;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-statblock-header{
|
|
background-color:black;
|
|
display:flex;
|
|
padding:2px 5px 0px;
|
|
color:white;
|
|
}
|
|
.sheet-statblock input:not([type="checkbox"]):not([type="radio"]){
|
|
border-bottom:1px solid black;
|
|
}
|
|
.sheet-statblock-header > input.sheet-char-name{
|
|
border-bottom:0px transparent;
|
|
color:white !important;
|
|
font-weight:900;
|
|
}
|
|
.sheet-statblock-header > input.sheet-cr{
|
|
border-color:white !important;
|
|
color:white !important;
|
|
font-weight:900;
|
|
}
|
|
.sheet-statblock > .sheet-row > *{
|
|
margin-right:5px;
|
|
}
|
|
.sheet-statblock > .sheet-row{
|
|
max-width:100%;
|
|
overflow:hidden;
|
|
position:relative;
|
|
flex-wrap:wrap;
|
|
}
|
|
.sheet-statblock > .sheet-attack-row{
|
|
display:grid;
|
|
grid-template-columns:[label-start repcontrol-start] 60px [label-end repcontrol-end repeating-start] 1fr [repeating-end];
|
|
grid-template-rows:[label-start repeating-start] 20px [label-end repcontrol-start] minmax(20px,auto) [repeating-end repcontrol-end];
|
|
}
|
|
.sheet-statblock > .sheet-attack-row > .sheet-attack-label{
|
|
grid-area:label;
|
|
}
|
|
.sheet-statblock > .sheet-attack-row > .repcontainer[data-groupname='repeating_attack']{
|
|
grid-area:repeating;
|
|
max-height:initial;
|
|
}
|
|
.sheet-statblock > .sheet-attack-row > .repcontrol,
|
|
.sheet-statblock > .sheet-attack-row > .sheet-pseudo-repcontrol{
|
|
grid-area:repcontrol;
|
|
width:initial;
|
|
position:relative;
|
|
top:-5px;
|
|
}
|
|
.sheet-statblock > .sheet-attack-row > .repcontrol{
|
|
justify-self:center;
|
|
}
|
|
.sheet-statblock > .sheet-attack-row > .sheet-pseudo-repcontrol{
|
|
justify-self:start;
|
|
}
|
|
.sheet-statblock > .sheet-attack-row .repcontainer[data-groupname='repeating_attack']{
|
|
width:auto;
|
|
height:auto;
|
|
display:flex;
|
|
justify-content:flex-start;
|
|
align-items:flex-start;
|
|
flex-wrap:wrap;
|
|
margin:0px;
|
|
}
|
|
.sheet-statblock > .sheet-attack-row .repcontainer[data-groupname='repeating_attack'] .repitem{
|
|
width:auto;
|
|
margin:0px;
|
|
margin-right:5px;
|
|
}
|
|
.sheet-statblock > .sheet-row >.sheet-pseudo-repcontrol,
|
|
.sheet-statblock > .sheet-row >.sheet-pseudo-repcontrol *{
|
|
width:initial;
|
|
position:relative;
|
|
top:-5px;
|
|
align-self:flex-end;
|
|
}
|
|
.sheet-statblock .repcontrol[data-groupname='repeating_attack'] .repcontrol_add{
|
|
display:none !important;
|
|
}
|
|
.sheet-attack-label{
|
|
width:60px;
|
|
}
|
|
.sheet-npcsummary{
|
|
display:flex;
|
|
flex-wrap:wrap;
|
|
}
|
|
.sheet-npcsummary > *:not(:last-child) {
|
|
margin-right:5px;
|
|
}
|
|
.sheet-statblock > .sheet-row > input[type='number']{
|
|
width:20px;
|
|
}
|
|
.sheet-statblock .sheet-row.sheet-special-abilities{
|
|
display:grid;
|
|
grid-template-columns:[header-start container-start] 1fr [header-end container-end];
|
|
grid-template-rows:[header-start]20px[header-end];
|
|
}
|
|
.sheet-statblock > .sheet-row > .sheet-npc-mod{
|
|
width:20px;
|
|
text-align:center;
|
|
}
|
|
.sheet-statblock .sheet-special-abilities-header{
|
|
grid-area:header;
|
|
}
|
|
.sheet-statblock .repcontrol[data-groupname='repeating_ability']{
|
|
grid-area:header;
|
|
justify-self:end;
|
|
align-self:stretch;
|
|
width:40px;
|
|
z-index:2;
|
|
position:relative;
|
|
overflow:hidden;
|
|
}
|
|
.sheet-statblock .repcontrol[data-groupname='repeating_ability'] .repcontrol_edit,
|
|
.sheet-statblock .repcontrol[data-groupname='repeating_ability'] .repcontrol_add{
|
|
padding:0px 5px;
|
|
position:relative;
|
|
}
|
|
.sheet-statblock .repcontrol[data-groupname='repeating_ability'] .repcontrol_edit:after,
|
|
.sheet-statblock .repcontrol[data-groupname='repeating_ability'] .repcontrol_add:before{
|
|
padding:0px;
|
|
position:relative;
|
|
left:-5px;
|
|
}
|
|
.sheet-statblock .repcontrol[data-groupname='repeating_spell'],
|
|
.sheet-statblock .repcontainer[data-groupname='repeating_spell']{
|
|
width:100%;
|
|
}
|
|
.sheet-statblock .sheet-field-container .sheet-attr-total-container{
|
|
width:40px;
|
|
position:relative;
|
|
overflow:hidden;
|
|
}
|
|
.sheet-statblock .sheet-field-container .sheet-attr-total-container .sheet-modified-attr{
|
|
width:100%;
|
|
border-bottom:1px solid black;
|
|
line-height:14px;
|
|
font-size:8pt;
|
|
text-align:center;
|
|
}
|
|
.sheet-statblock .sheet-field-container .sheet-attr-total-container .sheet-base-attr{
|
|
width:100%;
|
|
z-index:5;
|
|
opacity:0;
|
|
}
|
|
.sheet-statblock .sheet-field-container .sheet-attr-total-container .sheet-base-attr:focus{
|
|
opacity:100;
|
|
}
|
|
.sheet-statblock .sheet-field-container .sheet-attr-total-container .sheet-base-attr:focus ~ .sheet-modified-attr{
|
|
opacity:0;
|
|
}
|
|
.sheet-statblock .repcontainer[data-groupname='repeating_spell']{
|
|
display:flex;
|
|
flex-wrap:wrap;
|
|
height:auto;
|
|
}
|
|
.sheet-statblock .repcontainer[data-groupname='repeating_spell'] .repitem{
|
|
width:auto;
|
|
}
|
|
span.sheet-cr{
|
|
margin-left:5px;
|
|
margin-right:5px;
|
|
color:white !important;
|
|
}
|
|
input.sheet-cr{
|
|
width:20px;
|
|
margin-right:5px;
|
|
}
|
|
.sheet-statblock > .sheet-row > span.sheet-xp{
|
|
margin-right:5px;
|
|
}
|
|
.sheet-statblock > .sheet-row > input.sheet-xp{
|
|
width:80px;
|
|
}
|
|
.sheet-statblock > .sheet-row > textarea.sheet-scalable-input{
|
|
height:auto;
|
|
min-height:60px;
|
|
}
|
|
.sheet-statblock .sheet-alignment{
|
|
width:20px !important;
|
|
}
|
|
.sheet-statblock-section-header{
|
|
background-color:#ededed;
|
|
min-width:100%;
|
|
max-height:20px;
|
|
}
|
|
.sheet-statblock-section-header > span{
|
|
font-weight:900;
|
|
}
|
|
.sheet-defense-header{
|
|
display:grid;
|
|
grid-template-columns:[label-start] auto [label-end hp-start] 1fr [hp-end];
|
|
grid-template-rows:[label-start hp-start] 20px [label-end hp-end];
|
|
grid-gap:5px;
|
|
justify-items:end;
|
|
align-items:end;
|
|
}
|
|
.sheet-hp-rp-container{
|
|
grid-area:hp;
|
|
}
|
|
.sheet-statblock .sheet-row span.sheet-dr{
|
|
width:auto;
|
|
}
|
|
.sheet-statblock .sheet-row .sheet-space{
|
|
width:50px;
|
|
}
|
|
.sheet-button-description{
|
|
max-height:90px;
|
|
overflow:hidden;
|
|
}
|
|
.sheet-statblock .sheet-skills-row{
|
|
display:grid;
|
|
grid-template-columns:[header-start]1fr 1fr[header-end];
|
|
grid-column-gap:10px;
|
|
grid-row-gap:5px;
|
|
}
|
|
.sheet-statblock .sheet-row-options{
|
|
background-color:transparent;
|
|
}
|
|
.sheet-statblock .sheet-skills-row .sheet-skill-container{
|
|
grid-column:initial;
|
|
}
|
|
.sheet-statblock .sheet-skills-row > span{
|
|
grid-column:header-start / header-end;
|
|
}
|
|
.sheet-statblock .sheet-skill-container .sheet-display{
|
|
grid-template-columns:[button-start] 80px [button-end tot-start] 15px [tot-end abi-start] 30px [abi-end] 20px
|
|
}
|
|
.sheet-statblock .sheet-row .sheet-skill-container input[type='text']{
|
|
width:2em;
|
|
}
|
|
.sheet-creator{
|
|
height:100%;
|
|
grid-area:creator;
|
|
position:relative;
|
|
display:grid;
|
|
grid-template-columns:[content-start menu-start] 135px [menu-end import-start] 135px [import-end create-start]135px [create-end] 1fr [content-end];
|
|
grid-template-rows:[menu-start import-start create-start] 18px [menu-end import-end create-end content-start] 1fr [content-end];
|
|
}
|
|
.sheet-creator .sheet-in-play-tab{
|
|
position:initial;
|
|
width:100%;
|
|
height:100%;
|
|
z-index:20;
|
|
}
|
|
.sheet-creator .sheet-section.sheet-label{
|
|
position:initial;
|
|
top:initial;
|
|
left:initial;
|
|
text-align:center;
|
|
color:#f86f1a;
|
|
text-shadow:none;
|
|
}
|
|
.sheet-creator .sheet-menu-head{
|
|
grid-area:menu;
|
|
}
|
|
.sheet-creator .sheet-import-head{
|
|
grid-area:import;
|
|
}
|
|
.sheet-creator .sheet-create-head{
|
|
grid-area:create;
|
|
}
|
|
.sheet-creator .sheet-in-play-tab:hover + h1{
|
|
text-shadow:0px 0px 10px #f86f1a,0px 0px 20px #fc6507;
|
|
}
|
|
.sheet-creator .sheet-in-play-tab:not(:checked) + h1{
|
|
color:white;
|
|
}
|
|
.sheet-creator .sheet-menu-tab:not(:checked) ~ .sheet-menus,
|
|
.sheet-creator .sheet-import-tab:not(:checked) ~ .sheet-import,
|
|
.sheet-creator .sheet-create-tab:not(:checked) ~ .sheet-create{
|
|
display:none;
|
|
}
|
|
.sheet-creator .sheet-menus{
|
|
height:140px;
|
|
flex-direction:column;
|
|
display:flex;
|
|
}
|
|
.sheet-creator .sheet-menus button[type=roll]{
|
|
color:white !important;
|
|
}
|
|
.sheet-creator .sheet-in-play{
|
|
grid-area:content;
|
|
}
|
|
.sheet-import-checkbox{
|
|
display:none;
|
|
}
|
|
.sheet-import{
|
|
display:grid;
|
|
grid-template-columns:[import-start warning-start statblock-start]55px[import-end export-start] 55px [export-end] repeat(2,auto) 1fr [warning-end statblock-end];
|
|
grid-template-rows:[warning-start] 20px [warning-end import-start export-start] 18px [import-end export-end statblock-start] 1fr [statblock-end];
|
|
grid-gap:5px;
|
|
padding-top:5px;
|
|
height:100%;
|
|
}
|
|
.sheet-experimental{
|
|
grid-area:warning;
|
|
background: repeating-linear-gradient(
|
|
45deg,
|
|
#ff8100,
|
|
#ff8100 10px,
|
|
#000000 10px,
|
|
#000000 20px
|
|
);
|
|
text-align:center;
|
|
color:white;
|
|
font-size:13px !important;
|
|
font-weight:700;
|
|
}
|
|
.sheet-import label{
|
|
width:auto;
|
|
height:auto;
|
|
text-shadow:none;
|
|
color:black;
|
|
}
|
|
.sheet-import-checkbox + span{
|
|
background-color: #EFEFEF;
|
|
border: 1px solid black;
|
|
border-radius: 2px;
|
|
font-size: 12px;
|
|
padding:2px;
|
|
}
|
|
.sheet-import-checkbox:checked + span{
|
|
color:white;
|
|
background-color:black;
|
|
}
|
|
.sheet-import-label{
|
|
grid-area:import;
|
|
}
|
|
.sheet-export-label{
|
|
grid-area:export;
|
|
opacity:0;
|
|
cursor:default;
|
|
}
|
|
.sheet-statblock-text{
|
|
width:100%;
|
|
height:100%;
|
|
grid-area:statblock;
|
|
}
|
|
/*Ship Styling*/
|
|
.sheet-starfinder > .sheet-ship{
|
|
grid-area:settings;
|
|
grid-template-columns:[critical-start bottom-start weapon-start type-start crew-start] 1fr [shields-start] 152px [type-end crew-end] 153px [defenses-start menu-start] 152px [shields-end] 1fr [weapon-end defenses-end menu-end bottom-end critical-end];
|
|
grid-template-rows:[type-start defenses-start] 0px [shields-start] 268px [type-end defenses-end crew-start menu-start] 209px [shields-end] 0px [crew-end menu-end weapon-start] auto [weapon-end bottom-start] auto [bottom-end critical-start] auto [critical-end];
|
|
grid-gap:20px;
|
|
}
|
|
.sheet-ship .sheet-label-container > *{
|
|
width:100%;
|
|
}
|
|
.sheet-ship .sheet-section-container *{
|
|
color:white;
|
|
}
|
|
.sheet-ship .sheet-starship-type{
|
|
grid-area:type;
|
|
}
|
|
.sheet-ship .sheet-starship-type > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns:5px [size-start name-start model-start speed-start maneuver-start drift-start] 1fr 20px [size-end frame-start] 1fr [speed-end maneuver-end drift-end] 20px [frame-end] 42px [model-end] 0px [name-end tier-start] 40px [tier-end] 40px;
|
|
grid-gap:5px;
|
|
align-content:start;
|
|
}
|
|
.sheet-starship-type .sheet-top-gutter{
|
|
grid-column:name-start / tier-end;
|
|
height:5px;
|
|
}
|
|
.sheet-starship-type .sheet-ship-name{
|
|
grid-column:name-start / name-end;
|
|
}
|
|
.sheet-starship-type .sheet-ship-tier{
|
|
grid-column:tier-start / tier-end;
|
|
}
|
|
.sheet-starship-type .sheet-ship-make-model{
|
|
grid-column:model-start / model-end;
|
|
}
|
|
.sheet-starship-type .sheet-ship-size{
|
|
grid-column:size-start / size-end;
|
|
}
|
|
.sheet-starship-type .sheet-ship-frame{
|
|
grid-column:frame-start / frame-end;
|
|
}
|
|
.sheet-starship-type .sheet-ship-speed{
|
|
grid-column:speed-start / speed-end;
|
|
}
|
|
.sheet-starship-type .sheet-ship-maneuverability{
|
|
grid-column:maneuver-start / maneuver-end;
|
|
}
|
|
.sheet-starship-type .sheet-ship-drift-rating{
|
|
grid-column:drift-start / drift-end;
|
|
}
|
|
.sheet-ship .sheet-shields{
|
|
grid-area:shields;
|
|
border-radius:50%;
|
|
background-color:white;
|
|
z-index:2;
|
|
box-shadow:var(--box-shadow);
|
|
position:relative;
|
|
overflow:hidden;
|
|
display:grid;
|
|
grid-template-columns:[hex-start port-start] 100px [port-end] 1fr [forward-start aft-start] 100px [forward-end aft-end] 1fr [starboard-start] 100px [starboard-end hex-end];
|
|
grid-template-rows:[hex-start forward-start] 60px [forward-end] 1fr [port-start starboard-start] 60px [port-end starboard-end] 1fr [aft-start] 60px [aft-end hex-end];
|
|
justify-items:center;
|
|
align-items:center;
|
|
align-content:center;
|
|
justify-content:center;
|
|
}
|
|
.sheet-ship .sheet-shields.sheet-non-hex{
|
|
background-color:transparent;
|
|
}
|
|
.sheet-ship .sheet-section-container .sheet-label-container{
|
|
z-index:10;
|
|
}
|
|
.sheet-arc-shield{
|
|
z-index:20;
|
|
height:100%;
|
|
width:100%;
|
|
display:grid;
|
|
grid-template-columns:0px [content-start] 1fr [content-end]0px;
|
|
grid-gap:5px;
|
|
align-content:center;
|
|
}
|
|
.sheet-arc-shield *{
|
|
grid-column:content-start / content-end;
|
|
width:100% !important;
|
|
text-align:center;
|
|
color:white;
|
|
}
|
|
.sheet-forward-shield{
|
|
grid-area:forward;
|
|
background:radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(0% - var(--ringsize)) calc(100% + var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(100% + var(--ringsize)) calc(100% + var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
linear-gradient(135deg, var(--backcolor) var(--wedge), var(--backcolor) 0)top left/52% 52% var(--repeat) ,
|
|
linear-gradient(225deg, var(--backcolor) var(--wedge), var(--backcolor) 0)top right/52% 52% var(--repeat) ,
|
|
linear-gradient(315deg, transparent var(--wedge), var(--backcolor) 0)bottom right/52% 52% var(--repeat) ,
|
|
linear-gradient(45deg, transparent var(--wedge), var(--backcolor) 0)bottom left/52% 52% var(--repeat) ;
|
|
}
|
|
.sheet-port-shield{
|
|
grid-area:port;
|
|
background:radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(100% + var(--ringsize)) calc(100% + var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(100% + var(--ringsize)) calc(0% - var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
linear-gradient(135deg, var(--backcolor) var(--wedge), var(--backcolor) 0)top left/52% 52% var(--repeat) ,
|
|
linear-gradient(225deg, transparent var(--wedge), var(--backcolor) 0)top right/52% 52% var(--repeat) ,
|
|
linear-gradient(315deg, transparent var(--wedge), var(--backcolor) 0)bottom right/52% 52% var(--repeat) ,
|
|
linear-gradient(45deg, var(--backcolor) var(--wedge), var(--backcolor) 0)bottom left/52% 52% var(--repeat) ;
|
|
}
|
|
.sheet-aft-shield{
|
|
grid-area:aft;
|
|
background:radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(100% + var(--ringsize)) calc(0% - var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(0% - var(--ringsize)) calc(0% - var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
linear-gradient(135deg, transparent var(--wedge), var(--backcolor) 0)top left/52% 52% var(--repeat) ,
|
|
linear-gradient(225deg, transparent var(--wedge), var(--backcolor) 0)top right/52% 52% var(--repeat) ,
|
|
linear-gradient(315deg, var(--backcolor) var(--wedge), var(--backcolor) 0)bottom right/52% 52% var(--repeat) ,
|
|
linear-gradient(45deg, var(--backcolor) var(--wedge), var(--backcolor) 0)bottom left/52% 52% var(--repeat) ;
|
|
}
|
|
.sheet-starboard-shield{
|
|
grid-area:starboard;
|
|
background:radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(0% - var(--ringsize)) calc(100% + var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(0% - var(--ringsize)) calc(0% - var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
linear-gradient(135deg, transparent var(--wedge), var(--backcolor) 0)top left/52% 52% var(--repeat) ,
|
|
linear-gradient(225deg, var(--backcolor) var(--wedge), var(--backcolor) 0)top right/52% 52% var(--repeat) ,
|
|
linear-gradient(315deg, var(--backcolor) var(--wedge), var(--backcolor) 0)bottom right/52% 52% var(--repeat) ,
|
|
linear-gradient(45deg, transparent var(--wedge), var(--backcolor) 0)bottom left/52% 52% var(--repeat) ;
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hex-container{
|
|
width:100%;
|
|
height:100%;
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
display:grid;
|
|
grid-template-rows:repeat(7,70.45px);
|
|
align-items:center;
|
|
justify-items:center;
|
|
transform:rotate(90deg);
|
|
grid-area:hex;
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hex-row{
|
|
display:flex;
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hex-row:nth-child(even){
|
|
position:relative;
|
|
left:-42px;
|
|
}
|
|
.sheet-center-container .sheet-center-hex{
|
|
z-index:10;
|
|
display:grid;
|
|
align-items:center;
|
|
justify-items:center;
|
|
}
|
|
.sheet-center-hex span{
|
|
font-size:50pt;
|
|
z-index:20;
|
|
font-family:Pictos;
|
|
transform:rotate(-45deg);
|
|
position:relative;
|
|
top:2px;
|
|
left:3px;
|
|
color:white;
|
|
}
|
|
.sheet-dual-arc{
|
|
background-color:#64BAC9!important;
|
|
}
|
|
.sheet-line-left,
|
|
.sheet-line-right{
|
|
position:absolute;
|
|
width:500px;
|
|
height:2px;
|
|
background-color:#01101c;
|
|
z-index:5;
|
|
grid-row:1 / -1
|
|
}
|
|
.sheet-line-right{
|
|
transform:rotate(29.25deg);
|
|
}
|
|
.sheet-line-left{
|
|
transform:rotate(-29.25deg);
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hexagon {
|
|
position: relative;
|
|
width: 82.8333px;
|
|
height: 47.82px;
|
|
background-color: #ffffff;
|
|
margin: 23.91px 0;
|
|
margin-left:-1px;
|
|
border-left: solid 1px #01101c;
|
|
border-right: solid 1px #01101c;
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hexagon.sheet-even{
|
|
position:relative;
|
|
top:-41px;
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hexagon:before,
|
|
.sheet-ship .sheet-shields .sheet-hexagon:after {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 58.57px;
|
|
height: 58.57px;
|
|
-webkit-transform: scaleY(0.5774) rotate(-45deg);
|
|
-ms-transform: scaleY(0.5774) rotate(-45deg);
|
|
transform: scaleY(0.5774) rotate(-45deg);
|
|
background-color: inherit;
|
|
left: 11.1307px;
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hexagon:before {
|
|
top: -29.2860px;
|
|
border-top: solid 1.4142px #01101c;
|
|
border-right: solid 1.4142px #01101c;
|
|
}
|
|
.sheet-ship .sheet-shields .sheet-hexagon:after {
|
|
bottom: -29.2860px;
|
|
border-bottom: solid 1.4142px #01101c;
|
|
border-left: solid 1.4142px #01101c;
|
|
}
|
|
.sheet-ship .sheet-starship-defense{
|
|
grid-area:defenses;
|
|
grid-template-columns: [hcontent-start] 1fr [char-tab-start] calc(150px - var(--wedge)*1.41) [hcontent-end] calc(var(--wedge)*1.41) [char-tab-end];
|
|
grid-template-rows: [char-tab-start class-tab-start] 20px [char-tab-end class-tab-end hcontent-start] auto [hcontent-end];
|
|
justify-items: stretch;
|
|
align-items: stretch;
|
|
}
|
|
.sheet-ship .sheet-starship-defense > .sheet-section,
|
|
.sheet-ship .sheet-starship-defense > .sheet-section-container,
|
|
.sheet-ship .sheet-crew > .sheet-section-container,
|
|
.sheet-ship .sheet-crew > .sheet-section,{
|
|
background:
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(100% + var(--ringsize)) calc(100% + var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(0% - var(--ringsize)) calc(0% - var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
linear-gradient(135deg, transparent var(--wedge), var(--backcolor) 0)top left/52% 52% var(--repeat) ,
|
|
linear-gradient(225deg, var(--backcolor) var(--wedge), var(--backcolor) 0)top right/52% 52% var(--repeat) ,
|
|
linear-gradient(315deg, transparent var(--wedge), var(--backcolor) 0)bottom right/52% 52% var(--repeat) ,
|
|
linear-gradient(45deg, var(--backcolor) var(--wedge), var(--backcolor) 0)bottom left/52% 52% var(--repeat) ;
|
|
}
|
|
.sheet-ship .sheet-starship-defense > .sheet-section-container{
|
|
display:grid;/*157*/
|
|
grid-template-columns:85px [ac-start] 40px [hp-start] 35px [threshold-start modifiers-start shields-start] 1fr [modifiers-end shields-end threshold-end hp-end ac-end] 5px;
|
|
grid-gap:5px;
|
|
align-content:start;
|
|
}
|
|
.sheet-starship-defense .sheet-top-gutter{
|
|
grid-column:ac-start / ac-end;
|
|
height:5px;
|
|
}
|
|
.sheet-ship .sheet-starship-defense > .sheet-section-container > *{
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container{
|
|
grid-column: ac-start / ac-end;
|
|
display:grid;
|
|
grid-template-columns:[row-start] 20px [row-end total-start] 40px [total-end equal-start] 10px [equal-end piloting-start] 1fr [piloting-end plus-start] 10px [plus-end armor-start] 30px [armor-end];
|
|
grid-template-rows:[label-start] 18px [label-end ac-start] 18px [ac-end tl-start] 18px [tl-end];
|
|
grid-gap:5px;
|
|
justify-content:end;
|
|
height:auto;
|
|
}
|
|
.sheet-starship-defense input{
|
|
width:100%;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-row-label{
|
|
grid-column:row-start / row-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-total{
|
|
grid-column:total-start / total-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-equal{
|
|
grid-column:equal-start / equal-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-piloting{
|
|
grid-column:piloting-start / piloting-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-plus{
|
|
grid-column:plus-start / plus-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-armor{
|
|
grid-column:armor-start / armor-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-labels{
|
|
grid-row:label-start / label-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-ac{
|
|
grid-row:ac-start / ac-end;
|
|
}
|
|
.sheet-starship-defense .sheet-ac-container .sheet-tl{
|
|
grid-row:tl-start / tl-end;
|
|
}
|
|
.sheet-armor.sheet-label{
|
|
font-family:Pictos Three;
|
|
}
|
|
.sheet-starship-defense .sheet-hp-container{
|
|
grid-column:hp-start / hp-end;
|
|
display:grid;
|
|
grid-template-columns: 0px [row-label-start] 20px [row-label-end current-start] 1fr [current-end slash-start] 5px [slash-end total-start] 1fr [total-end];
|
|
grid-template-rows: 0px [label-start] 20px [label-end value-start] 20px [value-end];
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-starship-defense .sheet-hp-container .sheet-labels,
|
|
.sheet-starship-defense .sheet-threshold-container .sheet-labels,
|
|
.sheet-starship-defense .sheet-shields-container .sheet-labels{
|
|
grid-row:label-start / label-end;
|
|
text-align:center;
|
|
}
|
|
.sheet-starship-defense .sheet-hp-container .sheet-value,
|
|
.sheet-starship-defense .sheet-threshold-container .sheet-value,
|
|
.sheet-starship-defense .sheet-shields-container .sheet-value{
|
|
grid-row:value-start / value-end;
|
|
text-align:center;
|
|
}
|
|
.sheet-starship-defense .sheet-hp-container .sheet-row-label{
|
|
grid-column:row-label-start / row-label-end;
|
|
align-self:center;
|
|
text-align:center;
|
|
}
|
|
.sheet-starship-defense .sheet-hp-container .sheet-current{
|
|
grid-column:current-start / current-end;
|
|
}
|
|
.sheet-starship-defense .sheet-hp-container .sheet-slash{
|
|
grid-column:slash-start / slash-end;
|
|
}
|
|
.sheet-starship-defense .sheet-hp-container .sheet-total{
|
|
grid-column:total-start / total-end;
|
|
width:100%;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-threshold-container{
|
|
display:grid;
|
|
grid-column:threshold-start / threshold-end;
|
|
grid-template-columns:[over-label-start damage-start] 1fr [damage-end critical-start] 1fr [critical-end over-label-end];
|
|
grid-template-rows: 0px [over-label-start] 20px [over-label-end label-start] 20px [label-end value-start] 20px [value-end];
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-threshold-container .sheet-over-label{
|
|
grid-area:over-label;
|
|
text-align:center;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-threshold-container .sheet-damage{
|
|
grid-column:damage-start / damage-end;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-threshold-container .sheet-critical{
|
|
grid-column:critical-start / critical-end;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-shields-container{
|
|
grid-column:shields-start / shields-end;
|
|
display:grid;
|
|
grid-template-columns:[label-start current-start]1fr [current-end slash-start] 20px [slash-end max-start] 1fr [max-end label-end];
|
|
grid-template-rows:[label-start] 20px [label-end current-start slash-start max-start] 20px [current-end slash-end max-end];
|
|
grid-gap:5px;
|
|
grid-auto-flow:row;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-shields-container .sheet-label{
|
|
grid-area:label;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-shields-container .sheet-current{
|
|
grid-area:current;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-shields-container .sheet-max{
|
|
grid-area:max;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-shields-container .sheet-slash{
|
|
grid-area:slash;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-shields-container *{
|
|
width:100%;
|
|
text-align:center;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-modifiers-container{
|
|
grid-column:modifiers-start / modifiers-end;
|
|
display:none;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-border.sheet-left,
|
|
.sheet-ship .sheet-crew .sheet-border.sheet-left{
|
|
align-self:end;
|
|
justify-self:start;
|
|
width:0px;
|
|
height:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-border.sheet-top,
|
|
.sheet-ship .sheet-crew .sheet-border.sheet-top{
|
|
align-self:start;
|
|
justify-self:end;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-border.sheet-right,
|
|
.sheet-ship .sheet-crew .sheet-border.sheet-right{
|
|
align-self:start;
|
|
justify-self:end;
|
|
width:0px;
|
|
height:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-border.sheet-bottom,
|
|
.sheet-ship .sheet-crew .sheet-border.sheet-bottom{
|
|
align-self:end;
|
|
justify-self:start;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-ship .sheet-starship-defense .sheet-border.sheet-corner,
|
|
.sheet-ship .sheet-crew .sheet-border.sheet-corner{
|
|
transform:rotate(-45deg);
|
|
width:calc(var(--wedge) * 2);
|
|
height:0px;
|
|
background-color:white;
|
|
}
|
|
.sheet-ship .sheet-ship-weapons{
|
|
grid-area:weapon;
|
|
display:grid;
|
|
grid-template-columns:[forward-start] 1fr [forward-end port-start] 1fr [port-end aft-start] 1fr [aft-end starboard-start] 1fr [starboard-end turret-start] 1fr [turret-end];
|
|
grid-template-rows:[forward-start turret-start port-start starboard-start aft-start] minmax(60px,auto) [forward-end turret-end port-end starboard-end aft-end];
|
|
grid-gap:5px;
|
|
align-items:start;
|
|
}
|
|
.sheet-ship .sheet-ship-weapons > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns: [char-tab-start] calc(var(--wedge)*1.41) [hcontent-start] calc(150px - var(--wedge)*1.41) [char-tab-end] 1fr [hcontent-end];
|
|
grid-template-rows: [char-tab-start class-tab-start] 20px [char-tab-end class-tab-end hcontent-start] minmax(60px,auto) [hcontent-end];
|
|
justify-items:stretch;
|
|
align-items:stretch;
|
|
}
|
|
.sheet-ship .repcontrol_add{
|
|
display:none !important;
|
|
}
|
|
.sheet-ship .sheet-ship-weapons .sheet-forward-weapon{
|
|
grid-area:forward;
|
|
}
|
|
.sheet-ship .sheet-ship-weapons .sheet-port-weapon{
|
|
grid-area:port;
|
|
}
|
|
.sheet-ship .sheet-ship-weapons .sheet-aft-weapon{
|
|
grid-area:aft;
|
|
}
|
|
.sheet-ship .sheet-ship-weapons .sheet-starboard-weapon{
|
|
grid-area:starboard;
|
|
}
|
|
.sheet-ship .sheet-ship-weapons .sheet-turret-weapon{
|
|
grid-area:turret;
|
|
}
|
|
.sheet-ship .sheet-crew{
|
|
display:grid;
|
|
grid-area:crew;
|
|
grid-template-columns: [char-tab-start] calc(var(--wedge)*1.41) [hcontent-start] calc(150px - var(--wedge)*1.41) [char-tab-end] 1fr [hcontent-end];
|
|
grid-template-rows: [hcontent-start] auto [hcontent-end char-tab-start class-tab-start] 20px [char-tab-end class-tab-end];
|
|
justify-items: stretch;
|
|
align-items: stretch;
|
|
}
|
|
.sheet-ship .sheet-crew > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns:0px [captain-start gunner-start engineer-start pilot-start science-officer-start] 1fr [captain-end] 5px [engineer-end] 10px [pilot-end] 24px [science-officer-end] 35px [gunner-end] 50px ;
|
|
grid-column-gap:5px;
|
|
}
|
|
.sheet-ship .sheet-crew .sheet-top-gutter{
|
|
grid-column:captain-start;
|
|
height:5px;
|
|
}
|
|
.sheet-ship .sheet-crew .sheet-captain{
|
|
grid-column:captain-start;
|
|
}
|
|
.sheet-ship .sheet-crew .sheet-engineer{
|
|
grid-column:captain-start / engineer-end;
|
|
}
|
|
.sheet-ship .sheet-crew .sheet-pilot{
|
|
grid-column:captain-start / pilot-end;
|
|
}
|
|
.sheet-ship .sheet-crew .sheet-science-officer{
|
|
grid-column:captain-start / science-officer-end;
|
|
}
|
|
.sheet-ship .sheet-crew .sheet-gunner{
|
|
grid-column:captain-start / gunner-end;
|
|
}
|
|
.sheet-ship .sheet-ship-menus{
|
|
display:grid;
|
|
grid-area:menu;
|
|
grid-template-columns: [hcontent-start] 1fr [char-tab-start] minmax(calc(150px - var(--wedge)*1.41),auto) [hcontent-end] calc(var(--wedge)*1.41) [char-tab-end];
|
|
grid-template-rows: [hcontent-start] auto [hcontent-end char-tab-start class-tab-start] 20px [char-tab-end class-tab-end];
|
|
justify-items: stretch;
|
|
align-items: stretch;
|
|
}
|
|
.sheet-ship .sheet-ship-menus > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns: 125px [power-label-start power-current-start computer-label-start computer-bonus-start] 1fr [power-current-end power-slash-start] 20px [power-slash-end power-max-start] 1fr [power-max-end power-label-end computer-label-start computer-bonus-end] 0px;
|
|
grid-template-rows:1fr [power-label-start] 20px [power-label-end power-current-start power-slash-start power-max-start] 20px [power-current-end power-slash-end power-max-end computer-label-start] 20px [computer-label-end computer-bonus-start] 20px [computer-bonus-end] 2fr;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-ship .sheet-ship-menus > .sheet-section-container .sheet-label.sheet-power{
|
|
grid-area:power-label;
|
|
justify-self:center;
|
|
}
|
|
.sheet-ship .sheet-ship-menus > .sheet-section-container .sheet-current.sheet-power{
|
|
grid-area:power-current;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
.sheet-ship .sheet-ship-menus > .sheet-section-container .sheet-slash.sheet-power{
|
|
grid-area:power-slash;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
.sheet-ship .sheet-ship-menus > .sheet-section-container .sheet-max.sheet-power{
|
|
grid-area:power-max;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
.sheet-ship .sheet-ship-menus > .sheet-section-container .sheet-label.sheet-computer{
|
|
grid-area:computer-label;
|
|
justify-self:center;
|
|
}
|
|
.sheet-ship .sheet-ship-menus > .sheet-section-container .sheet-current.sheet-computer{
|
|
grid-area:computer-bonus;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
.sheet-ship .sheet-bottom-section{
|
|
grid-area:bottom;
|
|
display:grid;
|
|
grid-template-columns:[systems-start] 1fr [systems-end expansion-start] 1fr [expansion-end cargo-start] 1fr [cargo-end];
|
|
grid-template-rows:[systems-start expansion-start cargo-start] auto [systems-end expansion-end cargo-end];
|
|
grid-gap:20px;
|
|
align-items:start;
|
|
}
|
|
.sheet-ship .sheet-bottom-section .sheet-curr-power{
|
|
color:white;
|
|
grid-template-columns: [char-tab-start] calc(var(--wedge)*1.41) [hcontent-start] auto [char-tab-end] 1fr [hcontent-end];
|
|
grid-area:power;
|
|
height:100%;
|
|
}
|
|
.sheet-curr-power .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns:0px [current-start] 1fr [current-end slash-start] 5px [slash-end max-start] 1fr [max-end] 0px;
|
|
grid-template-rows:0px [current-start slash-start max-start] 20px [current-end slash-end max-end]0px;
|
|
grid-gap:5px;
|
|
align-content:center;
|
|
}
|
|
.sheet-curr-power .sheet-section-container .sheet-current{
|
|
grid-area:current;
|
|
width:100%;
|
|
}
|
|
.sheet-curr-power .sheet-section-container .sheet-slash{
|
|
grid-area:slash;
|
|
}
|
|
.sheet-curr-power .sheet-section-container .sheet-max{
|
|
grid-area:max;
|
|
width:100%;
|
|
}
|
|
.sheet-ship .sheet-systems{
|
|
grid-area:systems;
|
|
}
|
|
.sheet-ship .sheet-expansion{
|
|
grid-area:expansion;
|
|
}
|
|
.sheet-ship .sheet-cargo{
|
|
grid-area:cargo;
|
|
}
|
|
.sheet-ship .sheet-critical{
|
|
grid-area:critical;
|
|
}
|
|
.sheet-bottom-section .sheet-section-container:not(.sheet-cargo):not(.sheet-curr-power) > .sheet-section-container,
|
|
.sheet-ship-weapons .sheet-section-container > .sheet-section-container{
|
|
display:grid;
|
|
grid-gap:5px;
|
|
grid-template-columns:5px [container-start control-start] 1fr [container-end control-end] 0px;
|
|
grid-template-rows:5px [container-start] auto [container-end control-start] 20px [control-end] 0px;
|
|
}
|
|
.sheet-bottom-section .sheet-section-container:not(.sheet-cargo) > .sheet-section-container .sheet-pseudo-repcontrol,
|
|
.sheet-ship-weapons .sheet-section-container > .sheet-section-container > .sheet-pseudo-repcontrol{
|
|
grid-area:control;
|
|
justify-self:start;
|
|
width:auto;
|
|
}
|
|
.sheet-bottom-section .sheet-section-container:not(.sheet-cargo) > .sheet-section-container .repcontrol,
|
|
.sheet-ship-weapons .sheet-section-container > .sheet-section-container > .repcontrol{
|
|
grid-area:control;
|
|
}
|
|
.sheet-bottom-section .sheet-section-container:not(.sheet-cargo) > .sheet-section-container .repcontainer,
|
|
.sheet-ship-weapons .sheet-section-container > .sheet-section-container > .repcontainer{
|
|
grid-area:container;
|
|
}
|
|
.sheet-bottom-section .sheet-cargo > .sheet-section-container > *{
|
|
grid-column:container-start / container-end;
|
|
}
|
|
.sheet-ship .sheet-cargo > .sheet-section-container > textarea{
|
|
height:5em;
|
|
min-height:5em;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container{
|
|
display:grid;
|
|
grid-template-columns:0px [life-support-start sensors-start weapons-start weapon-background-start engines-start power-start] 1fr [life-support-end sensors-end weapons-end engines-end power-end weapon-details-start] 1.2fr [weapon-details-end weapon-background-end] 0px;
|
|
grid-template-rows:5px [life-support-start] 45px [life-support-end sensors-start weapon-details-start] 45px [sensors-end weapons-start weapon-background-start] 20px [weapons-end weapon-background-end engines-start] 45px [engines-end power-start] 45px [power-end weapon-details-end] 5px;
|
|
grid-gap:5px;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-life-support{
|
|
grid-area:life-support;
|
|
border-bottom:1px solid;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-sensors{
|
|
grid-area:sensors;
|
|
border-bottom:1px solid;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-weapons{
|
|
grid-area:weapons;
|
|
background:black;
|
|
border-bottom:1px solid;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-weapon-background{
|
|
grid-area:weapon-background;
|
|
background:black;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-engines{
|
|
grid-area:engines;
|
|
border-bottom:1px solid;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-power{
|
|
grid-area:power;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-weapon-details{
|
|
grid-area:weapon-details;
|
|
background:black;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div:not(.sheet-weapons):not(.sheet-weapon-details){
|
|
display:grid;
|
|
grid-template-columns:[label-start nominal-start] 1fr [nominal-end glitch-start] 1fr [glitch-end malfunction-start] 1fr [malfunction-end wrecked-start] 1fr [label-end wrecked-end];
|
|
grid-template-rows:[label-start] 1fr [label-end nominal-start glitch-start malfunction-start wrecked-start] 1fr [nominal-end glitch-end malfunction-end wrecked-end];
|
|
grid-column-gap:10px;
|
|
grid-row-gap:5px;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapons{
|
|
display:grid;
|
|
grid-template-columns:[label-start] 1fr[label-end];
|
|
grid-template-rows:[label-start] 1fr [label-end];
|
|
grid-column-gap:10px;
|
|
grid-row-gap:5px;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details{
|
|
display:grid;
|
|
grid-template-columns:0px[nominal-start] 1fr[nominal-end glitch-start] 1fr [glitch-end malfunction-start] 1fr [malfunction-end wreck-start] 1fr [wreck-end] 0px;
|
|
grid-template-rows:5px[label-start] 20px [label-end status-start] 1fr [status-end] 5px;
|
|
grid-column-gap:10px;
|
|
grid-row-gap:5px;
|
|
align-items:center;
|
|
justify-items:center;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div:not(.sheet-weapons):not(.sheet-weapon-details) > .sheet-label{
|
|
grid-area:label;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div:not(.sheet-weapons):not(.sheet-weapon-details) > .sheet-nominal{
|
|
grid-area:nominal;
|
|
justify-self:center;
|
|
align-self:center;
|
|
width:auto;
|
|
height:auto;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div:not(.sheet-weapons):not(.sheet-weapon-details) > .sheet-glitch{
|
|
grid-area:glitch;
|
|
justify-self:center;
|
|
align-self:center;
|
|
width:auto;
|
|
height:auto;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div:not(.sheet-weapons):not(.sheet-weapon-details) > .sheet-malfunction{
|
|
grid-area:malfunction;
|
|
justify-self:center;
|
|
align-self:center;
|
|
width:auto;
|
|
height:auto;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div:not(.sheet-weapons):not(.sheet-weapon-details) > .sheet-wreck{
|
|
grid-area:wrecked;
|
|
justify-self:center;
|
|
align-self:center;
|
|
width:auto;
|
|
height:auto;
|
|
}
|
|
.sheet-ship .sheet-on{
|
|
color:#00ffb3;
|
|
text-shadow:0px 0px 10px #46fcc6,0px 0px 20px #00b27d;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-nominal > input:checked + span{
|
|
color:#00ffb3;
|
|
text-shadow:0px 0px 10px #46fcc6,0px 0px 20px #00b27d;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-glitch > input:checked + span{
|
|
color:#faff00;
|
|
text-shadow:0px 0px 10px #fcfc46,0px 0px 20px #b29d00;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-malfunction > input:checked + span{
|
|
color:#ffaa00;
|
|
text-shadow:0px 0px 10px #fca746,0px 0px 20px #b25600;
|
|
}
|
|
.sheet-ship .sheet-critical .sheet-wreck > input:checked + span{
|
|
color:#ff0000;
|
|
text-shadow:0px 0px 10px #fc4646,0px 0px 20px #b20000;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details > .sheet-label{
|
|
grid-row:label-start /label-end;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details > .sheet-status{
|
|
grid-row:status-start /status-end;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details > .sheet-nominal{
|
|
grid-column:nominal-start /nominal-end;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details > .sheet-glitch{
|
|
grid-column:glitch-start /glitch-end;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details > .sheet-malfunction{
|
|
grid-column:malfunction-start /malfunction-end;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details > .sheet-wreck{
|
|
grid-column:wreck-start /wreck-end;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details .sheet-status{
|
|
display:grid;
|
|
grid-template-columns:repeat(2,50px);
|
|
grid-template-rows:repeat(2,50px);
|
|
grid-gap:1px;
|
|
transform:rotate(45deg);
|
|
border-radius:50%;
|
|
overflow:hidden;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details .sheet-status label{
|
|
display:flex;
|
|
background:white;
|
|
align-content:center;
|
|
align-items:center;
|
|
flex-wrap:wrap;
|
|
}
|
|
.sheet-ship .sheet-critical > .sheet-section-container > div.sheet-weapon-details .sheet-status label span{
|
|
color:black;
|
|
text-shadow:none;
|
|
transform:rotate(-45deg);
|
|
width:41px;
|
|
}
|
|
.sheet-weapon-details .sheet-port span{
|
|
position:relative;
|
|
left:10px;
|
|
top:0px;
|
|
text-align:center;
|
|
}
|
|
.sheet-weapon-details .sheet-starboard span{
|
|
position:relative;
|
|
left:5px;
|
|
top:5px;
|
|
text-align:center;
|
|
}
|
|
.sheet-weapon-details .sheet-forward span{
|
|
position:relative;
|
|
left:10px;
|
|
top:5px;
|
|
text-align:center;
|
|
}
|
|
.sheet-weapon-details .sheet-status div{
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
.sheet-weapon-details .sheet-nominal input:checked + div{
|
|
background:#00ffb3;
|
|
}
|
|
.sheet-weapon-details .sheet-glitch input:checked + div{
|
|
background:#faff00;
|
|
}
|
|
.sheet-weapon-details .sheet-malfunction input:checked + div{
|
|
background:#ffaa00;
|
|
}
|
|
.sheet-weapon-details .sheet-wreck input:checked + div{
|
|
background:#ff0000;
|
|
}
|
|
.sheet-weapon-details .sheet-aft span{
|
|
position:relative;
|
|
left:0px;
|
|
top:-5px;
|
|
text-align:center;
|
|
}
|
|
/*############################################################ ROLL TEMPLATES ############################################################*/
|
|
.sheet-rolltemplate-sf_generic,
|
|
.sheet-rolltemplate-sf_attack,
|
|
.sheet-rolltemplate-sf_spell,
|
|
.sheet-rolltemplate-sf_ship_attack{
|
|
--wedge:7px;
|
|
--backcolor:#01101c;
|
|
--circlesize:1px;
|
|
--circlebore:calc(var(--wedge) * 2 + 2px);
|
|
--ringsize:calc(var(--circlesize) + var(--circlebore));
|
|
--repeat:no-repeat; var(--repeat);
|
|
--box-shadow:0px 0px 10px 2px #64BAC9;
|
|
--circlecolor:#707070;
|
|
display:grid;
|
|
grid-template-columns:[left-start] calc(24px - var(--wedge) * 1.41) [header-start] calc(var(--wedge) * 1.41) [left-end body-start footer-start] calc(var(--wedge) * 1.41) minmax(calc(120px - var(--wedge) * 2 * 1.41),1fr) [header-end] calc(var(--wedge) * 1.41) [body-end right-start] calc(var(--wedge) * 1.41) [footer-end] calc(24px - var(--wedge) * 1.41) [right-end];
|
|
grid-template-rows:[header-start] auto [left-start] calc(var(--wedge) * 1.41) [header-end body-start] calc(var(--wedge) * 1.41) [right-start] auto [left-end] calc(var(--wedge) * 1.41) [body-end footer-start] calc(var(--wedge) * 1.41) [right-end] auto [footer-end];
|
|
margin:0px 0px 0px -42px;
|
|
padding:10px 0px 0px 0px;
|
|
border:0px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-always-glow,
|
|
.sheet-rolltemplate-sf_attack .sheet-always-glow,
|
|
.sheet-rolltemplate-sf_spell .sheet-always-glow,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-always-glow{
|
|
box-shadow:var(--box-shadow);
|
|
position:relative;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-border-left,
|
|
.sheet-rolltemplate-sf_attack .sheet-border-left,
|
|
.sheet-rolltemplate-sf_spell .sheet-border-left,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-border-left{
|
|
align-self:start;
|
|
justify-self:start;
|
|
width:0px;
|
|
height:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-border-top,
|
|
.sheet-rolltemplate-sf_attack .sheet-border-top,
|
|
.sheet-rolltemplate-sf_spell .sheet-border-top,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-border-top{
|
|
align-self:start;
|
|
justify-self:start;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-border-right,
|
|
.sheet-rolltemplate-sf_attack .sheet-border-right,
|
|
.sheet-rolltemplate-sf_spell .sheet-border-right,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-border-right{
|
|
align-self:end;
|
|
justify-self:end;
|
|
width:0px;
|
|
height:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-border-bottom,
|
|
.sheet-rolltemplate-sf_attack .sheet-border-bottom,
|
|
.sheet-rolltemplate-sf_spell .sheet-border-bottom,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-border-bottom{
|
|
align-self:end;
|
|
justify-self:end;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-border-top-right,
|
|
.sheet-rolltemplate-sf_attack .sheet-border-top-right,
|
|
.sheet-rolltemplate-sf_spell .sheet-border-top-right,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-border-top-right{
|
|
align-self:start;
|
|
justify-self:end;
|
|
top:calc(var(--wedge) / 2 *1.41);
|
|
left:2px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-border-bottom-left,
|
|
.sheet-rolltemplate-sf_attack .sheet-border-bottom-left,
|
|
.sheet-rolltemplate-sf_spell .sheet-border-bottom-left,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-border-bottom-left{
|
|
align-self:end;
|
|
justify-self:start;
|
|
top:calc(var(--wedge) / 2 *-1.41);
|
|
left:-2px;
|
|
}
|
|
/*side bar css*/
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner .sheet-border-left,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner .sheet-border-left,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner .sheet-border-left,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner .sheet-border-left{
|
|
align-self:start;
|
|
justify-self:end;
|
|
width:0px;
|
|
height:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner .sheet-border-top,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner .sheet-border-top,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner .sheet-border-top,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner .sheet-border-top{
|
|
align-self:start;
|
|
justify-self:end;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner .sheet-border-right,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner .sheet-border-right,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner .sheet-border-right,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner .sheet-border-right{
|
|
align-self:end;
|
|
justify-self:start;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner .sheet-border-bottom,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner .sheet-border-bottom,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner .sheet-border-bottom,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner .sheet-border-bottom{
|
|
align-self:start;
|
|
justify-self:end;
|
|
height:0px;
|
|
width:calc(100% - var(--wedge) * 1.4);
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner .sheet-border-top-right,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner .sheet-border-top-right,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner .sheet-border-top-right,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner .sheet-border-top-right{
|
|
align-self:start;
|
|
justify-self:start;
|
|
top:calc(var(--wedge) / 2 *1.41);
|
|
left:2px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner .sheet-border-bottom-left,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner .sheet-border-bottom-left,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner .sheet-border-bottom-left,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner .sheet-border-bottom-left{
|
|
align-self:end;
|
|
justify-self:end;
|
|
top:calc(var(--wedge) / 2 *-1.41);
|
|
left:-2px;
|
|
}
|
|
/*end sidebar css*/
|
|
.sheet-rolltemplate-sf_generic .sheet-always-glow.sheet-corner,
|
|
.sheet-rolltemplate-sf_attack .sheet-always-glow.sheet-corner,
|
|
.sheet-rolltemplate-sf_spell .sheet-always-glow.sheet-corner,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-always-glow.sheet-corner{
|
|
transform:rotate(45deg);
|
|
width:calc(var(--wedge) * 2);
|
|
height:0px;
|
|
background-color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-footer{
|
|
z-index:2;
|
|
display:grid;
|
|
grid-template-columns:[border-start]0px[content-start] 1fr [content-end]0px[border-end];
|
|
grid-template-rows:[content-start border-start] 1fr [content-end border-end];
|
|
grid-gap:var(--ringsize);
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-header > div:first-child,
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-footer > div:first-child,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-header > div:first-child,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-footer > div:first-child,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-header > div:first-child,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-footer > div:first-child,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-header > div:first-child,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-footer > div:first-child,
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner > div:first-child,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner > div:first-child,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner > div:first-child,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner > div:first-child{
|
|
grid-area:content;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-header > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-footer > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-header > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-footer > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-header > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-footer > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-header > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-footer > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner > div:not(:first-child),
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner > div:not(:first-child){
|
|
grid-area:border;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-body,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-body,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-body,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-body,
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner{
|
|
background:
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(0% - var(--ringsize)) calc(100% + var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
radial-gradient(circle,transparent var(--circlebore),var(--circlecolor) var(--circlebore),var(--circlecolor) var(--ringsize),transparent 0) calc(100% + var(--ringsize)) calc(0% - var(--ringsize))/calc(var(--ringsize) * 2) calc(var(--ringsize) * 2) var(--repeat) ,
|
|
linear-gradient(135deg, var(--backcolor) var(--wedge), var(--backcolor) 0)top left/52% 52% var(--repeat) ,
|
|
linear-gradient(225deg, transparent var(--wedge), var(--backcolor) 0)top right/52% 52% var(--repeat) ,
|
|
linear-gradient(315deg, var(--backcolor) var(--wedge), var(--backcolor) 0)bottom right/52% 52% var(--repeat) ,
|
|
linear-gradient(45deg, transparent var(--wedge), var(--backcolor) 0)bottom left/52% 52% var(--repeat) ;
|
|
}
|
|
.sheet-rolltemplate-sf_generic *,
|
|
.sheet-rolltemplate-sf_attack *,
|
|
.sheet-rolltemplate-sf_spell *,
|
|
.sheet-rolltemplate-sf_ship_attack *{
|
|
font-family:Aldrich;
|
|
color:white;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner{
|
|
writing-mode:vertical-rl;
|
|
line-height:1.4em;
|
|
font-size:13pt;
|
|
max-width:100%;
|
|
position:relative;
|
|
z-index:2;
|
|
display:grid;
|
|
grid-template-columns:[border-start]0px[content-start] 1fr [content-end]0px[border-end];
|
|
grid-template-rows:[content-start border-start] 1fr [content-end border-end];
|
|
grid-gap:var(--ringsize);
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-side-banner > div:first-child,
|
|
.sheet-rolltemplate-sf_attack .sheet-side-banner > div:first-child,
|
|
.sheet-rolltemplate-sf_spell .sheet-side-banner > div:first-child,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-side-banner > div:first-child{
|
|
overflow:hidden;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-right,
|
|
.sheet-rolltemplate-sf_attack .sheet-right,
|
|
.sheet-rolltemplate-sf_spell .sheet-right,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-right{
|
|
grid-area:right;
|
|
align-self:end;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-left,
|
|
.sheet-rolltemplate-sf_attack .sheet-left,
|
|
.sheet-rolltemplate-sf_spell .sheet-left,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-left{
|
|
grid-area:left;
|
|
align-self:start;
|
|
transform:rotate(180deg);
|
|
}
|
|
.sheet-rolltemplate-sf_generic .inlinerollresult,
|
|
.sheet-rolltemplate-sf_attack .inlinerollresult,
|
|
.sheet-rolltemplate-sf_spell .inlinerollresult,
|
|
.sheet-rolltemplate-sf_ship_attack .inlinerollresult{
|
|
background-color:transparent;
|
|
border:0px transparent !important;
|
|
font-weight:700;
|
|
font-size:13pt;
|
|
text-shadow:0px 0px 10px #49f5ff,0px 0px 20px #6bf7ff;
|
|
line-height:1.4em;
|
|
}
|
|
.sheet-rolltemplate-sf_generic a,
|
|
.sheet-rolltemplate-sf_attack a,
|
|
.sheet-rolltemplate-sf_spell a{
|
|
background-color:transparent !important;
|
|
border:0px transparent !important;
|
|
color:white;
|
|
text-shadow:0px 0px 10px #49f5ff,0px 0px 20px #6bf7ff;
|
|
}
|
|
.sheet-rolltemplate-sf_attack a:hover,
|
|
.sheet-rolltemplate-sf_spell a:hover,
|
|
.sheet-rolltemplate-sf_ship_attack a:hover{
|
|
text-shadow:0px 0px 10px #f86f1a,0px 0px 20px #fc6507;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-sf_attack .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-sf_spell .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-sf_ship_attack .inlinerollresult.fullcrit{
|
|
color:#00ffb3;
|
|
text-shadow:0px 0px 10px #46fcc6,0px 0px 20px #00b27d;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .inlinerollresult.fullcrit:after,
|
|
.sheet-rolltemplate-sf_attack .inlinerollresult.fullcrit:after,
|
|
.sheet-rolltemplate-sf_spell .inlinerollresult.fullcrit:after,
|
|
.sheet-rolltemplate-sf_ship_attack .inlinerollresult.fullcrit:after{
|
|
font-family:Pictos;
|
|
content:'{';
|
|
}
|
|
.sheet-rolltemplate-sf_generic .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-sf_attack .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-sf_spell .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-sf_ship_attack .inlinerollresult.fullfail{
|
|
color:#ff0000;
|
|
text-shadow:0px 0px 10px #ff8c8c,0px 0px 20px #c66d6d;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .inlinerollresult.fullfail:before,
|
|
.sheet-rolltemplate-sf_attack .inlinerollresult.fullfail:before,
|
|
.sheet-rolltemplate-sf_spell .inlinerollresult.fullfail:before,
|
|
.sheet-rolltemplate-sf_ship_attack .inlinerollresult.fullfail:before{
|
|
font-family:Pictos;
|
|
content:'*';
|
|
}
|
|
.sheet-rolltemplate-sf_generic .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-sf_attack .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-sf_spell .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-sf_ship_attack .inlinerollresult.importantroll{
|
|
color:#0015ff;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-body,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-body,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-body,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-body{
|
|
grid-template-columns:[label-start notes-start] 1fr [label-end roll-start] 1fr [roll-end notes-end];
|
|
display:grid;
|
|
justify-content:center;
|
|
padding:12px 6px;
|
|
margin:0px;
|
|
color:#d3fdff;
|
|
border:0px transparent;
|
|
grid-area:body;
|
|
position:relative;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-header,
|
|
.sheet-rolltemplate-sf_attack .sheet-header,
|
|
.sheet-rolltemplate-sf_spell .sheet-header,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-header{
|
|
grid-area:header;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-body,
|
|
.sheet-rolltemplate-sf_attack .sheet-body,
|
|
.sheet-rolltemplate-sf_spell .sheet-body,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-body{
|
|
grid-area:body;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-footer,
|
|
.sheet-rolltemplate-sf_attack .sheet-footer,
|
|
.sheet-rolltemplate-sf_spell .sheet-footer,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-footer{
|
|
grid-area:footer;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-footer,
|
|
.sheet-rolltemplate-sf_attack .sheet-footer,
|
|
.sheet-rolltemplate-sf_spell .sheet-footer,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-footer{
|
|
grid-area:footer;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-footer,
|
|
.sheet-rolltemplate-sf_attack .sheet-footer,
|
|
.sheet-rolltemplate-sf_spell .sheet-footer,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-footer{
|
|
grid-area:footer;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-footer{
|
|
border:0px transparent;
|
|
max-width:100%;
|
|
line-height:1.4em;
|
|
font-size:13pt;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-header,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-header{
|
|
font-weight:700;
|
|
grid-area:header;
|
|
justify-self:start;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_attack .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_spell .sheet-generic-footer,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-generic-footer{
|
|
margin-left:auto;
|
|
margin-right:0px;
|
|
font-style:italic;
|
|
grid-area:footer;
|
|
justify-self:end;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-highlighted,
|
|
.sheet-rolltemplate-sf_attack .sheet-highlighted,
|
|
.sheet-rolltemplate-sf_spell .sheet-highlighted,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-highlighted{
|
|
border:0px transparent;
|
|
box-shadow:0px 0px 5px #d3fdff,0px 0px 10px #91f9ff;
|
|
padding:3px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-highlighted.sheet-split.sheet-r1name,
|
|
.sheet-rolltemplate-sf_attack .sheet-highlighted.sheet-split.sheet-r1name,
|
|
.sheet-rolltemplate-sf_spell .sheet-highlighted.sheet-split.sheet-r1name,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-highlighted.sheet-split.sheet-r1name{
|
|
border-radius:5px 0px 0px 5px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-highlighted.sheet-split.sheet-roll,
|
|
.sheet-rolltemplate-sf_attack .sheet-highlighted.sheet-split.sheet-roll,
|
|
.sheet-rolltemplate-sf_spell .sheet-highlighted.sheet-split.sheet-roll,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-highlighted.sheet-split.sheet-roll{
|
|
border-radius:0px 5px 5px 0px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-across,
|
|
.sheet-rolltemplate-sf_attack .sheet-across,
|
|
.sheet-rolltemplate-sf_spell .sheet-across,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-across{
|
|
grid-column:notes-start / notes-end;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-r1name,
|
|
.sheet-rolltemplate-sf_attack .sheet-r1name,
|
|
.sheet-rolltemplate-sf_spell .sheet-r1name,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-r1name{
|
|
grid-column:label-start / label-end;
|
|
display:flex;
|
|
align-content:center;
|
|
align-items:center;
|
|
}
|
|
.sheet-rolltemplate-sf_attack .sheet-attack-label,
|
|
.sheet-rolltemplate-sf_spell .sheet-attack-label,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-attack-label{
|
|
text-align:center;
|
|
margin-top:10px;
|
|
}
|
|
.sheet-rolltemplate-sf_attack .sheet-attack-label:nth-child(1),
|
|
.sheet-rolltemplate-sf_spell .sheet-attack-label:nth-child(1),
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-attack-label:nth-child(1),
|
|
.sheet-rolltemplate-sf_attack .sheet-attack-label:nth-child(2),
|
|
.sheet-rolltemplate-sf_spell .sheet-attack-label:nth-child(2),
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-attack-label:nth-child(2){
|
|
margin-top:0px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-roll,
|
|
.sheet-rolltemplate-sf_attack .sheet-roll,
|
|
.sheet-rolltemplate-sf_spell .sheet-roll,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-roll{
|
|
grid-column:roll-start / roll-end;
|
|
display:flex;
|
|
justify-content:flex-end;
|
|
align-content:center;
|
|
align-items:center;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-r1name *:nth-child(even),
|
|
.sheet-rolltemplate-sf_attack .sheet-r1name *:nth-child(even),
|
|
.sheet-rolltemplate-sf_spell .sheet-r1name *:nth-child(even),
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-r1name *:nth-child(even),
|
|
.sheet-rolltemplate-sf_generic .sheet-roll *:nth-child(even),
|
|
.sheet-rolltemplate-sf_attack .sheet-roll *:nth-child(even),
|
|
.sheet-rolltemplate-sf_spell .sheet-roll *:nth-child(even),
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-roll *:nth-child(even){
|
|
margin-left:5px;
|
|
margin-right:5px;
|
|
}
|
|
.sheet-rolltemplate-sf_generic .sheet-notes-row,
|
|
.sheet-rolltemplate-sf_attack .sheet-notes-row,
|
|
.sheet-rolltemplate-sf_spell .sheet-notes-row,
|
|
.sheet-rolltemplate-sf_ship_attack .sheet-notes-row{
|
|
border-radius: 5px;
|
|
max-height:200px;
|
|
overflow-y:auto;
|
|
overflow-x:hidden;
|
|
}
|
|
/* ########################################################################################################################################*/
|