Skip to content

Commit

Permalink
Revert "The Witcher (Sheet Completely Remade)"
Browse files Browse the repository at this point in the history
  • Loading branch information
clevett committed Oct 30, 2018
1 parent a10cbf6 commit e6aed00
Show file tree
Hide file tree
Showing 27 changed files with 1,254 additions and 6,599 deletions.
58 changes: 58 additions & 0 deletions The Witcher/The_Witcher_Pen_&_Paper_RPG.css
@@ -0,0 +1,58 @@
.charsheet
{
background-image: url("https://www.jinx.com/productimage/5659/62/1/900.jpg");
background-repeat:no-repeat;
background-position:center;

}

{ border-style:double; }
{font-size:12px; }

table.center {
margin-left:auto;
margin-right:auto;
}

table {
margin-top: 15px;
margin-right: 5px;
margin-left: 5px;
text-align:center;
}

th, td {
text-align:center;
}
th {
text: bold;
}
textarea {
margin: 0 auto;
display: block;
}

div.sheet-tab-content { display: none; }

input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
input.sheet-tab3:checked ~ div.sheet-tab3,
input.sheet-tab4:checked ~ div.sheet-tab4

{ display: block; }

input.sheet-tab {
width: 150px;
height: 20px;
position: relative;
top: 5px;
left: 6px;
margin: -1.5px;
cursor: pointer;
z-index: 1;
opacity: 0;
}




0 comments on commit e6aed00

Please sign in to comment.