e
lor by kleo
Details
Authorkleo
LicenseNo License
Categorylor
Created
Updated
Size2.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
e
Source code
/* ==UserStyle==
@name tongubin's LOR user style
@namespace http://www.w3.org/1999/xhtml
@version 0.0.1
@description A userstyle for LOR (theme Waltz, no userpics).
@author Lev Zagatov (tongubin)
==/UserStyle== */
@-moz-document domain("linux.org.ru") {
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
}
@-moz-document regexp("h*/linux.org.ru/people/*/profile") {
p a:visited {
color: #ddffdd !important;
}
p a:link {
color: #ddddff !important;
}
}
@-moz-document domain("linux.org.ru") {
#hd {
font-style: normal;
}
*, textarea.msg {
background: #000 !important;
color: #fff !important;
font-family: 'Roboto Mono' !important;
font-size: 1em;
border-radius: 8px !important;
}
#loginGreating {font-size: 0.3em;}
.grid-3-3 * , .grid-3-2 * , .grid-3-1 * {border: none;}
header h1 > a,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold !important;
font-family: Roboto Mono;
}
header a {
color: #ffffff !important;
}
.menu,
.menu * {
justify-content: center !important;
align-items: center !important;
}
body,
a,
.secondary,
.message-table a.secondary {
max-width: none !important;
/*full screen*/
font-family: "Roboto Mono" !important;
/*font -- Cantarell or other sans-serif*/
text-decoration: none !important;
}
#bd > div.forum > table > thead > tr > th:nth-child(2)::before {
content: "Теги и заголовки";
visibility: visible;
}
#bd > div.forum > table > thead > tr > th:nth-child(3)::before {
content: "Последний ответ";
visibility: visible;
}
table td, table th, table tr {border: solid 1px white !important;}
.forum table.message-table {width: "100vw" !important;}
article,
#bd > form > input[type=submit]:nth-child(3),
.btn,
.button,
button {
border: dashed 1px #fff !important;
}
.msg:target {
border: solid 2px white !important;
}
span.tag{font-size:1em !important; padding:0px !important;}
#sitetitle,
footer,
p.tags .icon-tag,
#hd > div > ul > li:nth-child(4){
display: none;
}
#bd > div.forum > table > thead > tr > th:nth-child(2),
#bd > div.forum > table > thead > tr > th:nth-child(3) {
visibility: hidden;
}
.tag::before {
content: "["
}
.tag::after {
content: "]"
}
blockquote {
border-left: #fff solid 3px;
/*black left border in quotes*/
color: #fff;
font-style: normal;
/*quotes without italic*/}
.stars {
color: #8ae234;
/*black stars*/
}
blockquote a:link, .msg_body p a:link, .entry-body .msg p a:link{ color: #ddddff !important;}
blockpost a:visited, .msg_body p a:visited, .entry-body .msg p a:visited { color: #ddffdd !important;}
}