Damit dieser Thread nicht in Vergessenheit gerät, hier mal wieder ein neues Theme von mir. *g*

Demoscreens | 1 | 2 | 3 | 4

Besonderheiten:
  1. Ich habe den aus meiner Sicht überflüssigen "Wie geht es dir?"-Link ausgeblendet (ich benutze dieses Feature nicht).
  2. Unter den Beiträgen habe ich das "Zum Seitenanfang" ausgeblendet.
  3. Das ganze Runde Knuddelsgedöhns mit Logo und Maskottchen ist nicht dabei, sondern nur das eigentliche Forum.
  4. Schatten funktionieren (so wie ich sie eingebaut habe) nur im Firefox-Browser.
  5. Das Theme liefert euch gleich den Bugfix für die fehlerhafte Anzeige von Smileys in der Vorschau (#2056951).

Code:
Warnung! Spoiler! (Code)
Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("forum.knuddels.de") {
  /* Farbverlauf im Hintergrund entfernen */
  body, html { background: #c9c1f4 !important; }

  /* Layout strecken */
  #kbody { width: 70% !important; margin: 25px auto !important; }
  table[width="95%"] { width: 100% !important; }

  /* Header entfernen */
  #khd { display: none !important; }

  /* Hintergrund im Hauptabschnitt entfernen */
  #bd1, #bd2, #bd3 { background: none !important; }

  /* Äußeren Footer entfernen */
  #ft { display: none; }

  /* Navigationslinks nicht unterstreichen */
  a:hover, a:active { text-decoration: none !important; }

  /* Schriftart */
  .form { font-family: verdana !important; }
  textarea { font-family: courier new !important; }

  /* outline */
  :focus { outline: none !important; }

  /* Smileyausrichtung in der Vorschau (Bugfix) */
  #preview_area img { vertical-align: bottom; }

  /* Einrückung des Willkommens-Textes */
  #content div:first-of-type { text-indent: -2.5%; }
  table div { text-indent: 0 !important; }

  /* Stimmungs-Feature ausblenden */
  span[title="Stimmung ändern"] { display: none; }

  /* Themespezifische Eigenschaften */
  .breadcrumbs, .tdheader, .inline_selector { background: #d0c7ff !important; }
  .subjecttable { background: #9a91d2 !important; }
  a:link, a:visited, a:hover, a:active, .tdheader { color: #473b94 !important; }
  .date { color: #3319bf !important; }
  .footer, .author-content, .markup_panel { background: #dedfdf !important; }
  .footer table td { padding: 3px 5px 2px 5px !important; }
  .forumtitle { color: #473b94 !important; }
  .author-content { border-bottom: 1px solid #ccc !important; }
  .post-content { border-left: 1px solid #ccc !important; }
  .post_top_link, .post-options { display: none; }
  .t_outer { -moz-box-shadow: 0 0 5px #aaa; }
  .markup_panel_normal_button { background: #ccc !important; }
  .markup_panel_hover_button { background: #bbb !important; }
  .subjecttable .post-buttons { background: #bab4e0 !important; }
  .subjecttable  .post-buttons:hover { background: #aea7db !important; }
  .newsubjecttable { background: #faa !important; }
  .newsubjecttable .post-buttons { background: #fcc !important; }
  .newsubjecttable .post-buttons:hover { background: #fdd !important; }
  .newsubjecttable .post-buttons a { color: #a00 !important; }
  .new-newintopic, .new-topicicon, .new-topicsubject, .new-topicreplies, .new-topicviews, .new-topictime { background: #fdd !important; }
  .new-alt-newintopic, .new-alt-topicicon, .new-alt-topicsubject, .new-alt-topicreplies, .new-alt-topicviews, .new-alt-topictime { background: #fcc !important; }
  .controlcontainer td { padding-left: 6px !important; padding-right: 6px !important; }
  .author-content a, .navigation a { text-shadow: 0 1px 1px #aaa; }
  .modname { color: #080 !important; }
  .adminname { color: #a00 !important; }
}

Die aktuelle Stylishversion...
... gibt es hier kostenlos zum Download. ;-)

Viel Spaß damit.