User:Abdullah5599@legacy41961806/Sandbox2

From Zelda Wiki, the Zelda encyclopedia
Revision as of 21:33, 24 March 2016 by Abdullah5599@legacy41961806 (talk | contribs) (Implementing TWW Hylian word translation)
Jump to navigation Jump to search


<css> td:empty{ /*:empty selector is supported in all major browsers, except IE8 and earlier.*/

background-color: #1c3855 !important;

}

.wikitable{

background-color: #1c3855 !important;
empty-cells: hide;
border-collapse:separate !important;
margin: 0 !important;

}

.wikitable td{

padding: 0;

}

</css>

Japanese LOZ AOL ALTTP LA OOT MM OOA OOS TWW FS FSA TMC TP PH ST SS




Blin Family

Japanese LOZ AOL ALTTP LA OOT MM OOA OOS TWW FS FSA TMC TP PH ST SS

Swords

<css> .swordtable {

font-size:80%;
line-height: 13px;
margin: 0 auto;
border-collapse: collapse;

}

.swordtable td, .swordtable th {

padding: 2px 3px;
border: 1px solid #426787;

}

.swordtable2 th:nth-child(odd) {

border-right: none;
text-align: right;

}

.swordtable2 th:nth-child(even) {

border-left: none;
text-align: left;

}

.swordtable li {

text-align: left;

}

.swordtable a {

display: block;

}

</css> Template:Tab