ມີເດຍວິກິ:Vector.css

ຈາກ ວິກິພີເດຍ

ໝາຍເຫດ: ຫຼັງແຜຍແພ່ ທ່ານອາດຕ້ອງລ້າງແຄຊເວັບບຣາວເຊີຂອງທ່ານເພື່ອເບິ່ງການປຽນແປງ

  • ໄຟຟອກ / ຊາຟາຣີ: ກົດ Shift ຄ້າງຂະນະຄລິກ Reload ຫຼື ກົດ Ctrl-F5 ຫຼື Ctrl-R (⌘-R ເທິ່ງແມັກ)
  • ກູໂກລ ໂຄຣມ: ກົດ Ctrl-Shift-R (⌘-Shift-R ເທິ່ງແມັກ)
  • ອິນເຕີເນັດເອັກພລອເຣີ / ເອັຈ: ກົດ Ctrl ຄ້າງຂະນະຄລິກ Refresh ຫຼື ກົດ Ctrl-F5
  • ໂອເປຣ່າ: ກົດ Ctrl-F5.
/* <source lang="css"> */

/* Don't display some stuff on the main page */
body.page-ໜາຫຼັ #deleteconfirm,
body.page-ໜາຫຼັ #t-cite,
body.page-ໜາຫຼັ #footer-info-lastmod,
body.page-ໜາຫຼັ #siteSub,
body.page-ໜາຫຼັ #contentSub,
body.page-ໜາຫຼັ h1.firstHeading {
 display: none !important;
}

body.page-ໜາຫຼັ #mp-topbanner {
margin-top: 0 !important;
}

#coordinates {
 position: absolute;
 top: -1em;
 right: 0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
 position: absolute;
 top: -3em;
 margin-right: -10px;
 display: block !important;
}

/* Template:Title override */
div#title-override {
  left: 0 !important;
  top: -2em !important;
  padding: 0.5em 0 0.2em 0 !important;
}

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

body.ns-0 div.topicon,
body.ns-1 div.topicon {
 top: -2em;
}

body.ns-0 #coordinates,
body.ns-1 #coordinates {
 top: 0em;
}

#siteNotice .notice-all {
  margin-bottom: 1em !important;
  margin-right: 2px !important;
}

/* </source> */