User:Cocoaguy/monobook.js

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Cocoaguy (talk | contribs) at 02:32, 25 August 2015 (shortcuts). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
//[[User:Dr pda/persondata.js]]

importScript('User:Dr pda/persondata.js');

// [[User:Lupin/popups.js]]
 
importScript("User:Lupin/recent1.js");
 
importScript("User:Lupin/recent2.js");
 
importScript('User:AzaToth/twinkle.js');
 
importScript ('Wikipedia:WikiProject User scripts/Scripts/Time');

// peer review script below
importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]

//shortcut hints

a[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    border: thin solid;
    font-family: sans-serif;
    text-decoration: underline overline;
    margin-right: 0.5ex;
}