hn.algolia (hacker news search) theme
hacker news funktriialisae (search) by coolslutguy420_2nd-ressurection

Details
Authorcoolslutguy420_2nd-ressurection
LicenseNo License
Categoryhn.angolia
Created
Updated
Code size3.5 kB
Code checksume3dee9c5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hacker news funktriialisae (search page)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description hacker news funktriialisae theme applying additionally to the search page of hacker news
@author Me
==/UserStyle== */
@-moz-document domain("hn.algolia.com") {
body {
color: #dcdccc !important;
background-color: #2b110b;
margin: 0 auto;
max-width: 800px;
float: left;
}
html, body, div, section, ul ,li, a, hover{
transition: none;
animation: none;
}
footer a {
color: #dcdccc !important;
transition: none
}
footer a:hover {
color: #ff6600 !important;
transition: none
}
footer {
background-color: #100806;
}
.Story_meta a:link {
color:#66615e !important;
}
.Pagination {
color: #dcdccc !important;
background-color: #100806;
padding-bottom: 0px;
margin-bottom: 0px;
}
.Pagination_item button {
border: #2b110b 1px solid;
padding: 0px;
margin: 7px;
line-height: 0px;
height: 20px;
width: 10px;
}
a {
transition: none;
animation: none;
}
.Pagination_item button:hover {
color: #bb3700;
}
.Story_comment {
color: #dcdccc !important;
}
.Story_title a {
color: #dcdccc !important ;
}
.SearchHeader_settings svg {
display: none;
}
div.SearchHeader_search {
background-color: #ff6600;
padding: 5px;
margin: 0px;
height: 20px;
line-height: 0px;
font-size: 13.8px;
}
.SearchHeader_container {
padding: 0px;
margin: 0px;
line-height: 0px;
}
.SearchHeader .SearchInput {
color: black;
height: 0px;
padding: 10px;
margin: 0px;
line-height: 0px;
background: #eee;
border: #000 1px solid;
}
.SearchHeader .SearchIcon {
display: none;
}
.SearchFilters_meta svg {
color: black;
}
.SearchHeader .PoweredBy {
display: none;
}
header.SearchHeader.container {
background-color: #ff6600;
padding: 0px;
margin: 0px;
height: 20px;
line-height: 0px;
}
.Story em {
background-color: transparent !Important;
font-weight: normal;
color: #dcdccc !Important;
}
.SearchHeader_logo img{
width: 20px;
}
.SearchHeader_label {
line-height: 0px;
font-size: 13px;
font-weight: bold;
letter-spacing: 0px;
text-transform: none;
text-decoration: none;
}
br {
display: none;
}
.default .SearchFilters.container, .default .SearchHeader.container {
background-color: #ff6600;
padding: 0px;
margin: 0px;
height: 30px;
width: auto;
}
.DropdownAnimation-enter-done {
transition: none;
animation: none;
border-radius: 0px;
border-top: #ff6600 1px solid;
margin: 0px;
transform: none;
padding: 0px;
box-shadow: none;
}
.Dropdown_list li {
padding: 0px;
margin: 0px;
box-shadow: none;
line-height: 0px;
font-size: 11.5px;
}
.Dropdown_list li button {
padding: 1px;
box-shadow: none;
margin: 0px;
line-height: 20px;
background-color: #ff6600;
}
.Dropdown_list {
padding: 0px;
box-shadow: none;
margin: 0px;
line-height: 0px;
}
.Dropdown_label {
color: #000;
margin: 0px;
height: 20px;
padding: 0 2px 0 2px;
border-radius: 0px;
border: #100806 1px solid;
}
.Dropdown_label svg {
display: none;
}
.SearchFilters_filterContainer, .SearchFilters_filters {
padding: 2.2px;
}
.SearchFilters {
color: #000;
background-color: #2b110b;
}
.SearchResults a {
color: #eee;
}
.SearchResults { background-color: #100806}
}