Template:NewsForm.css: Difference between revisions
From TwogPedia
(Created page with ".formtable input, .formtable textarea, .formtable select, .select2-container, .select2-selection--multiple, .select2-search__field { background-color: #19191E; color: #C1C1CD; border: 1.5px solid #19191E !important; font-weight: 400; border-radius: 6px; padding: 8px; →width: 100%;: height: 100%; box-sizing: border-box; } .mw-widgets-datetime-dateTimeInputWidget-handle { background-color: #19191E; color: #C1C1CD; border-r...") |
(Admin changed the content model of the page Template:NewsForm.css from "wikitext" to "Sanitized CSS") Tag: content model change |
(No difference)
|
Latest revision as of 16:57, 2 May 2025
.formtable input,
.formtable textarea,
.formtable select,
.select2-container,
.select2-selection--multiple,
.select2-search__field {
background-color: #19191E;
color: #C1C1CD;
border: 1.5px solid #19191E !important;
font-weight: 400;
border-radius: 6px;
padding: 8px;
/*width: 100%;*/
height: 100%;
box-sizing: border-box;
}
.mw-widgets-datetime-dateTimeInputWidget-handle {
background-color: #19191E;
color: #C1C1CD;
border-radius: 4px;
display: flex;
align-items: center;
}
.oo-ui-comboBoxInputWidget-dropdownButton .oo-ui-buttonElement-button {
background-color: #19191E;
color: #C1C1CD;
border-radius: 4px;
border: none;
}
.oo-ui-comboBoxInputWidget-dropdownButton .oo-ui-buttonElement-button:hover {
background-color: #19191E;
}
.formtable th, .formtable td {
padding-right: 10px;
}
.formtable input[type="text"],
.formtable input[type="datetimepicker"],
.formtable textarea {
background-color: #19191E;
}
.formtable .wikieditor textarea {
background-color: #19191E;
}
.formtable img {
border-radius: 6px;
}
.formtable {
border-collapse: separate;
border-spacing: 0 10px;
/*width: 100%;*/
}
.oo-ui-comboBoxInputWidget-field {
background: #19191E;
border-radius: 4px;
}
.formtable-container {
overflow-x: auto;
white-space: nowrap;
}
/*@media (max-width: 768px) {*/
/*}*/
No categories