MediaWiki:Common.css: Difference between revisions

From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
.tc3 {background-color: #8888ff; width: 24px; height: 24px;}
.tc3 {background-color: #8888ff; width: 24px; height: 24px;}


.tcr1 {background-color: #ff8888; border-right: 2px solid black; width: 24px; height: 24px;}
.tcr1 {background-color: #ff8888; border-right: 4px solid black; width: 24px; height: 24px;}
.tcr2 {background-color: #88ff88; border-right: 2px solid black; width: 24px; height: 24px;}
.tcr2 {background-color: #88ff88; border-right: 4px solid black; width: 24px; height: 24px;}
.tcr3 {background-color: #8888ff; border-right: 2px solid black; width: 24px; height: 24px;}
.tcr3 {background-color: #8888ff; border-right: 4px solid black; width: 24px; height: 24px;}


.tcb1 {background-color: #ff8888; border-bottom: 2px solid black; width: 24px; height: 24px;}
.tcb1 {background-color: #ff8888; border-bottom: 4px solid black; width: 24px; height: 24px;}
.tcb2 {background-color: #88ff88; border-bottom: 2px solid black; width: 24px; height: 24px;}
.tcb2 {background-color: #88ff88; border-bottom: 4px solid black; width: 24px; height: 24px;}
.tcb3 {background-color: #8888ff; border-bottom: 2px solid black; width: 24px; height: 24px;}
.tcb3 {background-color: #8888ff; border-bottom: 4px solid black; width: 24px; height: 24px;}

Revision as of 05:51, 24 May 2024

.tct {border-bottom: 2px solid black; border-right: 2px solid black;}

.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: #ff8888; border-right: 4px solid black; width: 24px; height: 24px;}
.tcr2 {background-color: #88ff88; border-right: 4px solid black; width: 24px; height: 24px;}
.tcr3 {background-color: #8888ff; border-right: 4px solid black; width: 24px; height: 24px;}

.tcb1 {background-color: #ff8888; border-bottom: 4px solid black; width: 24px; height: 24px;}
.tcb2 {background-color: #88ff88; border-bottom: 4px solid black; width: 24px; height: 24px;}
.tcb3 {background-color: #8888ff; border-bottom: 4px solid black; width: 24px; height: 24px;}