The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

User:NeptuneID13/common.css

From Arthur Wiki
< User:NeptuneID13
Revision as of 12:20, 19 January 2020 by NeptuneID13 (talk | contribs) (Created page with "@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css"); @import "/load.php?mode=articl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.
@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css");
 
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ModernCommentsSection.css|u:dev:MediaWiki:RefreshedRCArrows.css|u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:FandomizedToggles/code.css|u:dev:MediaWiki:FandomizedWikiFeatures.css|u:dev:MediaWiki:FandomizedInputboxes/code.css|u:dev:MediaWiki:FandomizedCategoryExhibition/code.css|u:dev:MediaWiki:UpgradedToolbar.css|u:dev:MediaWiki:FandomizedFieldsets.css|u:dev:MediaWiki:MinifiedLeftTabs/code.css|u:dev:MediaWiki:MinimalistSliderText/code.css|u:dev:RectangularButtons/code.css|u:dev:MediaWiki:FandomizedButtons.css|u:dev:MediaWiki:FandomizedThemeDesigner.css|u:dev:MediaWiki:EditorSourceMinimal/code.css|u:dev:MediaWiki:ModernLightbox.css|u:dev:MediaWiki:FandomizedLoadingScreens.css|u:dev:MediaWiki:NewCat%26LangBars.css|u:dev:MediaWiki:ModernPolls.css|u:dev:MediaWiki:RedesignedAdminDashboard.css|u:dev:MediaWiki:FandomizedTabs/tabviews.css|u:dev:MediaWiki:FandomizedTabs/tabbers.css|u:dev:MediaWiki:FandomizedAchievementsSystems/code.css|u:dev:MediaWiki:ModernProfile/Wall.css|u:dev:MediaWiki:ModernWikiActivity.css|MediaWiki:Highlights.css&only=styles";
 
/* Font import */
@import url('https://fonts.googleapis.com/css?family=Nunito|Farro');
 
 
/* Thunder - Animated arrows in the nav bar.  Thanks, GiveMeFoodToEat and Roblox Wikia! */
.wds-global-navigation .wds-dropdown::after, .wds-community-header .wds-community-header__local-navigation .wds-tabs .wds-tabs__tab .wds-dropdown::before, .wds-community-header .wds-community-header__local-navigation .wds-tabs .wds-tabs__tab .wds-dropdown::after, .page-header .page-header__contribution .page-header__contribution-buttons .wds-button-group .wds-dropdown::before, .page-header .page-header__contribution .page-header__contribution-buttons .wds-button-group .wds-dropdown::after, #PageHeader #EditMessageWallGreeting .wds-button-group .wds-dropdown::before, #PageHeader #EditMessageWallGreeting .wds-button-group .wds-dropdown::after, .wds-community-header__wiki-buttons .wds-dropdown::before, .wds-community-header__wiki-buttons .wds-dropdown::after {
    display: none !important;
}
.wds-global-navigation .wds-dropdown__content {
    -webkit-animation: dropdown-global 0.35s;
    -moz-animation: dropdown-global 0.35s;
    animation: dropdown-global 0.35s;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs .wds-tabs__tab .wds-dropdown .wds-dropdown__content {
    -webkit-animation: dropdown-topnav 0.3s;
    -moz-animation: dropdown-topnav 0.3s;
    animation: dropdown-topnav 0.3s;
}
.wds-community-header .wds-community-header__local-navigation .wds-tabs .wds-tabs__tab .wds-dropdown .wds-dropdown__content .wds-dropdown-level-2__content {
    -webkit-animation: dropdown-animation 0.3s;
    -moz-animation: dropdown-animation 0.3s;
    animation: dropdown-animation 0.3s;
}
.page-header .page-header__contribution .page-header__contribution-buttons .wds-button-group .wds-dropdown .wds-dropdown__content, #PageHeader #EditMessageWallGreeting .wds-button-group .wds-dropdown .wds-dropdown__content, .wds-community-header__wiki-buttons .wds-dropdown .wds-dropdown__content {
    -webkit-animation: contribution-dropdown 0.3s linear;
    -moz-animation: contribution-dropdown 0.3s linear;
    animation: contribution-dropdown 0.3s linear;
}
.wds-dropdown__content.wds-global-navigation__search-suggestions {
    -webkit-animation: searchsuggestions-dropdown 0.35s;
    -moz-animation: searchsuggestions-dropdown 0.35s;
    animation: searchsuggestions-dropdown 0.35s;
}
@keyframes dropdown-global {
    from {opacity: 0; top: 45px;}
    to {opacity: 1;}
}
@keyframes dropdown-topnav {
    from {opacity: 0; top: 30px;}
    to {opacity: 1; top: 40px;}
}
@keyframes dropdown-animation {
    from {opacity: 0; transform: translateX(-10px);}
    to {opacity: 1; transform: translateX(0);}
}
@keyframes contribution-dropdown {
    from {opacity: 0; top: 25px;}
    to {opacity: 1; top: 35px;}
}
@keyframes searchsuggestions-dropdown {
    from {top: 80%; opacity: 0;}
    to {top: calc(1px+100%); opacity: 1;}
}
.wds-dropdown-level-2:hover svg#wds-icons-menu-control-tiny {
    transform: rotate(-90deg) translateY(3px);
}
.wds-dropdown-level-2 svg#wds-icons-menu-control-tiny {
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}
svg#wds-icons-dropdown-tiny {
    transition: transform 0.2s;
}
 
/* Body */
body {
    font-family: 'Nunito',  sans-serf !important;
}
 
/* Font */
body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav, .tabs {font-family: 'Nunito' !important;
}
 
#WikiaPage {
    font-family: 'Nunito' !important;
}
 
.masthead-avatar img {
    -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;
}
 
.masthead-avatar:hover img {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    border-radius: 100%;
    box-shadow: 0 0 20px black;
    transform: rotate(360deg);
}
 
h2, h3, h4, h5, h6, h7 {
    font-family: 'SpudAfCrisp';
}
 
/* Community page */
.community-page-header-welcome-message,
.community-page-subheader-welcome-message { font-family: 'SpudAfCrisp'; }
 
.UserProfileMasthead .masthead-info h1, .UserProfileMasthead .tally em {
    font-family: SpudAfCrisp !important;
}
 
a:not(.new) {
    font-weight: bold !important;
}
 
/* SpudAfCrisp Font Import */
@font-face {
    font-family: 'SpudAfCrisp';
    src: url('https://vignette.wikia.nocookie.net/maxigamertest/images/d/da/Spud_AF_Crisp_W00_Regular.woff') format('woff'),
         url('https://vignette.wikia.nocookie.net/maxigamertest/images/b/b7/Spud_AF_Crisp_W00_Regular.ttf') format('truetype'),
         url('https://vignette.wikia.nocookie.net/maxigamertest/images/0/0e/Spud_AF_Crisp_W00_Regular.svg#SpudAFCrisp') format('svg');
}