MediaWiki:Category.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
No edit summary |
(remarking out hidden cat styling at request of user:Rappy 4187.) |
||
Line 88: | Line 88: | ||
} | } | ||
/* Hidden cats no longer on own line | /* 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 { | #WikiaArticleCategories .categories .hidden a:before { | ||
Line 98: | Line 103: | ||
#WikiaArticleCategories .categories .hidden { | #WikiaArticleCategories .categories .hidden { | ||
font-style:italic; | font-style:italic; | ||
} | } | ||
#WikiaArticleCategories .categories .hidden a:before { | #WikiaArticleCategories .categories .hidden a:before { | ||
content: "["; | content: "["; | ||
Line 106: | Line 111: | ||
content: "]"; | content: "]"; | ||
} | } | ||
*/ | |||
#WikiaArticleCategories .categories { | #WikiaArticleCategories .categories { | ||
word-wrap:break-word; | word-wrap:break-word; | ||
} | } |
Revision as of 05:11, 18 April 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;
background:#ececec;
word-wrap:break-word;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
/* -moz-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
-webkit-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
-ms-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
-o-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
box-shadow: inset -0px 0px 25px 4px #D8DFE5;
-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;
}
.CategorySelect.articlePage .special-categories a:link {
color:white;
}
.CategorySelect.articlePage .special-categories a:hover {
text-decoration:underline;
}
/* for when module is turned off */
.WikiaArticleCategories {
background-color:transparent;
background-image:none;
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;
}
.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;
}