MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Label: Ongedaan maken |
Geen bewerkingssamenvatting |
||
| Regel 60: | Regel 60: | ||
font-weight: 1000; | font-weight: 1000; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
table#luca-steps-table caption { | |||
font-weight: 500; | |||
} | |||
table#luca-steps-table table { | |||
border-collapse: separate; | |||
border-spacing: 0; | |||
border-style: none solid solid none; | |||
} | |||
table#luca-steps-table th { | |||
border-color: white; | |||
background-color: white; | |||
color: #2D3748; | |||
} | |||
table#luca-steps-table td { | |||
background-color: white; | |||
padding: 24px; | |||
border: solid 16px white; | |||
} | |||
table#luca-steps-table td:nth-child(1) { | |||
background-color: linear-gradient(#014489, #0576CC); | |||
} | |||
table#luca-steps-table td:first-child { | |||
border-top-left-radius: 8px; | |||
border-bottom-left-radius: 8px; | |||
} | |||
table#luca-steps-table td:last-child { | |||
border-top-right-radius: 8px; | |||
border-bottom-right-radius: 8px; | |||
} | } | ||