Back to top

Autore Topic: Modifica Immagine Background  (Letto 6056 volte)

Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Modifica Immagine Background
« il: 11 Set 2012, 11:49:26 »
Salve a tutti, premetto sin da ora che sono un vero e propio principiante, volevo sapere se fosse possibile cambiare i colori di questo template dd_twinturbo_10 da scale di grigi a scale di arancioni, dato che il mio sito dovrebbe essere più arancione possibile.
Grazie mille per le eventuali risposte

adottauncane

  • Visitatore
Re:Modifica Immagine Background
« Risposta #1 il: 11 Set 2012, 12:15:52 »
Ciao CoolSugar89,
benvenuto nel forum  :)
serve un link al sito su cui stai lavorando, se il template non è commerciale.
Altrimenti utilizza Firebug per Firefox che analizza il css del template e vedi dove intervenire.

Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Modifica Immagine Background
« Risposta #2 il: 11 Set 2012, 12:20:58 »

adottauncane

  • Visitatore
Re:Modifica Immagine Background
« Risposta #3 il: 11 Set 2012, 12:37:42 »
Se per background intendi la parte estena al template qui:
    background-color: #252932;    background-image: url("../images/page.png");
Codice: [Seleziona]
#dd-main {    background-attachment: fixed;    background-clip: border-box;    background-color: #252932;    background-image: url("../images/page.png");    background-origin: padding-box;    background-position: 0 0;    background-repeat: repeat;    background-size: auto auto;    cursor: default;    font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;    font-size: 13px;    left: 0;    margin-bottom: 0;    margin-left: auto;    margin-right: auto;    margin-top: 0;    min-height: 100%;    overflow-x: hidden;    overflow-y: hidden;    position: relative;    top: 0;    width: 100%;}template.css (riga 2)


Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Modifica Immagine Background
« Risposta #4 il: 11 Set 2012, 15:12:14 »
Avevo gia provato a modificare il colore da quella riga, ma lo sfondo diventava tutto bianco qualsiasi parametro modificassi, in più ho notato che molte bordature sono indipendenti dallo sfondo e quindo anche riuscendo a modificarlo avrei soltanto altri problemi, ora vi vorrei chiedere se posso usare questo template per il sito della mia agenzia di viaggi: "a4joomla-tillage-free" http://agenziadicool.altervista.org/

adottauncane

  • Visitatore
Re:Modifica Immagine Background
« Risposta #5 il: 11 Set 2012, 16:42:00 »
La riga è quella, forse non ti prende la modifica in remoto...

ora vi vorrei chiedere se posso usare questo template per il sito della mia agenzia di viaggi: "a4joomla-tillage-free" http://agenziadicool.altervista.org/


perché no?  :)

Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Modifica Immagine Background
« Risposta #6 il: 12 Set 2012, 09:47:51 »
 
Citazione
Citazione
   ora vi vorrei chiedere se posso usare questo template per il sito della mia agenzia di viaggi: "a4joomla-tillage-free" http://agenziadicool.altervista.org/


perché no?   

