I think the HTML Chris is talking about comes from
leoPlugins.leo#Plugins-->Servers & web stuff-->@file mod_http.py-->class
LeoActions-->add_bookmark
where it's just a hard coded string.
Easiest way would be to inject CSS from a @data setting into that.
Cheers -Terry
From: Edward K. Ream <[email protected]>
To: leo-editor <[email protected]>
Sent: Friday, September 30, 2016 2:18 PM
Subject: Re: mod_http.py
On Fri, Sep 30, 2016 at 2:01 PM, Chris George <[email protected]> wrote:
I have been collecting bookmarks using mod_http.py for some time. Very useful.
I would like to know how to style the http://localhost:8130/ page. Is there a
.css file or such that could pretty it up?
The format_leo_node method creates the html. The <head> element should
contain something like:
<link rel="stylesheet" type="text/css"href="mod_http.css">
I'll see what I can do.
Edward--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.