User:NerdOfEpic/builtin-palette.css: Difference between revisions
From NerdConsole
Jump to navigationJump to search
NerdOfEpic (talk | contribs) (Created page with ".pal-td { border: 1px solid #000; padding: 0px; width: 30px; height: 30px; text-align: center; vertical-align: middle; }") |
NerdOfEpic (talk | contribs) No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | vertical-align: middle; | ||
font-family: monospace; | |||
} | } | ||
.r { background-color: #fbb; width: 30px; text-align: center; } | |||
.g { background-color: #bfb; width: 30px; text-align: center; } | |||
.b { background-color: #bbf; width: 30px; text-align: center; } | |||
.mono { font-family: monospace; font-size: 150% } | |||
Latest revision as of 18:44, 23 January 2024
.pal-td
{
border: 1px solid #000;
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
vertical-align: middle;
font-family: monospace;
}
.r { background-color: #fbb; width: 30px; text-align: center; }
.g { background-color: #bfb; width: 30px; text-align: center; }
.b { background-color: #bbf; width: 30px; text-align: center; }
.mono { font-family: monospace; font-size: 150% }