Dato che è in Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License, ho pensato di non poterlo usare.
Ora il problema si ripresenta qui, vado in template Modifica css/grey.css prima riga
Codice: [Seleziona]
body {
background: none;
  color: #445;
Modifico il colore, ma nessun risultato, che faccio?  :'(
Grazie infinite per la tua pazienza e competenza.
« Ultima modifica: 12 Set 2012, 10:08:00 da CoolSugar89 »

adottauncane

  • Visitatore
Re:Modifica Immagine Background
« Risposta #7 il: 12 Set 2012, 11:11:36 »
Ah, per una questione di licenza. Allora controlla, in effetti. È possibile che tu non lo possa usare per un'attività commerciale. Nel caso dovresti trovare il riferimento ad un contributo da versare.

La riga è quella giusta e devi modificare qui:

background-color: transparent;

Metti il colore con 6 numeri al posto di transparent e verifica che prenda la modifica in remoto. Per come è fatto il template però, cambi colore a tutta la pagina e non solo ai bordi esterni.

Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Modifica Immagine Background
« Risposta #8 il: 12 Set 2012, 12:17:24 »
Citazione
Ah, per una questione di licenza. Allora controlla, in effetti. È possibile che tu non lo possa usare per un'attività commerciale. Nel caso dovresti trovare il riferimento ad un contributo da versare.

Sono andato sul sito del produttore http://a4joomla.com/pro-joomla-templates.html, e richiede per la versione pro 19 euro, quindi pagando il template io potrei utilizzarlo anche per la mia agenzia e senza limitazioni di tempo?
 
Citazione
La riga è quella giusta e devi modificare qui:

background-color: transparent;

Metti il colore con 6 numeri al posto di transparent e verifica che prenda la modifica in remoto. Per come è fatto il template però, cambi colore a tutta la pagina e non solo ai bordi esterni.
Non riesco a trovare la riga, ma devo aggiungerla io?
Scusa ancora la mia inettitudine e grazie per l'aiuto.


adottauncane

  • Visitatore
Re:Modifica Immagine Background
« Risposta #9 il: 12 Set 2012, 13:13:10 »
No c'è, ma magari è scritta tutta insieme:
background: con tutti i dati, compreso transparent, devi sostituire a transparent il colore.
color: si riferisce solo al colore del testo.

Per quanto riguarda la licenza credo di sì, ma la parte commerciale sul forum non può essere trattata e discussa.

Codice: [Seleziona]
body {    background-attachment: scroll;    background-clip: border-box;    background-color: transparent;    background-image: none;    background-origin: padding-box;    background-position: 0 0;    background-repeat: repeat;    background-size: auto auto;    color: #444455;}

Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Modifica Immagine Background
« Risposta #10 il: 13 Set 2012, 10:39:47 »
Ancora non riesco a trovare una soluzione ecco il css/template:
Codice: [Seleziona]
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
/*  background:  trasparent ; */
}
/*
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
*/
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

html body span.clr,
html body div.clr,
html body li.clr,
html body dd.clr {background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}
/*----------------------------------------------------- */
body {
  text-align:center;
  font-size:76%;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.5;
  margin:0;
  padding:0;
}
#allwrap {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position:relative;
}
#footerwrap {
  margin: 0 auto;
  padding: 0;
}
#pathway {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
margin: 0px 15px;
padding: 5px 0 0 0;
font-size: 11px;
font-weight: normal;
}
#topmenuwrap {
  margin: 0px 15px 0 15px;
  padding: 0 0 0 0;
  position: relative;
  height:32px;
  z-index:2000;
}
#topmenu {
  text-align: left;
  float: left;
  margin: 0px 0 0 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  height:32px;
  position: relative;
  z-index:1000;
}
#topmenu2 {
  margin: 0px 15px;
  padding: 0 0px 0 0;
  height:20px;
  position: relative;
}
#header {
  margin: 0 15px;
  padding: 0;
  position: relative;
  height:120px;
}
#logo {
  text-align: left;
  float: left;
  display: inline;
  height: 120px;
  width: 250px;
  margin: 0 20px 0 0;
  padding: 0px;
}
#headerright {
  float: right;
  display: inline;
  width: 670px;
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
}
#banner {
  height: 120px;
  margin: 0 0px 0 0;
  padding: 0;
}
#search {
    display: inline;
    float: right;
  width: 170px;
  height: 32px;
  margin: 0;
  padding: 0 0px 0 10px;;
}
#search input.button {
    margin-left:2px;
}
#search input.inputbox {
  padding: 0 0 0 5px;
  height: 20px;
  line-height: 20px;
  width: 150px;
  font-size: 12px;
}
#search div.search {
  background: none;
  padding: 0;
}
#search div.search label {
  display:none;
}
#wrap {
  text-align:left;
  margin:0 0px;
  padding: 0px 0px 15px 0px;
}
#cbody {
margin: 0 0px;
padding: 15px 0 0 0;
}
#content60 {
float:left;
display: inline;
width:560px;
padding: 0;
margin: 0px 15px 0 15px;
}
#content {
  padding: 0 0px 10px 0px;
  border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}
