Database changes have finished applying - please report any issues you're (still) seeing to support@shoutwiki.com.

MediaWiki:Vector.css

From Cannabis
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
 1 /* CSS placed here will affect users of the Vector skin */
 2 
 3 /* CSS changes show up in around 15 seconds in personal user CSS: 
 4 /* http://cannabis.shoutwiki.com/wiki/Special:MyPage/vector.css 
 5 /* CSS changes made here may take up to 5 minutes to show up. Sometimes it is very fast.
 6 /* Additional measures to try after waiting longer: 
 7 /* Try purging: https://www.mediawiki.org/wiki/Manual:Purge 
 8 /* Click on the history link, and substitute "purge" for "history" in the URL.
 9 /* If nothing after days, go to http://www.shoutwiki.com/wiki/Special:Contact */
10 
11 /* Decrease Vector sidebar padding and margins. This makes room for more text. 
12 /* Info: http://cannabis.shoutwiki.com/wiki/MediaWiki_talk:Vector.css 
13 /* See also: https://www.mediawiki.org/wiki/Manual_talk:Interface/Sidebar 
14 /* http://www.shoutwiki.com/wiki/User_talk:Saftzie#Some_CSS_to_make_mobile_view_less_narrow._Or_Minerva_mobile_skin */
15 
16 /* Reduces sidebar padding on the left. Text is closer to left side of screen. */
17 #mw-panel { padding-left: 0; } 
18 
19 /* Reduces sidebar margins on left and right. Text is yet closer to left side. 
20 /* Sidebar takes up less width overall for same text width.  */
21 div#mw-panel div.portal { margin-left: 0; margin-right: 0; } 
22 
23 /* Reduces the left margin of the expanded tools section at the bottom of the sidebar. */
24 div#mw-panel div.portal div.body { margin-left: 0.5em; }