[tw5] Re: Menubar Customization / Sticky Titles

2021-07-04 Thread Soren Bjornstad
I don't use the menubar plugin, but I did add a custom top bar of my own 
and got this working, so I'm guessing the same thing would work here. Edit 
the shadow tiddler $:/themes/tiddlywiki/vanilla/sticky. In the rule 
.tc-tiddler-title, change the *top* property to however tall the menu bar 
is.
 
On Saturday, July 3, 2021 at 5:20:32 PM UTC-5 miket...@gmail.com wrote:

> How did you solve this problem? I also ran into it and I haven’t gotten 
> anything good yet.
> The panel overlaps the buttons I want.
> https://i.imgur.com/86gVY7s.jpg
> понедельник, 1 июня 2020 г. в 13:54:53 UTC+3, Stobot: 
>
>> Birthe - thanks, the padding setting you suggested worked great. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6095d190-0f94-42b3-b17c-f06e8ecb07bcn%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2021-07-03 Thread Mike Andyl
How did you solve this problem? I also ran into it and I haven’t gotten 
anything good yet.
The panel overlaps the buttons I want.
https://i.imgur.com/86gVY7s.jpg
понедельник, 1 июня 2020 г. в 13:54:53 UTC+3, Stobot: 

> Birthe - thanks, the padding setting you suggested worked great. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9d62378-16c0-41f7-866b-20bc35371c7en%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-06-01 Thread Stobot
Birthe - thanks, the padding setting you suggested worked great. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7f7c5b0b-5542-4eab-af47-9f734ebcfccf%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread TonyM
Thanks,

Tony

On Monday, June 1, 2020 at 1:28:33 PM UTC+10, Birthe C wrote:
>
> TonyM,
> In the plugin stylesheet, look for the background color for the menubar, 
> you could ad opacity.
> https://www.w3schools.com/cssref/css3_pr_opacity.asp
> The opacity-level describes the transparency-level, where 1 is not 
> transparent at all, 0.5 is 50% see-through, and 0 is completely transparent.
>
> Birthe
>
>
> It would be nice to make the menu bar able to have an opaque background.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3acbe4bb-1dc4-46ed-85d7-efbfbaa58281%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread Birthe C
TonyM,
In the plugin stylesheet, look for the background color for the menubar, 
you could ad opacity.
https://www.w3schools.com/cssref/css3_pr_opacity.asp
The opacity-level describes the transparency-level, where 1 is not 
transparent at all, 0.5 is 50% see-through, and 0 is completely transparent.

Birthe


It would be nice to make the menu bar able to have an opaque background.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2baebd55-c5f7-437f-a315-93a4ee96d1fe%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread Birthe C
TonyM,

I think menubar is good at tiddlywiki.com, but would benefit from some 
changes, as you noted.
It is not so easy to ad your own button and make it look and work good. It 
is good for selecting the inbuild options.
For my private wikis I prefer something else depending on the use of that 
exact wiki.

Birthe

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e76a9ec6-2d02-4a7d-9aa9-2ed0b3a14c2e%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread TonyM
Birth Nice, Will try it my self

It would be nice to make the menu bar able to have an opaque background.

But the menu bar needs improvement, or the core to support it better, when 
installed you will not see the save and reload red bar, even the drag and 
drop green bar.

Regards
Tony

On Monday, June 1, 2020 at 3:28:20 AM UTC+10, Birthe C wrote:
>
> Stobot,
>
> I didn't see height either. But you commented on  the padding.
> Find it in the stylesheet ...here:
> nav.tc-menubar ul.tc-menubar-list {
> position: relative;
> list-style-type: none;
> margin: 0;
> padding: 0 0 0 42px;
> background: <>;
> background: <>;
> <>
> }
>
>
> You could try something like...
> padding: 10px 0 10px 42px;
>
> Birthe
> søndag den 31. maj 2020 kl. 19.02.44 UTC+2 skrev Stobot:
>>
>> Thanks Birthe, yes, looked there (noted in OP), but didn't see any height 
>> parameter. I'm not skilled with CSS though so maybe I'm missing something.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0af8446e-49c6-4ce1-a267-f639cb524833%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread Birthe C
Stobot,

