Files
roll20-character-sheets/Aborea_new/aborea.css
T
2021-04-22 19:56:03 +02:00

1 line
9.6 KiB
CSS

.charsheet .container{width:870px;padding:0;margin:0}.charsheet .container input{background:transparent;width:100%;border:1px solid #ddd;border-radius:3px}.charsheet .container select{background:transparent;width:100%;border:1px solid #ddd;border-radius:3px}.charsheet .container input[type=number]{text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield}.charsheet .container input[type=checkbox]{width:auto}.charsheet .container textarea{margin:0;width:100%;height:65px;resize:vertical;box-sizing:border-box;border:1px solid #ddd;border-radius:3px}.charsheet .container select{margin:0}.charsheet .container span{text-transform:uppercase}.charsheet .container label{width:auto;display:block;margin-top:-19px;margin-bottom:0px;font-weight:normal;padding:0px;font-size:15px}.charsheet .container .input_label{cursor:pointer}.charsheet .container .redbg{background-color:red;color:#fff;border:1px solid red;border-bottom:1px solid #fff;font-weight:bold;padding-left:5px}.charsheet .container strong{font-weight:900}.charsheet .container .textcenter{text-align:center}.charsheet .container .float{float:left;box-sizing:border-box;width:99%;margin:10px 5px 10px 0}.charsheet .container .noborder{border:none}.charsheet .container .half{max-width:49%}.charsheet .container .twice{display:grid;grid-template-columns:49% 49%;grid-gap:5px}.charsheet .container .clear{clear:both;overflow:auto}.charsheet .container .row{padding-top:30px;margin-right:0;margin-left:0}.charsheet .container .row.twice::before,.charsheet .container .row.twice::after{display:none}.charsheet .container .row.small{padding-top:10px}.charsheet .container .row:first-child{padding-top:0px}.charsheet .container .options-flag,.charsheet .container .options-flag+span{position:absolute;top:-10px;left:-10px}.charsheet .container .options-flag{opacity:0;width:16px !important;min-height:16px;z-index:2}.charsheet .container .options-flag+span{white-space:nowrap;width:16px;height:16px;font-size:16px;font-family:pictos;color:#bbb;cursor:pointer;margin-top:0;display:none;text-transform:lowercase}.charsheet .container .options-flag~textarea{display:none}.charsheet .container .options-flag:checked~textarea{display:inherit}.charsheet .container .grid,.charsheet .container .items,.charsheet .container .repcontainer .repitem{display:grid;grid-gap:5px}.charsheet .container .items,.charsheet .container .repcontainer .repitem{margin-top:5px}.charsheet .container .grid>div{background-color:red;color:#fff;font-weight:bold;text-align:center}.charsheet .container .items input,.charsheet .container .items select,.charsheet .container .items button,.charsheet .container .repcontainer .repitem input,.charsheet .container .repcontainer .repitem select,.charsheet .container .repcontainer .repitem button{width:-webkit-fill-available;width:-moz-available}.charsheet .container .repcontainer .repitem button.repcontrol_del{width:auto}.charsheet .container .items div,.charsheet .container .repcontainer .repitem div{margin:auto 0;text-align:center}.charsheet .container .switch{position:relative;display:inline-block;width:40px;height:24px}.charsheet .container .switch input{opacity:0;width:0;height:0}.charsheet .container .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.charsheet .container .slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.charsheet .container input:checked+.slider{background-color:red}.charsheet .container input:focus+.slider{box-shadow:0 0 1px red}.charsheet .container input:checked+.slider:before{transform:translateX(16px)}.charsheet .container .main .ep{width:190px;float:left}.charsheet .container .main .ep input,.charsheet .container .main .ep label{float:left;margin-right:5px}.charsheet .container .main .ep input:last-child,.charsheet .container .main .ep label:last-child{margin-right:0px}.charsheet .container .main .ep input{width:50px;height:40px}.charsheet .container .main .ep label[for=Stufe],.charsheet .container .main .ep label[for=AP]{width:50px;text-align:center}.charsheet .container .main .ep input[name=attr_ep],.charsheet .container .main .ep label[for=attr_ep]{width:80px;text-align:center}.charsheet .container .main .vermoegen{width:210px;float:right;padding-top:0}.charsheet .container .main .vermoegen div{width:100%}.charsheet .container .main .vermoegen input,.charsheet .container .main .vermoegen label{float:left;margin-left:5px}.charsheet .container .main .vermoegen input:first-child,.charsheet .container .main .vermoegen label:first-child{margin-left:0px}.charsheet .container .main .vermoegen input{width:40px;height:40px}.charsheet .container .main .vermoegen label[for=attr_tt],.charsheet .container .main .vermoegen label[for=attr_kl],.charsheet .container .main .vermoegen label[for=attr_mu]{width:40px;text-align:center}.charsheet .container .main .vermoegen input[name=attr_gf],.charsheet .container .main .vermoegen label[for=attr_gf]{width:70px;text-align:center}.charsheet .container .main .stats{float:left}.charsheet .container .main .stats>input,.charsheet .container .main .stats>label,.charsheet .container .main .stats>div{float:left;margin-right:10px}.charsheet .container .main .stats input:last-child,.charsheet .container .main .stats label:last-child,.charsheet .container .main .stats div:last-child{margin-right:0px}.charsheet .container .main .stats label[for=attr_leben]{text-align:center;float:none;width:110px}.charsheet .container .main .stats input{width:50px;height:40px}.charsheet .container .main .stats .moreleft{margin-left:-4px}.charsheet .container .main .gmroll{width:175px;float:right}.charsheet .container .main .gmroll select{float:right;width:175px}.charsheet .container .main .beruf select[name=attr_beruf]{display:none}.charsheet .container .main .beruf .switch{float:right;position:relative;height:17px;border:1px solid #ccc}.charsheet .container .main .beruf .switch .slider{box-shadow:none}.charsheet .container .main .beruf .switch .slider:before{height:13px;bottom:2px}.charsheet .container .main .beruf input[name=attr_toggle_beruf]:checked~input{display:none}.charsheet .container .main .beruf input[name=attr_toggle_beruf]:checked~select{display:inherit}.charsheet .container .main .settings{padding-top:10px;display:grid;grid-template-columns:49% 49%;grid-gap:5px}.charsheet .container .main .settings::before,.charsheet .container .main .settings::after{display:none}.charsheet .container .main .attribut .grid,.charsheet .container .main .attribut .items{grid-template-columns:150px 70px 70px 22px 42px 50px}.charsheet .container .main .attribut .arrow{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid red;width:auto;height:auto;margin:6px 0;margin-right:60px}.charsheet .container .main .attribut label{position:relative;left:-95px;top:7px}.charsheet .container .main .gott{text-align:center}.charsheet .container .main .gott label{text-align:center;margin:0}.charsheet .container .main .gott input{width:auto;margin-left:10px}.charsheet .container .main .mana{padding-top:20px}.charsheet .container .main .mana .items{grid-template-columns:49% 49%}.charsheet .container .main .mana input{width:60px;height:40px}.charsheet .container .main .magie{padding-top:15px}.charsheet .container .main .magie .grid,.charsheet .container .main .magie .items{grid-template-columns:150px 70px 70px 70px 50px}.charsheet .container .main .fertigkeiten .grid,.charsheet .container .main .fertigkeiten .items,.charsheet .container .main .fertigkeiten .repcontainer .repitem{grid-template-columns:150px 70px 70px 70px 50px}.charsheet .container .main .kampf .grid,.charsheet .container .main .kampf .repcontainer .repitem{grid-template-columns:303px 70px 140px 70px 70px 70px 50px 50px}.charsheet .container .main .inventar{display:inherit}.charsheet .container .main .inventar input[name=attr_ruestung1],.charsheet .container .main .inventar input[name=attr_ruestung2],.charsheet .container .main .inventar input[name=attr_name]{width:250px}.charsheet .container .main .inventar input{width:84px}.charsheet .container .main .inventar,.charsheet .container .main .notes{display:inherit}.charsheet .container .main .inventar .switch,.charsheet .container .main .notes .switch{float:right;position:relative;top:19px;height:17px;border:1px solid #ccc}.charsheet .container .main .inventar .switch .slider,.charsheet .container .main .notes .switch .slider{box-shadow:none}.charsheet .container .main .inventar .switch .slider:before,.charsheet .container .main .notes .switch .slider:before{height:13px;bottom:2px}.charsheet .container .main .inventar input[name=attr_show_inventar]~div textarea,.charsheet .container .main .notes input[name=attr_show_inventar]~div textarea{display:none}.charsheet .container .main .inventar input[name=attr_show_inventar]:checked~div textarea,.charsheet .container .main .notes input[name=attr_show_inventar]:checked~div textarea{display:inline-block}.charsheet .container .main .inventar input[name=attr_show_notes]~div textarea,.charsheet .container .main .notes input[name=attr_show_notes]~div textarea{display:none}.charsheet .container .main .inventar input[name=attr_show_notes]:checked~div textarea,.charsheet .container .main .notes input[name=attr_show_notes]:checked~div textarea{display:inline-block}.charsheet .container .main .inventar .notes-row:hover .options-flag+span,.charsheet .container .main .inventar .inventar-row:hover .options-flag+span,.charsheet .container .main .notes .notes-row:hover .options-flag+span,.charsheet .container .main .notes .inventar-row:hover .options-flag+span{display:block}.charsheet .container .main .version{text-align:right}/*# sourceMappingURL=aborea.css.map */