A simple dark background with light-colored text.
Um plano de fundo simples com um texto de cor clara.
tibia dark theme (tibia modo escuro) by hecto600
Details
Authorhecto600
LicenseMIT
Categoryhttps://www.tibia.com/
Created
Updated
Size4.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 www.tibia.com - 11/10/2022, 11:22:40 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.tibia.com") {
/*links*/
a {
color: #44bcff !important
}
a:hover {
color: #E57373 !important
}
a:visited {
color: #CE93D8 !important
}
/*news*/
.Odd {
background-color: #323232 !important;
background-image: none !important;
color: #f7f7f7;
}
.Even {
background-color: #121212 !important;
background-image: none !important;
color: #f7f7f7;
}
/*box content sections*/
#NewsTicker .BoxContent,
#FeaturedArticle .BoxContent,
#News .BoxContent,
#NewsArchive .BoxContent,
#EventSchedule .BoxContent,
#whatistibia .BoxContent,
#screenshots .BoxContent,
#gamefeatures .BoxContent,
#premiumfeatures .BoxContent,
#aboutcipsoft .BoxContent,
#quickstart .BoxContent,
#manual .BoxContent,
#securityhints .BoxContent,
#creatures .BoxContent,
#boostablebosses .BoxContent,
#spells .BoxContent,
#achievements .BoxContent,
#worldquests .BoxContent,
#experiencetable .BoxContent,
#maps .BoxContent,
#genesis .BoxContent,
#soundtrack .BoxContent,
#characters .BoxContent,
#worlds .BoxContent,
#tournament .BoxContent,
#highscores .BoxContent,
#leaderboards .BoxContent,
#worlds .BoxContent,
#tournament .BoxContent,
#highscores .BoxContent,
#tournamentleaderboards .BoxContent,
#killstatistics .BoxContent,
#houses .BoxContent,
#guilds .BoxContent,
#polls .BoxContent,
#feedbackform .BoxContent,
#fansites .BoxContent,
#resellers .BoxContent,
#worldboards .BoxContent,
#tradeboards .BoxContent,
#communityboards .BoxContent,
#supportboards .BoxContent,
#guildboards .BoxContent,
#accountmanagement .BoxContent,
#createaccount .BoxContent,
#downloadclient .BoxContent,
#lostaccount .BoxContent,
#currentcharactertrades .BoxContent,
#pastcharactertrades .BoxContent,
#ownbids .BoxContent,
#owncharactertrades .BoxContent,
#watchedcharactertrades .BoxContent,
#tibiarules .BoxContent,
#tutorguide .BoxContent,
#parentsguide .BoxContent,
#legaldocuments .BoxContent,
#gethelp .BoxContent {
color: #f7f7f7;
background-image: none !important;
background-color: #121212
}
/*table sections*/
#News td,
#NewsArchive td,
#EventSchedule td,
#premiumfeatures td,
#aboutcipsoft td,
#creatures td,
#boostablebosses td,
#spells td,
#achievements td,
#worldquests td,
#experiencetable td,
#worlds td,
#tournament td,
#highscores td,
#leaderboards td,
#tournamentleaderboards td,
#killstatistics td,
#houses td,
#guilds td,
#polls td,
#feedbackform td,
#fansites td,
#resellers td,
#worldboards td,
#tradeboards td,
#communityboards td,
#supportboards td,
#guildboards td,
#accountmanagement td,
#createaccount td,
#downloadclient td,
#lostaccount td,
#currentcharactertrades td,
#pastcharactertrades td,
#ownbids td,
#owncharactertrades td,
#watchedcharactertrades td,
#tibiarules td,
#tutorguide td,
#parentsguide td,
#gethelp td {
color: #f7f7f7;
background-image: none !important;
background-color: #323232
}
/*class configuration sections*/
#achievements .Message,
#worldquests .Message,
#accountmanagement .Message,
#currentcharactertrades .Message,
#ownbids .Message,
#owncharactertrades .Message,
#watchedcharactertrades .Message,
#gethelp .Message {
background-color: #323232
}
#worldboards .ff_info,
#tradeboards .ff_info,
#communityboards .ff_info,
#supportboards .ff_info {
color: #f7f7f7;
background-image: none !important;
background-color: #323232
}
#currentcharactertrades .ShortAuctionData,
#currentcharactertrades .AuctionBodyBlock,
#currentcharactertrades .AuctionItemsViewBox,
#currentcharactertrades .AuctionTimer,
#pastcharactertrades .ShortAuctionData,
#pastcharactertrades .AuctionBodyBlock,
#pastcharactertrades .AuctionItemsViewBox,
#pastcharactertrades .AuctionTimer {
color: #f7f7f7;
background-image: none !important;
background-color: #323232
}
/*gethelp list def*/
#gethelp li {
color: #f7f7f7;
background-image: none !important;
background-color: #323232
}
}