Skip to content

LORWaita-dark - linux.org.ru by masa

Screenshot of LORWaita-dark - linux.org.ru

Details

Authormasa

LicenseNONE

Categorylinux.org.ru

Created

Updated

Code size3.1 kB

Code checksum4d435451

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         LORWaita-dark - linux.org.ru
@namespace    USO Archive
@author       mogwai, masa
@description  Adwaita colors for LOR tango theme. If you prefer light adwaita with dark linux.org.ru Original theme is here: https://userstyles.org/styles/177345/linux-org-ru-lorwaita
@version      20250430.11.51
@license      NONE
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("linux.org.ru")
{
    html, 
    body, 
    .code, 
    .tracker-item,
    .notifications-item
    {
	background: #353535;
    }

    .boxlet, 
    #whois_userpic, 
    .infoblock, 
    .page-number, 
    .messages .msg
    {
	background: #2d2d2d;
    }
    
    a,
    #navPath a:visited, 
    #loginGreating a, 
    #bd header a:visited, 
    #bd a.navLink:visited, 
    #bd .nav a:visited, 
    #bd .nav li a:hover, 
    #bd .btn:hover, 
    .icon-reply-color
    {
	color: #62a0ea;
    }
    #loginGreating a
    {
	color: #62a0ea !important;
    }
    
    html, 
    body, 
    #sitetitle, 
    #bd .forum table tbody td a,
    #bd .forum table tbody td a:visited,
    #bd .forum table thead, 
    #bd .forum table tfoot, 
    .message-table .tag, 
    #bd .nav li a, 
    #bd .btn-default, 
    .tracker-item .tracker-tags .tag,
    #bd .forum table thead a, #bd .forum table tfoot a
    {
	color: #eeeeec;
    }

    .message-table a.secondary,
    #bd .btn, 
    #bd .btn:hover
    {
	color: #eeeeec !important;
    }

    #bd h1, 
    #bd h2, 
    #bd h1 a, 
    #bd header h1 a, 
    #bd h2 a, 
    #bd h1 a:visited, 
    #bd header h1 a:visited, 
    #bd h2 a:visited
    {
	color: #d7d7d7;
    }

    #bd .forum table th, 
    #bd .forum table tbody td, 
    .tracker-item, 
    .tracker-item:last-of-type, 
    .notifications-item,
    blockquote
    {
	border-color: #555;
    }
    #bd .forum table thead, 
    #bd .forum table tfoot, 
    .message-table .tag, 
    #bd .nav li a, 
    #bd .btn-default, 
    .tracker-item .tracker-tags .tag
    {
	background-color: #555;
    }
    
    #bd .forum table tbody tr:hover,
    .tracker-item:hover,
    #bd .forum table tbody tr:hover a
    {
	background-color: #15539e !important;
	color: #f6f5f4 !important;
    }

    #bd .btn:hover {
	box-shadow: 0 0 1px 1px #555;
    }
    
    #bd .btn-selected {
	background-color: #2d2d2d;
    }

    #bd .btn-danger
    {
	background-color: #e01b24;
    }

    .stars, 
    #bd .sign a, 
    #bd .sign a:visited, 
    .icon-user-color
    {
	color: #57e389;
    }
    .cal-heatmap-container .q5 
    {
	background-color: #57e389;
	fill: #57e389;
    }

    #bd .tags a, 
    #bd .tags a:visited, 
    #bd a.tag, 
    #bd a.tag.tag:visited, 
    .icon-tag-color,
    .fav-buttons .selected [class^="icon-"]
    {
	color: #ffa348;
    }
    #hd .menu a, .icon-pin-color
    {
	color: #ffbe6f;
    }

    .penguin_progress span
    {
	background-color: #62a0ea !important;
    }
}

Reviews

No reviews yet.