Skip to content

twitter.com - Nov 2023 by saidbakr

Screenshot of twitter.com - Nov 2023

Details

Authorsaidbakr

LicenseNo License

Categoryx.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitter.com - Touch
@namespace      github.com/openstyles/stylus
@version        1.1.1
@description    Style for date and time + who follows
@author         Said Bakr
==/UserStyle== */

@-moz-document domain("twitter.com") {
    /* Insert code here... */
    a time {
          color: red;
          font-weight: bold;
          box-shadow: 1px 1px 5px maroon;
          padding: 2px;
          border-radius: 5px;
          background: wheat;
          margin-bottom: 5px;
    }
    div[data-testid="userFollowIndicator"]>span{
        color:#417b0a;
        font-weight: bold;
        font-size: larger;
        background: #9affff;
        padding: 5px;
        border-radius: 15px 3px;
        box-shadow: 0 0 15px;
    }
    div[data-testid="userFollowIndicator"]>span::before{
        content: "\1F5F8";
        padding: 3px;
    }
    div[aria-label~="Following"]{
        background: #07bf07 !important;
    }
   /* article>div>div::before{
        content: "*";
        /*direction: rtl;*//*
    }
    article>div>div:hover::before{
        child{
            color: red;
        }
        direction: rtl;
    }*/
}

Reviews

No reviews yet.