Template:Keitatestspawn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#css: | {{#css: | ||
body { | |||
.header-cell { | margin: 0; | ||
} | |||
.spawn-table__container { | |||
background-color: rgb(128, 128, 128); | |||
padding: 8px; | |||
font-family: 'Roboto', sans-serif; | |||
margin:auto; | |||
width: fit-content; | |||
} | |||
.spawn-table { | |||
display: table; | |||
border-spacing:0; | |||
background-color: white; | |||
border-collapse: collapse; | |||
font-family: 'Roboto', sans-serif; | |||
margin: auto; | |||
} | |||
.header-cell , .normal-cell { | |||
border: 1px solid black; | |||
padding:0 8px 0px 8px; | |||
font-family: 'Roboto', sans-serif; | |||
} | |||
.header-cells, .normal-row { | |||
font-size: 1rem; | |||
font-family: 'Roboto', sans-serif; | |||
} | |||
.header-cells:nth-child(1) { | |||
colspan: 2; | |||
} | } | ||
}} | }} |