MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Oświetleniowo
Przejdź do nawigacji Przejdź do wyszukiwania
Nie podano opisu zmian
Znacznik: Wycofane
Nie podano opisu zmian
 
(Nie pokazano 13 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 7: Linia 7:
}
}


/* INFOBOX */
/* Infobox image styling */
/* Reset italic styling set by user agent */
.infobox-image {
cite,
    max-width: 100%;
dfn {
    height: auto;
font-style: inherit;
    display: block;
    margin: 0 auto;
}
}


/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
/* Consistent size for <small>, <sub> and <sup> */
small {
font-size: 85%;
}
.mw-body-content sub,
.mw-body-content sup {
font-size: 80%;
}
/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
margin-top: 0.4em;
margin-bottom: 0.4em;
}
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
/* Avoid FOUC/reflows on collapsed elements. */
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,


/* Hide charinsert base for those not using the gadget */
/* ===== Dark Mode with Protected Colors ===== */
#editpage-specialchars {
.skin-dark-mode {
display: none;
    /* Core dark colors */
    --dark-bg-primary: #1a1a1a;
    --dark-bg-secondary: #2d2d2d;
    --dark-text-primary: #e0e0e0;
    --dark-text-secondary: #b0b0b0;
    --dark-link: #4da6ff;
    --dark-link-visited: #b380ff;
    --dark-border: #444;
}
}


/* Different margin on references */
/* Base elements - only affect default backgrounds */
.references {
.skin-dark-mode body {
margin-bottom: 0.5em;
    background-color: var(--dark-bg-primary) !important;
    color: var(--dark-text-primary) !important;
}
}


/* Cite customizations */
/* Only style elements that don't have explicit background colors */
span[ rel="mw:referencedBy" ] {
.skin-dark-mode #mw-page-base:not([style*="background-color"]) {
counter-reset: mw-ref-linkback 0;
    background-color: var(--dark-bg-secondary) !important;
}
}


span[ rel='mw:referencedBy' ] > a::before {
.skin-dark-mode #mw-head:not([style*="background-color"]) {
content: counter( mw-ref-linkback, lower-alpha );
    background-color: var(--dark-bg-secondary) !important;
font-size: 80%;
    border-bottom-color: var(--dark-border) !important;
font-weight: bold;
font-style: italic;
}
}


a[ rel="mw:referencedBy" ]::before {
.skin-dark-mode #content:not([style*="background-color"]) {
font-weight: bold;
    background-color: var(--dark-bg-primary) !important;
content: "^";
}
}


span[ rel="mw:referencedBy" ]::before {
.skin-dark-mode .mw-body:not([style*="background-color"]) {
content: "^ ";
    background-color: var(--dark-bg-primary) !important;
    border-color: var(--dark-border) !important;
}
}


/* Styling for jQuery makeCollapsible, matching that of collapseButton */
/* Protect images - ensure they're never modified */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
.skin-dark-mode img,
font-weight: normal;
.skin-dark-mode .image,
padding-right: 0.2em;
.skin-dark-mode .thumbimage,
padding-left: 0.2em;
.skin-dark-mode .mw-file-element {
    filter: none !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
}


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* Only style default text colors */
/* @noflip */
.skin-dark-mode :not([style*="color"]):not(a):not(code):not(pre) {
float: left;
    color: var(--dark-text-primary) !important;
}
}


/* Lists in wikitable data cells are always left-aligned */
/* Links - only affect default link colors */
.wikitable td ul,
.skin-dark-mode a:not([style*="color"]) {
.wikitable td ol,
    color: var(--dark-link) !important;
.wikitable td dl {
/* @noflip */
text-align: left;
}
}


/* Change the external link icon to a PDF icon for all PDF files */
.skin-dark-mode a:visited:not([style*="color"]) {
.mw-parser-output a[href$=".pdf"].external,
    color: var(--dark-link-visited) !important;
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
/* @noflip */
padding: 8px 18px 8px 0;
}
}