I didn't see height either. But you commented on  the padding.
Find it in the stylesheet ...here:
nav.tc-menubar ul.tc-menubar-list {
position: relative;
list-style-type: none;
margin: 0;
padding: 0 0 0 42px;
background: <>;
background: <>;
<>
}


You could try something like...
padding: 10px 0 10px 42px;

Birthe
søndag den 31. maj 2020 kl. 19.02.44 UTC+2 skrev Stobot:
>
> Thanks Birthe, yes, looked there (noted in OP), but didn't see any height 
> parameter. I'm not skilled with CSS though so maybe I'm missing something.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7c9858f7-865e-4e1a-ae98-9f87c9afc095%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread Stobot
Thanks Birthe, yes, looked there (noted in OP), but didn't see any height 
parameter. I'm not skilled with CSS though so maybe I'm missing something.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a7ec2230-4391-4cde-8d46-911e3c785eca%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread Birthe C
Stobot,

Did you look in $:/plugins/tiddlywiki/menubar/styles. If you think the 
padding is too thin, you could increase it.

Birthe

søndag den 31. maj 2020 kl. 16.49.51 UTC+2 skrev Stobot:
>
>
> Any ideas on making the menubar itself taller though? It's so thin it 
> doesn't have much padding above/below the search bar and looks kind of 
> unfinished to me. I'd like it thicker - kind of like the height / function 
> of this google groups page as I type. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/886b1485-80ff-4cc7-b672-cd293e4a757e%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread Stobot
Thanks Tony

The 

> $:/themes/tiddlywiki/vanilla/sticky and set Top to 40px
>
part is perfect - on the default (tiddlywiki.com) a value of 28 works okay. 
Any more than that and you can see the rest of the tiddler cycle above the 
sticky title, which seems wonky.

The other part 

> $:/themes/tiddlywiki/vanilla/metrics/storytop 
> 
>
Doesn't seem to do anything related to that, though in reading the thread, 
I'd agree that for the long term, that setting should also probably control 
where sticky titles lives

Any ideas on making the menubar itself taller though? It's so thin it 
doesn't have much padding above/below the search bar and looks kind of 
unfinished to me. I'd like it thicker - kind of like the height / function 
of this google groups page as I type. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dd84d987-0617-461c-b486-d6e183d2da77%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2020-05-31 Thread TonyM
Stobot,

If I am correct in my guess that you need to set the top to something like 
40px.
:See Control panel > Appearance > Theme Tweeks
:$:/themes/tiddlywiki/vanilla/metrics/storytop (Sets how low the starting 
position of the story is, to make room for menus etc... 
::Available in theme tweeks
::[[Discussion|https:
//groups.google.com/forum/?hl=en#!topic/tiddlywiki/NDKhJ-i3_hc]]
:You can adjust 'Top' in $:/themes/tiddlywiki/vanilla/sticky (Ton [[
discussion|https:
//groups.google.com/d/msg/tiddlywiki/NDKhJ-i3_hc/XybCcXqmAwAJ]]
:See $:/themes/tiddlywiki/vanilla/sticky and set Top to 40px as an example
Put this in a tiddler for my notes on this.

Regards
Tony

On Sunday, May 31, 2020 at 11:39:38 PM UTC+10, Stobot wrote:
>
> I really like the menubar option recently added, but am hoping to tweak it 
> a bit. 
>
>1. It appears that the "StickyTitles" option isn't menubar aware? It 
>sticks the titles about halfway through. Can this be fixed?
>2. Can the height of the menubar be increased? I don't see an option 
>in the control panel, or even in the $:/plugins/tiddlywiki/menubar/styles 
>tiddler where I hoped it might be
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/248bbf8e-3b15-4438-b9e8-83e74178b0a5%40googlegroups.com.