User:Gabrielbjb/common.css: Difference between revisions

From Growtopia
Jump to navigationJump to search
>Gabrielbjb
No edit summary
>Gabrielbjb
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*FandomDesktop (Dark Mode Theme)*/
/*No More CSS*//*
.recipebox tbody {
.recipebox tbody {
     padding: 10px 25px 10px;
     padding: 10px 25px 10px;
Line 16: Line 16:
color: var(--wds-dropdown-text-color)!important;
color: var(--wds-dropdown-text-color)!important;
}
}
.gtw-card.item-card .card-title {
    background: rgb(56 56 56 / 39%);
}
.gtw-card.item-card .card-field th {
    color: #23ffcd;
}
.page-content p{
margin-top: 0px !important;
}
.gtw-card.item-card .card-header h3 b {
    font-family: Century Gothic;
}
.gtw-card.item-card .card-header h3 b {
    font-family: Century Gothic;
}*/

Latest revision as of 17:21, 29 September 2021

/*No More CSS*//*
.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:not(.wds-button){
	color: var(--wds-dropdown-text-color)!important;
}
.gtw-card.item-card .card-title {
    background: rgb(56 56 56 / 39%);
}

.gtw-card.item-card .card-field th {
    color: #23ffcd;
}

.page-content p{
	margin-top: 0px !important;
}

.gtw-card.item-card .card-header h3 b {
    font-family: Century Gothic;
}
.gtw-card.item-card .card-header h3 b {
    font-family: Century Gothic;
}*/