Thành viên:Như Gây Mê/twinkle-pagestyles.css

Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.

/**
 * This is loaded as a hidden peer gadget of Twinkle.
 * Why is this a peer gadget? Because it will load before the page finishes its first paint.
 * It adds whitespace where the "TW" menu goes in the Vector 2010 skin, basically reserving
 * a spot for the "TW" menu so that the top bar does not "jump".
 * The "TW" menu itself is painted later, after the gadget JS files finish loading.
 */
.client-js > body.skin-vector:not(.ns-special) #p-cactions,
.client-js > body.skin-vector.mw-special-Block #p-cactions,
.client-js > body.skin-vector.mw-special-Contributions #p-cactions,
.client-js > body.skin-vector.mw-special-DeletedContributions #p-cactions,
.client-js > body.skin-vector.mw-special-Prefixindex #p-cactions {
	margin-right: 3.24em;
}