Re: ArtForms CSS File
- reustli
-
Autor
- Neues Mitglied
-
Weniger
Mehr
01 Feb. 2008 09:56 #11620
von reustli
Re: ArtForms CSS File wurde erstellt von reustli
Hallo Zusammen!
Ich habe ein Problem mit meinem ArtForm Formular. Ich kriege es einfach nicht hin, dass die Hintergrundfarbe der Eingabefelder dunkelgrau erscheint. Bleibt immer auf weiss.
Anbei das CSS File.
Ich danke bereits jetzt für Eure Hilfe.
Gruss
reustli
Ich habe ein Problem mit meinem ArtForm Formular. Ich kriege es einfach nicht hin, dass die Hintergrundfarbe der Eingabefelder dunkelgrau erscheint. Bleibt immer auf weiss.
Anbei das CSS File.
Ich danke bereits jetzt für Eure Hilfe.
Gruss
reustli
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- ghosty
-
- Offline
-
Weniger
Mehr
- Beiträge: 2480
01 Feb. 2008 10:00 #11622
von ghosty
ghosty antwortete auf Re: ArtForms CSS File
Hoi Reustli,
könnte vielleicht auch in der Template_css.css hinterlegt sein ...
Gruess
Pete
könnte vielleicht auch in der Template_css.css hinterlegt sein ...
Gruess
Pete
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- reustli
-
Autor
- Neues Mitglied
-
Weniger
Mehr
01 Feb. 2008 10:36 #11623
von reustli
reustli antwortete auf Re: ArtForms CSS File
Hallo Pete
Danke für deine Antwort! War leider nicht in der CSS Datei des Templates zu finden. Die anderen Eingabefelder sind dort grau hinterlegt. Muss doch etwas mit der CSS Datei von ArtForms sein.
Gruss
reustli
Danke für deine Antwort! War leider nicht in der CSS Datei des Templates zu finden. Die anderen Eingabefelder sind dort grau hinterlegt. Muss doch etwas mit der CSS Datei von ArtForms sein.
Gruss
reustli
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- ghosty
-
- Offline
-
Weniger
Mehr
- Beiträge: 2480
01 Feb. 2008 10:39 #11624
von ghosty
ghosty antwortete auf Re: ArtForms CSS File
Hi,
hast Du evt. einen Link um sich das mal vor Ort anzusehen ?
Gruess
Pete
hast Du evt. einen Link um sich das mal vor Ort anzusehen ?
Gruess
Pete
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- reustli
-
Autor
- Neues Mitglied
-
Weniger
Mehr
01 Feb. 2008 10:47 #11626
von reustli
reustli antwortete auf Re: ArtForms CSS File
Ja, unter --ALTER LINK WURDE ENTFERNT-- bei Prospekte bestellen, musst du mal etwas hineinschreiben
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- ghosty
-
- Offline
-
Weniger
Mehr
- Beiträge: 2480
01 Feb. 2008 11:11 #11627
von ghosty
ghosty antwortete auf Re: ArtForms CSS File
Hi ...
in der tat:
Ich tippe so mal im schnell durchflug auf:
#artforms-box .inputboxhtml {
padding:0;
border: 1px solid #404040;
border-left-color: #404040;
border-top-color: #404040;
background: #404040 url(../images/input.png) -3px -3px repeat-x;
oder dann aber hier:
.inputbox {
padding : 2px !important;
padding : 1px;
margin: 3px 0;
font: 1em verdana, arial, sans-serif;
color: #EEE;
background-color: #777;
border: 1px solid #999;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
color: #FFF;
background-color: #999;
Gruess
Pete
in der tat:
Code:
CSS - http://www.gartenreust.ch/cms/index.php?option=com_artforms&formid=1&Itemid=32
* Collapse All
* Expand All
http://www.gartenreust.ch/cms/index.php?option=com_artforms&formid=1&Itemid=32
http://www.gartenreust.ch/cms/components/com_artforms/css/artforms.css
/* Styles for component */
#artforms-box {
width: 100%;
border: 1px solid #404040;
border-left-color: #404040;
border-top-color: #404040;
font-size: 11px;
font-weight: bold;
margin: 0px -4px 0px -4px;
padding: 5px 2px 5px 2px;
}
#artforms-box input,
#artforms-box .inputboxtxt,
#artforms-box fieldset {
padding:0;
border: 1px solid #404040;
border-left-color: #404040;
border-top-color: #404040;
background: #404040 url(../images/input.png) -3px -3px repeat-x;
}
#artforms-box .inputboxhtml {
padding:0;
border: 1px solid #404040;
border-left-color: #404040;
border-top-color: #404040;
background: #404040 url(../images/input.png) -3px -3px repeat-x;
}
#artforms-text {
padding: 5px 5px 5px 5px;
}
#artforms-danktext {
padding-left: 10px;
padding-bottom: 15px;
}
.affieldname {
padding-top:0px;
}
.artformstextarea-html {
padding:0;
margin:0;
}
.artformstextarea-txt {
padding:0;
margin:0;
}
#artforms-box .artforms-date {
width: 145px;
}
#artforms-box .artforms-button {
border: 1px solid #777;
border-left-color: #e4e4e4;
border-top-color: #e4e4e4;
background: transparent url(../images/input.png) -3px -3px repeat-x;
font-size: 12px;
color: #888;
padding:2px 4px 2px 7px;
}
#artforms-box div.artforms-date input.button:hover,
#artforms-box .artforms-button:hover {
border: 1px solid #d6d6d6;
border-left-color: #777;
border-top-color: #777;
background: transparent url(../images/input.png) -3px -3px repeat-x;
font-size: 12px;
color: #333;
padding:2px 4px 2px 6px;
margin:1px 0px -1px 1px;
}
#artforms-box #artforms-reqtext {
margin:5px 0px 5px 0px;
padding:2px 2px 2px 2px;
height:99%;
}
#artforms-box #artforms-buttons {
margin:5px 0px 5px 0px;
padding:2px 2px 2px 2px;
height:99%;
}
#artforms-box #artforms-forminfo {
margin:2px 0px 15px 0px;
padding:1px 2px 2px 2px;
height:99%;
}
#artforms-box #attsysbox {
margin:10px 0px 10px 0px;
padding:0;
height:99%;
}
#artforms-box #afnewsletter {
margin:10px 0px 10px 0px;
padding:0;
height:99%;
text-align: center;
}
#artforms-box .artforms-error {
margin: 10px 0px;
padding: 10px 15px 5px 75px;
height: 55px;
border: 1px solid #cc0000;
background: #ffffcc;
text-align: left;
color: red;
font-weight: bold;
background-image: url(../images/error.png);
background-repeat: no-repeat;
background-position: 10px 50%;
}
#artforms-box .artforms-errorwsize {
margin: 10px 0px;
padding: 10px 15px 5px 75px;
border: 1px solid #cc0000;
background: #ffffcc;
text-align: left;
color: red;
font-weight: bold;
background-image: url(../images/error.png);
background-repeat: no-repeat;
background-position: 10px 50%;
}
#artforms-box .artforms-errorwtype {
margin: 10px 0px;
padding: 10px 15px 5px 75px;
border: 1px solid #cc0000;
background: #ffffcc;
text-align: left;
color: red;
font-weight: bold;
background-image: url(../images/error.png);
background-repeat: no-repeat;
background-position: 10px 18px;
}
#artforms-box .artforms-errorfield {
margin: 2px 0px 2px;
padding: 5px 15px 5px 35px;
border: 1px solid #cc0000;
background: #ffffcc;
text-align: left;
color: red;
font-weight: bold;
background-image: url(../images/minierror.png);
background-repeat: no-repeat;
background-position: 10px 50%;
}
#artforms-box .artforms-errorftxt {
margin: 0px 0px 0px;
padding: 2px 0px 2px 35px;
text-align: left;
color: red;
font-weight: bold;
background-image: url(../images/minierror.png);
background-repeat: no-repeat;
background-position: 10px 50%;
}
#artforms-box .artforms-errorfield {
margin: 2px 0px 2px;
padding: 5px 15px 5px 35px;
border: 1px solid #cc0000;
background: #ffffcc;
text-align: left;
color: red;
font-weight: bold;
background-image: url(../images/minierror.png);
background-repeat: no-repeat;
background-position: 10px 50%;
}
.attfile {
display: block;
}
.aferrorm {
width:100%;
height:44px;
color:#C64934;
font-family:Arial;
font-size:14px;
font-weight:bold;
float:left;
margin:7px 2px 7px 2px;
padding:2px 2px 0px 2px;
text-align:center;
overflow:hidden;
}
.aferrorm img {
margin-bottom:-4px;
padding:0px 3px 0px 3px;
}
.afattastfix {
margin-left:320px;
}
.clear {
clear:both;
}
/* Styles for FrontEnd Recived Forms */
table.adminlist {
background-color: #494949;
margin: 0px;
padding: 0px;
border: 1px solid #ddd;
border-spacing: 0px;
width: 100%;
border-collapse: collapse;
}
table.adminlist th {
margin: 0px;
padding: 6px 4px 2px 4px;
height: 20px;
background: url(../../../administrator/templates/joomla_admin/images/background.jpg);
background-repeat: repeat;
font-size: 9px;
color: #000;
text-align: center;
}
table.adminlist th.title {
text-align: left;
}
table.adminlist th a{
text-align: center;
}
table.adminlist th a:link, table.adminlist th a:visited {
color: #c64934;
text-decoration: none;
}
table.adminlist th a:hover {
text-decoration: underline;
}
table.adminlist tr.row0 {
background-color: #404040;
text-align: left;
}
table.adminlist tr.row1 {
background-color: #FFF;
text-align: left;
}
table.adminlist td {
border-bottom: 1px solid #404040;
padding: 4px;
font-size: 9px;
text-align: center;
}
table.adminlist tr.row0:hover {
background-color: #000000;
}
table.adminlist tr.row1:hover {
background-color: #808080;
}
table.adminlist td.options {
background-color: #494949;
font-size: 5px;
}
select.options, input.options {
font-size: 8px;
font-weight: normal;
border: 1px solid #999999;
}
/* Styles for Highslide */
.highslide-html {
background-color: white;
}
.highslide-html-content {
position: absolute;
display: none;
}
.highslide-loading {
display: block;
text-decoration: none;
padding: 2px;
border: 1px solid black;
background-color: white;
}
.control {
float: right;
/*display: block;*/
/*position: relative;*/
margin: 0 5px;
}
.control:hover {
color: black !important;
}
.highslide-move {
cursor: move;
}
.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}
/* AttFile Styles */
#afattfile .afattfilebox
{
width: 100%;
float: left;
}
#afattfile .afattfilebtnbox
{
width: 28%;
height: 20px;
padding-top: 3%;
float: left;
}
#afattfile .afattfilequeuebox
{
width: 70%;
float: left;
}
#afattfile fieldset
{
border: 1px solid #d6d6d6;
border-left-color: #e4e4e4;
border-top-color: #e4e4e4;
background-image: none;
}
#afattfile legend
{
font-weight: bold;
font-size: 1.2em;
color: #888;
margin: auto;
}
#afattfile label
{
float: left;
text-align: right;
font-size: 1.1em;
}
#afattfile label.error
{
color: #ff0000;
}
#afattfile div.label
{
clear: both;
margin: 0 0 0 0;
padding: 0.1em 0.3em;
}
#afattfile input,
#afattfile select
{
width: 10em;
}
.ajax-loading
{
padding: 50px;
background: url(../images/spinner.gif) no-repeat center;
}
http://www.gartenreust.ch/cms/templates/greenery/css/template_css.css
Ich tippe so mal im schnell durchflug auf:
#artforms-box .inputboxhtml {
padding:0;
border: 1px solid #404040;
border-left-color: #404040;
border-top-color: #404040;
background: #404040 url(../images/input.png) -3px -3px repeat-x;
oder dann aber hier:
.inputbox {
padding : 2px !important;
padding : 1px;
margin: 3px 0;
font: 1em verdana, arial, sans-serif;
color: #EEE;
background-color: #777;
border: 1px solid #999;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
color: #FFF;
background-color: #999;
Gruess
Pete
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- reustli
-
Autor
- Neues Mitglied
-
Weniger
Mehr
01 Feb. 2008 11:41 #11629
von reustli
reustli antwortete auf Re: ArtForms CSS File
Hallo Pete
Vielen Dank für deine Antwort. Es ist nicht zu glauben, aber das war es auch nicht. Ich probiere schon den ganzen Vormittag an diesem Formular herum.
Bei nachfolgendem Inhalt sind ja alle Farben dunkel (es muss ein fast weisses Feld sein)
.inputbox {
padding : 2px !important;
padding : 1px;
margin: 3px 0;
font: 1em verdana, arial, sans-serif;
color: #EEE;
background-color: #777;
border: 1px solid #999;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
color: #FFF;
background-color: #999;
Vielen Dank für deine Antwort. Es ist nicht zu glauben, aber das war es auch nicht. Ich probiere schon den ganzen Vormittag an diesem Formular herum.
Bei nachfolgendem Inhalt sind ja alle Farben dunkel (es muss ein fast weisses Feld sein)
.inputbox {
padding : 2px !important;
padding : 1px;
margin: 3px 0;
font: 1em verdana, arial, sans-serif;
color: #EEE;
background-color: #777;
border: 1px solid #999;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
color: #FFF;
background-color: #999;
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- DietmarH
-
- Neues Mitglied
-
Weniger
Mehr
01 Feb. 2008 12:03 #11630
von DietmarH
DietmarH antwortete auf Re: ArtForms CSS File
Ich weiß jetzt zwar nicht, welche Farben du erreichen willst, aber der Hintergrund steht in --ALTER LINK WURDE ENTFERNT-- Zeile 70 und 80.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- reustli
-
Autor
- Neues Mitglied
-
Weniger
Mehr
01 Feb. 2008 13:44 #11638
von reustli
reustli antwortete auf Re: ArtForms CSS File
Hallo Dietmar!
You are the King! Hat wunderbar geklappt. War in der artforms.css in Zeile 14
Vielen herzlichen Dank!
Gruss
reustli
You are the King! Hat wunderbar geklappt. War in der artforms.css in Zeile 14
Vielen herzlichen Dank!
Gruss
reustli
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- reustli
-
Autor
- Neues Mitglied
-
Weniger
Mehr
01 Feb. 2008 13:45 #11639
von reustli
reustli antwortete auf Re: ArtForms CSS File
Auch dir Pete, herzlichen Dank für die tolle Unterstützung!
Gruss
reustli
Gruss
reustli
Bitte Anmelden oder Registrieren um der Konversation beizutreten.