Skip to content

tribals.io M mod by Alex22

Details

AuthorAlex22

LicenseNo License

Categoryhttps://tribals.io

Created

Updated

Size9.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

......

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         tribals.io M mod
@version      20240519.17.20
@namespace    https://userstyles.world/user/Alex22
@description  ......
@author       Alex22
@license      No License
==/UserStyle== */

/* ==UserStyle==
@name           hashed
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("tribals.io") {
#sleeping button {
    left: 50%;
    bottom: 190px;
    transform: translate(-50%, 0%) scale(1.7);
    opacity: 1.0;
    z-index: 50;
    text-transform: uppercase;
    color: blue;
}
    .wake-attention {
    animation: wake-attention 0.45s linear(0 0%, 0.51 -7.35%, 1 100%);
        animation-iteration-count: infinite;}

    .craft-button {
    background-color: #9100ff;
    color: #000000;
    padding: 10px 20px;
    border-radius: 48px;
    border: none;
    font-weight: bold;
    border-bottom: 6px #000000 solid;
    border-top: solid 3px #000000;
    text-shadow: 0px 2px 0px #00c4ff;
    cursor: pointer;
    font-family: 'Passion One', Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: -24px;
    width: 210px;
    left: 50%;
    font-size: 31px;
    transform: translate(-50%, 0%) scale(1.0);
    transition: 0.1s transform cubic-bezier(0, 0, 0.77, 0.06);
    z-index: 1;
}
    
#craft {
    right: 290px;
    color: #62ff00;
    top: 45%;
    transform: translate(0%, -50%);
    width: 490px;
    position: absolute;
    height: 420px;
    background: #000;
    padding: 20px 30px;
    z-index: 50;
}
    .search-wrap input {
    width: 100%;
    color: #a207f1;
    font-family: 'Passion One', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    padding: 9px 50px 9px 15px;
    border-left: solid 4px #ff0000;
    border-right: solid 4px #ff0000;
    border-top: solid 4px #ff0000;
    border-bottom: solid 4px #ff0000;
    border-radius: 14px;
    box-shadow: inset 0px -2px 10px #000000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(255 0 0) 100%);
    text-align: left;
}
    
#crafting-table {
    position: absolute;
    background: #000;
    width: 250px;
    height: 400px;
    right: -273px;
    top: 10px;
    box-shadow: 0px 0px 30px #000;
    border-radius: 8px;
    padding: 20px;
    box-sizing: content-box;
}
    #required-items .craft-recipe {
    list-style: none;
    width: 240px;
    background-color: rgb(0 0 0 / 80%);
    box-shadow: 0px 0px 10px #0b08ff;
    padding: 5px;
    border-radius: 5px;
    font-size: 23px;
    /* float: left; */
    margin-bottom: 10px;
    display: block;
    height: 60px;
    border-left: solid 8px rgb(0 17 255 / 28%);
    cursor: pointer;
    text-shadow: 0px 1px 3px #000;
    position: relative;
}
    #inventory {
    position: absolute;
    left: 0%;
    top: 45%;
    width: 660px;
    height: 420px;
    transform: translate(0%, -50%);
    background-color: #ff0000de;
    background: #000;
    background-size: 100%;
    color: #fff;
    text-align: left;
    font-size: 22px;
    padding: 20px 30px;
    z-index: 201;
}
    #inventory-tabs span.active {
    transform: scale(1.1);
    /* opacity: 1; */
    background: linear-gradient(359deg, rgb(0 0 0) 0%, rgb(255 0 0) 100%);
}
    #party {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;
    top: calc(45% + 280px);
    transform: translateY(-50%);
    width: 690px;
    min-height: 70px;
    max-height: 110px;
    background: linear-gradient(0deg, rgb(0 0 0 / 99%) 0%, rgb(227 14 14 / 67%) 100%);
    border-radius: 10px;
    border: solid 4px #000000;
    color: #b50000;
    text-align: left;
    font-size: 22px;
    padding: 10px 20px;
    z-index: 201;
    box-sizing: border-box;
}
    .create-party button {
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #000000;
    background-image: -webkit-linear-gradient(top, #5600ff, #b700ff);
    background-image: -moz-linear-gradient(top, #000, #000);
    background-image: -ms-linear-gradient(top, #000, #000);
    background-image: -o-linear-gradient(top, #000, #0d0d0d);
    background-image: linear-gradient(to bottom, #ff0000, #000000);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1rem;
    padding: 8px 15px 8px 15px;
    border: 2px #ff0000 solid;
    border-right: 3px #000000 solid;
    border-bottom: 4px #000000 solid;
    text-decoration: none;
    transition: cubic-bezier(0.25, 0.1, 0.15, 1.15) all 0.3s;
    box-sizing: border-box;
}
    .close-button {
    position: absolute;
    right: 10px;
    top: -60px;
    background-size: 40%;
    color: #f00;
    font-size: 30px;
    border-radius: 5px;
    border: solid 2px rgba(255, 0, 0, .486);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
    .close-button {
    position: absolute;
    right: 10px;
    top: -60px;
    background: #000000e6 url(files/assets/86495707/1/Close-Icon.png?t=373487c…?v=0951c5) center center no-repeat;
    background-size: 40%;
    color: #0a00ff;
    font-size: 30px;
    border-radius: 5px;
    border: solid 2px rgba(55, 0, 255, .486);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
    .craft-button.disabled {
    background-color: #ff0000;
    color: #fff;
    cursor: not-allowed;
    border-bottom: 6px #000000 solid;
    border-top: solid 3px #000000;
}
    .craft-button {
    background-color: #9100ff;
    color: #000000;
    padding: 10px 20px;
    border-radius: 48px;
    border: none;
    font-weight: bold;
    border-bottom: 6px #000000 solid;
    border-top: solid 3px #000000;
    text-shadow: 0px 2px 0px #ffffff;
    cursor: pointer;
    font-family: 'Passion One', Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: -24px;
    width: 210px;
    left: 50%;
    font-size: 31px;
    transform: translate(-50%, 0%) scale(1.0);
    transition: 0.1s transform cubic-bezier(0, 0, 0.77, 0.06);
    z-index: 1;
}
    .stack, #external-inventory li .stack {
    position: absolute;
    left: 12px;
    bottom: 7px;
    font-size: 12px;
    border-top-right-radius: 5px;
    background: rgb(0 0 0 / 60%);
    color: #00ff37;
    z-index: 10;
    padding: 5px 10px;
    font-weight: bold;
}
    #hand li .stack, #inventory li .stack, #external-inventory li .stack {
    position: absolute;
    left: 12px;
    bottom: 7px;
    font-size: 12px;
    border-top-right-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #00c6e5;
    z-index: 10;
    padding: 5px 10px;
    font-weight: bold;
}
    #chat input, #chat textarea {
    background: #0043ff70;
    color: #00ff1f;
    font-size: 20px;
    padding: 10px 20px;
    width: 300px;
    border: solid 3px #3e00fb;
    border-radius: 7px;
    resize: none;
}
    #chat li.console b {
    color: #c000ff;
}
    
@keyframes rainbowAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#chat li.staff b {
    background: linear-gradient(45deg, #f00, #ff6300, #fff500, #15ff00, #00ff91, #0bf, #00f);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    color: transparent;
    animation: rainbowAnimation 5s linear infinite;
}
    #chat li {
    list-style: none;
    color: #ffffffeb;
    padding: 4px 14px;
    background: #000000a1;
    display: table;
    margin-bottom: 2px;
    border: solid 3px #2b2b2b;
    border-radius: 5px;
    animation: appear 0.1s ease-out;
    word-break: break-word;
    white-space: pre-line;
    -moz-white-space: pre-line;
    overflow-wrap: anywhere;
}
    
#wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Cursive Font', times-bold-italic, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
    zoom: 0.85;
    transform-origin: center top;
}
    
#pause-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    padding: 45px 50px;
    background-color: #ff0000eb;
    background-size: 100% 100%;
    z-index: 950;
}
    #pause-menu ul li.leave {
    background: #ff8a8a;
    background-image: -webkit-linear-gradient(top, #693c3c, #000000);
    background-image: -moz-linear-gradient(top, #971515, #c50808);
    background-image: -ms-linear-gradient(top, #971515, #c50808);
    background-image: -o-linear-gradient(top, #971515, #c50808);
    background-image: linear-gradient(to bottom, #ff0000, #000000);
    border: 2px #ff0000 solid;
    border-right: 3px #000000 solid;
    border-bottom: 4px #000000 solid;
}
    #prompt {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    background: url(files/assets/89505687/1/Prompt-Background.png?t=3c85dcf…?v=0951c5) no-repeat;
    background-size: 100% 100%;
    padding: 20px 0px;
    width: 500px;
    z-index: 1000;
    box-shadow: 0px 0px 40px #f00;
    border-radius: 10px;
    flex-wrap: wrap;
    align-content: center;
}
    #connection-error {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    transform: translate(-50%, -50%);
    background-color: #232323;
    border-radius: 5px;
    color: #00c4ff;
    z-index: 975;
    padding: 40px 30px;
    text-align: center;
    font-size: 30px;
    border: solid 2px #f00;
}
    #death-header p {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    color: #fff;
    background-color: rgb(81 0 0 / 75%);
    padding: 10px 20px;
    border-radius: 5px;
    width: 500px;
    margin-left: auto;
    }
}

Reviews

No reviews yet.