Common.css: Difference between revisions
From Mark Twain in the German Language Press
mNo edit summary |
mNo edit summary |
||
| Line 24: | Line 24: | ||
} | } | ||
/**/ | /*Table tyling for .datatable*/ | ||
.datatable > thead:nth-child(2) th { | .datatable > thead:nth-child(2) th { | ||
padding: 0 5px; | padding: 0 5px; | ||
} | } | ||
.datatable .dt-input{ | .datatable select.dt-input{ | ||
padding: 5px; | padding: 5px; | ||
width: 50px; | min-width: 50px; | ||
} | } | ||
Revision as of 10:39, 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 .translation-table */
.translationTable td {
vertical-align: top;
}
/*Adjust distance between .articleNote and article content on article pages*/
.articleNote {
padding-bottom: 20px;
}
/*Table tyling for .datatable*/
.datatable > thead:nth-child(2) th {
padding: 0 5px;
}
.datatable select.dt-input{
padding: 5px;
min-width: 50px;
}