A new Dark Usersytle
Sudoku.com - Dark Theme by kketamine01
Details
Authorkketamine01
LicenseNo License
CategoryTheme
Created
Updated
Size3.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 sudoku.com - Dez. 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author RO
oy
==/UserStyle== */
@-moz-document domain("sudoku.com") {
/* Quelltext hier eingeben... */
.site-header {
height: auto;
box-sizing: border-box;
flex: 0 0 auto;
padding: 19px 5px 14px;
border-bottom: 1px solid rgba(0,63,123,.1);
background: #1f1f1f;
z-index: 100;
}
.logo-sudoku-wrapper {
filter: brightness(0) invert(1);
}
.ref-mode-menu-item a {
position: relative;
display: flex;
height: 46px;
align-items: center;
justify-content: center;
padding: 0 15px;
border: none;
border-radius: 5px;
color: #fff;
font-size: 16px;
font-weight: 600;
outline: none;
text-decoration: none;
transition: .2s;
}
#dc-link {
color: white;
}
.main-navigation-item a {
color: #fff;
}
#body {
background-color: #121212;
}
.ref-start-game_items > a {
padding: 8px;
border: none;
margin-right: 4px;
border-radius: 5px;
color: #fff;
font-size: 16px;
font-weight: 600;
outline: none;
text-decoration: none;
transition: .2s;
}
.ref-start-game_title {
margin-right: 7px;
color: #cdcdcd;
font-size: 16px;
font-weight: 600;
line-height: 1;
}
.game-info-wrapper .score > span {
color: #fff;
}
.game-info-wrapper .mistakes-counter > span {
color: #fff;
}
.game-info-wrapper .timer-wrapper .timer {
color: #fff;
font-size: 14px;
font-weight: 600;
line-height: .8;
}
.game-controls .game-controls-label {
position: absolute;
left: 50%;
color: #fff;
font-size: 11px;
font-weight: 600;
line-height: 1.45;
text-align: center;
transform: translateX(-50%);
white-space: nowrap;
}
.entry-title {
color: white;
}
.entry-content li {
margin-top: 10px;
padding-left: 13px;
font-size: 15px;
color: #000;
}
.entry-content {
font-size: 15px;
line-height: 25px;
color: #e9e9e9;
}
.ref-mode-menu-item a.active span {
position: relative;
color: #89afff;
}
.ref-start-game_items > a.active {
color: #89afff;
}
.game-info-wrapper .score {
position: relative;
display: none;
color: #89afff;
font-size: 14px;
font-weight: 600;
white-space: nowrap;
margin-right: 30px;
}
.game-info-wrapper .mistakes-counter {
position: relative;
display: none;
color: #89afff;
font-size: 14px;
font-weight: 600;
white-space: nowrap;
margin-right: 30px;
}
.ref-start-game_title {
margin-right: 7px;
color: #89afff;
font-size: 16px;
font-weight: 600;
line-height: 1;
}
.game-controls-wrapper.show_control_before {
background-color: black;
}
#game {
background-color: black;
}
.main-page .entry-content h1, .main-page .entry-content h2, .main-page .entry-content h3 {
color: #fff;
}
}