<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>U-Labs Community - CSS</title>
		<link>https://u-labs.de/forum/</link>
		<description>Fragen und Probleme zur Auszeichnungssprache Cascading Style Sheets</description>
		<language>de</language>
		<lastBuildDate>Fri, 01 May 2026 11:23:25 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>https://u-labs.de/forum/images/ulabs/misc/rss.png</url>
			<title>U-Labs Community - CSS</title>
			<link>https://u-labs.de/forum/</link>
		</image>
		<item>
			<title>CSS-Selektor für Elemente ohne Klasse</title>
			<link>css-100/css-selektor-fuer-elemente-ohne-klasse-39690?goto=newpost</link>
			<pubDate>Sat, 04 Nov 2017 10:42:10 GMT</pubDate>
			<description>Ich habe eine ungeordnete Liste (ul) mit vielen Elementen. Diese weisen eine Reihe von unterschiedlichen CSS-Klassen auf. Für Tests brauche ich einen...</description>
			<content:encoded><![CDATA[<div>Ich habe eine ungeordnete Liste (ul) mit vielen Elementen. Diese weisen eine Reihe von unterschiedlichen CSS-Klassen auf. Für Tests brauche ich einen Selektor, der mir alle Elemente (li) ermittelt, die KEINE CSS-Klasse besitzen.<span style="font-family: Courier New"> &lt;li class=&quot;active&quot;&gt;&lt;/li&gt;</span> möchte ich beispielsweise nicht haben, sondern nur <span style="font-family: Courier New">&lt;li&gt;&lt;/li&gt;</span>. Leider konnte ich keinen Selektor finden, der dies ermöglicht. Das einzig funktionierende ist, alle nicht gewünschten Klassen mittels NOT auszuschließen: <span style="font-family: Courier New">ul li:not(.active)</span> <br />
<br />
Allerdings keine schöne Lösung: Ich muss viele Klassen auflisten und habe eine hohe Fehleranfälligkeit, falls z.B. eine neue Klasse hinzugefügt wird. Gib es eine bessere Variante?</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Benzol</dc:creator>
			<guid isPermaLink="true">css-100/css-selektor-fuer-elemente-ohne-klasse-39690</guid>
		</item>
		<item>
			<title>CSS3 Selektor für div der h3-Element enthält</title>
			<link>css-100/css3-selektor-fuer-div-der-h3-element-enthaelt-38843?goto=newpost</link>
			<pubDate>Sat, 20 Aug 2016 16:44:01 GMT</pubDate>
			<description>Ich möchte CSS Regeln auf einen div anwenden, wenn dieser div ein bestimmtes Überschrift-Element enthält, z.B. ein h3.  
 
Beispiel:  
 
HTML:...</description>
			<content:encoded><![CDATA[<div>Ich möchte CSS Regeln auf einen div anwenden, wenn dieser div ein bestimmtes Überschrift-Element enthält, z.B. ein h3. <br />
<br />
Beispiel: <br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;div class=myclass&quot;&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;h3&gt;</span>Test<span style="color:#000080">&lt;/h3&gt;</span><br />
&nbsp; &nbsp;  Inhalt<br />
<span style="color:#000080">&lt;/div&gt;</span></code><hr />
</div>In diesem Beispiel möchte ich .myclass eine bestimmte Schriftgröße zuweisen, wenn darin eine h3 Überschrift enthalten ist. Wäre dort keine h3 Überschrift oder eine andere (h4 etwa), soll die Regel keine Anwendung finden. Was ich suche entspricht dem JQuery-Selektor $('.myclass:has(h3)'), Beispiel: <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushJScript.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: js;">
<br />
$('.myclass:has(h3)').css('font-size', '16px');<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Damit bekommt .myclass die Schriftgröße 16px, wenn ein h3-Element enthalten ist. Genau so etwas suche ich als reinen CSS-Selektor ohne Javascript, doch leider finde ich keinen passenden. Am nähesten kommt der Kind-Selektor (&gt;). Das Problem ist aber, dass die Regel auf das zweite Element (h3) Anwendung findet, nicht auf das erste (.myclass). <br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCss.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: css;">
<br />
.myclass &gt; h3 { font-size: 16px; }<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
Damit würde ich h3 auf Schriftgröße 16px setzen, nicht aber .myclass wie ich es brauche. Gibt es wirklich keine Möglichkeit, das ohne Javascript zu lösen?</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>DotNet</dc:creator>
			<guid isPermaLink="true">css-100/css3-selektor-fuer-div-der-h3-element-enthaelt-38843</guid>
		</item>
		<item>
			<title>Website-Content mit Höhe des Browsers</title>
			<link>css-100/website-content-mit-hoehe-des-browsers-35270?goto=newpost</link>
			<pubDate>Wed, 12 Nov 2014 22:58:20 GMT</pubDate>
			<description>Hallo 
 
Ich habe zur Zeit ein Problem, welches ich nicht wirklich lösen kann. Deshalb suche ich hier nun Hilfe.  
 
Ich habe eine Seite, die einen...</description>
			<content:encoded><![CDATA[<div>Hallo<br />
<br />
Ich habe zur Zeit ein Problem, welches ich nicht wirklich lösen kann. Deshalb suche ich hier nun Hilfe. <br />
<br />
Ich habe eine Seite, die einen Body von heigt: 100%; hat. Dort wird am Anfang etwas reingeladen und am Ende. Im Grunde also ein Seitenkopf und ein Seitenfuß. Die Höhe dieser ist dynamisch, die div-Container haben somit keine feste Höhe im CSS gesetzt. <br />
<br />
Nun möchte ich alles, was sich dazwischen befindet, für den Hauptinhalt der Seite nutzen. Hier weiß ich jetzt nicht, wie ich das verwirklichen kann. Der Div des Inhalts kann ich keine Höhe von 100 Prozent setzen, da sich diese ja auf das übergeordnete Element bezieht, welches in meinem Fall &lt;body&gt; ist. <br />
<br />
Versteht ihr meine Problematik? Ich habe im Internet nur Beispiele gefunden, welche mit fest gesetzter Höhe des Kopfes und des Fußes funktionieren. Darauf möchte ich aber möglichst verzichten. <br />
<br />
Wäre geil, wenn ihr eine Antwort hättet.</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>xOneDirectionx</dc:creator>
			<guid isPermaLink="true">css-100/website-content-mit-hoehe-des-browsers-35270</guid>
		</item>
		<item>
			<title>Tabelle mit CSS zentrieren</title>
			<link>css-100/tabelle-mit-css-zentrieren-33212?goto=newpost</link>
			<pubDate>Thu, 05 Jun 2014 08:38:13 GMT</pubDate>
			<description><![CDATA[Guten Morgen zusammen, 
ich habe eine Tabelle die ich zentrieren möchte. Bisher habe ich es immer mit align="center" im HTML gemacht: 
 
HTML:...]]></description>
			<content:encoded><![CDATA[<div>Guten Morgen zusammen,<br />
ich habe eine Tabelle die ich zentrieren möchte. Bisher habe ich es immer mit align=&quot;center&quot; im HTML gemacht:<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#008080">&lt;table align=<span style="color:#0000FF">&quot;center&quot;</span>&gt;</span></code><hr />
</div>ich würde es aber gerne mit CSS machen. Probiert habe ich es mit<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCss.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: css;">
<br />
table <br />
{<br />
    text-align: center;<br />
    margin-left: auto;<br />
    margin-right: auto;<br />
    margin-top: 0;<br />
    margin-bottom: 0;<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
Es funktioniert aber nicht. Funktionieren tut es erst wenn ich der Tabelle eine Breite (width: 400px) zuweise. Das möchte ich aber nicht weil die Daten in der Tabelle dynamisch sind. Gibt es eine Möglichkeit Tabellen mit CSS zu zentrieren?</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Benzol</dc:creator>
			<guid isPermaLink="true">css-100/tabelle-mit-css-zentrieren-33212</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Problem mit Padding]]></title>
			<link>css-100/css-problem-mit-padding-28090?goto=newpost</link>
			<pubDate>Thu, 14 Nov 2013 22:21:25 GMT</pubDate>
			<description><![CDATA[Hallo! 
Traurigerweise scheitere ich gerade bei den Grundlagen von CSS. lol^^ 
 
Folgender Quelltext: 
 
 
Code: 
--------- 
<div id="head"> 
	<div...]]></description>
			<content:encoded><![CDATA[<div>Hallo!<br />
Traurigerweise scheitere ich gerade bei den Grundlagen von CSS. lol^^<br />
<br />
Folgender Quelltext:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;div id=&quot;head&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;headContainer&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;headLeft&quot;&gt;x&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;headRight&quot;&gt;y&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&lt;/div&gt;<br />
<br />
#head {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0px auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 10px 0 10px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #0D0D0D;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 1px solid #0A0A0A;<br />
}<br />
<br />
#headContainer {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Tahoma;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 17px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #FFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: red;<br />
}<br />
<br />
#headLeft {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 250px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: green;<br />
}<br />
<br />
#headRight {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 550px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: orange;<br />
}</code><hr />
</div>#headContainer sollte sich in #head befinden und ein padding von 10px haben(top, bottom).<br />
Stattdessen wird #headContainer etwas unterhalb von #head angezeigt. Warum?<br />
<br />
Preview: <a href="http://nethox.bplaced.net/cur" target="_blank" rel="nofollow">Title</a><br />
<br />
Wenn ich allerdings #headLeft und #headRight aus #headContainer entferne, funktioniert es <br />
genau so wie ich will, nur das es halt ein einzelner Container ist.<br />
<br />
Siehe <a href="http://nethox.bplaced.net/cur2" target="_blank" rel="nofollow">http://nethox.bplaced.net/cur2</a><br />
<br />
MfG<br />
<br />
<br />
Edit:<br />
Ich will keine fixen height-Werte benutzen, sonst wäre das ganze ja kein Problem.</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">css-100/css-problem-mit-padding-28090</guid>
		</item>
		<item>
			<title><![CDATA[[Problem]CSS -> Schrift sieht komisch aus.]]></title>
			<link>css-100/problem-css-schrift-sieht-komisch-aus-27698?goto=newpost</link>
			<pubDate>Mon, 28 Oct 2013 11:35:50 GMT</pubDate>
			<description>Hi, ich würde gerne diesen schwarzen Schatten entfernen, aber weiß leider nicht was ich entfernen muss dafür. Sieht so aus (die komplette HP) 
...</description>
			<content:encoded><![CDATA[<div>Hi, ich würde gerne diesen schwarzen Schatten entfernen, aber weiß leider nicht was ich entfernen muss dafür. Sieht so aus (die komplette HP)<br />
<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://vvcap.net/db/-9VhBJOrhrBhjv_RXyXR.htp"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />
<br />
das ist die .css: <a href="https://mega.co.nz/#!Kg5FjBpb!NK-L-maE3FAR-RXIlvDlBzeDQa1h0mYOF0OyyaQesEY" target="_blank" rel="nofollow">https://mega.co.nz/#!Kg5FjBpb!NK-L-m...mYOF0OyyaQesEY</a><br />
<br />
<br />
Kann mir das einer fixxen?<br />
<br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Klaus Bukkake</dc:creator>
			<guid isPermaLink="true">css-100/problem-css-schrift-sieht-komisch-aus-27698</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Zeilenumbruch verhindern]]></title>
			<link>css-100/css-zeilenumbruch-verhindern-27449?goto=newpost</link>
			<pubDate>Sat, 19 Oct 2013 14:11:30 GMT</pubDate>
			<description>Hallo Leute, 
komme gerade nicht weiter. 
 
Folgender CSS-Code: 
 
PHP: 
--------- 
.sideBox { 
	width: 230px; 
	height: auto;</description>
			<content:encoded><![CDATA[<div>Hallo Leute,<br />
komme gerade nicht weiter.<br />
<br />
Folgender CSS-Code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">.</span><span style="color: #0000BB">sideBox&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">230px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">auto</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">-</span><span style="color: #0000BB">bottom</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">6px&nbsp;solid&nbsp;</span><span style="color: #FF8000">#7109aa;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">-</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">3px&nbsp;solid&nbsp;</span><span style="color: #FF8000">#252121;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">10px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">-</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">15px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">-</span><span style="color: #0000BB">bottom</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">15px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">:&nbsp;</span><span style="color: #FF8000">#131111;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">family</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">courier</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">size</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">13px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #FF8000">#FFF;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">-</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">30px</span><span style="color: #007700">;<br />}<br /><br />.</span><span style="color: #0000BB">boxTitle&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">family</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">trebuchet&nbsp;ms</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">size</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">15px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">-</span><span style="color: #0000BB">weight</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">bold</span><span style="color: #007700">;<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>HTML:<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"boxTitle"</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">raquo</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Letzte&nbsp;Themen&nbsp;im&nbsp;Forum</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">hr&nbsp;style</span><span style="color: #007700">=</span><span style="color: #DD0000">"border:&nbsp;1px&nbsp;solid&nbsp;#252121;&nbsp;margin-bottom:&nbsp;13px;"&nbsp;</span><span style="color: #007700">/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;</span><span style="color: #0000BB">bull</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Threadtitel1337</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;</span><span style="color: #0000BB">bull</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Langer&nbsp;Threadtitel&nbsp;soll&nbsp;nicht&nbsp;breaken</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;</span><span style="color: #0000BB">bull</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Threadtitel1337</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;</span><span style="color: #0000BB">bull</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Langer&nbsp;Threadtitel&nbsp;soll</span><span style="color: #007700">..&lt;</span><span style="color: #0000BB">br</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp;</span><span style="color: #0000BB">bull</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">Threadtitel1337<br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>Hier der Link dazu: <a href="http://nethox.bplaced.net/tripping/" target="_blank" rel="nofollow">tripping society</a><br />
<br />
Es geht um die untere Box!<br />
<br />
Ich bekomm's gerade irgendwie nicht hin, das bei längeren Thread-Titeln ein Zeilenumbruch verhindert wird<br />
und der Text stattdessen einfach in den nicht sichtbaren Bereich der DIV weitergeht.<br />
<br />
Mein Idee wäre ja das jeder Thread-Titel eine eigene div/span mit width 100% bekommt. Ich bilde mir<br />
ein das es da irgendeine Eigenschaft gab damit der Text wie von mir gewünscht in's nicht sichtbare <br />
weitergeh anstatt einen Zeilen umbruch zu erzeugen, oder irre ich mirch da?<br />
<br />
Ich hoffe ihr versteht was ich meine xD<br />
Mfg da</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">css-100/css-zeilenumbruch-verhindern-27449</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Pure CSS Logo]]></title>
			<link>css-100/css-pure-css-logo-26390?goto=newpost</link>
			<pubDate>Wed, 11 Sep 2013 11:07:20 GMT</pubDate>
			<description>Hallo, 
habe vorher meine alten Webdesign-Projekte durchstöbert und habe aufeinmal Lust bekommen mich wieder mal 
mit HTML/CSS3 zu beschäftigen....</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
habe vorher meine alten Webdesign-Projekte durchstöbert und habe aufeinmal Lust bekommen mich wieder mal<br />
mit HTML/CSS3 zu beschäftigen. Rausgekommen ist ein Logo(oder auch ein Button) ohne einer einzigen Grafik.<br />
<br />
Das hat natürlich seine Vorteile:<br />
1.) Bessere Performance da keine Bilder geladen werden müssen<br />
2.) Alles schnell und einfach per Code anpassbar(Text, Größe, Schriftformatierung, etc)<br />
<br />
Und was ich Anfangs eigentlich garnicht glauben konnte ist, das im Internet Explorer 10 alles <br />
ohne Probleme funktioniert! hihio<br />
<br />
URL: <a href="http://nethox.bplaced.net/pureCssLogo" target="_blank" rel="nofollow">Pure CSS Logo</a><br />
<br />
Falls euer Browser die Font nicht erkennt hier ein Screen:<br />
<a href="http://nethox.bplaced.net/pureCssLogo/logoscreen.png" target="_blank" rel="nofollow">http://nethox.bplaced.net/pureCssLogo/logoscreen.png</a><br />
<br />
Oder die Font direkt saugen:<br />
<a href="http://nethox.bplaced.net/pureCssLogo/crixel.ttf" target="_blank" rel="nofollow">http://nethox.bplaced.net/pureCssLogo/crixel.ttf</a><br />
<br />
<br />
Feedback erwünscht hihio<br />
<br />
greets</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">css-100/css-pure-css-logo-26390</guid>
		</item>
		<item>
			<title>width 100% Browser Scrollbar</title>
			<link>css-100/width-100-browser-scrollbar-25898?goto=newpost</link>
			<pubDate>Thu, 22 Aug 2013 22:28:50 GMT</pubDate>
			<description><![CDATA[Guten Abend U-Hacks'ler. 
 
Ich bin aktuell am rumexperimentieren mit CSS. Das habe ich noch nie so wirklich beherscht und wollte das jetzt mal...]]></description>
			<content:encoded><![CDATA[<div>Guten Abend U-Hacks'ler.<br />
<br />
Ich bin aktuell am rumexperimentieren mit CSS. Das habe ich noch nie so wirklich beherscht und wollte das jetzt mal angehen.<br />
<br />
Dabei folgendes:<br />
Ich habe mir die CSS-Klasse <b>body</b> angelegt.<br />
Darin ist ein Div-Container, dessen verknüpfte CSS-Klasse ich ganz stumpf mal <b>wrapper</b> genannt habe.<br />
<br />
In diesem Content ist eine Liste, meine <b>topnav</b>. Dort liegen 5 ListItems drin, bei denen passt alles. Allerdings, sobald die ungeordnete Liste (<i>&lt;ul id=&quot;topnav&quot;&gt;</i>) definiert wurde, erscheint eine vertikale Scrollbar in jedem Browser. Scrolle ich diese ganz nach rechts, stell ich auch fest, dass es auch nicht komplett zentriert ist, wie es eigentlich sein sollte.<br />
<br />
Ich hänge mal meine ganzen Dateien einfach mal an und hoffe, ihr könnt das nachvollziehen und mir helfen.<br />
<br />
<br />
<br />
<script type="text/javascript" src="clientscript/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="clientscript/syntaxhighlighter/shBrushCss.js"></script>
<link type="text/css" rel="stylesheet" href="clientscript/syntaxhighlighter/styles/shCoreDefault.css"/>

<pre class="brush: css;">
<br />
body <br />
{<br />
	background-color: #D3D3D3;<br />
	height: 100%;<br />
	width: 100%;<br />
	min-width: 800px;<br />
}<br />
<br />
#wrapper<br />
{<br />
	margin-left: auto;<br />
	margin-right: auto;<br />
	width: 90%;<br />
	background-color: #000;<br />
}<br />
<br />
#topnav <br />
{<br />
	width: 100%;<br />
	overflow: auto;<br />
	margin-left: auto;<br />
	margin-right: auto;<br />
	padding: 0;<br />
	list-style-type: none;<br />
}<br />
<br />
#topnav a <br />
{<br />
	font-family: Verdana;<br />
	font-size: 14px;<br />
	font-weight: bold;<br />
	text-decoration: none;<br />
	width: 100%;<br />
	height: 25px;<br />
	display: block;<br />
	color: #000;<br />
	background-color: #fff;<br />
	text-align: center;<br />
	line-height: 25px;<br />
}<br />
<br />
#topnav a:visited <br />
{<br />
	color: #696969;<br />
}<br />
<br />
#topnav a:hover <br />
{<br />
	background-color: #000;<br />
	color: #fff;<br />
}<br />
<br />
#topnav li <br />
{<br />
	width: 20%;<br />
	float: left;<br />
}<br />
<br />
#pagecontent <br />
{<br />
	width: 100%;<br />
	min-height: 600px;<br />
	background-color: #000;<br />
	margin-top: -5px;<br />
}<br />

</pre>
<script type="text/javascript">
SyntaxHighlighter.config.stripBrs = true;
SyntaxHighlighter.all();
</script><br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;</span><br />
<span style="color:#000080">&lt;html&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;title&gt;</span>Startseite<span style="color:#000080">&lt;/title&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> href=<span style="color:#0000FF">&quot;styles/main.css&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span>/&gt;</span><br />
<span style="color:#000080">&lt;/head&gt;</span><br />
<span style="color:#000080">&lt;body&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;wrapper&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul id=<span style="color:#0000FF">&quot;topnav&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.html&quot;</span>&gt;</span>Startseite<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;register.html&quot;</span>&gt;</span>Registrieren<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;login.html&quot;</span>&gt;</span>Login<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;demo.html&quot;</span>&gt;</span>Demo<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;impressum.html&quot;</span>&gt;</span>Impressum<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;pagecontent&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div>Ist ein evtl. wenig unsauber, mache das am Ende alles raus.</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>xOneDirectionx</dc:creator>
			<guid isPermaLink="true">css-100/width-100-browser-scrollbar-25898</guid>
		</item>
		<item>
			<title>Layout - Gleicher Spaltenabstand in Tabelle</title>
			<link>css-100/layout-gleicher-spaltenabstand-in-tabelle-24114?goto=newpost</link>
			<pubDate>Mon, 03 Jun 2013 19:16:00 GMT</pubDate>
			<description>Hey ! Vorab.. ich wusst enicht wirklich, wo ich das hier posten sollte.. Also falls es das falsche Sub ist, bitte verschieben. :-) 
 
Sooooo ! Ich...</description>
			<content:encoded><![CDATA[<div>Hey ! Vorab.. ich wusst enicht wirklich, wo ich das hier posten sollte.. Also falls es das falsche Sub ist, bitte verschieben. :-)<br />
<br />
Sooooo ! Ich hab da mal ein kleines Problem bezüglich des Layouts und zwar..<br />
Mittel PHP hol ich mir Wert aus einer DB und gebe die schließlich als Tabelle aus.. Mit folgendem Code:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_query</span><span style="color: #007700">(</span><span style="color: #DD0000">"SELECT&nbsp;*&nbsp;FROM&nbsp;schueler&nbsp;WHERE&nbsp;Vorname&nbsp;=&nbsp;'"</span><span style="color: #007700">.</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'Vorname'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">"'&nbsp;&amp;&amp;&nbsp;Nachname&nbsp;=&nbsp;'"</span><span style="color: #007700">.</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'Nachname'</span><span style="color: #007700">&#93;.</span><span style="color: #DD0000">"'"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$verbindung</span><span style="color: #007700">);&#91;<br />echo&nbsp;</span><span style="color: #DD0000">'&lt;table&nbsp;border="0"&gt;'</span><span style="color: #007700">;<br />while&nbsp;(</span><span style="color: #0000BB">$row&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$result</span><span style="color: #007700">))<br />{<br />&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;tr&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;td&nbsp;id='ausgabe'&gt;"</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'ID'</span><span style="color: #007700">&#93;&nbsp;.&nbsp;</span><span style="color: #DD0000">"&lt;/td&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;td&nbsp;id='ausgabe'&gt;"</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'Vorname'</span><span style="color: #007700">&#93;&nbsp;.&nbsp;</span><span style="color: #DD0000">"&lt;/td&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;td&nbsp;id='ausgabe'&gt;"</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$row</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'Nachname'</span><span style="color: #007700">&#93;&nbsp;.&nbsp;</span><span style="color: #DD0000">"&lt;/td&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;/tr&gt;"</span><span style="color: #007700">;<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>
</div>
</div>
</div><br />
Nun möchte ich, dass genau ober der Ausgabe: zum Beispiel ID      Vorname       Nachname steht und das aber in den selben Abständen wie bei der Ausgabe..<br />
<br />
Hab das mal mit folgendem Code realisiert (mittel CSS eben alles verschoben usw..) , nur das Problem ist, dass wenn der Name z.B unterschiedlich lang ist, sich die Ausgabe verschiebt und somit passt es dann nicht mehr mit dem Layot von ID   Vorname   Nachname..<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<div class="bbcode_container">
	<div class="bbcode_description">PHP-Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">'&lt;table&nbsp;&nbsp;border="0"&gt;'</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #DD0000">"&lt;tr&gt;"</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #DD0000">"&lt;td&nbsp;id='schueler'&gt;ID&lt;/td&gt;"</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #DD0000">"&lt;td&nbsp;id='schueler'&gt;Vorname&lt;/td&gt;"</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #DD0000">"&lt;td&nbsp;id='schueler'&gt;Nachname&lt;/td&gt;"</span><span style="color: #007700">;<br />echo&nbsp;</span><span style="color: #DD0000">"&lt;/tr&gt;"</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>
</div>
</div>
</div><br />
<br />
Gibt es da ne' effizientere Lösung, sodass die Abstände usw. immer gleich lang sind?<br />
<br />
Lg, Saad. (Y)</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Saad</dc:creator>
			<guid isPermaLink="true">css-100/layout-gleicher-spaltenabstand-in-tabelle-24114</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Kein Abstand mit margin]]></title>
			<link>css-100/css-kein-abstand-mit-margin-18409?goto=newpost</link>
			<pubDate>Wed, 28 Nov 2012 14:23:39 GMT</pubDate>
			<description>Hey, 
ich möchte eine Linkliste mit Innen und Außenabstand machen. 
Weder margin noch padding Zeigen aber Wirkung, woran liegt das? 
Mein Testcode: 
...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
ich möchte eine Linkliste mit Innen und Außenabstand machen.<br />
Weder margin noch padding Zeigen aber Wirkung, woran liegt das?<br />
Mein Testcode:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Test&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;a href=&quot;#&quot; style=&quot;border:solid 100px #000000; background-color:#dddddd; text-decoration:none; padding:100px;margin:120px;&quot;&gt;testlink&lt;/a&gt;<br />
&lt;/span&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Minecraft</dc:creator>
			<guid isPermaLink="true">css-100/css-kein-abstand-mit-margin-18409</guid>
		</item>
		<item>
			<title>Nützliche Links zum Thema CSS</title>
			<link>css-100/nuetzliche-links-zum-thema-css-18407?goto=newpost</link>
			<pubDate>Wed, 28 Nov 2012 14:18:16 GMT</pubDate>
			<description>Ich sammle gerade nützliche Seiten/Nachschlagewerke/etc zu CSS da ich mich damit gerade näher beschäftige.  
 
Meine Favouriten sind momentan...</description>
			<content:encoded><![CDATA[<div>Ich sammle gerade nützliche Seiten/Nachschlagewerke/etc zu CSS da ich mich damit gerade näher beschäftige. <br />
<br />
Meine Favouriten sind momentan folgende Seiten:<br />
<br />
<a href="http://www.css4you.de/" target="_blank" rel="nofollow">CSS 4 You - The Finest in Stylesheets</a><br />
<a href="http://www.intensivstation.ch/templates/" target="_blank" rel="nofollow">intensivstation :: CSS Templates</a><br />
<a href="http://www.cssplay.co.uk/menu/index.html" target="_blank" rel="nofollow">Stu Nicholls | CSSplay | CSS Demonstrations</a><br />
<br />
Falls ihr noch andere habt würde ich mich freuen wenn ihr sie posten würdet.</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Minecraft</dc:creator>
			<guid isPermaLink="true">css-100/nuetzliche-links-zum-thema-css-18407</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Negieren]]></title>
			<link>css-100/css-negieren-18246?goto=newpost</link>
			<pubDate>Thu, 22 Nov 2012 14:10:36 GMT</pubDate>
			<description>Hey, 
 
ich formatiere alle Bilder auf meiner Seite in CSS mit 
 
 
Code: 
--------- 
img { 
.. 
}</description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
ich formatiere alle Bilder auf meiner Seite in CSS mit<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">img {<br />
..<br />
}</code><hr />
</div>Ein Bild will ich aber anders formatieren.<br />
Kann ich irgendwie in CSS das negieren dass ich alle IMG Tags ausser die mit der Klasse xy formatieren kann? :8</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Minecraft</dc:creator>
			<guid isPermaLink="true">css-100/css-negieren-18246</guid>
		</item>
		<item>
			<title>Suche Video2brain Videos für CSS</title>
			<link>css-100/suche-video2brain-videos-fuer-css-18211?goto=newpost</link>
			<pubDate>Tue, 20 Nov 2012 22:11:16 GMT</pubDate>
			<description>Hey , Leute könnt ihr mir eine paar Einsteiger Videos zu CSS von Video2brain empfehlen? 
 
wäre echt nett wenn jemand paar gute videos kennt für...</description>
			<content:encoded><![CDATA[<div>Hey , Leute könnt ihr mir eine paar Einsteiger Videos zu CSS von Video2brain empfehlen?<br />
<br />
wäre echt nett wenn jemand paar gute videos kennt für einsteiger <br />
<br />
<br />
LG<br />
<br />
Polskaboii</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Polskaboii</dc:creator>
			<guid isPermaLink="true">css-100/suche-video2brain-videos-fuer-css-18211</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Problem mit text-align]]></title>
			<link>css-100/css-problem-mit-text-align-17820?goto=newpost</link>
			<pubDate>Mon, 05 Nov 2012 14:09:43 GMT</pubDate>
			<description>Hallo, 
habe ein kleines Problem mit der text-positionierung in einer div. 
In der untersten Div(#footer) sollte der Text mittig sein. Im Firefox...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
habe ein kleines Problem mit der text-positionierung in einer div.<br />
In der untersten Div(#footer) sollte der Text mittig sein. Im Firefox jedoch ist der Text nur irgendwie<br />
komisch verschoben.(IE passt)<br />
<br />
Wäre nett wenn sich das kurz wer anschauen kann :)<br />
<br />
Code:<br />
<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<br />
Quelltext:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;html&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;title&gt;</span>GEWI-Immobilien<span style="color:#000080">&lt;/title&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> href=<span style="color:#0000FF">&quot;style.css&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;/head&gt;</span><br />
<span style="color:#000080">&lt;body&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;head&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;logoContainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; GEWI<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;slogan&quot;</span>&gt;</span>IMMOBILIEN<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;menuContainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><b><i>&amp;raquo;</i></b> About GEBI<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><b><i>&amp;raquo;</i></b> Immobilien<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><b><i>&amp;raquo;</i></b> Information<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><b><i>&amp;raquo;</i></b> Partner<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><b><i>&amp;raquo;</i></b> Kontakt<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;slider1&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;mainContent&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;txtContent&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;sideBox&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>What's new?<span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Mauris volutpat ligula id urna facilisis elementum. Sed eros nisi, faucibus ac semper quis, volutpat sit amet velit.<br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;sideBox&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>Our Team<span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin lacinia posuere aliquet. Etiam pharetra justo sapien, sit amet interdum neque. <br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;sideBox&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>Contact us<span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin lacinia posuere aliquet. Etiam pharetra justo sapien, sit amet interdum neque. <br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;footer&quot;</span>&gt;</span>GEWI Immobilien | Teststraße 13 | A-1220 Wien | 01/132874<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div>Stylesheet:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">body {<br />
&nbsp; &nbsp; background: #FFFFFF;<br />
&nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; padding: 0px;<br />
&nbsp; &nbsp; margin: 0px;<br />
}<br />
<br />
#head {<br />
&nbsp; &nbsp; width: 800px;<br />
&nbsp; &nbsp; height: 130px;<br />
&nbsp; &nbsp; margin: 0 auto;<br />
&nbsp; &nbsp; border-bottom: 1px solid gray;<br />
&nbsp; &nbsp; padding-left: 5px;<br />
&nbsp; &nbsp; padding-right: 5px;<br />
&nbsp; &nbsp; margin-bottom: 8px;<br />
}<br />
<br />
#logoContainer {<br />
&nbsp; &nbsp; width: 140px;<br />
&nbsp; &nbsp; height: auto;<br />
&nbsp; &nbsp; background: #D1D1D1;<br />
&nbsp; &nbsp; color: #207ce5;<br />
&nbsp; &nbsp; font-size: 33px;<br />
&nbsp; &nbsp; font-family: Verdana;<br />
&nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; padding-top: 50px;<br />
&nbsp; &nbsp; padding-bottom: 10px;<br />
&nbsp; &nbsp; border: 1px solid #AEAFB0;<br />
&nbsp; &nbsp; border-top: none;<br />
&nbsp; &nbsp; float: left;<br />
}<br />
<br />
.slogan {<br />
&nbsp; &nbsp; font-size: 17px;<br />
&nbsp; &nbsp; font-family: MONOSPACE;<br />
&nbsp; &nbsp; font-weight: lighter;<br />
&nbsp; &nbsp; color: #647075;<br />
}<br />
<br />
#menuContainer {<br />
&nbsp; &nbsp; width: auto;<br />
&nbsp; &nbsp; height: 115px;<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; margin-left: 25px;<br />
&nbsp; &nbsp; padding-top: 15px;<br />
&nbsp; &nbsp; text-align: left;<br />
}<br />
<br />
#menuContainer a {<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; position: absolute;<br />
&nbsp; &nbsp; text-decoration: none;<br />
&nbsp; &nbsp; font-family: LUCIDA CONSOLE;<br />
&nbsp; &nbsp; font-size: 14px;<br />
&nbsp; &nbsp; color: #8D8E8F;<br />
}<br />
<br />
#menuContainer a:hover {<br />
&nbsp; &nbsp; color: #207ce5;<br />
&nbsp; &nbsp; font-weight: bold;<br />
}<br />
<br />
#slider1 {<br />
&nbsp; &nbsp; width: 500px;<br />
&nbsp; &nbsp; height: 100px;<br />
&nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; margin-top: 15px;<br />
&nbsp; &nbsp; border: 1px solid #ACADAD;<br />
&nbsp; &nbsp; background: url(img/head2.png);<br />
}<br />
<br />
#searchContainer img {<br />
&nbsp; &nbsp; width: 32px;<br />
&nbsp; &nbsp; height: 32px;<br />
&nbsp; &nbsp; float: left;<br />
}<br />
<br />
#mainContent {<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; width: 800px;<br />
&nbsp; &nbsp; height: 443px;<br />
&nbsp; &nbsp; margin: 0 auto;<br />
}<br />
<br />
#footer {<br />
&nbsp; &nbsp; width: 800px;<br />
&nbsp; &nbsp; height: 25px;<br />
&nbsp; &nbsp; border-top: 1px solid gray;<br />
&nbsp; &nbsp; margin: 0 auto;<br />
&nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; position: relative;<br />
}<br />
<br />
#txtContent {<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; width: 610px;<br />
&nbsp; &nbsp; height: 430px;<br />
}<br />
<br />
.sideBox {<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; width: 170px;<br />
&nbsp; &nbsp; height: auto;<br />
&nbsp; &nbsp; background: #EBECED;<br />
&nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; clear: right;<br />
&nbsp; &nbsp; margin-bottom: 15px;<br />
&nbsp; &nbsp; border: 1px solid #919191;<br />
&nbsp; &nbsp; font-family: Tahoma;<br />
&nbsp; &nbsp; font-size: 13px;<br />
&nbsp; &nbsp; text-align: justify;<br />
&nbsp; &nbsp; padding: 5px;<br />
}<br />
<br />
.sideBox p {<br />
&nbsp; &nbsp; width: 172px;<br />
&nbsp; &nbsp; height: auto;<br />
&nbsp; &nbsp; margin-top: -5px;<br />
&nbsp; &nbsp; margin-left: -5px;<br />
&nbsp; &nbsp; margin-bottom: 3px;<br />
&nbsp; &nbsp; padding-top: 5px;<br />
&nbsp; &nbsp; padding-bottom: 5px;<br />
&nbsp; &nbsp; padding-left: 8px;<br />
&nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; background: #31A5D6;<br />
&nbsp; &nbsp; font-family: Verdana;<br />
&nbsp; &nbsp; font-size: 15px;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; background: rgb(73,155,234); /* Old browsers */<br />
&nbsp; &nbsp; background: -moz-linear-gradient(top,&nbsp; rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */<br />
&nbsp; &nbsp; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */<br />
&nbsp; &nbsp; background: -webkit-linear-gradient(top,&nbsp; rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */<br />
&nbsp; &nbsp; background: -o-linear-gradient(top,&nbsp; rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */<br />
&nbsp; &nbsp; background: -ms-linear-gradient(top,&nbsp; rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */<br />
&nbsp; &nbsp; background: linear-gradient(to bottom,&nbsp; rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */<br />
&nbsp; &nbsp; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */<br />
}</code><hr />
</div>
</div>
</div>
</div><br />
<br />
<a href="http://dope.bplaced.net/GEWI" target="_blank" rel="nofollow">GEWI-Immobilien</a><br />
<br />
LG</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">css-100/css-problem-mit-text-align-17820</guid>
		</item>
		<item>
			<title>Schrift in style.css gestalten</title>
			<link>css-100/schrift-in-style-css-gestalten-17551?goto=newpost</link>
			<pubDate>Fri, 26 Oct 2012 18:54:29 GMT</pubDate>
			<description>Hey Leute, 
bin gerade dabei ein persönliches Projekt auf die Beine zu stellen und hätte da mal kurz eine Frage. Bin, wie immer bei Wordpress-Themes,...</description>
			<content:encoded><![CDATA[<div>Hey Leute,<br />
bin gerade dabei ein persönliches Projekt auf die Beine zu stellen und hätte da mal kurz eine Frage. Bin, wie immer bei Wordpress-Themes, dabei das Theme zu übersetzen und mir ist dabei die style.css in die Finger gekommen. Ich wollte gleich mal die Schrift, welche auf der Homepage des Wordpress-Blogs zu sehen ist (bei den einzelnen Einträgen) vergrößern, den Zeilen-Abstand verändern und die Schrift fett machen. Die ersten zwei Dinge auf meiner Liste konnte ich selbst erledigen, jedoch bekomme ich den Befehl für das &quot;fett&quot; machen nicht hin. Habe natürlich Google schon befragt und auf selfhtml auch genügend Infomaterial dazu gefunden. Das Problem welches mir da nur im Weg steht ist, dass sie es anhand von reinem html-Code zeigen, wie es theoretisch funktionieren müsste. Da meine style.css jedoch anders strukturiert ist (einfacher?) komme ich mit den Begriffen wie &quot;bold&quot;, &quot;bolder&quot; oder &quot;font-size&quot; nicht weiter. Vielleicht kennt sich ja jemand aus und kann mir da kurz weiterhelfen (:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">body {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font: 15px/20px Arial, serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 15;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #333333;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #fff;<br />
}</code><hr />
</div>Das ist der body, wo die Schrift für die &quot;Homepage&quot; deklariert wird. &quot;margin&quot; ist in diesem Fall der Zeilenabstand zwischen zwei Zeilen. Die &quot;px&quot; direkt hinter &quot;font:&quot; sind nach erfolgreichem Testen die Pixel der Schrift (also die Schriftgröße). Ich weiß nun leider nicht, wo ich Begriffe für das fett-machen einfügen soll.<br />
<br />
Außerdem noch kurz eine Frage - kann ich in die style.css auch beispielsweise anstatt &quot;Arial&quot; einfach &quot;Helvetica&quot; einfügen und er übernimmt dann auf meiner Seite die Font automatisch oder muss ich da noch etwas machen? Nach mehrmaligen Testversuchen sah die Font nämlich immer nach Arial aus^^<br />
<br />
Danke im Vorraus - Held</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Cube!X</dc:creator>
			<guid isPermaLink="true">css-100/schrift-in-style-css-gestalten-17551</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Auto height]]></title>
			<link>css-100/css-auto-height-16927?goto=newpost</link>
			<pubDate>Mon, 01 Oct 2012 08:22:31 GMT</pubDate>
			<description>Hallo, 
habe eine kleine Frage. 
 
Ich habe eine Div die auf height 100% gesetzt ist. Somit bedeckt sie ja den ganzen Bildschirm(vertikal). Mein...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
habe eine kleine Frage.<br />
<br />
Ich habe eine Div die auf height 100% gesetzt ist. Somit bedeckt sie ja den ganzen Bildschirm(vertikal). Mein Problem ist, dass<br />
wenn der Text über den Bildschirmrand hinausgeht, sich die Div nicht mitvergrößert.<br />
<br />
Zum Verständniss:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;html&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;title&gt;</span>Welcome<span style="color:#000080">&lt;/title&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> href=<span style="color:#0000FF">&quot;style.css&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;/head&gt;</span><br />
<span style="color:#000080">&lt;body&gt;</span><br />
<br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;content&quot;</span>&gt;</span><br />
<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
Die CSS3-Eigenschaft bietet viele, viele Möglichkeiten einem Webdesign ohne den Einsatz von Bildern eine professionelle Plastizität zu verleihen. Leider können IE-Nutzer diese Effekte (ohne Einsatz von jQuery-Lösungen) nicht sehen. Wie so oft muss der Webdesigner also abwägen, wo wann und wieviel diese Eigenschaften verwendet werden.<br />
<br />
<br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div>CSS:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
body {<br />
&nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; background: #242424;<br />
&nbsp; &nbsp; text-align: center;<br />
}<br />
<br />
#content {<br />
&nbsp; &nbsp; width: 750px;<br />
&nbsp; &nbsp; height: 100%;<br />
&nbsp; &nbsp; background: #FFFFFF;<br />
&nbsp; &nbsp; margin: 0 auto;<br />
&nbsp; &nbsp; border-left: 1px solid #999999;<br />
&nbsp; &nbsp; border-right: 1px solid #999999;<br />
&nbsp; &nbsp; font-size: 36px;<br />
}</code><hr />
</div>Preview zu Demozwecken: <a href="http://dope.bplaced.net/new/" target="_blank" rel="nofollow">http://dope.bplaced.net/new/</a><br />
<br />
Im Google habe ich eigentlich nicht wirklich was hilfreiches gefunden.<br />
<br />
MfG<br />
<br />
<b><font color="#ff0000">Moderator-Hinweis: </font></b><font color="#ff0000"><b>Quellcode bitte zukünftig direkt im Thread mit dem code-Tag posten und nicht verlinken!</b></font></div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>exception</dc:creator>
			<guid isPermaLink="true">css-100/css-auto-height-16927</guid>
		</item>
		<item>
			<title>Cursor Crosshair - Wie funktioniert das?</title>
			<link>css-100/cursor-crosshair-wie-funktioniert-das-16152?goto=newpost</link>
			<pubDate>Sat, 08 Sep 2012 10:29:32 GMT</pubDate>
			<description>Hallo, 
 
ich würde gerne in einer externen CSS Datei, 
den Cursor festlegen. 
 
Als erstes hab ich folgendes probiert: 
 
HTML: 
--------- 
body {</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich würde gerne in einer externen CSS Datei,<br />
den Cursor festlegen.<br />
<br />
Als erstes hab ich folgendes probiert:<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">body {<br />
{cursor:crosshair};<br />
}</code><hr />
</div>Das funktioniert leider nicht.<br />
<br />
Dann hab ich ohne einen Bereich einfach mal in die CSS Datei:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">body{cursor:crosshair};a:hover{cursor:crosshair;}</code><hr />
</div>geschrieben.<br />
<br />
Funktioniert leider auch nicht.<br />
<br />
Kann mir jemand sagen was ich da falsch mache?</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>!lkay</dc:creator>
			<guid isPermaLink="true">css-100/cursor-crosshair-wie-funktioniert-das-16152</guid>
		</item>
		<item>
			<title>CSS bewerten + Verbesserungsvorschläge</title>
			<link>css-100/css-bewerten-verbesserungsvorschlaege-15650?goto=newpost</link>
			<pubDate>Thu, 16 Aug 2012 12:24:20 GMT</pubDate>
			<description><![CDATA[Hey, ich habe angefangen CSS zu lernen und mache nun mein erstes "ernsthaftes" Projekt und wollte fragen wie euch das Design gefällt & was ich noch...]]></description>
			<content:encoded><![CDATA[<div>Hey, ich habe angefangen CSS zu lernen und mache nun mein erstes &quot;ernsthaftes&quot; Projekt und wollte fragen wie euch das Design gefällt &amp; was ich noch besser machen kann. Es geht dabei um einen Itemshop für Onlinegames wie z.B. Minecraft.<br />
<br />
LG<br />
<br />
<img src="https://u-img.net/img/2306Ht.png" border="0" alt="" /></div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">css-100/css-bewerten-verbesserungsvorschlaege-15650</guid>
		</item>
		<item>
			<title>3D CSS Text Generator</title>
			<link>css-100/3d-css-text-generator-15346?goto=newpost</link>
			<pubDate>Fri, 03 Aug 2012 16:46:16 GMT</pubDate>
			<description>Hey, vor ein paar Tagen durch Zufall gefunden, 
finde es persönlich echt hilfreich. 
 
Evtl. kann es jemand gebrauchen / kannte es noch nicht. 
LG 
...</description>
			<content:encoded><![CDATA[<div>Hey, vor ein paar Tagen durch Zufall gefunden,<br />
finde es persönlich echt hilfreich.<br />
<br />
Evtl. kann es jemand gebrauchen / kannte es noch nicht.<br />
LG<br />
<br />
<a href="http://www.3dcsstext.com/" target="_blank" rel="nofollow">3D CSS Text Generator</a></div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Snees</dc:creator>
			<guid isPermaLink="true">css-100/3d-css-text-generator-15346</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Windows-Style Fenster]]></title>
			<link>css-100/css-windows-style-fenster-15135?goto=newpost</link>
			<pubDate>Sat, 28 Jul 2012 19:38:33 GMT</pubDate>
			<description>Hoi! 
 
Brauchte das für ein eigenes meiner kleineren Projekte. Eventuell kann ja der ein oder andere damit was anfangen :) 
 
Screenshot: 
 
Bild:...</description>
			<content:encoded><![CDATA[<div>Hoi!<br />
<br />
Brauchte das für ein eigenes meiner kleineren Projekte. Eventuell kann ja der ein oder andere damit was anfangen :)<br />
<br />
Screenshot:<br />
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b>:<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
<br />
<a style="font-weight:bold;text-decoration:none;" target="blank" href="http://img4host.net/upload/2821233850143c3b0f587.png"><img  style="vertical-align:text-bottom;" src="https://u-img.net/img/2542Da.png"> BILD ANZEIGEN </a> <a style="font-size:10px;text-decoration:none;" href="http://u-hacks.net/news-und-ankuendigungen-4/erlaubte-imagehoster-17046/" target="blank"> [Warum wird das Bild nicht angezeigt?]</a><br />

</div>
</div>
</div><br />
<br />
Die komplette Box ist von der Breite und Höhe her anpassbar. Wird automatisch mitwachsen (kann man also auch per JavaScript resizable machen!).<br />
<br />
Die Box an sich hab ich mit ein paar &quot;Extras&quot; ausgeschmückt. Dazu zählt das Icon, der Closed-Button sowie unten der blaue Bereich (Footer). Diese Teile sind im Code folgendermaßen beschrieben:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><i><span style="color:#000080">&lt;!-- Icon --&gt;</span></i><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;windowsBoxIcon&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;img/icon.png&quot;</span> alt=<span style="color:#0000FF">&quot;Icon&quot;</span> title=<span style="color:#0000FF">&quot;Icon&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<i><span style="color:#000080">&lt;!-- Button --&gt;</span></i><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;closeButton&quot;</span>&gt;</span>x<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<i><span style="color:#000080">&lt;!-- Blauer Bereich unten (Footer) --&gt;</span></i><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;footer&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span></code><hr />
</div>Diese kann man ohne Probleme rausnehmen. Die Box an sich wird dadurch nicht verändert.<br />
<br />
(Da der U-Hacks Attachment Upload ja noch immer nicht funktioniert.. Hier der Link):<br />
<br />
<a href="http://lh.rs/hX0DWmsHHhrb" target="_blank" rel="nofollow">win_window.rar - Localhostr</a><br />
<br />
MfG</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Comu</dc:creator>
			<guid isPermaLink="true">css-100/css-windows-style-fenster-15135</guid>
		</item>
		<item>
			<title>Wordpress Theme Abstand verändern</title>
			<link>css-100/wordpress-theme-abstand-veraendern-10081?goto=newpost</link>
			<pubDate>Sun, 01 Apr 2012 17:24:54 GMT</pubDate>
			<description>Hey! 
Ich habe einen Wordpress Blog mit dem Design Trendy, also das hier: WordPress Deutschland Themepool » Trendy (http://themes.wpde.org/trendy/)...</description>
			<content:encoded><![CDATA[<div>Hey!<br />
Ich habe einen Wordpress Blog mit dem Design Trendy, also das hier: <a href="http://themes.wpde.org/trendy/" target="_blank" rel="nofollow">WordPress Deutschland Themepool » Trendy</a><br />
Auf dem Screen sieht man dass der Inhalt zentriert ist und links und rechts viel Abstand vom Bildschirmrand da ist (die schwarzen Streifen). <br />
Diese schwarzen Streifen will ich kleiner machen, damit der Inhalt mehr Platz hat (also breiter wird). <br />
<br />
Ich weiß dass ich das in der CSS Datei ändern muss. Hab auch schon bisschen probiert aber habs noch nicht geschafft :/<br />
<br />
Kann mir vielleicht jemand helfen? <br />
Die gesamte Seite ist im div Container &quot;container&quot;. <br />
Die CSS Datei: <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><br />
/*<br />
Theme Name: Trendy<br />
Theme URI: http://benediktrb.de<br />
Description: Trendy von &lt;a href=&quot;http://benediktrb.de&quot;&gt;Benedikt&lt;/a&gt;<br />
Version: 1.0<br />
Author: Benedikt Rieke-Benninghaus<br />
*/<br />
<br />
/* ------------------------------------------------------------------------------- Definitions */<br />
<br />
* {margin: 0; padding: 0; border: none; outline:none;}<br />
<br />
body { <br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #121212 url(images/background.gif) repeat-x top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: &quot;Arial&quot;, Lucida Grande, Verdana, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 80%;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  color: #FFFFFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: left;<br />
}<br />
<br />
<br />
h1,h2,h3,h4,h5,h6 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: &quot;Arial&quot;, Verdana, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  padding:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  color:#F5F5F5;<br />
}<br />
<br />
a:link, a:visited { color: #6D9212; text-decoration: none;}<br />
<br />
a:hover, a:active {color: #A4D03B; text-decoration: underline;}<br />
<br />
.nodisplay {left: -5000px; position: absolute;}<br />
<br />
p, ul, ol {line-height: 23px;}<br />
<br />
ol, ul {list-style-type: square; padding:5px 0 0 20px}<br />
<br />
<br />
/* -------------------------------------------------------------------------------- Containerproperties */<br />
#container {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:transparent;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:768px;<br />
}<br />
<br />
#header {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #1E1E1E url(images/logo.gif) no-repeat top center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 143px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:768px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0; padding: 0;<br />
}<br />
<br />
#menu {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:768px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:50px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #1E1E1E url(images/button_bg.gif) no-repeat top center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: left;<br />
}<br />
<br />
#buttons {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:768px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:29px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #1E1E1E url(images/u_head.gif) no-repeat top center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: right;<br />
}<br />
<br />
#content {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: transparent url(images/corner.jpg) no-repeat top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  width: 500px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:15px;<br />
}<br />
<br />
#navigation {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  float: right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 8px 8px 8px 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  width: 200px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: 1.5em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline;<br />
}<br />
<br />
#footer {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #1E1E1E url(images/footer.jpg) no-repeat top center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 45px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:768px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0; padding: 0;<br />
}<br />
<br />
<br />
/* ------------------------------------------------------------------------------------------- Header */<br />
<br />
#header h1 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#fff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 36px 0 0 70px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:2.5em;<br />
}<br />
<br />
#header h1 a, #header h1 a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#fff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
}<br />
<br />
#menu ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 8px 0 0 50px;<br />
}<br />
#menu li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 10px 0 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline;<br />
}<br />
#menu li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #B8D518;<br />
}<br />
#menu li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-top:3px solid #C6E51E;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #D3F519;<br />
}<br />
<br />
#buttons ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:11px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 2px 10px 0 0;<br />
}<br />
#buttons li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: transparent url(images/rss.gif) no-repeat 0px 50%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 10px 0 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline;<br />
}<br />
#buttons li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #fff;<br />
}<br />
#buttons li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #EFEFEF;<br />
}<br />
<br />
/* ------------------------------------------------------------------------------------- right Sidebar */<br />
<br />
<br />
#navigation h2 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 5px 0 8px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 0 4px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #F5F5F5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 2px solid #A7D23F;<br />
}<br />
<br />
#navigation ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 0 20px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style: none;<br />
}<br />
<br />
#navigation ul li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline;<br />
}<br />
<br />
#navigation li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style: none;<br />
}<br />
<br />
#navigation ul li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 4px 0 4px 30px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:transparent url(images/bull.gif) no-repeat 10px 50%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #fff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none;<br />
}<br />
<br />
<br />
#navigation ul li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:#1A1A1A url(images/bull_h.gif) no-repeat 10px 50%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #fff;<br />
}<br />
<br />
#navigation .box {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:10px 0 10px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:8px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: transparent url(images/navi.gif) no-repeat top left;<br />
}<br />
<br />
/* --------------------------------------------------------------------------------------- Content Area */<br />
<br />
.article {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 25px 0 0 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:15px;<br />
} <br />
<br />
.headline {<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear:both;<br />
}<br />
<br />
.article h2 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 0 10px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 22px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom:1px dotted #fff;<br />
}<br />
<br />
<br />
.article h2 a:link, <br />
.article h2 a:visited {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#F5F5F5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 4px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none;<br />
}<br />
<br />
.article h2 a:hover, <br />
.article h2 a:active {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #E6E6E6;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 4px;<br />
}<br />
<br />
.comments {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 4px 4px 4px 33px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: transparent url(images/comments.gif) no-repeat 5px 50%;<br />
}<br />
<br />
#content .postmetadata, <br />
#content .thecontent {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 15px 0 0 0;<br />
}<br />
<br />
#content .postmetadata {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #121212 url(images/postmeta.gif) no-repeat top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  width: 485px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:44px; <br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:10px 0 15px 0;<br />
}<br />
#content .postmetadata p{<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:11px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:10px;<br />
}<br />
<br />
#content .postmetadata p a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000;<br />
}<br />
#content .postmetadata p a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#3D4141;<br />
}<br />
<br />
#content blockquote {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #121212 url(images/quote.gif) no-repeat top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  padding: 0 0 0 45px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  margin: 5px 5px 5px 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; min-height:40px;<br />
}<br />
<br />
#content code {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #121212 url(images/code.gif) no-repeat top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  padding: 0 0 0 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  margin: 5px 5px 5px 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; min-height:40px;<br />
}<br />
<br />
.searcherg {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  padding: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  margin: 5px 5px 5px 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  border-left: 4px solid #84A439;<br />
}<br />
<br />
/* ----------------------------------------------------------------------------------------- Content Icons */<br />
<br />
.goon {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: transparent url(images/link.gif) no-repeat 0px 50%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0 0 0 15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
}<br />
<br />
.thecontent {<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear:both;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 15px 0 0 0;<br />
}<br />
<br />
.thecontent p{<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 10px 0 0 0;<br />
}<br />
<br />
/* ------------------------------------------------------------------------------------- Comment Area */<br />
<br />
.comment {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 40px 0 0 0;<br />
}<br />
<br />
.comment h3 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#fff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 20px;<br />
}<br />
<br />
.comment h4 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#fff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 15px 0 10px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 0 0 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 20px;<br />
}<br />
<br />
.service {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 0 20px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 3px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #1A1F28;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
}<br />
<br />
.comment input,textarea {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  margin: 2px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  padding: 4px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  background: #2F2F2F;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  color: #BFBFBF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  border: 2px solid #252525;<br />
}<br />
<br />
.comment textarea {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  width: 80%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  height: 150px;<br />
}<br />
<br />
.comment input:focus,<br />
.comment textarea: focus {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  background: #141414;<br />
}<br />
<br />
.comment input[type=submit] {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  font-weight: bold;<br />
}<br />
<br />
.comment ol.commentlist {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  margin: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  padding: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  list-style-type: none;<br />
}<br />
<br />
.comment ol.commentlist li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  margin: 7px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  padding: 10px;<br />
}<br />
<br />
.kommentar {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 4px 0 2px 6px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 5px 0 5px 5px;<br />
}<br />
<br />
.gravatar {<br />
&nbsp; &nbsp; &nbsp; &nbsp; max-width: 50px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; max-height: 50px;<br />
}<br />
<br />
/* ------------------------------------------------------------------------------------------------ Footer */<br />
<br />
#footer p { <br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #fff;<br />
}<br />
<br />
<br />
/* ------------------------------------------------------------------------------------------------------- */</code><hr />
</div></div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Essah</dc:creator>
			<guid isPermaLink="true">css-100/wordpress-theme-abstand-veraendern-10081</guid>
		</item>
		<item>
			<title>Mybb Logo verschieben</title>
			<link>css-100/mybb-logo-verschieben-7228?goto=newpost</link>
			<pubDate>Wed, 15 Feb 2012 08:45:01 GMT</pubDate>
			<description>Hallo User, 
 
