MGB Forum
impuls - Druckversion

+- MGB Forum (https://forum.m-gb.org)
+-- Forum: MGB 0.6.x - Veraltete Version (https://forum.m-gb.org/forumdisplay.php?fid=9)
+--- Forum: Fragen (https://forum.m-gb.org/forumdisplay.php?fid=10)
+--- Thema: impuls (/showthread.php?tid=151)



impuls - zzerrburruss - 08.12.2007

hallo
erstmal: Prima Arbeit die Ihr hier macht !

ich habe mich für das Impulse design endschieden (mit eigenem bild) weil es sehr schön und ruhig daher kommt .
an der stelle wo man name , e-mail ... und den eigentlichen text einträgt ist aber alles ein bischen sehr schwarz in schwarz .
ich würde gerne die rahmen der eingabefelder deutlicher machen , welche farbe müsste ich denn wo ändern?
leider bin ich noch blutiger anfänger und find die passende stelle nicht.
Danke ZZ


Re: impuls - mopzz - 08.12.2007

Hallo,

in der style.css im Ordner "css" kannst Du hier die Eingabefelder ändern.
Code:
/* Inputs and boxes (newentry.php) */
input.main_textbox {
    font-family: 'georgia', verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #111111;
    color: slategray;
    border: 1px dashed #222222;
    width: 100%; }
    
input.main_textbox_captcha {
    font-family: 'georgia', verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #111111;
    color: slategray;
    border: 1px dashed #222222;
    width: 60px; }
    
input.main_button {
    background-color: #111111;
    color: slategray;
    border: 1px solid #222222; }
    
input.main_button_bbcode {
    font-family: 'georgia', verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #111111;
    color: slategray;
    border: 1px dashed #222222; }
    
textarea {
    font-family: 'georgia', verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #111111;
    color: slategray;
    border: 1px dashed #222222;
    width: 100%;
    height: 150px; }



Re: impuls - zzerrburruss - 09.12.2007

Danke

DAs hat mir die Sache sehr erleichtert .
Langsam fang ich auch an zu verstehen wie der Hase läuft Lachen