tagboard con bordi tratteggiati

In sospeso

« Older   Newer »
 
  Share  
.
  1. innocens
     
    .

    User deleted


    salve...
    cercavo un codice per la tagboard con bordi tratteggiati...
     
    Top
    .
  2. Luke Estasi
     
    .

    User deleted


    Potresti provare a modificarla te con il tuo programma di grafica e poi usare questa guida =)
    https://skinfactory.forumfree.it/?t=43908138
     
    Top
    .
  3. innocens
     
    .

    User deleted


    ho provato a farla con questo codice..ma non mi risulta hihiih
     
    Top
    .
  4. Luke Estasi
     
    .

    User deleted


    In che senso non ti risulta? °°"
    Perchè non posti il link o il codice?
     
    Top
    .
  5.  
    .
    Avatar


    Group
    Addict
    Posts
    5,120
    Location
    Vicenza

    Status
    Anonymous
    io su un mio forum ho usato questo, vanno apportate le giuste modifiche però.
    CODICE
    /* TAGBOARD */
    .tag {background-image: none; font-size: 11px; color: #000; text-shadow: 1px 1px 0 #333}
    .tag .skin_tbl_border, .tag .mainbg {background-color: #313131; background-image:url(); background-repeat: no-repeat; border: 1px dashed #232323; padding: 10px}
    .tag .ww, .tag .aa, .tag .aa .aa {background-color: #313131; border: 0; color: #757575; background-image: none; font-family: tahoma}
    .tag a:link, .tag a:visited {text-decoration: none; font-weight: bold; color: #7B2DCA}
    .tag a:hover {text-decoration: none; font-weight: bold; color: 7e00ff}
    .tag .mtitle {text-align: right; margin-bottom: 0; font-size: 11px; color: #000; text-shadow: 1px 1px 0 #333}

    .tag .mback {height: 13px; background-image: url(); border-bottom: 0}
    .tag .msub {background-image: url()}
    .tag .mright_bottom {background-image: url()}
    .tag .mleft_bottom {background-image: url()}
    .tag .mback_right {background-image: url()}
    .tag .mback_left {background-image: url()}
    .tag .mback_center {background-image: url()}
    .tag .mleft_top {background-image: url(); border-bottom: 0}
    .tag .mright_top {background-image: url(); border-bottom: 0}
    .tag .mleft {background-image: url()}
    .tag .mright {background-image: url()}
    .tag .msub_right {background-image: url()}
    .tag .msub_left {background-image: url()}
    .tag .msub_center {background-image: url()}

     
    Top
    .
4 replies since 14/10/2010, 11:32   48 views
  Share  
.