MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (1 revision imported)
No edit summary
Tag: Manual revert
 
(8 intermediate revisions by the same user not shown)
Line 371: Line 371:
     letter-spacing: 0.37px;
     letter-spacing: 0.37px;
     padding-bottom: 5px;
     padding-bottom: 5px;
    float: left;
}
}
.header-authors-title {
 
    border-top: 1px solid black;
.header-authors {
    font-size: 19px; /* original 19px */
  font-size: 19px;
    line-height: 26px; /* original 26px; */
  line-height: 26px;
    letter-spacing: 0.95px;
  letter-spacing: 0.95px;
    padding: 5px 0;
  padding-left: 5em;
 
}
.header-title {
  border-top: 1px solid black;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.95px;
  padding: 4px 0;
}
.header-authors a {
  color: black;
  text-decoration: none;
}
.header-authors a:hover {
  font-style: italic;
}
}
.header-authors-title a {
.header-title a {
    color: black;
  color: black;
    text-decoration: none;
  text-decoration: none;
}
}
.header-authors-title a:hover {
.header-title a:hover {
    font-style: italic;
  font-style: italic;
}
}
.header-type {
.header-type {
     border-top: 1px solid black;
     border-top: 1px solid black;
Line 1,274: Line 1,292:
}
}
.caption-line {
.caption-line {
     position: absolute;
     display: contents;
    top: 50%;
  position: absolute;
    left: 50%;
  top: 50%;
    transform: translate(-50%, -50%);
  left: 50%;
    color: white;
  transform: translate(-50%,-50%);
    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;
    /*background: rgba(0, 0, 0, 0.1); */
    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 {
     display: none; /* Keep the captions hidden initially */
     display: none;
     position: absolute;
     caption-side: bottom;
    top: 50%;
     font-size: 15px;
    left: 50%;
     line-height: 18px;
    transform: translate(-50%, -50%);
     letter-spacing: 0.48px;
    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;
    /*background: rgba(0, 0, 0, 0.1); */
    text-shadow: 2px 2px 40px rgba(0,0,0,.8);
}
}
.article-book {
.article-book {

Navigation menu