มีเดียวิกิ:Vector.css

จากวิกิพีเดีย สารานุกรมเสรี

หมายเหตุ: หลังเผยแพร่ คุณอาจต้องล้างแคชเว็บเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง

  • ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
  • กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
  • อินเทอร์เน็ตเอกซ์พลอเรอร์ และ Edge: กด 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> */