Hallo,

hier ein kleines "Theme" für alle, die lieber das alte Forumsdesign weiterhin nutzen wollen. Alles habe ich nicht zurückgesetzt, aber die wesentlichen Dinge.

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

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

  /* Layout strecken */
  #kbody { width: 100% !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 { text-decoration: none !important; }

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


Kroko