Différences entre les versions de « Utilisateur:Lunaramethyst/common.css »

Le WikiHalo rappelle à ses contributeurs que toute information ajoutée doit être officielle et vérifiable. Les contributions sans sources et les théories sur Halo Infinite seront rejetées.
(Page créée avec « .backToTop { opacity:1; filter:alpha(opacity=100); position:fixed; z-index:9999; bottom:10px; right:5px; display:none; height:160px; width:100px; background-repe... »)
 
Ligne 18 : Ligne 18 :
.action-submit .backToTop {
.action-submit .backToTop {
  display:none !important
  display:none !important
}
td p {
  margin-bottom:0em;
}
}

Version du 23 octobre 2023 à 13:14

.backToTop {
 opacity:1;
 filter:alpha(opacity=100);
 position:fixed;
 z-index:9999;
 bottom:10px;
 right:5px;
 display:none;
 height:160px;
 width:100px;
 background-repeat:no-repeat;
 background-image:url(//www.gfwiki.org/images/d/df/Up_btn.gif);
 background-color:transparent;
 background-size:100%;
 cursor:pointer
}
.action-edit .backToTop,
.action-submit .backToTop {
 display:none !important
}

td p {
  margin-bottom:0em;
}