MediaWiki:Common.css: Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 16: Line 16:
.tcb3 {background-color: #aaaaff; border-bottom: 4px solid black; width: 24px; height: 24px;}
.tcb3 {background-color: #aaaaff; border-bottom: 4px solid black; width: 24px; height: 24px;}


 
table.tt {font-family: monospace; font-size: 20px; margin: 50px; display: inline-block; vertical-align: text-top; border-collapse: collapse;}
.ttb {border-bottom: 4px solid black; width: 24px; height: 24px;}
table.tt td {width: 24px; height: 24px;}
.ttc {border-left: 4px solid black; width: 24px; height: 24px;}
td.tt_r {background-color: #ff8888;}
td.tt_g {background-color: #88ff88;}
td.tt_b {background-color: #8888ff;}
td.tt_bl {border-left: 4px solid black;}
td.tt_bb {border-bottom: 4px solid black;}

Revision as of 18:02, 28 May 2024

.tct {border-bottom: 4px solid black; border-right: 4px solid black;}
.tca {width: 24px;}
.tcb {border-bottom: 4px solid black; height: 24px;}
.tce {height: 24px;}

.tc1 {background-color: #ff8888; width: 24px; height: 24px;}
.tc2 {background-color: #88ff88; width: 24px; height: 24px;}
.tc3 {background-color: #8888ff; width: 24px; height: 24px;}

.tcr1 {background-color: #ffaaaa; border-right: 4px solid black; width: 24px; height: 24px;}
.tcr2 {background-color: #aaffaa; border-right: 4px solid black; width: 24px; height: 24px;}
.tcr3 {background-color: #aaaaff; border-right: 4px solid black; width: 24px; height: 24px;}

.tcb1 {background-color: #ffaaaa; border-bottom: 4px solid black; width: 24px; height: 24px;}
.tcb2 {background-color: #aaffaa; border-bottom: 4px solid black; width: 24px; height: 24px;}
.tcb3 {background-color: #aaaaff; border-bottom: 4px solid black; width: 24px; height: 24px;}

table.tt {font-family: monospace; font-size: 20px; margin: 50px; display: inline-block; vertical-align: text-top; border-collapse: collapse;}
table.tt td {width: 24px; height: 24px;}
td.tt_r {background-color: #ff8888;}
td.tt_g {background-color: #88ff88;}
td.tt_b {background-color: #8888ff;}
td.tt_bl {border-left: 4px solid black;}
td.tt_bb {border-bottom: 4px solid black;}