Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Gabrielbjb/common.css: Difference between revisions

From Growtopia
>Gabrielbjb
FandomDesktop Code
>Gabrielbjb
No edit summary
Line 1: Line 1:
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:UCPEditorMinimal/code.css&only=styles";
/*FandomDesktop (Dark Mode Theme)*/
/*FandomDesktop (Dark Mode Theme)*/
.recipebox tbody {
.recipebox tbody {

Revision as of 08:11, 5 June 2021

/*FandomDesktop (Dark Mode Theme)*/
.recipebox tbody {
    padding: 10px 25px 10px;
}
.theme-fandomdesktop-dark .gtw-card {
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15)),url(https://static.wikia.nocookie.net/growtopia/images/9/92/Malamitem.png/revision/latest?cb=20210520130315&path-prefix=id),linear-gradient(#000000,#000000);
}

.theme-fandomdesktop-dark .gtw-card .item-card .card-title{
	background-color: rgb(56 56 56 / 39%);
}
.theme-fandomdesktop-dark .wds-dropdown__content .wds-list.wds-is-linked>li.wds-is-selected>a:not(.wds-button), .wds-dropdown__content .wds-list.wds-is-linked>li:hover>a:not(.wds-button){
color: white;
}
.theme-fandomdesktop-dark .wds-dropdown__content .wds-list.wds-is-linked>li>a {
color: #ffffff !important;
}