MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
 
(5 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 109: Line 124:
   /* @noflip */
   /* @noflip */
   padding-left: 1.25em;
   padding-left: 1.25em;
}
/* Increase fontsize of diffs. Remove when 1.19 is live. */
td.diff-context, td.diff-addedline, td.diff-deletedline {
  font-size: 85%;
  vertical-align: top;
}
}


Navigation menu