#footer {
margin: 0 15px 0 15px;
padding: 10px 0 10px 0;
font:0.9em Arial,Helvetica,sans-serif;
text-align: center;
position:relative;
}
#sidebar {
float:left;
display: inline;
width:200px;
padding: 0;
margin: 0 15px 0 15px;
}
#sidebar-2 {
float:left;
display: inline;
width:200px;
padding: 0;
margin: 0 15px 0 15px;
}
h1,h2,h3,h4,h5,h6,p,blockquote,dl,address {
margin:0.5em 0;
}
fieldset{
margin: 0.5em 0;
padding: 0.5em 10px;
}
form{
margin: 0;
}
ul, ol {
margin: 0 0 0 1em;
padding: 0 0 0 1em;
list-style-position: outside;
}
li,dd {
margin-left:0em;
padding-left:0;
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
h1 {
  font-size:22px;
  font-family: 'Century Gothic',"Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 3px 0 10px 0;
  text-align: left;
  font-weight:normal;
}
h2 {
font-size:20px;
line-height: 1.3;
font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
letter-spacing: 0px;
font-weight: normal;
text-align: left;
}

#logo h2 {
  line-height: 1.1;
  font-size: 58px;
  font-family:  Georgia, serif;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 15px 0 0 0px;
  padding: 0;
}
h3 {
font-size:1.15em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
#logo h3 {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin: 2px 0 0 0px;
  padding: 0;
}
h4 {
font-size:1.1em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
h5 {
font-size:1.1em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
h6 {
font-size:1em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}

#a4j {
    font-family: Arial, Helvetica, sans-serif;
  margin: 0 15px;
  text-align: center;
  font-size: 0.9em;
  padding: 7px 0 10px 0;
}
/* ==== MODULES =======================================  */
div.moduletable {
margin-bottom:20px;
border:0px #CCC solid;
padding: 0px 0px 0px 0px;
}
div.moduletable h3 {
font-family: 'Times New Roman', Times, serif;
text-align:left;
font-size:15px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 2px;
margin:0 0 0.5em 0;
padding: 0.1em 0 0.1em 0;
}
/* ==== SIDEBAR MODULES =======================================  */
#sidebar div.moduletable {
margin-bottom:20px;
padding: 0px 0px 0px 0px;
}
#sidebar div.moduletable h3 {
font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
text-align:left;
font-size:20px;
text-transform: none;
font-weight: normal;
letter-spacing: 0px;
margin:0 0 0.5em 0;
padding: 0.1em 0 0.1em 0;
}
/* ==== SIDEBAR2 MODULES =======================================  */
#sidebar-2 div.moduletable {
margin-bottom:20px;
padding: 0px 0px 0px 0px;
}
#sidebar-2 div.moduletable h3 {
font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
text-align:left;
font-size:20px;
text-transform: none;
font-weight: normal;
letter-spacing: 0px;
margin:0 0 0.5em 0;
padding: 0.1em 0 0.1em 0;
}
/* ======= FOOTER =======================  */
#footer div.moduletable {
padding: 0 0 0px 0;
margin-bottom: 0;
}
#footer div.moduletable h3 {
  display:none;
}
/* ======= SEARCH =======================  */
#search .moduletable {
  margin: 3px 0 0 0;
  padding: 0 0px 0 0;
  float: right;
}
#search .moduletable h3{
  display:none;
}
/* ======= BANNER =======================  */
#banner div.moduletable {
  margin: 25px 0px 0 0;
  padding: 0;
  float: right;
}
#banner div.moduletable h3{
  display:none;
}
/* ======= Topmenu =========== */
#topmenu div.moduletable h3{
  display:none;
}
#topmenu .moduletable {
margin: 0 0px 0 0;
padding: 0;
float: left;
}
#topmenu .menu {
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#topmenu .menu li a {
  display: block;
  text-decoration: none;
  padding: 7px 14px 5px 14px;
}
#topmenu .menu li {
    float: left;
  padding: 0;
}
/* ======= SIDE MENUS ================================  */
.moduletable_menu {
padding: 0px 0px 5px 0px;
margin-bottom:20px;
}
.moduletable_menu h3 {
font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
text-align:left;
font-size:20px;
text-transform: none;
font-weight: normal;
letter-spacing: 0px;
margin:0 0 0.1em 0;
padding: 0.1em 0 0.1em 0;
}
.moduletable_menu ul {
list-style:none;
margin:0;
padding:0;
}
.moduletable_menu li {
border-bottom:0px solid #ccc;
padding: 4px 0 4px 0em;
margin:0;
text-transform: uppercase;
letter-spacing:1px;
}
.moduletable_menu li a {
  display:inline;
  text-decoration:none;
  padding: 0;
}
html>body .moduletable_menu li a {
width:auto;
}
.moduletable_menu li ul {
list-style-type: square;
list-style-position: inside;
}
.moduletable_menu li ul li {
  border-bottom:0px solid #ccc;
  border-top:0px solid #ccc;
  padding: 4px 0 2px 1em;
  text-transform: none;
  letter-spacing:0px;
}
.moduletable_menu li ul li a {
  display:inline;
  text-decoration:none;
  padding: 0;
}
html>body .moduletable_menu li ul li a {
width:auto;
}
.moduletable_menu li a:hover {

}
.moduletable_menu li.current>a {

}
/* ========== content ======================*/
div#content p {
    text-align: justify;
}
a img {
    border: 0;
}

