Tiro na Mosca utiliza: Utiliza NES.css que é uma estrutura CSS estilo NES-style(8bit-like) NES.css é uma estrutura CSS estilo Famicom (8bit-like) .
<!-- minify -->
<link href="https://unpkg.com/[email protected]/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
OR
<!-- non-minified -->
<link href="https://unpkg.com/[email protected]/css/nes.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
TODO: Escreva como usar no npm
NES.css fornece apenas estilos de componentes. Por favor, defina o layout como você gosta. Por padrão, Press Start 2Peu uso fontes. Por favor, leia e use a fonte separadamente quando for usada diferente do inglês (japonês etc.). TODO: Escreva os detalhes
NES.css consiste apenas em CSS. JavaScript não é necessário.
Nós suportamos a versão mais recente dos seguintes navegadores.
- Chrome
- Firefox
- Safári
Não verificado
- IE / Edge
git clone
cd NES.css
npm i
npm run watch
npm run build
Com o gancho pre-commit, o Lint → format → build é executado automaticamente no tempo de consolidação csse o arquivo é enviado para o diretório. TODO: Eu quero mudar a compilação a ser feita com CI
.
|- index.html: Demo page
|- style.css: Demo page style
|- css: Distribution files
|- scss: Source
|- base
| |- reboot.scss: **Don't change!** (Bootstrap Reboot)
| |- generic.scss: Generic style and overwrite reboot.css
| |- variables.scss: Common variables
|- elements
|- form
|- icons: For 16x16 icon
|- pixel-arts: For icon other than 16x16 icon.
|- utilities
Código e documentação copyright 2018 B.C.Rikko Código liberado sob a licença MIT Docs liberados sob Creative Commons.