Skip to content

Simple Black for portalnovosti.com by dobri-skeletor

Screenshot of Simple Black for portalnovosti.com

Details

Authordobri-skeletor

LicenseCC BY-NC - Creative Commons Attribution-NonCommercial

Categoryportalnovosti.com

Created

Updated

Size884 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple black style for portalnovosti.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Simple Black for portalnovosti.com
@namespace      USO Archive
@author         DS
@description    `A simple black style for portalnovosti.com`
@version        20210130.0.36
@license        CC-BY-NC-4.0
@preprocessor   uso
==/UserStyle== */
@-moz-document regexp('https?://(www\\.)?portalnovosti\\.com.*') {

body {
    background-color: #0e0e0e;
    color: #888888;
}

nav > ul {
    background-color: #0e0e0e !important;
}

*::selection {
    background-color: #282726 !important;
    color: #a37c27 !important;
}

h1 {
    color: #f0f0f0;
}

a:link {
    color: #dddddd;
}

a:visited {
    color: #d0a0a0;
}

.mainArticle article .articleContent p.question::first-letter, .mainArticle article .articleContent blockquote p:first-child::first-letter {
    color: #ffffff;
}

.mainArticle article .articleContent blockquote {
    color: #7e7e7e;
}
  
}

Reviews

No reviews yet.