/* System messages styled similarly to fmbox */
.skin-dark-mode a.new:not([style*="color"]) {
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
    color: #ff6b6b !important;
* the edit-protected notice and the special:Contribs for blocked users
* The latter has specificity of 3 classes so we have to triple up here.
*/
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: var(--background-color-error-subtle, #ffdbdb);
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}


/* default colors for partial block message */
/* Tables - only affect tables without explicit styling */
/* gotta get over the hump introduced by the triple class above */
.skin-dark-mode table:not([style*="background-color"]):not(.wikitable) {
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
    background-color: transparent !important;
border-color: #fc3;
background-color: var(--background-color-warning-subtle, #fef6e7);
}
}


/* Minimum thumb width */
.skin-dark-mode table.wikitable:not([style*="background-color"]) {
@media (min-width: 640px) {
    background-color: var(--dark-bg-secondary) !important;
figure[typeof~='mw:File/Thumb'],
    border-color: var(--dark-border) !important;
figure[typeof~='mw:File/Frame'],
.thumbinner {
min-width: 100px;
}
}
}


/* Prevent floating boxes from overlapping any category listings,
.skin-dark-mode table.wikitable th:not([style*="background-color"]) {
  file histories, edit previews, and edit [Show changes] views. */
    background-color: var(--dark-bg-primary) !important;
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
.skin-dark-mode table.wikitable td:not([style*="background-color"]) {
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
    background-color: var(--dark-bg-secondary) !important;
  [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
  [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


/* Hide the redlink generated by {{Editnotice}},
/* Navigation elements */
  this overrides the ".sysop-show { display: none; }" above that applies
.skin-dark-mode .vectorTabs:not([style*="background-color"]) {
  to the same link as well. See [[phab:T45013]]
    background-color: var(--dark-bg-secondary) !important;
 
  Hide the images in editnotices to keep them readable in VE view.
  Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
}


/* Remove bullets when there are multiple edit page warnings */
.skin-dark-mode .vectorTabs ul li:not([style*="background-color"]) {
ul.permissions-errors {
    background-color: var(--dark-bg-secondary) !important;
margin: 0;
    border-color: var(--dark-border) !important;
}
}


ul.permissions-errors > li {
.skin-dark-mode .vectorTabs ul li a:not([style*="color"]) {
list-style: none;
    color: var(--dark-text-primary) !important;
}
}


/* larger inline math */
.skin-dark-mode .vectorTabs ul li.selected:not([style*="background-color"]) {
span.mwe-math-mathml-inline {
    background-color: var(--dark-bg-primary) !important;
font-size: 118%;
}
}


/* Make <math display="block"> be left aligned with one space indent for
/* Sidebar */
* compatibility with style conventions
.skin-dark-mode #mw-panel:not([style*="background-color"]) {
*/
    background-color: var(--dark-bg-secondary) !important;
.mwe-math-fallback-image-display,
    border-right-color: var(--dark-border) !important;
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
}


.mwe-math-mathml-display math {
.skin-dark-mode .portal:not([style*="background-color"]) {
display: inline;
    background-color: var(--dark-bg-secondary) !important;
}
}


@media screen {
/* Forms */
/* Put a chequered background behind images, only visible if they have transparency,
.skin-dark-mode input:not([style*="background-color"]),
* except on main, user, and portal namespaces
.skin-dark-mode textarea:not([style*="background-color"]),
*/
.skin-dark-mode select:not([style*="background-color"]) {
body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
    background-color: #333 !important;
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
    color: var(--dark-text-primary) !important;
}
    border-color: var(--dark-border) !important;
 
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
  do not apply to print mode */
#siteSub {
display: block;
}
/* Make the list of references smaller
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/
.references {
font-size: 90%;
}
}
}


/* Hide FlaggedRevs notice UI when there are no pending changes */
/* Footer */
.flaggedrevs_draft_synced,
.skin-dark-mode #footer:not([style*="background-color"]) {
.flaggedrevs_stable_synced,
    background-color: var(--dark-bg-secondary) !important;
/* "Temporary" to remove links in sidebar T255381 */
    border-top-color: var(--dark-border) !important;
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
display: none;
}
}


/*
/* Dark mode toggle button styling */
* BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
.dark-mode-toggle-button {
* SEE [[MediaWiki talk:Common.css/to do]]
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
* CSS is separated by component (which is why media queries are not joined)
    color: white;
*/
    border: none;
 
    border-radius: 20px;
/* Infoboxes */
    padding: 10px 20px;
.infobox {
    cursor: pointer;
border: 1px solid #a2a9b1;
    font-size: 14px;
color: black;
    font-weight: bold;
padding: 0.2em;
    margin: 10px 0;
font-size: 88%;
    transition: all 0.3s ease;
line-height: 1.5em;
    display: inline-flex;
border-spacing: 3px;
    align-items: center;
    gap: 8px;
}
}


@media screen {
.dark-mode-toggle-button:hover {
.infobox {
    transform: translateY(-2px);
background-color: #f8f9fa;
     box-shadow: 0 4px 15px rgba(0,0,0,0.2);
     }
}
}


@media (max-width: 640px) {
.dark-mode-toggle-button .toggle-icon {
.infobox {
     font-size: 16px;
width: 100%;
}
      
.infobox .nowrap {
white-space: normal;
}
}
}


@media (min-width: 640px) {
.dark-mode-toggle-button.light {
.infobox {
    background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
}


.infobox-header,
/* Fixed toggle button */
.infobox-label,
.dark-mode-toggle-fixed {
.infobox-above,
    position: fixed;
.infobox-full-data,
    bottom: 20px;
.infobox-data,
    right: 20px;
.infobox-below,
    z-index: 1000;
.infobox-subheader,
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
.infobox-image,
    color: white;
.infobox-navbar,
    border: none;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
    border-radius: 25px;
.infobox th,
    padding: 12px 18px;
.infobox td {
    cursor: pointer;
vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
}


.infobox-label,
.dark-mode-toggle-fixed:hover {
.infobox-data,
    transform: translateY(-2px);
/* Remove element selector when every .infobox thing is using the standard module/templates  */
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
}


/* Remove .infobox when element selectors above are removed */
.dark-mode-toggle-fixed.light {
.infobox .infobox-above,
    background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
}


.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
padding: 0.2em;
}


/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}


/* Remove .infobox when element selectors above are removed */
/* CHUJ CHUJ CHUJ CHUJ */
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}


/* Normal font styling for wikitable row headers with scope="row" tag */
/* Create a custom hover class */
.wikitable.plainrowheaders th[scope=row],
.hover-table td:hover,
.wikitable.plainrowheaders th[scope=rowgroup] {
.hover-table th:hover {
font-weight: normal;
    background-color: #fffacd !important;
/* @noflip */
text-align: left;
}
}


/* Remove underlines from certain links */
.hover-table-alt td:hover,
.nounderlines a,
.hover-table-alt th:hover {
.IPA a:link,
    background-color: #f0fff0 !important;
.IPA a:visited {
text-decoration: none !important;
}
}


/* Prevent line breaks in silly places where desired (nowrap)
  and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
white-space: nowrap;
}


/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
white-space: normal;
}


/* texhtml class for inline math (based on generic times-serif class) */
/* remove spans when this is TemplateStyled */
span.texhtml {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
/* Force tabular and lining display for texhtml */
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}


span.texhtml span.texhtml {
/* Force responsive behavior for specific tables */
font-size: 100%;
table.responsive-table {
    max-width: 100%;
    width: 100% !important;
    table-layout: fixed;
}
}


@media (min-width: 640px) {
/* Target images inside responsive tables */
span.texhtml {
table.responsive-table img {
white-space: nowrap;
    max-width: 100% !important;
}
    height: auto !important;
    width: auto !important;
}
}


/* Prevent flags in tables from collapsing: Fix for T116318
/* Specifically target thumbnail images */
* TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins
table.responsive-table .thumbinner {
*/
    width: auto !important;
@media (max-width: 640px) {
    max-width: 100% !important;
.flagicon a > img,
.flagicon noscript > img {
max-width: none !important;
}
}
}


@media screen {
table.responsive-table .thumbimage {
.nochecker .gallerybox .thumb img {
    max-width: 100% !important;
background-image: none;
    height: auto !important;
}
    width: auto !important;
}
}

Aktualna wersja na dzień 12:28, 9 lis 2025

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

/* Wyłącza klikalność banera WikidataPageBanner */
.wpb-topbanner a {
    pointer-events: none;
    cursor: default;
}

/* Infobox image styling */
.infobox-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* ===== Dark Mode with Protected Colors ===== */
.skin-dark-mode {
    /* Core dark colors */
    --dark-bg-primary: #1a1a1a;
    --dark-bg-secondary: #2d2d2d;
    --dark-text-primary: #e0e0e0;
    --dark-text-secondary: #b0b0b0;
    --dark-link: #4da6ff;
    --dark-link-visited: #b380ff;
    --dark-border: #444;
}

/* Base elements - only affect default backgrounds */
.skin-dark-mode body {
    background-color: var(--dark-bg-primary) !important;
    color: var(--dark-text-primary) !important;
}

/* Only style elements that don't have explicit background colors */
.skin-dark-mode #mw-page-base:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
}

