Ładniejsze menu
Pasjans by plumkator
Details
Authorplumkator
LicenseNo License
Categoryhttps://gra-pasjans.pl/
Created
Updated
Size1.5 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 Pasjans
@version 20240830.22.38
@namespace https://userstyles.world/user/plumkator
@description Ładniejsze menu
@author plumkator
@license No License
==/UserStyle== */
@-moz-document domain("gra-pasjans.pl") {
*{
box-shadow: none !important;
}
:root{
scrollbar-color: #fff #0006;
}
a{
color: #fff !important;
text-decoration: underline !important;
}
/*Menu główne*/
#menu,#menuOptions,.menu{
background: #0006;
color: #fff;
}
.mitem1{
border: 0;
}
.mitem1:hover{
border: 0;
text-decoration: underline;
}
#scoreContainer span{
color: #fff;
}
.mitem2{
background: #0006;
color: #fff;
border: 0;
text-decoration: none !important;
}
.mitem2:hover{
background: #0006;
text-decoration: underline !important;
}
/*Menu główne*/
/*Okienko*/
.dialog{
background: #0006;
color: #fff;
border-color: #fff;
}
.pane{
border-color: #fff;
}
.panetitle{
background: transparent;
top: -1.7em;
}
#spiderscorings tr td{
color: #fff;
}
#spiderscorings tr td:hover{
text-decoration: underline;
}
.selscoring{
text-decoration: none;
color: #fff;
}
.selscoring:hover{
text-decoration: underline;
color: #fff;
}
.button{
background: transparent;
border-color: #fff;
}
.button:hover{
background: transparent;
color: #fff;
border-color: #fff;
text-decoration: underline;
}
/*Okienko*/
}