/* =========== overlib ========================*/

.ol-foreground {
  background-color: #f6f6f6;
}

.ol-background {
  background-color: #666;
}

.ol-textfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.ol-captionfont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: bold;
}
.ol-captionfont a {
  color: #0B55C4;
  text-decoration: none;
  font-size: 12px;
}

.ol-closefont {}

/* ==============  Featured articles, Category blog  =====================7 */
.blog-featured {
        padding: 0;
}

.items-leading {
        padding:0;
        margin-bottom:10px
}

.row-separator {
        display: block;
        clear: both;
        margin: 0;
        border: 0px;
        height:1px
}

.item-separator {
        display: none;
        margin: 0px;
}

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:47%;
        float:left;
    margin:0;
}

.cols-2 .column-2
{
        width:47%;
        float:right;
        margin:0;
}

.cols-3 .column-1
{
        float:left;
        width:30%;
        padding: 0;
        margin-right:5%;

}
.cols-3 .column-2
{
        float:left;
        width:30%;
        margin-left: 0;
        padding: 0;
}
.cols-3 .column-3
{
        float:right;
        width:30%;
        padding: 0;
}
.cols-4 .column-1
{
        width:22%;
        float:left;
}

.cols-4 .column-2
{
        width:22%;
        margin-left:4%;
        float:left;
}

.cols-4 .column-3
{
        width:22%;
        margin-left:4%;
        float:left;
}

.cols-4 .column-4
{
        width:22%;
        margin-left:0;
        float:right;
}
.items-row
{
    margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3,
.column-4
{
        padding: 0;
}

.items-more
{
        padding:10px 0px
}

.hidelabeltxt
{
    display: none;
}
.item-page
{
   
}
/* ================  details  ==================== */
.content_rating {
        font-size:0.9em;
    color: #889;
}
.content_vote {
        font-size:0.9em;
    color: #889;
}
.content_vote input {
        font-size:1em;
}
.article-info {
        margin:5px 0 6px 0px;
        font-size:0.8em;
    color: #889;
}

.article-info-term {
        display:none;
}

.article-info dd {
        line-height:1.4em;
}

/* ===================  icons  ====================== */

ul.actions {
        text-align:left;
        padding:0 ;
        margin:0
}

ul.actions li {
        display:inline
}

ul.actions a {
        text-decoration:none
}
/* =====================  pagenav  ===================== */
div.pagenavcounter {
        margin:10px 0 0 0;
        padding: 0;
    text-align: left;
}
ul.pagenav {
  list-style-type:none;
  padding:0;
  margin-top: 10px;
  text-align: center;
}
ul.pagenav li {
  display:inline;
  padding: 0px 4px;
  margin:0;
}
ul.pagenav li {
  line-height:2em;
}
ul.pagenav li a {
  display:inline;
  text-decoration:none
}
/* ====================  pagination  ================== */

div.pagination {
        margin:10px 0 ;
        padding:10px 0;
    text-align: center;
}

div.pagination ul {
        list-style-type:none;
        margin:0;
        padding:0;
}

div.pagination li {
        display:inline;
        padding: 0;
        text-align:left;
        margin:0 5px;
}

span.pagenav {}

div#content div.pagination p.counter {
        font-weight:bold;
    text-align: center;
}
/* ===================== Archive articles =================== */
div.archive fieldset {
    padding: 6px 0;
  border: 0;
}
ul#archive-items {
        margin:20px 0 20px 0px;
        list-style-type:none;
        padding:0
}
/* ===================== List all Categories =================== */
div.categories-list ul {
    list-style-type:none;
    margin: 10px 0 0 0;
  padding: 0;
}
div.categories-list ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}
div.categories-list ul ul ul{
    list-style-type:disc;
    margin: 0;
    padding: 0 0 0 25px;
}
div.categories-list ul ul ul ul{
    list-style-type:circle;
    margin: 0;
    padding: 0 0 0 25px;
}
div.categories-list ul ul ul ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}
div.categories-list dl dt, div.categories-list dl dd {
    display:inline;
  font-style: italic;
}
dl.article-count dt, dl.article-count dd {
    display:inline;
  font-style: italic;
}
div.categories-list ul li span.item-title {
    font-size: 1.3em;
  font-weight: bold;
}
div.categories-list ul li ul li span.item-title {
    font-size: 1.25em;
  font-weight: bold;
}
div.categories-list ul li ul li ul li span.item-title {
    font-size: 1.15em;
  font-weight: bold;
}
div.categories-list ul li ul li ul li ul li span.item-title {
    font-size: 1.1em;
  font-weight: bold;
}
div.category-desc img.image-left {
    float: left;
  padding-right: 5px;
}
div.category-desc img.image-right {
    float: right;
  padding-left: 5px;
}
/* ===================== Subategories =================== */
div.cat-children {
    margin: 15px 0 0 0;
  padding: 0;
}
div.cat-children ul {
    list-style-type:none;
    margin: 10px 0 0 0;
  padding: 0;
}
div.cat-children ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}
div.cat-children ul ul ul{
    list-style-type:disc;
    margin: 0;
    padding: 0 0 0 25px;
}
div.cat-children ul ul ul ul{
    list-style-type:circle;
    margin: 0;
    padding: 0 0 0 25px;
}
div.cat-children ul ul ul ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}
div.cat-children ul li span.item-title {
    font-size: 1.2em;
  font-weight: bold;
}
div.cat-children ul li ul li span.item-title {
    font-size: 1.15em;
  font-weight: bold;
}
div.cat-children ul li ul li ul li span.item-title {
    font-size: 1.10em;
  font-weight: bold;
}
div.cat-children ul li ul li ul li ul li span.item-title {
    font-size: 1.05em;
  font-weight: bold;
}
div.cat-children ul li dl dt, div.cat-children ul li dl dd {
    display:inline;
  font-style: italic;
}
/* ===================== Category list =================== */
table.category {
    font-size:1em;
    margin:10px 0px 20px 0px;
    width:99%;
}
table.category th {
    text-transform: uppercase;
    text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}
