versuche die CSS für ein formbuilder contact-formular anzupassen, aber es klappt nicht.
Habe zuerst versucht die css im formbuilder-modul-ordner direkt anzupassen - diese kann jedoch nicht wieder hochgeladen werden (permission denied).
Danach habe ich versucht den Inhalt in die Haupt-CSS (stylesheet.css im root) zu kopieren, hat jedoch auch nicht geklappt.
Wie kann ich die CSS denn anpassen? Oder habe ich was falsch gemacht?
Habe mal den code der stylesheet.css angehängt:
Für eure Hilfe vielen Dank.body { color: #000000;
background-color: #fff;
font-size: 10pt;
font-family: Tahoma;
margin: 10; }
td.nav { color: #000000;
background-color: #fff;
font-size: 10pt;
text-align: center;
font-family: Tahoma }
td.header { color: #000000;
font-size: 10pt;
font-family: Tahoma }
td.label { color: #000000;
background-color: #ccccff;
font-size: 10pt;
font-family: Tahoma }
td.body { color: #000000;
background-color: #ffffff;
font-size: 10pt;
font-family: Tahoma }
td.bodyalt { color: #000000;
background-color: #e9e9e9;
font-size: 10pt;
font-family: Tahoma }
td.footer { color: #000000;
font-size: 10pt;
font-family: Tahoma }
a:link { color: #002060;
text-decoration: none;
font-size: 10pt;
font-family: Tahoma }
a:visited { color: #333333;
text-decoration: none;
font-size: 10pt;
font-family: Tahoma }
a:active { color: #606060;
text-decoration: none;
font-size: 10pt;
font-family: Tahoma }
a:hover { color: #700000;
text-decoration: none;
font-size: 10pt;
font-family: Tahoma }
.good { color: #0033FF;
font-weight: bold }
.bad { color: #CC3300;
font-weight: bold }
div.heading {
background-color: #64879d;
color: #EDF2F5;
padding: 9px;
text-align: left;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}
div.leftsidebar {
float: left;
width: 120px;
background-color: #EDF2F5;
font-size: 12px;
padding: 7px;
border: 1px solid #64879d;
color: #444444;
}
div.thebody {
padding: 5px;
margin-left: 150px;
font-size: 10pt;
font-family: Tahoma;
}
div.bottom {
background-color: #EDF2F5;
border: 1px solid #64879d;
padding: 3px;
text-align: center;
font-size: 11;
}
p.title {
font-size: 14pt;
font-weight: bold;
margin: 0;
}
p.smalltitle {
font-size: 12pt;
font-weight: bold;
margin: 0;
padding: 4px;
background-color: #CCCCCC;
text-transform: uppercase;
}
p.sectionname {
font-weight: bold;
margin: 0;
}
.leftsidebar p.sectionname {
padding-left: 15px;
}
.icons {
text-align: center;
}
/* Sample FormBuilder CSS base */
form {margin-top:900px;}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
margin-bottom:0.5em;
margin-left:1em;
}
fieldset div div {
margin-top:0.5em;
margin-left:1em
}
fieldset {
margin-bottom:1em;
border:1px solid #F60;
padding:0.5em
}
fieldset label {
width:auto;
}
legend {
color:#FFF;
background:#F60;
font-style:italic;
font-size:1.2em;
margin-bottom:0.5em;
padding:0.2em;
width:auto;
border:1px solid #CCC
}
textarea {
margin: 0.5em 0;
width:98%;
height: 6em
}
/* Apply this class to text/select input fields with shorter labels
to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}
/* Pretty up your Captcha image output */
.captcha {
margin:0.5em 0;
width:200px;
text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}
/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}
/* Sample FormBuilder CSS base */
form {margin-top:20%}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
margin-bottom:0.5em;
margin-left:1em;
}
fieldset div div {
margin-top:0.5em;
margin-left:1em
}
fieldset {
margin-bottom:1em;
border:1px solid #F60;
padding:0.5em
}
fieldset label {
width:auto;
}
legend {
color:#000000;
background:#F60;
font-style:italic;
font-size:1.2em;
margin-bottom:0.5em;
padding:0.2em;
width:auto;
border:1px solid #CCC
}
textarea {
margin: 0.5em 0;
width:98%;
height: 6em
}
/* Apply this class to text/select input fields with shorter labels
to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}
/* Pretty up your Captcha image output */
.captcha {
margin:0.5em 0;
width:200px;
text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}
/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}
.contactform input {border: 1px solid #f60;}
.contactform input.checkbox {border: none;}
.contactform label {
display: block;
float: left;
width: 150px;
}
.contactform label.label {
display: inline;
float: none;
width: 50px;
font-size: 10px;
}
.contactform textarea {
background-color: #ffc;
border: 1px solid #f60;
}
.formbuilderform .message {
line-height: 16px;
padding: 0 0 8px 0;
}
vg
pod