• photoMaldives

    (@photomaldives)


    Share your useful CSS here !

    1)

    /* highlight links on hover */
    .LinkLibraryCat li a:hover {
    background-color: yellow;
    color: #222;
    transition: all 0.2s ease-in-out;
    }

    2)

    /* Turn category name into column header */
    .linklistcatname {
    font-size: 20px;
    padding-bottom: 10px;
    background-color: #ccc;
    text-align: center;
    }

    3) In plugin settings, (Library Config – Links) set NEW label to bullet (?) and flag position to Before. Adjust spacing and colors to suit.

    /* NEW label to bullet */
    .recently_updated {
    padding: 0px 5px 2px 5px;
    margin: 0px 2px 0px -28px;
    color: green;
    background-color: rgba(0,0,0,0);
    }

Viewing 1 replies (of 1 total)
  • Thread Starter photoMaldives

    (@photomaldives)

    /* custom bullet by cat */
    .linklist .LinkLibraryCat34 li {
    list-style-type:'? ';
    }

    /* bullet color by cat */
    .linklist .LinkLibraryCat140 li::marker {
    color: orange;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘?? Useful CSS Snippets Shared’ is closed to new replies.