UAT changes

This commit is contained in:
hylianux
2015-04-09 13:06:43 -04:00
parent 0aff53f3d5
commit e33b12348e
2 changed files with 447 additions and 471 deletions
+30 -2
View File
@@ -108,8 +108,8 @@ input.sheet-tab:checked::before {
color:white;
}
input.sheet-tab1:checked ~ div.sheet-section-core,
input.sheet-tab2:checked ~ div.sheet-section-weapons,
input.sheet-tab1:checked ~ div.sheet-section-roleplay,
input.sheet-tab2:checked ~ div.sheet-section-combat,
input.sheet-tab3:checked ~ div.sheet-section-spells
{
max-height: 999999px;
@@ -157,4 +157,32 @@ input[type="checkbox"] + span::before
input[type="checkbox"]:checked + span::before
{
content: "[hide]";
}
.sheet-spellsTable{
border-collapse:collapse;
border-spacing:0;
border-color:#ccc;
width: 100%;
}
.sheet-spellsTable td{
padding:2px 1px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
border-color:#ccc;
color:#333;
background-color:#F0F0F0;
}
.sheet-spellsTable th{
font-weight:normal;
padding:2px 1px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
border-color:#ccc;
color:#333;
background-color:#D0D0D0;
}
+417 -469
View File
File diff suppressed because it is too large Load Diff