User:KurwaAntics/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
m (Glowsquid moved page User:UntergangerPlus/monobook.css to User:KurwaAntics/monobook.css: Automatically moved page while renaming the user "UntergangerPlus" to "KurwaAntics")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
/* Remove Ads */
.adsbygoogle { display:none !important; }


/* Admin highlight */
a[href$=":Gamefreak75"],
a[href$="/Gamefreak75"],
a[href$=":Ghost_Jam"],
a[href$="/Ghost_Jam"],
a[href$=":KPH2293"],
a[href$="/KPH2293"],
a[href$=":L151"],
a[href$="/L151"],
a[href$=":Toa_95"],
a[href$="/Toa_95"],
a[href$=":Turboo"],
a[href$="/Turboo"] {
    color: #006600 !important;
    font-weight: bold !important;
}
/* Bureaucrat highlight */
a[href$=":Glowsquid"],
a[href$="/Glowsquid"],
a[href$=":Porplemontage"],
a[href$="/Porplemontage"],
a[href$=":Walkazo"],
a[href$="/Walkazo"] {
    color: #000066 !important;
    font-weight: bold !important;
}
/* Button style - To resemble Mac styled buttons */
/* Base selectors (All buttons: no hover, no press) */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    display: inline-block;
padding: 0 12px;
cursor:default;
height: 19px;
line-height: 19px;
border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
border-width: 1px;
border-style: solid;
text-decoration: none;
font-family: "Lucida Grande", lucida, "Helvetica Neue", helvetica, sans-serif;
font-size: 12px;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,0.09);
border-color: #9a9a9a;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #EBEBEB),
color-stop(0.5, #ECECEC),
color-stop(0.5, #F3F3F3),
color-stop(1, #FFFFFF)
);
background-image: -moz-linear-gradient(
center bottom,
#EBEBEB 0%,
#ECECEC 50%,
#F3F3F3 50%,
#FFFFFF 100%
);
-webkit-box-shadow:
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
-moz-box-shadow:
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
box-shadow:
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
/* Base selectors (hover) */
a.wikia-button:hover, .wikia-single-button a:hover, .wikia-menu-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover {
display: inline-block;
padding: 0 12px;
cursor:default;
height: 19px;
line-height: 19px;
border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
border-width: 1px;
border-style: solid;
text-decoration: none;
font-family: "Lucida Grande", lucida, "Helvetica Neue", helvetica, sans-serif;
font-size: 12px;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,0.09);
    border-color: #9a9a9a;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #EBEBEB),
color-stop(0.5, #ECECEC),
color-stop(0.5, #F3F3F3),
color-stop(1, #FFFFFF)
);
background-image: -moz-linear-gradient(
center bottom,
#EBEBEB 0%,
#ECECEC 50%,
#F3F3F3 50%,
#FFFFFF 100%
);
-webkit-box-shadow:
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
-moz-box-shadow:
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
box-shadow:
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
/* Base selectors (pressed) */
a.wikia-button.active, a.wikia-button:active, .wikia-single-button a.active, .wikia-single-button a:active, .wikia-menu-button.active, .wikia-menu-button:active, input[type="submit"].active, input[type="submit"]:active, input[type="reset"].active, input[type="reset"]:active, input[type="button"].active, input[type="button"]:active, .button.active, .button:active, button.active, button:active {
    -webkit-box-shadow:
inset 0 19px 0 rgba(0,115,215,0.3),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
-webkit-animation-name: none;
-moz-box-shadow:
inset 0 19px 0 rgba(0,115,215,0.3),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
-moz-animation-name: none;
box-shadow:
inset 0 19px 0 rgba(0,115,215,0.3),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
animation-name: none;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #D3F7FD),
color-stop(0.5, #87C5FB),
color-stop(0.5, #A1D1F9),
color-stop(1, #D4E9FC)
);
background-image: -moz-linear-gradient(
center bottom,
#D3F7FD 0%,
#87C5FB 50%,
#A1D1F9 50%,
#D4E9FC 100%
);
border-top-color: #5a5caf;
border-bottom-color: #52536f;
border-left-color: #56578f;
border-right-color: #56578f;
}
}
/* Secondary button selector (no hover, no press) */
a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input[type="submit"].secondary, input[type="reset"].secondary, input[type="button"].secondary, .button.secondary {
    border-top-color: #5a5caf;
border-bottom-color: #52536f;
border-left-color: #56578f;
border-right-color: #56578f;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #D3F7FD),
color-stop(0.5, #87C5FB),
color-stop(0.5, #A1D1F9),
color-stop(1, #D4E9FC)
);
background-image: -moz-linear-gradient(
center bottom,
#D3F7FD 0%,
#87C5FB 50%,
#A1D1F9 50%,
#D4E9FC 100%
);
-webkit-animation-name: blinking;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
-moz-animation-name: blinking;
-moz-animation-timing-function: ease-in-out;
-moz-animation-iteration-count: infinite;
-moz-animation-duration: 1s;
animation-name: blinking;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 1s;
}
/* Secondary button hover */
a.wikia-button.secondary:hover, .wikia-single-button a.secondary:hover, .wikia-menu-button.secondary:hover, input[type="submit"].secondary:hover, input[type="reset"].secondary:hover, input[type="button"].secondary:hover, .button.secondary:hover {
    border-top-color: #5a5caf;
border-bottom-color: #52536f;
border-left-color: #56578f;
border-right-color: #56578f;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #D3F7FD),
color-stop(0.5, #87C5FB),
color-stop(0.5, #A1D1F9),
color-stop(1, #D4E9FC)
);
background-image: -moz-linear-gradient(
center bottom,
#D3F7FD 0%,
#87C5FB 50%,
#A1D1F9 50%,
#D4E9FC 100%
);
-webkit-animation-name: blinking;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
-moz-animation-name: blinking;
-moz-animation-timing-function: ease-in-out;
-moz-animation-iteration-count: infinite;
-moz-animation-duration: 1s;
animation-name: blinking;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 1s;
}
/* Secondary button active */
a.wikia-button.secondary.active, a.wikia-button.secondary:active, .wikia-single-button a.secondary.active, .wikia-single-button a.secondary:active, .wikia-menu-button.secondary.active, .wikia-menu-button.secondary:active, input[type="submit"].secondary.active, input[type="submit"].secondary:active, input[type="reset"].secondary.active, input[type="reset"].secondary:active, input[type="button"].secondary.active, input[type="button"].secondary:active, .button.secondary.active, .button.secondary:active {
    -webkit-box-shadow:
inset 0 19px 0 rgba(0,115,215,0.3),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
-webkit-animation-name: none;
-moz-box-shadow:
inset 0 19px 0 rgba(0,115,215,0.3),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
-moz-animation-name: none;
box-shadow:
inset 0 19px 0 rgba(0,115,215,0.3),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
animation-name: none;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #D3F7FD),
color-stop(0.5, #87C5FB),
color-stop(0.5, #A1D1F9),
color-stop(1, #D4E9FC)
);
background-image: -moz-linear-gradient(
center bottom,
#D3F7FD 0%,
#87C5FB 50%,
#A1D1F9 50%,
#D4E9FC 100%
);
border-top-color: #5a5caf;
border-bottom-color: #52536f;
border-left-color: #56578f;
border-right-color: #56578f;
}
}
@-webkit-keyframes blinking {
  from {
  -webkit-box-shadow:
  inset 0 19px 0 rgba(0,115,215,0),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
  50% {
  -webkit-box-shadow:
  inset 0 19px 0 rgba(0,115,215,0.2),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
to {
  -webkit-box-shadow:
  inset 0 19px 0 rgba(0,115,215,0),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
}
@-moz-keyframes blinking {
  from {
  -moz-box-shadow:
  inset 0 19px 0 rgba(0,115,215,0),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
  50% {
  -moz-box-shadow:
  inset 0 19px 0 rgba(0,115,215,0.2),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
to {
  -moz-box-shadow:
  inset 0 19px 0 rgba(0,115,215,0),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
}
@keyframes blinking {
  from {
  box-shadow:
  inset 0 19px 0 rgba(0,115,215,0),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
  50% {
  box-shadow:
  inset 0 19px 0 rgba(0,115,215,0.2),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
to {
  box-shadow:
  inset 0 19px 0 rgba(0,115,215,0),
inset 0 1px 0 rgba(255,255,255,1),
0 1px 0 rgba(0,0,0,0.09);
}
}
/* Search Box */
#searchInput, .suggestions-results {
    font-size:100%; font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
/* Main page */
.mainpagebox {
  border: 1px solid rgba(0, 128, 160, 0.375) !important;
  padding: 2px;
  background: linear-gradient(#fcfcff, #f8f8ff) !important;
  border-radius: 4px !important;
  box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
}
.mainpagebox h2 {
  border: none !important;
  border-radius: 4px !important;
}
.shroomspring {
  border-radius: 4px !important;
}

Latest revision as of 10:42, September 4, 2016