Исправление плохо читаемого текста
metal-archives.com by genry6548
Details
Authorgenry6548
LicenseNo License
Categorymetal-archives.com
Created
Updated
Size2.1 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 metal-archives.com
@version 20230215.22.14
@namespace userstyles.world/user/genry6548
@description Исправление плохо читаемого текста
@author genry6548
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Metal-Archives / Encyclopaedia Metallum (White)
@namespace USO Archive
@author dotter
@description `White style for the very dark Encyclopedia Metallum. This style makes readability very easy with vista's Calibri font, as well as the wonderful white, red, and black styling.Features:- Calibri font- White background for each page, table data, and paragraph- Black background Red text for headings (reverse of screenshot... new screen to come soon)- Bold table headings- Extra-large band name headings on specific band's page- Light overall lookChangelog:1.0.0.1:+ Fixed all text on the message board and the forum+ Now all text is visible and readable!`
@version 20081208.17.1
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/*
_____________________________________________________________
| | |
| Title: | Metal-Archives / Encyclopaedia Metallum |
| Description: | White Theme and New Fonts (Calibri) |
| Author: | -=Ben=- |
| Date Created: | April 23, 2008 |
| Last Updated: | December 8, 2008 |
| Version: | 1.0.0.1 |
|__________________|__________________________________________|
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("metal-archives.com") {
/*Table Background to White*/
table,
td,
tr,
p,
html,
center,
TABLE > TBODY > TR > TD > A {
background-color: #000 !important;
color: #dbcbcb !important;
font-family: Calibri, Arial !important;
font-size: 14px !important;
border-color: #3f100e !important;
}
}