Re: A question relating to head and linking in Tiddlywiki

70 views
Skip to first unread message

PMario

unread,
Jun 23, 2012, 2:24:23 PM6/23/12
to TiddlyWiki
TW uses CamelCase links.
Web-Oberfläche is identified as one.

just use a "tilde" in front eg: ~Web-Oberfläche

see: http://tiddlywiki.com/#Reference%20CamelCase for more info.

-mario

PMario

unread,
Jun 23, 2012, 2:26:33 PM6/23/12
to TiddlyWiki
I can't help with the header CSS. Is there a link to a public page?
-m

Lescandir

unread,
Jun 23, 2012, 5:54:05 PM6/23/12
to tiddl...@googlegroups.com
thanks for the tip with the ~, has worked out great

attached as an appendix to the css and graphics should be above the head




Am Samstag, 23. Juni 2012 15:51:15 UTC+2 schrieb Lescandir:
Hello together.

 I have a question relating to head and linking (
see appendix).

-
In my head I have a graphic that will go directly into the text field below. There is always a gray stripe appears that tends to change when I changed with the image. We can I get rid of the gray stripe?

- How can I remove the left (TiddlyWiki chooses a different color and makes the writing in italics)

Thank you in advance for the help.
Lescandir
Test.HTM
Wappen_HN.png

Eric Shulman

unread,
Jun 23, 2012, 6:47:23 PM6/23/12
to TiddlyWiki
> attached as an appendix to the css and graphics should be above the head

Try adding the following to your [[StyleSheet]]

.headerShadow { display:none; }


enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact

Lescandir

unread,
Jun 24, 2012, 3:25:42 AM6/24/12
to tiddl...@googlegroups.com
thanks for the tip

I have .Shadow header {display: none;} added, now above the background is gone, but as the graph

how do I get the picture up now visible again?

PMario

unread,
Jun 24, 2012, 2:38:53 PM6/24/12
to TiddlyWiki
Hi,
It seems your TW has been edited with a text editor or an html editing
tool, to change the style sheet CSS stuff. StyleSheetLayout imo has
been edited at the HTML file level. TW should only be edited with TW
itself. Otherwise it will be very hard to debug errors.

The easiest way to change CSS is to add it to the StyleSheet tiddler.
Since StyleSheet tiddler is the last one, that is activated by TW
core, it will win.

I did download a vanilla TW [1] and did the 2 changes, described
below. It will add your header graphics and you still can use
SiteTitle and SiteSubtitle tiddler :)

menu-> Mehr: Shatten: StyleSheet add:
/*{{{*/
.headerShadow {
background: url("Wappen_HN.png");
height: 89px;
}
/*}}}*/

since the background: url() is a relative path, the png file has to be
in the same directory than your TW file.

Since you don't want to use the gradient, you can just remove the
macro in the PageTemplate tiddler.
__Important__
First create a backup. If you mess up the page template, TW may be
hard to handle :)

open right menue "Mehr: Shatten: PageTemplate" tiddler
remove this line (the first line only. google groups will split the
line below.)

<div class='header' macro='gradient vert
[[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>

save - done

have fun!
mario

[1] http://tiddlywiki.com

Lescandir

unread,
Jun 26, 2012, 12:23:31 PM6/26/12
to tiddl...@googlegroups.com
hello,

works perfectly, thank you for your support


Reply all
Reply to author
Forward
0 new messages