Re: [O] How to hide UP and HOME links ?

2015-10-30 Thread Mehul Sanghvi
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 
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.sang...@gmail.com
>



-- 
Mehul N. Sanghvi
email: mehul.sang...@gmail.com


Re: [O] How to hide UP and HOME links ?

2015-10-30 Thread Nick Dokos
Mehul Sanghvi  writes:

> 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;
> }
>
> to get what I wanted.
>
> Is there a better way to do this either via org-mode or via CSS ? 

   {
  ...
  visibility: invisible;
   }

maybe?

-- 
Nick




[O] How to hide UP and HOME links ?

2015-10-30 Thread Mehul Sanghvi
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.sang...@gmail.com