PostCurious Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* *********************************************************************************** */
/* CSS placed here will affect users of the mobile site                                */
/*                                                                                     */
/* The mobile css has been moved to two different pages: MediaWiki:Light_mobile.css    */
/* and MediaWiki:dark_mobile.css                                                       */
/* Wiki managers can either customize one or the other for their wiki and overwrite    */
/* this page with the customized version, or update them in situ and use the import    */
/* commands shown below                                                                */
/*                                                                                     */
/* The following is for the regular light-themed mobile css                            */
/*                                                                                     */
/* @import url(/index.php?title=MediaWiki:Light_mobile.css&action=raw&ctype=text/css); */
/*                                                                                     */
/*                                                                                     */
/* Replace the line above with the following is for the dark-themed mobile css         */
/*                                                                                     */
/* @import url(/index.php?title=MediaWiki:Dark_mobile.css&action=raw&ctype=text/css);  */
/*                                                                                     */
/* *********************************************************************************** */
Advertisement