mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
71 lines
1.1 KiB
CSS
71 lines
1.1 KiB
CSS
.sheet-field_box{
|
|
border: 1px solid black;
|
|
padding:5px;
|
|
}
|
|
|
|
.sheet-field_label{
|
|
font-style:italic;
|
|
font-size:x-large;
|
|
font-weight:bold;
|
|
padding:3px;
|
|
display:inline-block;
|
|
}
|
|
|
|
.sheet-field_label_r{
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-field_label_l{
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-trait_text{
|
|
display:inline-block;
|
|
width:253px;
|
|
}
|
|
|
|
.sheet-trait_number{
|
|
display:inline-block;
|
|
}
|
|
|
|
.sheet-trait_roll{
|
|
margin: 0 1px 0 1px!important;
|
|
}
|
|
|
|
.sheet-rolltemplate-actionRoll .inlinerollresult {
|
|
background-color: transparent;
|
|
color: #000000;
|
|
border: none;
|
|
font-size:xx-large!important;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-rolltemplate-fate .inlinerollresult {
|
|
background-color: transparent;
|
|
color: #000000;
|
|
border: none;
|
|
font-size:xx-large!important;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-rolltemplate-actionRoll .sheet-big-numbers{
|
|
font-size:xx-large;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-actionRoll .sheet-us6{
|
|
font-weight:bold;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-wnd-msg{
|
|
margin-right:9px;
|
|
display:inline-block;
|
|
float:right;
|
|
text-align:right;
|
|
background:transparent;
|
|
border:none;
|
|
color:red;
|
|
box-shadow: none;
|
|
}
|