User:XIII-DARKNESS/wikia.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
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.
/* Changes all normal text from grey to black */
.color1, .color1 a, .yui-panel .hd, .WikiaPage { color:black !important; }


/*Modifying level 3/4 headers (bolded and thus more noticable)*/
H3 { font-weight: bold; }
H4 { font-weight: bold; }


/*Making sure the edit link (LVL3 header) remains normal*/
.WikiaArticle .editsection { font-weight: normal; }


/*Correcting Yew Grove date listings*/
.forumlist td.forum_edited a { color: #006CB0 !important; }


/* Hides image attribution on articles */
div.picture-attribution { display:none !important; }


/*Making it possible to edit Level 1 headers*/
.WikiaArticle h1 .editsection { display: inline !important; }


/*Making it possible to edit Level 4 headers*/
.WikiaArticle h4 .editsection { display: inline !important; }
.WikiaArticle h5 .editsection { display: inline !important; }
.WikiaArticle h6 .editsection { display: inline !important; }


/*Would this be better? Nothing but .CommunityCornerModule and .WikiaSearch*/
.LatestPhotosModule, .WikiaActivityModule, .HotSpotsModule, .FollowedPagesModule, .WikiaSpotlightsModule, #WikiaSpotlightsModule, .WikiaPagesOnWikiModule, #WikiaPagesOnWikiModule { display: none !important; }


/* Increase the width of the actual page content */
.WikiaArticle {width:980px !important;}
.WikiaPageHeader details {width:970px !important;}
.WikiaArticleCategories {width:950px !important;}

 
/* Removes the above when previewing edits */
.skin-oasis #wikiPreview {margin-right:10px !important;}

 
/* Not sure what these do =D */ 
#WikiaArticleBottomAd {display: none !important;}
section.WikiaFooter {display:none !important;}


/*Something copied off Evil*/
#viewingold-warning { width:950px !important; }

 
/* Hiding */ 
.FollowedPagesModule { display:none !important; } 
.WikiaPagesOnWikiModule { display:none !important; }


/*No large bars leading to other Wikis*/
#GlobalNavigation { display:none !important; }


/*No comment bubble*/ 
.commentsbubble { display:none !important; }


/*No Facebook*/ 
.fb_edge_widget_with_comment { display:none !important; }


/*There goes the share button*/ 
#ca-share_feature { display:none !important; }


/*No more useless button found under galleries*/
.wikia-photogallery-add { display: none !important; }


/* Admins who refuse to be green */ 
a[href="/wiki/User:Ajraddatz"],
a[href="/wiki/User:Degenret01"],
a[href="/wiki/User:Kytti_khat"],
a[href="/wiki/User:Sir_Revan125"] { color:#22cc00 !important; }


/*And this should make it easier to spot my own edits...*/
a[href="/wiki/User:Thebrains222"] { color:#006400 !important; }