Makes csTimer.net look better.
csTimer by Tiago
Details
AuthorTiago
LicenseNo License
Categorycstimer.net
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Needs csTimer+ extension installed.
Source code
/* ==UserStyle==
@name csTimer (need csTimer+)
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Better csTimer+
@author Tiago
==/UserStyle== */
@-moz-document domain("cstimer.net") {
html:not(.m) .mybutton:hover, .mybutton:active, .tab:active, .mywindow, .popup, .dialog, #leftbar > div, #leftbar {
border-radius: 10px !important;
}
#leftbar {
overflow: hidden;
box-shadow: 0 0 20px #00000021;
}
#gray {
opacity: 1 !important;
backdrop-filter: blur(18px);
background-color: #fff0 !important;
transition: opacity 1000ms ease-in-out;
}
.options .tab.enable {
background-color: #fff;
filter: invert(.1);
border-radius: 5px;
margin-right: 5px;
margin-left: 0;
transition: filter 200ms ease;
}
.options input[type="color"] {
background-color: transparent;
}
table.opttable {
margin: 0;
}
.button .buttonOK {
height: 2.4em;
border-radius: 10px !important;
background-color: #0000000d !important;
padding: 0 1em !important;
margin-bottom: .3em !important;
}
.dialog .value {
bottom: 3.5em !important;
}
#stats table {
min-width: 17.2rem;
}
#wndctn > div {
padding: 0;
}
.mywindow > .chide {
opacity: .2;
width: .8rem;
height: 0.8rem;
border-radius: 5px;
border-bottom-right-radius: .8rem;
top: 2px;
left: 2px;
}
.mywindow > .chide:hover {
opacity: 1;
transition: opacity 200ms ease;
}
.expUpDown td {
border: none;
box-shadow: 0 0 2px -1px black
}
}