User:SilverCrono/wikia.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Created page with "→‎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*…")
 
No edit summary
 
Line 27: Line 27:
   
   
/* Increase the width of the actual page content */
/* Increase the width of the actual page content */
.WikiaArticle {width:980px !important;}
.WikiaArticle {width:1000px !important;}
.WikiaPageHeader details {width:970px !important;}
.WikiaPageHeader details {width:990px !important;}
.WikiaArticleCategories {width:950px !important;}
.WikiaArticleCategories {width:970px !important;}
   
   
   
   

Latest revision as of 23:53, 8 October 2010

/*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; }
 
 
/* 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:1000px !important;}
.WikiaPageHeader details {width:990px !important;}
.WikiaArticleCategories {width:970px !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;}
 
 
/* 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; }

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