مدیاویکی:Gadget-sidebarToggle.css

از ویکی‌پدیا، دانشنامهٔ آزاد

نکته: برای دیدن تغییرات، ممکن است نیاز باشد که حافظهٔ نهانی مرورگر خود را پس از انتشار پاک‌سازی کنید. گوگل کروم، فایرفاکس، مایکروسافت اج و سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload در نوار ابزار مرورگر کلیک کنید. برای آگاهی از جزئیات و نحوهٔ پاک‌سازی حافظهٔ نهانی سایر مرورگرها، صفحهٔ ویکی‌پدیا:میانگیر مرورگرتان را خالی کنید را ببینید.

/*!
 * Hide Vector sidebar
 * http://en.wikipedia.org/wiki/User:PleaseStand/Hide_Vector_sidebar
 *
 * Copyright 2012 Wikipedia user PleaseStand
 *
 * Licensed under the Creative Commons Attribution-Share-Alike 3.0 Unported License,
 * the GNU Free Documentation License (unversioned), and the GNU General Public License
 * (version 2 or any later version); pick the license(s) of your choice.
 *
 * http://creativecommons.org/licenses/by-sa/3.0/
 * http://www.gnu.org/copyleft/fdl.html
 * http://www.gnu.org/copyleft/gpl.html
 */
 
#ca-sidebar {
background-color: white;
border-color: #a7d7f9;
border-width: 1px;
color: #0645ad;
cursor: pointer;
display: block;
font-size: 12px;
padding: 8px 0;
position: absolute;
text-align: center;
width: 160px;
z-index: 999;
}
 
div#mw-panel {
top: 190px;
}
 
body.ltr #ca-sidebar {
border-style: none solid solid none;
left: 0;
}
 
body.rtl #ca-sidebar {
border-style: none none solid solid;
right: 0;
}