table.category td {
    text-align: left;
  padding-top: 5px;
}
table.category th img {
    padding-left: 5px;
}
/* ===================== Login/Logout =================== */
div.login fieldset {
    border: 0;
}
div.login-fields {
    margin: 10px 0 0 0;
}

div.login-fields label {
    display: inline-block;
  width:9em;
}
div.login-fields input#username,
div.login-fields input#password
{
  width: 173px;
}
div.login fieldset button.button {
    margin-top: 10px;
}
div.logout button.button {
    margin-top: 10px;
}
/* ===================== Login module =================== */
form#login-form fieldset {
    border:0;
}
form#login-form fieldset label{
    display: inline-block;
  width:9em;
}
form#login-form fieldset input#modlgn-passwd{
    width:131px;
}
form#login-form fieldset input#modlgn-username{
    width:131px;
}
/* =====================  User profile ===================== */

#users-profile-core,
#users-profile-custom
{
    margin:10px 0 15px 0;
    padding:15px;
}
#users-profile-core dl,
#users-profile-custom dl
{
    margin: 0;
    padding:0;
}
#users-profile-core dt,
#users-profile-custom dt
{
    float:left;
    width:22em;
    padding:3px 5px 3px 0;   
}

#users-profile-core dd,
#users-profile-custom dd
{
    padding:3px 0;   
}

