Ładniejsze menu
Mahjong by plumkator
Details
Authorplumkator
LicenseNo License
Categoryhttps://gra-mahjong.pl/
Created
Updated
Size1.7 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 Mahjong
@version 20240831.00.34
@namespace ?
==/UserStyle== */
@-moz-document domain("gra-mahjong.pl") {
*{
box-shadow: none !important;
}
:root{
scrollbar-color: #fff #4a0b520f;
}
a{
color: #fff !important;
text-decoration: underline !important;
}
/*Menu główne*/
#mainmenu,.ddmenu,.menu{
background: #0006;
color: #fff;
}
.mmi{
border: 0;
}
.mmi:hover{
border: 0;
text-decoration: underline;
}
#scoreContainer span{
color: #fff;
}
.ddmi{
background: #0006;
color: #fff;
border: 0;
text-decoration: none !important;
}
.ddmi:hover{
background: #0006;
text-decoration: underline !important;
}
.mfc:hover{
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;
}
select{
background: #4a0b52;
color: #fff !important;
border: 1px solid #4a0b52;
}
.list{
border: 1px solid #fff;
}
.listitem{
background: transparent !important;
border: 0;
}
.listitem:hover{
text-decoration: underline;
}
#seed{
background: transparent;
color: #fff;
}
/*Okienko*/
}