For anyone still reading this thread please head over to: 
https://groups.google.com/forum/#!topic/tiddlywiki/nJGE1piQD_w

Le samedi 2 décembre 2017 22:01:22 UTC-5, Patrick Cormier a écrit :
>
> Hi Eric!!
>
> Thank you very much, quite generous with your time. Is it allowed to 
> request paid help (on an hourly basis) in this google group? It's going to 
> take too much time for me to iron out the last details and I would rather 
> work with and pay someone that knows what they are doing (TW + CSS) to get 
> me the file to be as I want it to be. For example, when I tried your 
> example, it only colored the background of the text in the cell, the the 
> whole cell, etc.
>
> Should I just go ahead and request paid help..? I can't imagine this is 
> going to be more than a few hours (total) if someone knows what they are 
> doing.
>
> Patrick
>
> Le samedi 2 décembre 2017 21:07:17 UTC-5, Eric Shulman a écrit :
>>
>> On Saturday, December 2, 2017 at 5:30:24 PM UTC-8, Patrick Cormier wrote:
>>>
>>> I don't know what to change - for  H1 above I read  "Helvetica Neue", 
>>> Helvetica, Arial, "Lucida Grande"  and I'm confused - why specify 4 
>>> fonts, 2 in quotes, 2 without? 
>>>
>>
>> Different systems have different, but similar font definitions.  To 
>> address this, CSS allows you to specify a comma-separated list of font 
>> names.  Names that contain spaces (e.g., "Helvetica Neue") must be enclosed 
>> in quotes, while names without spaces don't need the quotes.  The list of 
>> font names is processed left-to-right, until a font name is matched.  Thus, 
>> the list defines a "fallback" sequence... i.e., if "Helvetica Neue" is not 
>> found, try "Helvetica", then "Arial", and finally "Lucinda Grande".  If no 
>> matching font is found on your system (unlikely, but still possible), the 
>> browser will fall back to it's own default font choice (often, but not 
>> always, a "Times Roman" serif-ed font).
>>
>> And for tiddler-body it looks like an incomplete font specification, just 
>>> "sans serif"?
>>>
>>  
>> "serif" and "sans-serif" are generic names that always correspond to 
>> *some* installed font, so it is often sufficient to just specify the one 
>> font name, rather than a whole list of font names
>>  
>>
>>> I am not sure what this means: "you can use @@.classname Your Cell 
>>> content@@" / is this how to pad cells or specifiy different cell colors..?
>>>
>>
>> TiddlyWiki syntax allows you to wrap any content (not just table cell 
>> content) using @@.classname ...@@ syntax.   The ".classname" refers to a 
>> CSS class defined in a stylesheet tiddler (a tiddler tagged with 
>> "$:/tags/Stylesheet", containing CSS declarations).  Note that, in the 
>> above TiddlyWiki syntax, there is a *space* following the classname... this 
>> is important, as it signals the end of the classname and the start of your 
>> content.  Everything following that space, up to the closing "@@" is 
>> content, that will be styled using the declared classname.
>>
>> Alternatively, you can also use CSS definitions directly "inline", rather 
>> than defining a classname in a separate Stylesheet tiddler.  For example, 
>> using the standard CSS text style "color", you can write:
>>
>> @@font-family:Times New 
>> Roman;font-weight:bold;color:green;background-color:yellow; THIS IS A BOLD, 
>> GREEN, AND SERIF-ED FONT@@
>>
>> Note also that items of inline CSS are separated by a semi-colon (;) and, 
>> unlike the .classname example above, the CSS does not *require* a trailing 
>> space, as long as the content that follows it does not match any valid CSS 
>> syntax.  Even so, it's a good idea to *always* include the trailing space 
>> to ensure that the end of the CSS syntax is clearly defined, regardless of 
>> the text content that follows it.
>>
>> hope this helps,
>>
>> enjoy,
>> -e
>> Eric Shulman
>> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
>> InsideTiddlyWiki: The Missing Manuals
>>
>>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/11f6bb87-2c42-4d63-847b-a96057fc9fef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to