fix animation and popup
DeepL DarkMode (with fixes) by biologed
Details
Authorbiologed
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 api.sensei.plus - 23.06.2022, 11:11:25
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://test.api.sensei.plus/debug/default/view") {
/* Место для CSS кода... */
body {
color: #fff;
background: #363636;
}
a:link {
color: #fff;
}
a:visited {
color: #727272
}
td {
width: 200px;
display: block;
word-wrap: break-word;
}
td:last-child {
width: 1200px;
max-height: 250px;
margin-left: 30px;
padding: 0;
overflow: auto;
}
tr {
border-top: 1px solid #fff;
padding: 25px 0;
display: flex;
width: 1800px;
}
.yii-debug-toolbar__bar {
display: flex;
list-style: none;
margin: 0 auto;
}
.yii-debug-toolbar__bar div {
margin: 0 10px;
}
}
@-moz-document url-prefix("https://test.api.sensei.plus/debug/default/index") {
/* Место для CSS кода... */
body {
color: #fff;
background: #363636;
}
a:link {
color: #fff;
}
a:visited {
color: #727272
}
td {
width: 150px;
display: grid;
text-align: left;
word-wrap: break-word;
}
td:nth-child(9) {
width: 400px;
margin-right: 20px;
}
tr {
border-top: 1px solid #fff;
padding: 25px 0;
display: flex;
width: 1800px;
}
.pagination {
display: flex;
list-style: none;
margin: 0 auto;
width: 300px;
}
.yii-debug-toolbar__bar {
display: flex;
list-style: none;
margin: 0 auto;
}
.pagination li, .yii-debug-toolbar__bar div {
margin: 0 10px;
}
}