Skip to content

borbarad-projekt.de clean and readable by lukruh

Screenshot of borbarad-projekt.de clean and readable

Details

Authorlukruh

LicenseNo License

Categoryborbarad-projekt.de

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove noise backgrounds, increase contrast and font-size

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         borbarad-projekt.de clean and readable
@version      20230726.14.51
@namespace    userstyles.world/user/lukruh
@description  Remove noise backgrounds, increase contrast and font-size
@author       lukruh
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://borbarad-projekt.de/") {
body {
    background-image: none;
    font-size: 1.5em;
    background-color: #111;
}

td.content,
td.nav_content,
td.footer,
table.forum_header {
    background-image: none;
    background-color: #333;
}

p,
li {
    font-size: 100%;
}

h1,
h2,
h3 {
    background-image: none;
    background-color: #222;
}

#link1 {
    background-image: none;
}

#vers {
    border: none;
}

a:link,
a:visited {
    color: #ff7271;
}

a:hover {
    color: #fff;
}

*.forum_input_data,
*.forum_input_text {
    background-color: #111;
    font-size: 100%;
}

input.forum_buttons {
    font-size: 100%;
    padding: 6px;
    color: #ff7271;
    background-color: #222;
    background-image: none;
    cursor: pointer;
    
}
}

Reviews

No reviews yet.