Dark style for Lazarus forum
Lazarus Forum by prof7bit
Details
Authorprof7bit
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Lazarus Forum
@version 20211003.08.17
@namespace userstyles.world/user/prof7bit
@description Dark style for Lazarus forum
@author prof7bit
@license No License
==/UserStyle== */
@-moz-document domain("forum.lazarus.freepascal.org") {
body,
div,
table,
tbody,
th,
tr,
td,
ul,
li,
h1,
h2,
h3,
h4,
h5,
span,
input,
textarea,
select,
code {
background: #1b1e20 !important;
color: #d3bfa5 !important;
}
textarea {
font-family: monospace;
}
a {
color: #7cadff !important;
}
td {
border: none !important;
}
.bbc_standard_quote,
.bbc_standard_quote *
{
background: #333 !important;
color: #eee !important;
}
blockquote.bbc_alternate_quote{
background: #444 !important;
color: #eee !important;
}
.buttonlist ul li a {
padding: 0px;
}
.signature,
.custom_fields_above_signature,
.inner {
border-top: 1px solid #444;
}
.dropmenu li a {
background: none !important;
}
.dropmenu li a:hover span {
color: orange !important;
}
.content tr td {
background: #282828 !important;
}
table.table_list {
border-spacing: 0px !important;
}
table.table_grid * {
background: #282828 !important;
}
.poster,
.poster * {
background: #282828 !important;
}
#forumposts span.botslice,
ul.recent_topics li {
border-bottom: 2px solid #444 !important;
}
span[style='color: #000000; font-weight: bold;'] {
color: #3daee9 !important;
}
span[style='color: #000066;'] {
color: #3daee9 !important;
}
span[style='color: #cc66cc;'] {
color: #27ae60 !important;
}
span[style='color: #ff0000;'] {
color: #27ae60 !important;
}
span[style='color: #808080; font-style: italic;'],
span[style='color: #008000; font-style: italic;']
{
color: #555 !important;
}
span[style='color: #000066; font-weight: bold;'] {
color: #e98a3d !important;
}
.pascal > ol > li {
color: #555 !important;
border-left: 1px solid #333 !important;
}
}