MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,141: Line 1,141:
}
}


/* Quote tweet: inherit main tweet typography */
.tweet-quote .tweet {
    font: inherit;                /* inherits family, size, weight, style, line-height */
}
/* Keep the quoted card look but without changing fonts */
.tweet-quote {
.tweet-quote {
     border: none;
     border: 1px solid #e0e0e0;
     padding: 0.65rem;
    border-radius: 10px;
    background-color: #f9f9f9;
     padding: 0.5rem;
     margin-top: 0.75rem;
     margin-top: 0.75rem;
    background-color: #f9f9f9;
    font-size: 0.9rem;
    color: #222;
}
}


.tweet-quote .tweet {
/* (Optional) make sure text blocks inside quote don't get boxed by the skin */
  background-color: #f9f9f9;
.tweet-quote .tweet-content,
  border: none;
.tweet-quote .tweet-timestamp {
  padding: 0.5rem;
    background: transparent !important;
  max-width: 100%;
    border: 0 !important;
    padding: 0 !important;
}
}


/* Ensure name/handle styling inside quotes matches the main tweet */
.tweet-quote .tweet-display-name a.external {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
}
.tweet-quote .tweet-username {
    color: #555 !important;
    font-size: 0.85rem; /* or 'inherit' if you want identical size too */
}


/* Header tweaks inside quoted tweets */
/* Header tweaks inside quoted tweets */