Welcome to the Umamusume Wiki! If you want to contribute, please read the guidelines.

Template:Boilerplate Game Career Transcript/styles.css

From Umamusume Wiki
Jump to navigation Jump to search
.wikitable {
    border-width: 0px;
	border-collapse: separate;
	border-radius: 15px;
	border-spacing: 0px;
	color: #804116;
	width: 100%;
}

.wikitable th {
    background: inherit;
    color: #804116;
	border-width: 0px;
}

.wikitable td {
	border-width: 0px;
}

.wikitable.event tr:first-child th {
    background: linear-gradient(135deg, #ff72a2 80%, #fea6bf 80%);
    border: 5px solid #f5548f;
    color: white;
    font-family: UmaRodin;
    font-weight: normal;
}

.wikitable.choice tr:first-child th {
    border: 5px solid gray;
    font-family: UmaRodin;
    font-weight: normal;
}

.wikitable.outcome {
    margin-top: 0px;
}

.wikitable.outcome tr:first-child th {
    background-color: #EFECEC;
}

.wikitable.outcome tr:only-child td:only-child {
    background-color: #FCFAFA;
}

table:not(.outlined) tr th:first-child, table:not(.outlined) tr td:first-child {
    border-left: 3px solid #804116;
}

table:not(.outlined) tr th:last-child, table:not(.outlined) tr td:last-child {
    border-right: 3px solid #804116;
}

table:not(.outlined) tr:last-child th, table:not(.outlined) tr:last-child td {
    border-bottom: 3px solid #804116;
}

tr:nth-child(even) > th, tr:nth-child(even) > td {
	background: #FCFAFA;
}

tr:nth-child(odd) > th, tr:nth-child(odd) > td {
	background: #EFECEC;
}

.wikitable.choice.one > tbody > tr:first-child > th {
    background-image: linear-gradient(135deg, white 80%, #c6ef8d 80%);
    border-color: #96db2f;
}

.wikitable.choice.two > tbody > tr:first-child > th {
    background-image: linear-gradient(135deg, white 80%, #fef6bf 80%);
    border-color: #ffcb19;
}

.wikitable.choice.three > tbody > tr:first-child > th {
    background-image: linear-gradient(135deg, white 80%, #fde6f0 80%);
    border-color: #ff82b7;
}

.wikitable.choice.four > tbody > tr:first-child > th {
    background-image: linear-gradient(135deg, white 80%, #d1f3ff 80%);
    border-color: #58cbfe;
}

.wikitable.choice.five > tbody > tr:first-child > th {
    background-image: linear-gradient(135deg, white 80%, #e2e1ff 80%);
    border-color: #919bfd;
}

.wikitable.preoutcome {
    margin-bottom: 0px;
}

table:not(.preoutcome) tr:last-child th:first-child, table:not(.preoutcome) tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px;
}

table:not(.preoutcome) tr:last-child th:last-child, table:not(.preoutcome) tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}

table:not(.preoutcome) tr:last-child th:only-child, table:not(.preoutcome) tr:last-child td:only-child {
    border-radius: 0px 0px 10px 10px;
}

.wikitable.outlined {
    border: 3px solid #804116;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}

.wikitable.outlined tr:last-child th, .wikitable.outlined tr:last-child td {
    border-bottom: 3px solid #804116;
}

.wikitable.outlined:not(.preoutcome) {
    border-radius: 10px;
    border-bottom: 3px solid #804116;
}

.wikitable.outlined:not(.preoutcome) tr:last-child th, .wikitable.outlined:not(.preoutcome) tr:last-child td {
    border-radius: 10px;
    border-bottom: 0px;
}