More actions
EmissaryFGC (talk | contribs) No edit summary Tag: Manual revert |
EmissaryFGC (talk | contribs) No edit summary Tag: Reverted |
||
| Line 14: | Line 14: | ||
font-weight: bold; | font-weight: bold; | ||
color: white; | color: white; | ||
border-bottom: 1px solid; | /*border-bottom: 1px solid;*/ | ||
border-color: rgb(186, 71, 27); | border-color: rgb(186, 71, 27); | ||
} | } | ||
Revision as of 23:14, 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: rgb(186, 71, 27);
}
.movelisttopheader {
background-color: rgb(186, 71, 27);
text-transform:uppercase;
text-align: center;
font-weight: bold;
color: white;
/*border-bottom: 1px solid;*/
border-color: rgb(186, 71, 27);
}
.movelistheader {
}
.movelistentry {
padding: 0.3em;
font-weight: bold;
border-top: 2px solid;
border-color: rgb(186, 71, 27);
}
.movelistdesc {
padding: 0 0.3em 0.3em 0.3em;
line-height: 120%;
}