Candy Crush Saga Wiki
Candy Crush Saga Wiki
No edit summary
No edit summary
Line 24: Line 24:
   
 
/* Links */
 
/* Links */
body:not(.skin-oasis) a:hover,.WikiaPage a:hover, .lightbox article a:hover, a.wikia-button:hover, .WikiaBarWrapper a:hover, .modal a:hover {
+
body:not(.skin-oasis) a:hover,.WikiaPage a:hover, .lightbox article a:hover, a.wikia-button:hover, .WikiaBarWrapper a:hover, .modal a:hover, a:focus-visible, a:-moz-focusring{
 
text-shadow: green 0 0 7px!important;
 
text-shadow: green 0 0 7px!important;
 
text-shadow: var(--link-shadow-color, green) 0 0 var(--link-shadow-size, 7px)!important;
 
text-shadow: var(--link-shadow-color, green) 0 0 var(--link-shadow-size, 7px)!important;

Revision as of 13:22, 14 August 2019

/* Keep import statements at the top */
@import url("/load.php?debug=false&&allinone=0&lang=en&mode=articles&articles=MediaWiki:ChatHighlights.css|MediaWiki:UserHighlights.css&only=styles");

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Giving headers and TOC a little extra space */
#WikiaArticle h2, #content h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* Links */
body:not(.skin-oasis) a:hover,.WikiaPage a:hover, .lightbox article a:hover, a.wikia-button:hover, .WikiaBarWrapper a:hover, .modal a:hover, a:focus-visible, a:-moz-focusring{
	text-shadow: green 0 0 7px!important;
	text-shadow: var(--link-shadow-color, green) 0 0 var(--link-shadow-size, 7px)!important;
    color: purple !important;
    color:var(--link-hover-color, purple)!important;
	-webkit-transition: all .25s linear 0s;
	-moz-transition: all .25s linear 0s;
	-ms-transition: all .25s linear 0s;
	-o-transition: all .25s linear 0s;
	transition: all .25s linear 0s;}

    a:hover {
    color: purple;
    color:var(--link-hover-color, purple);
	text-decoration:none;
    }
	
	a:hover svg {
	fill:purple!important;
	fill:var(--link-hover-color, purple)!important;
	transition:fill .25s linear 0s!important;
	}
	a:hover g {
	fill:green!important;
	fill:var(--link-shadow-color, green);
	transition:fill .25s liear 0s!important;
	}
:hover {
	-webkit-transition: all .25s linear 0s!important;
	-moz-transition: all .25s linear 0s!important;
	-ms-transition: all .25s linear 0s!important;
	-o-transition: all .25s linear 0s!important;
	transition: all .25s linear 0s!important;
}

/** Scrollbar **/
/* Internet Explorer. Thanks to http://samples.msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm for the help */
*, body {
    scrollbar-3dlight-color:#692698;
    scrollbar-arrow-color:#fb3276;
    scrollbar-base-color:purple;
    scrollbar-darkshadow-color:#ca6500;
    scrollbar-face-color:purple;
    scrollbar-highlight-color:#e995ca;
    scrollbar-shadow-color:green;
    scrollbar-color:purple #e995ca; /* Standard */
}

/* Webkit/Blink */
::-webkit-scrollbar {width: 15px; height: 15px;}
::-webkit-scrollbar-thumb {background: purple;}
::-webkit-scrollbar-thumb:hover {background: #692698 !important;}
::-webkit-scrollbar-thumb:active {background: green !important;}

/* Infobox styling, written by [[User:Imamadmad]] */
table.wikia-infobox {
 border-collapse:collapse;
 border-style:solid;
 border-width:3px;
 border-color:#FFFFFF;
 background-color:#FFEAF8;
 width:290px;
 margin:0;}
 
.wikia-infobox th, .wikia-infobox td {
 border-style:solid;
 border-width:2px;
 border-color:#FFFFFF;
 padding:5px;
 }
 
.wikia-infobox th {
    background-color:#FFCCEE;   
    text-align:right;
    }
 
.wikia-infobox-header {background-color:#FFEAF8 !important;}
 
.infobox-border {
    border-style:solid;
    border-width:1px;
    border-color:#AAAAAA;
    float:right;
    padding:0;
    margin:0 0 20px 20px
    }
 
.wikia-infobox-image {margin:5px;}
 
/** Dreamworld variant **/
 
table.dreamworld {background-color:#EFE0FC;}
 
.dreamworld th {background-color:#DCC1F4;}
 
table.dreamworld th.wikia-infobox-header {background-color:#EFE0FC !important;}
 
table.wikia-infobox-dreamworld {
 border-collapse:collapse;
 border-style:solid;
 border-width:3px;
 border-color:#FFFFFF;
 background-color:#EFE0FC;
 width:290px;
 margin:0;
 }
 
 .wikia-infobox-dreamworld th, .wikia-infobox-dreamworld td {
 border-style:solid;
 border-width:2px;
 border-color:#FFFFFF;
 padding:5px;
 }
 
.wikia-infobox-dreamworld th {
    background-color:#EFE0FC;   
    text-align:right;
    }
 
.wikia-infobox-header-dreamworld {background-color:#EFE0FC !important;}


.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #aaa;
   margin-top: 1em;
   padding: 12px;
}
.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}
.forumlist td.forum_title a {
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
.forumlist th.forum_title {
   padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}
.mw-plusminus-neg {
   color: #8B0000;
}

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
#article div.thumb {
   color:inherit;
}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

.inline-list {
  list-style: none !important;
  margin: 0 !important;
}
.inline-list li {
  display: inline;
}
.inline-list li + li:before {
  content: '•\00a0';
}

#stdSummaries {
    border-radius: 4px;
    padding: 1px 2px;
    width: 284px;
}
.editpage-sourcewidemode-on.mode-source #stdSummaries {
    left: -17px;
    position: relative;
    top: 25px;
    width: 278px;
}