Difference between revisions of "Template:Character Logs"
From Final Kingdom MUSH
Oathkeeper (Talk | contribs) m |
Oathkeeper (Talk | contribs) m |
||
Line 2: | Line 2: | ||
.LogTable {text-align:left; width:100%; table-layout:fixed;} | .LogTable {text-align:left; width:100%; table-layout:fixed;} | ||
.LogTable tr th:{padding: 0px 0px 0px 5px;} | .LogTable tr th:{padding: 0px 0px 0px 5px;} | ||
− | .LogTable tr td:nth-child(1) {border-top-left-radius:5px; width: | + | .LogTable tr td:nth-child(1) {border-top-left-radius:5px; width: 20%;} |
− | .LogTable tr td:nth-child(2) {width: | + | .LogTable tr td:nth-child(2) {width: 10rem;} |
− | .LogTable tr td:nth-child(3) {border-top-right-radius:5px; width: | + | .LogTable tr td:nth-child(3) {border-top-right-radius:5px; width: 70%;} |
.LogTable tr:nth-child(1) {background-color: rgba(0,70,70,.5)} | .LogTable tr:nth-child(1) {background-color: rgba(0,70,70,.5)} | ||
.LogTable tr:nth-child(2n+2) {background-color: rgba(0,70,70,.2)} | .LogTable tr:nth-child(2n+2) {background-color: rgba(0,70,70,.2)} |