2014-03-18 20:52:39 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface MWTocWidget styles.
|
|
|
|
*
|
2015-01-08 23:54:03 +00:00
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
2014-03-18 20:52:39 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ui-mwTocWidget {
|
|
|
|
/* Margin to mock the standard appearance of TOC */
|
|
|
|
margin: 1em 0 0 0;
|
|
|
|
}
|
|
|
|
.ve-ui-mwTocWidget .toctoggle {
|
|
|
|
margin: 0.25em;
|
|
|
|
}
|
|
|
|
.ve-ui-mwTocWidget .toctoggle:before {
|
|
|
|
content: ' [';
|
|
|
|
}
|
|
|
|
.ve-ui-mwTocWidget .toctoggle:after {
|
|
|
|
content: '] ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwTocWidget .tocnumber:after {
|
|
|
|
content: ' ';
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwTocWidget a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|