.skin-dark-mode #mw-head:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
    border-bottom-color: var(--dark-border) !important;
}

.skin-dark-mode #content:not([style*="background-color"]) {
    background-color: var(--dark-bg-primary) !important;
}

.skin-dark-mode .mw-body:not([style*="background-color"]) {
    background-color: var(--dark-bg-primary) !important;
    border-color: var(--dark-border) !important;
}

/* Protect images - ensure they're never modified */
.skin-dark-mode img,
.skin-dark-mode .image,
.skin-dark-mode .thumbimage,
.skin-dark-mode .mw-file-element {
    filter: none !important;
    background-color: transparent !important;
    border-color: inherit !important;
}

/* Only style default text colors */
.skin-dark-mode :not([style*="color"]):not(a):not(code):not(pre) {
    color: var(--dark-text-primary) !important;
}

/* Links - only affect default link colors */
.skin-dark-mode a:not([style*="color"]) {
    color: var(--dark-link) !important;
}

.skin-dark-mode a:visited:not([style*="color"]) {
    color: var(--dark-link-visited) !important;
}

.skin-dark-mode a.new:not([style*="color"]) {
    color: #ff6b6b !important;
}

/* Tables - only affect tables without explicit styling */
.skin-dark-mode table:not([style*="background-color"]):not(.wikitable) {
    background-color: transparent !important;
}

