Template:NewsForm.css

From TwogPedia
Revision as of 16:56, 2 May 2025 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.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) {*/

/*}*/