2013-10-09 22:40:35 +00:00
|
|
|
/**
|
|
|
|
* Stylesheet for the CategoryTree extension.
|
2006-07-26 17:12:30 +00:00
|
|
|
*
|
2010-06-06 15:12:22 +00:00
|
|
|
* @file
|
|
|
|
* @ingroup 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
|
2013-10-09 22:40:35 +00:00
|
|
|
*/
|
2006-07-26 17:12:30 +00:00
|
|
|
|
2016-02-01 09:17:11 +00:00
|
|
|
.client-js #mw-subcategories ul {
|
2013-09-23 11:35:08 +00:00
|
|
|
list-style: none none;
|
|
|
|
margin-left: 0.25em;
|
2006-07-26 17:12:30 +00:00
|
|
|
}
|
|
|
|
|
2013-11-07 04:46:43 +00:00
|
|
|
#mw-panel div.portal div.body .CategoryTreeTag {
|
2017-04-17 17:19:52 +00:00
|
|
|
margin: 0;
|
|
|
|
font-size: 0.75em;
|
|
|
|
line-height: 1.125em;
|
2013-11-07 04:46:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#mw-panel div.portal div.body .CategoryTreeItem {
|
2017-04-17 17:19:52 +00:00
|
|
|
padding: 0.25em 0;
|
2013-11-07 04:46:43 +00:00
|
|
|
}
|
|
|
|
|
2013-09-23 11:35:08 +00:00
|
|
|
.CategoryTreeChildren {
|
|
|
|
margin-left: 1.25em;
|
|
|
|
}
|
2008-11-14 12:47:54 +00:00
|
|
|
|
2016-02-01 09:17:11 +00:00
|
|
|
.CategoryTreeBullet,
|
|
|
|
.CategoryTreeEmptyBullet {
|
|
|
|
cursor: default;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeToggleHandlerAttached {
|
2008-11-14 12:47:54 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-09-23 11:35:08 +00:00
|
|
|
|
2010-05-28 02:15:44 +00:00
|
|
|
.CategoryTreeEmptyBullet {
|
2017-04-17 17:19:52 +00:00
|
|
|
color: #c0c0c0;
|
2010-05-28 02:15:44 +00:00
|
|
|
}
|
2008-11-14 12:47:54 +00:00
|
|
|
|
2008-06-28 20:13:20 +00:00
|
|
|
.CategoryTreeBullet a,
|
|
|
|
.CategoryTreeBullet a:link,
|
|
|
|
.CategoryTreeBullet a:active,
|
|
|
|
.CategoryTreeBullet a:visited {
|
2006-07-26 17:12:30 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
2008-06-28 20:13:20 +00:00
|
|
|
speak: none;
|
2006-07-26 17:12:30 +00:00
|
|
|
}
|
|
|
|
|
2016-02-01 09:17:11 +00:00
|
|
|
/* Hide toggle buttons for clients without JavaScript */
|
|
|
|
.client-nojs .CategoryTreeBullet,
|
|
|
|
.client-nojs .CategoryTreeEmptyBullet {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-09-23 11:35:08 +00:00
|
|
|
.CategoryTreeToggle {
|
2017-04-17 17:19:52 +00:00
|
|
|
color: #0645ad;
|
2013-09-23 11:35:08 +00:00
|
|
|
}
|
|
|
|
|
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;
|
2011-06-25 00:09:24 +00:00
|
|
|
margin-bottom: 0.5ex;
|
2006-07-26 17:12:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.CategoryTreeNotice {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2008-06-30 21:22:03 +00:00
|
|
|
|
2008-07-11 23:18:41 +00:00
|
|
|
.CategoryTreeCategoryBarItem {
|
2013-10-09 22:40:35 +00:00
|
|
|
/* yes, specify display twice! quirk for FF2 */
|
|
|
|
display: -moz-inline-box;
|
|
|
|
display: inline-block;
|
|
|
|
/* why is the -0.5ex needed? */
|
|
|
|
margin: -0.5ex 0 0 1ex;
|
2017-04-17 17:19:52 +00:00
|
|
|
padding: 0;
|
2008-07-11 23:18:41 +00:00
|
|
|
vertical-align: top;
|
2011-09-30 02:51:53 +00:00
|
|
|
/* IE6-7 Hack for display: inline-block */
|
|
|
|
zoom: 1;
|
2017-04-17 17:19:52 +00:00
|
|
|
*display: inline; /* stylelint-disable-line declaration-block-no-duplicate-properties */
|
2008-07-11 23:18:41 +00:00
|
|
|
}
|
2011-06-25 00:09:24 +00:00
|
|
|
|
|
|
|
.CategoryTreeSection {
|
|
|
|
direction: ltr;
|
2012-08-28 22:35:39 +00:00
|
|
|
}
|