mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-03 05:32:32 +00:00
100 lines
1.4 KiB
CSS
100 lines
1.4 KiB
CSS
/* Tabs */
|
|
.sheet-tab-content {
|
|
display: none;
|
|
}
|
|
|
|
input.sheet-tab-char:checked ~ div.sheet-tab-char,
|
|
input.sheet-tab-npc:checked ~ div.sheet-tab-npc,
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab
|
|
{
|
|
width: 100px;
|
|
height: 20px;
|
|
position: relative;
|
|
margin-bottom: 5px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
input.sheet-tab::before
|
|
{
|
|
content: attr(title);
|
|
|
|
border: solid 1px #a7a7a7;
|
|
border-bottom-color: #ffffff;
|
|
text-align: center;
|
|
display: inline-block;
|
|
|
|
background: #bbbbbb;
|
|
|
|
width: 100px;
|
|
height: 20px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
input.sheet-tab:checked::before
|
|
{
|
|
background: #ffffff;
|
|
}
|
|
|
|
/* Content */
|
|
h1 {
|
|
text-align: right;
|
|
}
|
|
|
|
h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
label {
|
|
line-height: 25px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-version {
|
|
text-align: right;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.sheet-stats-text {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
input.sheet-stats-input, input.sheet-traits-input,
|
|
input.sheet-relationships-input {
|
|
width: 75px;
|
|
text-align: center;
|
|
}
|
|
|
|
input.sheet-traits-info, input.sheet-relationships-info {
|
|
width: 300px;
|
|
}
|
|
|
|
textarea.sheet-textareas {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.sheet-btn-talk, .sheet-btn-phys, .sheet-btn-hand,
|
|
.sheet-btn-guns {
|
|
margin-right: 33px;
|
|
}
|
|
|
|
.sheet-btn-phys, .sheet-btn-hand, .sheet-btn-guns,
|
|
.sheet-btn-escalate {
|
|
margin-left: 33px;
|
|
}
|
|
|
|
.sheet-npc-name {
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
|
|
input.sheet-relationships-info-npc {
|
|
width: 333px;
|
|
}
|