More actions
EmissaryFGC (talk | contribs) Created. Credit to Infil's Killer Instinct Guide (ki.infil.net) for the base that this stylesheet was created from. |
EmissaryFGC (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
min-width: 300px; | min-width: 300px; | ||
text-align: left; | text-align: left; | ||
border: 2px solid #9E0067; | border: 2px solid; | ||
border-color: #9E0067; | |||
} | } | ||
| Line 13: | Line 14: | ||
font-weight: bold; | font-weight: bold; | ||
color: #9E0067; | color: #9E0067; | ||
border-bottom: 1px solid #9E0067; | border-bottom: 1px solid; | ||
border-color: #9E0067; | |||
} | } | ||
| Line 23: | Line 25: | ||
padding: 0.3em; | padding: 0.3em; | ||
font-weight: bold; | font-weight: bold; | ||
border-top: 2px solid #9E0067; | border-top: 2px solid; | ||
border-color: #9E0067; | |||
} | } | ||
Revision as of 23:03, 16 September 2024
/*Credit to ki.infil.net for the original stylesheet.*/
.movelistbox {
display: inline-block;
min-width: 300px;
text-align: left;
border: 2px solid;
border-color: #9E0067;
}
.movelisttopheader {
background-color: #fbecf6;
text-transform:uppercase;
text-align: center;
font-weight: bold;
color: #9E0067;
border-bottom: 1px solid;
border-color: #9E0067;
}
.movelistheader {
}
.movelistentry {
padding: 0.3em;
font-weight: bold;
border-top: 2px solid;
border-color: #9E0067;
}
.movelistdesc {
padding: 0 0.3em 0.3em 0.3em;
line-height: 120%;
}