<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2-ppt (info@mypapit.net)" -->
<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://www.evo-themes.de/rss.php?feed=forums" rel="self" type="application/rss+xml" />
        <title>EVO Themes</title>
        <link>http://www.evo-themes.de/</link>
        <description><![CDATA[Templates für das Web Content Management Evo CMS]]></description>
        <lastBuildDate>Wed, 08 Sep 2010 15:04:50 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt (info@mypapit.net)</generator>
        <image>
            <url>http://www.evo-themes.de/images/evo/minilogo.gif</url>
            <title>EVO Themes</title>
            <link>http://www.evo-themes.de/</link>
            <width>88</width>
            <height>31</height>
        </image>
        <item>
            <title>Star Wars the Old Republic</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3790#3790</link>
            <description><![CDATA[genau,<br />
wenn es soweit ist, kannst du mir Bescheid geben <NO RESIZE><img src="http://www.evo-themes.de/images/smiles/icon_smile.gif" alt="Grinsen" title="Grinsen" border="0" />]]></description>
            <pubDate>Sun, 05 Sep 2010 21:11:51 +0200</pubDate>
            <guid isPermaLink="false">3790@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>Evo_nonzero_red für Evo 2.1.0</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3787#3787</link>
            <description><![CDATA[Evo_nonzero_red Theme für Evo CMS 2.1.0 XHTML validiert.<br />
<br />
Bitte nutzt auch die aktuellen <span style="color: red"><span style="font-weight: bold">mundo </span></span>Foren Templates für eine 100 % XHTML Validierung.<br />
<br />
<a href="http://www.evo-themes.de/modules.php?name=Downloads&amp;op=showdownload&amp;did=24" target="_blank" title="http://www.evo-themes.de/modules.php?name=Downloads&amp;op=showdownload&amp;did=24" class="postlink">Download Evo_Nonzero_red</a>]]></description>
            <pubDate>Sun, 05 Sep 2010 08:57:48 +0200</pubDate>
            <guid isPermaLink="false">3787@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>neue CSS Definitionen für Evo CMS 2.1.0 Final!</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3786#3786</link>
            <description><![CDATA[Wer die finale Evo CMS 2.1.0 Version nutzt und den News Rotator einsetzt sollte in seinem jeweiligen Themes in der style.css folgenden Code am Ende der Datei einfügen:<br />
<br />
Ob euer Theme schon diese Definitionen integriert hat, erkennt es im Downloadbereich im Changelog des jeweiligen Themes.<br />
<br />
[code]
/* Rotator for News */
#NewsRotator &#123;
 &nbsp; &nbsp;position&#58;relative;
 &nbsp; &nbsp;padding&#58;0px;
 &nbsp; &nbsp;margin&#58;0;
 &nbsp; &nbsp;font-size&#58;12px;
 &nbsp; &nbsp;background&#58;transparent;
 &nbsp; &nbsp;width&#58;100%;
 &nbsp; &nbsp;height&#58;100%;
&#125;

#NewsRotator .ul.ui-tabs-nav &#123;
 &nbsp; &nbsp;position&#58;absolute;
 &nbsp; &nbsp;bottom&#58;0px;
 &nbsp; &nbsp;left&#58;0;
 &nbsp; &nbsp;z-index&#58;1;
 &nbsp; &nbsp;width&#58;100%;
 &nbsp; &nbsp;background&#58;#fff url&#40;/includes/javascript/rotator/images/uitabsbg.png&#41; repeat-x bottom right;
&#125;
/* Tabs */
#NewsRotator .ul.ui-tabs-nav, .li.ui-tabs-nav-item, .li.ui-tabs-nav-item a&#58;link, .li.ui-tabs-nav-item a&#58;visited &#123;
 &nbsp; &nbsp;margin&#58;0;
 &nbsp; &nbsp;padding&#58;0;
 &nbsp; &nbsp;border&#58;0;
 &nbsp; &nbsp;outline&#58;0;
 &nbsp; &nbsp;text-decoration&#58;none;
 &nbsp; &nbsp;font-size&#58;100%;
 &nbsp; &nbsp;list-style&#58;none;
 &nbsp; &nbsp;float&#58;left;
 &nbsp; &nbsp;font-family&#58;Arial, Helvetica, sans-serif;
 &nbsp; &nbsp;background&#58;transparent;
&#125;
/* Non-Selected Tabs */
#NewsRotator .li.ui-tabs-nav-item a&#58;link,
li.ui-tabs-nav-item a&#58;visited &#123;
 &nbsp; &nbsp;font-size&#58;.8em;
 &nbsp; &nbsp;font-weight&#58;bold;
 &nbsp; &nbsp;text-transform&#58; lowercase;
 &nbsp; &nbsp;color&#58;#4F4F4F;
 &nbsp; &nbsp;background&#58;#E6E6E6 url&#40;/includes/javascript/rotator/images/uitabsbg.png&#41; repeat-x bottom left;
 &nbsp; &nbsp;border-right&#58; solid 1px #E6E6E6;
&#125;
/* Hovered Tab */
#NewsRotator .ui-tabs-nav-item a&#58;hover,
#NewsRotator .ui-tabs-nav-item a&#58;active &#123;
 &nbsp; &nbsp;background&#58;transparent url&#40;/includes/javascript/rotator/images/uiactivetabbg.png&#41; repeat-x bottom left;
 &nbsp; &nbsp;color&#58;#FFF;
&#125;

#NewsRotator .ui-tabs-nav-item a span &#123;
 &nbsp; &nbsp;float&#58;left;
 &nbsp; &nbsp;cursor&#58;pointer;
 &nbsp; &nbsp;padding&#58; 0.4em;
 &nbsp; &nbsp;background&#58;transparent;
 &nbsp; &nbsp;width&#58;20px;
 &nbsp; &nbsp;text-align&#58;center;
&#125;

/* Active Tab */
#NewsRotator .ui-tabs-selected a&#58;link,
#NewsRotator .ui-tabs-selected a&#58;visited,
#NewsRotator .ui-tabs-selected a&#58;hover,
#NewsRotator .ui-tabs-selected a&#58;active &#123;
 &nbsp; &nbsp;background&#58;transparent url&#40;/includes/javascript/rotator/images/uiactivetabbg.png&#41; repeat-x bottom left;
 &nbsp; &nbsp;color&#58;#FFF;
&#125;

/* Content Panels */
#NewsRotator .ui-tabs-panel &#123;
 &nbsp; &nbsp;font-family&#58;Arial, Helvetica, sans-serif;
 &nbsp; &nbsp;clear&#58;left;
 &nbsp; &nbsp;padding&#58;0px 0px 0px 0px;
 &nbsp; &nbsp;height&#58;95%;
 &nbsp; &nbsp;width&#58;100%;
&#125;

#NewsRotator .ui-tabs-hide &#123;
 &nbsp; &nbsp;display&#58;none;
&#125;

#NewsRotator h2 &#123;
 &nbsp; &nbsp;color&#58;#E75D00;
 &nbsp; &nbsp;font-weight&#58;normal;
 &nbsp; &nbsp;margin&#58;0;
 &nbsp; &nbsp;font-size&#58;1.6em;
 &nbsp; &nbsp;background&#58; none;
&#125;

#NewsRotator h2 img &#123;
 &nbsp; &nbsp;margin&#58;0;
 &nbsp; &nbsp;background&#58; none;
 &nbsp; &nbsp;max-height&#58;30px;
&#125;

#NewsRotator p &#123;
 &nbsp; &nbsp;font-size&#58;1em;
 &nbsp; &nbsp;line-height&#58;1.1em; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp;background&#58; none;
&#125;
/* End Rotator for News */
[/code]]]></description>
            <pubDate>Sat, 04 Sep 2010 18:24:10 +0200</pubDate>
            <guid isPermaLink="false">3786@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>World of Warcraft mg_evo028</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3785#3785</link>
            <description><![CDATA[Das Theme ist jetzt für Evo CMS 2.1.0 verfügbar:<br />
<br />
<a href="http://www.evo-themes.de/modules.php?name=Downloads&amp;op=viewdownload&amp;cid=17" target="_blank" title="http://www.evo-themes.de/modules.php?name=Downloads&amp;op=viewdownload&amp;cid=17" class="postlink">Download</a>]]></description>
            <pubDate>Sat, 04 Sep 2010 12:34:38 +0200</pubDate>
            <guid isPermaLink="false">3785@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>WoW Catclysm Style_Probleme</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3783#3783</link>
            <description><![CDATA[Ok alles klar<br />
<br />
Dann hat sich das erledigt. Es hätte sich angeboten das im Forenindex rechts die Spalte Letzter Beitrag, genau im rechten Streifen steht.<br />
<br />
Naja egal wenns nicht geht, dann ist das eben so.<br />
<br />
<br />
Gruß Lars <br />
<br />
[img]http://md-lasse.de/pics/bild.JPG[/img]]]></description>
            <pubDate>Wed, 01 Sep 2010 15:22:23 +0200</pubDate>
            <guid isPermaLink="false">3783@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>MSTrenches Theme</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3782#3782</link>
            <description><![CDATA[Very good. Works a treat. <br />
<br />
Thank you for your time. S~]]></description>
            <pubDate>Wed, 01 Sep 2010 15:04:54 +0200</pubDate>
            <guid isPermaLink="false">3782@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>Evo_nonzero_blue für Evo 2.1.0</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3778#3778</link>
            <description><![CDATA[Habe die Lösung mittlerweile gfunden.<br />
<br />
In der Style.css gibt es den Absatz:<br />
<br />
 &nbsp; &nbsp;.columnX_Xcolumns<br />
 &nbsp; &nbsp;<br />
 &nbsp; &nbsp;width: 100%;<br />
 &nbsp; &nbsp;padding: 0em 1em 0.5em 2em;<br />
 &nbsp; &nbsp;border-left: ridge 0px #2f5e84;<br />
 &nbsp; &nbsp;<br />
die vierte Paddinginformation habe ich von 2 auf 0 gesetzt, womit der Abstand jetzt einheitlich zwischen dem Artikelblock und den zusätzlichen Blöcken ist.]]></description>
            <pubDate>Sat, 28 Aug 2010 12:23:03 +0200</pubDate>
            <guid isPermaLink="false">3778@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>Yosemite</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3767#3767</link>
            <description><![CDATA[OK und Danke]]></description>
            <pubDate>Tue, 24 Aug 2010 03:41:19 +0200</pubDate>
            <guid isPermaLink="false">3767@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>WoW Cataclysm</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3750#3750</link>
            <description><![CDATA[Wenn es recht ist, fange ich mal einen neuen Thread an um die gefundenen Fehler zum Style seperat zu haben.<br />
<br />
Gruß Lars]]></description>
            <pubDate>Sat, 21 Aug 2010 13:45:18 +0200</pubDate>
            <guid isPermaLink="false">3750@http://www.evo-themes.de</guid>
        </item>
        <item>
            <title>Forentemplates 1988</title>
            <link>http://www.evo-themes.de/modules.php?name=Forums&amp;file=viewtopic&amp;p=3744#3744</link>
            <description><![CDATA[Dieser Thread hat sich erledigt. Läuft alles bestens.<br />
<br />
<br />
Gruß Lars]]></description>
            <pubDate>Fri, 20 Aug 2010 14:13:26 +0200</pubDate>
            <guid isPermaLink="false">3744@http://www.evo-themes.de</guid>
        </item>
    </channel>
</rss>
