This repository has been archived on 2021-03-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
pluxml-colors/themes/Colors
2021-03-04 17:15:59 +01:00
..
fonts http -> https 2021-03-04 15:50:41 +01:00
img ajout image d'accroche 2016-01-24 09:22:18 +01:00
js ajout image d'accroche 2016-01-24 09:22:18 +01:00
lang Update pour version 5.5 pluxml 2016-01-23 19:45:56 +01:00
sass ajout image d'accroche 2016-01-24 09:22:18 +01:00
archives.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
article-full-width.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
article.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
categorie.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
commentaires.php Update commentaires.php 2016-09-09 19:03:48 +02:00
config.rb ajout image d'accroche 2016-01-24 09:22:18 +01:00
erreur.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
footer.php Disable dead link 2021-03-04 17:15:59 +01:00
header.php http -> https 2021-03-04 15:50:41 +01:00
home.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
index.html ajout image d'accroche 2016-01-24 09:22:18 +01:00
infos.xml http -> https 2021-03-04 15:50:41 +01:00
preview.png ajout image d'accroche 2016-01-24 09:22:18 +01:00
README.md http -> https 2021-03-04 15:50:41 +01:00
sidebar.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
static-full-width.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
static.php ajout image d'accroche 2016-01-24 09:22:18 +01:00
style.css ajout image d'accroche 2016-01-24 09:22:18 +01:00
tags.php ajout image d'accroche 2016-01-24 09:22:18 +01:00

Framework SASS responsive HTML5

Le framework n'utilise pas de js, moins de 7ko pour le fichier style.css

Le dossier contient:

  • Un dossier SASS pour editer facilement le style.css
  • Utilisation d'une grille responsive et d'une navigation
  • Utlisation de la police Web symbols
  • Maquette HTML5 et CSS3 validation W3C
  • Mixins Animate

Version

1.1

Edition du fichier style.sass

/* Reset et importation des mixins CSS */
@import "compass";
@import "reset";


/* @include animate(animation-name, animation-duration, animation-delay); */
/* voir le projet et instruction: https://github.com/simko-io/animated.sass/blob/master/README.md */
@import "animated";

@include animation(bounce-in-right);


/* Largeur, espace entre les blocs et nombre de blocs */
$wrap: 1160px;
$gutter: 20px;
$bloc: 12;
$max-width: 768px;
$police: "Helvetica Neue", sans-serif;
$size: 16px;

$primaire: #666;
$secondaire: #ccc;


/* importer les éléments du style */
@import "fonts";
@import "header";
@import "body";
@import "sidebar";
@import "form";
@import "footer";
@import "grid";

Démo: https://psdtohtml5.fr