/* ----------------------------------------- */ /* Foundry VTT Overrides */ /* ----------------------------------------- */ #pause { background: none; > img { width: 200px; height: 200px; top: -50px; left: calc(50% - 100px); opacity: 0.7; } h3 { font-family: "IMFellDWPicaSC-Regular", serif; font-size: 32px; text-shadow: 0px 3px 5px #000000; } } ::-webkit-scrollbar-thumb { outline: none; border-radius: 3px; background: #999 !important; border: 1px solid #333 !important; border-color: #333 !important; } ::-webkit-scrollbar-track { box-shadow: 0 0 3px #005d67 inset !important; border-radius: 3px; } * { scrollbar-width: thin !important; scrollbar-color: #005d67 #ccc !important; } .element-invisible { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; } .roll-box { border-width: 1px; border-color: #000000; margin-bottom: 2px; } .hide { display: none; } ul.no-bullets { list-style-type: none; padding: 0; margin: 0; } .nomargin { margin: 0; padding: 0; }