User:Erry/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*…") |
KrytenKoro (talk | contribs) No edit summary |
||
Line 66: | Line 66: | ||
/*And this should make it easier to spot my own edits...*/ | /*And this should make it easier to spot my own edits...*/ | ||
a[href="/wiki/User: | a[href="/wiki/User:Erry"] { color: !important; } |
Latest revision as of 16:16, 3 November 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:975px !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:Erry"] { color: !important; }