#member-profile fieldset
{
    margin:10px 0 15px 0;
    padding:15px;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend
{
    font-weight:bold;
  font-size: 1.1em;
}

.profile-edit form#member-profile fieldset dd
{
    padding:5px 0;
}

.profile-edit form#member-profile fieldset dd input
{
    width:17em;
}
.profile-edit form#member-profile fieldset dd select
{
    width:17em;
  height: 24px;
}
.profile-edit form#member-profile fieldset dt
{
    padding:5px 5px 5px 0;
  width:22em;
  float: left;
}
.profile-edit span.optional{
    font-size:0.9em;
}
/* =====================  Registration ===================== */
div.registration form#member-registration fieldset
{
    margin:10px 0 15px 0;
    padding: 15px 0 0 10px;
  border:0;
}
div.registration form#member-registration fieldset legend
{
    font-weight:bold;
  font-size: 1.2em;
}
div.registration form#member-registration fieldset dd
{
    padding:0 0 5px 0;
}
div.registration form#member-registration fieldset dd input
{
    width:17em;
}
div.registration form#member-registration button
{
    margin-left:10px;
}
div.remind form#user-registration fieldset {
    border:0;
}
div.remind form#user-registration button {
    margin-left:10px;
}
div.reset form#user-registration fieldset {
    border:0;
}
div.reset form#user-registration button {
    margin-left:10px;
}
/* =====================  Single newsfeed ===================== */
div.newsfeed ol {
    margin-top: 10px;
}
div.newsfeed ol li a{
    font-weight: bold;
}
div.newsfeed ol li div a, div.newsfeed ol li div ol li a {
    font-weight: normal;
}
/* =====================  Search results ===================== */
dl.search-results dt.result-title {
    font-weight:bold;
  padding-top: 10px;
}
dl.search-results dd.result-text {
    padding-top: 5px;
}
dl.search-results dd.result-created {
    padding-top: 5px;
  font-size: 0.8em;
  color: #889;
}
div.search form#searchForm fieldset.word,
div.search form#searchForm fieldset.phrases,
div.search form#searchForm fieldset.only {
    border: 1px solid #ccc;
}
div.search form#searchForm fieldset.word button.button {
margin: 0px 0 0 2px;
padding: 0px 3px;
font-size: 12px;
line-height:18px;

}
div.search form#searchForm fieldset.phrases div.ordering-box{
    margin-top: 5px;
}
.small{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:1.2;
}
.highlight{
    font-weight:bold;
}
/* =====================  Finder ===================== */
dl.search-results dt.result-title {
    font-weight:bold;
  padding-top: 15px;
}
dl.search-results dd.result-url {
  padding-top: 5px;
  font-size: 0.8em;
}
div.finder form#finder-search fieldset.word {
    border: 1px solid #667;
  margin-bottom: 15px;
}
div#advanced-search {
  padding-bottom: 5px;
}
a#advanced-search-toggle {
  font-size: 14px;
}
div#finder-filter-window {
  border-top: 1px solid #667;
  border-bottom: 1px solid #667;
  padding: 5px 0;
}
ul#finder-filter-select-list {
list-style:none;
margin:0;
padding:0;
}
ul#finder-filter-select-list li.filter-branch {
  padding: 5px 0;
}
ul#finder-filter-select-list li.filter-branch label {
  padding-right: 10px;
}
/* =====================  Single Contact ===================== */
div.contact-form {
    margin-bottom: 10px;
}
div.contact-form label {

}
div.contact-form form#contact-form dl {
    margin: 10px 0;
}
div.contact-form form#contact-form dt {
    margin-top: 7px;
}
div.contact-form form#contact-form dd {
    margin-top: 0px;
}
address span {
    display:block
}
div.contact form#contact-form button.button {
    float:none !important;
    clear:left;
    display:block;
    margin:15px 0 0 0;
}

div.contact dl.tabs {
    float:left;
    margin: 20px 0 0 0;
  padding: 0;
    clear:both;
}
div.contact dl.tabs dt {
    float: left;
    padding: 2px 10px;
    border-left: 1px solid #ccd;
    border-right: 1px solid #ccd;
    border-top: 1px solid #ccd;
    margin-right: 4px;
    background: none;
}
div.contact dl.tabs dt a {
    font-weight: normal;
}
div.contact dl.tabs dt.open {
    background: none;
    border-bottom: 0px solid #ccd;
}
div.contact dl.tabs dt.open a {
    color: #445;
}
div.contact dl.tabs dt h3{
    margin: 2px 0;
  padding:0;
}
div.contact div.current {
    clear: both;
    border: 1px solid #ccd;
    padding: 15px 15px;
  margin: 0;
}
div.contact dl.tabs dd {
    clear:both;
    padding: 0;
    margin: 0;
}

/* =====================  List Contacts, Newsfeeds ===================== */
form#adminForm fieldset.filters {
    border:0;
  padding: 0;
}
/* ===================== tooltip =====================  */
.tip
{
    font-size:0.8em;
    text-align:left;
    padding:5px;
    max-width:400px;
  border:1px solid #ccc;
  background:#fff;
}
.tip-title
{
        font-weight:bold;
}
/* ===================== Email to a friend =====================  */
div#mailto-window{
    margin: 15px;
}
form#mailtoForm div.formelm label {
    text-align: right;
    display: inline-block;
  width:8em;
  padding-right: 5px;
}
form#mailtoForm div.formelm {
    margin: 5px 0;
}
/* ===================== Submit a weblink, Submit an article, Edit article =====================  */
div.edit form#adminForm div.formelm label {
    text-align: left;
    display: inline-block;
  width:12em;
  padding-right: 5px;
}
div.edit form#adminForm div.formelm {
    margin: 5px 0;
}
div.edit form#adminForm div.formelm-area label {
    text-align: left;
    float:left;
  width:12em;
  padding-right: 5px;
}
div.edit form#adminForm div.formelm-area {
    margin: 5px 0;
}
div.edit form#adminForm legend
{
    font-weight:bold;
  font-size: 1.1em;
}
/* ===================== Statistics module =====================  */
dl.stats-module dt {
    float:left;
  padding: 0 10px 0 0;
  font-weight:bold;
}
dl.stats-module_light dt {
    float:left;
  padding: 0 10px 0 0;
  font-weight:bold;
}
dl.stats-module_dark dt {
    float:left;
  padding: 0 10px 0 0;
  font-weight:bold;
}
/* ===================== Newsflash module =====================  */
div.newsflash p {
    text-align: justify;
}
div.newsflash_light p {
    text-align: justify;
}
div.newsflash_dark p {
    text-align: justify;
}
/* ===================== Wrapper =====================  */
div.contentpane {
    border: 0px solid #ccc;
}
/* ===================== Slideshow =====================  */
#slideshow-container  {
  width:950px;
  height:350px;
  position:relative;
  margin: 0px 15px 0 15px;
  padding:0px;
  border: 0px solid #eee;
  border-top: 0px solid #eee;
  background:#fff;
}
#slideshow-container img {
  width:950px;
  height:350px;
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
}
#slcontrol {
    height: 50px;
  width:950px;
    position: absolute;
  top: 40%;
  left:0px;
    z-index: -1;
}
a#slprev {
    background: url("../images/previous-white.png") no-repeat scroll left center transparent;
    cursor: pointer;
    float: left;
    height: 50px;
    width: 50px;
}
a#slnext {
    background: url("../images/next-white.png") no-repeat scroll right center transparent;
    cursor: pointer;
    float: right;
    height: 50px;
    width: 50px;
}
/* ===================== System message =====================  */
div#system-message-container ul{
  margin:0;
}


Ed ecco invece il css/grey:
Codice: [Seleziona]
body {
  background: none;
  color: #445;
}
#allwrap {
  background: none;
    border: 0px solid #ddd;
}
#topmenuwrap {
  background: none;
  border-top: 0px dotted #99a;
  border-bottom: 4px solid #000;
}
#topmenu {
  background: none;
  border-top: 0px solid #000;
}
#topmenu2 {
  background: none;
}
#header {
  background: none;
  border-bottom: 0px dotted #99a;
}
#logo {
  border-top: 0px solid #fff;
  background: none;
}
#headerright{
  background: url(../images/banner.png) no-repeat center right;
}
#banner {
  background: none;
}
h1 {
color: #223;
}
h2 {
color: #223;
}
#logo h2 {
  color:#000;
}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
border: none;
}
#logo h2 a:link, #logo h2 a:visited, #logo h2 a:hover, #logo h2 a:active {
color: #000;
text-decoration: none;
}
h3 {
color: #223;
}
#logo h3 {
  color: #000;
}
h4 {
color: #223;
}
h5 {
color: #223;
}
h6 {
color: #223;
}
#search{
  background: none;
}
#search input.inputbox {
    color: #223;
    border:1px solid #223;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#search div.search label{
    color: #fff;
}
#wrap {
  background: none;
}
#cbody {

}
#content60 {
  background: none;
}
#pathway {
  background: none;
  border-top: 0px solid #e7e7e8;
}
#pathway a:link, #pathway a:visited {
color: #66c;
text-decoration: none;
}
#pathway a:hover, #pathway a:active {
color: #66c;
text-decoration: underline;
}
#content {
  background: none;
}
#footerwrap {
  background: none;
}
#footer {
  background: none;
  color: #445;
  border-top: 1px dotted #99a;
}
#footer div.moduletable {
background: none;
}
#sidebar {
  background: none;
}
#sidebar-2 {
  background: none;
}
fieldset{

}
a:link, a:visited {
color: #66c;
text-decoration: none;
}
a:hover, a:active {
color: #66c;
text-decoration: underline;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
color: #223;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
color: #445;
text-decoration: underline;
}
#a4j a:link, #a4j a:visited, #a4j a:hover, #a4j a:active {
color: #445;
text-decoration: underline;
}
/* ==== MODULES =======================================  */
div.moduletable {
  background: none;
}
div.moduletable h3 {
  color:#223;
    background: none;
    border-bottom: 1px solid #445;
}
/* ==== SIDEBAR MODULES =======================================  */
#sidebar div.moduletable {
  background: none;
}
#sidebar div.moduletable h3 {
  color:#223;
    background: none;
    border-bottom: 1px dotted #99a;
}
/* ==== SIDEBAR2 MODULES =======================================  */
#sidebar-2 div.moduletable {
  background: none;
}
#sidebar-2 div.moduletable h3 {
  color:#223;
    background: none;
    border-bottom: 1px dotted #99a;
}
/* ======= SEARCH =======================  */
#search .moduletable {
  background: none;
}
#search .moduletable h3{
  background: none;
}
/* ======= Topmenu =========== */
#topmenu .moduletable {
    border: 0px solid #000;
}
#topmenu .menu {
  background: none;
  color: #000;
  border: 0;
}
#topmenu .menu li a {
    color: #000;
  border-right: 0px solid #fff;
}
#topmenu .menu li.active a {
  color: #fff;
    background: #000;
}
#topmenu .menu li a:hover {
  color: #fff;
    background: #000;
}
/* ======= SIDE MENUS ================================  */
.moduletable_menu {
background: none ;
color: #445;
border-bottom: 0px solid #fff;
}
.moduletable_menu h3 {
  color:#223;
    background: none;
    border-bottom: 1px dotted #99a;
}
.moduletable_menu li {
  border-bottom: 1px dotted #99a;
}
.moduletable_menu li ul li {
  border-bottom:0px solid #ccc;
  border-top:0px dashed #e4e4e4;
  background: none;
}
.moduletable_menu li a {
  color: #445;
}
.moduletable_menu li ul li a {
background: none;
}
.moduletable_menu ul.menu li.current a {
  color:#66c;
}
.moduletable_menu ul.menu li.current * a {
  color:#445;
}
.moduletable_menu li ul li a:hover, .moduletable_menu li.current ul li a:hover {
  color:#66c;
}
.moduletable_menu li a:link, .moduletable_menu li a:visited {
color: #445;
text-decoration: none;
}
.moduletable_menu li a:hover {
color: #66c;
text-decoration: none;
}
.moduletable_menu li a:active {
color: #66c;
text-decoration: none;
}

