MediaWiki:Category.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
No edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
.CategorySelect.articlePage .special-categories a:hover { | .CategorySelect.articlePage .special-categories a:hover { | ||
text-decoration:underline; | text-decoration:underline; | ||
} | |||
.mw-normal-catlinks li { | |||
display:inline; | |||
} | } |
Revision as of 03: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 {
margin-left:15px;
border:2px solid #012c57;
-webkit-border-radius: 50%/5%;
-moz-border-radius: 50%/5%;
-ms-border-radius: 50%/5%;
-o-border-radius: 50%/5%;
border-radius: 50%/5%;
-webkit-box-shadow: -0px 0px 10px 4px #012C57;
-moz-box-shadow: -0px 0px 10px 4px #012C57;
-ms-box-shadow: -0px 0px 10px 4px #012C57;
-o-box-shadow: -0px 0px 10px 4px #012C57;
box-shadow: -0px 0px 10px #012C57 4px;
}
.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;
colour:white;
}
.CategorySelect.articlePage .special-categories a:link {
color:white;
}
.CategorySelect.articlePage .special-categories a:hover {
text-decoration:underline;
}
.mw-normal-catlinks li {
display:inline;
}