leggi tutto: allineamentoSostiturndo il codice ultimo che mi hai detto Mi ha allineato ancora un altra immagine

(il leggi tutto con l'immagine di albarella danza) grazie

))

Ne Mancano due, pink e lo stage steve lachance
leggi tutto: questione colore:ho visto dove devo cambiare il colore (ho provato con firebug - scoperto oggi

)
ma non so dove trovare questo testo. sembrerebbe dentro a colors.css.php
ma facendo + f sul file colors.css.php non lo trova, dove trovo questo testo?
ti lo allego cosa ho trovato con firebug (è dal primo post che cerco di modificarlo ma non so come

(
Uploaded with
ImageShack.us Ti incollo il codice dove parla dei collegamenti di questo file.css.php
/* BUTTONS, LINKS & FORM ELEMENTS ------------------------------*/
.button,
button,
.btn,
.btn:hover,
.btn-primary,
.btn.disabled,
.btn[disabled],
.ct_buttonYellow,
.ct_buttonRed,
.ct_buttonBlue,
.ct_buttonGreen,
.ct_buttonPink,
.ct_buttonBlack,
.ct_buttonWhite,
.ct_buttonAccent,
#errorboxoutline a,
ul.pagenav li a,
.ct_pagination > div,
[class^='icon-']:before,
[class*=' icon-']:before,
.input-append .add-on,
.input-prepend .add-on {
color: ".$buttonTextColor.";
}
.button,
button,
.btn,
.btn:hover,
.btn-primary,
.btn.disabled,
.btn[disabled],
#errorboxoutline a {
background: url(../images/bg_btn.png) no-repeat right;
background: ".$accentColor.";
background: url(../images/bg_btn.png) no-repeat right, -moz-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: url(../images/bg_btn.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, ".$accentGradientLight."), color-stop(100%, ".$accentGradientDark."));
background: url(../images/bg_btn.png) no-repeat right, -webkit-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: url(../images/bg_btn.png) no-repeat right, -o-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: url(../images/bg_btn.png) no-repeat right, -ms-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: url(../images/bg_btn.png) no-repeat right, linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
-pie-background: url(".$templateUrl."/images/bg_btn.png) no-repeat right, linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
}
.btnPlain,
.btnPlain:hover,
.btn.disabled.btnPlain,
.btn[disabled].btnPlain,
.btn.disabled.btnPlain:hover,
.btn[disabled].btnPlain:hover,
.btn-mini,
.btn-mini:hover,
ul.pagenav li a,
.ct_PaginationStart,
.ct_PaginationPrevious,
.ct_PaginationNext,
.ct_PaginationEnd,
.ct_PaginationPageActive,
.dropdown-toggle,
.dropdown-toggle:hover,
.content_vote input.button,
.ct_buttonAccent,
.input-append .add-on,
.input-prepend .add-on,
.input-prepend .btn,
.input-append .btn,
.input-prepend.input-append .btn {
background: ".$accentColor.";
background: -moz-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, ".$accentGradientLight."), color-stop(100%, ".$accentGradientDark."));
background: -webkit-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: -o-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: -ms-linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
background: linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
-pie-background: linear-gradient(top, ".$accentGradientLight." 0%, ".$accentGradientDark." 100%);
}
.ct_buttonYellow
{
color: #777 !important;
background-color: #ffe400;
background: -moz-linear-gradient(top, #ffe400 0%, #af9417 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe400), color-stop(100%,#af9417));
background: -webkit-linear-gradient(top, #ffe400 0%,#af9417 100%);
background: -o-linear-gradient(top, #ffe400 0%,#af9417 100%);
background: -ms-linear-gradient(top, #ffe400 0%,#af9417 100%);
background: linear-gradient(top, #ffe400 0%,#af9417 100%);
-pie-background: linear-gradient(top, #ffe400 0%, #af9417 100%);
}
.ct_buttonRed
{
background-color: #ed0000;
background: -moz-linear-gradient(top, #ed0000 0%, #9e1815 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed0000), color-stop(100%,#9e1815));
background: -webkit-linear-gradient(top, #ed0000 0%,#9e1815 100%);
background: -o-linear-gradient(top, #ed0000 0%,#9e1815 100%);
background: -ms-linear-gradient(top, #ed0000 0%,#9e1815 100%);
background: linear-gradient(top, #ed0000 0%,#9e1815 100%);
-pie-background: linear-gradient(top, #ed0000 0%, #9e1815 100%);
}
.ct_buttonBlue
{
background-color: #0072ff;
background: -moz-linear-gradient(top, #0072ff 0%, #29487a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072ff), color-stop(100%,#29487a));
background: -webkit-linear-gradient(top, #0072ff 0%,#29487a 100%);
background: -o-linear-gradient(top, #0072ff 0%,#29487a 100%);
background: -ms-linear-gradient(top, #0072ff 0%,#29487a 100%);
background: linear-gradient(top, #0072ff 0%,#29487a 100%);
-pie-background: linear-gradient(top, #0072ff 0%, #29487a 100%);
}
.ct_buttonGreen
{
background-color: #58d000;
background: -moz-linear-gradient(top, #58d000 0%, #477d1d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58d000), color-stop(100%,#477d1d));
background: -webkit-linear-gradient(top, #58d000 0%,#477d1d 100%);
background: -o-linear-gradient(top, #58d000 0%,#477d1d 100%);
background: -ms-linear-gradient(top, #58d000 0%,#477d1d 100%);
background: linear-gradient(top, #58d000 0%,#477d1d 100%);
-pie-background: linear-gradient(top, #58d000 0%, #477d1d 100%);
}
.ct_buttonPink
{
background-color: #ff00ea;
background: -moz-linear-gradient(top, #ff00ea 0%, #af0577 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff00ea), color-stop(100%,#af0577));
background: -webkit-linear-gradient(top, #ff00ea 0%,#af0577 100%);
background: -o-linear-gradient(top, #ff00ea 0%,#af0577 100%);
background: -ms-linear-gradient(top, #ff00ea 0%,#af0577 100%);
background: linear-gradient(top, #ff00ea 0%,#af0577 100%);
-pie-background: linear-gradient(top, #ff00ea 0%, #af0577 100%);
}
.ct_buttonBlack
{
background-color: #000;
background: -moz-linear-gradient(top, #474747 0%, #000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#000));
background: -webkit-linear-gradient(top, #474747 0%,#000 100%);
background: -o-linear-gradient(top, #474747 0%,#000 100%);
background: -ms-linear-gradient(top, #474747 0%,#000 100%);
background: linear-gradient(top, #474747 0%,#000 100%);
-pie-background: linear-gradient(top, #474747 0%, #000 100%);
}
.ct_buttonWhite
{
color: #777 !important;
background-color: #fff;
background: -moz-linear-gradient(top, #fff 0%, #bababa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#bababa));
background: -webkit-linear-gradient(top, #fff 0%,#bababa 100%);
background: -o-linear-gradient(top, #fff 0%,#bababa 100%);
background: -ms-linear-gradient(top, #fff 0%,#bababa 100%);
background: linear-gradient(top, #fff 0%,#bababa 100%);
-pie-background: linear-gradient(top, #fff 0%, #bababa 100%);
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='text'],
select,
textarea {
background: ".$inputColorLight.";
}
input[type='text']:hover,
input[type='password']:hover,
input[type='email']:hover,
input[type='text']:hover,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='text']:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus,
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
-moz-box-shadow: 0px 0px 3px 0px ".$accentColor.", 0px 0px 3px 0px ".$accentColor.", 0px 0px 3px 0px ".$accentColor.";
-webkit-box-shadow: 0px 0px 3px 0px ".$accentColor.", 0px 0px 3px 0px ".$accentColor.", 0px 0px 3px 0px ".$accentColor.";
box-shadow: 0px 0px 3px 0px ".$accentColor.", 0px 0px 3px 0px ".$accentColor.", 0px 0px 3px 0px ".$accentColor.";
}
input.invalid,
select.invalid,
textarea.invalid {
-moz-box-shadow: 0px 0px 3px 0px #ff0000, 0px 0px 3px 0px #ff0000, 0px 0px 3px 0px #ff0000;
-webkit-box-shadow: 0px 0px 3px 0px #ff0000, 0px 0px 3px 0px #ff0000, 0px 0px 3px 0px #ff0000;
box-shadow: 0px 0px 3px 0px #ff0000, 0px 0px 3px 0px #ff0000, 0px 0px 3px 0px #ff0000;
}
.btn-group.open .btn.dropdown-toggle {
background: ".$bodyGradientLight.";
}
.caret {
border-top-color: ".$buttonTextColor.";
}
finito
(non te l'ho incollato tutto, credo sia qui...
Ora conviene che vado a dormire, ieri sera ho cancellato una pagina burlesque cercando di inserire un video

(
Buona notte