Giter VIP home page Giter VIP logo

materialcraft's Introduction

MaterialCraft 3.4.1

MaterialCraft is a free Buycraft / MinecraftMarket theme based on Google's Material Design.

Demo

[Click here] (http://rodymol123.github.io/MaterialCraft/)

Download

[Download] (https://github.com/rodymol123/MaterialCraft/archive/master.zip)

Setup

Copy the contents of the theme you'd like (located in the dist directory) and paste them in the theme editor of either Buycraft or MinecraftMarket. You're free to change the theme to fit your needs.

MinecraftMarket Specifics

At the bottom of the CSS file you'll find a "MinecraftMarket Specifics" section, you can remove this if you don't use MinecraftMarket. Leaving it won't affect Buycraft stores.

Bugs and Issues

Our quality standards are high, so if you find anything(!), please open an issue.

Creator

MaterialCraft was created by and is maintained by Rody Molenaar.

materialcraft's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

materialcraft's Issues

Improve ripple animation

Why

It’s not natural: the animation is slow and originates from the center which looks odd.

Demo

Note

There’s one drawback: the element must be displayed as block or inline-block. I think this applies to that other solution though nevertheless.

How

@mixin ripple {
  position: relative;
  overflow: hidden;

  &:active::after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s;
  }

  &::after {
    content: “”;
    display: block;
    background: rgba($bold-text-color, 0.6);
    color: #fff;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all $material-design-transition;
  }
}

didnt work

This issue is due to the reason that the copy and paste of one thing didn't work and you said
if there any problem tell you

Donationstore support

Hai rody, how are you?
It's a toon of time that i don't see from minecraftmarket end, (i am Malachiel) i would like that now i am active and using donationstore, and if you can you can help us with the design and stuff of the new panel, if you have discord you can reach here https://discord.gg/vsgeqp, I remind that you are pretty good on that :)

Add license to LICENSE.md

Instead of putting it at the bottom of your readme, you could also put your license in LICENSE.md. This will also make Github show it in the header (next to contributors).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.