.skin-dark-mode table.wikitable:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
    border-color: var(--dark-border) !important;
}

.skin-dark-mode table.wikitable th:not([style*="background-color"]) {
    background-color: var(--dark-bg-primary) !important;
}

.skin-dark-mode table.wikitable td:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
}

/* Navigation elements */
.skin-dark-mode .vectorTabs:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
}

.skin-dark-mode .vectorTabs ul li:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
    border-color: var(--dark-border) !important;
}

.skin-dark-mode .vectorTabs ul li a:not([style*="color"]) {
    color: var(--dark-text-primary) !important;
}

.skin-dark-mode .vectorTabs ul li.selected:not([style*="background-color"]) {
    background-color: var(--dark-bg-primary) !important;
}

/* Sidebar */
.skin-dark-mode #mw-panel:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
    border-right-color: var(--dark-border) !important;
}

.skin-dark-mode .portal:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
}

/* Forms */
.skin-dark-mode input:not([style*="background-color"]),
.skin-dark-mode textarea:not([style*="background-color"]),
.skin-dark-mode select:not([style*="background-color"]) {
    background-color: #333 !important;
    color: var(--dark-text-primary) !important;
    border-color: var(--dark-border) !important;
}

/* Footer */
.skin-dark-mode #footer:not([style*="background-color"]) {
    background-color: var(--dark-bg-secondary) !important;
    border-top-color: var(--dark-border) !important;
}

/* Dark mode toggle button styling */
.dark-mode-toggle-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dark-mode-toggle-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.dark-mode-toggle-button .toggle-icon {
    font-size: 16px;
}

.dark-mode-toggle-button.light {
    background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}

/* Fixed toggle button */
.dark-mode-toggle-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dark-mode-toggle-fixed:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.dark-mode-toggle-fixed.light {
    background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}



/* CHUJ CHUJ CHUJ CHUJ */

/* Create a custom hover class */
.hover-table td:hover,
.hover-table th:hover {
    background-color: #fffacd !important;
}

.hover-table-alt td:hover,
.hover-table-alt th:hover {
    background-color: #f0fff0 !important;
}




/* Force responsive behavior for specific tables */
table.responsive-table {
    max-width: 100%;
    width: 100% !important;
    table-layout: fixed;
}

/* Target images inside responsive tables */
table.responsive-table img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

/* Specifically target thumbnail images */
table.responsive-table .thumbinner {
    width: auto !important;
    max-width: 100% !important;
}

table.responsive-table .thumbimage {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}