ich hatte da eine frage. Wie verschiebe ich das logo also die img, auf der richtigen stelle. 
 
 
Also das logo von mybb Forum, ist...</description>
			<content:encoded><![CDATA[<div>Hallo User,<br />
<br />
ich hatte da eine frage. Wie verschiebe ich das logo also die img, auf der richtigen stelle.<br />
<br />
<br />
Also das logo von mybb Forum, ist sagen wir auf diese Stelle<br />
<br />
<br />
 ............     Stelle <br />
<br />
Aber soll auf dieser stelle stehen <br />
<br />
    ..................         Stelle wie mache ich das</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Kosi</dc:creator>
			<guid isPermaLink="true">css-100/mybb-logo-verschieben-7228</guid>
		</item>
		<item>
			<title><![CDATA[[CSS] Unterseiten einbinden]]></title>
			<link>css-100/css-unterseiten-einbinden-4044?goto=newpost</link>
			<pubDate>Mon, 02 Jan 2012 16:19:56 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
Ich suche hilfe bei folgenden: 
 
Ich habe den CSS code: 
 
 
HTML: 
--------- 
<div id="design">]]></description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
Ich suche hilfe bei folgenden:<br />
<br />
Ich habe den CSS code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;design&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;h1 class=<span style="color:#0000FF">&quot;hptitle&quot;</span>&gt;</span>Bazs-Production<span style="color:#000080">&lt;/h1&gt;</span><br />
<span style="color:#000080">&lt;h2 class=<span style="color:#0000FF">&quot;slogan&quot;</span>&gt;</span>Rappenlernen leicht gemacht!.<span style="color:#000080">&lt;/h2&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;menu&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;menu_items&quot;</span>&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Home.htm&quot;</span>&gt;</span>»&nbsp; Startseite<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/2011-Rap-Tutorials.htm&quot;</span>&gt;</span>»&nbsp; 2011 Rap Tutorials<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Kontakt.htm&quot;</span>&gt;</span>»&nbsp; Kontaktformular<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Forum/index.htm&quot;</span>&gt;</span>»&nbsp; Forum<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Login.htm&quot;</span>&gt;</span>»&nbsp; Login<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;box&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;btop&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;bbg&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;h1&gt;</span>Navigation<span style="color:#000080">&lt;/h1&gt;</span><br />
<span style="color:#000080">&lt;h2&gt;</span>Bitte wählen<span style="color:#000080">&lt;/h2&gt;</span><br />
<span style="color:#000080">&lt;br /&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;box_items&quot;</span>&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Home.htm&quot;</span>&gt;</span>»&nbsp; Startseite<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/2011-Rap-Tutorials.htm&quot;</span>&gt;</span>»&nbsp; 2011 Rap Tutorials<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Kontakt.htm&quot;</span>&gt;</span>»&nbsp; Kontaktformular<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Forum/index.htm&quot;</span>&gt;</span>»&nbsp; Forum<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Login.htm&quot;</span>&gt;</span>»&nbsp; Login<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;br /&gt;</span><br />
<span style="color:#000080">&lt;h1&gt;</span>Neuigkeiten<span style="color:#000080">&lt;/h1&gt;</span><br />
<span style="color:#000080">&lt;h2&gt;</span>Aktuelles<span style="color:#000080">&lt;/h2&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>Homepage endlich Online !!!!!<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;br /&gt;</span><br />
<span style="color:#000080">&lt;h1&gt;</span>Partner<span style="color:#000080">&lt;/h1&gt;</span><br />
<span style="color:#000080">&lt;h2&gt;</span>von Homepage<span style="color:#000080">&lt;/h2&gt;</span><br />
<span style="color:#000080">&lt;br /&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;box_items&quot;</span>&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>»&nbsp; Partner 1<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>»&nbsp; Partner 2<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>»&nbsp; Partner 3<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>»&nbsp; Partner 4<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://bazs-production.de.tl/Bewirb-dich-ar--ar-.htm&quot;</span>&gt;</span>»&nbsp; Bewirb dich!!<span style="color:#008000">&lt;/a&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;br /&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;bbottom&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;ctop&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;subpage&quot;</span>&gt;</span><span style="color:#000080">&lt;h1&gt;</span>Bazs-Production<span style="color:#000080">&lt;/h1&gt;</span><span style="color:#000080">&lt;/div&gt;</span></code><hr />
</div><br />
und nun suche ich dafür den Code für Unterseiten.<br />
<br />
Es gibt bei <b><font color="Red">2011 Rap Tutorials</font></b> Unterseiten, die ich gern nachdem man dort drauf geht  auch sieht.<br />
<br />
könnte einer den einfügen oder mir den code schicken und mir schreiben wo der rein soll?<br />
<br />
wäre nett.<br />
<br />
lg Bazs</div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Bazs</dc:creator>
			<guid isPermaLink="true">css-100/css-unterseiten-einbinden-4044</guid>
		</item>
		<item>
			<title>U-Hacks-Logo in CSS3</title>
			<link>css-100/u-hacks-logo-in-css3-1629?goto=newpost</link>
			<pubDate>Thu, 01 Dec 2011 21:31:53 GMT</pubDate>
			<description>HHatte die Fonts nicht da und hab irgendwelche passenden rausgesucht um weiterarbeiten zu können, wenn UH will, können die das ja tauschen, mach...</description>
			<content:encoded><![CDATA[<div>HHatte die Fonts nicht da und hab irgendwelche passenden rausgesucht um weiterarbeiten zu können, wenn UH will, können die das ja tauschen, mach Anpassungen leichter, zusätzliche Effekte können mal eben mit 2 Zeilen Code eingebaut werden etc., find ich ne edlere Lösung als ein Bild...<br />
<br />
Btw. ich weiß das da bei dem 'U-Hacks' ein Vertical Radial fehlt, der wird aber noch nicht unterstützt in Firefox, nur in irgendnem anderen Browser, also wayne... werde das später dann evtl. anpassen<br />
<br />
Vorschau (nur für Mozilla, kb mehr gehabt die anderen Tags da einzufügen):<br />
<a href="http://k-scene.net/uhlogo/" target="_blank" rel="nofollow">http://k-scene.net/uhlogo/</a><br />
<br />
Quelltext:<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</span><br />
<span style="color:#000080">&lt;html xmlns=<span style="color:#0000FF">&quot;http://www.w3.org/1999/xhtml&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;style type=<span style="color:#0000FF">&quot;text/css&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; #bg{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; background: -moz-radial-gradient(171px 30px, cover, #53626D, #374148);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:400px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:122px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; box-shadow:inset -5px -5px 1px #17191A, inset -10px -10px 1px #31393E,&nbsp; inset -12px -12px 1px #333536;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; #uhBox{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; padding:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margin:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; background: -moz-radial-gradient(50% 50%, cover, #FFF, #888888);&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:50px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:50px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:50px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; box-shadow:inset -1px -1px 5px #FFF,&nbsp; 1px 1px 6px #000;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: Letters, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-size:2.2em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #uhBox #uLetter{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:-3px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:3px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; color:#2E2E2E;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-shadow:&nbsp; -1px -1px 1px #000,1px -1px 1px #6F6F6F;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; #uhBox #hLetter{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:27px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; color:#D28DE9;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-shadow:&nbsp; -1px -1px 1px #825990,1px -1px 1px #FFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #u{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: UHLogo, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-size:2.8em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:85px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:35px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-shadow:&nbsp; 3px 3px 1px #000, -3px -3px 1px #000, -3px 3px 1px #000, 3px -3px 1px #000, 3px 3px 5px #000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; color:#999999;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #hacks{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: UHLogo, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-size:2.8em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:35px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:140px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; color:#CE8AE5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-shadow:&nbsp; 3px 3px 1px #000, -3px -3px 1px #000, -3px 3px 1px #000, 3px -3px 1px #000, 3px 3px 5px #000;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #net{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: net, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:68px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:285px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; color:#A4A4A4;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-shadow: 3px 3px 3px #000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #v2{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: UHLogo, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:285px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:39px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; color:#C89FD7;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-shadow: 3px 3px 2px #000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #gradientline{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; background: -moz-radial-gradient(50% 50%, farthest-side, rgba(247,209,255,255), rgba(0,0,0,0));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:250px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:7px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:111px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:75px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #motto{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: motto, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-size:0.8em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; color:white;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-weight:lighter;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:85px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:96px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-shadow: 3px 3px 1px #000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; @font-face{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: Letters;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src: url('http://k-scene.net/uhlogo/imagine_font.ttf');<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; @font-face{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: UHLogo;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src: url('http://k-scene.net/uhlogo/uhacks-DustHomeMedium.ttf');<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; @font-face{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: net;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src: url('http://k-scene.net/uhlogo/dotnet-Cyrivendell.ttf');<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; @font-face{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: v2;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src: url('http://k-scene.net/uhlogo/dotnet-Cyrivendell.ttf');<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; @font-face{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: motto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src: url('http://k-scene.net/uhlogo/motto-visitor1.ttf');<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;/style&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/head&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;body&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;bg&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;uhBox&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;uLetter&quot;</span>&gt;</span>U<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;hLetter&quot;</span>&gt;</span>H<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;u&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; U-<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;hacks&quot;</span>&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HACKS<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;net&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .net<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;v2&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; V2<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;motto&quot;</span>&gt;</span>No #1 HACKING SOURCE | UNITED TO HACK<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;gradientline&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div></div>

]]></content:encoded>
			<category domain="css-100">CSS</category>
			<dc:creator>Sky.NET</dc:creator>
			<guid isPermaLink="true">css-100/u-hacks-logo-in-css3-1629</guid>
		</item>
	</channel>
</rss>
