Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,139: Line 1,139:
.tweet-display-name:hover a.external {
.tweet-display-name:hover a.external {
     text-decoration: underline;
     text-decoration: underline;
}
.tweet-quote {
  border-left: 2px solid #c7c7c7;
  margin-top: 1rem;
  padding-left: 0.75rem;
}
.tweet-quote .tweet {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  font-size: 0.9rem;
  padding: 0.5rem;
  max-width: 100%;
}
}