Diep.io Wiki
Advertisement
Diep.io Wiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***********************************************************************/
/****************************** Doc & ToC ******************************/
/***********************************************************************/
/* DOCUMENTATION
 * @Authors:        Diep.io Wikia Code Administrators
                    <https://diepio.wikia.com/wiki/Project:Code_Administrator>
 * @Description:    Adds personalized CSS to Staff members when enabled.
                    <https://diepio.wikia.com/wiki/Special:Preferences>
 * @Note:           Unless otherwise stated, use alphabetical order.
 */
/* TABLE OF CONTENTS
 * Section 1  — Imports (keep at top)
 * Section 2  — Banarama
 * Section 3  — BananaBot
 * Section 4  — Captain Hayden
 * Section 5  — Diepmon
 * Section 6  — DroneDestroyer
 * Section 7  - GellyPop
 * Section 9  — Nobel
 * Section 10 — Tidal
 * Section 11 - Type: Sparky
 * Section 12 — Zathsu
 * Section 13 — Bug Fixes (keep second-to-bottom)
 * Section 14 — KeyFrames (keep at bottom)
 */
/***********************************************************************/
/************************ Imports (keep at top) ************************/
/***********************************************************************/
@import url("https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i|Kreon|Lobster+Two:400,700|Righteous|Teko");

