Skip to content

Outlookify by TheLiamCooke

Details

AuthorTheLiamCooke

LicenseNo license

CategoryTwitter

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Outlook for twitter

Notes

V1

Source code

/* ==UserStyle==
@name       Outlookify
@version    20240605.09.56
@namespace  ?
==/UserStyle== */


@-moz-document domain("x.com") {
/* General layout and colors */
body {
    font-family: Arial, sans-serif; /* Change to your preferred font */
    background-color: #f0f0f0; /* Light gray background */
    color: #000; /* Black text */
}

.global-nav { /* Top navigation bar */
    background-color: #0078d4; /* Outlook blue */
    color: #fff; /* White text */
}

.tweet { /* Tweet container */
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 15px;
}

/* Specific elements */
.tweet-text { /* Tweet text */
    font-size: 14px;
    line-height: 1.5;
}

.tweet-header { /* Tweet header (avatar, name, handle) */
    margin-bottom: 10px;
}

.profile-card { /* Profile card */
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Hide unwanted elements (optional) */
.promoted-tweet { 
    display: none; 
} }

Reviews

No reviews yet.