[CSS]+ textes
authorJohan GIRAUD <johangiraud1@gmail.com>
Wed, 21 Jan 2015 13:25:32 +0000 (14:25 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Wed, 21 Jan 2015 13:25:32 +0000 (14:25 +0100)
css/habillage.css
css/habillage.scss

index c6f46f3..8cdfb70 100644 (file)
@@ -1,3 +1,68 @@
+@charset "UTF-8";
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font: inherit;
+  font-size: 100%;
+  vertical-align: baseline;
+  font-family: sans-serif;
+  color: #1a0583;
+  text-align: left; }
+
+html, body, span, applet, object, iframe,
+blockquote, pre,
+abbr, acronym, address, big, cite, code,
+del, dfn, em, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, hgroup,
+menu, nav, output, ruby, summary, mark, audio, video {
+  background-color: #ffffff; }
+
+html {
+  line-height: 1; }
+
+ol, ul {
+  list-style: none; }
+
+table {
+  border-collapse: collapse;
+  border-spacing: 0; }
+
+caption, th, td {
+  text-align: left;
+  font-weight: normal;
+  vertical-align: middle; }
+
+q, blockquote {
+  quotes: none; }
+
+q:before, q:after, blockquote:before, blockquote:after {
+  content: "";
+  content: none; }
+
+a img {
+  border: none; }
+
+article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
+  display: block; }
+
 * {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
@@ -5,9 +70,7 @@
 
 body {
   margin: 0;
-  padding: 0;
-  font-family: sans-serif;
-  color: #1a0583; }
+  padding: 0; }
 
 header {
   margin: 0 auto;
@@ -24,6 +87,10 @@ header img {
 a {
   text-decoration: none; }
 
+a:focus, a:hover, a:active {
+  background: none;
+  color: #1a0583; }
+
 h1 {
   margin: 0;
   padding: 0;
index 062f1ef..8849280 100644 (file)
@@ -18,6 +18,23 @@ time, mark, audio, video {
   font: inherit;
   font-size: 100%;
   vertical-align: baseline;
+  font-family: sans-serif;
+  color:#1a0583;
+  text-align: left;
+}
+
+html, body, span, applet, object, iframe,
+blockquote, pre,
+abbr, acronym, address, big, cite, code,
+del, dfn, em, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption,hgroup,
+menu, nav, output, ruby, summary, mark, audio, video {
+       background-color: #ffffff;
 }
 
 html {
@@ -54,6 +71,7 @@ a img {
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
   display: block;
 }
+
 *{
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
@@ -63,8 +81,6 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
 body{
        margin:0;
        padding:0;
-       font-family: sans-serif;
-       color:#1a0583;
 }
 
 header{
@@ -85,6 +101,11 @@ a{
        text-decoration:none;
 }
 
+a:focus, a:hover, a:active{
+       background:none;
+       color:#1a0583;
+}
+
 h1{
        margin: 0;
        padding:0;