/* ================  details  ==================== */
.content_rating {
  color: #889;
}
.content_vote {
  color: #889;
}
.article-info {
   color: #889;
}
/* =====================  Search results ===================== */
dl.search-results dd.result-created {
    color: #889;
}
div.search form#searchForm fieldset.word,
div.search form#searchForm fieldset.phrases,
div.search form#searchForm fieldset.only {
    border: 1px solid #999;
}
.small{
    color:#889;
}
/* =====================  Finder ===================== */
div.finder form#finder-search fieldset.word {
    border: 1px solid #999;
}
div#finder-filter-window {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
/* =====================  Single Contact ===================== */
div.contact dl.tabs dt.open a {
    color: #445;
}
div.contact dl.tabs dt {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
}
div.contact div.current {
    border: 1px solid #999;
}
/* ===================== tooltip =====================  */
.tip {
  border:1px solid #ccc;
  background:#fff;
}
/* ===================== Submit a weblink, Submit an article, Edit article =====================  */
div.edit form fieldset
{
    border: 1px solid #999;
}
/* =====================  User profile ===================== */
.profile-edit #member-profile fieldset
{
    border: 1px solid #999;
}
div.profile fieldset{
    border: 1px solid #999;
}

Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Modifica Immagine Background
« Risposta #11 il: 14 Set 2012, 10:08:25 »
Nessuno ha la soluzione????  :-[

adottauncane

  • Visitatore
Re:Modifica Immagine Background
« Risposta #12 il: 14 Set 2012, 11:47:27 »
Dove hai background:none; (body.css riga uno) metti

background-color: #000000;

con il colore che vuoi.

Offline CoolSugar89

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Modifica Immagine Background
« Risposta #13 il: 14 Set 2012, 12:48:13 »
Grazie mille, a funzionato alla grande!!!!!!!! ;)
Hai tutta la mia stima  :-*
Mi servirebbe un altro favore, lo so che sono un niubbio rompicoglioni, ma vorrei cambiare colore anche alle scritte tutte nere, che quando vendono selezionate diventino color verde mela
« Ultima modifica: 14 Set 2012, 12:55:27 da CoolSugar89 »

 



Web Design Bolzano Kreatif