Common.css: Difference between revisions
From Mark Twain in the German Language Press
mNo edit summary |
mNo edit summary |
||
| Line 14: | Line 14: | ||
} | } | ||
/* Text styling for . | /* Text styling for .translationTable */ | ||
.translationTable td { | .translationTable td { | ||
vertical-align: top; | vertical-align: top; | ||
| Line 24: | Line 24: | ||
} | } | ||
/*Table | /*Table styling for .datatable*/ | ||
.datatable > thead:nth-child(2) th { | .datatable > thead:nth-child(2) th { | ||
padding: 0 5px; | padding: 0 5px; | ||
Revision as of 12:37, 8 July 2025
/* CSS placed here will be applied to all skins */
/*Add color coding for translation changes (article pages)*/
.translationInsert {
color: seagreen;
}
.translationOmission {
color: crimson;
}
.translationChange {
color: royalblue;
}
/* Text styling for .translationTable */
.translationTable td {
vertical-align: top;
}
/*Adjust distance between .articleNote and article content on article pages*/
.articleNote {
padding-bottom: 20px;
}
/*Table styling for .datatable*/
.datatable > thead:nth-child(2) th {
padding: 0 5px;
}
.dt-container .dt-input{
padding: 5px;
min-width: 50px;
}
.dtsb-searchBuilder .dtsb-button,
.dtsb-searchBuilder .dtsb-button:hover,
.dtsb-searchBuilder .dtsb-logicContainer {
background: transparent !important;
background-color: transparent !important;
}
.dtsb-searchBuilder .dtsb-dropDown {
height: auto !important;
min-width: 6em !important;
}