Jump to content

User:2entover/wikia.css: Difference between revisions

From SpongeBob Wiki
imported>2entover
Created page with "wiki-background: #WikiaPage { background: rgba(255,255,255,0.6); } #WikiaPageBackground, #WikiaPage > #WikiaMainContent { background: linear-gradient( rgba(255,255,2..."
 
(No difference)

Latest revision as of 01:45, 16 October 2017

/*wiki-background*/

#WikiaPage {
    background: rgba(255,255,255,0.6);
}

#WikiaPageBackground, #WikiaPage > #WikiaMainContent {
	background: linear-gradient( rgba(255,255,255,0.75), rgba(255,255,255,0.75) ), url("https://vignette.wikia.nocookie.net/spongebob/images/8/82/Chuck123456_Summer_BG_2017_Entry_2.jpg/revision/latest?cb=20170602224952");
	box-shadow: 0px 0px 5px 7px #3232ff;
	background-size: 100% auto !important;
}

/*chat-customize*/

.Chat {
    background: linear-gradient( rgba(255,255,255,0.75), rgba(255,255,255,0.75) ), url("https://vignette.wikia.nocookie.net/spongebob/images/8/82/Chuck123456_Summer_BG_2017_Entry_2.jpg/revision/latest?cb=20170602224952") !important;
    background-size: 100% auto !important;
}

.Chat .you {
    background: rgba(245,245,245,0.75) !important;
}

.Chat .inline-alert {
    color: black !important;
}

.ChatWindow .WikiaPage {
    background: white !important;
}