[CSS+SKEL] + indicateur source article2
authorJohan GIRAUD <johangiraud1@gmail.com>
Mon, 9 Feb 2015 09:00:15 +0000 (10:00 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Mon, 9 Feb 2015 09:00:15 +0000 (10:00 +0100)
css/habillage.css
css/habillage.scss
sommaire.html

index 07845ed..1fa7614 100644 (file)
@@ -196,10 +196,10 @@ p {
   padding-top: 15px;
   clear: both; }
 
-.fa {
+#ateliers .fa {
   color: #05ffbc; }
 
-.fa:hover {
+#ateliers .fa:hover {
   color: #0c0fb7; }
 
 /*2EME COLONNE*/
@@ -218,13 +218,16 @@ p {
 .article .spip_logos {
   display: none; }
 
-.sourcearticle {
+.article .fa {
   width: 20px;
   height: 20px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px; }
 
+.article .fa a {
+  display: none; }
+
 .article img {
   width: 100%; }
 
index e322c99..810816a 100644 (file)
@@ -222,10 +222,10 @@ p{
        padding-top:15px;
        clear:both;
 }
-.fa{
+#ateliers .fa{
        color:#05ffbc;
 }
-.fa:hover{
+#ateliers .fa:hover{
        color:#0c0fb7;
 }
 
@@ -247,13 +247,16 @@ p{
 .article .spip_logos{
        display: none;
 }
-.sourcearticle{
+.article .fa{
        width: 20px;
        height: 20px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
 }
+.article .fa a{
+       display: none;
+}
 .article img{
        width:100%;
 }
index 101213c..ed7e846 100644 (file)
@@ -3,6 +3,7 @@
 <head>
 <title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title>
 <INCLURE{fond=inclure/head}/>
+<link rel="stylesheet" href="plugins/clavettes/css/font-awesome/css/font-awesome.min.css">
 </head>
 
 <body>
@@ -48,7 +49,7 @@
                 <BOUCLE_articles(ARTICLES){0,8}{!par date}>
                 <div class="article">
                     <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"}|image_reduire{150,150})]</a>
-                    <a href="#"><h1>#TITRE <p class="sourcearticle"[ style="background-color:#(#ID_RUBRIQUE|couleur_rubrique);"]></p></h1></a>
+                    <a href="#"><h1>#TITRE <i class="fa fa-circle"[ style="color:#(#ID_RUBRIQUE|couleur_rubrique);"]></i></h1></a>
                     <BOUCLE_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
                     <h3>[(#_articles:DATE|affdate)] — #TITRE</h3>
                     <p>#_articles:INTRODUCTION</p>