Modèle:SurLigne : Différence entre versions

De WikiFiction
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
<html>
 
<html>
 
<style>
 
<style>
      mark.green
+
    mark  {
  {
+
       background-color: red;
        background-color: #8ebf42;
+
       color: black;
      }
+
}
       .green::selection {
 
        background-color: #8ebf42;
 
       }
 
      .yellow::-moz-selection {
 
        background-color: yellow;
 
      }
 
      .yellow::selection {
 
        background-color: #yellow;
 
      }
 
 
     </style>
 
     </style>
<mark.green='green'>gris</mark>
+
<mark>gris</mark>
 
</html>
 
</html>

Version du 18 juillet 2023 à 16:50

gris