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.
@import url('http://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Lupin/navpopdev.css');

/* Insert "My " before some links ([[Special:MyPage]] and [[Special:UserLogout]] excepted) */
li#pt-mytalk a,
li#pt-mysandbox a,
li#pt-preferences a,
li#pt-watchlist a,
li#pt-mycontris a {text-transform:lowercase;}
 
li#pt-mytalk a:before,
li#pt-mysandbox a:before,
li#pt-preferences a:before,
li#pt-watchlist a:before,
li#pt-mycontris a:before {content:"My "; text-transform:capitalize;}