<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Concrete5 &#8211; CSS Funktionen [typography.css, anpassbare Themes]</title>
	<atom:link href="http://www.codeblog.ch/2009/05/concrete5-css-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/</link>
	<description>Coding and more - Concrete5, Flex, JavaScript</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:46:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: Remo Laubacher</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-25377</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Sat, 30 Jul 2011 05:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-25377</guid>
		<description>Andrew, you could include them within the body but I recommend to do this in the controller of your single page. Add a method like this to include CSS and JavaScript files in the header.
&lt;pre lang=&quot;php&quot;&gt;
public function on_page_view() {
   $html = Loader::helper(&#039;html&#039;);
   $this-&gt;addHeaderItem(&#039;&lt;style type=&quot;text/css&quot;&gt;..&lt;/style&gt;&#039;);
   // depending on the context, you might have to use this:
   // $v = View::getInstance();
   // $v-&gt;addHeaderItem(&#039;&lt;style type=&quot;text/css&quot;&gt;..&lt;/style&gt;&#039;);
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Andrew, you could include them within the body but I recommend to do this in the controller of your single page. Add a method like this to include CSS and JavaScript files in the header.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> on_page_view<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #000088;">$html</span> <span style="color: #339933;">=</span> Loader<span style="color: #339933;">::</span><span style="color: #004000;">helper</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'html'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">addHeaderItem</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;style type=&quot;text/css&quot;&gt;..&lt;/style&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #666666; font-style: italic;">// depending on the context, you might have to use this:</span>
   <span style="color: #666666; font-style: italic;">// $v = View::getInstance();</span>
   <span style="color: #666666; font-style: italic;">// $v-&gt;addHeaderItem('&lt;style type=&quot;text/css&quot;&gt;..&lt;/style&gt;');</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Von: Andrew</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-25313</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 29 Jul 2011 12:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-25313</guid>
		<description>Hey Remo,

How do I get the Style drop down to work on a dashboard single page for a custom feature that I built?  I have implemented the editor, but no idea on how to pull the typography from my theme into it.

BTW, I bought your book and I love it!

Thanks,
Andrew</description>
		<content:encoded><![CDATA[<p>Hey Remo,</p>
<p>How do I get the Style drop down to work on a dashboard single page for a custom feature that I built?  I have implemented the editor, but no idea on how to pull the typography from my theme into it.</p>
<p>BTW, I bought your book and I love it!</p>
<p>Thanks,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Remo Laubacher</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-21514</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Wed, 22 Jun 2011 15:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-21514</guid>
		<description>I don&#039;t think that&#039;s possible due to a restriction of the CSS specification itself. There might be a workaround for something like this in TinyMCE but I haven&#039;t found anything but if you want to be 100% sure you&#039;d have to ask the people behind TinyMCE. TinyMCE is the HTML editor used in concrete5, almost everything that relates to TinyMCE applies to the concrete5 content block as well.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that&#8217;s possible due to a restriction of the CSS specification itself. There might be a workaround for something like this in TinyMCE but I haven&#8217;t found anything but if you want to be 100% sure you&#8217;d have to ask the people behind TinyMCE. TinyMCE is the HTML editor used in concrete5, almost everything that relates to TinyMCE applies to the concrete5 content block as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andoro</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-21490</link>
		<dc:creator>Andoro</dc:creator>
		<pubDate>Wed, 22 Jun 2011 10:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-21490</guid>
		<description>Hi there!

My only question is that is it possible to add an alternative class name for a class? In css class names we can&#039;t use accentuated letters.

For example this is my class:
.fejlec {...}

And I&#039;d like this appearing in Tinymce in the styles list like this:
Fejléc

Thx</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>My only question is that is it possible to add an alternative class name for a class? In css class names we can&#8217;t use accentuated letters.</p>
<p>For example this is my class:<br />
.fejlec {&#8230;}</p>
<p>And I&#8217;d like this appearing in Tinymce in the styles list like this:<br />
Fejléc</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: bellir</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-12640</link>
		<dc:creator>bellir</dc:creator>
		<pubDate>Sun, 13 Feb 2011 23:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-12640</guid>
		<description>On the menu question... I mean, I need a way to convert the drop_down auto-nav menu into a sidebar menu with accordion features.
tks
bellir</description>
		<content:encoded><![CDATA[<p>On the menu question&#8230; I mean, I need a way to convert the drop_down auto-nav menu into a sidebar menu with accordion features.<br />
tks<br />
bellir</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: bellir</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-12639</link>
		<dc:creator>bellir</dc:creator>
		<pubDate>Sun, 13 Feb 2011 23:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-12639</guid>
		<description>I liked very much the drop down auto-nav tutorial! Does anyone have code for the vertical accordion one? I figure that you need to add a float-left (or right), but I guess it need more than that... jquery added would be great
tks
bellir</description>
		<content:encoded><![CDATA[<p>I liked very much the drop down auto-nav tutorial! Does anyone have code for the vertical accordion one? I figure that you need to add a float-left (or right), but I guess it need more than that&#8230; jquery added would be great<br />
tks<br />
bellir</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Rick</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-6715</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 13 Oct 2010 05:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-6715</guid>
		<description>Remo,

Thanks for this.  BTW: I haven&#039;t seen nor heard from you on C5 for almost two months.  The place isn&#039;t the same without you.  Hope you&#039;re alright.</description>
		<content:encoded><![CDATA[<p>Remo,</p>
<p>Thanks for this.  BTW: I haven&#8217;t seen nor heard from you on C5 for almost two months.  The place isn&#8217;t the same without you.  Hope you&#8217;re alright.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Remo Laubacher</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-2954</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Mon, 03 May 2010 19:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-2954</guid>
		<description>Thanks Ryan! Not sure how this can be achieved right now. Did you post this at concrete5.org?</description>
		<content:encoded><![CDATA[<p>Thanks Ryan! Not sure how this can be achieved right now. Did you post this at concrete5.org?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ryan</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-2939</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 03 May 2010 10:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-2939</guid>
		<description>Remo,
You tutorials have saved me a couple of times, Thanks! 
I&#039;m having trouble with my typography.css in that my styles are affecting how the native dialogue boxes of C5 appear. I want to use a H1 style that looks like this:
h1 {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	background:#000000;
	text-transform:uppercase;
	color:#ffffff;
	padding:5px 0px 5px 15px;
	margin:0px 0px 6px 0px;
}
I&#039;ve tried wrapping my site in a #container id but either the style changes C5 dialogue boxes or doesn&#039;t appear in the WYSIWYG editor.
Any thoughts? I was hoping on submitting this as a free theme to the market place.</description>
		<content:encoded><![CDATA[<p>Remo,<br />
You tutorials have saved me a couple of times, Thanks!<br />
I&#8217;m having trouble with my typography.css in that my styles are affecting how the native dialogue boxes of C5 appear. I want to use a H1 style that looks like this:<br />
h1 {<br />
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;<br />
	background:#000000;<br />
	text-transform:uppercase;<br />
	color:#ffffff;<br />
	padding:5px 0px 5px 15px;<br />
	margin:0px 0px 6px 0px;<br />
}<br />
I&#8217;ve tried wrapping my site in a #container id but either the style changes C5 dialogue boxes or doesn&#8217;t appear in the WYSIWYG editor.<br />
Any thoughts? I was hoping on submitting this as a free theme to the market place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Dennis</title>
		<link>http://www.codeblog.ch/de/2009/05/concrete5-css-features/comment-page-1/#comment-1741</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=314#comment-1741</guid>
		<description>Finally got around to reading this tutorial. Very helpful. Thanks.</description>
		<content:encoded><![CDATA[<p>Finally got around to reading this tutorial. Very helpful. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

