UNPKG

camelot-unchained

Version:
135 lines (133 loc) 3.67 kB
/** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ body { overflow: hidden; cursor: default; height: 100%; width: 100%; margin: 0; font-family: sans-serif; color: white; } #cse-ui-wounds { position: relative; width: 150px; background-color: rgba(0, 0, 0, 0.8); border: 1px solid rgba(255, 255, 255, 0.1); padding: 10px; padding-bottom: 5px; /* Paper Doll Styles */ /* Buff/Debuff styles */ /* Statistics Styles */ } #cse-ui-wounds .doll { margin-top: 20px; width: 150px; height: 115px; position: relative; } #cse-ui-wounds .doll .part { border: 0; position: absolute; top: 0; margin-left: 50%; left: -41px; width: 82px; height: 98px; background: transparent; opacity: 0.85; } #cse-ui-wounds .doll .label { position: absolute; z-index: 1; height: 12px; width: 48px; font-size: 10px; text-align: center; } #cse-ui-wounds .doll .label.part-0 { top: -7px; margin-left: 50%; left: -24px; } #cse-ui-wounds .doll .label.part-1 { top: 10px; margin-left: 50%; left: -60px; } #cse-ui-wounds .doll .label.part-2 { top: 10px; margin-left: 50%; left: 12px; } #cse-ui-wounds .doll .label.part-3 { top: 35px; margin-left: 50%; left: -55px; } #cse-ui-wounds .doll .label.part-4 { top: 90px; margin-left: 50%; left: -50px; } #cse-ui-wounds .doll .label.part-5 { top: 90px; margin-left: 50%; left: 2px; } #cse-ui-wounds .buffs { position: absolute; height: 85px; top: 40px; display: none; } #cse-ui-wounds .buffs .icon { width: 16px; height: 16px; display: block; margin-bottom: 4px; } #cse-ui-wounds .buffs.boon { left: 10px; } #cse-ui-wounds .buffs.bane { right: 10px; } #cse-ui-wounds .stats { width: 150px; opacity: 0.85; } #cse-ui-wounds .stats .stat { position: relative; height: 16px; } #cse-ui-wounds .stats .stat label { position: absolute; display: block; width: 30%; font-size: 10px; height: 10px; margin-top: 2px; font-weight: bold; } #cse-ui-wounds .stats .stat .bar, #cse-ui-wounds .stats .stat .fill { position: absolute; height: 6px; } #cse-ui-wounds .stats .stat .bar { left: 30%; width: 70%; margin-top: 5px; margin-left: 1%; } #cse-ui-wounds .stats .blood label { color: #fe1f16; } #cse-ui-wounds .stats .blood .bar { background-color: #400000; } #cse-ui-wounds .stats .blood .fill { background-color: #fe1f16; } #cse-ui-wounds .stats .stamina label { color: #f6ca06; } #cse-ui-wounds .stats .stamina .bar { background-color: #3d2b00; } #cse-ui-wounds .stats .stamina .fill { background-color: #f6ca06; } #cse-ui-wounds .stats .panic { display: none; } #cse-ui-wounds .stats .panic label { color: #fd6000; } #cse-ui-wounds .stats .panic .bar { background-color: #411900; } #cse-ui-wounds .stats .panic .fill { background-color: #fd6000; } #cse-ui-wounds .stats .temp { display: none; } #cse-ui-wounds .stats .temp label { color: white; } #cse-ui-wounds .stats .temp .bar { background-color: #fe1f16; } #cse-ui-wounds .stats .temp .fill { background-color: #12a2ff; }