#~~~~css~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# /* ~~~~~~~~~~~~~~xForum Styles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* Baum und Teilbaumdarstellung */ .ulli li{ padding: 0.1em; } /* Führender Listeneintrag in einem Thread */ .rootli{ /* bullet */ list-style-type: square; color: #369; } /* Unter einem Thread liegende Listeneinträge */ .subli{ /* bullet */ list-style-type: circle; color: #369; } /* a-Tags ohne Verwendung */ .idle{ text-decoration: none; color: navy; } /* Gelesen Ungelesen */ .dejavu{ text-decoration: none; color: gray; } /* Die gerade angeklickte Nachricht */ .current{ color: green; } /* Throbber Grafic */ .throbber{ opacity: 0.5; background: url(http://rolfrost.de/astro/load.gif) center fixed no-repeat; } /* Headline h3 zum Einbinden Forum */ #main_index{ cursor: pointer; padding-top: 1em; } /* Hervorhebung Eingabefeldbeschriftung */ tr.preemphasis{ background-color: #369; color: white; } /* Tabelle f. Eingabeforumular */ .formtable{ width: 100%; } .formtable th{ text-align: left; padding: 0.3em; } /* Tabellenzelle in der sich die Buttons befinden */ .buttoncell{ text-align: center; } /* Button f. Senden */ #put_button{ width: 40%; cursor:pointer; border-style: solid; border-width: thin; padding: 0.2em; color: white; background-color: #369; height: 2.2em; } /* Button f.Vorschau */ #pre_button{ width: 40%; cursor:pointer; border-style: solid; border-width: thin; padding: 0.2em; color: white; background-color: #369; height: 2.2em; } /* Hier steht die Nachricht */ .mesg{ color: navy; background-color: WHITE; border-style: solid; border-width: thin; padding: 7px; border-color: #D5D8E6; word-spacing: -0.3em; font-family : "Courier New", Courier, monospace; max-width: 100%; } #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# #~~~~html~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#