Favourites #1Devaon Test :: Votre 1ère catégorie :: The Outerlands
Jack JonesJack JonesAdmin
Posts : 15
Join date : 2021-12-08

Character sheet
Field 1: Default field value
https://devaon-test.forumactif.com
Award 1
An award description about why this user earned it.
Award 4
An award description about why this user earned it.
Award 3
An award description about why this user earned it.
Award 5
An award description about why this user earned it.
Award 2
An award description about why this user earned it.
Sun 10 Apr - 19:01
overall_header
Code:
<link rel="stylesheet" href="https://dl.dropbox.com/s/k8aop3ox09vd6k2/css.css" /> <!-- FAVS CSS -->
<div class="favs" style="display: none;">♥</div>
<div class="favs_list"></div>
  
  <script type="text/javascript">
  if (_userdata['user_level'] == 0) {
    $('.favs').remove();
  } else {
    $('.favs').show();
  };  
  
  $('.favs').on('click', function() {

    if(!$('.favs_list').is(":visible")) {
        $('.favs_list').load('/search?search_id=favouritesearch .postdetails a[href^="/t"]', function() {
            $('.favs_list').fadeIn('150');
        });
    } else {
        $('.favs_list').fadeOut('150'); }
  });
  </script>

css
Code:
.favs {
    position: fixed;
    margin-left: 1%;
    margin-top: .5%;
    color: #ff00bc;
    font-size: 15pt;
 cursor: pointer;
}

.favs_list {
    position: fixed;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 1%;
    left: calc(1.5% + 15pt);
    background-color: white;
    z-index: 99;
    display: none;
}

.favs_list a {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 10pt;
    margin: 5px 0;
}

a.add-fav {
    text-decoration: none !important;
    font-size: 12pt;
    vertical-align: top;
    display: inline-block;
    color: #df168f;
    height: 12pt;
    line-height: 12pt;
}
Back to top
Permissions in this forum:
You cannot reply to topics in this forum