More actions
EmissaryFGC (talk | contribs) No edit summary |
EmissaryFGC (talk | contribs) No edit summary |
||
| Line 18: | Line 18: | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size:110%; | ||
border-bottom: 1px solid; | border-bottom: 1px solid; | ||
border-color: white; | border-color: white; | ||
Revision as of 20:15, 18 September 2024
/*Credit to ki.infil.net for the original stylesheet.*/
.movelistbox {
border: 2px solid;
border-color: var(--border-color-base);
text-align: left;
}
.movelisttopheader {
/*background-color: rgb(186, 71, 27);*/
text-align: center;
font-weight: bold;
/*color: white;*/
border-bottom: 1px solid;
/*border-color: rgb(186, 71, 27);*/
}
.movelistheader {
text-align: center;
font-weight: bold;
font-size:110%;
border-bottom: 1px solid;
border-color: white;
}
.movelistentry {
padding: 0.3em;
font-weight: bold;
border-top: 1px solid;
border-color: var(--border-color-base);
}
.movelistdesc {
padding: 0 0.3em 0.3em 0.3em;
line-height: 120%;
border-top: 1px solid;
border-color: var(--border-color-base);
}