A Material Day Skin

« Older   Newer »
 
  Share  
.
  1.      
     
    .
    Avatar

    Advanced Member

    Group
    Member
    Posts
    1,422
    Activity Level
    0
    Location
    ~/System/Library/Core Services/boot.efi

    Status
    Anonymous
    [tag:» sossio]Domani controllo e ti passo il codice.
     
    Top
    .
  2. yumeko kazuyuki
         
     
    .

    User deleted


    Hello,

    I'd like to install this skin, but it doesn't work at all :autopat: I do not know where's wrong
    Can you help me, please...?
    i'm trying it there

    Thanks
     
    Top
    .
  3.      
     
    .
    Avatar

    Advanced Member

    Group
    Member
    Posts
    1,422
    Activity Level
    0
    Location
    ~/System/Library/Core Services/boot.efi

    Status
    Anonymous
    Hi,
    Thanks for using my skin.
    I suggest you to make sure you deleted every code of the previous skin.
    If you really don't know where's the problem, i'm gonna try to fix that (i'll need the administration)

    P.S: Have you got a blog or a forum?
     
    Top
    .
  4. yumeko kazuyuki
         
     
    .

    User deleted


    Hi MesterC22

    It belongs rather to me to thank you. It's an amazing skin you have done ^^.

    Well i think that's a blog, with a forum (?)^^ haha...

    Okey, my main blog is there.
    I don't know if it is better to do it directly on the main blog, or you want at first give it a try here?

    Thank you so much, that's really kind of you
     
    Top
    .
  5.      
     
    .
    Avatar

    Advanced Member

    Group
    Member
    Posts
    1,422
    Activity Level
    0
    Location
    ~/System/Library/Core Services/boot.efi

    Status
    Anonymous
    You shouldn't install on your blog directly.
    After some test i noticed that the blog code on that skin has got some bug =P
    I'm gonna fix them when i'm not too busy :)
     
    Top
    .
  6. -Ced
         
     
    .

    User deleted


    yumeko kazuyukiI think you have deleted some codes, or maybe you haven't pasted all the codes.
    I have just tryed to install this skin and it works well

    MasterC22: L'immagine del pulsante per il cambio di colore della skin non si vede
     
    Top
    .
  7.      
     
    .
    Avatar

    Advanced Member

    Group
    Member
    Posts
    1,422
    Activity Level
    0
    Location
    ~/System/Library/Core Services/boot.efi

    Status
    Anonymous
    -Ced è dovuto al cambio del link dello script del cambio colori (è stato caricato da forumfree, e quindi c'è stato un cambio di link):
    CITAZIONE
    Hanno aggiornato lo script, risolvendo alcuni problemi.
    Sostituisci:
    CODICE
    <script type="text/javascript" src="http://ffscript.avatar-random.com/ace/skincss_change.js"></script>


    con:
    CODICE
    <script type="text/javascript" src="http://nb.forumfree.it/scripts/ace/skincss_change.js"></script>


    Ad ogni modo, il blog è buggato asd.
    Appena troverò un pò di tempo mi adopererò al fix (il codice di questa skin è un pò confusionale :asd: )
     
    Top
    .
  8. yumeko kazuyuki
         
     
    .

    User deleted


    MasterC22 Okey Dokey, thank you, i'll be waiting... i'm going to allow you as admin there ^^
    -Ced well, i don't know :nono: ... i followed the instructions scrupulously... Maybe because i'm trying on a blog, as MasterC22 said,
    QUOTE
    "After some test i noticed that the blog code on that skin has got some bug =P"
     
    Top
    .
  9.      
     
    .
    Avatar

    Advanced Member

    Group
    Member
    Posts
    1,422
    Activity Level
    0
    Location
    ~/System/Library/Core Services/boot.efi

    Status
    Anonymous
    CITAZIONE (yumeko kazuyuki @ 21/10/2015, 14:39) 
    MasterC22 Okey Dokey, thank you, i'll be waiting ^^
    -Ced well, i don't know :nono: ... i followed the instructions scrupulously... Maybe because i'm trying on a blog, as MasterC22 said,
    CITAZIONE
    "After some test i noticed that the blog code on that skin has got some bug =P"

    You're welcome.
    I suggest you to give a peek There, that works on blogs :)
     
    Top
    .
  10. yumeko kazuyuki
         
     
    .

    User deleted


    Ah hum, but it isn't the same thing... :-s .
    well i'll try with it to see

    Edited by yumeko kazuyuki - 21/10/2015, 15:47
     
    Top
    .
  11.      
     
    .
    Avatar

    Advanced Member

    Group
    Member
    Posts
    1,422
    Activity Level
    0
    Location
    ~/System/Library/Core Services/boot.efi

    Status
    Anonymous
    Ok :)
     
    Top
    .
  12.      
     
    .
    Avatar

    Member

    Group
    Member
    Posts
    687
    Activity Level
    0
    Location
    segreto!

    Status
    Anonymous
    sarei interessato all'effetto sui "pulsanti"
    si potrebbe avere il codice per generarli?

    mmmm
     
    Top
    .
  13.      
     
    .
    Avatar

    Senior Member

    Group
    Direttore
    Posts
    18,623
    Activity Level
    +60

    Status
    Anonymous
    Il codice dovrebbe essere questo, in colori e stili:
    CODICE
    .button {display: inline-block;
    position: relative;
    min-width: 120px;
    min-height: 32px;
    line-height: 32px;
    border-radius: 2px; -moz-border-radius: 2px;
    font-size: 0.9em;
    background-color: #FFF;
    color: #646464;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none}

    .button > paper-ripple {border-radius: 2px; -moz-border-radius: 2px;
    overflow: hidden}

    .button.narrow {width: 60px}

    .button.grey {background-color: #EEE}

    .button.blue {background-color: #4285F4;
    color: #FFF}

    .button.green {background-color: #0F9D58;
    color: #FFF}

    .button.dynamic {background-color: #3F51B5;
    color: #FFF}

    .button.credits {background: #3F51B5; width: 749px;
    margin-bottom: 10px; height: 40px; color: #FFF}

    .button.raised {transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)}

    .button.raised:active {box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s}


    E questo il codice HTML dei pulsanti:
    CODICE
    <section style="margin: 1.5em auto 1.5em auto">

    <div class="button raised dynamic">
    <div class="center" fit>PULSANTE DINAMICO</div>
    <paper-ripple fit></paper-ripple>
    </div>

    <div class="button raised">
    <div class="center" fit>PULSANTE NO COLOR</div>
    <paper-ripple fit></paper-ripple>
    </div>
    <div class="button raised grey">
    <div class="center" fit>PULSANTE GRIGIO</div>
    <paper-ripple fit></paper-ripple>
    </div>

    <div class="button raised blue">
    <div class="center" fit>PULSANTE BLU</div>
    <paper-ripple fit></paper-ripple>
    </div>

    <div class="button raised green">
    <div class="center" fit>PULSANTE VERDE</div>
    <paper-ripple fit></paper-ripple>
    </div>


    </section>
     
    Top
    .
57 replies since 28/2/2015, 18:33   2828 views
  Share  
.
Top