Jump to content

User:2entover/wikia.css

From SpongeBob Wiki
Revision as of 01:45, 16 October 2017 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*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;
}