มีเดียวิกิ:Vector.css
หน้าตา
หมายเหตุ: หลังเผยแพร่ คุณอาจต้องล้างแคชเว็บเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง
- ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
- กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
- ไมโครซอฟท์ เอดจ์: กด Ctrl ค้างขณะคลิก Refresh หรือกด 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> */