BODY { font-family : Arial, Helvetica, sans-serif; margin-left: 30px; margin-right: 30px; margin-top: 50px; margin-bottom: 50px; } /* ~~~~~~~~~~~~~~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-image: url(https://rolfrost.de/astro/fup.gif); color: #369; } .hide{ display: none; } /* a-Tags ohne Verwendung */ .idle{ /* text-decoration: none; */ /* color: blue; */ cursor: pointer; } /* Gelesen Ungelesen */ .dejavu{ text-decoration: none; color: gray; } /* Die gerade angeklickte Nachricht */ .current{ color: navy; font-weight: bold; } /* Throbber Grafic */ .throbber{ opacity: 0.5; background: url(https://rolfrost.de/astro/load.gif) center fixed no-repeat; } /* Headline h3 zum Einbinden Forum */ #main_index{ cursor: pointer; padding-top: 1em; } /* Hervorhebung Eingabefeldbeschriftung */ .formtable 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; } #put_button{ width: 40%; cursor:pointer; border-style: solid; border-width: thin; padding: 0.2em; color: black; background-color: rgb(53,202,102); height: 2.2em; font-weight: bold; } /* Button f.Vorschau */ #pre_button{ width: 40%; cursor:pointer; border-style: solid; border-width: thin; padding: 0.2em; color: black; background-color: rgb(53,202,102); height: 2.2em; font-weight: bold; } /* 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%; } .mesg.current{ color: green; background-color: WHITE; border-color: green; } .legend{ background-color: rgb(53,202,102); color:black; width:99.5%; padding:0.3em; font-weight: bold; } legend{ background-color: rgb(53,202,102); color:black; width:99.5%; padding:0.3em; font-weight: bold; }