User:MCDeMarco/common.css: Difference between revisions

m
no edit summary
(Created page with "→‎experimental grid styles: table.checkerboard, table.grid { text-align:center; border: 3px solid black; border-collapse:collapse; } table.checkerboard tr td, table.grid tr td { border: 3px solid black; min-width:48px; padding:0; } tble.grid td span { padding:0; } table.checkerboard tr td:first-child::before, table.grid tr td:first-child::before { content: ""; display: inline-block; vertical-align...")
 
mNo edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(2 intermediate revisions by the same user not shown)
Line 2:
table.checkerboard,
table.grid {
text-align:center;
border: 3px solid black;
border-collapse:collapse;
}
table.checkerboard tr td:first-child::before,
table.grid tr td:first-child::before {
min-height:48px3em;
}
table.checkerboard tr td,
table.grid tr td {
border: 3px solid black;
min-width:48px3em;
padding:0;
vertical-align: topmiddle;
}
tble.grid td span {
padding:0;
}
 
table.checkerboard tr td:first-child::before,
table.grid tr td:first-child::before {
content: "";
display: inline-block;
vertical-align: top;
min-height:48px;
}
table.checkerboard tr td {
background-color:#a9b6c7;