Scheda diversa

« Older   Newer »
 
  Share  
.
  1.  
    .
    Avatar

    Senior Member

    Group
    Fan
    Posts
    16,094

    Status
    Anonymous
    Ho inserito i seguenti codici qui
    CODICE
    /* Codici schede allenatori GDR */
    .scheda {background: #5190DE; display:inline-block; border: 2px solid #6F6F6F; border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1); padding: 10px; color: #FFF; text-align:left}
    .scheda br {display:none}
    .scheda .infogdr br {display:block}
    .zaino-click .items {background: #FFF; border-radius: 5px; padding: 5px; color: #000}
    .zaino-click:hover .items {display:block !important}
    .nomegdr {text-transform: uppercase; font-weight: bold; background: #80B0E7; padding: 7px; border-radius: 10px; margin-bottom: 6px}
    .avatargdr {background: #80B0E7; padding: 7px; border-radius: 10px; float: left; width: 100px; height: 100px}
    .infogdr {background: #80B0E7; padding: 7px; border-radius: 10px; display: inline-block; margin-left: 6px; width: 320px; min-height: 100px}
    .medaglie {margin-top: 6px; background: #80B0E7; padding: 7px; border-radius: 10px}
    .zaino {margin-top: 55px}
    .zainoimg {background: #80B0E7; padding: 7px; border-radius: 10px; float: left; width: 100px; height: 100px; line-height: 100px; text-align: center}
    .contenuto {background: #80B0E7; padding: 7px; border-radius: 10px; float: right; width: 320px; height: 100px; overflow-y: scroll}
    .mt {margin-top: -20px; background: #80B0E7; padding: 7px; border-radius: 10px}


    /* COdici schede pokémon */
    .scheda-pokemon {display:inline-block; background: #5190DE; min-width: 430px; max-width: 480px; border: 5px solid #FFF; border-radius: 15px; box-shadow: 0 2px 5px #0002; padding: 10px; min-height: 235px; font-size: 10pt; text-align:left}
    .pokemon-head {background: #FFF; padding: 5px 8px; margin-bottom: 8px; border-radius: 5px; text-align:left}
    .scheda-pokemon .pokemon-left, .scheda-pokemon .pokemon-right {display:inline-block; vertical-align:top}
    .pkmn-name {display:inline-block}
    .scheda-pokemon .pokemon-left {margin-right: 12px}
    .scheda-pokemon br {display:none}
    .pokemon-head {position:relative}
    .pokemon-type {display:inline-block; position:absolute; top: 10px; right: 10px}
    .pokemon-type img {vertical-align:top}
    .pkmn-name img {vertical-align:middle}
    .pokemon-icon {border: 10px solid #FFF; border-radius: 100px; padding: 25px; width: 150px; height: 150px; box-shadow: 0 0 40px #FFF inset}
    .pokemon-stats span {display: inline; background: #FFF; padding: 3px 5px; border-radius: 3px; font-size: 8pt}
    .pokemon-move-set {display: inline-block; background: #FFF; padding: 10px; border-radius: 5px; min-width: 205px; max-width: 265px; line-height: 26px}
    .move-type {float: right}
    .scheda-pokemon .pokemon-icon > div {width: 100%; height: 100%}
    .pokemon-move-set {text-align:left}
    .pokemon-move-set > div:hover > span {display:block !important; margin: 5px 0}
    .pokemon-move-set > div {margin: 2px 0}
    .pokemon-move-set > div > div.type {margin-top: 8px; margin-right: 2%; width: 18%}
    .pokemon-move-set > div > div {display:inline-block; vertical-align:top}
    .pokemon-move-set > div > div.desc {width: 80%}

    Sto provando a mettere una scheda nelle risposte ma perchč non appare normale come qui? Ho dimenticato qualche codice?

    Mi sapreste anche dire qual č il codice per far apparire regole, caccia ai pokemon sopra la home? Non capisco dove sia
     
    .
  2.  
    .
    Avatar

    Senior Member

    Group
    ForumFree Mod
    Posts
    17,535

    Status
    Anonymous
    Rimuovi da:
    CODICE
    .pokemon-icon

    CODICE
    padding: 25px;

    Il problema si dovrebbe risolvere.
     
    .
  3.  
    .
    Avatar

    Senior Member

    Group
    Fan
    Posts
    16,094

    Status
    Anonymous
    Fatto ma č sempre troppo grande la scritta e allo stesso tempo esce il tipo sopra e sotto la mossa. Come mai? Ti ringrazio

    Mi sapresti anche dire qual č il codice per far apparire regole, caccia ai pokemon sopra la home? Non capisco dove sia in css
     
    .
  4.  
    .
    Avatar

    Senior Member

    Group
    ForumFree Mod
    Posts
    17,535

    Status
    Anonymous
    Prova ad inserire:
    CODICE
    .scheda-pokemon.pokemon .desc{margin-left:0}

    Se intendi questo.
     
    .
  5.  
    .
    Avatar

    Senior Member

    Group
    Fan
    Posts
    16,094

    Status
    Anonymous
    Grazie

    Edited by Anty01 - 25/2/2020, 15:54
     
    .
4 replies since 24/2/2020, 15:17   93 views
  Share  
.