Tider Insider mobile by sportswook
Details
Authorsportswook
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.3 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 Tider Insider mobile
@namespace Tider Insider mobile
@version 1.0.0
@description A new userstyle
@author sportswook
==/UserStyle== */
@-moz-document domain("tiderinsider.com") {
@media (prefers-color-scheme: dark) {
:root {
--link-color: #fff !important;
--post-info: #3d3d3d !important;
}
}
:root {
--link-color: #000 !important;
--post-info: #aaa !important;
}
#homepage h1 {
color: #900 !important;
}
a.subjectMainUL:link, a.subjectReplyUL:link, a.subjectMainUL:visited, a.subjectReplyUL:visited{
color: var(--link-color) !important;
text-decoration-line: none !important;
text-decoration-style: solid !important;
text-decoration-color: currentcolor !important;
font-style: initial !important;
}
#indexpage {
max-height: 852px !important;
}
#messages {
font-size: 125% !important;
}
#pageheader {
text-align: right !important;
}
p.hdrTitle {
font-size: 30px !important;
}
p.navBar {
font-size: 15px !important;
}
div.toolbar {
margin-top: 5px !important;
margin-bottom: 10px !important;
}
p.hdrSubtitle {
display: none !important;
}
div.statusbar {
font-size: 100% !important;
}
#toolbar.toolbar input {
padding: 2px !important;
}
div.pageNavBar {
font-size: 120% !important;
}
a.pageNavBar {
color: var(--post-info) !important;
text-decoration: none !important;
}
a.pageNavBarHit {
font-weight: bold !important;
}
#messages ul {
margin-top: 5px !important;
margin-left: -15px !important;
}
li.msgHeaderMain, li.msgHeaderReply {
margin-top: 5px !important;
list-style-image: none !important;
}
#messages ul .msgbody p {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
a.pageNavBar:nth-of-type(1), a.pageNavBar:last-of-type {
font-size: 70% !important;
}
a.subjectMainUL, a.subjectReplyUL,div.msgHeaderIx {
text-decoration-line: none !important;
}
a.subjectMainUL {
font-weight: bold !important;
}
a.author, div.msgHeaderIx, li.msgHeaderMain, li.msgHeaderReply {
color: var(--post-info) !important;
font-weight: normal !important;
font-style: italic !important;
}
}