Jump to content

User:PleaseStand/sidebarToggle.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*!
 * 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;
}