• Report Links
    We do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.

Custom Node View (Better Style For Post Title)


🦊 DNSProxy Layer 7 DDOS Protection 🥷 / DMCA Ignored 🫡 / Advanced Browser Checks 🕸

XMAN

Well-known member
Joined
Jul 12, 2021
Messages
33,393
Reaction score
248
Points
63
CSS:

Code:
node-extra-row {
    text-shadow: 0 0 4px #ae93bb;
    display: inline-table;
    vertical-align: -webkit-baseline-middle;
    width: auto;
    padding: 10px 0px 0px;
    font-size: 13px;
    text-overflow: clip;
    overflow: hidden;
    white-space: inherit;
    align-content: flex-end;
}
.listInline>li {
    display: inline;
    margin: 0;
    padding: 0;
    /* padding: 20px 30px 3px; */
    font-size: 13px;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    align-content: space-between;
}


.node-extra-icon {
   display: inline-flex;
    width: 50%;
    float: right;
    margin-left: auto;
    margin-right: auto;
}

.node-body {
    display: table;
    table-layout: initial;
    width: 100%;
}
.node-stats {
    vertical-align: middle;
    text-align: center;
    width: 31%;
    padding: 10px 0px 10px;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    align-content: space-between;
}
.node-extra {
    padding: 30px 30px 30px;
}

Continue reading...
 
Top