/***********************************************************************/
/******************************* Banarama ******************************/
/***********************************************************************/
a[href$=":Banarama"],
a[href$="/Banarama"] {
    text-shadow: none !important;
    font-family: "Kumar One", "Lobster Two", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, "Courier New", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 110%;
    background: -webkit-linear-gradient(left, #FF1493 0%, #FF3333 50%, #FFAA00 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

a[href$=":Banarama"]:hover,
a[href$="/Banarama"]:hover {
    text-shadow: none !important;
    font-weight: bold;
    background: -webkit-linear-gradient(330deg, #FF1493, #FFB6C1) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.Wall .edited-by a.subtle[href$="Wall:Banarama"]:after {
    color: #00FFFF !important;
    content: "∆Senior Administrator∆" !important;
    font-family: "Kreon", Georgia, "Courier New", Helvetica, sans-serif;
    font-size: 16px !important;
    font-variant: small-caps !important;
    font-weight: bold !important;
    background: -webkit-linear-gradient(left, #00FFFF 0%, #7766FF 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0 !important;
    line-height: 18px !important;
}

.SpeechBubble .edited-by a[href$="User:Banarama"]:after {
    color: #00FFFF !important;
    content: "∆Senior Administrator∆" !important;
    font-family: "Kreon", Georgia, "Courier New", Helvetica, sans-serif;
    font-size: 12px !important;
    font-variant: small-caps !important;
    font-weight: bold !important;
    background: -webkit-linear-gradient(left, #00FFFF 0%, #7766FF 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 4pt;
    line-height: 18px;
}

.SpeechBubble .edited-by a[href$="User:Banarama"]:hover {
    text-decoration: none !important;
}

li[data-user="Banarama"] .username {
    color: #FF3399 !important;
}

img[alt="Banarama"].avatar,
li[data-user="Banarama"] .avatar {
    border-style: solid;
    border-color: #FF0088;
    border-width: 2px;
    border-radius: 100%;
}

img[alt="Banarama"].avatar:hover,
li[data-user="Banarama"] .avatar:hover {
    animation-name: srspin !important;
    animation-direction: alternate !important;
    animation-duration: 0.6s !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: ease-in-out !important;
    border-radius: 100%;
}

.Chat li[data-user="Banarama"] .username {
    color: #FFCC00 !important;
}

.Chat li[data-user="Banarama"] .avatar {
    border-radius: 16px !important;
    border-style: solid !important;
    border-color: #FFCC00 !important;
    border-width: 2px !important;
}

.Chat li[data-user="Banarama"] .avatar:hover {
    animation-name: srspin-chat !important;
    border-color: #FF8822 !important;
}

li[data-user="Banarama"] .message {
    color: #FF8822 !important;
}

body.page-Special_Contributions_Banarama .masthead-avatar img.avatar,
body.page-User_blog_Banarama .masthead-avatar img.avatar,
body.page-User_talk_Banarama .masthead-avatar img.avatar,
body.page-Message_Wall_Banarama .masthead-avatar img.avatar,
body.page-User_Banarama .masthead-avatar img.avatar {
    -moz-transition: all 0.55s ease;
    -ms-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    border-style: solid;
    border-color: #FF0088;
    border-width: 5px;
    border-radius: 100%;
}

body.page-Special_Contributions_Banarama .masthead-avatar img.avatar:hover,
body.page-User_blog_Banarama .masthead-avatar img.avatar:hover,
body.page-User_talk_Banarama .masthead-avatar img.avatar:hover,
body.page-Message_Wall_Banarama .masthead-avatar img.avatar:hover,
body.page-User_Banarama .masthead-avatar img.avatar:hover {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-color: #FF0088;
    border-width: 5px;
    border-radius: 100%;
    box-shadow: 0 0 6px 0 #FF0044;
}

.community-page-admins-list img[alt="Banarama"].avatar,
#WallThreadHistory img[alt="Banarama"].avatar {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}/**/

/***********************************************************************/
/****************************** BananaBot ******************************/
/***********************************************************************/
img[alt="BananaBot"].avatar,
li[data-user="BananaBot"] .avatar {
    -moz-transition: all 0.55s ease;
    -ms-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    border-style: solid;
    border-color: #FFCC00;
    border-width: 2px;
    border-radius: 100%;
}

img[alt="BananaBot"].avatar:hover,
li[data-user="BananaBot"] .avatar:hover {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-radius: 100%;
}

.Chat li[data-user="BananaBot"] .avatar {
    border: 2px solid #FFCC00 !important;
    border-radius: 100% !important;
}

body.page-Special_Contributions_BananaBot .masthead-avatar img.avatar,
body.page-User_blog_BananaBot .masthead-avatar img.avatar,
body.page-User_talk_BananaBot .masthead-avatar img.avatar,
body.page-Message_Wall_BananaBot .masthead-avatar img.avatar,
body.page-User_BananaBot .masthead-avatar img.avatar {
    -moz-transition: all 0.55s ease;
    -ms-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    border-style: solid;
    border-color: #FFCC00;
    border-width: 5px;
    border-radius: 100%;
}

body.page-Special_Contributions_BananaBot .masthead-avatar img.avatar:hover,
body.page-User_blog_BananaBot .masthead-avatar img.avatar:hover,
body.page-User_talk_BananaBot .masthead-avatar img.avatar:hover,
body.page-Message_Wall_BananaBot .masthead-avatar img.avatar:hover,
body.page-User_BananaBot .masthead-avatar img.avatar:hover {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-color: #FFCC00;
    border-width: 5px;
    border-radius: 100%;
    box-shadow: 0 0 6px 0 #FFAA00;
}

.community-page-admins-list img[alt="BananaBot"].avatar,
#WallThreadHistory img[alt="BananaBot"].avatar {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}/**/

/***********************************************************************/
/******************************* Diepmon *******************************/
/***********************************************************************/
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$=":Diepmon"],
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$="/Diepmon"],
.SpeechBubble .edited-by a[href$="User:Diepmon"]:after,
.Wall .edited-by a.subtle[href$="Wall:Diepmon"],
.Chat li[data-user="Diepmon"] .username,
.Chat li[data-user="Diepmon"] .message {
    font-family: "Exo 2", "Oxygen", "Ubuntu";
    color: #FBE800;
    text-shadow: none;
}
 
.Chat li[data-user="Diepmon"] .avatar {
    border-color: #FBE800;
}/**/

/***********************************************************************/
/**************************** DroneDestroyer ***************************/
/***********************************************************************/
.Wall .edited-by a.subtle[href$="Wall:DroneDestroyer"],
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$=":DroneDestroyer"],
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$="/DroneDestroyer"] {
    background: -webkit-linear-gradient(330deg, #228B22, #008000) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
}

.Wall .edited-by a.subtle[href$="Wall:DroneDestroyer"]:after,
.SpeechBubble .edited-by a[href$="User:DroneDestroyer"]:after {
    margin: 0 !important;
}/**/

/***********************************************************************/
/******************************* GellyPop ******************************/
/***********************************************************************/
.Wall .edited-by a.subtle[href$="Wall:GellyPop"],
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$=":GellyPop"],
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$="/GellyPop"] {
    background: -webkit-linear-gradient(330deg, #FFFF00, #9ACD32) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
}

.Wall .edited-by a.subtle[href$="Wall:GellyPop"]:after,
.SpeechBubble .edited-by a[href$="User:GellyPop"]:after {
    margin: 0 !important;
}/**/

/***********************************************************************/
/******************************** Nobel ********************************/
/***********************************************************************/
a[href$=":Nobellion"],
a[href$="/Nobellion"] {
	text-shadow:none;
    font-weight: bold;
    font-size: 110% !important;
    font-family: "Righteous", Helvetica, sans-serif;
    background: -webkit-linear-gradient(330deg, #DC143C, #8A2BE2) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.Wall .edited-by a.subtle[href$="Wall:Nobellion"]:after,
.SpeechBubble .edited-by a[href$="User:Nobellion"]:after {
	text-shadow:none;
    content: "▶Code Administrator◀";
    font-weight: bold;
    font-size: 16px !important;
    font-family: "Righteous", Helvetica, sans-serif;
    background: -webkit-linear-gradient(330deg, #DC146E, #5C2BE2) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-variant: small-caps;
}
 
.Chat li[data-user="Nobellion"] .username {
    color: #A358E8;
}

.Chat li[data-user="Nobellion"] .avatar {
    border-style: solid;
    border-color: #8A2BE2;
    border-width: 3px !important;
    border-radius: 100px !important;
}

.Chat li[data-user="Nobellion"] .avatar:hover {
    border-style: outset !important;
    border-color: grey !important;
    text-shadow: 0 0 10px grey !important;
}

.Chat li[data-user="Nobellion"] .message {
    color: #DC146E;
}
 
a[href$=":Nobellion"]:hover,
a[href$="/Nobellion"]:hover {
    text-shadow: none !important;
    font-size: 110% !important;
    background: -webkit-linear-gradient(330deg, #DC143C, #8A2BE2) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
 
.Chat li[data-user="Nobellion"] .username {
    color: #A358E8;
}

.Chat li[data-user="Nobellion"] .avatar {
    border-style: solid;
    border-color: #8A2BE2;
    border-width: 3px !important;
    border-radius: 100px !important;
}

.Chat li[data-user="Nobellion"] .avatar:hover {
    border-style: outset !important;
    border-color: grey !important;
    text-shadow: 0 0 10px grey !important;
}

.Chat li[data-user="Nobellion"] .message {
    color: #DC1E14!important;
}

img[alt="Nobellion"].avatar,
li[data-user="Nobellion"] .avatar {
    border-style: outset !important;
    border-color: #808080 !important;
    border-width: 2.5px !important;
    border-radius: 100% !important;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease !important;
}

img[alt="Nobellion"].avatar:hover,
li[data-user="Nobellion"] .avatar:hover {
    animation-name: avspin !important;
    animation-duration: 40s !important;
    animation-iteration-count: 1 !important;
    animation-fill-mode: both !important;
    animation-timing-function: ease-in-out !important;
}

body.page-Special_Contributions_Nobellion .masthead-avatar img.avatar,
body.page-User_blog_Nobellion .masthead-avatar img.avatar,
body.page-User_talk_Nobellion .masthead-avatar img.avatar,
body.page-Message_Wall_Nobellion .masthead-avatar img.avatar,
body.page-User_Nobellion .masthead-avatar img.avatar {
    -webkit-user-drag: none;
    -moz-transition: all 0.55s ease;
    -ms-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    border-style: solid;
    border-color: #DC143C;
    border-width: 4.5px;
    border-radius: 100%;
    transform: scale(.75,.75);
	position: relative !important;
	top: 70px;
    z-index:1000000;
}

body.page-Special_Contributions_Nobellion .masthead-avatar img.avatar:hover,
body.page-User_blog_Nobellion .masthead-avatar img.avatar:hover,
body.page-User_talk_Nobellion .masthead-avatar img.avatar:hover,
body.page-Message_Wall_Nobellion .masthead-avatar img.avatar:hover,
body.page-User_Nobellion .masthead-avatar img.avatar:hover {
    -webkit-user-drag: none;
    transform: scale(1,1);
    border-style: solid;
    border-color: #8A2BE2;
    border-width: 1px;
    border-radius: 100%;
    box-shadow: 0 0 1px 1px #8A2BE2;
}

body.page-Special_Contributions_Nobellion .masthead-avatar img.avatar:active,
body.page-User_blog_Nobellion .masthead-avatar img.avatar:active,
body.page-User_talk_Nobellion .masthead-avatar img.avatar:active,
body.page-Message_Wall_Nobellion .masthead-avatar img.avatar:active,
body.page-User_Nobellion .masthead-avatar img.avatar:active {
    -webkit-user-drag: none;
    transform: scale(2,2);
	position: relative !important;
	z-index: 5 !important;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 100px 100px rgba(0, 0, 0, 0);
}

body.page-Special_Contributions_Nobellion .avatar-controls,
body.page-User_blog_Nobellion .avatar-controls,
body.page-User_talk_Nobellion .avatar-controls,
body.page-Message_Wall_Nobellion .avatar-controls,
body.page-User_Nobellion .avatar-controls {
	visibility: hidden !important;
}

body.page-Special_Contributions_Nobellion .masthead-info-lower:before,
body.page-User_blog_Nobellion .masthead-info-lower:before,
body.page-User_talk_Nobellion .masthead-info-lower:before,
body.page-Message_Wall_Nobellion .masthead-info-lower:before,
body.page-User_Nobellion .masthead-info-lower:before {
	top: 70px !important;
	left: -12px !important;
	transform: rotate(225deg) !important;
}/**/

/***********************************************************************/
/******************************** Tidal ********************************/
/***********************************************************************/
.Chat li[data-user="The Tidal Wave"] .username,
.Chat li[data-user="The Tidal Wave"] .message,
*:not(.wds-list) > *:not(.tally) > a[href$=":The_Tidal_Wave"],
*:not(.wds-list) > *:not(.tally) > a[href$="/The_Tidal_Wave"],
.Chat li[data-user="The Tidal Wave"] .username:hover,
.Chat li[data-user="The Tidal Wave"] .message:hover,
*:not(.wds-list) > *:not(.tally) > a[href$=":The_Tidal_Wave"]:hover,
*:not(.wds-list) > *:not(.tally) > a[href$="/The_Tidal_Wave"]:hover {
    font-family: "Agency FB", "Teko", sans-serif;
    font-weight: normal !important;
    color: #460432;
}

*:not(.wds-list) > *:not(.tally) > a[href$=":The_Tidal_Wave"]:hover,
*:not(.wds-list) > *:not(.tally) > a[href$="/The_Tidal_Wave"]:hover {
    text-shadow: 0 0 1.5px #460432;
}

.Wall .edited-by a.subtle[href$="Wall:The_Tidal_Wave"]:hover,
.Wall .edited-by a.subtle[href$="Wall:The_Tidal_Wave"] {
    color: #460432;
}

.Chat li[data-user="The Tidal Wave"] .avatar,
img[alt="The Tidal Wave"].avatar,
li[data-user="The Tidal Wave"] .avatar {
    border: 4px outset #460432;
    border-radius: 75%;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

img[alt="The Tidal Wave"].avatar:hover,
li[data-user="The Tidal Wave"] .avatar:hover {
    animation-name: tacospin;
    animation-duration: 40s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}/**/

/***********************************************************************/
/**************************** Type: Sparky *****************************/
/***********************************************************************/
.SpeechBubble .edited-by a[href$="User:Type:_Sparky"]:after,
.Wall .edited-by a.subtle[href$="Wall:Type:_Sparky"]:after {
    content: url("https://vignette.wikia.nocookie.net/diepio/images/e/e1/Excellent.png/revision/latest?cb=20180413183309");
}

img[alt="Type\3A \ Sparky"].avatar,
li[data-user="Type\3A \ Sparky"] .avatar {
    border: 4px outset #000;
    border-radius: 75%;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease !important;
}

img[alt="Type\3A \ Sparky"].avatar:hover,
li[data-user="Type\3A \ Sparky"] .avatar:hover {
	border-color: red;
    animation-name: tacospin;
    animation-duration: 40s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}/**/

/***********************************************************************/
/******************************* Zathsu ********************************/
/***********************************************************************/
.Wall .edited-by a.subtle[href$="Wall:Zathsu"],
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$=":Zathsu"],
*:not(.wds-list) > *:not(.tally):not(.custom-wds-wrapper):not(#contentSub) > a[href$="/Zathsu"] {
    text-shadow: none !important;
    color: #FF89B8 !important;
    font-weight: bold;
    font-size: 110% !important;
    background: -webkit-linear-gradient(330deg, #000000, #2F0101, #650000, #8D0202, #BD0000,#EA0000, #FF0000) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.Chat li[data-user="Zathsu"] .username {
    color: #00FFFF;
}

.Chat li[data-user="Zathsu"] .message {
    color: #00FFFF;
    font-size: 9pt;
}

.Chat li[data-user="Zathsu"] .avatar {
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-style: solid;
    border-color: #00FFFF;
    border-width: 3px;
    border-radius: 8px;
}

.Chat li[data-user="Zathsu"] .avatar:hover {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-color: #00FFFF;
    border-width: 2.5px;
    border-radius: 100%;
    box-shadow: 0 0 6px 0 #CCCCCC;
}

.SpeechBubble .edited-by a[href$="User:Zathsu"]:after,
.Wall .edited-by a.subtle[href$="Wall:Zathsu"]:after {
    display: none;
}/**/

/***********************************************************************/
/****************************** Bug Fixes ******************************/
/***********************************************************************/
/* Overrides to Bana’s styles above, quarantined from Wikia.css */
body.mw-special-Contributions #WikiaMainContentContainer #VSTFReportButtons .VSTFReportButton,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub:not(.contentSub) a,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub #contentSubSub a {
    background: #0088AA !important;
    color: #E0E0E0 !important;
    -webkit-text-fill-color: initial !important;
}

body.mw-special-Contributions #WikiaMainContentContainer #VSTFReportButtons .VSTFReportButton:active,
body.mw-special-Contributions #WikiaMainContentContainer #VSTFReportButtons .VSTFReportButton:focus,
body.mw-special-Contributions #WikiaMainContentContainer #VSTFReportButtons .VSTFReportButton:hover,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub:not(.contentSub) a:active,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub:not(.contentSub) a:focus,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub:not(.contentSub) a:hover,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub #contentSubSub a:active,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub #contentSubSub a:focus,
body.mw-special-Contributions #WikiaMainContentContainer #contentSub #contentSubSub a:hover {
    background: #00B7E0 !important;
}

.contributions-details.tally a {
    font-weight: inherit;
    font-family: inherit;
    -webkit-text-fill-color: initial !important;
}/**/

/***********************************************************************/
/************************ KeyFrames (keep last) ************************/
/***********************************************************************/
/* Spins */
@keyframes avspin {
    0% {
        transform: rotate(0deg);
    }
    25% {
        border-right-color: rgba(216, 216, 216, 1);
        border-bottom-color: rgba(216, 216, 216, 1);}
    50% {
        filter: blur(.5px);
    }
    97% {
        filter: blur(0);
        box-shadow: 0 0 15px 0 #DC143C;
    }
    98.5%{
        filter: blur(2px);
    }
    to {
        transform: rotate(129600deg);
        box-shadow: 0 0 15px 2px rgba(138, 43, 226, 1);
        filter: blur(none);
    }
}

@keyframes capspine {
    0% {
        transform: rotate(0deg);
    }
    50% {
        filter: blur(.5px);
    }
    97% {
        filter: blur(0);
        box-shadow: 0 0 15px 0 #6F00DD;
    }
    98.5%{
        filter: blur(2px);
        box-shadow: 0 0 0 2px #DD6E00;
    }
    to {
        transform: rotate(129600deg);
        box-shadow: 0 0 15px 2px #2F4F4F;
        filter: blur(none);
    }
}

@keyframes patrikspin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg);
        box-shadow: 0 0 6px 0 #FFA500;
        border-color: #FFA500 !important;
    }
}

@keyframes srspin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg);
        box-shadow: 0 0 6px 0 #FF0088;
    }
}

@keyframes srspin-chat {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg);
        box-shadow: 0 0 6px 0 #FF8822;
        border-color: #FF8822 !important;
    }
}

@keyframes tacospin {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(129600deg);
    }
}/**/
Advertisement