MediaWiki:Category.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
Line 20: Line 20:
     float: left;
     float: left;
     padding-right:4px;
     padding-right:4px;
     margin-left:-10px;
     margin-left:-15px;
     margin-bottom:-2px;
     margin-bottom:-10px;
     margin-top:5px;
     margin-top:-3px;
     font-size:130&;
     font-size:130%;
     text-transform:uppercase;
     text-transform:uppercase;
     letter-spacing:3px;
     letter-spacing:3px;
     font-weight:bold;
     font-weight:bold;
}
}

Revision as of 02:58, 7 February 2013

/*  ===================
    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 .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;
    font-size:130%;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:bold;
}