Стиль другого автора, который я немного доделал.
Скриншоты
1.png
2.png
3.png
/* ==UserStyle==
@name LOR Dark blue
@namespace USO Archive
@author ens0
@description dark blue style for LOR
@version 20151215.12.36
@license NONE
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.linux.org.ru") {
html,
body,
.code,
code {
background: #0f2330 !important;
/*color: #b3c5d0 !important;*/
}
#sitetitle {
background: #153041 !important;
}
h2 a {
color: #b3c5d0 !important;
}
#hd .menu ul {
display: flex;
}
#hd .menu li {
margin: 0;
}
.menu a {
color: #b3c5d0 !important;
text-decoration: none;
display: block;
padding: 10px;
}
.menu a:hover {
background-color: #15618c;
}
#loginGreating a {
color: #b3c5d0 !important;
text-decoration: none;
}
#sitetitle {
color: #ffffff !important;
}
#bd {
padding-left: 0;
padding-right: 0;
}
article.news {
padding: 10px;
box-shadow: 0 0 1px 1px #70c0ed;
}
img.photo {
border-radius: 0;
}
blockquote {
background-color: #0f2330;
border: 1px dotted #234240;
border-left: 5px solid #15618c;
color: #b3c5d0;
font-style: normal;
}
#realtime a {
color: #fff;
}
.nav-buttons a {
color: #feedcf !important;
}
.messages .msg:target {
border: 1px solid #dc322f !important;
margin-top: 5px;
}
.menu,
.infoblock,
.boxlet,
.messages .msg,
.message-table .tag {
background: #153041 !important;
}
.messages .by-ts {
background: #15412E !important;
}
.infoblock,
.boxlet,
.msg,
.message-table .tag {
border-radius: 0 !important;
}
.msg {
border-top: 5px solid #0f2330 !important;
}
#bd .forum table th,
.message-table tr:hover {
background: #153041 !important;
}
.msg {
padding-left: 15px !important;
padding-right: 15px !important;
}
#bd .btn-default {
background-color: #173447 !important;
}
#bd .btn-selected {
background-color: #234b64 !important;
color: #fff !important;
}
#bd .btn-primary {
background-color: #2e6080 !important;
}
#bd .forum table tbody td {
border: 1px solid #234240 !important;
}
#bd .forum table th {
border: 1px solid #234240 !important;
}
#bd .forum table tbody td a {
text-decoration: none !important;
color: #70c0ed !important;
}
.message-table .tag {
color: #EEEEEC !important;
}
/*blockquote {
border-left-color: #506572 !important;
}*/
#bd .sign a {
color: #1ee056 !important;
font-weight: bold;
}
#bd .sign_more a {
font-weight: normal;
}
#whois_userpic {
background: #153041 none repeat scroll 0% 0% !important;
}
form#query {
border: 1px solid #b3c5d0;
padding: 10px;
}
form.control-group {
border: 1px solid #b3c5d0;
padding: 10px;
margin-top: 10px;
}
.msg .reply li::before, .msg .reply li::after {
display: none;
}
.msg .reply li a {
display: inline-block;
padding-right: 4px;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #70c0ed;
border-radius: 2px;
text-decoration: none;
color: #b3c5d0 !important;
background: linear-gradient(to bottom, #15618c 0%, #153041 100%);
}
textarea {
background-color: #080814;
border: 1px solid #8E97BD;
border-radius: 2px;
color: #b3c5d0;
}
input, select {
background-color: #153041;
color: #b3c5d0;
border: 1px solid #70c0ed;
border-radius: 0;
}
#markup-panel .btn {
border-radius: 0;
}
#whois_userpic {
border-radius: 0;
}
div.tags-first-letters {
padding: 5px;
background: #153041
}
:root {
--text-color: #b3c5d0;
--link-color: #70c0ed;
--icon-button-active-color: #ffe746;
--header-color: #70c0ed;
--tag-color: #ffe746;
--button-primary-background: #15618c;
}
}