Community Central
Community Central
mNo edit summary
mNo edit summary
Line 10: Line 10:
 
.page-header__title:hover + #lastEdited { max-height: 100px }
 
.page-header__title:hover + #lastEdited { max-height: 100px }
 
#lastEdited:hover { max-height: 100px }
 
#lastEdited:hover { max-height: 100px }
  +
 
  +
/* REEEEEEE */
/* Stop Fidget Avatar effect (cancer on polish wikis) */
 
  +
.mediawiki { cursor: auto }
.UserProfileMasthead .masthead-avatar .avatar,
 
  +
.mediawiki a:hover { cursor: pointer }
.UserProfileMasthead .masthead-avatar .avatar:hover,
 
  +
.UserProfileMasthead .masthead-avatar .avatar:focus {
 
  +
/* Editor */
transform: none !important;
 
  +
@media only screen and (min-width: 1024px) {
transition: none !important;
 
  +
.editor .WikiaPage { width: 100% }
animation: none !important;
 
 
}
 
}
  +
@media only screen and (min-width: 927px) {
 
  +
.editor .WikiaPage { width: 100% }
  +
}
  +
 
/* Other */
 
/* Other */
 
#WikiaTopAds.WikiaTopAds, #ShareEntryPoint { display: none !important }
 
#WikiaTopAds.WikiaTopAds, #ShareEntryPoint { display: none !important }
 
.WikiaFooter .overflow-menu, .WikiaBarWrapper .overflow-menu { display: none !important }
 
.WikiaFooter .overflow-menu, .WikiaBarWrapper .overflow-menu { display: none !important }
.mediawiki #mobile-editor__wrapper .mobile-editor__textarea { font-family: monospace !important }
 

Revision as of 20:17, 8 February 2020

@import "/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:UpgradedToolbar.css|MediaWiki:EditorSourceMinimal/code.css|MediaWiki:Nord.css";

/* LastEdited imporoements by Luqgreg */
#PageHeader .page-header__title { display: initial }
.page-header__title + #lastEdited {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease
}
.page-header__title:hover + #lastEdited { max-height: 100px }
#lastEdited:hover { max-height: 100px }
 
/* REEEEEEE */
.mediawiki { cursor: auto }
.mediawiki a:hover { cursor: pointer } 
 
/* Editor */
@media only screen and (min-width: 1024px) {
    .editor .WikiaPage { width: 100% }
}
@media only screen and (min-width: 927px) {
    .editor .WikiaPage { width: 100% }
}
 
/* Other */
#WikiaTopAds.WikiaTopAds, #ShareEntryPoint { display: none !important }
.WikiaFooter .overflow-menu, .WikiaBarWrapper .overflow-menu { display: none !important }