Modèle:SurLigne : Différence entre versions

De WikiFiction
Aller à : navigation, rechercher
 
(33 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
<html>
 
<html>
 
<style>
 
<style>
       .green::-moz-selection {
+
markRouge  {
        background-color: #8ebf42;
+
       background-color: red;
       }
+
      color: white;
       .green::selection {
+
}
        background-color: #8ebf42;
+
 
       }
+
markRose  {
       .yellow::-moz-selection {
+
      background-color: pink;
        background-color: #ffcc00;
+
       color: black;
       }
+
}
      .yellow::selection {
+
 
        background-color: #ffcc00;
+
markVert  {
       }
+
       background-color: green;
    </style>
+
      color: white;
<p class="yellow::selection">gris</p>
+
}
 +
 
 +
markBleu  {
 +
      background-color: blue;
 +
       color: white;
 +
}
 +
 
 +
markViolet  {
 +
       background-color: purple;
 +
      color: white;
 +
}
 +
 
 +
markMarron  {
 +
      background-color: maroon;
 +
       color: white;
 +
}
 +
 
 +
markFuchsia  {
 +
      background-color: Fuchsia;
 +
       color: blue;
 +
}
 +
</style>
 
</html>
 
</html>

Version actuelle datée du 29 mai 2024 à 16:34