MediaWiki:Common.css.bak: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1,399: Line 1,399:
}
}
.caption-line {
.caption-line {
    display: contents;
  display: contents;
  position: absolute;
   font-size: 15px;
  top: 50%;
   line-height: 18px;
  left: 50%;
   letter-spacing: .48px;
  transform: translate(-50%,-50%);
  color: white;
  padding: 0px;
  text-align: center;
   font-size: 25px;
   line-height: 28px;
   letter-spacing: 0.4px;
  font-style: italic;
  font-weight: bold;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 40px rgba(0,0,0,.8);
}
}
.caption-image1, .caption-image2, .caption-image3, .caption-image4, .caption-image5, .related-article-caption-image1, .related-article-caption-image2, .related-article-caption-image3, .related-article-caption-image4, .related-article-caption-image5 {
.caption-image1, .caption-image2, .caption-image3, .caption-image4, .caption-image5, .related-article-caption-image1, .related-article-caption-image2, .related-article-caption-image3, .related-article-caption-image4, .related-article-caption-image5 {
Line 1,704: Line 1,690:
#print-button a:hover {
#print-button a:hover {
   text-decoration: underline;
   text-decoration: underline;
}
.entryPage-printBtn {
  right: 0 !important;
}
}


Line 1,732: Line 1,722:
   text-decoration: none;
   text-decoration: none;
   color: black;
   color: black;
}
#show-article.print-opts-open #print-chooser {
  display: block;          /* if something strips inline display */
}
}


Navigation menu