Dark theme for samp forum archive - sampforum.blast.hk
SA-MP Forum Archive - dark by xiggi
Details
Authorxiggi
LicenseNo License
Categorysampforum
Created
Updated
Size4.6 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 SA-MP Forum Archive - dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark theme for samp forum archive - sampforum.blast.hk
@author Me
==/UserStyle== */
@-moz-document domain("sampforum.blast.hk") {
body, .post .post_author {
background: #000;
color: #ccc;
}
.thead, .breadcrumb, #panel .upper {
background: #151515;
}
#posts_container, .post.classic .post_author {
border: 1px solid transparent;
}
.post .post_author div.author_avatar img {
border: 1px solid transparent;
background: #151515;
}
.pagination .pagination_current {
color: #fff;
}
.pagination a {
background: #151515;
border: 1px solid transparent;
}
.pagination a:hover {
background: #6464be;
color: #fff;
border-color: transparent;
text-decoration: none;
}
.post_controls {
background: #151515;
border-bottom: 1px solid transparent;
}
.postbit_buttons > a:link, postbit_buttons > a:visited {
background: #151515;
border: 1px solid transparent;
color: #fff;
}
.postbit_buttons > a:hover, .postbit_buttons > a:active {
color: #6464be;
}
pre.alt2 {
background: #151515;
border: 1px solid #000;
color: #fff;
}
.navbar-default {
background-color: #151515;
border-color: #151515;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: #151515;
color: #6464be;
}
fieldset.trow1, fieldset.trow2 {
border-color: transparent !important;
}
*[class*="trow"] {
padding: 3px;
}
*[class*="trow"] {
background: #151515;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
}
div[class*="trow"] {
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.trow_sep {
color: #fff;
}
.navbar-forumhead ul>li>a:focus, .navbar-forumhead ul>li>a:hover {
background-color: #000;
color: #fff;
}
.tfoot {
background: #95A5A6;
}
.tfoot {
background: #151515;
color: #fff;
border-top: 1px solid transparent;
}
select {
background: #151515;
border: 1px solid transparent;
color: #fff;
}
button, input.button {
background: #000;
border: 1px solid transparent;
color: #fff;
}
button:hover, input.button:hover {
border-color: transparent;
background: #6464be;
color: #fff;
}
input.textbox {
background: #000;
border: 1px solid transparent;
color: #fff;
}
#footer, #copyright {
background: #000;
color: #666;
clear: both;
border-top: 1px solid transparent;
text-align: left;
}
a:link, a:visited {
color: #ccc;
}
a:hover, a:active, .tfoot a:hover, .thead a:hover, .thead a:active {
color: #6464be;
transition: 0.2s;
}
.tcat {
background: #151515;
}
.navbar-default .navbar-toggle {
border-color: transparent;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
background-color: #151515;
color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #6464be;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
background-color: #000;
}
.divider {
background-color: #000;
}
div#posts, .post_author.scaleimages {
background-color: #151515;
}
.highlight {
background-color: #000;
}
td.alt2 {
border: 1px solid transparent !Important;;
background-color: #000;
padding: 5px;
}
.post.classic .post_author div.author_statistics {
border-top: 1px dotted #000;
}
.post .post_author div.author_statistics {
color: #ccc;
}
.post .post_head {
border-bottom: 1px dotted #000;
}
.post .post_head span.post_date {
color: #ccc;
}
::-webkit-scrollbar {
width: 8px;
background-color:#000;
}
::-webkit-scrollbar-thumb {
background-color: #151515;
border-radius: 4px;
}
}