2006-07-26 17:12:30 +00:00
|
|
|
/*
|
|
|
|
* Stylesheet for the CategoryTree extension, an AJAX based gadget
|
|
|
|
* to display the category structure of a wiki
|
|
|
|
*
|
|
|
|
* @package MediaWiki
|
|
|
|
* @subpackage Extensions
|
2007-03-13 11:39:12 +00:00
|
|
|
* @author Daniel Kinzler, brightbyte.de
|
2006-07-26 17:12:30 +00:00
|
|
|
* @copyright © 2006 Daniel Kinzler
|
|
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
|
|
*/
|
|
|
|
|
|
|
|
.CategoryTreeChildren {
|
|
|
|
margin-left: 1.5ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeBullet a:link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
font-weight: bold;
|
2006-08-24 17:12:13 +00:00
|
|
|
speak: none;
|
2006-07-26 17:12:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeLabelPage {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeParents {
|
|
|
|
margin-top: 1.5ex;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeResult {
|
|
|
|
margin-top: 1.5ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeTag {
|
|
|
|
margin-top: 0.5ex;
|
|
|
|
margin-bottom: 0.5ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeNotice {
|
|
|
|
font-style: italic;
|
|
|
|
}
|