MediaWiki:Category.css

From Tardis Wiki, the free Doctor Who reference
Revision as of 01:55, 17 May 2013 by CzechOut (talk | contribs) (trying to get all cats to look more like the wall forum bread crumbs thingy)
Clear your cache often around here

After changes are made to this site's CSS or Javascript, you have to bypass your browser's cache to see the changes. You can always do this by going to your browser's preferences panel. But many browsers also offer keyboard shortcuts to save you that trouble. The following shortcuts work in the versions of the browsers that Tardis currently supports. They may not work in earlier versions.

  • Firefox: hold down Shift while performing a page reload.
  • Opera offers no default keyboard shortcut, but you can create a custom keyboard shortcut with the value Clear disk cache
  • Safari users should simultaneously hold down + Option + E. You may need to enable the Develop menu first
  • Chrome: press Ctrl + F5 or Shift + F5 while performing a page reload.
/*  ===================
    Due to changes to category 
    module on 5 February 2013,
    it was expedient to pull out all
    category code into its own 
    CSS file, which will be imported
    into Common.css  
    =================== */

.CategorySelect.articlePage {
       -moz-border-radius:50%/10%;
    -webkit-border-radius:50%/10%;
        -ms-border-radius:50%/10%;
         -o-border-radius:50%/10%;
            border-radius:50%/10%;
    color:#1F1E38;
    padding:10px;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    text-align:left;
    margin:10px 0px 10px 0px;
    background:#012c57 url(http://images.wikia.com/tardistest/images/c/ce/70opacitywhite.png);
    word-wrap:break-word;
 
}

.CategorySelect.articlePage .category {
    border-right: 1px solid rgb(204, 204, 204);
    line-height: 90%;
}

.CategorySelect.articlePage .categories {
   overflow:visible;
}

.CategorySelect.articlePage .special-categories {
    float: left;
    padding-right:4px;
    margin-left:-15px;
    margin-bottom:-10px;
    margin-top:-3px;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:bold;
}

.CategorySelect.articlePage .special-categories a:link {
    color:white;
}
.CategorySelect.articlePage .special-categories a:hover {
    text-decoration:underline;
}
/* for when module is turned off */

.WikiaArticleCategories {
    margin-left:15px;
       -moz-border-radius:50%/10%;
    -webkit-border-radius:50%/10%;
        -ms-border-radius:50%/10%;
         -o-border-radius:50%/10%;
            border-radius:50%/10%;
    color:#1F1E38;
    padding:10px;
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    text-align:left;
    background:#012c57 url(http://images.wikia.com/tardistest/images/c/ce/70opacitywhite.png);
    word-wrap:break-word;

}

.mw-normal-catlinks li {
    display:inline;
}
#catlinks {
	word-wrap: break-word;
}

.WikiaArticleInterlang h3 {
    margin-left: -5px;
    margin-top: 40px;
}

/* Hidden cats no longer on own line.
   Removing at [[User:Rappy 4187]]'s request
   at least until we can get to the bottom
   of what Wikia's actual intent with hidden
   categories is.
   

#WikiaArticleCategories .categories .hidden a:before { 
    content: "hidden"; 
    font-style: italic;
    font-size:70%;
}

#WikiaArticleCategories .categories .hidden {
    font-style:italic;
}
#WikiaArticleCategories .categories .hidden a:before { 
    content: "["; 
}

#WikiaArticleCategories .categories .hidden a:after { 
    content: "]"; 
}
*/

#WikiaArticleCategories .categories {
    word-wrap:break-word;
}