Difference between revisions of "User:Amorfides/css/table.css"

From Wurmpedia
Jump to navigation Jump to search
(Style for tables in paxsententia page)
 
m (testing style)
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 22:16, 8 July 2023

table.paxtable {
    border-collapse: collapse;
    overflow: hidden;
    margin: 25px 0;
    font-size: 0.9em;
    border-radius: 14px;
    font-family: sans-serif;
    border: 1px solid black;
    /* min-width: 400px; */
    box-shadow: 10px 9px 20px 7px rgba(0, 0, 0, 0.15);
}


table.paxtable th {
    background: #081565;
    text-align: left;
    padding-left: 20px;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    color: whitesmoke;
    vertical-align: text-top;
}

table.paxtable td {
    border: 1px solid;
    min-width: 200px;
    padding-left: 5px;
}


table.paxtable ul {
    margin-left: 10px;
}