Re: Posting to the Fedora message boards

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/31/2016 11:23 AM, Tom Horsley wrote:
On Tue, 31 May 2016 12:11:40 -0400
Paul W. Frields wrote:

You might want to file an enhancement request for Hyperkitty to add a
feature for this.

I would have thought it was just css setup by whoever runs the
hyperkitty web site to make it looks like whatever they want.
If it is hard coded and not css, then hyperkitty needs a much
  much bigger enhancement request :-).

It is indeed css. If you're comfortable with chrome's developer tools or firebug for firefox you need to find .email-body and add "font-family: monospace;".

If you'd prefer a Bookmarklet add this to your Bookmarks toolbar:

javascript:function loadJS(url,callback){var head=document.getElementsByTagName("head")[0],js=document.createElement("script"),done=false;js.src=url;js.onload=js.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;callback();js.onload=js.onreadystatechange=null;head.removeChild(js);}};head.appendChild(js);}loadJS("//code.jquery.com/jquery-2.2.4.js",function(){(function(){/***YOUR_CODE_FOLLOWS**/$('.email-body').css('font-family','monospace');/***YOUR_CODE_PRECEDES***/})()});

cut and paste that to an editor, remove the white space, then cut that and paste it to a bookmark and name it something like HyperKitty.

On click it loads jquery-2.2.4 and then uses that to add the css rule to the page.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux