Posts written by . F r e e .

  1. .
    A me funziona mettendo al posto dell'attuale / Sezioni Forum / (ossia l'ultimo parametro).

    CODICE
    /* SEZIONI FORUM */
    .skin_tbl_border, .mainbg {background-color: #000000};
    .mainbg {border: 1px #212121 solid}
    .title, .title2 .foot, .row2 {height: 27px; font-weight: bold; color: #666; background-color: #212121; border-bottom: 0}
    .ww, .xx, .yy, .zz, .aa, .bb, .cc {background-color: #212121; border-bottom: 0; background-image: url(); background-repeat: no-repeat; border-bottom: 0; color: #666}
    .web {font-size: 8.5pt; line-height: 150%}
    .desc {font-size: 10px; color: #808080; letter-spacing: -1px; text-shadow: 1px 1px 0 #181918}
    .board .foot {display: none}
    .forum .title {background: url(); background-color: #212121}
    .forum .foot {background: url(); background-color: #212121}
    .title {background-image: url(); background-repeat: no repeat; height: 22px; background-color: #212121; border: 0}
    .topic .mainbg {background-image: url(http://i46.tinypic.com/9pvxqs.jpg); background-position: top; background-repeat: repeat}


    Perchè fondamentalmente si tratta di un problema di .mainbg... Se non ti funzia neanche così riesci a farmi uno stamp di come vedi l'errore con il codice che ti ho passato? Magari per la mia risoluzione va bene, mentre per la tua no; bho xD
  2. .
    Strano... per caso riesci ad uploadare il file .psd? Se hai un account su Digilander (click) puoi usare quello. =)
    Perchè magari è sbagliata qualche impostazione del path, non saprei.
  3. .
    Quelle forme vengono create con uno strumento chiamato Pen Tool.
    Purtroppo da ignorante di PSP quale sono =D posso solo consigliarti di cercare qualche tutorial su internet >> click.
    Prova a coltivare una conoscenza base dello strumento e a provare, provare, provare (solo così si impara) ^^
  4. .
    Per l'immagine del menu. Infatti in alto c'è una striscia del colore dello sfondo. Ritaglia il menu eliminando quella parte e dopo reinserisci, dovrebbe funzionare =) >> x
    Comunque un consiglio: riguardo il background-color del .header ti consiglio di mettere il colore di sfondo =) Altrimenti potrebbe dare qualche brutto effetto.
  5. .
    Per fartela vedere te la fa vedere però sono le immagini della skin di partenza, e soprattutto hanno un'altezza di gran lunga inferiore a quella del .mright_bottom e del .mleft_bottom (quando dovrebbero essere uguali) per questo si visualizza in quel modo indecente =)
  6. .
    Prova con questo:

    CODICE
    /* BARRA ATTORNO AL FORUM */
    .mtitle {text-align: center; letter-spacing: 1px; word-spacing: 1px; padding-top: 3px; font-weight: bold; font-size: 8.5pt; color: #445588}

    .mback {height: 50px}

    .mback_left {width: 124px; height: 50px; background-image: url(http://digilander.libero.it/AniyaChan/HiBRiD/1.png); background-repeat: no-repeat; background-position: bottom}
    .mback_center {height: 50px; background-image: url(http://digilander.libero.it/AniyaChan/HiBRiD/2.png); background-repeat: repeat-x; background-position: bottom}
    .mback_right {width: 124px; height: 50px; background-image: url(http://digilander.libero.it/AniyaChan/HiBRiD/3.png); background-repeat: no-repeat; background-position: bottom}

    .mleft_top {width: 50px; height: 50px; background: url(http://digilander.libero.it/AniyaChan/HiBRiD/4.png) no-repeat top right}
    .mleft, .sep_left {width: 50px; background: url(http://digilander.libero.it/AniyaChan/HiBRiD/5.png) repeat-y top right}
    .mleft_bottom {width: 50px; height: 50px; background: url(http://digilander.libero.it/AniyaChan/HiBRiD/6.png) no-repeat top right}

    .mright_top {width: 50px; height: 50px; background: url(http://digilander.libero.it/AniyaChan/HiBRiD/7.png) no-repeat top left}
    .mright, .sep_right {width: 50px; background: url(http://digilander.libero.it/AniyaChan/HiBRiD/8.png) repeat-y top left}
    .mright_bottom {width: 50px; height: 50px; background: url(http://digilander.libero.it/AniyaChan/HiBRiD/9.png) no-repeat top left}

    .msub {height: 3px; font-size: 3px}
    .msub_left {height: 3px; width: 7px; background-image: url(http://img.forumfree.net/style_images/15/msub_left.gif); background-repeat: no-repeat}
    .msub_center {background-image: url(http://img.forumfree.net/style_images/15/msub_center.gif); background-repeat: repeat-x}
    .msub_right {width: 7px; background-image: url(http://img.forumfree.net/style_images/15/msub_right.gif); background-repeat: no-repeat}


    Quello che creava casino nel codice era principalmente questa scritta

    CODICE
    .mleft_top, .mleft, .sep_left, .mleft_bottom, .mright_top, .mright, .sep_right, .mright_bottom {width: 0}


    che "cancellava" tutti i selettori specificati =) Poi qualche altro dettaglio. Ricordati di modificare il sub =)
  7. .
    Apri pure un topic in Support, con il link del forum di prova e i problemi che riscontri =)
  8. .
    Ti posto sia la parte destra che sinistra completa, sta poi a te modificare in base alle tue immagini =)

    Qua ho usato l'abbreviazione delle tre forme di scrittura: background-image + background-repeat + background-position

    CODICE
    .mback_left {width: XXpx; background: url() no-repeat bottom}
    .mleft_top {width: XXpx; background: url() no-repeat top right}
    .mleft, .sep_left {width: XXpx; background: url() repeat-y top right}
    .mleft_bottom {width: XXpx; background: url() no-repeat top right}

    .mback_right {width: XXpx; background: url() repeat-x bottom}
    .mright_top {width: XXpx; background: url() no-repeat top left}
    .mright, .sep_right {width: XXpx; background: url() repeat-y top left}
    .mright_bottom {width: XXpx; background: url() no-repeat top left}


    Edited by . F r e e . - 3/5/2010, 21:54
  9. .
    Mi limito a dirti che stiamo per cambiare skin, l'unica cosa che ti chiediamo è pazienza. Dopo il cambio di grafica, posteremo il tutorial per il menu del logo =)
  10. .
    Mi dispiace, purtroppo non me lo apre nè con Photoshop nè con Gimp. Compare lo stesso messaggio che hai citato tu.
  11. .
    Ok meglio con Digilander =)
    Comunque prima (con il link di prima) ho utilizzato il "salva destinaione con nome" ma mi apriva un documento vuoto praticamente, ma magari non è l'hosting migliore =D
  12. .
    mmmm... prova allora a zipparlo (o anche lascialo così) e ad uploadarlo su Megaupload.
  13. .
    Prova con questo hosting =) Comunque strano, a me personalmente non è mai capitato.
  14. .
    No, mi spiace. Comunque in giro per il circuito ci sono diversi forum che si incaricano di questo tipo di richieste ^^

    Chiudo.
  15. .
    Mi dispiace ma non accettiamo richieste.
346 replies since 1/4/2006
.