From: Mehul Sanghvi <mehul.sanghvi@gmail.com>
To: ML Emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: How to hide UP and HOME links ?
Date: Fri, 30 Oct 2015 19:59:39 -0400 [thread overview]
Message-ID: <CAPo9-A_9mgsHuxfAag9k9ubN_N7VvnhJakibfQiNjBLR0uJYtw@mail.gmail.com> (raw)
In-Reply-To: <CAPo9-A-0w_2P7t7iiy4GWYK8nsn6ZJwQ2iTJYbFTHE1hpu4khA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]
I had to use the following CSS entry to make the links invisible:
#org-div-home-and-up {
font-size: 80%;
color: #edf0f2;
background-color: #edf0f2;
}
#org-div-home-and-up a:link, a:visited {
color: #edf0f2;
background-color: #edf0f2;
}
to get what I wanted.
Is there a better way to do this either via org-mode or via CSS ?
cheers,
mehul
On Fri, Oct 30, 2015 at 8:31 AM, Mehul Sanghvi <mehul.sanghvi@gmail.com>
wrote:
>
> I have :html-link-home and :html-link-up defined for my project. I also
> use the org-info.js script for navigation and so end up with two places
> where the UP and HOME links are available.
>
> How do I prevent or hide the UP and HOME links that are in the
> #org-div-home-and-up HTML div tag? I want to keep the the Up and Home
> links created by org-info.js visible.
>
> For reference you can look at
>
>
> http://mehul.users.sanghvi.org/no-frills/project-euler/index.html#orgheadline2
>
> in which case the UP and HOME in the upper left corner is what I want to
> hide or prevent from being shown.
>
>
>
> cheers,
>
> mehul
>
> --
> Mehul N. Sanghvi
> email: mehul.sanghvi@gmail.com
>
--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com
[-- Attachment #2: Type: text/html, Size: 2416 bytes --]
next prev parent reply other threads:[~2015-10-30 23:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-30 12:31 How to hide UP and HOME links ? Mehul Sanghvi
2015-10-30 23:59 ` Mehul Sanghvi [this message]
2015-10-31 1:35 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAPo9-A_9mgsHuxfAag9k9ubN_N7VvnhJakibfQiNjBLR0uJYtw@mail.gmail.com \
--to=mehul.sanghvi@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).