Modèle:SurLigne : Différence entre versions

De WikiFiction
Aller à : navigation, rechercher
 
(26 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
<html>
 
<html>
 
<style>
 
<style>
      mark.green
+
markRouge {
  {
+
      background-color: red;
        background-color: #8ebf42;
+
       color: white;
       }
+
}
       .green::selection {
+
 
        background-color: #8ebf42;
+
markRose  {
       }
+
       background-color: pink;
       .yellow::-moz-selection {
+
      color: black;
        background-color: yellow;
+
}
       }
+
 
       .yellow::selection {
+
markVert  {
        background-color: #yellow;
+
      background-color: green;
       }
+
       color: white;
    </style>
+
}
<mark.green='green'>gris</mark>
+
 
 +
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