forked from fvtt-fria-ligan/twilight2000-foundry-vtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
t2k4e.css
1 lines (1 loc) · 38.4 KB
/
t2k4e.css
1
:root{--font-size--extra-small:0.5rem;--font-size--very-small:0.7rem;--font-size--small:0.8rem;--font-size--default:1rem;--font-size--large:1.4rem;--font-size--extra-large:2rem}@font-face{font-family:'GT Eesti Text Medium';font-style:normal;font-weight:800;src:local('GT Eesti Text Medium')}@font-face{font-family:'Nunito Sans';font-style:normal;font-weight:800;src:local('Nunito Sans Extra Bold'),local('NunitoSans Extra Bold'),local('NunitoSans ExtraBold'),local('NunitoSans-ExtraBold'),url(fonts/NunitoSans-ExtraBold.woff) format('woff2')}@font-face{font-family:'Blue Highway';font-style:normal;font-weight:700;src:local('Blue Highway Bold'),local('BlueHighway Bold'),local('BlueHighway-Bold'),url(fonts/BlueHighway-Bold.woff) format('woff2')}@font-face{font-family:TheSansB;font-style:normal;font-weight:500;src:local('TheSansB W5 Plain'),local('TheSansB W5 Medium'),local('TheSansB W5 Plain Medium')}@font-face{font-family:TheSansB;font-style:italic;src:local('TheSansB W5 Plain Medium Italic')}@font-face{font-family:Mukta;font-style:normal;font-weight:500;src:local('Mukta Medium'),local('Mukta-Medium'),url(fonts/Mukta-Medium.woff) format('woff')}@font-face{font-family:TheSansB;font-style:normal;font-weight:700;src:local('TheSansB W7 Bold')}@font-face{font-family:Mukta;font-style:normal;font-weight:700;src:local('Mukta Bold'),local('Mukta-Bold'),url(fonts/Mukta-Bold.woff) format('woff')}@font-face{font-family:DaisyWheel;font-style:normal;font-weight:400;src:local('DaisyWheel Regular'),local('Daisy Wheel'),local('DaisyWheel'),url(fonts/daisywheel.otf) format('opentype')}.flexrow{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.flexrow>*{flex:1}.flexrow .flex0{flex:0}.flexrow .flex1{flex:1}.flexrow .flex2{flex:2}.flexrow .flex3{flex:3}.flexrow .flex4{flex:4}.flexcol{display:flex;flex-direction:column;flex-wrap:nowrap}.flexcol>*{flex:1}.flexcol .flex0{flex:0}.flexcol .flex1{flex:1}.flexcol .flex2{flex:2}.flexcol .flex3{flex:3}.flexcol .flex4{flex:4}.flex-center{justify-content:center}.flex-left{justify-content:flex-start}.flex-right{justify-content:flex-end}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}.flex-top{align-items:flex-start}.flex-bottom{align-items:flex-end}.flex-middle{align-items:center}.col-12{flex:0 0 auto;width:100%}.col-11{flex:0 0 auto;width:91.67%}.col-10{flex:0 0 auto;width:83.33%}.col-9{flex:0 0 auto;width:75%}.col-8{flex:0 0 auto;width:66.67%}.col-7{flex:0 0 auto;width:58.33%}.col-6{flex:0 0 auto;width:50%}.col-5{flex:0 0 auto;width:41.67%}.col-4{flex:0 0 auto;width:33.33%}.col-3{flex:0 0 auto;width:25%}.col-2{flex:0 0 auto;width:16.67%}.col-1{flex:0 0 auto;width:8.33%}.grid{display:grid;align-items:baseline}.grid-2col{grid-column:span 2/span 2;grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3col{grid-column:span 3/span 3;grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4col{grid-column:span 4/span 4;grid-template-columns:repeat(4,minmax(0,1fr))}.grid-5col{grid-column:span 5/span 5;grid-template-columns:repeat(5,minmax(0,1fr))}.grid-6col{grid-column:span 6/span 6;grid-template-columns:repeat(6,minmax(0,1fr))}.grid-7col{grid-column:span 7/span 7;grid-template-columns:repeat(7,minmax(0,1fr))}.grid-8col{grid-column:span 8/span 8;grid-template-columns:repeat(8,minmax(0,1fr))}.grid-9col{grid-column:span 9/span 9;grid-template-columns:repeat(9,minmax(0,1fr))}.grid-10col{grid-column:span 10/span 10;grid-template-columns:repeat(10,minmax(0,1fr))}.grid-11col{grid-column:span 11/span 11;grid-template-columns:repeat(11,minmax(0,1fr))}.grid-12col{grid-column:span 12/span 12;grid-template-columns:repeat(12,minmax(0,1fr))}.grid-actor-header{display:grid;grid-column:span 7/span 7;grid-template-columns:repeat(6,minmax(0,1fr)) auto;grid-template-rows:auto 1fr 1fr;grid-template-areas:"name name name name name name img" "nation nation branch branch rank rank img" "hit hit hit stress stress stress img"}.grid-actor-header .name{grid-area:name}.grid-actor-header .img{grid-area:img}.grid-actor-header .nation{grid-area:nation}.grid-actor-header .branch{grid-area:branch}.grid-actor-header .rank{grid-area:rank}.grid-actor-header .hit{grid-area:hit}.grid-actor-header .stress{grid-area:stress}.grid-actor-header .xp{grid-area:xp}.grid-vehicle-header{display:grid;align-items:center;grid-template-areas:"img info" "details details"}.grid-vehicle-header .vehicle-profile{grid-area:img}.grid-vehicle-header .info{grid-area:info}.grid-vehicle-header .header-details{grid-area:details}.grid-vehicle-details{display:grid;grid-template-columns:auto repeat(3,140px);grid-template-rows:1fr 1fr;grid-template-areas:"mt cs ts rel" "fuel cap cons price"}.grid-vehicle-details .combat-speed{grid-area:cs}.grid-vehicle-details .travel-speed{grid-area:ts}.grid-vehicle-details .movement-type{grid-area:mt}.grid-vehicle-details .fuel-type{grid-area:fuel}.grid-vehicle-details .fuel-cap{grid-area:cap}.grid-vehicle-details .fuel-consumption{grid-area:cons}.grid-vehicle-details .reliability{grid-area:rel}.grid-vehicle-details .price{grid-area:price}.hide{display:none}.symbol{display:inline-block;margin:1px 1px -1px 1px;text-indent:-999em;overflow:hidden;width:15px;height:15px;-webkit-background-size:100% 100%;background-size:100% 100%;background-position:top left;-webkit-print-color-adjust:exact;color-adjust:exact}.symbol+.symbol{margin-left:2px}.symbol.symbol-ammo{margin:0;width:29px;height:6px;background-image:url(assets/icons/bullet3.svg)}a.entity-link,a.inline-roll{border:none;background:0 0;border-bottom:1px dotted gray;padding:0;text-indent:0}.t2k4e .window-content{background:#eceee9;font-size:11pt;color:#000;font-family:TheSansB,Mukta;font-weight:500}.t2k4e h1,.t2k4e h2,.t2k4e h3,.t2k4e h4,.t2k4e h5{margin:0;padding:0;border:none}.t2k4e a:hover{text-shadow:0 0 10px #604f43}.t2k4e input[list],.t2k4e input[type=number],.t2k4e input[type=text],.t2k4e select{height:auto;border:1px solid #7f7f7f;border-radius:3px;background:rgba(0,0,0,.05);color:#000}.t2k4e input[list]:focus,.t2k4e input[list]:hover,.t2k4e input[type=number]:focus,.t2k4e input[type=number]:hover,.t2k4e input[type=text]:focus,.t2k4e input[type=text]:hover{border:1px solid #111;box-shadow:0 0 8px #604f43}.t2k4e input[list]{font-family:TheSansB,Mukta;font-weight:500}.t2k4e input:disabled,.t2k4e select:disabled,.t2k4e textarea:disabled{color:#7f7f7f}.t2k4e input:disabled:focus,.t2k4e input:disabled:hover,.t2k4e select:disabled:focus,.t2k4e select:disabled:hover,.t2k4e textarea:disabled:focus,.t2k4e textarea:disabled:hover{box-shadow:none!important;border:1px solid transparent!important;outline:0!important}.t2k4e button{background:rgba(0,0,0,.1);border:2px groove #9d9b7e}.t2k4e button:hover{box-shadow:0 0 10px #604f43}.t2k4e select.score-selector{width:42px;max-width:42px}.t2k4e.sheet .window-content{overflow-y:hidden;padding:5px;font-size:13px;color:#000}.t2k4e.sheet .window-content form{height:100%;overflow:hidden}.t2k4e.sheet .window-content .tab{height:100%;overflow-y:auto;align-content:flex-start}.t2k4e.sheet textarea{resize:none}.t2k4e.sheet .editor{height:100%;min-height:32px;color:#000}.t2k4e.sheet .editor .editor-content{height:100%}.t2k4e.sheet .editor .tox-tinymce{min-height:200px;height:100%}.t2k4e.sheet .item-slot{border:1px solid transparent;border-radius:5px;padding:2px 10px;margin:1px 0}.t2k4e.sheet .item-slot:hover{background:#eceee9;border:1px solid #a59a8b}.t2k4e.sheet .item-slot .item-buttons{text-align:right;margin-left:auto}.t2k4e.sheet .item-slot .item-buttons>a.button{font-size:.7rem}.t2k4e.sheet .item-slot .item-buttons>a.button~a.button{margin-left:2px}.t2k4e.sheet div.editable,.t2k4e.sheet input[list],.t2k4e.sheet input[type=number],.t2k4e.sheet input[type=text]{background:0 0;border:1px solid transparent}.t2k4e.sheet div.editable:focus,.t2k4e.sheet div.editable:hover,.t2k4e.sheet input[list]:focus,.t2k4e.sheet input[list]:hover,.t2k4e.sheet input[type=number]:focus,.t2k4e.sheet input[type=number]:hover,.t2k4e.sheet input[type=text]:focus,.t2k4e.sheet input[type=text]:hover{border:1px solid #604f43;background:#fff}.t2k4e.sheet div.editable.smallbox,.t2k4e.sheet input[list].smallbox,.t2k4e.sheet input[type=number].smallbox,.t2k4e.sheet input[type=text].smallbox{max-width:40px;text-align:center}.t2k4e.sheet select{background:0 0}.t2k4e.sheet select:focus,.t2k4e.sheet select:hover{box-shadow:0 0 10px #604f43}.t2k4e.sheet .editable .rollable:hover{cursor:pointer;box-shadow:0 0 8px #604f43}.t2k4e.sheet .editable .rollable:hover>h4,.t2k4e.sheet .editable h4.rollable:hover{color:#000;text-shadow:0 0 10px #604f43}.t2k4e.sheet .btn{line-height:1rem;margin:auto;width:98%}.t2k4e.sheet .btn.btn-small{font-size:.7rem}.t2k4e.sheet span.sep{flex:none;margin:0 1px;display:inline;position:relative;color:#604f43;font-weight:400}.t2k4e.sheet .boxed-value{padding:1px 3px;width:42px;max-width:42px;height:22px;text-align:center;border:1px solid #7f7f7f;border-radius:3px}.t2k4e.sheet label.checkbox{cursor:pointer}.t2k4e.sheet .sheet-header{flex:0 0 100px}.t2k4e.sheet .sheet-header img.profile{flex:0 0 100px;max-width:100px;height:100px;object-fit:contain;border:none;cursor:pointer}.t2k4e.sheet .sheet-header img.profile:hover{box-shadow:0 0 10px #604f43}.t2k4e.sheet nav.sheet-tabs{height:32px;flex:0 0 32px;line-height:32px}.t2k4e.sheet .sheet-body{flex:1;overflow:hidden;border:1px groove #9d9b7e;border-radius:10px 10px 10px 10px;padding:10px}.t2k4e.sheet nav.slanted-tabs{white-space:nowrap;margin:0;border:none;z-index:1;padding:8px 20px}.t2k4e.sheet nav.slanted-tabs a.item{display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:0 20px;margin:0 -7px}.t2k4e.sheet nav.slanted-tabs a.item:before{border:1px groove #9d9b7e;border-radius:10px 10px 0 0;content:'';position:absolute;top:0;right:0;bottom:.5em;left:0;z-index:-1;border-bottom:none;background:#ddd;box-shadow:0 2px hsla(0,0%,100%,.5) inset;transform:perspective(5px) rotateX(2deg);transform-origin:bottom}.t2k4e.sheet nav.slanted-tabs a.item.active{z-index:2}.t2k4e.sheet nav.slanted-tabs a.item.active:before{background:#e5e5d6;margin-bottom:-1px;border-top-width:1px}.t2k4e.sheet .inventory{margin:0;padding:0;overflow-y:auto;height:100%}.t2k4e.sheet .inventory .items-header{align-items:flex-end;text-align:center;padding:2px 4px 0 4px;background:rgba(0,0,0,.1);border-top:2px solid #604f43;border-bottom:2px solid #604f43}.t2k4e.sheet .inventory .items-header>div h2{padding:0;border:0 none;background:0 0}.t2k4e.sheet .inventory .items-header>div h5{border-left:2px solid #a59a8b}.t2k4e.sheet .inventory .items-list .item{padding:2px 4px;align-items:center;font-size:.8rem!important}.t2k4e.sheet .inventory .items-list .item:not(:first-child){border-top:2px solid #a59a8b}.t2k4e.sheet .inventory .items-list .item:hover{background-color:#eceee9}.t2k4e.sheet .inventory .items-list .item .item-name>img{cursor:pointer}.t2k4e.sheet .inventory .items-list .item .item-name>a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min-content;min-height:100%}.t2k4e.sheet .inventory .item-name{flex:2;margin:0;overflow:hidden;text-align:left;align-items:center}.t2k4e.sheet .inventory .item-name img{max-width:24px;max-height:24px;margin-right:4px}.t2k4e.sheet .inventory .item-detail{text-align:center;word-break:break-all;white-space:nowrap;overflow:hidden;flex:0 0 40px}.t2k4e.sheet .inventory .item-controls{flex:0 0 60px;padding-bottom:2px;text-align:right;font-size:.7rem}.t2k4e.sheet .inventory .item-controls a.button+a.button{margin-left:2px}.t2k4e.sheet .inventory .item-controls .item-backpack:not(.packed),.t2k4e.sheet .inventory .item-controls .item-equip:not(.equipped){color:#7f7f7f}.t2k4e.sheet .inventory .item-cover{flex:0 0 70px;text-align:right;padding-right:8px;font-size:.7rem}.t2k4e.sheet .inventory .item-quantity{flex:0 0 70px}.t2k4e.sheet .inventory .inventory-ammo .item-quantity{text-align:right;padding-right:8px}.t2k4e.sheet.actor .encumbrance{flex:0 0 12px;background:#a59a8b;margin:1px 6px 0 4px;border:1px solid #000;border-radius:3px;position:relative}.t2k4e.sheet.actor .encumbrance .encumbrance-bar{position:absolute;top:1px;left:1px;background:#6c8aa5;height:8px;border:1px solid #eceee9;border-radius:2px}.t2k4e.sheet.actor .encumbrance .encumbrance-label{height:10px;padding:0 5px;position:absolute;top:0;right:0;font-size:12px;line-height:11px;text-align:right;color:#eceee9;text-shadow:0 0 5px #000}.t2k4e.sheet.actor .encumbrance .encumbrance-breakpoint{display:block;position:absolute}.t2k4e.sheet.actor .encumbrance .encumbrance-breakpoint.encumbrance-33{left:33%}.t2k4e.sheet.actor .encumbrance .encumbrance-breakpoint.encumbrance-66{left:66%}.t2k4e.sheet.actor .encumbrance .arrow-up{bottom:0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #604f43}.t2k4e.sheet.actor .encumbrance .arrow-down{top:0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #604f43}.t2k4e.sheet.actor .encumbrance.encumbered .encumbrance-bar{background:#9b2423;border-color:#e38483}.chat-message{background-image:url(assets/textures/paper_texture_sheet_c.jpg);background-position:top center;background-size:cover;background-repeat:no-repeat;font-family:TheSansB,Mukta;font-weight:500}.chat-message .message-content .ammodie{background-position:center}.chat-message .message-content .ammodie img{width:16px;height:16px;border:none}.chat-message .t2k4e.chat-card .card-content img{border:none}.chat-message .t2k4e.chat-card .card-content>div{margin-bottom:10px}.chat-message .t2k4e.chat-card .card-content .dice-flavor{font-family:DaisyWheel;font-size:.9rem;text-transform:uppercase;text-align:center;color:#18520b;margin-bottom:2px}.chat-message .t2k4e.chat-card .card-content .dice-tooltip{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:3px}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .tooltip-part{width:auto;min-width:30%;margin:0 2px 2px 0;border:1px solid #999;border-radius:3px}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .tooltip-part .part-header{justify-content:flex-end;background-color:#e5e5d6}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .tooltip-part .part-header .part-formula{margin-left:4px}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .tooltip-part .part-header .part-total{border-top:none;border-right:none}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .tooltip-part .dice-rolls{margin:5px 2px}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die{width:32px;line-height:32px;margin-right:2px;background-image:url(../../../icons/svg/d6-grey.svg);background-repeat:no-repeat;background-size:32px 32px;font-size:21.33333333px;font-weight:700;text-align:center}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die.d100{background-image:url(../../../icons/svg/d10-grey.svg)}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die.d20{background-image:url(../../../icons/svg/d20-grey.svg)}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die.d12{background-image:url(../../../icons/svg/d12-grey.svg)}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die.d10{background-image:url(../../../icons/svg/d10-grey.svg)}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die.d8{background-image:url(../../../icons/svg/d8-grey.svg)}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die.d6{background-image:url(../../../icons/svg/d6-grey.svg)}.chat-message .t2k4e.chat-card .card-content .dice-tooltip .die.d4{background-image:url(../../../icons/svg/d4-grey.svg)}.chat-message .t2k4e.chat-card .card-content .dice-infos .dice-info{display:flex;flex-direction:row}.chat-message .t2k4e.chat-card .card-content .dice-infos .dice-info .label{flex:0 0 150px}.chat-message .t2k4e.chat-card .card-content .dice-infos .dice-info .result{flex:0 0 auto;font-weight:700}.chat-message .t2k4e.chat-card .card-content .dice-infos .dice-info.roll-jammed .label{font-weight:700;color:#9b2423}.chat-message .t2k4e.chat-card .card-content .card-buttons button,.chat-message .t2k4e.chat-card .card-content .dice-buttons button{line-height:1rem}.app.window-app.sheet .window-content .editor .editor-content h1,.app.window-app.sheet .window-content .editor .editor-content h2,.app.window-app.sheet .window-content .editor .editor-content h3,.app.window-app.sheet .window-content .editor .editor-content h4{font-family:'GT Eesti Text Medium','Nunito Sans';text-transform:uppercase;text-indent:0;text-align:left;border-bottom:unset;background:0 0}.app.window-app.sheet .window-content .editor .editor-content h1{color:#798483}.app.window-app.sheet .window-content .editor .editor-content h2{color:#5a6d6b}.app.window-app.sheet .window-content .editor .editor-content h3{font-weight:700;color:#3d4b49}.app.window-app.sheet .window-content .editor .editor-content h4{font-family:'Blue Highway';font-weight:700;color:#604f43}.app.window-app.sheet .window-content .editor .editor-content img{border:none}.app.window-app.sheet .window-content .editor .editor-content code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;background-color:rgba(27,31,35,.05);border-radius:6px;font-size:85%;margin:0;padding:.2em .4em}.app.journal-sheet{min-height:260px;min-width:560px}.app.journal-sheet .window-content{background-image:url(assets/textures/background_texture.webp);color:#000}.app.journal-sheet .window-content form{display:flex;flex-direction:column}.app.journal-sheet .window-content form>input[name=name]{font-family:'GT Eesti Text Medium','Nunito Sans';color:#798483;font-size:3rem;text-transform:uppercase;text-align:center;line-height:2;border:none;text-overflow:ellipsis;width:min(100%,900px);min-height:70px;height:min(45%,100px);margin:auto;background:0 0}.app.journal-sheet .window-content form .editor{min-height:200px;height:100%}.app.journal-sheet .window-content form .editor .editor-content{width:100%;font-family:TheSansB,Mukta;font-size:var(--font-size--default);line-height:1.3;color:#333;padding:0 3em;display:flex;flex-direction:column;flex-wrap:initial}.app.journal-sheet .window-content form .editor .editor-content *{max-width:70ch}.app.journal-sheet .window-content form .editor .editor-content p{width:100%}.app.journal-sheet .window-content form .editor .editor-content p+p{text-indent:25px;margin-top:-.5em}.app.journal-sheet .window-content form .editor .editor-content h1,.app.journal-sheet .window-content form .editor .editor-content h2,.app.journal-sheet .window-content form .editor .editor-content h3,.app.journal-sheet .window-content form .editor .editor-content h4{margin:1rem 0 -.5rem 0}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table{color:#604f43;line-height:1;padding:25px 0;max-width:100%;border:none;border-collapse:collapse;background:0 0;word-break:keep-all}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table tbody{vertical-align:top}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table .t2k-th,.app.journal-sheet .window-content form .editor .editor-content table.t2k-table th{font-size:.8rem;font-weight:700;text-transform:uppercase;text-align:left;padding-top:7px;padding-bottom:5px}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table th{background-color:#bfb6b0}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table tr:not(:last-child){border-bottom:1px solid #604f43}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table tr:nth-child(even){background:0 0}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table tr:nth-child(odd){background-color:#d9d4d0}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table td,.app.journal-sheet .window-content form .editor .editor-content table.t2k-table th{padding-right:10px}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table td:nth-child(1),.app.journal-sheet .window-content form .editor .editor-content table.t2k-table th:nth-child(1){padding-left:10px}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table ul{list-style:'✓ ';margin:0;padding:0 0 0 1em}.app.journal-sheet .window-content form .editor .editor-content table.t2k-table ul>li::before{content:'';margin:0}.t2k4e.sheet.actor.character{min-width:550px;min-height:400px}.t2k4e.sheet.actor.character .window-content{background:0 0;background-image:url(assets/textures/paper_texture_sheet_c.jpg);background-position:top center;background-size:cover;background-repeat:no-repeat;font-family:DaisyWheel,'Courier New',Courier,monospace;font-weight:400;color:#604f43}.t2k4e.sheet.actor.character h1 input{margin:0}.t2k4e.sheet.actor.character .editor-content,.t2k4e.sheet.actor.character .inventory .item,.t2k4e.sheet.actor.character .item-slot,.t2k4e.sheet.actor.character div.editable,.t2k4e.sheet.actor.character input,.t2k4e.sheet.actor.character select,.t2k4e.sheet.actor.character textarea{font-family:TheSansB,Mukta;font-weight:500;color:#284283}.t2k4e.sheet.actor.character h1,.t2k4e.sheet.actor.character h2{border:0}.t2k4e.sheet.actor.character h1,.t2k4e.sheet.actor.character h2,.t2k4e.sheet.actor.character h3,.t2k4e.sheet.actor.character h4,.t2k4e.sheet.actor.character h5{margin:0}.t2k4e.sheet.actor.character h2,.t2k4e.sheet.actor.character h3,.t2k4e.sheet.actor.character h5{text-transform:uppercase}.t2k4e.sheet.actor.character h1{font-size:2rem;font-weight:700}.t2k4e.sheet.actor.character h2{font-size:1rem;background-color:rgba(0,0,0,.1);padding:4px 10px;border-top:2px solid #604f43;border-bottom:2px solid #604f43}.t2k4e.sheet.actor.character h3,.t2k4e.sheet.actor.character h4{font-size:.81818182rem}.t2k4e.sheet.actor.character h5{font-size:.63636364rem}.t2k4e.sheet.actor.character .sheet-header{padding-left:6px;padding-right:10px}.t2k4e.sheet.actor.character .sheet-header .t2k-trombone{position:absolute;top:30px;right:2px;transform:rotate(20deg);-webkit-transform:rotate(20deg);border:none;z-index:999}.t2k4e.sheet.actor.character .sheet-header img.profile{border:2px solid #604f43;border-radius:4px;margin:10px 0 4px 10px;width:100px;height:100px;transform:rotate(5deg);-webkit-transform:rotate(5deg);background-color:#fff}.t2k4e.sheet.actor.character .sheet-header .name{border-bottom:2px solid #604f43;margin-bottom:10px}.t2k4e.sheet.actor.character .sheet-header .branch,.t2k4e.sheet.actor.character .sheet-header .nation,.t2k4e.sheet.actor.character .sheet-header .rank{border-bottom:2px solid #a59a8b}.t2k4e.sheet.actor.character .sheet-header .branch h3,.t2k4e.sheet.actor.character .sheet-header .nation h3,.t2k4e.sheet.actor.character .sheet-header .rank h3{margin-left:4px}.t2k4e.sheet.actor.character .sheet-header .branch,.t2k4e.sheet.actor.character .sheet-header .rank{border-left:2px solid #a59a8b}.t2k4e.sheet.actor.character .sheet-header .capacity{border-bottom:2px solid #a59a8b;padding-bottom:4px}.t2k4e.sheet.actor.character .sheet-header .capacity.hit{padding-left:4px;height:100%}.t2k4e.sheet.actor.character .sheet-header .capacity.stress{padding-left:10px;height:100%;border-left:2px solid #a59a8b}.t2k4e.sheet.actor.character .sheet-header .capacity .capacity-value{flex:0}.t2k4e.sheet.actor.character .sheet-header .capacity .capacity-buttons{flex:0;margin-left:6px;margin-right:10px}.t2k4e.sheet.actor.character .sheet-header .capacity .capacity-buttons a.button{font-size:.7rem}.t2k4e.sheet.actor.character .sheet-header .experience{padding-left:10px}.t2k4e.sheet.actor.character .sheet-header .experience input{font-size:smaller}.t2k4e.sheet.actor.character .sheet-tabs{color:#604f43;text-transform:uppercase;font-size:11pt}.t2k4e.sheet.actor.character .sheet-tabs.slanted-tabs{margin-bottom:1px}.t2k4e.sheet.actor.character .sheet-tabs.slanted-tabs .active:before{background:#e7e1d3}.t2k4e.sheet.actor.character .sheet-body{background:#e7e1d3}.t2k4e.sheet.actor.character .sheet-body .stat-header{text-align:center;padding-top:4px;margin-bottom:4px;background:rgba(0,0,0,.1);border-bottom:2px solid #604f43}.t2k4e.sheet.actor.character .sheet-body .stat-header .header-die,.t2k4e.sheet.actor.character .sheet-body .stat-header .header-rating{padding-bottom:1px;border-left:2px solid #a59a8b}.t2k4e.sheet.actor.character .sheet-body .stat-block.stat-block-agl,.t2k4e.sheet.actor.character .sheet-body .stat-block.stat-block-emp{border-left:2px solid #604f43}.t2k4e.sheet.actor.character .sheet-body .stat{padding:2px 0}.t2k4e.sheet.actor.character .sheet-body .stat .stat-name{padding-left:10px}.t2k4e.sheet.actor.character .sheet-body .stat .stat-score{text-align:center}.t2k4e.sheet.actor.character .sheet-body .stat .stat-value{text-align:center;display:flex;justify-content:center}.t2k4e.sheet.actor.character .sheet-body .stat.stat-attribute .stat-name{border-bottom:2px solid #604f43}.t2k4e.sheet.actor.character .sheet-body .stat.stat-skill:not(:last-child) .stat-name{border-bottom:2px solid #a59a8b}.t2k4e.sheet.actor.character .sheet-body .tab-main{overflow-y:auto}.t2k4e.sheet.actor.character .sheet-body .tab-main h2:first-child{padding-bottom:0;border-bottom:none}.t2k4e.sheet.actor.character .sheet-body .tab-main .stats-list{margin-bottom:10px}.t2k4e.sheet.actor.character .sheet-body .tab-main .stats-list .stat-block{flex:0 0 auto;width:50%;padding-bottom:4px;border-bottom:2px solid #604f43}.t2k4e.sheet.actor.character .sheet-body .tab-main .specialty-title{flex:0 0 auto;padding:0 10px 4px 10px;border-bottom:2px solid #a59a8b}.t2k4e.sheet.actor.character .sheet-body .tab-main .specialty-title a.button{flex:0}.t2k4e.sheet.actor.character .sheet-body .tab-main .specialties-slots{margin:0;padding:0;overflow-y:auto;height:100%;min-height:60px}.t2k4e.sheet.actor.character .sheet-body .tab-main .specialties-slots .item-buttons{flex:0 0 40px}.t2k4e.sheet.actor.character .sheet-body .tab-main .specialties-slots .no-specialty{padding:0 10px;font-style:italic;font-size:smaller}.t2k4e.sheet.actor.character .sheet-body .tab-combat .action,.t2k4e.sheet.actor.character .sheet-body .tab-combat .combat{padding-bottom:4px}.t2k4e.sheet.actor.character .sheet-body .tab-combat .action h2,.t2k4e.sheet.actor.character .sheet-body .tab-combat .combat h2{padding-bottom:0;border-bottom:none}.t2k4e.sheet.actor.character .sheet-body .tab-combat .combat .stat-cuf .stat-name{align-self:center;border-bottom:2px solid #a59a8b}.t2k4e.sheet.actor.character .sheet-body .tab-combat .action{border-left:2px solid #604f43}.t2k4e.sheet.actor.character .sheet-body .tab-combat .action .action-name{padding-left:10px;align-self:center}.t2k4e.sheet.actor.character .sheet-body .tab-combat .action .action-max,.t2k4e.sheet.actor.character .sheet-body .tab-combat .action .action-value{text-align:center;align-self:center}.t2k4e.sheet.actor.character .sheet-body .tab-combat .action input{font-size:smaller}.t2k4e.sheet.actor.character .sheet-body .tab-combat .armor h2+div,.t2k4e.sheet.actor.character .sheet-body .tab-combat .conditions h2+div,.t2k4e.sheet.actor.character .sheet-body .tab-combat .radiation h2+div{padding:4px 0 10px 10px}.t2k4e.sheet.actor.character .sheet-body .tab-combat .armor .no-armor{font-size:smaller;font-style:italic;margin-right:10px}.t2k4e.sheet.actor.character .sheet-body .tab-combat .conditions{border-left:2px solid #604f43}.t2k4e.sheet.actor.character .sheet-body .tab-combat textarea{margin-bottom:10px}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:4px}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury{display:inline-block;margin-right:2px;padding:2px 6px 2px 16px;background-color:#e8e8e8;border:1px solid #c7c7c7;border-radius:20px;font-family:TheSansB,Mukta;font-weight:500;color:#284283}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury .injury-name{font-weight:700}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury .injury-effect{font-style:italic}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury .injury-heal-time{font-size:.7rem}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury .item-delete{color:transparent}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury:focus,.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury:hover{background-color:#c7c7c7;border:1px solid #000;box-shadow:0 0 10px #604f43}.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury:focus .item-delete,.t2k4e.sheet.actor.character .sheet-body .tab-combat .injuries-list .injury:hover .item-delete{color:#000}.t2k4e.sheet.actor.character .sheet-body .tab-equipment{overflow-y:hidden}.t2k4e.sheet.actor.character .sheet-body .tab-biography h2:not(:first-of-type){margin-top:10px}.t2k4e.sheet.actor.character .sheet-body .tab-biography textarea{margin-top:4px}.t2k4e.sheet.actor.character .sheet-body .tab-biography .editor .editor-content{margin-left:4px}.t2k4e.sheet.actor.character .sheet-body .tab-description .editor .editor-content{font-family:TheSansB,Mukta;font-weight:500;color:#000}.t2k4e.sheet.actor.vehicle{min-width:650px;min-height:400px}.t2k4e.sheet.actor.vehicle .window-content{background-image:url(assets/textures/paper_texture_rm_c.jpg);background-position:top center;background-size:cover;background-repeat:no-repeat;background-color:#eceee9}.t2k4e.sheet.actor.vehicle select{min-height:22px;border:1px solid transparent}.t2k4e.sheet.actor.vehicle select:focus,.t2k4e.sheet.actor.vehicle select:hover{background:#fff;border:1px solid #604f43}.t2k4e.sheet.actor.vehicle .sheet-header img.vehicle-profile{height:200px;width:auto;margin:0;padding:0;border:2px solid transparent;border-radius:4px}.t2k4e.sheet.actor.vehicle .sheet-header img.vehicle-profile:hover{border:2px solid #604f43;box-shadow:0 0 10px #604f43}.t2k4e.sheet.actor.vehicle .sheet-header h1>input{text-align:center;color:#604f43}.t2k4e.sheet.actor.vehicle .sheet-header h2>input{text-align:center;font-family:DaisyWheel,'Courier New',Courier,monospace;font-weight:400}.t2k4e.sheet.actor.vehicle .sheet-header .fuel-type select{max-width:80px}.t2k4e.sheet.actor.vehicle .sheet-header progress.fuel-gauge{height:22px;margin-left:4px}.t2k4e.sheet.actor.vehicle .sheet-header .header-details{flex:0 0 auto;text-align:center}.t2k4e.sheet.actor.vehicle .sheet-header .header-details>div.flexcol{text-align:center;align-items:center}.t2k4e.sheet.actor.vehicle .sheet-header .header-details .type{color:#7f7f7f;font-family:DaisyWheel,'Courier New',Courier,monospace;font-weight:400}.t2k4e.sheet.actor.vehicle .sheet-header .header-details input{min-height:22px;height:22px;max-height:22px}.t2k4e.sheet.actor.vehicle .sheet-header .header-details label{width:100%;background:#bfb6b0;border-bottom:1px solid #604f43;font-family:TheSansB,Mukta;font-weight:700;text-transform:uppercase;color:#604f43}.t2k4e.sheet.actor.vehicle .sheet-tabs{font-family:DaisyWheel,'Courier New',Courier,monospace;font-weight:400;text-transform:uppercase;font-size:11pt;color:#604f43}.t2k4e.sheet.actor.vehicle .sheet-tabs.slanted-tabs{margin-bottom:1px}.t2k4e.sheet.actor.vehicle .sheet-body{color:#000;background:#e5e5d6}.t2k4e.sheet.actor.vehicle .sheet-body h3{padding:2px 4px;margin-bottom:10px;color:#604f43;text-transform:uppercase;font-weight:700;background-color:#bfb6b0;border-bottom:1px solid #604f43}.t2k4e.sheet.actor.vehicle .sheet-body .tab-cargo,.t2k4e.sheet.actor.vehicle .sheet-body .tab-combat,.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew{overflow-y:hidden}.t2k4e.sheet.actor.vehicle .sheet-body .inventory .items-header{color:#604f43;background:#bfb6b0;border-top:none;border-bottom:1px solid #604f43}.t2k4e.sheet.actor.vehicle .sheet-body .inventory .items-header>div h2{text-transform:uppercase;font-size:1rem;font-weight:700}.t2k4e.sheet.actor.vehicle .sheet-body .inventory .items-header>div h5{text-transform:uppercase;font-size:.6rem;font-weight:400;border-left:1px solid #604f43}.t2k4e.sheet.actor.vehicle .sheet-body .inventory .items-list .item:not(:first-child){border-top:1px solid #604f43}.t2k4e.sheet.actor.vehicle .sheet-body .tab-combat div.armor,.t2k4e.sheet.actor.vehicle .sheet-body .tab-combat div.damage{margin-bottom:10px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-combat div.armor .grid{grid-template-columns:100px 1fr 1fr}.t2k4e.sheet.actor.vehicle .sheet-body .tab-combat div.armor .armor-location{text-transform:uppercase}.t2k4e.sheet.actor.vehicle .sheet-body .tab-combat div.armor .armor-gauge{margin:0 10px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-qty{display:flex;flex-direction:row;justify-content:space-evenly;flex:0 0 auto;margin-bottom:10px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants{display:flex;flex-direction:row;flex-wrap:wrap;overflow-y:auto;overflow-x:hidden}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant{display:flex;flex-direction:column;align-items:center;width:140px;height:250px;margin:0 10px 10px 0;padding:10px;background-color:#e7e1d3;border:1px solid #9d9b7e;border-radius:10px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant.dead,.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant.passenger{background-color:#eceee9}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant.exposed{border-color:#9b2423}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant:hover{background-color:#a59a8b}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant.dead .occupant-image{filter:grayscale(100%) blur(4px)}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant.dead .occupant-exposed,.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant.dead .occupant-name{color:#7f7f7f}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant .occupant-image{width:100px;height:100px;margin:2px 0;border:none}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant .occupant-health-gauge{width:100px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant .occupant-name{font-size:110%;font-weight:700;text-align:center;width:100px;overflow:hidden;text-overflow:ellipsis}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant .occupant-buttons{margin:20px 0 0 0;justify-self:end}.t2k4e.sheet.actor.vehicle .sheet-body .tab-crew .crew-occupants .occupant .occupant-buttons a+a{margin-left:30px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-components .inner-components,.t2k4e.sheet.actor.vehicle .sheet-body .tab-components .outer-components{margin:0 10px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-components .radio-reliability{justify-content:flex-end}.t2k4e.sheet.actor.vehicle .sheet-body .tab-components .fcs-type{margin-left:19px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-cargo .caargoo{flex:0 0 auto}.t2k4e.sheet.actor.vehicle .sheet-body .tab-cargo .cargo-capacity{text-align:right}.t2k4e.sheet.actor.vehicle .sheet-body .tab-cargo .cargo-capacity label{margin-right:10px}.t2k4e.sheet.actor.vehicle .sheet-body .tab-cargo .cargo-capacity div.boxed-value{border:none}.t2k4e.sheet.actor.vehicle .sheet-body .tab-cargo .encumbrance{font-family:DaisyWheel,'Courier New',Courier,monospace;font-weight:400}.app.window-app.t2k4e.sheet.unit .window-content form{border:10px solid #efefef;border-radius:8px}.app.window-app.t2k4e.sheet.unit .window-content form.unit-affiliation-friendly{border-color:#80e0ff}.app.window-app.t2k4e.sheet.unit .window-content form.unit-affiliation-hostile{border-color:#ff8080}.app.window-app.t2k4e.sheet.unit .window-content form.unit-affiliation-neutral{border-color:#afa}.app.window-app.t2k4e.sheet.unit .window-content form.unit-affiliation-unknown{border-color:#ffff80}.t2k4e.sheet.item{min-width:400px;min-height:400px}.t2k4e.sheet.item .window-content{background-image:url(assets/textures/paper_texture_rm_c.jpg);background-position:top center;background-size:cover;background-repeat:no-repeat;background-color:#eceee9}.t2k4e.sheet.item .sheet-header img.profile{border:2px solid #604f43;border-radius:4px}.t2k4e.sheet.item .sheet-header h1>input{font-size:22px;color:#604f43}.t2k4e.sheet.item .sheet-header .header-details{font-family:'GT Eesti Text Medium','Nunito Sans';font-weight:800;text-transform:uppercase}.t2k4e.sheet.item .sheet-header .item-subtitle{color:#7f7f7f;font-family:DaisyWheel,'Courier New',Courier,monospace;font-weight:400}.t2k4e.sheet.item .sheet-header .item-subtitle h4.item-type{font-size:16px;margin:0}.t2k4e.sheet.item .sheet-header .item-subtitle .item-qty{font-size:16px;padding-right:10px}.t2k4e.sheet.item .sheet-header .item-subtitle .item-qty input{text-align:right;max-width:70px}.t2k4e.sheet.item .sheet-tabs{font-family:DaisyWheel,'Courier New',Courier,monospace;font-weight:400;text-transform:uppercase;font-size:11pt;color:#604f43}.t2k4e.sheet.item .sheet-tabs.slanted-tabs{margin-bottom:1px}.t2k4e.sheet.item .sheet-body{color:#000;background:#e5e5d6}.t2k4e.sheet.item .sheet-body .item-features{text-align:center}.t2k4e.sheet.item .sheet-body .item-features label{width:100%;background:#bfb6b0;border-bottom:1px solid #604f43;font-family:TheSansB,Mukta;font-weight:700;text-transform:uppercase;color:#604f43}.t2k4e.sheet.item .sheet-body .item-features input{color:#604f43}.t2k4e.sheet.item .sheet-body .item-features input[list]{text-align:center}.t2k4e.sheet.item .sheet-body .item-features select{min-height:22px;border:1px solid transparent}.t2k4e.sheet.item .sheet-body .item-features select:focus,.t2k4e.sheet.item .sheet-body .item-features select:hover{background:#fff;border:1px solid #604f43}.t2k4e.sheet.item .sheet-body .item-features select.score-selector{align-self:center}.t2k4e.sheet.item .sheet-body .features-other{margin-top:5px;padding-top:10px;border-top:2px groove #9d9b7e}.t2k4e.sheet.item .sheet-body .item-properties label.checkbox{flex:0 0 98px;font-size:11px}.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifiers-title{border-bottom:2px groove #9d9b7e;font-family:'GT Eesti Text Medium','Nunito Sans';font-weight:800;text-transform:uppercase;font-size:1rem;margin-bottom:5px}.t2k4e.sheet.item .sheet-body .roll-modifiers .no-modifier{margin:10px;font-style:italic}.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier{display:flex;flex-direction:row;margin:5px 5px 0 5px;padding:3px 5px 3px 10px;background-color:#e8e8e8;border:1px solid #c7c7c7;border-radius:10px;color:#284283}.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier .roll-modifier-value input{flex:1;margin:0 10px;border:1px solid #7f7f7f}.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier .item-controls{flex:0}.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier .item-controls .delete-modifier{color:transparent}.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier:focus,.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier:hover{box-shadow:0 0 10px #604f43}.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier:focus .delete-modifier,.t2k4e.sheet.item .sheet-body .roll-modifiers .roll-modifier:hover .delete-modifier{color:#000}