MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 31: Line 31:
text-decoration: none;
text-decoration: none;
}
}
/* Don't display some stuff on the main page */
/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page #siteSub,
body #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
body.page-Main_Page h1.firstHeading {
Line 79: Line 78:
   /* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
   /* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
   margin-right: -10px;
   margin-right: -10px;
}
/* On rtl interfaces, we need to override the defaults.
  It is content included (so ltr), but positioned in part of the rtl interface */
body.rtl #protected-icon {
  /* @noflip */
  left: 55px;
}
body.rtl #spoken-icon,
body.rtl #commons-icon {
  /* @noflip */
  left: 30px;
}
body.rtl #featured-star {
  /* @noflip */
  left: 10px;
}
}


Line 86: Line 101:
}
}


 
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
  display: inline;
  font-size: 92%;
  font-weight: normal;
}


/* {{tl|Link GA}} */
/* {{tl|Link GA}} */
Line 105: Line 125:
   padding-left: 1.25em;
   padding-left: 1.25em;
}
}


/* Adjust font-size for inline HTML generated TeX formulae */
/* Adjust font-size for inline HTML generated TeX formulae */

Navigation menu