code
stringlengths
1
1.05M
repo_name
stringlengths
6
116
path
stringlengths
4
995
language
stringclasses
2 values
license
stringclasses
15 values
size
int64
2
1.05M
<!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML header for doxygen 1.8.9.1--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.1"/> <title>Boost.Hana: boost::hana::pair&lt; First, Second &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function() { init_search(); }); /* @license-end */ </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); // Copyright Louis Dionne 2013-2017 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true, width: "75% container" } } }); </script> <script type="text/javascript" async="async" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <!-- Additional javascript for drawing charts. --> <script type="text/javascript" src="highcharts.js"></script> <script type="text/javascript" src="highcharts-data.js"></script> <script type="text/javascript" src="highcharts-exporting.js"></script> <script type="text/javascript" src="chart.js"></script> <script type="text/javascript" src="hana.js"></script> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Boost.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Boost.Hana &#160;<span id="projectnumber">1.7.1</span> </div> <div id="projectbrief">Your standard library for metaprogramming</div> </td> <td> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.svg" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a> </span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.1 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); /* @license-end */ </script> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('structboost_1_1hana_1_1pair.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#related">Synopsis of associated functions</a> &#124; <a href="#friends">Friends</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="structboost_1_1hana_1_1pair-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">boost::hana::pair&lt; First, Second &gt; Struct Template Reference<div class="ingroups"><a class="el" href="group__group-datatypes.html">Data types</a></div></div> </div> </div><!--header--> <div class="contents"> <a name="details" id="details"></a><h2 class="groupheader">Description</h2> <div class="textblock"><h3>template&lt;typename First, typename Second&gt;<br /> struct boost::hana::pair&lt; First, Second &gt;</h3> <p>Generic container for two elements. </p> <p><code><a class="el" href="structboost_1_1hana_1_1pair.html" title="Generic container for two elements.">hana::pair</a></code> is conceptually the same as <code><a class="el" href="structstd_1_1pair.html" title="Adaptation of std::pair for Hana.">std::pair</a></code>. However, <code><a class="el" href="structboost_1_1hana_1_1pair.html" title="Generic container for two elements.">hana::pair</a></code> automatically compresses the storage of empty types, and as a result it does not have the <code>.first</code> and <code>.second</code> members. Instead, one must use the <code><a class="el" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4" title="Returns the first element of a pair.">hana::first</a></code> and <code><a class="el" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077" title="Returns the second element of a pair.">hana::second</a></code> free functions to access the elements of a pair.</p> <dl class="section note"><dt>Note</dt><dd>When you use a container, remember not to make assumptions about its representation, unless the documentation gives you those guarantees. More details <a class="el" href="index.html#tutorial-containers-types">in the tutorial</a>.</dd></dl> <h2><a class="anchor" id="autotoc_md312"></a> Modeled concepts</h2> <ol type="1"> <li><code>Comparable</code><br /> Two pairs <code>(x, y)</code> and &lsquo;(x&rsquo;, y')<code>are equal if and only if both </code>x == x'<code>and</code>y == y'`. <div class="fragment"><div class="line"><span class="comment">// Copyright Louis Dionne 2013-2017</span></div> <div class="line"><span class="comment">// Distributed under the Boost Software License, Version 1.0.</span></div> <div class="line"><span class="comment">// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)</span></div> <div class="line"> </div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="equal_8hpp.html">boost/hana/equal.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="not__equal_8hpp.html">boost/hana/not_equal.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="pair_8hpp.html">boost/hana/pair.hpp</a>&gt;</span></div> <div class="line"><span class="keyword">namespace </span>hana = <a class="code" href="namespaceboost_1_1hana.html">boost::hana</a>;</div> <div class="line"> </div> <div class="line"> </div> <div class="line">static_assert(hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>) == hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(hana::make_pair(2, <span class="charliteral">&#39;x&#39;</span>) != hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(hana::make_pair(1, <span class="charliteral">&#39;y&#39;</span>) != hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line"> </div> <div class="line"><span class="keywordtype">int</span> main() { }</div> <div class="ttc" id="aequal_8hpp_html"><div class="ttname"><a href="equal_8hpp.html">equal.hpp</a></div><div class="ttdoc">Defines boost::hana::equal.</div></div> <div class="ttc" id="anamespaceboost_1_1hana_html"><div class="ttname"><a href="namespaceboost_1_1hana.html">boost::hana</a></div><div class="ttdoc">Namespace containing everything in the library.</div><div class="ttdef"><b>Definition:</b> accessors.hpp:20</div></div> <div class="ttc" id="anot__equal_8hpp_html"><div class="ttname"><a href="not__equal_8hpp.html">not_equal.hpp</a></div><div class="ttdoc">Defines boost::hana::not_equal.</div></div> <div class="ttc" id="apair_8hpp_html"><div class="ttname"><a href="pair_8hpp.html">pair.hpp</a></div><div class="ttdoc">Defines boost::hana::pair.</div></div> </div><!-- fragment --></li> <li><code>Orderable</code><br /> Pairs are ordered as-if they were 2-element tuples, using a lexicographical ordering. <div class="fragment"><div class="line"><span class="comment">// Copyright Louis Dionne 2013-2017</span></div> <div class="line"><span class="comment">// Distributed under the Boost Software License, Version 1.0.</span></div> <div class="line"><span class="comment">// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)</span></div> <div class="line"> </div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="less_8hpp.html">boost/hana/less.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="pair_8hpp.html">boost/hana/pair.hpp</a>&gt;</span></div> <div class="line"><span class="keyword">namespace </span>hana = <a class="code" href="namespaceboost_1_1hana.html">boost::hana</a>;</div> <div class="line"> </div> <div class="line"> </div> <div class="line">static_assert(hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>) &lt; hana::make_pair(1, <span class="charliteral">&#39;y&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>) &lt; hana::make_pair(10, <span class="charliteral">&#39;x&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(hana::make_pair(1, <span class="charliteral">&#39;y&#39;</span>) &lt; hana::make_pair(10, <span class="charliteral">&#39;x&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line"> </div> <div class="line"><span class="keywordtype">int</span> main() { }</div> <div class="ttc" id="aless_8hpp_html"><div class="ttname"><a href="less_8hpp.html">less.hpp</a></div><div class="ttdoc">Defines boost::hana::less.</div></div> </div><!-- fragment --></li> <li><code>Foldable</code><br /> Folding a pair is equivalent to folding a 2-element tuple. In other words: <div class="fragment"><div class="line">fold_left(<a class="code" href="structboost_1_1hana_1_1pair.html#a1bc322b45af2148a413ba45ee8097045">make_pair</a>(x, y), s, f) == f(f(s, x), y)</div> <div class="line">fold_right(<a class="code" href="structboost_1_1hana_1_1pair.html#a1bc322b45af2148a413ba45ee8097045">make_pair</a>(x, y), s, f) == f(x, f(y, s))</div> <div class="ttc" id="astructboost_1_1hana_1_1pair_html_a1bc322b45af2148a413ba45ee8097045"><div class="ttname"><a href="structboost_1_1hana_1_1pair.html#a1bc322b45af2148a413ba45ee8097045">boost::hana::pair::make_pair</a></div><div class="ttdeci">constexpr auto make_pair</div><div class="ttdoc">Alias to make&lt;pair_tag&gt;; provided for convenience.</div><div class="ttdef"><b>Definition:</b> pair.hpp:155</div></div> </div><!-- fragment --> Example: <div class="fragment"><div class="line"><span class="comment">// Copyright Louis Dionne 2013-2017</span></div> <div class="line"><span class="comment">// Distributed under the Boost Software License, Version 1.0.</span></div> <div class="line"><span class="comment">// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)</span></div> <div class="line"> </div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="fold__left_8hpp.html">boost/hana/fold_left.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="fold__right_8hpp.html">boost/hana/fold_right.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="minus_8hpp.html">boost/hana/minus.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="pair_8hpp.html">boost/hana/pair.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="plus_8hpp.html">boost/hana/plus.hpp</a>&gt;</span></div> <div class="line"><span class="keyword">namespace </span>hana = <a class="code" href="namespaceboost_1_1hana.html">boost::hana</a>;</div> <div class="line"> </div> <div class="line"> </div> <div class="line">static_assert(hana::fold_left(hana::make_pair(1, 3), 0, <a class="code" href="group__group-_monoid.html#gaeb5d4a1e967e319712f9e4791948896c">hana::plus</a>) == 4, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(hana::fold_right(hana::make_pair(1, 3), 0, <a class="code" href="group__group-_group.html#ga2020c526324f361a2b990fe8d1b07c20">hana::minus</a>) == -2, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line"> </div> <div class="line"><span class="keywordtype">int</span> main() { }</div> <div class="ttc" id="afold__left_8hpp_html"><div class="ttname"><a href="fold__left_8hpp.html">fold_left.hpp</a></div><div class="ttdoc">Defines boost::hana::fold_left.</div></div> <div class="ttc" id="afold__right_8hpp_html"><div class="ttname"><a href="fold__right_8hpp.html">fold_right.hpp</a></div><div class="ttdoc">Defines boost::hana::fold_right.</div></div> <div class="ttc" id="agroup__group-_group_html_ga2020c526324f361a2b990fe8d1b07c20"><div class="ttname"><a href="group__group-_group.html#ga2020c526324f361a2b990fe8d1b07c20">boost::hana::minus</a></div><div class="ttdeci">constexpr auto minus</div><div class="ttdoc">Subtract two elements of a group.</div><div class="ttdef"><b>Definition:</b> minus.hpp:51</div></div> <div class="ttc" id="agroup__group-_monoid_html_gaeb5d4a1e967e319712f9e4791948896c"><div class="ttname"><a href="group__group-_monoid.html#gaeb5d4a1e967e319712f9e4791948896c">boost::hana::plus</a></div><div class="ttdeci">constexpr auto plus</div><div class="ttdoc">Associative binary operation on a Monoid.</div><div class="ttdef"><b>Definition:</b> plus.hpp:47</div></div> <div class="ttc" id="aminus_8hpp_html"><div class="ttname"><a href="minus_8hpp.html">minus.hpp</a></div><div class="ttdoc">Defines boost::hana::minus.</div></div> <div class="ttc" id="aplus_8hpp_html"><div class="ttname"><a href="plus_8hpp.html">plus.hpp</a></div><div class="ttdoc">Defines boost::hana::plus.</div></div> </div><!-- fragment --></li> <li><code>Product</code><br /> The model of <code>Product</code> is the simplest one possible; the first element of a pair <code>(x, y)</code> is <code>x</code>, and its second element is <code>y</code>. <div class="fragment"><div class="line"><span class="comment">// Copyright Louis Dionne 2013-2017</span></div> <div class="line"><span class="comment">// Distributed under the Boost Software License, Version 1.0.</span></div> <div class="line"><span class="comment">// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)</span></div> <div class="line"> </div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="first_8hpp.html">boost/hana/first.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="pair_8hpp.html">boost/hana/pair.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="second_8hpp.html">boost/hana/second.hpp</a>&gt;</span></div> <div class="line"><span class="keyword">namespace </span>hana = <a class="code" href="namespaceboost_1_1hana.html">boost::hana</a>;</div> <div class="line"> </div> <div class="line"> </div> <div class="line">static_assert(<a class="code" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">hana::first</a>(hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>)) == 1, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(<a class="code" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">hana::second</a>(hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>)) == <span class="charliteral">&#39;x&#39;</span>, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line"> </div> <div class="line"><span class="keywordtype">int</span> main() { }</div> <div class="ttc" id="afirst_8hpp_html"><div class="ttname"><a href="first_8hpp.html">first.hpp</a></div><div class="ttdoc">Defines boost::hana::first.</div></div> <div class="ttc" id="agroup__group-_product_html_ga34bbf4281de06dc3540441e8b2bd24f4"><div class="ttname"><a href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">boost::hana::first</a></div><div class="ttdeci">constexpr auto first</div><div class="ttdoc">Returns the first element of a pair.</div><div class="ttdef"><b>Definition:</b> first.hpp:33</div></div> <div class="ttc" id="agroup__group-_product_html_ga7bb979d59ffc3ab862cb7d9dc7730077"><div class="ttname"><a href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">boost::hana::second</a></div><div class="ttdeci">constexpr auto second</div><div class="ttdoc">Returns the second element of a pair.</div><div class="ttdef"><b>Definition:</b> second.hpp:32</div></div> <div class="ttc" id="asecond_8hpp_html"><div class="ttname"><a href="second_8hpp.html">second.hpp</a></div><div class="ttdoc">Defines boost::hana::second.</div></div> </div><!-- fragment --> </li> </ol> </div><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="related"></a> Synopsis of associated functions</h2></td></tr> <tr class="memitem:aab78903e9982284e82744dec570afa8d"><td class="memItemLeft" align="right" valign="top">template&lt;&gt; </td></tr> <tr class="memitem:aab78903e9982284e82744dec570afa8d"><td class="memTemplItemLeft" align="right" valign="top">constexpr auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#aab78903e9982284e82744dec570afa8d">make&lt; pair_tag &gt;</a></td></tr> <tr class="memdesc:aab78903e9982284e82744dec570afa8d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <code><a class="el" href="structboost_1_1hana_1_1pair.html" title="Generic container for two elements.">hana::pair</a></code> with the given elements. <a href="structboost_1_1hana_1_1pair.html#aab78903e9982284e82744dec570afa8d">More...</a><br /></td></tr> <tr class="separator:aab78903e9982284e82744dec570afa8d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1bc322b45af2148a413ba45ee8097045"><td class="memItemLeft" align="right" valign="top">constexpr auto&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a1bc322b45af2148a413ba45ee8097045">make_pair</a> = <a class="el" href="group__group-core.html#ga1d92480f0af1029878e773dafa3e2f60">make</a>&lt;<a class="el" href="structboost_1_1hana_1_1pair__tag.html">pair_tag</a>&gt;</td></tr> <tr class="memdesc:a1bc322b45af2148a413ba45ee8097045"><td class="mdescLeft">&#160;</td><td class="mdescRight">Alias to <code>make&lt;<a class="el" href="structboost_1_1hana_1_1pair__tag.html" title="Tag representing hana::pair.">pair_tag</a>&gt;</code>; provided for convenience. <a href="structboost_1_1hana_1_1pair.html#a1bc322b45af2148a413ba45ee8097045">More...</a><br /></td></tr> <tr class="separator:a1bc322b45af2148a413ba45ee8097045"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a> Friends</h2></td></tr> <tr class="memitem:a22bef1b2c14cf393a3a9cb1924d8c8ff"><td class="memTemplParams" colspan="2"><a id="a22bef1b2c14cf393a3a9cb1924d8c8ff"></a> template&lt;typename X , typename Y &gt; </td></tr> <tr class="memitem:a22bef1b2c14cf393a3a9cb1924d8c8ff"><td class="memTemplItemLeft" align="right" valign="top">constexpr friend auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a22bef1b2c14cf393a3a9cb1924d8c8ff">operator==</a> (X &amp;&amp;x, Y &amp;&amp;y)</td></tr> <tr class="memdesc:a22bef1b2c14cf393a3a9cb1924d8c8ff"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equivalent to <code><a class="el" href="group__group-_comparable.html#gacaf1ebea6b3ab96ac9dcb82f0e64e547" title="Returns a Logical representing whether x is equal to y.">hana::equal</a></code> <br /></td></tr> <tr class="separator:a22bef1b2c14cf393a3a9cb1924d8c8ff"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4ecea0deb4c00ae2eb0b0713ee0645e9"><td class="memTemplParams" colspan="2"><a id="a4ecea0deb4c00ae2eb0b0713ee0645e9"></a> template&lt;typename X , typename Y &gt; </td></tr> <tr class="memitem:a4ecea0deb4c00ae2eb0b0713ee0645e9"><td class="memTemplItemLeft" align="right" valign="top">constexpr friend auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a4ecea0deb4c00ae2eb0b0713ee0645e9">operator!=</a> (X &amp;&amp;x, Y &amp;&amp;y)</td></tr> <tr class="memdesc:a4ecea0deb4c00ae2eb0b0713ee0645e9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equivalent to <code><a class="el" href="group__group-_comparable.html#gae33be2e0d5e04f19082f4b7740dfc9cd" title="Returns a Logical representing whether x is not equal to y.">hana::not_equal</a></code> <br /></td></tr> <tr class="separator:a4ecea0deb4c00ae2eb0b0713ee0645e9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aca31ad50b2d35d48aac88aa762530c75"><td class="memTemplParams" colspan="2"><a id="aca31ad50b2d35d48aac88aa762530c75"></a> template&lt;typename X , typename Y &gt; </td></tr> <tr class="memitem:aca31ad50b2d35d48aac88aa762530c75"><td class="memTemplItemLeft" align="right" valign="top">constexpr friend auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#aca31ad50b2d35d48aac88aa762530c75">operator&lt;</a> (X &amp;&amp;x, Y &amp;&amp;y)</td></tr> <tr class="memdesc:aca31ad50b2d35d48aac88aa762530c75"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equivalent to <code><a class="el" href="group__group-_orderable.html#gad510011602bdb14686f1c4ec145301c9" title="Returns a Logical representing whether x is less than y.">hana::less</a></code> <br /></td></tr> <tr class="separator:aca31ad50b2d35d48aac88aa762530c75"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a65b9400772e651101ae83d7f9f7ba84d"><td class="memTemplParams" colspan="2"><a id="a65b9400772e651101ae83d7f9f7ba84d"></a> template&lt;typename X , typename Y &gt; </td></tr> <tr class="memitem:a65b9400772e651101ae83d7f9f7ba84d"><td class="memTemplItemLeft" align="right" valign="top">constexpr friend auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a65b9400772e651101ae83d7f9f7ba84d">operator&gt;</a> (X &amp;&amp;x, Y &amp;&amp;y)</td></tr> <tr class="memdesc:a65b9400772e651101ae83d7f9f7ba84d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equivalent to <code><a class="el" href="group__group-_orderable.html#gaf9a073eafebbe514fb19dff82318f198" title="Returns a Logical representing whether x is greater than y.">hana::greater</a></code> <br /></td></tr> <tr class="separator:a65b9400772e651101ae83d7f9f7ba84d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a971bac762b767fe0ec222adb367c9aeb"><td class="memTemplParams" colspan="2"><a id="a971bac762b767fe0ec222adb367c9aeb"></a> template&lt;typename X , typename Y &gt; </td></tr> <tr class="memitem:a971bac762b767fe0ec222adb367c9aeb"><td class="memTemplItemLeft" align="right" valign="top">constexpr friend auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a971bac762b767fe0ec222adb367c9aeb">operator&lt;=</a> (X &amp;&amp;x, Y &amp;&amp;y)</td></tr> <tr class="memdesc:a971bac762b767fe0ec222adb367c9aeb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equivalent to <code><a class="el" href="group__group-_orderable.html#ga9917dd82beb67151bf5657245d37b851" title="Returns a Logical representing whether x is less than or equal to y.">hana::less_equal</a></code> <br /></td></tr> <tr class="separator:a971bac762b767fe0ec222adb367c9aeb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adec95a8109b858673412671ba341611b"><td class="memTemplParams" colspan="2"><a id="adec95a8109b858673412671ba341611b"></a> template&lt;typename X , typename Y &gt; </td></tr> <tr class="memitem:adec95a8109b858673412671ba341611b"><td class="memTemplItemLeft" align="right" valign="top">constexpr friend auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#adec95a8109b858673412671ba341611b">operator&gt;=</a> (X &amp;&amp;x, Y &amp;&amp;y)</td></tr> <tr class="memdesc:adec95a8109b858673412671ba341611b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equivalent to <code><a class="el" href="group__group-_orderable.html#ga6023631e7d0a01e16dc3fa4221fbd703" title="Returns a Logical representing whether x is greater than or equal to y.">hana::greater_equal</a></code> <br /></td></tr> <tr class="separator:adec95a8109b858673412671ba341611b"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:acb8494edc410c10d824e942341f30719"><td class="memItemLeft" align="right" valign="top"><a id="acb8494edc410c10d824e942341f30719"></a> constexpr&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#acb8494edc410c10d824e942341f30719">pair</a> ()</td></tr> <tr class="memdesc:acb8494edc410c10d824e942341f30719"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructs the <code>pair</code>. Only exists when both elements of the pair are default constructible. <br /></td></tr> <tr class="separator:acb8494edc410c10d824e942341f30719"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad258681a711a7bf24d79e9d13a7a441e"><td class="memItemLeft" align="right" valign="top"><a id="ad258681a711a7bf24d79e9d13a7a441e"></a> constexpr&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#ad258681a711a7bf24d79e9d13a7a441e">pair</a> (First const &amp;<a class="el" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">first</a>, Second const &amp;<a class="el" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">second</a>)</td></tr> <tr class="memdesc:ad258681a711a7bf24d79e9d13a7a441e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initialize each element of the pair with the corresponding element. Only exists when both elements of the pair are copy-constructible. <br /></td></tr> <tr class="separator:ad258681a711a7bf24d79e9d13a7a441e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aae31a284451c1c0486339c289a7887fe"><td class="memTemplParams" colspan="2"><a id="aae31a284451c1c0486339c289a7887fe"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:aae31a284451c1c0486339c289a7887fe"><td class="memTemplItemLeft" align="right" valign="top">constexpr&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#aae31a284451c1c0486339c289a7887fe">pair</a> (T &amp;&amp;t, U &amp;&amp;u)</td></tr> <tr class="memdesc:aae31a284451c1c0486339c289a7887fe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initialize both elements of the pair by perfect-forwarding the corresponding argument. Only exists when both arguments are implicitly-convertible to the corresponding element of the pair. <br /></td></tr> <tr class="separator:aae31a284451c1c0486339c289a7887fe"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad295aada872521bce6e7775795b8318e"><td class="memTemplParams" colspan="2"><a id="ad295aada872521bce6e7775795b8318e"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:ad295aada872521bce6e7775795b8318e"><td class="memTemplItemLeft" align="right" valign="top">constexpr&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#ad295aada872521bce6e7775795b8318e">pair</a> (<a class="el" href="structboost_1_1hana_1_1pair.html">pair</a>&lt; T, U &gt; const &amp;other)</td></tr> <tr class="memdesc:ad295aada872521bce6e7775795b8318e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy-initialize a pair from another pair. Only exists when both elements of the source pair are implicitly convertible to the corresponding element of the constructed pair. <br /></td></tr> <tr class="separator:ad295aada872521bce6e7775795b8318e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a962bff38110b5c39b1267fc88851198d"><td class="memTemplParams" colspan="2"><a id="a962bff38110b5c39b1267fc88851198d"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:a962bff38110b5c39b1267fc88851198d"><td class="memTemplItemLeft" align="right" valign="top">constexpr&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a962bff38110b5c39b1267fc88851198d">pair</a> (<a class="el" href="structboost_1_1hana_1_1pair.html">pair</a>&lt; T, U &gt; &amp;&amp;other)</td></tr> <tr class="memdesc:a962bff38110b5c39b1267fc88851198d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Move-initialize a pair from another pair. Only exists when both elements of the source pair are implicitly convertible to the corresponding element of the constructed pair. <br /></td></tr> <tr class="separator:a962bff38110b5c39b1267fc88851198d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a96ada4b84949f1653de497410af50013"><td class="memTemplParams" colspan="2"><a id="a96ada4b84949f1653de497410af50013"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:a96ada4b84949f1653de497410af50013"><td class="memTemplItemLeft" align="right" valign="top">constexpr <a class="el" href="structboost_1_1hana_1_1pair.html">pair</a> &amp;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a96ada4b84949f1653de497410af50013">operator=</a> (<a class="el" href="structboost_1_1hana_1_1pair.html">pair</a>&lt; T, U &gt; const &amp;other)</td></tr> <tr class="memdesc:a96ada4b84949f1653de497410af50013"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assign a pair to another pair. Only exists when both elements of the destination pair are assignable from the corresponding element in the source pair. <br /></td></tr> <tr class="separator:a96ada4b84949f1653de497410af50013"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3f1a25445fa5380a78bdf524b764e1c7"><td class="memTemplParams" colspan="2"><a id="a3f1a25445fa5380a78bdf524b764e1c7"></a> template&lt;typename T , typename U &gt; </td></tr> <tr class="memitem:a3f1a25445fa5380a78bdf524b764e1c7"><td class="memTemplItemLeft" align="right" valign="top">constexpr <a class="el" href="structboost_1_1hana_1_1pair.html">pair</a> &amp;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1pair.html#a3f1a25445fa5380a78bdf524b764e1c7">operator=</a> (<a class="el" href="structboost_1_1hana_1_1pair.html">pair</a>&lt; T, U &gt; &amp;&amp;other)</td></tr> <tr class="memdesc:a3f1a25445fa5380a78bdf524b764e1c7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Move-assign a pair to another pair. Only exists when both elements of the destination pair are move-assignable from the corresponding element in the source pair. <br /></td></tr> <tr class="separator:a3f1a25445fa5380a78bdf524b764e1c7"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Associated functions</h2> <a id="aab78903e9982284e82744dec570afa8d"></a> <h2 class="memtitle"><span class="permalink"><a href="#aab78903e9982284e82744dec570afa8d">&#9670;&nbsp;</a></span>make&lt; pair_tag &gt;</h2> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename First , typename Second &gt; </div> <div class="memtemplate"> template&lt;&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">constexpr auto <a class="el" href="group__group-core.html#ga1d92480f0af1029878e773dafa3e2f60">make</a>&lt; <a class="el" href="structboost_1_1hana_1_1pair__tag.html">pair_tag</a> &gt;</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">related</span></span> </td> </tr> </table> </div><div class="memdoc"> <b>Initial value:</b><div class="fragment"><div class="line">= [](<span class="keyword">auto</span>&amp;&amp; <a class="code" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">first</a>, <span class="keyword">auto</span>&amp;&amp; <a class="code" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">second</a>)</div> <div class="line"> -&gt; hana::pair&lt;std::decay_t&lt;decltype(<a class="code" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">first</a>)&gt;, std::decay_t&lt;decltype(<a class="code" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">second</a>)&gt;&gt;</div> <div class="line"> {</div> <div class="line"> <span class="keywordflow">return</span> {forwarded(<a class="code" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">first</a>), forwarded(<a class="code" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">second</a>)};</div> <div class="line"> }</div> </div><!-- fragment --> <p>Creates a <code><a class="el" href="structboost_1_1hana_1_1pair.html" title="Generic container for two elements.">hana::pair</a></code> with the given elements. </p> <h2><a class="anchor" id="autotoc_md313"></a> Example</h2> <div class="fragment"><div class="line"><span class="comment">// Copyright Louis Dionne 2013-2017</span></div> <div class="line"><span class="comment">// Distributed under the Boost Software License, Version 1.0.</span></div> <div class="line"><span class="comment">// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)</span></div> <div class="line"> </div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="core_2make_8hpp.html">boost/hana/core/make.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="equal_8hpp.html">boost/hana/equal.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="first_8hpp.html">boost/hana/first.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="pair_8hpp.html">boost/hana/pair.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="second_8hpp.html">boost/hana/second.hpp</a>&gt;</span></div> <div class="line"><span class="keyword">namespace </span>hana = <a class="code" href="namespaceboost_1_1hana.html">boost::hana</a>;</div> <div class="line"> </div> <div class="line"> </div> <div class="line">static_assert(<a class="code" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">hana::first</a>(hana::make&lt;hana::pair_tag&gt;(1, <span class="charliteral">&#39;x&#39;</span>)) == 1, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(<a class="code" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">hana::second</a>(hana::make&lt;hana::pair_tag&gt;(1, <span class="charliteral">&#39;x&#39;</span>)) == <span class="charliteral">&#39;x&#39;</span>, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>) == hana::make&lt;hana::pair_tag&gt;(1, <span class="charliteral">&#39;x&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line"> </div> <div class="line"><span class="keywordtype">int</span> main() { }</div> <div class="ttc" id="acore_2make_8hpp_html"><div class="ttname"><a href="core_2make_8hpp.html">make.hpp</a></div><div class="ttdoc">Defines boost::hana::make.</div></div> </div><!-- fragment --> </div> </div> <a id="a1bc322b45af2148a413ba45ee8097045"></a> <h2 class="memtitle"><span class="permalink"><a href="#a1bc322b45af2148a413ba45ee8097045">&#9670;&nbsp;</a></span>make_pair</h2> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename First , typename Second &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">constexpr auto make_pair = <a class="el" href="group__group-core.html#ga1d92480f0af1029878e773dafa3e2f60">make</a>&lt;<a class="el" href="structboost_1_1hana_1_1pair__tag.html">pair_tag</a>&gt;</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">related</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Alias to <code>make&lt;<a class="el" href="structboost_1_1hana_1_1pair__tag.html" title="Tag representing hana::pair.">pair_tag</a>&gt;</code>; provided for convenience. </p> <h2><a class="anchor" id="autotoc_md314"></a> Example</h2> <div class="fragment"><div class="line"><span class="comment">// Copyright Louis Dionne 2013-2017</span></div> <div class="line"><span class="comment">// Distributed under the Boost Software License, Version 1.0.</span></div> <div class="line"><span class="comment">// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)</span></div> <div class="line"> </div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="core_2make_8hpp.html">boost/hana/core/make.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="equal_8hpp.html">boost/hana/equal.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="first_8hpp.html">boost/hana/first.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="pair_8hpp.html">boost/hana/pair.hpp</a>&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;<a class="code" href="second_8hpp.html">boost/hana/second.hpp</a>&gt;</span></div> <div class="line"><span class="keyword">namespace </span>hana = <a class="code" href="namespaceboost_1_1hana.html">boost::hana</a>;</div> <div class="line"> </div> <div class="line"> </div> <div class="line">static_assert(<a class="code" href="group__group-_product.html#ga34bbf4281de06dc3540441e8b2bd24f4">hana::first</a>(hana::make&lt;hana::pair_tag&gt;(1, <span class="charliteral">&#39;x&#39;</span>)) == 1, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(<a class="code" href="group__group-_product.html#ga7bb979d59ffc3ab862cb7d9dc7730077">hana::second</a>(hana::make&lt;hana::pair_tag&gt;(1, <span class="charliteral">&#39;x&#39;</span>)) == <span class="charliteral">&#39;x&#39;</span>, <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line">static_assert(hana::make_pair(1, <span class="charliteral">&#39;x&#39;</span>) == hana::make&lt;hana::pair_tag&gt;(1, <span class="charliteral">&#39;x&#39;</span>), <span class="stringliteral">&quot;&quot;</span>);</div> <div class="line"> </div> <div class="line"><span class="keywordtype">int</span> main() { }</div> </div><!-- fragment --> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML footer for doxygen 1.8.9.1--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><b>boost</b></li><li class="navelem"><a class="el" href="namespaceboost_1_1hana.html">hana</a></li><li class="navelem"><a class="el" href="structboost_1_1hana_1_1pair.html">pair</a></li> </ul> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/libs/hana/doc/html/structboost_1_1hana_1_1pair.html
HTML
mit
42,444
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- The Who is using FAKE? parameters will be replaced with the document title extracted from the <h1> element or file name, if there is no <h1> heading --> <title>Who is using FAKE? </title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="FAKE - F# Make"> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="content/style.css" /> <script src="content/tips.js" type="text/javascript"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="https://github.com/fsharp/FAKE">github page</a></li> </ul> <h3 class="muted">FAKE - F# Make</h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>Who is using FAKE?</h1> <p>Some of our users are:</p> <ul> <li><a href="http://www.msu-solutions.de/">msu solutions GmbH</a></li> <li><a href="http://www.seek.com.au">SEEK</a></li> <li><a href="http://www.eon.com/en/about-us/structure/company-finder/e-dot-on-global-commodities.html">E.On Global Commodities UK</a></li> <li><a href="https://github.com/octokit/octokit.net/">Octokit.NET</a> by GitHub</li> <li><a href="https://github.com/akkadotnet/akka.net">Akka.net</a></li> <li><a href="https://github.com/fsharp/FSharp.Compiler.Service">FSharp.Compiler.Service</a></li> <li><a href="https://github.com/fsprojects/FsLexYacc">FsLexYacc</a></li> <li><a href="https://github.com/fsprojects/VisualFSharpPowerTools">Visual F# Power Tools</a></li> <li><a href="https://github.com/BlueMountainCapital/Deedle">Deedle</a> by BlueMountainCapital</li> <li><a href="https://github.com/fsharp/fsharpx">fsharpx</a></li> <li><a href="https://github.com/fsharp/FSharp.Data">FSharp.Data</a></li> <li><a href="https://github.com/fsharp/FSharp.Charting">FSharp.Charting</a></li> <li><a href="https://github.com/dnauck/Portable.Licensing">Portable.Licensing</a></li> <li><a href="https://github.com/mexx/FeatureSwitcher">FeatureSwitcher</a></li> <li><a href="https://github.com/mavnn/NuGetPlus">NuGetPlus</a></li> <li><a href="https://github.com/machine/machine.fakes">Machine.Fakes</a></li> <li><a href="http://www.enticify.com/">Enticify</a></li> <li><a href="https://github.com/mausch/SolrNet">SolrNet</a></li> <li><a href="https://github.com/nessos/FsPickler">FsPickler</a></li> <li><a href="http://www.carbonite.com">Carbonite</a></li> <li><a href="http://numerics.mathdotnet.com">Math.NET Numerics</a></li> <li><a href="https://github.com/fsharp/FsCheck">FsCheck</a></li> <li><a href="http://www.fundapps.co">FundApps</a></li> <li><a href="http://www.roadrangerusa.com">Road Ranger, LLC</a></li> <li><a href="http://www.check24.de">CHECK24 Vergleichsportal GmbH</a></li> <li><a href="http://www.olo.com">Olo</a></li> <li><a href="http://www.papersapp.com">Papers</a></li> <li><a href="http://github.com/elasticsearch/elasticsearch-net">NEST &amp; Elasticsearch.NET</a> by Elasticsearch</li> <li><a href="http://elastacloud.com/">Elastacloud</a></li> <li><a href="http://digitalfurnacegames.com/">Digital Furnace Games</a></li> <li><a href="http://www.recognos.ro/en">Recognos Romania</a></li> </ul> </div> <div class="span3"> <a href="index.html"> <img src="pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li><a href="index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://nuget.org/packages/Fake">Get FAKE via NuGet</a></li> <li><a href="https://github.com/fsharp/FAKE">Source Code on GitHub</a></li> <li><a href="https://github.com/fsharp/FAKE/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="RELEASE_NOTES.html">Release Notes</a></li> <li><a href="contributing.html">Contributing to FAKE</a></li> <li><a href="users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="gettingstarted.html">Getting started</a></li> <li><a href="cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="nuget.html">NuGet package restore</a></li> <li><a href="fxcop.html">Using FxCop in a build</a></li> <li><a href="assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="create-nuget-package.html">Create NuGet packages</a></li> <li><a href="specifictargets.html">Running specific targets</a></li> <li><a href="commandline.html">Running FAKE from command line</a></li> <li><a href="parallel-build.html">Running targets in parallel</a></li> <li><a href="fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="customtasks.html">Creating custom tasks</a></li> <li><a href="soft-dependencies.html">Soft dependencies</a></li> <li><a href="teamcity.html">TeamCity integration</a></li> <li><a href="canopy.html">Running canopy tests</a></li> <li><a href="octopusdeploy.html">Octopus Deploy</a></li> <li><a href="typescript.html">TypeScript support</a></li> <li><a href="azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="fluentmigrator.html">FluentMigrator support</a></li> <li><a href="androidpublisher.html">Android publisher</a></li> <li><a href="watch.html">File Watcher</a></li> <li class="divider"></li> <li><a href="deploy.html">Fake.Deploy</a></li> <li><a href="iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="https://github.com/fsharp/FAKE"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a> </body> </html>
simegeorge/Numsense
packages/FAKE.4.11.3/docs/users.html
HTML
mit
7,463
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <script src="../../list.js"></script> <script src="../../page.js"></script> <link type="text/css" rel="stylesheet" href="../../page.css" /> </head> <body> [page:Object3D] &rarr; [page:Camera] &rarr; <h1>[name]</h1> <div class="desc">Camera with perspective projection.</div> <h2>Example</h2> <code>var camera = new THREE.PerspectiveCamera( 45, width / height, 1, 1000 ); scene.add( camera );</code> <h2>Constructor</h2> <h3>[name]( [page:Float fov], [page:Float aspect], [page:Float near], [page:Float far] )</h3> <div> fov — Camera frustum vertical field of view.<br /> aspect — Camera frustum aspect ratio.<br /> near — Camera frustum near plane.<br /> far — Camera frustum far plane. </div> <h2>Properties</h2> <h3>.[page:Float fov]</h3> <div>Camera frustum vertical field of view, from bottom to top of view, in degrees.</div> <h3>.[page:Float aspect]</h3> <div>Camera frustum aspect ratio, window width divided by window height.</div> <h3>.[page:Float near]</h3> <div>Camera frustum near plane.</div> <h3>.[page:Float far]</h3> <div>Camera frustum far plane.</div> <h2>Methods</h2> <h3>.setLens( [page:Float focalLength], [page:Float frameSize] )</h3> <div> focalLength — focal length<br /> frameSize — frame size </div> <div> Uses focal length (in mm) to estimate and set FOV 35mm (fullframe) camera is used if frame size is not specified.<br /> Formula based on [link:http://www.bobatkins.com/photography/technical/field_of_view.html] </div> <h3>.setViewOffset( [page:Float fullWidth], [page:Float fullHeight], [page:Float x], [page:Float y], [page:Float width], [page:Float height] )</h3> <div> fullWidth — full width of multiview setup<br /> fullHeight — full height of multiview setup<br /> x — horizontal offset of subcamera<br /> y — vertical offset of subcamera<br /> width — width of subcamera<br /> height — height of subcamera </div> <div> Sets an offset in a larger frustum. This is useful for multi-window or multi-monitor/multi-machine setups. </div> <div> For example, if you have 3x2 monitors and each monitor is 1920x1080 and the monitors are in grid like this:<br /> <pre>+---+---+---+ | A | B | C | +---+---+---+ | D | E | F | +---+---+---+</pre> then for each monitor you would call it like this:<br /> <code>var w = 1920; var h = 1080; var fullWidth = w * 3; var fullHeight = h * 2; // A camera.setViewOffset( fullWidth, fullHeight, w * 0, h * 0, w, h ); // B camera.setViewOffset( fullWidth, fullHeight, w * 1, h * 0, w, h ); // C camera.setViewOffset( fullWidth, fullHeight, w * 2, h * 0, w, h ); // D camera.setViewOffset( fullWidth, fullHeight, w * 0, h * 1, w, h ); // E camera.setViewOffset( fullWidth, fullHeight, w * 1, h * 1, w, h ); // F camera.setViewOffset( fullWidth, fullHeight, w * 2, h * 1, w, h ); </code> Note there is no reason monitors have to be the same size or in a grid. </div> <h3>.updateProjectionMatrix()</h3> <div> Updates the camera projection matrix. Must be called after change of parameters. </div> <h2>Source</h2> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </body> </html>
DLar/three.js
docs/api/cameras/PerspectiveCamera.html
HTML
mit
3,314
--- use: ["posts"] permalink: feed.xml --- <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title><![CDATA[{{ site.title }}]]></title> <link href="{{ site.url }}/feed.xml" rel="self"/> <link href="{{ site.url }}/"/> <updated>{{ site.calculated_date | date('c') }}</updated> <id>{{ site.url }}/</id> {% if site.author or site.email %} <author> {% if site.author %}<name><![CDATA[{{ site.author }}]]></name>{% endif %} {% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %} </author> {% endif %} <generator uri="http://sculpin.io/">Sculpin</generator> {% for post in data.posts|slice(0, 10) %} <entry> <title type="html"><![CDATA[{{ post.title }}]]></title> <link href="{{ site.url }}{{ post.url }}"/> <updated>{{ post.date|date('c') }}</updated> <id>{{ site.url }}{{ post.url }}</id> <content type="html"><![CDATA[{{ post.blocks.content|raw }}]]></content> </entry> {% endfor %} </feed>
kdawson133/sculpin-bootstrap3-skeleton
source/feed.xml.twig.html
HTML
mit
1,095
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:43 CET 2013 --> <title>CharArray (libgdx API)</title> <meta name="date" content="2013-11-03"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="CharArray (libgdx API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CharArray.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em> libgdx API <style> body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt } pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif } h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%; font-weight:bold } .TableHeadingColor { background:#EEEEFF; } a { text-decoration:none } a:hover { text-decoration:underline } a:link, a:visited { color:blue } table { border:0px } .TableRowColor td:first-child { border-left:1px solid black } .TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black } hr { border:0px; border-bottom:1px solid #333366; } </style> </em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/badlogic/gdx/utils/BufferUtils.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../com/badlogic/gdx/utils/Clipboard.html" title="interface in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/badlogic/gdx/utils/CharArray.html" target="_top">Frames</a></li> <li><a href="CharArray.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.badlogic.gdx.utils</div> <h2 title="Class CharArray" class="title">Class CharArray</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.badlogic.gdx.utils.CharArray</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">CharArray</span> extends java.lang.Object</pre> <div class="block">A resizable, ordered or unordered char array. Avoids the boxing that occurs with ArrayList<Character>. If unordered, this class avoids a memory copy when removing elements (the last element is moved to the removed element's position).</div> <dl><dt><span class="strong">Author:</span></dt> <dd>Nathan Sweet</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>char[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#items">items</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#ordered">ordered</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#size">size</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#CharArray()">CharArray</a></strong>()</code> <div class="block">Creates an ordered array with a capacity of 16.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#CharArray(boolean, char[], int, int)">CharArray</a></strong>(boolean&nbsp;ordered, char[]&nbsp;array, int&nbsp;startIndex, int&nbsp;count)</code> <div class="block">Creates a new array containing the elements in the specified array.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#CharArray(boolean, int)">CharArray</a></strong>(boolean&nbsp;ordered, int&nbsp;capacity)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#CharArray(char[])">CharArray</a></strong>(char[]&nbsp;array)</code> <div class="block">Creates a new ordered array containing the elements in the specified array.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#CharArray(com.badlogic.gdx.utils.CharArray)">CharArray</a></strong>(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array)</code> <div class="block">Creates a new array containing the elements in the specific array.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#CharArray(int)">CharArray</a></strong>(int&nbsp;capacity)</code> <div class="block">Creates an ordered array with the specified capacity.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#add(char)">add</a></strong>(char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#addAll(char[])">addAll</a></strong>(char[]&nbsp;array)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#addAll(char[], int, int)">addAll</a></strong>(char[]&nbsp;array, int&nbsp;offset, int&nbsp;length)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#addAll(com.badlogic.gdx.utils.CharArray)">addAll</a></strong>(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#addAll(com.badlogic.gdx.utils.CharArray, int, int)">addAll</a></strong>(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array, int&nbsp;offset, int&nbsp;length)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#clear()">clear</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#contains(char)">contains</a></strong>(char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>char[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#ensureCapacity(int)">ensureCapacity</a></strong>(int&nbsp;additionalCapacity)</code> <div class="block">Increases the size of the backing array to acommodate the specified number of additional items.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;object)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#first()">first</a></strong>()</code> <div class="block">Returns the first item.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#get(int)">get</a></strong>(int&nbsp;index)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#incr(int, char)">incr</a></strong>(int&nbsp;index, char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#indexOf(char)">indexOf</a></strong>(char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#insert(int, char)">insert</a></strong>(int&nbsp;index, char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#lastIndexOf(char)">lastIndexOf</a></strong>(char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#peek()">peek</a></strong>()</code> <div class="block">Returns the last item.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#pop()">pop</a></strong>()</code> <div class="block">Removes and returns the last item.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#random()">random</a></strong>()</code> <div class="block">Returns a random item from the array, or zero if the array is empty.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#removeAll(com.badlogic.gdx.utils.CharArray)">removeAll</a></strong>(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array)</code> <div class="block">Removes from this array all of elements contained in the specified array.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#removeIndex(int)">removeIndex</a></strong>(int&nbsp;index)</code> <div class="block">Removes and returns the item at the specified index.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#removeValue(char)">removeValue</a></strong>(char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected char[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#resize(int)">resize</a></strong>(int&nbsp;newSize)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#reverse()">reverse</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#set(int, char)">set</a></strong>(int&nbsp;index, char&nbsp;value)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#shrink()">shrink</a></strong>()</code> <div class="block">Reduces the size of the backing array to the size of the actual items.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#shuffle()">shuffle</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#sort()">sort</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#swap(int, int)">swap</a></strong>(int&nbsp;first, int&nbsp;second)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>char[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#toArray()">toArray</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#toString(java.lang.String)">toString</a></strong>(java.lang.String&nbsp;separator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/CharArray.html#truncate(int)">truncate</a></strong>(int&nbsp;newSize)</code> <div class="block">Reduces the size of the array to the specified size.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="items"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>items</h4> <pre>public&nbsp;char[] items</pre> </li> </ul> <a name="size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>size</h4> <pre>public&nbsp;int size</pre> </li> </ul> <a name="ordered"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ordered</h4> <pre>public&nbsp;boolean ordered</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CharArray()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CharArray</h4> <pre>public&nbsp;CharArray()</pre> <div class="block">Creates an ordered array with a capacity of 16.</div> </li> </ul> <a name="CharArray(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CharArray</h4> <pre>public&nbsp;CharArray(int&nbsp;capacity)</pre> <div class="block">Creates an ordered array with the specified capacity.</div> </li> </ul> <a name="CharArray(boolean, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CharArray</h4> <pre>public&nbsp;CharArray(boolean&nbsp;ordered, int&nbsp;capacity)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ordered</code> - If false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.</dd><dd><code>capacity</code> - Any elements added beyond this will cause the backing array to be grown.</dd></dl> </li> </ul> <a name="CharArray(com.badlogic.gdx.utils.CharArray)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CharArray</h4> <pre>public&nbsp;CharArray(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array)</pre> <div class="block">Creates a new array containing the elements in the specific array. The new array will be ordered if the specific array is ordered. The capacity is set to the number of elements, so any subsequent elements added will cause the backing array to be grown.</div> </li> </ul> <a name="CharArray(char[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CharArray</h4> <pre>public&nbsp;CharArray(char[]&nbsp;array)</pre> <div class="block">Creates a new ordered array containing the elements in the specified array. The capacity is set to the number of elements, so any subsequent elements added will cause the backing array to be grown.</div> </li> </ul> <a name="CharArray(boolean, char[], int, int)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CharArray</h4> <pre>public&nbsp;CharArray(boolean&nbsp;ordered, char[]&nbsp;array, int&nbsp;startIndex, int&nbsp;count)</pre> <div class="block">Creates a new array containing the elements in the specified array. The capacity is set to the number of elements, so any subsequent elements added will cause the backing array to be grown.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>ordered</code> - If false, methods that remove elements may change the order of other elements in the array, which avoids a memory copy.</dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="add(char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>add</h4> <pre>public&nbsp;void&nbsp;add(char&nbsp;value)</pre> </li> </ul> <a name="addAll(com.badlogic.gdx.utils.CharArray)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAll</h4> <pre>public&nbsp;void&nbsp;addAll(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array)</pre> </li> </ul> <a name="addAll(com.badlogic.gdx.utils.CharArray, int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAll</h4> <pre>public&nbsp;void&nbsp;addAll(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array, int&nbsp;offset, int&nbsp;length)</pre> </li> </ul> <a name="addAll(char[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAll</h4> <pre>public&nbsp;void&nbsp;addAll(char[]&nbsp;array)</pre> </li> </ul> <a name="addAll(char[], int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAll</h4> <pre>public&nbsp;void&nbsp;addAll(char[]&nbsp;array, int&nbsp;offset, int&nbsp;length)</pre> </li> </ul> <a name="get(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public&nbsp;char&nbsp;get(int&nbsp;index)</pre> </li> </ul> <a name="set(int, char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set</h4> <pre>public&nbsp;void&nbsp;set(int&nbsp;index, char&nbsp;value)</pre> </li> </ul> <a name="incr(int, char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>incr</h4> <pre>public&nbsp;void&nbsp;incr(int&nbsp;index, char&nbsp;value)</pre> </li> </ul> <a name="insert(int, char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>insert</h4> <pre>public&nbsp;void&nbsp;insert(int&nbsp;index, char&nbsp;value)</pre> </li> </ul> <a name="swap(int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>swap</h4> <pre>public&nbsp;void&nbsp;swap(int&nbsp;first, int&nbsp;second)</pre> </li> </ul> <a name="contains(char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contains</h4> <pre>public&nbsp;boolean&nbsp;contains(char&nbsp;value)</pre> </li> </ul> <a name="indexOf(char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>indexOf</h4> <pre>public&nbsp;int&nbsp;indexOf(char&nbsp;value)</pre> </li> </ul> <a name="lastIndexOf(char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lastIndexOf</h4> <pre>public&nbsp;int&nbsp;lastIndexOf(char&nbsp;value)</pre> </li> </ul> <a name="removeValue(char)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeValue</h4> <pre>public&nbsp;boolean&nbsp;removeValue(char&nbsp;value)</pre> </li> </ul> <a name="removeIndex(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeIndex</h4> <pre>public&nbsp;char&nbsp;removeIndex(int&nbsp;index)</pre> <div class="block">Removes and returns the item at the specified index.</div> </li> </ul> <a name="removeAll(com.badlogic.gdx.utils.CharArray)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeAll</h4> <pre>public&nbsp;boolean&nbsp;removeAll(<a href="../../../../com/badlogic/gdx/utils/CharArray.html" title="class in com.badlogic.gdx.utils">CharArray</a>&nbsp;array)</pre> <div class="block">Removes from this array all of elements contained in the specified array.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>true if this array was modified.</dd></dl> </li> </ul> <a name="pop()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pop</h4> <pre>public&nbsp;char&nbsp;pop()</pre> <div class="block">Removes and returns the last item.</div> </li> </ul> <a name="peek()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>peek</h4> <pre>public&nbsp;char&nbsp;peek()</pre> <div class="block">Returns the last item.</div> </li> </ul> <a name="first()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>first</h4> <pre>public&nbsp;char&nbsp;first()</pre> <div class="block">Returns the first item.</div> </li> </ul> <a name="clear()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clear</h4> <pre>public&nbsp;void&nbsp;clear()</pre> </li> </ul> <a name="shrink()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>shrink</h4> <pre>public&nbsp;void&nbsp;shrink()</pre> <div class="block">Reduces the size of the backing array to the size of the actual items. This is useful to release memory when many items have been removed, or if it is known that more items will not be added.</div> </li> </ul> <a name="ensureCapacity(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ensureCapacity</h4> <pre>public&nbsp;char[]&nbsp;ensureCapacity(int&nbsp;additionalCapacity)</pre> <div class="block">Increases the size of the backing array to acommodate the specified number of additional items. Useful before adding many items to avoid multiple backing array resizes.</div> <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../com/badlogic/gdx/utils/CharArray.html#items"><code>items</code></a></dd></dl> </li> </ul> <a name="resize(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>resize</h4> <pre>protected&nbsp;char[]&nbsp;resize(int&nbsp;newSize)</pre> </li> </ul> <a name="sort()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sort</h4> <pre>public&nbsp;void&nbsp;sort()</pre> </li> </ul> <a name="reverse()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reverse</h4> <pre>public&nbsp;void&nbsp;reverse()</pre> </li> </ul> <a name="shuffle()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>shuffle</h4> <pre>public&nbsp;void&nbsp;shuffle()</pre> </li> </ul> <a name="truncate(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>truncate</h4> <pre>public&nbsp;void&nbsp;truncate(int&nbsp;newSize)</pre> <div class="block">Reduces the size of the array to the specified size. If the array is already smaller than the specified size, no action is taken.</div> </li> </ul> <a name="random()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>random</h4> <pre>public&nbsp;char&nbsp;random()</pre> <div class="block">Returns a random item from the array, or zero if the array is empty.</div> </li> </ul> <a name="toArray()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toArray</h4> <pre>public&nbsp;char[]&nbsp;toArray()</pre> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;object)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="toString(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString(java.lang.String&nbsp;separator)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CharArray.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em>libgdx API</em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/badlogic/gdx/utils/BufferUtils.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../com/badlogic/gdx/utils/Clipboard.html" title="interface in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/badlogic/gdx/utils/CharArray.html" target="_top">Frames</a></li> <li><a href="CharArray.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <div style="font-size:9pt"><i> Copyright &copy; 2010-2013 Mario Zechner ([email protected]), Nathan Sweet ([email protected]) </i></div> </small></p> </body> </html>
emeryduh/TeamJones_Project
libgdx/docs/api/com/badlogic/gdx/utils/CharArray.html
HTML
mit
31,533
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <!-- Standard Head Part --> <head> <title>NUnit - Theory</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-US"> <meta name="norton-safeweb-site-verification" content="tb6xj01p4hgo5x-8wscsmq633y11-e6nhk-bnb5d987bseanyp6p0uew-pec8j963qlzj32k5x9h3r2q7wh-vmy8bbhek5lnpp5w4p8hocouuq39e09jrkihdtaeknua" /> <link rel="stylesheet" type="text/css" href="nunit.css"> <link rel="shortcut icon" href="favicon.ico"> </head> <!-- End Standard Head Part --> <body> <!-- Standard Header for NUnit.org --> <div id="header"> <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a> <div id="nav"> <a href="http://www.nunit.org">NUnit</a> <a class="active" href="index.html">Documentation</a> </div> </div> <!-- End of Header --> <div id="content"> <h3>TheoryAttribute (NUnit 2.5)</h3> <p>A Theory is a special type of test, used to verify a general statement about the system under development. Normal tests are <em>example-based</em>. That is, the developer supplies one or more examples of inputs and expected outputs either within the code of the test or - in the case of <a href="parameterizedTests.html">Parameterized Tests</a> - as arguments to the test method. A theory, on the other hand, makes a general statement that all of its assertions will pass for all arguments satisfying certain assumptions. <p>Theories are implemented in NUnit as methods within a <b>TestFixture</b>, which are annotated with the <b>TheoryAttribute</b>. Theory methods must always have arguments and therefore appears quite similar to <a href="parameterizedTests.html">Parameterized Tests</a> at first glance. However, a Theory incorporates additional data sources for its arguments and allows special processing for assumptions about that data. The key difference, though, is that theories make general statements and are more than just a set of examples. <h4>Data for Theories</h4> <p>The primary source of data for a <b>Theory</b> is the <a href="datapoint.html"><b>Datapoint</b> or <b>Datapoints</b> attribute</a>. NUnit will use any fields of the required types, which are annotated with one of these attributes, to provide data for each parameter of the Theory. NUnit assembles the values for individual arguments combinatorially to provide test cases for the theory. <p>In addition to the Datapoint and Datapoints attributes, it is possible to use any of the approaches for supplying data that are recognized on normal parameterized tests. We suggest that this capability not be overused, since it runs counter to the distinction between a test based on examples and a theory. However, it may be useful in order to guarantee that a specific test case is included. <p>For <b>boolean</b> and <b>enum</b> arguments, NUnit can supply the data without any action by the user. All possible values are supplied to the argument. This feature is disabled if the user supplies any values for the argument. <h4>Assumptions</h4> <p>The theory itself is responsible for ensuring that all data supplied meets its assumptions. It does this by use of the <b>Assume.That(...)</b> construct, which works just like <b>Assert.That(...)</b> but does not cause a failure. If the assumption is not satisfied for a particular test case, that case returns an Inconclusive result, rather than a Success or Failure. <p>The overall result of executing a Theory over a set of test cases is determined as follows: <ul> <li>If the assumptions are violated for <b>all</b> test cases, then the Theory itself is marked as a failure. <li>If any Assertion fails, the Theory itself fails. <li>If at least <b>some</b> cases pass the stated assumptions, and there are <b>no</b> assertion failures or exceptions, then the Theory passes. </ul> <p>Since the user does not generally care about inconclusive cases under a theory, they are not normally displayed in the Gui. For situations where they are needed - such as debugging - the context menu for the theory provides an option to display them. <h4>Example:</h4> <p>In the following example, the theory SquareRootDefinition verifies that the implementation of square root satisies the following definition: <p style="margin: 2em"><i> "Given a non-negative number, the square root of that number is always non-negative and, when multiplied by itself, gives the original number."</i> <div class="code" style="width: 36em"> <pre> public class SqrtTests { [Datapoints] public double[] values = new double[] { 0.0, 1.0, -1.0, 42.0 }; [Theory] public void SquareRootDefinition(double num) { Assume.That(num >= 0.0); double sqrt = Math.Sqrt(num); Assert.That(sqrt >= 0.0); Assert.That(sqrt * sqrt, Is.EqualTo(num).Within(0.000001)); } } </pre> </div> <h4>See also...</h4> <ul> <li><a href="datapoint.html">Datapoint(s)Attribute</a><li><a href="parameterizedTests.html">Parameterized Tests</a></ul> </div> <!-- Submenu --> <div id="subnav"> <ul> <li><a href="index.html">NUnit 2.6</a></li> <ul> <li><a href="getStarted.html">Getting&nbsp;Started</a></li> <li><a href="writingTests.html">Writing&nbsp;Tests</a></li> <ul> <li><a href="assertions.html">Assertions</a></li> <li><a href="attributes.html">Attributes</a></li> <ul> <li><a href="actionAttributes.html">Action&nbsp;Attributes</a></li> <li><a href="category.html">Category</a></li> <li><a href="combinatorial.html">Combinatorial</a></li> <li><a href="culture.html">Culture</a></li> <li><a href="datapoint.html">Datapoint(s)</a></li> <li><a href="description.html">Description</a></li> <li><a href="exception.html">Exception</a></li> <li><a href="explicit.html">Explicit</a></li> <li><a href="ignore.html">Ignore</a></li> <li><a href="maxtime.html">Maxtime</a></li> <li><a href="pairwise.html">Pairwise</a></li> <li><a href="platform.html">Platform</a></li> <li><a href="property.html">Property</a></li> <li><a href="random.html">Random</a></li> <li><a href="range.html">Range</a></li> <li><a href="repeat.html">Repeat</a></li> <li><a href="requiredAddin.html">RequiredAddin</a></li> <li><a href="requiresMTA.html">Requires&nbsp;MTA</a></li> <li><a href="requiresSTA.html">Requires&nbsp;STA</a></li> <li><a href="requiresThread.html">Requires&nbsp;Thread</a></li> <li><a href="sequential.html">Sequential</a></li> <li><a href="setCulture.html">SetCulture</a></li> <li><a href="setUICulture.html">SetUICulture</a></li> <li><a href="setup.html">Setup</a></li> <li><a href="setupFixture.html">SetupFixture</a></li> <li><a href="suite.html">Suite</a></li> <li><a href="teardown.html">Teardown</a></li> <li><a href="test.html">Test</a></li> <li><a href="testCase.html">TestCase</a></li> <li><a href="testCaseSource.html">TestCaseSource</a></li> <li><a href="testFixture.html">TestFixture</a></li> <li><a href="fixtureSetup.html">TestFixtureSetUp</a></li> <li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li> <li id="current"><a href="theory.html">Theory</a></li> <li><a href="timeout.html">Timeout</a></li> <li><a href="values.html">Values</a></li> <li><a href="valueSource.html">ValueSource</a></li> </ul> <li><a href="constraintModel.html">Constraints</a></li> <li><a href="testContext.html">Test&nbsp;Context</a></li> </ul> <li><a href="runningTests.html">Running&nbsp;Tests</a></li> <li><a href="extensibility.html">Extensibility</a></li> <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li> <li><a href="samples.html">Samples</a></li> <li><a href="license.html">License</a></li> </ul> <li><a href="vsTestAdapter.html">NUnit&nbsp;Test&nbsp;Adapter&nbsp;0.90</a></li> <ul> <li><a href="vsTestAdapterLicense.html">License</a></li> </ul> <li><a href="&r=2.6.html"></a></li> <li><a href="&r=2.6.html"></a></li> </ul> </div> <!-- End of Submenu --> <!-- Standard Footer for NUnit.org --> <div id="footer"> Copyright &copy; 2012 Charlie Poole. All Rights Reserved. </div> <!-- End of Footer --> </body> </html>
dodecaphonic/fixturizer
vendor/nunit-2.6/doc/theory.html
HTML
mit
8,505
.yui3-skin-sam .yui3-treeview li { margin: 0; } .yui3-skin-sam .yui3-treeview { font-size: 13px; font-family: arial; } .yui3-skin-sam .yui3-treenode { background: url("treeview-sprite-filler.gif") repeat-y scroll transparent; } .yui3-skin-sam .yui3-treenode.yui3-treenode-last { background: none; } .yui3-skin-sam .yui3-treenode .yui3-treenode-label { display: block; padding-top: 5px; background: url("treeview-sprite-ruler.gif") no-repeat scroll 0 -55px transparent; } .yui3-skin-sam .yui3-treenode.yui3-treenode-last > .yui3-treenode-label { background: url("treeview-sprite-ruler.gif") no-repeat scroll 0 -125px transparent; } .yui3-skin-sam .yui3-treeview a { color: #000000; } .yui3-skin-sam .yui3-treeview .yui3-treenode-content { padding-left: 22px; } .yui3-skin-sam .yui3-treeview .yui3-treenode .yui3-treenode-label-content { font-weight: bold; } .yui3-skin-sam .yui3-treeview .yui3-treenode.yui3-treenode-leaf .yui3-treenode-label-content { font-weight: normal; } .yui3-skin-sam .yui3-treeview .yui3-treenode .yui3-treenode-toggle-control { background: url("treeview-sprite-control.gif") no-repeat scroll 0 -149px transparent; padding-left: 22px; } .yui3-skin-sam .yui3-treeview .yui3-treenode .yui3-treenode-toggle-control:hover { background-position: 0 -313px; } .yui3-skin-sam .yui3-treeview .yui3-treenode.yui3-treenode-collapsed .yui3-treenode-toggle-control { background: url("treeview-sprite-control.gif") no-repeat scroll 0 -67px transparent; } .yui3-skin-sam .yui3-treeview .yui3-treenode.yui3-treenode-collapsed .yui3-treenode-toggle-control:hover { background-position: 0 -231px; } .yui3-skin-sam .yui3-treeview .yui3-treenode.yui3-treenode-leaf .yui3-treenode-label { padding-left: 22px; } .yui3-skin-sam .yui3-treenode .yui3-treenode-label .yui3-checkboxtreenode-checkbox { padding-left: 20px; } .yui3-skin-sam .yui3-treenode .yui3-treenode-label .yui3-checkboxtreenode-checkbox.yui3-checkboxtreenode-checkbox-unchecked { background: url("treeview-checkboxes.gif") no-repeat scroll 0 -3px transparent; } .yui3-skin-sam .yui3-treenode .yui3-treenode-label .yui3-checkboxtreenode-checkbox.yui3-checkboxtreenode-checkbox-halfchecked { background: url("treeview-checkboxes.gif") no-repeat scroll 0 -66px transparent; } .yui3-skin-sam .yui3-treenode .yui3-treenode-label .yui3-checkboxtreenode-checkbox.yui3-checkboxtreenode-checkbox-checked { background: url("treeview-checkboxes.gif") no-repeat scroll 0 -131px transparent; }
inikoo/fact
libs/yui/yui3-gallery/src/gallery-yui3treeview-ng/assets/skins/sam/gallery-yui3treeview-ng-skin.css
CSS
mit
2,496
{% extends "admin/change_list.html" %} {% load i18n admin_urls %} {% block object-tools-items %} {% if not is_popup %} <a href="{% url opts|admin_urlname:'recoverlist' %}" class="recoverlink btn"> <i class="icon-repeat"></i>&nbsp; {% blocktrans with cl.opts.verbose_name_plural|escape as name %}Recover deleted {{ name }}{% endblocktrans %}</a> {% endif %} {{block.super}} {% endblock %}
liuasliy/rdstourcms
templates/reversion/change_list.html
HTML
mit
397
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- @nonbuildstart --> <link href="../../assets/css/bootstrap.css" rel="stylesheet" type="text/css"> <!-- @nonbuildend --> <link href="../../assets/css/global.css" rel="stylesheet" type="text/css"> <link href="../../assets/css/jquery-ui.min.css" rel="stylesheet" type="text/css"> <link href="settings.css" rel="stylesheet" type="text/css"> <title class="i18n">SettingsTitle</title> <link rel="shortcut icon" href="../../assets/img/logo/48.png" type="image/x-icon" /> </head> <body> <!-- CONTENTS --> <div id="wrapper"> <!-- KC3改 Header --> <div class="about"> <!-- KC3 Header --> <div class="kc3"> <!-- Logo --> <div class="logo"><img src="../../assets/img/logo/64.png" /></div> <!-- Title and Version --> <div class="title"> <div class="name i18n">SettingsTitle</div> </div> </div> </div> <!-- List of Configurable Settings --> <div class="settings"> </div> </div> <!-- INVISIBLE CLONE MACHINE --> <div id="factory"> <!-- Section header --> <div class="section"> <div class="title"></div> <a target="_blank"> <div class="note i18n">LearnMore</div> <div class="icon">?</div> </a> </div> <!-- Settings row --> <div class="settingBox"> <div class="title"></div> <div class="options"></div> <div class="note i18n">SettingsErrorNG</div> <div class="resetButton hover i18n">SettingsReset</div> </div> <!-- Radio Choice --> <div class="radioBox hover"></div> </div> <script type="text/javascript" src="../../assets/js/no_ga.js"></script> <script type="text/javascript" src="../../assets/js/global.js"></script> <!-- @nonbuildstart --> <script type="text/javascript" src="../../assets/js/jquery-2.1.3.min.js"></script> <script type="text/javascript" src="../../assets/js/jquery-ui.min.js"></script> <script type="text/javascript" src="../../library/managers/ConfigManager.js"></script> <script type="text/javascript" src="../../library/objects/SettingsBox.js"></script> <!-- @nonbuildend --> <!-- @buildimportjs ../../library/objects.js --> <!-- @buildimportjs ../../library/managers.js --> <script type="text/javascript" src="../../library/modules/Translation.js"></script> <script type="text/javascript" src="../../library/modules/Meta.js"></script> <script type="text/javascript" src="settings.js"></script> </body> </html>
c933103/KC3Kai
src/pages/settings/settings.html
HTML
mit
2,607
/*! * TOAST UI Calendar * @version 1.12.2 | Fri Jul 05 2019 * @author NHN FE Development Lab <[email protected]> * @license MIT */ .tui-full-calendar-layout { height: 100%; position: relative; box-sizing: border-box; } .tui-full-calendar-layout * { box-sizing: border-box; } .tui-full-calendar-dragging { cursor: move; } .tui-full-calendar-resizing { cursor: row-resize; } .tui-full-calendar-resizing-x { cursor: col-resize; } .tui-full-calendar-hidden { display: none !important; } .tui-full-calendar-invisible span { visibility: hidden; } .tui-full-calendar-clear { zoom: 1; } .tui-full-calendar-clear:after { content: ''; display: block; clear: both; } .tui-full-calendar-scroll-y { overflow-y: scroll; } .tui-full-calendar-dot { display: inline-block; position: relative; top: -1px; content: ''; width: 7px; height: 7px; border-radius: 50%; } .tui-full-calendar-holiday { color: #f00; } .tui-full-calendar-today { background: rgba(218,229,249,0.3); } .handle-x { background-position: center center; background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=); } .handle-y { background-position: center center; background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=); } @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { .handle-x { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAMAAADHqI+lAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMZK5EY+QKaAAAAGUlEQVR4AWNgYmJAwegCIMDIiIwxBKhhBgAcSABh8gN42gAAAABJRU5ErkJggg==); background-size: 8px 4px; } .handle-y { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMEK5EMBzK5AAAAGElEQVR4AWNgYmIAYxgDBBgZQRjOoKcaABzQAGGjsIM/AAAAAElFTkSuQmCC); background-size: 4px 8px; } } .tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid { overflow-y: hidden; } .tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedules { overflow-y: visible; height: 0; } .tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule { margin: 0 10px; } .tui-full-calendar-month-week-item .tui-full-calendar-today { background: none; } .tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator { display: inline-block; width: 27px; height: 27px; line-height: 27px; text-align: center; background: #135de6; border-radius: 50%; color: #fff; font-weight: bold; margin-left: 2px; } .tui-full-calendar-weekday-container, .tui-full-calendar-weekday-grid, .tui-full-calendar-weekday-grid-line { height: 100%; min-height: inherit; } .tui-full-calendar-weekday-grid { position: absolute; width: 100%; overflow-y: scroll; } .tui-full-calendar-weekday-border { border-top: 1px solid #ddd; } .tui-full-calendar-weekday-container { position: relative; } .tui-full-calendar-weekday-container>div { height: 100%; } .tui-full-calendar-weekday-grid-line { position: absolute; padding: 3px; } .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-footer { position: absolute; bottom: 4px; } .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date { display: inline-block; width: 27px; height: 27px; line-height: 27px; text-align: center; } .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date-title { line-height: 27px; margin-right: 5px; } .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules { float: right; display: inline-block; height: 27px; line-height: 27px; padding: 0 5px; text-align: center; font-size: 11px; font-weight: bold; color: #aaa; } .tui-full-calendar-weekday-creation { top: 0; left: 0; width: 100%; height: 100%; position: absolute; overflow-y: scroll; } .tui-full-calendar-weekday-schedules { top: 0; left: 0; width: 100%; height: 100%; position: absolute; font-size: 12px; overflow-y: scroll; } .tui-full-calendar-weekday-schedules-height-span { width: 1px; margin-left: -1px; } .tui-full-calendar-weekday-schedule-block { position: absolute; } .tui-full-calendar-weekday-schedule-block-dragging-dim { opacity: 0.3; } .tui-full-calendar-weekday-schedule { position: relative; margin: 0 10px 0 1px; cursor: pointer; border-left-style: solid; border-left-width: 3px; } .tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time { border-left-width: 0; } .tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title { padding-left: 9px; } .tui-full-calendar-weekday-schedule-bullet { position: absolute; padding: 0; width: 6px; height: 6px; top: 6px; left: 0; border-radius: 50%; } .tui-full-calendar-weekday-schedule-bullet-focused { left: 10px; background: #fff; } .tui-full-calendar-weekday-schedule-title { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 3px; font-weight: bold; } .tui-full-calendar-weekday-schedule-title-focused { padding-left: 16px; } .tui-full-calendar-weekday-schedule-cover { position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1); } .tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule { margin-left: 0; border-left-width: 0; } .tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule { margin-right: 0; } .tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-resize-handle { display: none; } .tui-full-calendar-weekday-exceed-in-month { cursor: pointer; } .tui-full-calendar-weekday-exceed-in-month:hover { background-color: #f0f1f5; } .tui-full-calendar-weekday-exceed-in-week, .tui-full-calendar-weekday-collapse-btn { position: absolute; bottom: 5px; margin-right: 5px; font-size: 12px; line-height: 14px; cursor: pointer; padding: 1px 5px; background-color: #fff; border: 1px solid #ddd; color: #000; } .tui-full-calendar-weekday-resize-handle { position: absolute; top: 0; right: 0; width: 6px; background-position: 3px center; cursor: col-resize; line-height: 18px; } .tui-full-calendar-weekday-filled { background-color: #e8e8e8 !important; } .tui-full-calendar-left { height: 100%; float: left; box-sizing: border-box; display: table; } .tui-full-calendar-left-content { display: table-cell; vertical-align: middle; text-align: right; font-size: 11px; } .tui-full-calendar-right { height: 100%; overflow-y: scroll; position: relative; } .tui-full-calendar-week-container { width: 100%; height: inherit; display: inline-block; font-size: 10px; } .tui-full-calendar-week-container .tui-full-calendar-today { background: none; } .tui-full-calendar-dayname { position: absolute; margin-left: -1px; height: 100%; overflow: hidden; } .tui-full-calendar-dayname.tui-full-calendar-today { font-weight: bold; } .tui-full-calendar-dayname-container { overflow-y: scroll; } .tui-full-calendar-dayname-leftmargin { position: relative; height: 100%; } .tui-full-calendar-dayname-date { font-size: 26px; } .tui-full-calendar-dayname-name { font-weight: bold; font-size: 12px; } .tui-full-calendar-daygrid-layout { height: 100%; } .tui-full-calendar-daygrid-layout .tui-full-calendar-right { overflow-y: hidden; } .tui-full-calendar-daygrid-guide-creation-block { position: absolute; top: 0; bottom: 0; z-index: 1; } .tui-full-calendar-timegrid-container { height: 100%; position: relative; overflow: hidden; overflow-y: scroll; } .tui-full-calendar-timegrid-container-split { height: 100%; position: relative; overflow: hidden; } .tui-full-calendar-timegrid-left { position: absolute; } .tui-full-calendar-timegrid-hour { position: relative; color: #555; box-sizing: border-box; } .tui-full-calendar-timegrid-hour:first-child span { display: none; } .tui-full-calendar-timegrid-hour:last-child { border-bottom: none; } .tui-full-calendar-timegrid-hour span { position: absolute; top: -11px; left: 0; right: 5px; text-align: right; line-height: 25px; } .tui-full-calendar-timegrid-right { position: relative; } .tui-full-calendar-timegrid-gridline { border-bottom: 1px solid #eee; box-sizing: border-box; } .tui-full-calendar-timegrid-gridline:last-child { border-bottom: none; } .tui-full-calendar-timegrid-schedules { position: absolute; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer; } .tui-full-calendar-timegrid-hourmarker { position: absolute; width: 100%; display: table; } .tui-full-calendar-timegrid-hourmarker-line-left { position: absolute; min-height: 1px; left: 0; } .tui-full-calendar-timegrid-hourmarker-line-today { position: absolute; min-height: 1px; } .tui-full-calendar-timegrid-hourmarker-line-right { position: absolute; min-height: 1px; right: 0; } .tui-full-calendar-timegrid-hourmarker-time { padding-right: 5px; line-height: 12px; text-align: right; display: table-cell; vertical-align: bottom; } .tui-full-calendar-timegrid-todaymarker { position: absolute; text-indent: -9999px; width: 9px; height: 9px; background-color: #135de6; margin: -4px 0 0 -5px; border-radius: 50%; } .tui-full-calendar-timegrid-sticky-container { position: absolute; top: 0; } .tui-full-calendar-timegrid-timezone-label-container { position: absolute; } .tui-full-calendar-timegrid-timezone-label-cell { display: table; } .tui-full-calendar-timegrid-timezone-label { display: table-cell; vertical-align: middle; padding-right: 5px; text-align: right; } .tui-full-calendar-timegrid-timezone-close-btn { cursor: pointer; position: absolute; text-align: center; background-color: #fff; } .tui-full-calendar-timegrid-timezone-close-btn .tui-full-calendar-icon { width: 5px; height: 10px; } .tui-full-calendar-time-date { position: absolute; height: 100%; margin-left: -1px; box-sizing: content-box; } .tui-full-calendar-time-date:last-child { border-right: none; margin: 0; } .tui-full-calendar-time-date:last-child .tui-full-calendar-time-schedule, .tui-full-calendar-time-date:last-child .tui-full-calendar-time-guide-creation { left: 0px; } .tui-full-calendar-time-date-schedule-block-wrap { position: relative; height: 100%; } .tui-full-calendar-time-date-schedule-block { position: absolute; right: 0px; } .tui-full-calendar-time-date-schedule-block-pending { opacity: 0.7; } .tui-full-calendar-time-date-schedule-block-dragging-dim { opacity: 0.3; } .tui-full-calendar-time-date-schedule-block-focused { box-shadow: 0 0 8px 0 rgba(0,0,0,0.2); } .tui-full-calendar-time-date-schedule-block-cover { position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1); } .tui-full-calendar-time-schedule { position: relative; left: 1px; height: 100%; overflow: hidden; font-size: 12px; font-weight: bold; } .tui-full-calendar-time-schedule-content { overflow: hidden; border-left-width: 3px; border-left-style: solid; padding: 1px 0 0 3px; } .tui-full-calendar-time-schedule-content-travel-time { font-weight: normal; font-size: 11px; } .tui-full-calendar-time-resize-handle { position: absolute; right: 0px; bottom: 0px; left: 0px; height: 5px; text-align: center; color: #fff; cursor: row-resize; background-position: center top; } .tui-full-calendar-time-guide-creation { position: absolute; right: 10px; left: 1px; padding: 3px; } .tui-full-calendar-time-guide-move .tui-full-calendar-time-schedule, .tui-full-calendar-time-guide-resize .tui-full-calendar-time-schedule, .tui-full-calendar-time-guide-move .tui-full-calendar-time-resize-handle, .tui-full-calendar-time-guide-resize .tui-full-calendar-time-resize-handle { opacity: 0.8; z-index: 97; } .tui-full-calendar-time-guide-creation-label { cursor: default; } .tui-full-calendar-time-guide-bottom { position: absolute; bottom: 3px; } .tui-full-calendar-month { height: 100%; } .tui-full-calendar-month-dayname { width: 100%; position: absolute; font-size: 13px; } .tui-full-calendar-month-dayname-item { height: 100%; font-weight: bold; } .tui-full-calendar-month-week-item { position: relative; } .tui-full-calendar-month-week-item>div { height: 100%; } .tui-full-calendar-month-more { height: inherit; min-width: 280px; min-height: 150px; } .tui-full-calendar-month-more-title { position: relative; } .tui-full-calendar-month-more-title-day { font-size: 23px; color: #333; } .tui-full-calendar-month-more-title-day-label { font-size: 12px; color: #333; } .tui-full-calendar-month-more-close { position: absolute; right: 0; outline: 0; background: none; border: 0; font-size: 14px; line-height: 28px; padding: 0 7px; cursor: pointer; } .tui-full-calendar-month-more-list { overflow-y: auto; } .tui-full-calendar-month-more-schedule { cursor: pointer; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; } .tui-full-calendar-month-guide-block { position: absolute; } .tui-full-calendar-month-weekday-schedule { margin-top: 2px; } .tui-full-calendar-month-creation-guide { top: 0; bottom: -1px; left: -1px; right: 0; position: absolute; z-index: 20; } .tui-full-calendar-month-guide-focused { box-shadow: 0 0 8px 0 rgba(0,0,0,0.2); } .tui-full-calendar-month-guide { position: relative; padding-left: 3px; line-height: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .tui-full-calendar-month-guide-cover { width: 100%; position: absolute; top: -50%; left: -50%; background-color: rgba(0,0,0,0.2); box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1); } .tui-full-calendar-month-exceed-left .tui-full-calendar-month-guide { margin-left: 0px; } .tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide { margin-right: 0px; } .tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide-handle { display: none; } .tui-full-calendar-month-guide-handle { position: absolute; top: 0; right: 3px; width: 6px; background-position: 3px center; cursor: col-resize; } .tui-full-calendar-vlayout-container { position: relative; } .tui-full-calendar-splitter { clear: left; cursor: row-resize; } .tui-full-calendar-splitter:hover { border-color: #999; } .tui-full-calendar-splitter-focused { background-color: #ddd; border: none; } .tui-full-calendar-splitter-guide { position: absolute; width: 100%; height: 3px; border: none; background-color: #e8e8e8; } .tui-full-calendar-popup { position: absolute; font-weight: 2.5; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1); clear: both; } .tui-full-calendar-popup-container { min-width: 474px; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1); background-color: #fff; border: solid 1px #d5d5d5; padding: 17px; border-radius: 2px; } .tui-full-calendar-popup-section { font-size: 0; min-height: 40px; } .tui-full-calendar-section-calendar { width: 176px; } .tui-full-calendar-section-calendar.tui-full-calendar-hide { height: 21px; visibility: hidden; } .tui-full-calendar-section-title { width: calc(100% - 36px); padding-right: 4px; } .tui-full-calendar-section-title input { width: 365px; } .tui-full-calendar-button.tui-full-calendar-section-private { height: 32px; padding: 8px; font-size: 0; margin-left: 4px; } .tui-full-calendar-section-private.tui-full-calendar-public .tui-full-calendar-ic-private { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat; } .tui-full-calendar-section-start-date, .tui-full-calendar-section-end-date { width: 176px; } .tui-full-calendar-section-start-date input, .tui-full-calendar-section-end-date input { width: 139px; } .tui-full-calendar-section-start-date:hover .tui-full-calendar-popup-section-item, .tui-full-calendar-section-end-date:hover .tui-full-calendar-popup-section-item, .tui-full-calendar-section-start-date:focus .tui-full-calendar-popup-section-item, .tui-full-calendar-section-end-date:focus .tui-full-calendar-popup-section-item, .tui-full-calendar-section-start-date:hover .tui-datepicker, .tui-full-calendar-section-end-date:hover .tui-datepicker, .tui-full-calendar-section-start-date:focus .tui-datepicker, .tui-full-calendar-section-end-date:focus .tui-datepicker { border-color: #bbb; } .tui-full-calendar-popup-section-item:focus { border-color: #bbb; } .tui-full-calendar-section-date-dash { font-size: 12px; color: #d5d5d5; height: 32px; padding: 0 4px; vertical-align: middle; } .tui-full-calendar-popup-section-item.tui-full-calendar-section-allday { border: none; padding: 0 0 0 8px; cursor: pointer; } .tui-full-calendar-popup-section-item.tui-full-calendar-section-location { display: block; } .tui-full-calendar-popup-section-item.tui-full-calendar-section-location input { width: 400px; } .tui-full-calendar-section-allday .tui-full-calendar-icon.tui-full-calendar-ic-checkbox { margin: 0; } .tui-full-calendar-popup-section-item.tui-full-calendar-section-allday .tui-full-calendar-content { padding-left: 4px; } .tui-full-calendar-section-state { width: 109px; } .tui-full-calendar-section-state .tui-full-calendar-content { width: 58px; text-overflow: ellipsis; overflow: hidden; } .tui-full-calendar-popup-section-item { height: 32px; padding: 0 9px 0 12px; border: 1px solid #d5d5d5; display: inline-block; font-size: 0; border-radius: 2px; } .tui-full-calendar-popup-section-item:hover { border-color: #bbb; } .tui-full-calendar-popup-section-item:focus { border-color: #bbb; } .tui-full-calendar-popup-section-item .tui-full-calendar-icon { position: relative; } .tui-full-calendar-icon.tui-full-calendar-ic-title { top: 2px; } .tui-full-calendar-popup-section-item .tui-full-calendar-content { text-align: left; display: inline-block; font-size: 12px; vertical-align: middle; position: relative; padding-left: 8px; } .tui-full-calendar-section-calendar .tui-full-calendar-dropdown-button .tui-full-calendar-content { width: 125px; text-overflow: ellipsis; overflow: hidden; top: -1px; } .tui-full-calendar-popup-section-item input { border: none; height: 30px; outline: none; display: inline-block; } .tui-full-calendar-popup-section-item input::placeholder { color: #bbb; font-weight: 300; } .tui-full-calendar-dropdown { position: relative; } .tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-button { border: 1px solid #bbb; } .tui-full-calendar-dropdown-button.tui-full-calendar-popup-section-item { height: 32px; font-size: 0; top: -1px; } .tui-full-calendar-dropdown-arrow { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=) no-repeat; } .dropdown.open .tui-full-calendar-dropdown-arrow, .tui-full-calendar-open .tui-full-calendar-dropdown-arrow { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat; } .tui-full-calendar-dropdown-menu { position: absolute; top: 31px; padding: 4px 0; background-color: #fff; border: 1px solid #d5d5d5; border-top: none; border-radius: 0 0 2px 2px; width: 100%; } .tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-menu { border: 1px solid #bbb; border-top: none; } .tui-full-calendar-dropdown-menu { display: none; } .tui-full-calendar-open .tui-full-calendar-dropdown-menu { display: block; } .tui-full-calendar-dropdown-menu-item { height: 30px; border: none; cursor: pointer; } .tui-full-calendar-section-calendar .tui-full-calendar-dropdown-menu-item { width: 100%; } .tui-full-calendar-section-state .tui-full-calendar-dropdown-menu-item { width: 100%; } .tui-full-calendar-dropdown-menu-item:hover { background-color: rgba(81,92,230,0.05); } .tui-full-calendar-dropdown-menu-item .tui-full-calendar-content { line-height: 30px; } .tui-full-calendar-button.tui-full-calendar-popup-close { position: absolute; top: 10px; right: 10px; background-color: #fff; padding: 2px; border: none; } .tui-full-calendar-section-button-save { height: 36px; } .tui-full-calendar-popup-save { float: right; } .tui-full-calendar-popup-arrow-border, .tui-full-calendar-popup-arrow-fill { position: absolute; } .tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border { border-top: none; border-right: 8px solid transparent; border-bottom: 8px solid #d5d5d5; border-left: 8px solid transparent; left: calc(50% - 8px); top: -7px; } .tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-border { border-top: 8px solid transparent; border-right: none; border-bottom: 8px solid transparent; border-left: 8px solid #d5d5d5; top: calc(50% - 8px); right: -7px; } .tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-border { border-top: 8px solid #d5d5d5; border-right: 8px solid transparent; border-bottom: none; border-left: 8px solid transparent; left: calc(50% - 8px); bottom: -7px; } .tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-border { border-top: 8px solid transparent; border-right: 8px solid #d5d5d5; border-bottom: 8px solid transparent; border-left: none; top: calc(50% - 8px); left: -7px; } .tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-fill { border-top: none; border-right: 7px solid transparent; border-bottom: 7px solid #fff; border-left: 7px solid transparent; left: -7px; top: 1px; } .tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-fill { border-top: 7px solid transparent; border-right: none; border-bottom: 7px solid transparent; border-left: 7px solid #fff; top: -7px; right: 1px; } .tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-fill { border-top: 7px solid #fff; border-right: 7px solid transparent; border-bottom: none; border-left: 7px solid transparent; left: -7px; bottom: 1px; } .tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-fill { border-top: 7px solid transparent; border-right: 7px solid #fff; border-bottom: 7px solid transparent; border-left: none; top: -7px; left: 1px; } .tui-full-calendar-button { background: #fff; border: 1px solid #d5d5d5; border-radius: 2px; text-align: center; outline: none; font-size: 12px; cursor: pointer; color: #333; } .tui-full-calendar-button:hover { border-color: #bbb; color: #333; } .tui-full-calendar-button:active { background: #f9f9f9; color: #333; } .tui-full-calendar-button .round { border-radius: 25px; } .tui-full-calendar-confirm { width: 96px; height: 36px; border-radius: 40px; background-color: #ff6618; font-size: 12px; font-weight: bold; color: #fff; border: none; } .tui-full-calendar-confirm:hover { background-color: #e55b15; color: #fff; } .tui-full-calendar-confirm:active { background-color: #d95614; color: #fff; } .tui-full-calendar-icon.tui-full-calendar-right { float: right; top: 1px; } .tui-full-calendar-icon .tui-full-calendar-none { display: none; } .tui-full-calendar-icon.tui-full-calendar-calendar-dot { border-radius: 8px; width: 12px; height: 12px; margin: 1px; } input[type='checkbox'].tui-full-calendar-checkbox-square { display: none; } input[type='checkbox'].tui-full-calendar-checkbox-square + span { display: inline-block; cursor: pointer; line-height: 14px; margin-right: 8px; width: 14px; height: 14px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=) no-repeat; vertical-align: middle; } input[type='checkbox'].tui-full-calendar-checkbox-square:checked + span { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==) no-repeat; } input[type='checkbox'].tui-full-calendar-checkbox-round { display: none; } input[type='checkbox'].tui-full-calendar-checkbox-round + span { display: inline-block; cursor: pointer; width: 14px; height: 14px; line-height: 14px; vertical-align: middle; margin-right: 8px; border-radius: 8px; border: solid 2px; background: transparent; } .tui-full-calendar-popup-top-line { position: absolute; border-radius: 2px 2px 0 0; width: 100%; height: 4px; border: none; top: 0; } .tui-full-calendar-popup-detail .tui-full-calendar-popup-container { width: 301px; min-width: 301px; padding-bottom: 0; } .tui-full-calendar-popup-detail .tui-full-calendar-icon { width: 12px; height: 12px; background-size: 12px; position: relative; } .tui-full-calendar-popup-detail .tui-full-calendar-icon { margin-right: 8px; } .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-location-b { top: -2px; } .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-user-b { top: -2px; } .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-state-b { top: -1px; } .tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-calendar-dot { width: 10px; height: 10px; margin-right: 8px; top: -1px; } .tui-full-calendar-popup-detail .tui-full-calendar-content { line-height: 24px; height: 24px; font-size: 12px; line-height: 2; } .tui-full-calendar-popup-detail .tui-full-calendar-section-header { margin-bottom: 6px; } .tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-separate { margin-top: 4px; } .tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-indent { text-indent: -20px; padding-left: 20px; } .tui-full-calendar-popup-detail .tui-full-calendar-schedule-title { font-size: 15px; font-weight: bold; line-height: 1.6; word-break: break-all; } .tui-full-calendar-popup-detail .tui-full-calendar-schedule-private { display: none; width: 16px; height: 16px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat 16px; } .tui-full-calendar-popup-detail .tui-full-calendar-schedule-private .tui-full-calendar-ic-private { display: block; } .tui-full-calendar-popup-detail .tui-full-calendar-section-detail { margin-bottom: 16px; } .tui-full-calendar-popup-detail .tui-full-calendar-section-button { border-top: 1px solid #e5e5e5; font-size: 0; } .tui-full-calendar-section-button .tui-full-calendar-icon { margin-right: 4px; top: -3px; } .tui-full-calendar-section-button .tui-full-calendar-content { position: relative; top: 2px; } .tui-full-calendar-popup-edit, .tui-full-calendar-popup-delete { display: inline-block; padding: 7px 9px 11px 9px; width: calc(50% - 1px); outline: none; background: none; border: none; cursor: pointer; } .tui-full-calendar-popup-vertical-line { background: #e5e5e5; width: 1px; height: 14px; vertical-align: middle; display: inline-block; margin-top: -7px; } .tui-datepicker { left: -12px; z-index: 1; border-color: #d5d5d5; } .tui-full-calendar-icon { width: 14px; height: 14px; display: inline-block; vertical-align: middle; } .tui-full-calendar-icon.tui-full-calendar-ic-title { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-location { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-date { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-state { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-private { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-public { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-close { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=) no-repeat; } .tui-full-calendar-ic-location-b { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC); } .tui-full-calendar-ic-state-b { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=); } .tui-full-calendar-icon.tui-full-calendar-ic-user-b { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=); } .tui-full-calendar-icon.tui-full-calendar-ic-edit { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=); } .tui-full-calendar-icon.tui-full-calendar-ic-delete { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=); } .tui-full-calendar-icon.tui-full-calendar-ic-arrow-solid-top { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-milestone { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-arrow-left { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFZJREFUCB1jZICCyspK83///hUxgvhVVVV6f//+3c3ExJTMVFNTowqU2cHMzJzf3t6+hen379/zgIp2t7W1rQCpZmJlZU0C0q5AbREgAQwzwAIgGZgtADMCJqH/QyvhAAAAAElFTkSuQmCC) no-repeat; } .tui-full-calendar-icon.tui-full-calendar-ic-arrow-right { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFxJREFUCB1jKC8vX1lZWWnOAAVMQLD4379/m6qqqvRAYowgAsiJAAr2sbCw2IMFQIIVFRUL////r8SCpMKVlZXVnhFooA9Q+VxmZmbXtra2S0xATizQYD8QB6QaAJMLJ9BqE9yTAAAAAElFTkSuQmCC) no-repeat; } .tui-full-calendar-ic-repeat-b { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAQpJREFUKBVjYCARMCKrNzU1tf/3718lUMwQiP8yMjKeYWJi6j516tRhExOThjNnzjTANQAFqv///98CVHQPSO8A0ixATa5AtjyQPgDETmfPngULMpiZmbn//fu3BSg4B6ggCyjxG8hm8PT0ZH/9+vUJoJgTiA8CTCACqDgXaOJ9Xl7eTJhikDhQcSVQsQGITT8A9rSxsfF/mJVApzWCQgPGd3BwYPny5cstoNOuAZ3rAwoJOAAqviAqKtoOEwAaxPr58+dpQL4iEGeAxJFt2AfkOwA1PQTSu4Em/gGyPYC0EpCuAdraCtIADiWgQCPQOmdmZmYHoNgVoCJfIB0CpG8DI84BphgoRjoAAAzgdELI91E5AAAAAElFTkSuQmCC); } /*# sourceMappingURL=src/css/main.css.map */ /*# sourceMappingURL=tui-calendar.css.map*/
joeyparrish/cdnjs
ajax/libs/tui-calendar/1.12.2/tui-calendar.css
CSS
mit
36,268
<p id="debo_christof" data-toggle="tooltip" title="<img src='{{site.filesurl}}/people/debo_christof.jpg' alt='Christof De Bo' />"> <span class="person">Christof De Bo</span> works at the BioInformatics Training and Services (BITS) facility of VIB, a biotechnology research institute in Flanders, Belgium. There he holds the position of ELN Application Scientist and Research Informatics Scientist. He obtained his Bachelor degree in Bioinformatics at the University College West Flanders and performed his internship at the University College Cork, Ireland. In his spare time he plays badminton and enjoys cycling. </p>
ErinBecker/website
_includes/people/debo_christof.html
HTML
mit
652
/*! * OOUI v0.33.4 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2019 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2019-07-23T03:23:40Z */ .oo-ui-element-hidden { display: none !important; } .oo-ui-buttonElement { display: inline-block; line-height: normal; vertical-align: middle; } .oo-ui-buttonElement > .oo-ui-buttonElement-button { cursor: pointer; display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; font-family: inherit; font-size: inherit; white-space: nowrap; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .oo-ui-buttonElement > .oo-ui-buttonElement-button::-moz-focus-inner { border-color: transparent; padding: 0; } .oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button { cursor: default; } .oo-ui-buttonElement-frameless { position: relative; } .oo-ui-buttonElement-framed > .oo-ui-buttonElement-button { vertical-align: top; text-align: center; } .oo-ui-buttonElement > .oo-ui-buttonElement-button { position: relative; border-radius: 2px; padding-top: 2.14285714em; font-weight: bold; text-decoration: none; } .oo-ui-buttonElement > .oo-ui-buttonElement-button:focus { outline: 0; } .oo-ui-buttonElement > input.oo-ui-buttonElement-button { -webkit-appearance: none; } .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button { line-height: 1; } .oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { line-height: 1.28571429em; } .oo-ui-buttonElement.oo-ui-labelElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button { padding-right: 2.28571429em; } .oo-ui-buttonElement.oo-ui-iconElement .oo-ui-iconElement-icon, .oo-ui-buttonElement.oo-ui-indicatorElement .oo-ui-indicatorElement-indicator { -webkit-transform: translateZ(0); transform: translateZ(0); } .oo-ui-buttonElement.oo-ui-indicatorElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator, .oo-ui-buttonElement.oo-ui-indicatorElement.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { right: 0.85714286em; } .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button { -webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; -moz-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; } .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon, .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { opacity: 0.87; -webkit-transition: opacity 100ms; -moz-transition: opacity 100ms; transition: opacity 100ms; } .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon.oo-ui-image-invert, .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator.oo-ui-image-invert { opacity: 1; } .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover > .oo-ui-iconElement-icon, .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover > .oo-ui-indicatorElement-indicator { opacity: 0.73; } .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover > .oo-ui-iconElement-icon.oo-ui-image-invert, .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover > .oo-ui-indicatorElement-indicator.oo-ui-image-invert { opacity: 1; } .oo-ui-buttonElement.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon, .oo-ui-buttonElement.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-buttonElement-frameless.oo-ui-iconElement:first-child { margin-left: -0.42857143em; } .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button { min-width: 1.42857143em; min-height: 1.42857143em; border-color: #fff; border-color: transparent; border-style: solid; border-width: 1px; padding-top: 2.14285714em; padding-left: 2.14285714em; } .oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon { left: 0.35714286em; } .oo-ui-buttonElement-frameless.oo-ui-labelElement:first-child { margin-left: -0.14285714em; } .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement:first-child { margin-left: -0.42857143em; } .oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button { border-color: #fff; border-color: transparent; border-style: solid; border-width: 1px; padding: 0.42857143em 0.14285714em; } .oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button { padding-left: 2.14285714em; } .oo-ui-buttonElement-frameless.oo-ui-indicatorElement > .oo-ui-buttonElement-button { min-width: 12px; min-height: 12px; padding-top: 0; } .oo-ui-buttonElement-frameless.oo-ui-indicatorElement.oo-ui-iconElement > .oo-ui-buttonElement-button { padding-left: 3.85714286em; padding-top: 2.14285714em; } .oo-ui-buttonElement-frameless.oo-ui-indicatorElement.oo-ui-labelElement > .oo-ui-buttonElement-button { padding-left: 0.14285714em; padding-top: 0.42857143em; } .oo-ui-buttonElement-frameless.oo-ui-indicatorElement.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button { padding-left: 2.14285714em; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { color: #222; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { background-color: #f8f9fa; color: #000; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { background-color: #eaecf0; color: #444; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-iconElement > .oo-ui-buttonElement-button:focus, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-labelElement > .oo-ui-buttonElement-button:focus { border-color: #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-iconElement > .oo-ui-buttonElement-button:focus:active, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-labelElement > .oo-ui-buttonElement-button:focus:active { border-color: #fff; border-color: transparent; box-shadow: none; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-indicatorElement:not( .oo-ui-iconElement ):not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button { border-radius: 1px; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-indicatorElement:not( .oo-ui-iconElement ):not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:focus { box-shadow: 0 0 0 2px #36c; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-indicatorElement:not( .oo-ui-iconElement ):not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:focus:active { box-shadow: none; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { color: #000; border-color: #fff; border-color: transparent; box-shadow: none; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: #36c; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { color: #447ff5; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { color: #2a4b8d; box-shadow: none; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { color: #d33; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { color: #ff4242; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { color: #b32424; box-shadow: none; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-buttonElement-button:hover > .oo-ui-iconElement-icon, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-buttonElement-button:hover > .oo-ui-indicatorElement-indicator { opacity: 0.73; } .oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button { color: #72777d; } .oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon, .oo-ui-buttonElement-frameless.oo-ui-widget-disabled > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { opacity: 0.51; } .oo-ui-buttonElement-framed > .oo-ui-buttonElement-button { border-style: solid; border-width: 1px; border-radius: 2px; padding-left: 0.85714286em; padding-right: 0.85714286em; } .oo-ui-buttonElement-framed.oo-ui-iconElement > .oo-ui-buttonElement-button { padding-top: 2.14285714em; padding-bottom: 0; padding-left: 2.14285714em; } .oo-ui-buttonElement-framed.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon { left: 0.78571429em; } .oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button { padding-left: 2.64285714em; } .oo-ui-buttonElement-framed.oo-ui-indicatorElement > .oo-ui-buttonElement-button { padding-top: 2.14285714em; padding-right: 2.14285714em; padding-bottom: 0; } .oo-ui-buttonElement-framed.oo-ui-indicatorElement > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { right: 1.07142857em; } .oo-ui-buttonElement-framed.oo-ui-indicatorElement.oo-ui-labelElement > .oo-ui-buttonElement-button { padding-right: 2.28571429em; } .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button { padding-top: 0.42857143em; padding-bottom: 0.42857143em; } .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { background-color: #c8ccd1; color: #fff; border-color: #c8ccd1; } .oo-ui-buttonElement-framed.oo-ui-widget-disabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { background-color: #919fb9; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { background-color: #f8f9fa; color: #222; border-color: #a2a9b1; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover { background-color: #fff; color: #444; border-color: #a2a9b1; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { border-color: #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { background-color: #c8ccd1; color: #000; border-color: #72777d; box-shadow: none; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { background-color: #2a4b8d; color: #fff; border-color: #2a4b8d; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button:focus { border-color: #36c; box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: #36c; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { background-color: #fff; border-color: #447ff5; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button { background-color: #eff3fa; color: #2a4b8d; border-color: #2a4b8d; box-shadow: none; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus { border-color: #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { color: #d73333; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { background-color: #fff; border-color: #ff4242; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button { background-color: #ffffff; color: #b32424; border-color: #b32424; box-shadow: none; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:focus { border-color: #d33; box-shadow: inset 0 0 0 1px #d33; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: #fff; background-color: #36c; border-color: #36c; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { background-color: #447ff5; border-color: #447ff5; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button { color: #fff; background-color: #2a4b8d; border-color: #2a4b8d; box-shadow: none; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus { border-color: #36c; box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { color: #fff; background-color: #d33; border-color: #d33; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:hover { background-color: #ff4242; border-color: #ff4242; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-active > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-buttonElement-button { color: #fff; background-color: #b32424; border-color: #b32424; box-shadow: none; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:focus { border-color: #d33; box-shadow: inset 0 0 0 1px #d33, inset 0 0 0 2px #fff; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-clippableElement-clippable { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; min-height: 3.125em; -webkit-overflow-scrolling: touch; } .oo-ui-floatableElement { position: absolute; } .oo-ui-labelElement .oo-ui-labelElement-label, .oo-ui-labelElement.oo-ui-labelElement-label { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-labelElement-invisible { display: block; position: absolute; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; overflow: hidden; } .oo-ui-labelElement .oo-ui-labelElement-label { line-height: 1.42857143em; } .oo-ui-labelElement .oo-ui-labelElement-label-highlight { font-weight: bold; } .oo-ui-iconElement-icon { background-size: contain; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; min-width: 20px; width: 1.42857143em; min-height: 20px; height: 100%; } .oo-ui-iconElement-noIcon { display: none; } .oo-ui-indicatorElement-indicator { background-size: contain; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; min-width: 12px; width: 0.85714286em; min-height: 12px; height: 100%; } .oo-ui-indicatorElement-noIndicator { display: none; } .oo-ui-pendingElement-pending { background-color: #eaecf0; background-image: -webkit-linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent); background-image: linear-gradient(135deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent); background-size: 1.42857143em 1.42857143em; -webkit-animation: oo-ui-pendingElement-stripes 650ms linear infinite; -moz-animation: oo-ui-pendingElement-stripes 650ms linear infinite; animation: oo-ui-pendingElement-stripes 650ms linear infinite; } @-webkit-keyframes oo-ui-pendingElement-stripes { 0% { background-position: -1.42857143em 0; } 100% { background-position: 0 0; } } @-moz-keyframes oo-ui-pendingElement-stripes { 0% { background-position: -1.42857143em 0; } 100% { background-position: 0 0; } } @keyframes oo-ui-pendingElement-stripes { 0% { background-position: -1.42857143em 0; } 100% { background-position: 0 0; } } .oo-ui-fieldLayout { display: block; margin-top: 1.14285714em; } .oo-ui-fieldLayout:before, .oo-ui-fieldLayout:after { content: ' '; display: table; } .oo-ui-fieldLayout:after { clear: both; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-help, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-help, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field { display: block; float: left; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header { text-align: right; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body { display: table; width: 100%; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field { display: table-cell; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header { vertical-align: middle; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field { width: 1px; vertical-align: top; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field { display: block; } .oo-ui-fieldLayout .oo-ui-fieldLayout-help { float: right; } .oo-ui-fieldLayout .oo-ui-fieldLayout-help:not( .oo-ui-popupButtonWidget ) > .oo-ui-buttonElement-button { cursor: help; } .oo-ui-fieldLayout.oo-ui-labelElement, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline { margin-top: 0.85714286em; } .oo-ui-fieldLayout:first-child, .oo-ui-fieldLayout.oo-ui-labelElement:first-child, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline:first-child { margin-top: 0; } .oo-ui-fieldLayout.oo-ui-labelElement > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header { padding-bottom: 0.28571429em; } .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body { max-width: 50em; } .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header, .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 40%; padding-right: 2.64285714em; } .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label, .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label { display: block; padding-top: 0.28571429em; } .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-help, .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-help { margin-right: 0; margin-left: -2.35714286em; } .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field, .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field { width: 60%; } .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-inline > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header { padding-top: 0; padding-bottom: 0; padding-left: 0.42857143em; } .oo-ui-fieldLayout .oo-ui-fieldLayout-help { margin-right: 0; } .oo-ui-fieldLayout .oo-ui-fieldLayout-help:last-child { margin-right: 0; } .oo-ui-fieldLayout .oo-ui-fieldLayout-help .oo-ui-buttonElement-button { padding-top: 1.42857143em; padding-right: 0; } .oo-ui-fieldLayout .oo-ui-fieldLayout-help .oo-ui-buttonElement-button:hover, .oo-ui-fieldLayout .oo-ui-fieldLayout-help .oo-ui-buttonElement-button:active { background-color: transparent; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-inline-help { margin-top: 0.28571429em; } .oo-ui-fieldLayout.oo-ui-fieldLayout-align-top .oo-ui-fieldLayout-help, .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline .oo-ui-fieldLayout-help { margin-top: -0.42857143em; margin-right: -0.57142857em; margin-left: 0; } .oo-ui-fieldLayout-messages { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 50em; padding: 0.28571429em 0; } .oo-ui-fieldLayout-messages > .oo-ui-messageWidget { margin-left: 0.85714286em; margin-right: 0.85714286em; } .oo-ui-fieldLayout-messages > .oo-ui-messageWidget:first-child { margin-top: 0.28571429em; } .oo-ui-fieldLayout-disabled > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label { color: #72777d; } .oo-ui-actionFieldLayout-input, .oo-ui-actionFieldLayout-button { display: table-cell; vertical-align: middle; } .oo-ui-actionFieldLayout-button { width: 1%; white-space: nowrap; } .oo-ui-actionFieldLayout.oo-ui-fieldLayout-align-top { max-width: 50em; } .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input .oo-ui-widget:not( .oo-ui-textInputWidget ) { margin-right: 0.57142857em; } .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input .oo-ui-widget.oo-ui-textInputWidget > .oo-ui-inputWidget-input { border-radius: 2px 0 0 2px; position: relative; } .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-button .oo-ui-buttonElement-framed > .oo-ui-buttonElement-button { border-radius: 0 2px 2px 0; margin-left: -1px; } .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-button .oo-ui-buttonElement-frameless { margin-left: 0.14285714em; } .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-textInputWidget > .oo-ui-inputWidget-input:hover, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-textInputWidget > .oo-ui-inputWidget-input:focus, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-textInputWidget.oo-ui-flaggedElement-invalid > .oo-ui-inputWidget-input, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-textInputWidget > .oo-ui-inputWidget-input:hover ~ *, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-textInputWidget > .oo-ui-inputWidget-input:focus ~ *, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-input > .oo-ui-textInputWidget.oo-ui-flaggedElement-invalid > .oo-ui-inputWidget-input ~ * { z-index: 1; } .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-button > .oo-ui-buttonElement > .oo-ui-buttonElement-button:hover, .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-button > .oo-ui-buttonElement > .oo-ui-buttonElement-button:focus { z-index: 1; } .oo-ui-fieldsetLayout { position: relative; min-width: 0; margin: 0; border: 0; padding: 0.01px 0 0 0; } body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { display: table-cell; } .oo-ui-fieldsetLayout > .oo-ui-fieldsetLayout-header { display: none; } .oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header, .oo-ui-fieldsetLayout.oo-ui-labelElement > .oo-ui-fieldsetLayout-header { color: inherit; display: inline-table; box-sizing: border-box; padding: 0; white-space: normal; float: left; width: 100%; } .oo-ui-fieldsetLayout > .oo-ui-inline-help { clear: left; } .oo-ui-fieldsetLayout-group { clear: both; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help { float: right; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help:not( .oo-ui-popupButtonWidget ) > .oo-ui-buttonElement-button { cursor: help; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-header { max-width: 50em; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-header .oo-ui-iconElement-icon { height: 1.42857143em; } .oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header .oo-ui-iconElement-icon { display: block; } .oo-ui-fieldsetLayout + .oo-ui-fieldsetLayout, .oo-ui-fieldsetLayout + .oo-ui-formLayout { margin-top: 1.71428571em; } .oo-ui-fieldsetLayout.oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label { display: inline-block; margin-bottom: 0.5em; font-size: 1.14285714em; font-weight: bold; } .oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label { padding-left: 1.625em; } .oo-ui-fieldsetLayout > .oo-ui-inline-help { margin-bottom: 0.5em; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help { margin-right: 0; margin-right: -0.57142857em; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help:last-child { margin-right: 0; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help:last-child { margin-right: -0.57142857em; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help .oo-ui-buttonElement-button { padding-top: 1.42857143em; padding-right: 0; } .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help .oo-ui-buttonElement-button:hover, .oo-ui-fieldsetLayout .oo-ui-fieldsetLayout-help .oo-ui-buttonElement-button:active { background-color: transparent; } .oo-ui-formLayout + .oo-ui-fieldsetLayout, .oo-ui-formLayout + .oo-ui-formLayout { margin-top: 1.71428571em; } .oo-ui-panelLayout { position: relative; } .oo-ui-panelLayout-scrollable { overflow: auto; -webkit-overflow-scrolling: touch; } .oo-ui-panelLayout-expanded { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .oo-ui-panelLayout-padded { padding: 1.14285714em; } .oo-ui-panelLayout-padded.oo-ui-formLayout > .oo-ui-fieldsetLayout .oo-ui-labelElement-label, .oo-ui-panelLayout-padded.oo-ui-formLayout > .oo-ui-fieldsetLayout .oo-ui-iconElement-icon { margin-top: -0.42857143em; } .oo-ui-panelLayout-framed { border: 1px solid #a2a9b1; border-radius: 2px; } .oo-ui-panelLayout-padded.oo-ui-panelLayout-framed { margin: 0.85714286em 0; } .oo-ui-horizontalLayout > .oo-ui-widget { display: inline-block; vertical-align: middle; } .oo-ui-horizontalLayout > .oo-ui-layout { display: inline-block; } .oo-ui-horizontalLayout > .oo-ui-layout, .oo-ui-horizontalLayout > .oo-ui-widget { margin-right: 0.5em; } .oo-ui-horizontalLayout > .oo-ui-layout:last-child, .oo-ui-horizontalLayout > .oo-ui-widget:last-child { margin-right: 0; } .oo-ui-horizontalLayout > .oo-ui-layout { margin-top: 0; } .oo-ui-horizontalLayout > .oo-ui-widget { margin-bottom: 0.5em; } .oo-ui-optionWidget { position: relative; display: block; } .oo-ui-optionWidget.oo-ui-widget-enabled { cursor: pointer; } .oo-ui-optionWidget.oo-ui-widget-disabled { cursor: default; } .oo-ui-optionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .oo-ui-optionWidget-selected .oo-ui-buttonElement-button > .oo-ui-iconElement-icon { opacity: 1; } .oo-ui-optionWidget.oo-ui-widget-disabled { color: #72777d; } .oo-ui-decoratedOptionWidget { padding: 0.5em 0.85714286em; line-height: 1; } .oo-ui-decoratedOptionWidget.oo-ui-iconElement { padding-left: 2.64285714em; } .oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon { left: 0.78571429em; } .oo-ui-decoratedOptionWidget .oo-ui-labelElement-label { line-height: 1.28571429em; } .oo-ui-decoratedOptionWidget.oo-ui-indicatorElement { padding-right: 2.28571429em; } .oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator { right: 0.85714286em; } .oo-ui-decoratedOptionWidget.oo-ui-widget-enabled:hover .oo-ui-iconElement-icon, .oo-ui-decoratedOptionWidget.oo-ui-widget-enabled:hover .oo-ui-indicatorElement-indicator { opacity: 0.73; } .oo-ui-decoratedOptionWidget.oo-ui-widget-enabled .oo-ui-iconElement-icon, .oo-ui-decoratedOptionWidget.oo-ui-widget-enabled .oo-ui-indicatorElement-indicator { opacity: 0.87; -webkit-transition: opacity 100ms; -moz-transition: opacity 100ms; transition: opacity 100ms; } .oo-ui-decoratedOptionWidget.oo-ui-widget-disabled .oo-ui-iconElement-icon, .oo-ui-decoratedOptionWidget.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator { opacity: 0.51; } .oo-ui-radioSelectWidget:focus { outline: 0; } .oo-ui-radioSelectWidget:focus [type='radio']:checked + span:before { border-color: #fff; } .oo-ui-radioOptionWidget { display: table; padding: 0.28571429em 0; } .oo-ui-radioOptionWidget .oo-ui-radioInputWidget, .oo-ui-radioOptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { display: table-cell; vertical-align: top; } .oo-ui-radioOptionWidget .oo-ui-radioInputWidget { width: 1px; } .oo-ui-radioOptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { white-space: normal; } .oo-ui-radioOptionWidget:first-child { margin-top: -0.28571429em; } .oo-ui-radioOptionWidget.oo-ui-labelElement .oo-ui-labelElement-label { padding-left: 0.42857143em; } .oo-ui-radioOptionWidget .oo-ui-radioInputWidget { margin-right: 0; } .oo-ui-labelWidget { display: inline-block; } .oo-ui-labelWidget.oo-ui-inline-help { display: block; color: #54595d; font-size: 0.92857143em; } .oo-ui-messageWidget { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: bold; } .oo-ui-messageWidget .oo-ui-labelElement-label { display: block; } .oo-ui-messageWidget > .oo-ui-iconElement-icon { background-position: 0 0; } .oo-ui-messageWidget .oo-ui-labelElement-label { margin-left: 2em; } .oo-ui-messageWidget.oo-ui-messageWidget-block { border: 1px solid; padding: 1.14285714em 1.71428571em; font-weight: normal; } .oo-ui-messageWidget.oo-ui-messageWidget-block > .oo-ui-iconElement-icon { background-position: 0 1.14285714em; } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error { background-color: #fee7e6; border-color: #d33; } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-warning { background-color: #fef6e7; border-color: #fc3; } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-success { background-color: #d5fdf4; border-color: #14866d; } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice { background-color: #eaecf0; border-color: #a2a9b1; } .oo-ui-messageWidget.oo-ui-flaggedElement-error:not( .oo-ui-messageWidget-block ) { color: #d33; } .oo-ui-messageWidget.oo-ui-flaggedElement-success:not( .oo-ui-messageWidget-block ) { color: #14866d; } .oo-ui-messageWidget + .oo-ui-messageWidget { margin-top: 0.57142857em; } .oo-ui-iconWidget { vertical-align: middle; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; clip: auto; margin: 0; text-indent: -9999px; line-height: 2.5; display: inline-block; position: static; top: auto; height: 1.42857143em; } .oo-ui-iconWidget.oo-ui-widget-disabled { opacity: 0.51; } .oo-ui-indicatorWidget { vertical-align: middle; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; clip: auto; margin: 0; text-indent: -9999px; line-height: 2.5; margin: 0.42857143em; display: inline-block; position: static; top: auto; height: 0.85714286em; } .oo-ui-indicatorWidget.oo-ui-widget-disabled { opacity: 0.51; } .oo-ui-buttonWidget { margin-right: 0.5em; } .oo-ui-buttonWidget:last-child { margin-right: 0; } .oo-ui-buttonGroupWidget { display: inline-block; border-radius: 2px; margin-right: 0.5em; z-index: 0; position: relative; padding-bottom: 1px; } .oo-ui-buttonGroupWidget .oo-ui-buttonWidget.oo-ui-buttonElement-active .oo-ui-buttonElement-button { cursor: default; } .oo-ui-buttonGroupWidget:last-child { margin-right: 0; } .oo-ui-buttonGroupWidget .oo-ui-buttonElement { margin-right: 0; z-index: 0; } .oo-ui-buttonGroupWidget .oo-ui-buttonElement:last-child { margin-right: 0; } .oo-ui-buttonGroupWidget .oo-ui-buttonElement-framed .oo-ui-buttonElement-button { margin-right: -1px; margin-bottom: -1px; border-radius: 0; } .oo-ui-buttonGroupWidget .oo-ui-buttonElement-framed:first-child .oo-ui-buttonElement-button { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .oo-ui-buttonGroupWidget .oo-ui-buttonElement-framed:last-child .oo-ui-buttonElement-button { margin-right: 0; border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .oo-ui-buttonGroupWidget .oo-ui-buttonElement-framed.oo-ui-widget-disabled + .oo-ui-widget-disabled > .oo-ui-buttonElement-button { border-left-color: #fff; } .oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { z-index: 1; } .oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus { z-index: 2; } .oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { z-index: 3; } .oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button { z-index: -1; } .oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-toggleWidget-on + .oo-ui-toggleWidget-on > .oo-ui-buttonElement-button, .oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-toggleWidget-on + .oo-ui-toggleWidget-on > .oo-ui-buttonElement-button:active { border-left-color: #a2a9b1; z-index: 3; } .oo-ui-popupWidget { position: absolute; z-index: 1; } .oo-ui-popupWidget-popup { position: relative; overflow: hidden; } .oo-ui-popupWidget-anchor { display: none; } .oo-ui-popupWidget-anchored .oo-ui-popupWidget-anchor { display: block; position: absolute; background-repeat: no-repeat; } .oo-ui-popupWidget-anchored .oo-ui-popupWidget-anchor:before, .oo-ui-popupWidget-anchored .oo-ui-popupWidget-anchor:after { content: ''; position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent; } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor { left: 0; } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before, .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after { border-top: 0; } .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor { left: 0; } .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before, .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after { border-bottom: 0; } .oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor { top: 0; } .oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before, .oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after { border-left: 0; } .oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor { top: 0; } .oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before, .oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after { border-right: 0; } .oo-ui-popupWidget-head { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .oo-ui-popupWidget-head > .oo-ui-buttonWidget { position: absolute; } .oo-ui-popupWidget-head > .oo-ui-labelElement-label { float: left; cursor: default; } .oo-ui-popupWidget-body { clear: both; } .oo-ui-popupWidget-body.oo-ui-clippableElement-clippable { min-height: 1em; } .oo-ui-popupWidget-popup { background-color: #fff; border: 1px solid #a2a9b1; border-radius: 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); } @supports ( filter: drop-shadow( 0 0 0 ) ) { .oo-ui-popupWidget { filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3)); } .oo-ui-popupWidget-popup { box-shadow: none; } } .oo-ui-popupWidget-anchored-top { margin-top: 9px; } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor { top: -9px; } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before { bottom: -10px; left: -9px; border-bottom-color: #7b8590; border-width: 10px; } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after { bottom: -10px; left: -8px; border-bottom-color: #fff; border-width: 9px; } .oo-ui-popupWidget-anchored-bottom { margin-bottom: 9px; } .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor { bottom: -9px; } .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:before { top: -10px; left: -9px; border-top-color: #a2a9b1; border-width: 10px; } .oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after { top: -10px; left: -8px; border-top-color: #fff; border-width: 9px; } .oo-ui-popupWidget-anchored-start { margin-left: 9px; } .oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor { left: -9px; } .oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:before { right: -10px; top: -9px; border-right-color: #a2a9b1; border-width: 10px; } .oo-ui-popupWidget-anchored-start .oo-ui-popupWidget-anchor:after { right: -10px; top: -8px; border-right-color: #fff; border-width: 9px; } .oo-ui-popupWidget-anchored-end { margin-right: 9px; } .oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor { right: -9px; } .oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:before { left: -10px; top: -9px; border-left-color: #a2a9b1; border-width: 10px; } .oo-ui-popupWidget-anchored-end .oo-ui-popupWidget-anchor:after { left: -10px; top: -8px; border-left-color: #fff; border-width: 9px; } .oo-ui-popupWidget-transitioning .oo-ui-popupWidget-popup { -webkit-transition: width 100ms, height 100ms, left 100ms; -moz-transition: width 100ms, height 100ms, left 100ms; transition: width 100ms, height 100ms, left 100ms; } .oo-ui-popupWidget-head > .oo-ui-labelElement-label { margin: 0.64285714em 2.64285714em 0.42857143em 0.85714286em; line-height: 1.28571429em; } .oo-ui-popupWidget-head > .oo-ui-buttonWidget { right: 0; } .oo-ui-popupWidget-head > .oo-ui-buttonWidget .oo-ui-icon-close { background-size: 1.14285714em 1.14285714em; } .oo-ui-popupWidget-body { line-height: 1.42857143em; } .oo-ui-popupWidget-body-padded { margin: 0.64285714em 0.85714286em 0.42857143em; } .oo-ui-popupWidget-body-padded > :first-child { margin-top: 0; } .oo-ui-popupWidget-footer { margin: 0.64285714em 0.85714286em 0.42857143em; } .oo-ui-popupButtonWidget { position: relative; } .oo-ui-popupButtonWidget .oo-ui-popupWidget { cursor: auto; } .oo-ui-inputWidget { margin-right: 0.5em; } .oo-ui-inputWidget:last-child { margin-right: 0; } .oo-ui-buttonInputWidget > button, .oo-ui-buttonInputWidget > input { background-color: transparent; margin: 0; border: 0; padding: 0; } .oo-ui-checkboxInputWidget { display: inline-block; z-index: 0; position: relative; line-height: 1.42857143em; white-space: nowrap; } .oo-ui-checkboxInputWidget * { font: inherit; vertical-align: middle; } .oo-ui-checkboxInputWidget [type='checkbox'] { position: relative; max-width: none; width: 1.42857143em; height: 1.42857143em; margin: 0; opacity: 0; z-index: 1; } .oo-ui-checkboxInputWidget [type='checkbox'] + span { background-color: #fff; background-size: 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; width: 1.42857143em; height: 1.42857143em; border-color: #72777d; border-style: solid; border-radius: 2px; border-width: 0; } :root .oo-ui-checkboxInputWidget [type='checkbox'] + span { border-width: 1px; } .oo-ui-checkboxInputWidget [type='checkbox']:checked:not( :indeterminate ) + span { background-size: 1em 1em; } .oo-ui-checkboxInputWidget [type='checkbox']:indeterminate + span:before { content: ' '; position: absolute; top: 0.57142857em; bottom: 0.57142857em; left: 0.21428571em; right: 0.21428571em; background-color: #fff; } .oo-ui-checkboxInputWidget [type='checkbox']:disabled + span { background-color: #c8ccd1; border-color: #c8ccd1; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] { cursor: pointer; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span { cursor: pointer; -webkit-transition: background-color 100ms, border-color 100ms, box-shadow 100ms; -moz-transition: background-color 100ms, border-color 100ms, box-shadow 100ms; transition: background-color 100ms, border-color 100ms, box-shadow 100ms; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span { border-color: #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span { border-color: #36c; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active + span { background-color: #2a4b8d; border-color: #2a4b8d; box-shadow: inset 0 0 0 1px #2a4b8d; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span { background-color: #36c; border-color: #36c; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus + span { background-color: #36c; border-color: #36c; box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:hover + span { background-color: #447ff5; border-color: #447ff5; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active + span, .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:active + span { background-color: #2a4b8d; border-color: #2a4b8d; box-shadow: inset 0 0 0 1px #2a4b8d; } .oo-ui-checkboxMultiselectInputWidget .oo-ui-fieldLayout { margin-top: 0; padding: 0.28571429em 0; } .oo-ui-checkboxMultiselectInputWidget .oo-ui-fieldLayout:first-child { margin-top: -0.28571429em; } .oo-ui-dropdownInputWidget { position: relative; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 50em; } .oo-ui-dropdownInputWidget .oo-ui-dropdownWidget, .oo-ui-dropdownInputWidget.oo-ui-dropdownInputWidget-php select, .oo-ui-dropdownInputWidget.oo-ui-isMobile select { display: block; } .oo-ui-dropdownInputWidget.oo-ui-isMobile .oo-ui-dropdownWidget { display: none; } .oo-ui-dropdownInputWidget select { display: none; background-position: -9999em 0; background-repeat: no-repeat; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { cursor: pointer; } .oo-ui-dropdownInputWidget select { -webkit-appearance: none; -moz-appearance: none; background-color: transparent; background-position: right 0.85714286em center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 2.28571429em; border: 1px solid #a2a9b1; border-radius: 2px; padding-left: 0.85714286em; padding-right: 2.57142857em; font-size: inherit; font-family: inherit; vertical-align: middle; background-position: -9999em 0\9; padding: 0\9; /* Support IE 10: Move it in again and also add `padding`. Because we talk to morons. */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .oo-ui-dropdownInputWidget select { background-position: right 0.85714286em center; padding-left: 0.85714286em; padding-right: 2.57142857em; } } .oo-ui-dropdownInputWidget select::-ms-expand { display: none; } .oo-ui-dropdownInputWidget option { background-color: transparent; font-size: inherit; font-family: inherit; height: 1.5em; padding: 0.42857143em 0.85714286em; } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled { background-color: #f8f9fa; -webkit-transition: background-color 100ms; -moz-transition: background-color 100ms; transition: background-color 100ms; } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled:hover { background-color: #fff; } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select { color: #222; -webkit-transition: border-color 100ms, box-shadow 100ms; -moz-transition: border-color 100ms, box-shadow 100ms; transition: border-color 100ms, box-shadow 100ms; } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:hover { color: #444; border-color: #a2a9b1; } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:active { color: #000; border-color: #72777d; } .oo-ui-dropdownInputWidget.oo-ui-widget-enabled select:focus { border-color: #36c; outline: 0; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-dropdownInputWidget.oo-ui-widget-disabled { background-color: #eaecf0; } .oo-ui-dropdownInputWidget.oo-ui-widget-disabled select { color: #72777d; border-color: #c8ccd1; } .oo-ui-radioInputWidget { display: inline-block; z-index: 0; position: relative; line-height: 1.42857143em; white-space: nowrap; } .oo-ui-radioInputWidget * { font: inherit; vertical-align: middle; } .oo-ui-radioInputWidget [type='radio'] { position: relative; max-width: none; width: 1.42857143em; height: 1.42857143em; margin: 0; opacity: 0; z-index: 1; } .oo-ui-radioInputWidget [type='radio'] + span { background-color: #fff; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 1.42857143em; height: 1.42857143em; border-color: #72777d; border-style: solid; border-radius: 100%; border-width: 0; } :root .oo-ui-radioInputWidget [type='radio'] + span { border-width: 1px; } .oo-ui-radioInputWidget [type='radio'] + span:before { content: ' '; position: absolute; top: -4px; left: -4px; right: -4px; bottom: -4px; border: 1px solid transparent; border-radius: 100%; } .oo-ui-radioInputWidget [type='radio']:checked + span, .oo-ui-radioInputWidget [type='radio']:checked:hover + span, .oo-ui-radioInputWidget [type='radio']:checked:focus:hover + span { border-width: 0.42857143em; } .oo-ui-radioInputWidget [type='radio']:disabled + span { background-color: #c8ccd1; border-color: #c8ccd1; } .oo-ui-radioInputWidget [type='radio']:disabled:checked + span { background-color: #fff; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] { cursor: pointer; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio'] + span { cursor: pointer; -webkit-transition: background-color 100ms, border-color 100ms, border-width 100ms; -moz-transition: background-color 100ms, border-color 100ms, border-width 100ms; transition: background-color 100ms, border-color 100ms, border-width 100ms; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:hover + span { border-color: #36c; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:active + span { background-color: #2a4b8d; border-color: #2a4b8d; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span { border-color: #36c; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:focus + span:before { border-color: #fff; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:hover + span { border-color: #447ff5; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span { border-color: #2a4b8d; box-shadow: inset 0 0 0 1px #2a4b8d; } .oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:active + span:before { border-color: #2a4b8d; } .oo-ui-radioSelectInputWidget .oo-ui-fieldLayout { margin-top: 0; padding: 0.28571429em 0; } .oo-ui-radioSelectInputWidget .oo-ui-fieldLayout:first-child { margin-top: -0.28571429em; } .oo-ui-textInputWidget { position: relative; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; max-width: 50em; } .oo-ui-textInputWidget .oo-ui-inputWidget-input { -webkit-appearance: none; -moz-appearance: textfield; display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-textInputWidget input::-ms-clear { display: none; } .oo-ui-textInputWidget textarea { overflow: auto; } .oo-ui-textInputWidget textarea.oo-ui-textInputWidget-autosized { resize: none; } .oo-ui-textInputWidget [type='number']::-webkit-outer-spin-button, .oo-ui-textInputWidget [type='number']::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .oo-ui-textInputWidget [type='search']::-webkit-search-decoration, .oo-ui-textInputWidget [type='search']::-webkit-search-cancel-button { display: none; } .oo-ui-textInputWidget > .oo-ui-iconElement-icon, .oo-ui-textInputWidget-labelPosition-before > .oo-ui-labelElement-label { left: 0; } .oo-ui-textInputWidget > .oo-ui-indicatorElement-indicator, .oo-ui-textInputWidget-labelPosition-after > .oo-ui-labelElement-label { right: 0; } .oo-ui-textInputWidget > .oo-ui-labelElement-label { position: absolute; top: 0; } .oo-ui-textInputWidget.oo-ui-labelElement > .oo-ui-labelElement-label { display: block; } .oo-ui-textInputWidget-labelPosition-after.oo-ui-labelElement ::-ms-clear { display: none; } .oo-ui-textInputWidget-php > .oo-ui-iconElement-icon, .oo-ui-textInputWidget-php > .oo-ui-indicatorElement-indicator, .oo-ui-textInputWidget-php > .oo-ui-labelElement-label { pointer-events: none; } .oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-iconElement-icon, .oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-indicatorElement-indicator { cursor: text; } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-textInputWidget-type-search > .oo-ui-indicatorElement-indicator { cursor: pointer; } .oo-ui-textInputWidget.oo-ui-widget-disabled > * { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .oo-ui-textInputWidget .oo-ui-inputWidget-input { background-color: #fff; color: #000; margin: 0; border: 1px solid #a2a9b1; border-radius: 2px; padding: 0.42857143em 0.57142857em; font-size: inherit; font-family: inherit; line-height: 1.28571429em; } .oo-ui-textInputWidget input { height: 2.28571429em; } .oo-ui-textInputWidget .oo-ui-pendingElement-pending { background-color: #eaecf0; } .oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-inputWidget-input { padding-left: 2.64285714em; } .oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon { left: 0.57142857em; } .oo-ui-textInputWidget.oo-ui-iconElement textarea + .oo-ui-iconElement-icon { max-height: 2.28571429em; } .oo-ui-textInputWidget > .oo-ui-labelElement-label { color: #72777d; margin-top: 1px; padding: 0.42857143em 0.85714286em 0.42857143em 0.57142857em; line-height: 1.28571429em; } .oo-ui-textInputWidget.oo-ui-indicatorElement .oo-ui-inputWidget-input { padding-right: 2em; } .oo-ui-textInputWidget.oo-ui-indicatorElement.oo-ui-textInputWidget-labelPosition-after > .oo-ui-labelElement-label { padding-right: 0; } .oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator { max-height: 2.28571429em; margin-right: 0.85714286em; } .oo-ui-textInputWidget-labelPosition-after.oo-ui-indicatorElement > .oo-ui-labelElement-label { margin-right: 2.28571429em; } .oo-ui-textInputWidget-labelPosition-before.oo-ui-iconElement > .oo-ui-labelElement-label { padding-left: 2.64285714em; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input { box-shadow: inset 0 0 0 1px transparent; -webkit-transition: border-color 250ms, box-shadow 250ms; -moz-transition: border-color 250ms, box-shadow 250ms; transition: border-color 250ms, box-shadow 250ms; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::-webkit-input-placeholder { color: #72777d; opacity: 1; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:-ms-input-placeholder { color: #72777d; opacity: 1; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::-moz-placeholder { color: #72777d; opacity: 1; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:-moz-placeholder { color: #72777d; opacity: 1; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input::placeholder { color: #72777d; opacity: 1; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus { outline: 0; border-color: #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus ~ .oo-ui-iconElement-icon, .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus ~ .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input[readonly] { background-color: #f8f9fa; } .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input { border-color: #72777d; } .oo-ui-textInputWidget.oo-ui-widget-enabled:hover .oo-ui-inputWidget-input:focus { border-color: #36c; } @media screen and (min-width: 0) { .oo-ui-textInputWidget.oo-ui-widget-enabled textarea.oo-ui-inputWidget-input:focus { outline: 1px solid #36c; outline-offset: -2px; } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid textarea.oo-ui-inputWidget-input:focus { outline-color: #d33; } } .oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-iconElement-icon { opacity: 0.67; } .oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-indicatorElement-indicator { opacity: 0.87; } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input { border-color: #d33; } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input:hover { border-color: #d33; } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input:focus { border-color: #d33; box-shadow: inset 0 0 0 1px #d33; } .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-inputWidget-input { background-color: #eaecf0; -webkit-text-fill-color: #72777d; color: #72777d; text-shadow: 0 1px 1px #fff; border-color: #c8ccd1; } .oo-ui-textInputWidget.oo-ui-widget-disabled > .oo-ui-iconElement-icon, .oo-ui-textInputWidget.oo-ui-widget-disabled > .oo-ui-indicatorElement-indicator { opacity: 0.51; } .oo-ui-textInputWidget.oo-ui-widget-disabled > .oo-ui-labelElement-label { color: #72777d; text-shadow: 0 1px 1px #fff; } .oo-ui-menuSelectWidget { position: absolute; width: 100%; z-index: 4; background-color: #fff; margin-top: -1px; margin-bottom: -1px; border: 1px solid #a2a9b1; border-radius: 0 0 2px 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); } .oo-ui-menuSelectWidget.oo-ui-clippableElement-clippable { min-height: 2.286em; } .oo-ui-menuSelectWidget-invisible { display: none; } .oo-ui-menuOptionWidget { -webkit-transition: background-color 100ms, color 100ms; -moz-transition: background-color 100ms, color 100ms; transition: background-color 100ms, color 100ms; } .oo-ui-menuOptionWidget-checkIcon { display: none; } .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color: #eaecf0; color: #000; } .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { background-color: #eaf3ff; color: #36c; } .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-pressed.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { background-color: rgba(41, 98, 204, 0.1); color: #36c; } .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget { color: #222; } .oo-ui-menuSectionOptionWidget { color: #72777d; padding: 0.42857143em 0.85714286em 0.28571429em; font-weight: bold; } .oo-ui-menuSectionOptionWidget.oo-ui-widget-enabled { cursor: default; } .oo-ui-menuSectionOptionWidget ~ .oo-ui-menuOptionWidget { padding-left: 1.71428571em; } .oo-ui-menuSectionOptionWidget ~ .oo-ui-menuOptionWidget.oo-ui-iconElement { padding-left: 3.5em; } .oo-ui-menuSectionOptionWidget ~ .oo-ui-menuOptionWidget.oo-ui-iconElement .oo-ui-iconElement-icon { left: 1.71428571em; } .oo-ui-dropdownWidget { display: inline-block; position: relative; vertical-align: middle; width: 100%; max-width: 50em; margin-right: 0.5em; } .oo-ui-dropdownWidget-handle { position: relative; width: 100%; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-dropdownWidget-handle .oo-ui-labelElement-label { display: inline-block; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { cursor: pointer; } .oo-ui-dropdownWidget:last-child { margin-right: 0; } .oo-ui-dropdownWidget-handle { min-height: 2.28571429em; border: 1px solid #a2a9b1; border-radius: 2px; padding: 0.42857143em 2.57142857em 0.42857143em 0.85714286em; line-height: 1; } .oo-ui-dropdownWidget-handle .oo-ui-iconElement-icon { left: 0.85714286em; } .oo-ui-dropdownWidget-handle .oo-ui-indicatorElement-indicator { right: 0.78571429em; } .oo-ui-dropdownWidget-handle .oo-ui-labelElement-label { line-height: 1.28571429em; } .oo-ui-dropdownWidget.oo-ui-iconElement .oo-ui-dropdownWidget-handle { padding-left: 2.64285714em; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle { background-color: #f8f9fa; color: #222; -webkit-transition: background-color 100ms, border-color 100ms, box-shadow 100ms; -moz-transition: background-color 100ms, border-color 100ms, box-shadow 100ms; transition: background-color 100ms, border-color 100ms, box-shadow 100ms; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover { background-color: #fff; color: #444; border-color: #a2a9b1; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover .oo-ui-iconElement-icon, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover .oo-ui-indicatorElement-indicator { opacity: 0.73; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active { color: #000; border-color: #72777d; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus { border-color: #36c; outline: 0; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle .oo-ui-iconElement-icon, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle .oo-ui-indicatorElement-indicator { opacity: 0.87; -webkit-transition: opacity 100ms; -moz-transition: opacity 100ms; transition: opacity 100ms; } .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle { background-color: #fff; } .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle .oo-ui-iconElement-icon, .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle { color: #72777d; text-shadow: 0 1px 1px #fff; border-color: #c8ccd1; background-color: #eaecf0; } .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle:focus { outline: 0; } .oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle .oo-ui-indicatorElement-indicator { opacity: 0.15; } .oo-ui-comboBoxInputWidget { display: inline-block; position: relative; } .oo-ui-comboBoxInputWidget-field { display: table; width: 100%; table-layout: fixed; } .oo-ui-comboBoxInputWidget .oo-ui-inputWidget-input { display: table-cell; vertical-align: middle; position: relative; overflow: hidden; } .oo-ui-comboBoxInputWidget-dropdownButton { display: table-cell; } .oo-ui-comboBoxInputWidget-dropdownButton > .oo-ui-buttonElement-button { display: block; overflow: hidden; } .oo-ui-comboBoxInputWidget.oo-ui-comboBoxInputWidget-empty .oo-ui-comboBoxInputWidget-dropdownButton { display: none; } .oo-ui-comboBoxInputWidget-php ::-webkit-calendar-picker-indicator { opacity: 0; position: absolute; right: 0; top: 0; width: 2.5em; height: 2.5em; padding: 0; } .oo-ui-comboBoxInputWidget-php > .oo-ui-indicatorWidget { display: block; position: absolute; top: 0; height: 100%; pointer-events: none; } .oo-ui-comboBoxInputWidget .oo-ui-inputWidget-input { height: 2.28571429em; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-width: 0; } .oo-ui-comboBoxInputWidget.oo-ui-comboBoxInputWidget-empty .oo-ui-inputWidget-input, .oo-ui-comboBoxInputWidget-php .oo-ui-inputWidget-input { border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-right-width: 1px; } .oo-ui-comboBoxInputWidget-dropdownButton.oo-ui-indicatorElement { width: 2.64285714em; } .oo-ui-comboBoxInputWidget-dropdownButton.oo-ui-indicatorElement .oo-ui-buttonElement-button { min-width: 37px; min-height: 2.28571429em; padding-left: 0; } .oo-ui-comboBoxInputWidget-dropdownButton.oo-ui-indicatorElement .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator { right: 0.85714286em; } .oo-ui-comboBoxInputWidget-dropdownButton.oo-ui-indicatorElement .oo-ui-buttonElement-button, .oo-ui-comboBoxInputWidget-dropdownButton.oo-ui-indicatorElement .oo-ui-buttonElement-button:focus { border-top-left-radius: 0; border-bottom-left-radius: 0; } .oo-ui-comboBoxInputWidget-php .oo-ui-indicatorWidget { right: 0.85714286em; margin: 0; } .oo-ui-comboBoxInputWidget-open .oo-ui-comboBoxInputWidget-dropdownButton > .oo-ui-buttonElement-button { background-color: #fff; } .oo-ui-comboBoxInputWidget-open .oo-ui-comboBoxInputWidget-dropdownButton > .oo-ui-buttonElement-button .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-comboBoxInputWidget.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-multioptionWidget { position: relative; display: block; } .oo-ui-multioptionWidget.oo-ui-widget-enabled { cursor: pointer; } .oo-ui-multioptionWidget.oo-ui-widget-disabled { cursor: default; } .oo-ui-multioptionWidget.oo-ui-labelElement .oo-ui-labelElement-label { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .oo-ui-multioptionWidget.oo-ui-widget-disabled { color: #72777d; } .oo-ui-checkboxMultioptionWidget { display: table; padding: 0.28571429em 0; } .oo-ui-checkboxMultioptionWidget .oo-ui-checkboxInputWidget, .oo-ui-checkboxMultioptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { display: table-cell; vertical-align: top; } .oo-ui-checkboxMultioptionWidget .oo-ui-checkboxInputWidget { width: 1px; } .oo-ui-checkboxMultioptionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { white-space: normal; } .oo-ui-checkboxMultioptionWidget:first-child { margin-top: -0.28571429em; } .oo-ui-checkboxMultioptionWidget.oo-ui-labelElement .oo-ui-labelElement-label { padding-left: 0.42857143em; } .oo-ui-checkboxMultioptionWidget .oo-ui-checkboxInputWidget { margin-right: 0; } .oo-ui-progressBarWidget { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 50em; background-color: #fff; border: 1px solid #a2a9b1; border-radius: 2px; overflow: hidden; } .oo-ui-progressBarWidget-bar { height: 1em; -webkit-transition: width 100ms; -moz-transition: width 100ms; transition: width 100ms; } .oo-ui-progressBarWidget-indeterminate .oo-ui-progressBarWidget-bar { -webkit-animation: oo-ui-progressBarWidget-slide 2s infinite linear; -moz-animation: oo-ui-progressBarWidget-slide 2s infinite linear; animation: oo-ui-progressBarWidget-slide 2s infinite linear; width: 40%; -webkit-transform: translate(-25%); -moz-transform: translate(-25%); -ms-transform: translate(-25%); transform: translate(-25%); } .oo-ui-progressBarWidget.oo-ui-widget-enabled .oo-ui-progressBarWidget-bar { background-color: #36c; } .oo-ui-progressBarWidget.oo-ui-widget-disabled .oo-ui-progressBarWidget-bar { background-color: #c8ccd1; } @-webkit-keyframes oo-ui-progressBarWidget-slide { from { -webkit-transform: translate(-100%); -moz-transform: translate(-100%); -ms-transform: translate(-100%); transform: translate(-100%); } to { -webkit-transform: translate(350%); -moz-transform: translate(350%); -ms-transform: translate(350%); transform: translate(350%); } } @-moz-keyframes oo-ui-progressBarWidget-slide { from { -webkit-transform: translate(-100%); -moz-transform: translate(-100%); -ms-transform: translate(-100%); transform: translate(-100%); } to { -webkit-transform: translate(350%); -moz-transform: translate(350%); -ms-transform: translate(350%); transform: translate(350%); } } @keyframes oo-ui-progressBarWidget-slide { from { -webkit-transform: translate(-100%); -moz-transform: translate(-100%); -ms-transform: translate(-100%); transform: translate(-100%); } to { -webkit-transform: translate(350%); -moz-transform: translate(350%); -ms-transform: translate(350%); transform: translate(350%); } } .oo-ui-numberInputWidget { display: inline-block; position: relative; max-width: 50em; } .oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget, .oo-ui-numberInputWidget-buttoned .oo-ui-inputWidget-input { display: table-cell; height: 100%; } .oo-ui-numberInputWidget-field { display: table; table-layout: fixed; width: 100%; } .oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget, .oo-ui-numberInputWidget-buttoned .oo-ui-inputWidget-input { height: 2.28571429em; } .oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget { width: 2.64285714em; } .oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget .oo-ui-buttonElement-button { display: block; min-width: 37px; min-height: 2.28571429em; padding-left: 0; padding-right: 0; } .oo-ui-numberInputWidget-buttoned .oo-ui-buttonWidget .oo-ui-buttonElement-button .oo-ui-iconElement-icon { left: 0.57142857em; } .oo-ui-numberInputWidget-buttoned .oo-ui-inputWidget-input { border-radius: 0; max-height: 2.28571429em; } .oo-ui-numberInputWidget-minusButton > .oo-ui-buttonElement-button { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-width: 0; } .oo-ui-numberInputWidget-plusButton > .oo-ui-buttonElement-button { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-width: 0; } .oo-ui-numberInputWidget.oo-ui-widget-disabled.oo-ui-numberInputWidget-buttoned .oo-ui-iconElement-icon { opacity: 1; } .oo-ui-selectFileInputWidget { width: 100%; max-width: 50em; } .oo-ui-selectFileInputWidget-selectButton > .oo-ui-buttonElement-button { position: relative; overflow: hidden; } .oo-ui-selectFileInputWidget-selectButton > .oo-ui-buttonElement-button > [type='file'] { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; cursor: pointer; padding-top: 100px; } .oo-ui-selectFileInputWidget-selectButton.oo-ui-widget-disabled > .oo-ui-buttonElement-button > [type='file'] { display: none; } .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input { pointer-events: none; } .oo-ui-selectFileInputWidget-label { position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-overflow: ellipsis; } .oo-ui-selectFileInputWidget-clearButton { position: absolute; z-index: 2; } .oo-ui-selectFileInputWidget-empty .oo-ui-selectFileInputWidget-clearButton { display: none; } .oo-ui-selectFileInputWidget-empty.oo-ui-widget-enabled .oo-ui-selectFileInputWidget-label { cursor: default; } .oo-ui-selectFileInputWidget-label { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; right: 2.85714286em; padding-top: 0.42857143em; padding-left: 0.57142857em; padding-bottom: 0.42857143em; white-space: nowrap; } .oo-ui-selectFileInputWidget.oo-ui-labelElement .oo-ui-selectFileInputWidget-label { line-height: 1.28571429em; } .oo-ui-defaultOverlay { position: absolute; top: 0; /* @noflip */ left: 0; } /*! * OOUI v0.33.4 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2019 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2019-07-23T03:23:40Z */ .oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget { cursor: move; cursor: url(images/grab.cur ); cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } .oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ):active { cursor: url(images/grabbing.cur ); cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; } .oo-ui-draggableElement-handle.oo-ui-widget-disabled, .oo-ui-widget-disabled .oo-ui-draggableElement-handle { cursor: default; } .oo-ui-draggableElement-placeholder { opacity: 0.2; } .oo-ui-draggableGroupElement-horizontal .oo-ui-draggableElement { display: inline-block; } .oo-ui-bookletLayout-stackLayout.oo-ui-stackLayout-continuous > .oo-ui-panelLayout-scrollable { overflow: hidden; } .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-bookletLayout-outlinePanel-editable > .oo-ui-outlineSelectWidget { height: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 2.5em; overflow: auto; -webkit-overflow-scrolling: touch; } .oo-ui-bookletLayout-outlinePanel > .oo-ui-outlineControlsWidget { position: absolute; bottom: 0; left: 0; right: 0; height: 2.5em; } .oo-ui-bookletLayout-stackLayout > .oo-ui-panelLayout { padding: 1.42857143em; } .oo-ui-bookletLayout-outlinePanel > .oo-ui-outlineControlsWidget { border-top: 1px solid #c8ccd1; } .oo-ui-bookletLayout > .oo-ui-menuLayout-menu { border-right: 1px solid #c8ccd1; } .oo-ui-indexLayout { /* Use two classes to ensure increased specificity over menuLayout */ } .oo-ui-indexLayout.oo-ui-menuLayout > .oo-ui-menuLayout-menu { height: auto; } .oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu { height: 3em; white-space: nowrap; } .oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-content { top: 3em; } .oo-ui-indexLayout-stackLayout > .oo-ui-panelLayout { padding: 1.42857143em; } .oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu { height: 2.64285714em; } .oo-ui-indexLayout.oo-ui-menuLayout.oo-ui-menuLayout-expanded > .oo-ui-menuLayout-content { top: 2.64285714em; } .oo-ui-menuLayout { top: 0; left: 0; right: 0; bottom: 0; } .oo-ui-menuLayout-expanded, .oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu, .oo-ui-menuLayout-expanded > .oo-ui-menuLayout-content { position: absolute; } .oo-ui-menuLayout-expanded > .oo-ui-menuLayout-menu { z-index: 1; } .oo-ui-menuLayout-static.oo-ui-menuLayout-after, .oo-ui-menuLayout-static.oo-ui-menuLayout-before { display: table; width: 100%; } .oo-ui-menuLayout-static.oo-ui-menuLayout-after > .oo-ui-menuLayout-menu, .oo-ui-menuLayout-static.oo-ui-menuLayout-before > .oo-ui-menuLayout-menu, .oo-ui-menuLayout-static.oo-ui-menuLayout-after > .oo-ui-menuLayout-content, .oo-ui-menuLayout-static.oo-ui-menuLayout-before > .oo-ui-menuLayout-content { display: table-cell; vertical-align: top; } .oo-ui-menuLayout > .oo-ui-menuLayout-menu, .oo-ui-menuLayout > .oo-ui-menuLayout-content { -webkit-transition: height ease-out 250ms, width ease-out 250ms, top ease-out 250ms, left ease-out 250ms, right ease-out 250ms, bottom ease-out 250ms; -moz-transition: height ease-out 250ms, width ease-out 250ms, top ease-out 250ms, left ease-out 250ms, right ease-out 250ms, bottom ease-out 250ms; transition: height ease-out 250ms, width ease-out 250ms, top ease-out 250ms, left ease-out 250ms, right ease-out 250ms, bottom ease-out 250ms; } .oo-ui-menuLayout > .oo-ui-menuLayout-menu { height: 14.28571429em; width: 14.28571429em; } .oo-ui-menuLayout > .oo-ui-menuLayout-content { top: 14.28571429em; left: 14.28571429em; right: 14.28571429em; bottom: 14.28571429em; } .oo-ui-menuLayout.oo-ui-menuLayout-hideMenu > .oo-ui-menuLayout-menu { width: 0 !important; height: 0 !important; overflow: hidden; } .oo-ui-menuLayout.oo-ui-menuLayout-hideMenu > .oo-ui-menuLayout-content { top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu { width: auto !important; left: 0; top: 0; right: 0; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-content { right: 0 !important; bottom: 0 !important; left: 0 !important; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-after > .oo-ui-menuLayout-menu { height: auto !important; top: 0; right: 0; bottom: 0; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-after > .oo-ui-menuLayout-content { bottom: 0 !important; left: 0 !important; top: 0 !important; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-bottom > .oo-ui-menuLayout-menu { width: auto !important; right: 0; bottom: 0; left: 0; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-bottom > .oo-ui-menuLayout-content { left: 0 !important; top: 0 !important; right: 0 !important; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-menu { height: auto !important; bottom: 0; left: 0; top: 0; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-before > .oo-ui-menuLayout-content { top: 0 !important; right: 0 !important; bottom: 0 !important; } .oo-ui-stackLayout-continuous > .oo-ui-panelLayout { display: block; position: relative; } .oo-ui-buttonSelectWidget { display: inline-block; border-radius: 2px; margin-right: 0.5em; z-index: 0; position: relative; padding-bottom: 1px; } .oo-ui-buttonSelectWidget:last-child { margin-right: 0; } .oo-ui-buttonSelectWidget:focus { outline: 0; } .oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget .oo-ui-buttonElement-button { margin-right: -1px; margin-bottom: -1px; border-radius: 0; } .oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget:first-child .oo-ui-buttonElement-button { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget:last-child .oo-ui-buttonElement-button { margin-right: 0; border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget.oo-ui-widget-disabled + .oo-ui-widget-disabled > .oo-ui-buttonElement-button { border-left-color: #fff; } .oo-ui-buttonSelectWidget.oo-ui-widget-enabled:focus .oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected .oo-ui-buttonElement-button { border-color: #36c; box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; } .oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover, .oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active { z-index: 1; } .oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { z-index: 3; } .oo-ui-buttonSelectWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button { z-index: -1; } .oo-ui-buttonOptionWidget { display: inline-block; } .oo-ui-buttonOptionWidget.oo-ui-buttonElement-active .oo-ui-buttonElement-button { cursor: default; } .oo-ui-toggleButtonWidget { margin-right: 0.5em; } .oo-ui-toggleButtonWidget:last-child { margin-right: 0; } .oo-ui-toggleSwitchWidget { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transform: translateZ(0); transform: translateZ(0); background-color: #f8f9fa; width: 3.5em; min-height: 26px; height: 2em; border: 1px solid #72777d; border-radius: 1em; margin-right: 0.5em; -webkit-transition: background-color 250ms, border-color 250ms; -moz-transition: background-color 250ms, border-color 250ms; transition: background-color 250ms, border-color 250ms; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled { cursor: pointer; } .oo-ui-toggleSwitchWidget-grip { position: absolute; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-toggleSwitchWidget:last-child { margin-right: 0; } .oo-ui-toggleSwitchWidget:before { content: ''; display: block; position: absolute; top: 1px; left: 1px; bottom: 1px; right: 1px; border: 1px solid transparent; border-radius: 1em; z-index: 1; -webkit-transition: border-color 250ms; -moz-transition: border-color 250ms; transition: border-color 250ms; } .oo-ui-toggleSwitchWidget-grip { top: 0.35714286em; min-width: 16px; width: 1.14285714em; min-height: 16px; height: 1.14285714em; border-radius: 1.14285714em; -webkit-transition: background-color 250ms, left 100ms, margin-left 100ms; -moz-transition: background-color 250ms, left 100ms, margin-left 100ms; transition: background-color 250ms, left 100ms, margin-left 100ms; } .oo-ui-toggleSwitchWidget-glow { display: none; } .oo-ui-toggleSwitchWidget.oo-ui-toggleWidget-off .oo-ui-toggleSwitchWidget-grip { left: 0.35714286em; margin-left: 0; } .oo-ui-toggleSwitchWidget.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { left: 1.9em; margin-left: -2px; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip { background-color: #f8f9fa; border: 1px solid #72777d; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover { background-color: #fff; border-color: #447ff5; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover .oo-ui-toggleSwitchWidget-grip { background-color: #fff; border-color: #447ff5; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus { background-color: #2a4b8d; border-color: #2a4b8d; box-shadow: inset 0 0 0 1px #2a4b8d; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active .oo-ui-toggleSwitchWidget-grip, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:hover .oo-ui-toggleSwitchWidget-grip, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:active:focus .oo-ui-toggleSwitchWidget-grip { background-color: #fff; border-color: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus { border-color: #36c; box-shadow: inset 0 0 0 1px #36c; outline: 0; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:focus .oo-ui-toggleSwitchWidget-grip { border-color: #36c; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on { background-color: #36c; border-color: #36c; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { background-color: #fff; border-color: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:hover { background-color: #447ff5; border-color: #447ff5; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active, .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:active:hover { background-color: #2a4b8d; border-color: #2a4b8d; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus { border-color: #36c; } .oo-ui-toggleSwitchWidget.oo-ui-widget-enabled.oo-ui-toggleWidget-on:focus:before { border-color: #fff; } .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled { background-color: #c8ccd1; border-color: #c8ccd1; outline: 0; } .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled.oo-ui-toggleWidget-off .oo-ui-toggleSwitchWidget-grip { border: 1px solid #fff; box-shadow: inset 0 0 0 1px #fff; } .oo-ui-toggleSwitchWidget.oo-ui-widget-disabled.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip { background-color: #fff; } .oo-ui-selectFileWidget-dropTarget { position: relative; cursor: default; height: 8.815em; } .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-dropLabel, .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-selectButton { display: none; } .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-thumbnail { width: 7.815em; position: absolute; top: 0.5em; bottom: 0.5em; left: 0.5em; background-position: center center; background-repeat: no-repeat; background-size: contain; } .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-thumbnail > .oo-ui-selectFileWidget-noThumbnail-icon { opacity: 0.4; height: 7.815em; width: 7.815em; } .oo-ui-selectFileWidget-dropTarget .oo-ui-pendingElement-pending { background-repeat: repeat; } .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-info { display: block; height: 100%; width: auto; margin-left: 8.815em; margin-right: 0; } .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input { border: 0; box-shadow: none; background: transparent; } .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-label { display: block; position: relative; top: inherit; } .oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-fileName { display: block; } .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget { text-align: center; } .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileWidget-thumbnail, .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-info { display: none; } .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-selectFileWidget-dropTarget .oo-ui-selectFileInputWidget-selectButton { display: block; margin: 2.2em 1em 1em; } .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-enabled .oo-ui-selectFileWidget-dropLabel { display: block; } .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget, .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget .oo-ui-buttonElement-button { cursor: no-drop; } .oo-ui-selectFileWidget-dropTarget { background-color: #fff; border: 1px solid #a2a9b1; border-radius: 2px; vertical-align: middle; overflow: hidden; } .oo-ui-selectFileWidget-dropTarget.oo-ui-selectFileInputWidget-empty { border-style: dashed; } .oo-ui-selectFileWidget-dropTarget .oo-ui-pendingElement-pending { background-size: 1.42857143em 1.42857143em; } .oo-ui-selectFileWidget-buttonOnly { width: auto; max-width: none; } .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget { background-color: #fff; -webkit-transition: background-color 250ms, color 250ms, border-color 250ms; -moz-transition: background-color 250ms, color 250ms, border-color 250ms; transition: background-color 250ms, color 250ms, border-color 250ms; } .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover { border-color: #72777d; } .oo-ui-selectFileWidget.oo-ui-widget-enabled .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input { -webkit-transition: background-color 250ms, color 250ms; -moz-transition: background-color 250ms, color 250ms; transition: background-color 250ms, color 250ms; } .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-canDrop.oo-ui-selectFileWidget-dropTarget, .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-canDrop .oo-ui-selectFileInputWidget-info > .oo-ui-inputWidget-input { background-color: #eaf3ff; color: #36c; } .oo-ui-selectFileWidget.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget, .oo-ui-selectFileWidget.oo-ui-selectFileInputWidget-empty.oo-ui-widget-disabled.oo-ui-selectFileWidget-dropTarget { background-color: #eaecf0; border-color: #c8ccd1; } .oo-ui-outlineSelectWidget { height: 100%; } .oo-ui-outlineSelectWidget:focus { box-shadow: inset 0 0 0 2px #36c; } .oo-ui-outlineOptionWidget { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0.85714286em 0.85714286em; -webkit-transition: background-color 100ms, color 100ms; -moz-transition: background-color 100ms, color 100ms; transition: background-color 100ms, color 100ms; } .oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted { background-color: #eaecf0; color: #000; } .oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected { background-color: #eaf3ff; color: #36c; } .oo-ui-outlineOptionWidget.oo-ui-optionWidget-pressed { background-color: rgba(41, 98, 204, 0.1); color: #36c; } .oo-ui-outlineOptionWidget.oo-ui-indicatorElement .oo-ui-labelElement-label { padding-right: 1.5em; } .oo-ui-outlineOptionWidget.oo-ui-indicatorElement .oo-ui-indicatorElement-indicator { opacity: 0.5; } .oo-ui-outlineOptionWidget-level-1 { padding-left: 2.571em; } .oo-ui-outlineOptionWidget-level-1.oo-ui-iconElement { padding-left: 4.429em; } .oo-ui-outlineOptionWidget-level-1.oo-ui-iconElement .oo-ui-iconElement-icon { left: 2.571em; } .oo-ui-outlineOptionWidget-level-2 { padding-left: 5.142em; } .oo-ui-outlineOptionWidget-level-2.oo-ui-iconElement { padding-left: 6.857em; } .oo-ui-outlineOptionWidget-level-2.oo-ui-iconElement .oo-ui-iconElement-icon { left: 4.429em; } .oo-ui-outlineControlsWidget { background-color: #fff; } .oo-ui-outlineControlsWidget-items, .oo-ui-outlineControlsWidget-movers { float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-outlineControlsWidget-items { float: left; } .oo-ui-outlineControlsWidget-items .oo-ui-buttonWidget { float: left; } .oo-ui-outlineControlsWidget-movers { float: right; } .oo-ui-outlineControlsWidget-movers .oo-ui-buttonWidget { float: right; } .oo-ui-outlineControlsWidget-items > .oo-ui-buttonWidget, .oo-ui-outlineControlsWidget-movers > .oo-ui-buttonWidget { height: 2.28571429em; width: 2.28571429em; margin: 0 !important; /* stylelint-disable-line declaration-no-important */ } .oo-ui-tabSelectWidget { text-align: left; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: auto; } .oo-ui-tabSelectWidget-mobile { white-space: nowrap; } .oo-ui-tabSelectWidget-framed { background-color: #eaecf0; } .oo-ui-tabSelectWidget-frameless { box-shadow: inset 0 -1px 0 0 #a2a9b1; } .oo-ui-tabSelectWidget-mobile:after { content: ''; position: absolute; bottom: 0; right: 0; width: 1.28571429em; height: 2.28571429em; pointer-events: none; } .oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed:after { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(234, 236, 240, 0)), color-stop(100%, #eaecf0)); background-image: -webkit-linear-gradient(left, rgba(234, 236, 240, 0) 0, #eaecf0 100%); background-image: -moz-linear-gradient(left, rgba(234, 236, 240, 0) 0, #eaecf0 100%); background-image: linear-gradient(to right, rgba(234, 236, 240, 0) 0, #eaecf0 100%); } .oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless:after { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff)); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%); background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%); background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%); bottom: 0.14285714em; } .oo-ui-tabSelectWidget.oo-ui-widget-enabled:focus { outline: 0; } .oo-ui-tabOptionWidget { display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: bottom; color: #444; margin: 0.42857143em 0 0 0.42857143em; padding: 0 0.57142857em; border-color: transparent; border-style: solid; font-weight: bold; line-height: 1; -webkit-transition: background-color 100ms, color 100ms, border-color 100ms; -moz-transition: background-color 100ms, color 100ms, border-color 100ms; transition: background-color 100ms, color 100ms, border-color 100ms; } .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { cursor: default; } .oo-ui-tabOptionWidget .oo-ui-labelElement-label { padding: 0.42857143em 0.35714286em; line-height: 1.28571429em; } .oo-ui-tabSelectWidget-mobile .oo-ui-tabOptionWidget:last-child { margin-right: 1.28571429em; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget { border-width: 1px 1px 0 1px; border-top-left-radius: 2px; border-top-right-radius: 2px; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label { border-bottom: 2px solid transparent; padding: 0.42857143em 0.35714286em 0.28571429em; -webkit-transition: border-color 100ms; -moz-transition: border-color 100ms; transition: border-color 100ms; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { background-color: #fff; color: #000; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { border-bottom-color: #fff; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover { background-color: rgba(255, 255, 255, 0.3); color: #222; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active { background-color: rgba(255, 255, 255, 0.8); color: #000; } .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover { background-color: #fff; } .oo-ui-tabSelectWidget-framed.oo-ui-widget-enabled:focus .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { border-bottom-color: #36c; } .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget { margin: 0.42857143em 0.42857143em -1px 0; border-width: 1px 0; box-shadow: inset 0 0 0 0 #36c; -webkit-transition: color 100ms, box-shadow 100ms; -moz-transition: color 100ms, box-shadow 100ms; transition: color 100ms, box-shadow 100ms; } .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { color: #36c; box-shadow: inset 0 -2px 0 0 #36c; } .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover { color: #447ff5; box-shadow: inset 0 -2px 0 0 #447ff5; } .oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active { color: #2a4b8d; box-shadow: inset 0 -2px 0 0 #2a4b8d; } .oo-ui-tabSelectWidget-frameless.oo-ui-widget-enabled:focus .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { border-radius: 2px; box-shadow: inset 0 0 0 2px #36c; } .oo-ui-tagMultiselectWidget { display: inline-block; position: relative; width: 100%; max-width: 50em; vertical-align: top; } .oo-ui-tagMultiselectWidget-handle { width: 100%; display: block; position: relative; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-iconElement-icon, .oo-ui-tagMultiselectWidget-handle > .oo-ui-indicatorElement-indicator { position: absolute; top: 0; height: 100%; } .oo-ui-tagMultiselectWidget-content { position: relative; } .oo-ui-tagMultiselectWidget-group { display: inline; } .oo-ui-tagMultiselectWidget-outlined { width: 100%; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined .oo-ui-tagMultiselectWidget-handle { cursor: text; } .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-content > input { display: none; } .oo-ui-tagMultiselectWidget-focusTrap { display: inline-block; height: 1px; width: 1px; } .oo-ui-tagMultiselectWidget-focusTrap:focus { outline: 0; } .oo-ui-tagMultiselectWidget-handle { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; min-height: 2.28571429em; margin-right: 0.5em; border: 1px solid #a2a9b1; border-radius: 2px; padding: 0 0.57142857em; line-height: 1; } .oo-ui-tagMultiselectWidget-handle:last-child { margin-right: 0; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input { background-color: transparent; color: #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 2.14285714em; border: 0; padding: 0.42857143em 0 0.42857143em 0.57142857em; font-family: inherit; font-size: inherit; line-height: 1.28571429em; vertical-align: top; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input::-webkit-input-placeholder { color: #72777d; opacity: 1; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input:-ms-input-placeholder { color: #72777d; opacity: 1; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input::-moz-placeholder { color: #72777d; opacity: 1; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input:-moz-placeholder { color: #72777d; opacity: 1; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input::placeholder { color: #72777d; opacity: 1; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input:focus { outline: 0; } .oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content .oo-ui-tagMultiselectWidget-group:empty + input { margin-left: 0; } .oo-ui-tagMultiselectWidget-handle .oo-ui-tagMultiselectWidget-group { display: inline-block; max-width: 100%; margin-top: 0.28571429em; margin-left: -0.14285714em; } .oo-ui-tagMultiselectWidget.oo-ui-iconElement .oo-ui-tagMultiselectWidget-handle { padding-left: 2.02857143em; } .oo-ui-tagMultiselectWidget.oo-ui-iconElement .oo-ui-tagMultiselectWidget-handle > .oo-ui-iconElement-icon { left: 0; margin: 0 0.3em; } .oo-ui-tagMultiselectWidget.oo-ui-indicatorElement .oo-ui-tagMultiselectWidget-handle { padding-right: 2.40714286em; } .oo-ui-tagMultiselectWidget.oo-ui-indicatorElement .oo-ui-tagMultiselectWidget-handle > .oo-ui-indicatorElement-indicator { right: 0; margin: 0 0.775em; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { background-color: #fff; -webkit-transition: border-color 250ms, box-shadow 250ms; -moz-transition: border-color 250ms, box-shadow 250ms; transition: border-color 250ms, box-shadow 250ms; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined:hover .oo-ui-tagMultiselectWidget-handle { border-color: #72777d; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-tagMultiselectWidget-focus .oo-ui-tagMultiselectWidget-handle { border-color: #36c; outline: 0; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-flaggedElement-invalid .oo-ui-tagMultiselectWidget-handle, .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined.oo-ui-flaggedElement-invalid:hover .oo-ui-tagMultiselectWidget-handle { border-color: #d33; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle { background-color: #f8f9fa; border-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled { background-color: #fff; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input { border-top-left-radius: 0; border-top-right-radius: 0; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input { border-color: #d33; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input { color: #d33; } .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle { color: #72777d; text-shadow: 0 1px 1px #fff; border-color: #c8ccd1; background-color: #eaecf0; } .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle > .oo-ui-iconElement-icon { opacity: 0.51; } .oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle > .oo-ui-indicatorElement-indicator { opacity: 0.15; } .oo-ui-tagItemWidget { position: relative; display: inline-block; cursor: default; white-space: nowrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: auto; max-width: 100%; height: 1.57142857em; margin: 0 0.28571429em 0.28571429em 0; border: 1px solid #a2a9b1; border-radius: 1.57142857em; padding: 0 0.57142857em; line-height: 1.42857143em; vertical-align: middle; } .oo-ui-tagItemWidget.oo-ui-labelElement .oo-ui-labelElement-label { display: inline-block; max-width: 100%; text-overflow: ellipsis; overflow: hidden; } .oo-ui-tagItemWidget.oo-ui-labelElement:not( .oo-ui-tagItemWidget-fixed ) .oo-ui-labelElement-label { cursor: text; } .oo-ui-tagItemWidget.oo-ui-labelElement .oo-ui-labelElement-label { font-size: 0.92857143em; line-height: 1.61538462em; } .oo-ui-tagItemWidget.oo-ui-widget-enabled { color: #222; -webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; -moz-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms; } .oo-ui-tagItemWidget.oo-ui-widget-enabled:hover { background-color: #fff; color: #444; border-color: #a2a9b1; } .oo-ui-tagItemWidget.oo-ui-widget-enabled:focus { border-color: #36c; box-shadow: inset 0 0 0 1px #36c; outline: 0; } .oo-ui-tagItemWidget.oo-ui-widget-enabled:not( .oo-ui-tagItemWidget-fixed ) { background-color: #f8f9fa; padding-right: 1.64285714em; } .oo-ui-tagItemWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid { border-color: #d33; } .oo-ui-tagItemWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid:hover { border-color: #d33; } .oo-ui-tagItemWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid:focus { border-color: #d33; box-shadow: inset 0 0 0 1px #d33; } .oo-ui-tagItemWidget.oo-ui-widget-enabled > .oo-ui-buttonElement { display: block; position: absolute; top: 0; right: 0; } .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button { border: 0; border-radius: 1.57142857em; padding-top: 1.42857143em; padding-left: 1.42857143em; -webkit-transition: background-color 100ms; -moz-transition: background-color 100ms; transition: background-color 100ms; } .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover { background-color: #fff; } .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:active { background-color: #c8ccd1; } .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-icon-close { left: 0.21428571em; min-width: 14px; width: 1em; } .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-labelElement-label, .oo-ui-tagItemWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button .oo-ui-indicatorElement-indicator { display: none; } .oo-ui-tagItemWidget.oo-ui-widget-disabled { background-color: #eaecf0; color: #72777d; border-color: #c8ccd1; text-shadow: 0 1px 1px #fff; } .oo-ui-tagItemWidget.oo-ui-widget-disabled:focus { outline: 0; } .oo-ui-tagItemWidget.oo-ui-widget-disabled > .oo-ui-buttonElement { display: none; } .oo-ui-searchWidget-query { position: absolute; top: 0; left: 0; right: 0; } .oo-ui-searchWidget-query .oo-ui-textInputWidget { width: 100%; } .oo-ui-searchWidget-results { position: absolute; bottom: 0; left: 0; right: 0; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .oo-ui-searchWidget-query { height: 4em; padding: 0 1.42857143em; border-bottom: 1px solid #c8ccd1; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); } .oo-ui-searchWidget-query .oo-ui-textInputWidget { margin: 0.85714286em 0; } .oo-ui-searchWidget-results { top: 4em; padding: 1.14285714em; line-height: 0; } /*! * OOUI v0.33.4 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2019 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2019-07-23T03:23:40Z */ .oo-ui-tool { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-tool > .oo-ui-tool-link > .oo-ui-tool-checkIcon { display: none; } .oo-ui-tool .oo-ui-tool-link { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 3em; padding-left: 3em; } .oo-ui-toolbar-narrow .oo-ui-tool .oo-ui-tool-link { padding-left: 2.85714286em; } .oo-ui-tool.oo-ui-tool-with-label .oo-ui-tool-link { padding: 0.85714286em 0.85714286em 0.85714286em 0.85714286em; } .oo-ui-tool.oo-ui-tool-with-icon.oo-ui-tool-with-label .oo-ui-tool-link { padding: 0.85714286em 0.85714286em 0.85714286em 2.64285714em; } .oo-ui-tool .oo-ui-iconElement-icon { display: block; left: 0.78571429em; } .oo-ui-toolbar-narrow .oo-ui-tool .oo-ui-iconElement-icon { left: 0.71428571em; } .oo-ui-tool .oo-ui-tool-title { line-height: 1.28571429em; } .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link { -webkit-transition: background-color 100ms; -moz-transition: background-color 100ms; transition: background-color 100ms; } .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus { outline: 1px solid #36c; box-shadow: inset 0 0 0 1px #36c; z-index: 1; } .oo-ui-tool.oo-ui-widget-enabled .oo-ui-iconElement-icon { opacity: 0.87; -webkit-transition: opacity 100ms; -moz-transition: opacity 100ms; transition: opacity 100ms; -webkit-transform: translateZ(0); transform: translateZ(0); } .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-title { -webkit-transition: color 100ms; -moz-transition: color 100ms; transition: color 100ms; } .oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-iconElement-icon { opacity: 1; } .oo-ui-tool.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] .oo-ui-iconElement-icon { opacity: 1; } .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link { color: inherit; } .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover { background-color: #eaecf0; } .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active:focus, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link { background-color: #eff3fa; color: #36c; box-shadow: none; } .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:focus { outline: 1px solid #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link { color: #36c; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover { background-color: #eaecf0; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active:focus, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-tool-link { background-color: #eff3fa; color: #2a4b8d; box-shadow: none; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:focus { outline: 1px solid #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link { color: #d73333; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:hover { background-color: #eaecf0; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active:focus, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-tool-link { background-color: #ffffff; color: #b32424; box-shadow: none; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:focus { outline: 1px solid #d33; box-shadow: inset 0 0 0 1px #d33; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link { color: #fff; background-color: #36c; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover { background-color: #447ff5; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active:focus, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-tool-link { color: #fff; background-color: #2a4b8d; box-shadow: none; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:focus { outline: 1px solid #36c; box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-tool-link:active:focus { background-color: #c8ccd1; color: #fff; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link { color: #fff; background-color: #d33; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:hover { background-color: #ff4242; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active:focus, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-tool-link { color: #fff; background-color: #b32424; box-shadow: none; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:focus { outline: 1px solid #d33; box-shadow: inset 0 0 0 1px #d33, inset 0 0 0 2px #fff; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-tool-link, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-tool-link:active, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-tool-link:active:focus { background-color: #c8ccd1; color: #fff; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link { font-weight: bold; } .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link > .oo-ui-iconElement-icon, .oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link > .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-popupTool-popup.oo-ui-popupWidget { z-index: 4; } .oo-ui-toolGroupTool > .oo-ui-toolGroup { border-right: 0; } .oo-ui-toolGroup { display: inline-block; vertical-align: middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-right: 1px solid #eaecf0; } .oo-ui-toolGroup-empty { display: none; } .oo-ui-toolGroup-tools .oo-ui-tool-link { text-decoration: none; cursor: pointer; } .oo-ui-toolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool-link, .oo-ui-toolGroup-tools .oo-ui-widget-disabled > .oo-ui-tool-link { outline: 0; cursor: default; } .oo-ui-toolbar-actions .oo-ui-toolGroup { border-right: 0; border-left: 1px solid #eaecf0; } .oo-ui-toolbar-actions .oo-ui-toolGroup.oo-ui-barToolGroup { border-right-width: 0; } .oo-ui-toolGroup.oo-ui-widget-disabled:not( .oo-ui-flaggedElement-primary ) .oo-ui-indicatorElement-indicator, .oo-ui-toolGroup.oo-ui-widget-disabled:not( .oo-ui-flaggedElement-primary ) .oo-ui-iconElement-icon { opacity: 0.34 !important; } .oo-ui-barToolGroup-tools > .oo-ui-tool { display: inline-block; position: relative; vertical-align: top; } .oo-ui-barToolGroup-tools > .oo-ui-tool > .oo-ui-tool-link { display: block; } .oo-ui-barToolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-accel { display: none; } .oo-ui-barToolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-tool-title { display: none; } .oo-ui-barToolGroup-tools > .oo-ui-tool.oo-ui-iconElement.oo-ui-tool-with-label > .oo-ui-tool-link .oo-ui-tool-title { display: inline-block; } .oo-ui-barToolGroup-tools > .oo-ui-tool + .oo-ui-tool { margin-left: -2px; } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-iconElement-icon, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool .oo-ui-iconElement-icon { opacity: 0.34; } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link { background-color: #c8ccd1; border-color: #c8ccd1; } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title { color: #fff; } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary.oo-ui-tool-active > .oo-ui-tool-link, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary.oo-ui-tool-active > .oo-ui-tool-link { background-color: #919fb9; } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary .oo-ui-iconElement-icon, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary .oo-ui-iconElement-icon { opacity: 1; } .oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-tool-title, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title { color: #72777d; } .oo-ui-popupToolGroup { position: relative; min-width: 3em; } .oo-ui-popupToolGroup-handle { display: block; cursor: pointer; } .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label:not( :empty ) { display: inline-block; } .oo-ui-popupToolGroup.oo-ui-widget-disabled .oo-ui-popupToolGroup-handle { outline: 0; cursor: default; } .oo-ui-popupToolGroup-tools { display: none; position: absolute; z-index: 4; } .oo-ui-popupToolGroup-tools.oo-ui-popupToolGroup-active-tools { display: block; } .oo-ui-popupToolGroup-tools .oo-ui-tool-link { display: table; width: 100%; vertical-align: middle; white-space: nowrap; } .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel, .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-title { display: table-cell; vertical-align: middle; } .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel { text-align: right; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup { min-width: 2.85714286em; } .oo-ui-popupToolGroup.oo-ui-indicatorElement:not( .oo-ui-labelElement ):not( .oo-ui-iconElement ) { min-width: 1.85714286em; } .oo-ui-popupToolGroup-handle { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon { left: 0.78571429em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon { left: 0.64285714em; } .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator { background-position: center 52%; right: 0.57142857em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator { right: 0.28571429em; } .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle, .oo-ui-popupToolGroup.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle { padding-top: 3em; } .oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle { padding-left: 3em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle { padding-left: 2.85714286em; } .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle { padding: 0.85714286em 0.85714286em; } .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label { line-height: 1.28571429em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle { padding-left: 0.71428571em; padding-right: 0.71428571em; } .oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-labelElement .oo-ui-popupToolGroup-handle { padding-left: 2.64285714em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-labelElement .oo-ui-popupToolGroup-handle { padding-left: 2.5em; } .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle { padding-right: 1.85714286em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle { padding-right: 1.28571429em; } .oo-ui-popupToolGroup.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle { padding-right: 1.14285714em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle { padding-right: 0.85714286em; } .oo-ui-popupToolGroup:not( .oo-ui-labelElement ):not( .oo-ui-iconElement ) .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-popupToolGroup-header { color: #72777d; padding: 0 0.85714286em; font-weight: bold; line-height: 2.28571429em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-header { padding: 0 0.71428571em; } .oo-ui-popupToolGroup-tools { background-color: #fff; min-width: 16em; margin: 0 -1px; border: 1px solid #c8ccd1; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); } .oo-ui-popupToolGroup-tools .oo-ui-tool-link { padding: 0.85714286em 0.85714286em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-tools .oo-ui-tool-link { padding-left: 0.71428571em; padding-right: 0.71428571em; } .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel { color: #72777d; line-height: 1.28571429em; } .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) { padding-left: 1.28571429em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) { padding-left: 1.14285714em; } .oo-ui-popupToolGroup-tools .oo-ui-iconElement .oo-ui-tool-link { padding-left: 2.64285714em; } .oo-ui-toolbar-narrow .oo-ui-popupToolGroup-tools .oo-ui-iconElement .oo-ui-tool-link { padding-left: 2.5em; } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle { -webkit-transition: background-color 100ms, box-shadow 100ms; -moz-transition: background-color 100ms, box-shadow 100ms; transition: background-color 100ms, box-shadow 100ms; } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover { background-color: #eaecf0; } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active { background-color: #eaf3ff; } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator { opacity: 0.87; -webkit-transition: opacity 100ms; -moz-transition: opacity 100ms; transition: opacity 100ms; -webkit-transform: translateZ(0); transform: translateZ(0); } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover .oo-ui-indicatorElement-indicator, .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus { outline: 1px solid #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-popupToolGroup.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-popupToolGroup-handle:hover .oo-ui-iconElement-icon { opacity: 1; } .oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle { border-right: 1px solid transparent; -webkit-transition: background-color 100ms, border-color 100ms, box-shadow 100ms; -moz-transition: background-color 100ms, border-color 100ms, box-shadow 100ms; transition: background-color 100ms, border-color 100ms, box-shadow 100ms; } .oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover { border-right-color: #eaecf0; } .oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active { border-right-color: #eaf3ff; } .oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus { border-right-color: #36c; } .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { background-color: #eaf3ff; color: #36c; } .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover { background-color: rgba(41, 98, 204, 0.1); color: #36c; } .oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title { color: #36c; } .oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus { outline: 0; box-shadow: inset 0 0 0 2px #36c; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle { color: #36c; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:hover { background-color: #fff; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active:focus, .oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle, .oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { background-color: #eff3fa; color: #2a4b8d; box-shadow: none; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:focus { outline: 1px solid #36c; box-shadow: inset 0 0 0 1px #36c; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle { color: #d73333; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:hover { background-color: #fff; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active:focus, .oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle, .oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle { background-color: #ffffff; color: #b32424; box-shadow: none; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:focus { outline: 1px solid #d33; box-shadow: inset 0 0 0 1px #d33; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle { color: #fff; background-color: #36c; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:hover { background-color: #447ff5; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active:focus, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle { color: #fff; background-color: #2a4b8d; box-shadow: none; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:focus { outline: 1px solid #36c; box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active:focus { background-color: #c8ccd1; color: #fff; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle { color: #fff; background-color: #d33; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:hover { background-color: #ff4242; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active:focus, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle { color: #fff; background-color: #b32424; box-shadow: none; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:focus { outline: 1px solid #d33; box-shadow: inset 0 0 0 1px #d33, inset 0 0 0 2px #fff; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active:focus { background-color: #c8ccd1; color: #fff; } .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary > .oo-ui-popupToolGroup-handle > .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-flaggedElement-primary > .oo-ui-popupToolGroup-handle > .oo-ui-indicatorElement-indicator { opacity: 1; } .oo-ui-listToolGroup-tools .oo-ui-tool { display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover { background-color: #eaecf0; color: #000; } .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled { background-color: #eaf3ff; } .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled:hover { background-color: rgba(41, 98, 204, 0.1); } .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title { color: #36c; } .oo-ui-listToolGroup.oo-ui-widget-disabled, .oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title { color: #72777d; } .oo-ui-menuToolGroup-tools .oo-ui-tool { display: block; } .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle { min-width: 140px; } .oo-ui-toolbar-narrow .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle { min-width: 100px; } .oo-ui-menuToolGroup-tools .oo-ui-tool-link .oo-ui-iconElement-icon { left: 0.78571429em; } .oo-ui-toolbar-narrow .oo-ui-menuToolGroup-tools .oo-ui-tool-link .oo-ui-iconElement-icon { left: 0.71428571em; } .oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover { background-color: rgba(41, 98, 204, 0.1); } .oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-tool-active { background-color: #eaf3ff; } .oo-ui-menuToolGroup.oo-ui-widget-disabled, .oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title { color: #72777d; } .oo-ui-toolbar { clear: both; } .oo-ui-toolbar-bar { line-height: 1; position: relative; } .oo-ui-toolbar-tools, .oo-ui-toolbar-actions { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .oo-ui-toolbar-tools { display: inline; } .oo-ui-toolbar-popups { position: absolute; } .oo-ui-toolbar-tools, .oo-ui-toolbar-popups { white-space: nowrap; } .oo-ui-toolbar-tools .oo-ui-tool, .oo-ui-toolbar-popups .oo-ui-tool, .oo-ui-toolbar-tools .oo-ui-popupTool-popup, .oo-ui-toolbar-popups .oo-ui-popupTool-popup { white-space: normal; } .oo-ui-toolbar-narrow .oo-ui-toolbar-tools, .oo-ui-toolbar-narrow.oo-ui-toolbar-popups { white-space: normal; } .oo-ui-toolbar-actions { float: right; } .oo-ui-toolbar-actions .oo-ui-toolbar, .oo-ui-toolbar-actions .oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-toolbar-actions .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { display: inline-block; } .oo-ui-toolbar-actions .oo-ui-popupWidget { -webkit-touch-callout: default; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } .oo-ui-toolbar-bar { background-color: #fff; color: #222; } .oo-ui-toolbar-position-top > .oo-ui-toolbar-bar { border-bottom: 1px solid #c8ccd1; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); } .oo-ui-toolbar-position-bottom > .oo-ui-toolbar-bar { border-top: 1px solid #c8ccd1; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1); } .oo-ui-toolbar-bar .oo-ui-toolbar-bar { background-color: transparent; border: 0; box-shadow: none; } .oo-ui-toolbar-narrow-bar:after { content: ''; display: block; position: absolute; top: 3em; left: 0; width: 100%; height: 0; } .oo-ui-toolbar-narrow.oo-ui-toolbar-position-top .oo-ui-toolbar-bar:after { border-bottom: 1px solid #c8ccd1; } .oo-ui-toolbar-narrow.oo-ui-toolbar-position-bottom .oo-ui-toolbar-bar:after { border-top: 1px solid #c8ccd1; } /*! * OOUI v0.33.4 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2019 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2019-07-23T03:23:40Z */ .oo-ui-window { background: transparent; } .oo-ui-window-frame { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-window-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .oo-ui-window-content:focus { outline: 0; } .oo-ui-window-head, .oo-ui-window-foot { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .oo-ui-window-body { margin: 0; padding: 0; background: none; } .oo-ui-window-overlay { position: absolute; top: 0; /* @noflip */ left: 0; } .oo-ui-dialog-content > .oo-ui-window-head, .oo-ui-dialog-content > .oo-ui-window-body, .oo-ui-dialog-content > .oo-ui-window-foot { position: absolute; left: 0; right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .oo-ui-dialog-content > .oo-ui-window-head { overflow: hidden; z-index: 1; top: 0; } .oo-ui-dialog-content > .oo-ui-window-body { overflow: auto; -webkit-overflow-scrolling: touch; z-index: 2; top: 0; bottom: 0; } .oo-ui-dialog-content > .oo-ui-window-foot { z-index: 3; bottom: 0; } .oo-ui-messageDialog-actions .oo-ui-actionWidget { position: relative; text-align: center; } .oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button { display: block; } .oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-labelElement-label { position: relative; top: auto; bottom: auto; } .oo-ui-messageDialog-actions-horizontal { display: table; table-layout: fixed; width: 100%; } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget { display: table-cell; width: 1%; } .oo-ui-messageDialog-actions-vertical { display: block; } .oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget { display: block; overflow: hidden; text-overflow: ellipsis; } .oo-ui-messageDialog-content > .oo-ui-window-foot { outline: 1px solid #a2a9b1; } .oo-ui-messageDialog-title, .oo-ui-messageDialog-message { display: block; line-height: 1.42857143em; text-align: center; } .oo-ui-messageDialog-title { font-size: 1.5em; color: #000; } .oo-ui-messageDialog-message { font-size: 1.1em; color: #222; text-align: left; } .oo-ui-messageDialog-actions .oo-ui-actionWidget { min-height: 2.85714286em; margin-right: 0; } .oo-ui-messageDialog-actions .oo-ui-actionWidget:last-child { margin-right: 0; } .oo-ui-messageDialog-actions .oo-ui-actionWidget:first-child { margin-left: 0; } .oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button { border: 0; border-radius: 0; padding: 0; } .oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-labelElement .oo-ui-labelElement-label { line-height: 2.85714286em; text-align: center; } .oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button:active { background-color: rgba(8, 126, 204, 0.1); } .oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:active { background-color: rgba(212, 83, 83, 0.1); } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget { border-right: 1px solid #a2a9b1; margin: 0; } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button { border-radius: 0 0 0 2px; } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child { border-right-width: 0; } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button { border-radius: 0 0 2px 0; } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:only-child > .oo-ui-buttonElement-button { border-radius: 0 0 2px 2px; } .oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget { border-bottom: 1px solid #a2a9b1; margin: 0; } .oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child { border-bottom-width: 0; } .oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button { border-radius: 0 0 2px 2px; } .oo-ui-processDialog-location { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .oo-ui-processDialog-title { display: inline; padding: 0; } .oo-ui-processDialog-actions-safe .oo-ui-actionWidget, .oo-ui-processDialog-actions-primary .oo-ui-actionWidget, .oo-ui-processDialog-actions-other .oo-ui-actionWidget { white-space: nowrap; } .oo-ui-processDialog-actions-safe, .oo-ui-processDialog-actions-primary { position: absolute; top: 0; bottom: 0; } .oo-ui-processDialog-actions-safe { left: 0; } .oo-ui-processDialog-actions-primary { right: 0; } .oo-ui-processDialog-errors { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 4; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .oo-ui-processDialog-content .oo-ui-window-head { min-height: 2.85714286em; } .oo-ui-processDialog-content .oo-ui-window-body { top: 2.85714286em; outline: 1px solid #c8ccd1; } .oo-ui-processDialog-navigation { position: relative; min-height: 2.85714286em; } .oo-ui-processDialog-location { min-height: 2.85714286em; text-align: center; cursor: default; } .oo-ui-processDialog-title { font-size: 1.1em; font-weight: bold; line-height: 2.5974026em; } .oo-ui-processDialog .oo-ui-actionWidget > .oo-ui-buttonElement-button { border-radius: 0; } .oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button { min-height: 2.85714286em; padding-top: 0; padding-left: 3.14285714em; padding-right: 0; } .oo-ui-processDialog .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon { left: 0.85714286em; } .oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement:first-child { margin-left: 0; } .oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement > .oo-ui-buttonElement-button { padding: 0.71428571em 0.85714286em; } .oo-ui-processDialog .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button { padding-left: 2.64285714em; } .oo-ui-processDialog-actions-safe .oo-ui-actionWidget > .oo-ui-buttonElement-button, .oo-ui-processDialog-actions-other .oo-ui-actionWidget > .oo-ui-buttonElement-button { border-right: 1px solid #c8ccd1; border-left: 0; border-bottom: 0; } .oo-ui-processDialog-actions-safe .oo-ui-actionWidget > .oo-ui-buttonElement-button { border-top: 0; } .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button { background-color: transparent; border-right-color: transparent; } .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:hover { background-color: #f8f9fa; border-right-color: #c8ccd1; } .oo-ui-processDialog-actions-safe .oo-ui-widget-enabled.oo-ui-iconElement:not( .oo-ui-labelElement ) > .oo-ui-buttonElement-button:active { border-right-color: #c8ccd1; } .oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement { margin-right: 0; } .oo-ui-processDialog-actions-other .oo-ui-actionWidget > .oo-ui-buttonElement-button { border-top: 1px solid #c8ccd1; border-bottom: 0; } .oo-ui-processDialog > .oo-ui-window-frame { min-height: 5em; } .oo-ui-processDialog-errors { background-color: rgba(255, 255, 255, 0.9); padding: 3em 3em 0 3em; text-align: center; } .oo-ui-processDialog-errors .oo-ui-buttonWidget { margin: 2em 1em 2em 1em; } .oo-ui-processDialog-errors-title { font-size: 1.5em; color: #000; margin-bottom: 1.5em; } .oo-ui-processDialog-error { background-color: #fee7e6; margin: 1em 0 0; border: 1px solid #d33; padding: 1.14285714em 1.71428571em; text-align: left; } .oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-content .oo-ui-window-head, .oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-navigation, .oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-location { min-height: 3.14285714em; } .oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-location { margin-left: 1em; text-align: left; } .oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-title { line-height: 2.85714286em; } .oo-ui-processDialog.oo-ui-isMobile .oo-ui-processDialog-content .oo-ui-window-body { top: 3.14285714em; } .oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-iconElement > .oo-ui-buttonElement-button { min-height: 3.14285714em; padding-left: 3.14285714em; } .oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-labelElement > .oo-ui-buttonElement-button { padding: 0.85714286em 0.85714286em; } .oo-ui-processDialog.oo-ui-isMobile .oo-ui-actionWidget.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button { padding-left: 2.64285714em; } .oo-ui-windowManager-modal > .oo-ui-dialog { position: fixed; width: 0; height: 0; overflow: hidden; z-index: 4; } .oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active { width: auto; height: auto; top: 0; right: 0; bottom: 0; left: 0; padding: 1em; } .oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active > .oo-ui-window-frame { position: absolute; right: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%; } .oo-ui-windowManager-fullscreen > .oo-ui-dialog > .oo-ui-window-frame { width: 100%; height: 100%; top: 0; bottom: 0; } .oo-ui-windowManager-modal-active { overflow: hidden; position: relative; } .oo-ui-windowManager-ios-modal-ready { height: 100%; overflow: hidden; } .oo-ui-windowManager-modal > .oo-ui-dialog { background-color: rgba(255, 255, 255, 0.5); opacity: 0; -webkit-transition: opacity ease-out 250ms; -moz-transition: opacity ease-out 250ms; transition: opacity ease-out 250ms; } .oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame { background-color: #fff; opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: all ease-out 250ms; -moz-transition: all ease-out 250ms; transition: all ease-out 250ms; } .oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup { opacity: 1; } .oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame { top: 1em; bottom: 1em; max-height: 100%; max-height: calc( 100% - 2em ); border: 1px solid #a2a9b1; border-radius: 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); } /*! * OOUI v0.33.4 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2019 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2019-07-23T03:23:40Z */ .oo-ui-icon-arrowNext { background-image: url('themes/wikimediaui/images/icons/arrowNext-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/arrowNext-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-arrowNext { background-image: url('themes/wikimediaui/images/icons/arrowNext-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/arrowNext-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-arrowNext { background-image: url('themes/wikimediaui/images/icons/arrowNext-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/arrowNext-ltr-progressive.svg'); } .oo-ui-icon-arrowPrevious { background-image: url('themes/wikimediaui/images/icons/arrowPrevious-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/arrowPrevious-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-arrowPrevious { background-image: url('themes/wikimediaui/images/icons/arrowPrevious-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/arrowPrevious-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-arrowPrevious { background-image: url('themes/wikimediaui/images/icons/arrowPrevious-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/arrowPrevious-ltr-progressive.svg'); } .oo-ui-icon-collapse { background-image: url('themes/wikimediaui/images/icons/collapse.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/collapse.svg'); } .oo-ui-image-invert.oo-ui-icon-collapse { background-image: url('themes/wikimediaui/images/icons/collapse-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/collapse-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-collapse { background-image: url('themes/wikimediaui/images/icons/collapse-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/collapse-progressive.svg'); } .oo-ui-icon-downTriangle { background-image: url('themes/wikimediaui/images/icons/downTriangle.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/downTriangle.svg'); } .oo-ui-image-invert.oo-ui-icon-downTriangle { background-image: url('themes/wikimediaui/images/icons/downTriangle-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/downTriangle-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-downTriangle { background-image: url('themes/wikimediaui/images/icons/downTriangle-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/downTriangle-progressive.svg'); } .oo-ui-icon-draggable { background-image: url('themes/wikimediaui/images/icons/draggable.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/draggable.svg'); } .oo-ui-image-invert.oo-ui-icon-draggable { background-image: url('themes/wikimediaui/images/icons/draggable-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/draggable-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-draggable { background-image: url('themes/wikimediaui/images/icons/draggable-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/draggable-progressive.svg'); } .oo-ui-icon-expand { background-image: url('themes/wikimediaui/images/icons/expand.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/expand.svg'); } .oo-ui-image-invert.oo-ui-icon-expand { background-image: url('themes/wikimediaui/images/icons/expand-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/expand-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-expand { background-image: url('themes/wikimediaui/images/icons/expand-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/expand-progressive.svg'); } .oo-ui-icon-move { background-image: url('themes/wikimediaui/images/icons/move.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/move.svg'); } .oo-ui-image-invert.oo-ui-icon-move { background-image: url('themes/wikimediaui/images/icons/move-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/move-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-move { background-image: url('themes/wikimediaui/images/icons/move-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/move-progressive.svg'); } .oo-ui-icon-next { background-image: url('themes/wikimediaui/images/icons/next-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/next-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-next { background-image: url('themes/wikimediaui/images/icons/next-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/next-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-next { background-image: url('themes/wikimediaui/images/icons/next-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/next-ltr-progressive.svg'); } .oo-ui-icon-previous { background-image: url('themes/wikimediaui/images/icons/previous-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/previous-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-previous { background-image: url('themes/wikimediaui/images/icons/previous-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/previous-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-previous { background-image: url('themes/wikimediaui/images/icons/previous-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/previous-ltr-progressive.svg'); } .oo-ui-icon-last { background-image: url('themes/wikimediaui/images/icons/moveLast-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moveLast-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-last { background-image: url('themes/wikimediaui/images/icons/moveLast-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moveLast-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-last { background-image: url('themes/wikimediaui/images/icons/moveLast-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moveLast-ltr-progressive.svg'); } .oo-ui-icon-first { background-image: url('themes/wikimediaui/images/icons/moveFirst-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moveFirst-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-first { background-image: url('themes/wikimediaui/images/icons/moveFirst-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moveFirst-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-first { background-image: url('themes/wikimediaui/images/icons/moveFirst-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moveFirst-ltr-progressive.svg'); } .oo-ui-icon-upTriangle { background-image: url('themes/wikimediaui/images/icons/upTriangle.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/upTriangle.svg'); } .oo-ui-image-invert.oo-ui-icon-upTriangle { background-image: url('themes/wikimediaui/images/icons/upTriangle-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/upTriangle-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-upTriangle { background-image: url('themes/wikimediaui/images/icons/upTriangle-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/upTriangle-progressive.svg'); } .oo-ui-icon-article { background-image: url('themes/wikimediaui/images/icons/article-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/article-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-article { background-image: url('themes/wikimediaui/images/icons/article-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/article-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-article { background-image: url('themes/wikimediaui/images/icons/article-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/article-ltr-progressive.svg'); } .oo-ui-icon-articles { background-image: url('themes/wikimediaui/images/icons/articles-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articles-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-articles { background-image: url('themes/wikimediaui/images/icons/articles-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articles-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-articles { background-image: url('themes/wikimediaui/images/icons/articles-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articles-ltr-progressive.svg'); } .oo-ui-icon-articleAdd { background-image: url('themes/wikimediaui/images/icons/articleAdd.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleAdd.svg'); } .oo-ui-image-invert.oo-ui-icon-articleAdd { background-image: url('themes/wikimediaui/images/icons/articleAdd-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleAdd-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-articleAdd { background-image: url('themes/wikimediaui/images/icons/articleAdd-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleAdd-progressive.svg'); } .oo-ui-icon-articleCheck { background-image: url('themes/wikimediaui/images/icons/articleCheck.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleCheck.svg'); } .oo-ui-image-invert.oo-ui-icon-articleCheck { background-image: url('themes/wikimediaui/images/icons/articleCheck-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleCheck-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-articleCheck { background-image: url('themes/wikimediaui/images/icons/articleCheck-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleCheck-progressive.svg'); } .oo-ui-icon-articleDisambiguation { background-image: url('themes/wikimediaui/images/icons/articleDisambiguation-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleDisambiguation-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-articleDisambiguation { background-image: url('themes/wikimediaui/images/icons/articleDisambiguation-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleDisambiguation-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-articleDisambiguation { background-image: url('themes/wikimediaui/images/icons/articleDisambiguation-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleDisambiguation-ltr-progressive.svg'); } .oo-ui-icon-articleNotFound { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr.svg'); } /* @noflip */ .oo-ui-icon-articleNotFound:lang(he) { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr.svg'); } /* @noflip */ .oo-ui-icon-articleNotFound:lang(yi) { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-articleNotFound { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-articleNotFound:lang(he) { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-articleNotFound:lang(yi) { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-articleNotFound { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-articleNotFound:lang(he) { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-articleNotFound:lang(yi) { background-image: url('themes/wikimediaui/images/icons/articleNotFound-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleNotFound-ltr-progressive.svg'); } .oo-ui-icon-articleSearch { background-image: url('themes/wikimediaui/images/icons/articleSearch.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleSearch.svg'); } .oo-ui-image-invert.oo-ui-icon-articleSearch { background-image: url('themes/wikimediaui/images/icons/articleSearch-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleSearch-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-articleSearch { background-image: url('themes/wikimediaui/images/icons/articleSearch-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleSearch-progressive.svg'); } .oo-ui-icon-articleRedirect { background-image: url('themes/wikimediaui/images/icons/articleRedirect-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleRedirect-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-articleRedirect { background-image: url('themes/wikimediaui/images/icons/articleRedirect-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleRedirect-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-articleRedirect { background-image: url('themes/wikimediaui/images/icons/articleRedirect-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/articleRedirect-ltr-progressive.svg'); } .oo-ui-icon-die { background-image: url('themes/wikimediaui/images/icons/die.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/die.svg'); } .oo-ui-image-invert.oo-ui-icon-die { background-image: url('themes/wikimediaui/images/icons/die-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/die-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-die { background-image: url('themes/wikimediaui/images/icons/die-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/die-progressive.svg'); } .oo-ui-icon-download { background-image: url('themes/wikimediaui/images/icons/download.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/download.svg'); } .oo-ui-image-invert.oo-ui-icon-download { background-image: url('themes/wikimediaui/images/icons/download-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/download-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-download { background-image: url('themes/wikimediaui/images/icons/download-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/download-progressive.svg'); } .oo-ui-icon-folderPlaceholder { background-image: url('themes/wikimediaui/images/icons/folderPlaceholder-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/folderPlaceholder-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-folderPlaceholder { background-image: url('themes/wikimediaui/images/icons/folderPlaceholder-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/folderPlaceholder-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-folderPlaceholder { background-image: url('themes/wikimediaui/images/icons/folderPlaceholder-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/folderPlaceholder-ltr-progressive.svg'); } .oo-ui-icon-history { background-image: url('themes/wikimediaui/images/icons/history.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/history.svg'); } .oo-ui-image-invert.oo-ui-icon-history { background-image: url('themes/wikimediaui/images/icons/history-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/history-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-history { background-image: url('themes/wikimediaui/images/icons/history-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/history-progressive.svg'); } .oo-ui-icon-info { background-image: url('themes/wikimediaui/images/icons/info.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/info.svg'); } /* @noflip */ .oo-ui-icon-info:lang(ar) { background-image: url('themes/wikimediaui/images/icons/lightbulb.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb.svg'); } .oo-ui-image-invert.oo-ui-icon-info { background-image: url('themes/wikimediaui/images/icons/info-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/info-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-info:lang(ar) { background-image: url('themes/wikimediaui/images/icons/lightbulb-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-info { background-image: url('themes/wikimediaui/images/icons/info-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/info-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-info:lang(ar) { background-image: url('themes/wikimediaui/images/icons/lightbulb-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb-progressive.svg'); } .oo-ui-icon-infoFilled { background-image: url('themes/wikimediaui/images/icons/infoFilled.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/infoFilled.svg'); } /* @noflip */ .oo-ui-icon-infoFilled:lang(ar) { background-image: url('themes/wikimediaui/images/icons/lightbulb.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb.svg'); } .oo-ui-image-invert.oo-ui-icon-infoFilled { background-image: url('themes/wikimediaui/images/icons/infoFilled-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/infoFilled-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-infoFilled:lang(ar) { background-image: url('themes/wikimediaui/images/icons/lightbulb-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-infoFilled { background-image: url('themes/wikimediaui/images/icons/infoFilled-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/infoFilled-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-infoFilled:lang(ar) { background-image: url('themes/wikimediaui/images/icons/lightbulb-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb-progressive.svg'); } .oo-ui-icon-robot { background-image: url('themes/wikimediaui/images/icons/robot.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/robot.svg'); } .oo-ui-image-invert.oo-ui-icon-robot { background-image: url('themes/wikimediaui/images/icons/robot-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/robot-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-robot { background-image: url('themes/wikimediaui/images/icons/robot-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/robot-progressive.svg'); } .oo-ui-icon-tag { background-image: url('themes/wikimediaui/images/icons/tag-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tag-ltr.svg'); } .oo-ui-image-destructive.oo-ui-icon-tag { background-image: url('themes/wikimediaui/images/icons/tag-ltr-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tag-ltr-destructive.svg'); } .oo-ui-image-error.oo-ui-icon-tag { background-image: url('themes/wikimediaui/images/icons/tag-ltr-error.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tag-ltr-error.svg'); } .oo-ui-image-warning.oo-ui-icon-tag { background-image: url('themes/wikimediaui/images/icons/tag-ltr-warning.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tag-ltr-warning.svg'); } .oo-ui-image-invert.oo-ui-icon-tag { background-image: url('themes/wikimediaui/images/icons/tag-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tag-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tag { background-image: url('themes/wikimediaui/images/icons/tag-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tag-ltr-progressive.svg'); } .oo-ui-icon-upload { background-image: url('themes/wikimediaui/images/icons/upload.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/upload.svg'); } .oo-ui-image-invert.oo-ui-icon-upload { background-image: url('themes/wikimediaui/images/icons/upload-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/upload-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-upload { background-image: url('themes/wikimediaui/images/icons/upload-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/upload-progressive.svg'); } .oo-ui-icon-window { background-image: url('themes/wikimediaui/images/icons/window.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/window.svg'); } .oo-ui-image-invert.oo-ui-icon-window { background-image: url('themes/wikimediaui/images/icons/window-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/window-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-window { background-image: url('themes/wikimediaui/images/icons/window-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/window-progressive.svg'); } .oo-ui-icon-alert { background-image: url('themes/wikimediaui/images/icons/alert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alert.svg'); } .oo-ui-image-warning.oo-ui-icon-alert { background-image: url('themes/wikimediaui/images/icons/alert-warning.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alert-warning.svg'); } .oo-ui-image-invert.oo-ui-icon-alert { background-image: url('themes/wikimediaui/images/icons/alert-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alert-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-alert { background-image: url('themes/wikimediaui/images/icons/alert-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alert-progressive.svg'); } .oo-ui-icon-bell { background-image: url('themes/wikimediaui/images/icons/bell.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bell.svg'); } .oo-ui-image-invert.oo-ui-icon-bell { background-image: url('themes/wikimediaui/images/icons/bell-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bell-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-bell { background-image: url('themes/wikimediaui/images/icons/bell-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bell-progressive.svg'); } .oo-ui-icon-bellOutline { background-image: url('themes/wikimediaui/images/icons/bellOutline.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bellOutline.svg'); } .oo-ui-image-invert.oo-ui-icon-bellOutline { background-image: url('themes/wikimediaui/images/icons/bellOutline-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bellOutline-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-bellOutline { background-image: url('themes/wikimediaui/images/icons/bellOutline-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bellOutline-progressive.svg'); } .oo-ui-icon-error { background-image: url('themes/wikimediaui/images/icons/error.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/error.svg'); } .oo-ui-image-error.oo-ui-icon-error { background-image: url('themes/wikimediaui/images/icons/error-error.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/error-error.svg'); } .oo-ui-image-invert.oo-ui-icon-error { background-image: url('themes/wikimediaui/images/icons/error-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/error-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-error { background-image: url('themes/wikimediaui/images/icons/error-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/error-progressive.svg'); } .oo-ui-icon-message { background-image: url('themes/wikimediaui/images/icons/message.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/message.svg'); } .oo-ui-image-invert.oo-ui-icon-message { background-image: url('themes/wikimediaui/images/icons/message-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/message-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-message { background-image: url('themes/wikimediaui/images/icons/message-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/message-progressive.svg'); } .oo-ui-icon-notice { background-image: url('themes/wikimediaui/images/icons/notice.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/notice.svg'); } .oo-ui-image-invert.oo-ui-icon-notice { background-image: url('themes/wikimediaui/images/icons/notice-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/notice-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-notice { background-image: url('themes/wikimediaui/images/icons/notice-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/notice-progressive.svg'); } .oo-ui-icon-speechBubble { background-image: url('themes/wikimediaui/images/icons/speechBubble-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubble-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-speechBubble { background-image: url('themes/wikimediaui/images/icons/speechBubble-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubble-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-speechBubble { background-image: url('themes/wikimediaui/images/icons/speechBubble-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubble-ltr-progressive.svg'); } .oo-ui-icon-speechBubbleAdd { background-image: url('themes/wikimediaui/images/icons/speechBubbleAdd-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubbleAdd-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-speechBubbleAdd { background-image: url('themes/wikimediaui/images/icons/speechBubbleAdd-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubbleAdd-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-speechBubbleAdd { background-image: url('themes/wikimediaui/images/icons/speechBubbleAdd-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubbleAdd-ltr-progressive.svg'); } .oo-ui-icon-speechBubbles { background-image: url('themes/wikimediaui/images/icons/speechBubbles-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubbles-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-speechBubbles { background-image: url('themes/wikimediaui/images/icons/speechBubbles-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubbles-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-speechBubbles { background-image: url('themes/wikimediaui/images/icons/speechBubbles-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/speechBubbles-ltr-progressive.svg'); } .oo-ui-icon-tray { background-image: url('themes/wikimediaui/images/icons/tray.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tray.svg'); } .oo-ui-image-invert.oo-ui-icon-tray { background-image: url('themes/wikimediaui/images/icons/tray-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tray-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tray { background-image: url('themes/wikimediaui/images/icons/tray-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tray-progressive.svg'); } .oo-ui-icon-add { background-image: url('themes/wikimediaui/images/icons/add.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/add.svg'); } .oo-ui-image-invert.oo-ui-icon-add { background-image: url('themes/wikimediaui/images/icons/add-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/add-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-add { background-image: url('themes/wikimediaui/images/icons/add-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/add-progressive.svg'); } .oo-ui-icon-browser { background-image: url('themes/wikimediaui/images/icons/browser-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/browser-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-browser { background-image: url('themes/wikimediaui/images/icons/browser-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/browser-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-browser { background-image: url('themes/wikimediaui/images/icons/browser-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/browser-ltr-progressive.svg'); } .oo-ui-icon-cancel { background-image: url('themes/wikimediaui/images/icons/cancel.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/cancel.svg'); } .oo-ui-image-destructive.oo-ui-icon-cancel { background-image: url('themes/wikimediaui/images/icons/cancel-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/cancel-destructive.svg'); } .oo-ui-image-invert.oo-ui-icon-cancel { background-image: url('themes/wikimediaui/images/icons/cancel-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/cancel-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-cancel { background-image: url('themes/wikimediaui/images/icons/cancel-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/cancel-progressive.svg'); } .oo-ui-icon-check { background-image: url('themes/wikimediaui/images/icons/check.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/check.svg'); } .oo-ui-image-destructive.oo-ui-icon-check { background-image: url('themes/wikimediaui/images/icons/check-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/check-destructive.svg'); } .oo-ui-image-success.oo-ui-icon-check { background-image: url('themes/wikimediaui/images/icons/check-success.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/check-success.svg'); } .oo-ui-image-invert.oo-ui-icon-check { background-image: url('themes/wikimediaui/images/icons/check-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/check-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-check { background-image: url('themes/wikimediaui/images/icons/check-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/check-progressive.svg'); } .oo-ui-icon-checkAll { background-image: url('themes/wikimediaui/images/icons/checkAll.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/checkAll.svg'); } .oo-ui-image-invert.oo-ui-icon-checkAll { background-image: url('themes/wikimediaui/images/icons/checkAll-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/checkAll-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-checkAll { background-image: url('themes/wikimediaui/images/icons/checkAll-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/checkAll-progressive.svg'); } .oo-ui-icon-clear { background-image: url('themes/wikimediaui/images/icons/clear.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clear.svg'); } .oo-ui-image-invert.oo-ui-icon-clear { background-image: url('themes/wikimediaui/images/icons/clear-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clear-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-clear { background-image: url('themes/wikimediaui/images/icons/clear-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clear-progressive.svg'); } .oo-ui-icon-clock { background-image: url('themes/wikimediaui/images/icons/clock.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clock.svg'); } .oo-ui-image-invert.oo-ui-icon-clock { background-image: url('themes/wikimediaui/images/icons/clock-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clock-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-clock { background-image: url('themes/wikimediaui/images/icons/clock-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clock-progressive.svg'); } .oo-ui-icon-close { background-image: url('themes/wikimediaui/images/icons/close.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/close.svg'); } .oo-ui-image-invert.oo-ui-icon-close { background-image: url('themes/wikimediaui/images/icons/close-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/close-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-close { background-image: url('themes/wikimediaui/images/icons/close-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/close-progressive.svg'); } .oo-ui-icon-ellipsis { background-image: url('themes/wikimediaui/images/icons/ellipsis.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ellipsis.svg'); } .oo-ui-image-invert.oo-ui-icon-ellipsis { background-image: url('themes/wikimediaui/images/icons/ellipsis-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ellipsis-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-ellipsis { background-image: url('themes/wikimediaui/images/icons/ellipsis-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ellipsis-progressive.svg'); } .oo-ui-icon-feedback { background-image: url('themes/wikimediaui/images/icons/feedback-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/feedback-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-feedback { background-image: url('themes/wikimediaui/images/icons/feedback-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/feedback-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-feedback { background-image: url('themes/wikimediaui/images/icons/feedback-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/feedback-ltr-progressive.svg'); } .oo-ui-icon-funnel { background-image: url('themes/wikimediaui/images/icons/funnel-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/funnel-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-funnel { background-image: url('themes/wikimediaui/images/icons/funnel-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/funnel-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-funnel { background-image: url('themes/wikimediaui/images/icons/funnel-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/funnel-ltr-progressive.svg'); } .oo-ui-icon-heart { background-image: url('themes/wikimediaui/images/icons/heart.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/heart.svg'); } .oo-ui-image-invert.oo-ui-icon-heart { background-image: url('themes/wikimediaui/images/icons/heart-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/heart-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-heart { background-image: url('themes/wikimediaui/images/icons/heart-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/heart-progressive.svg'); } .oo-ui-icon-help { background-image: url('themes/wikimediaui/images/icons/help-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr.svg'); } /* @noflip */ .oo-ui-icon-help:lang(he) { background-image: url('themes/wikimediaui/images/icons/help-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr.svg'); } /* @noflip */ .oo-ui-icon-help:lang(yi) { background-image: url('themes/wikimediaui/images/icons/help-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-help { background-image: url('themes/wikimediaui/images/icons/help-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-help:lang(he) { background-image: url('themes/wikimediaui/images/icons/help-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-help:lang(yi) { background-image: url('themes/wikimediaui/images/icons/help-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-help { background-image: url('themes/wikimediaui/images/icons/help-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-help:lang(he) { background-image: url('themes/wikimediaui/images/icons/help-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-help:lang(yi) { background-image: url('themes/wikimediaui/images/icons/help-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/help-ltr-progressive.svg'); } .oo-ui-icon-helpNotice { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr.svg'); } /* @noflip */ .oo-ui-icon-helpNotice:lang(he) { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr.svg'); } /* @noflip */ .oo-ui-icon-helpNotice:lang(yi) { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-helpNotice { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-helpNotice:lang(he) { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-helpNotice:lang(yi) { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-helpNotice { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-helpNotice:lang(he) { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-helpNotice:lang(yi) { background-image: url('themes/wikimediaui/images/icons/helpNotice-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/helpNotice-ltr-progressive.svg'); } .oo-ui-icon-key { background-image: url('themes/wikimediaui/images/icons/key.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/key.svg'); } .oo-ui-image-invert.oo-ui-icon-key { background-image: url('themes/wikimediaui/images/icons/key-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/key-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-key { background-image: url('themes/wikimediaui/images/icons/key-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/key-progressive.svg'); } .oo-ui-icon-keyboard { background-image: url('themes/wikimediaui/images/icons/keyboard.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/keyboard.svg'); } .oo-ui-image-invert.oo-ui-icon-keyboard { background-image: url('themes/wikimediaui/images/icons/keyboard-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/keyboard-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-keyboard { background-image: url('themes/wikimediaui/images/icons/keyboard-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/keyboard-progressive.svg'); } .oo-ui-icon-lightbulb { background-image: url('themes/wikimediaui/images/icons/lightbulb.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb.svg'); } .oo-ui-image-invert.oo-ui-icon-lightbulb { background-image: url('themes/wikimediaui/images/icons/lightbulb-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-lightbulb { background-image: url('themes/wikimediaui/images/icons/lightbulb-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lightbulb-progressive.svg'); } .oo-ui-icon-logOut { background-image: url('themes/wikimediaui/images/icons/logOut-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logOut-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-logOut { background-image: url('themes/wikimediaui/images/icons/logOut-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logOut-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-logOut { background-image: url('themes/wikimediaui/images/icons/logOut-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logOut-ltr-progressive.svg'); } .oo-ui-icon-newWindow { background-image: url('themes/wikimediaui/images/icons/newWindow-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newWindow-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-newWindow { background-image: url('themes/wikimediaui/images/icons/newWindow-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newWindow-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-newWindow { background-image: url('themes/wikimediaui/images/icons/newWindow-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newWindow-ltr-progressive.svg'); } .oo-ui-icon-pageSettings { background-image: url('themes/wikimediaui/images/icons/pageSettings.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pageSettings.svg'); } .oo-ui-image-invert.oo-ui-icon-pageSettings { background-image: url('themes/wikimediaui/images/icons/pageSettings-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pageSettings-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-pageSettings { background-image: url('themes/wikimediaui/images/icons/pageSettings-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pageSettings-progressive.svg'); } .oo-ui-icon-printer { background-image: url('themes/wikimediaui/images/icons/printer.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/printer.svg'); } .oo-ui-image-invert.oo-ui-icon-printer { background-image: url('themes/wikimediaui/images/icons/printer-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/printer-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-printer { background-image: url('themes/wikimediaui/images/icons/printer-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/printer-progressive.svg'); } .oo-ui-icon-reload { background-image: url('themes/wikimediaui/images/icons/reload.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reload.svg'); } .oo-ui-image-invert.oo-ui-icon-reload { background-image: url('themes/wikimediaui/images/icons/reload-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reload-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-reload { background-image: url('themes/wikimediaui/images/icons/reload-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reload-progressive.svg'); } .oo-ui-icon-search { background-image: url('themes/wikimediaui/images/icons/search.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/search.svg'); } .oo-ui-image-invert.oo-ui-icon-search { background-image: url('themes/wikimediaui/images/icons/search-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/search-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-search { background-image: url('themes/wikimediaui/images/icons/search-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/search-progressive.svg'); } .oo-ui-icon-settings { background-image: url('themes/wikimediaui/images/icons/settings.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/settings.svg'); } .oo-ui-image-invert.oo-ui-icon-settings { background-image: url('themes/wikimediaui/images/icons/settings-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/settings-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-settings { background-image: url('themes/wikimediaui/images/icons/settings-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/settings-progressive.svg'); } .oo-ui-icon-subtract { background-image: url('themes/wikimediaui/images/icons/subtract.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/subtract.svg'); } .oo-ui-image-destructive.oo-ui-icon-subtract { background-image: url('themes/wikimediaui/images/icons/subtract-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/subtract-destructive.svg'); } .oo-ui-image-invert.oo-ui-icon-subtract { background-image: url('themes/wikimediaui/images/icons/subtract-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/subtract-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-subtract { background-image: url('themes/wikimediaui/images/icons/subtract-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/subtract-progressive.svg'); } .oo-ui-icon-bookmarkOutline { background-image: url('themes/wikimediaui/images/icons/bookmarkOutline.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bookmarkOutline.svg'); } .oo-ui-image-invert.oo-ui-icon-bookmarkOutline { background-image: url('themes/wikimediaui/images/icons/bookmarkOutline-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bookmarkOutline-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-bookmarkOutline { background-image: url('themes/wikimediaui/images/icons/bookmarkOutline-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bookmarkOutline-progressive.svg'); } .oo-ui-icon-bookmark { background-image: url('themes/wikimediaui/images/icons/bookmark.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bookmark.svg'); } .oo-ui-image-invert.oo-ui-icon-bookmark { background-image: url('themes/wikimediaui/images/icons/bookmark-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bookmark-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-bookmark { background-image: url('themes/wikimediaui/images/icons/bookmark-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bookmark-progressive.svg'); } .oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block.svg'); } .oo-ui-image-destructive.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-destructive.svg'); } .oo-ui-image-invert.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-progressive.svg'); } .oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock.svg'); } .oo-ui-image-invert.oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-progressive.svg'); } .oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-ltr-progressive.svg'); } .oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-ltr-progressive.svg'); } .oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock.svg'); } .oo-ui-image-destructive.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-destructive.svg'); } .oo-ui-image-invert.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-progressive.svg'); } .oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock.svg'); } .oo-ui-image-destructive.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-destructive.svg'); } .oo-ui-image-invert.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-progressive.svg'); } .oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star.svg'); } .oo-ui-image-invert.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-progressive.svg'); } .oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-ltr-progressive.svg'); } .oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar.svg'); } .oo-ui-image-invert.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-progressive.svg'); } .oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash.svg'); } .oo-ui-image-destructive.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-destructive.svg'); } .oo-ui-image-invert.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-progressive.svg'); } .oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash.svg'); } .oo-ui-image-invert.oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-progressive.svg'); } .oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin.svg'); } .oo-ui-image-invert.oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-progressive.svg'); } .oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-ltr-progressive.svg'); } .oo-ui-icon-edit { background-image: url('themes/wikimediaui/images/icons/edit.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/edit.svg'); } .oo-ui-image-invert.oo-ui-icon-edit { background-image: url('themes/wikimediaui/images/icons/edit-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/edit-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-edit { background-image: url('themes/wikimediaui/images/icons/edit-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/edit-progressive.svg'); } .oo-ui-icon-editLock { background-image: url('themes/wikimediaui/images/icons/editLock.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/editLock.svg'); } .oo-ui-image-invert.oo-ui-icon-editLock { background-image: url('themes/wikimediaui/images/icons/editLock-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/editLock-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-editLock { background-image: url('themes/wikimediaui/images/icons/editLock-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/editLock-progressive.svg'); } .oo-ui-icon-editUndo { background-image: url('themes/wikimediaui/images/icons/editUndo-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/editUndo-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-editUndo { background-image: url('themes/wikimediaui/images/icons/editUndo-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/editUndo-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-editUndo { background-image: url('themes/wikimediaui/images/icons/editUndo-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/editUndo-ltr-progressive.svg'); } .oo-ui-icon-link { background-image: url('themes/wikimediaui/images/icons/link.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/link.svg'); } .oo-ui-image-invert.oo-ui-icon-link { background-image: url('themes/wikimediaui/images/icons/link-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/link-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-link { background-image: url('themes/wikimediaui/images/icons/link-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/link-progressive.svg'); } .oo-ui-icon-unLink { background-image: url('themes/wikimediaui/images/icons/unLink.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLink.svg'); } .oo-ui-image-destructive.oo-ui-icon-unLink { background-image: url('themes/wikimediaui/images/icons/unLink-destructive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLink-destructive.svg'); } .oo-ui-image-invert.oo-ui-icon-unLink { background-image: url('themes/wikimediaui/images/icons/unLink-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLink-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-unLink { background-image: url('themes/wikimediaui/images/icons/unLink-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLink-progressive.svg'); } .oo-ui-icon-linkExternal { background-image: url('themes/wikimediaui/images/icons/linkExternal-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/linkExternal-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-linkExternal { background-image: url('themes/wikimediaui/images/icons/linkExternal-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/linkExternal-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-linkExternal { background-image: url('themes/wikimediaui/images/icons/linkExternal-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/linkExternal-ltr-progressive.svg'); } .oo-ui-icon-linkSecure { background-image: url('themes/wikimediaui/images/icons/linkSecure.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/linkSecure.svg'); } .oo-ui-image-invert.oo-ui-icon-linkSecure { background-image: url('themes/wikimediaui/images/icons/linkSecure-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/linkSecure-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-linkSecure { background-image: url('themes/wikimediaui/images/icons/linkSecure-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/linkSecure-progressive.svg'); } .oo-ui-icon-redo { background-image: url('themes/wikimediaui/images/icons/redo-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/redo-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-redo { background-image: url('themes/wikimediaui/images/icons/redo-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/redo-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-redo { background-image: url('themes/wikimediaui/images/icons/redo-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/redo-ltr-progressive.svg'); } .oo-ui-icon-undo { background-image: url('themes/wikimediaui/images/icons/undo-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/undo-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-undo { background-image: url('themes/wikimediaui/images/icons/undo-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/undo-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-undo { background-image: url('themes/wikimediaui/images/icons/undo-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/undo-ltr-progressive.svg'); } .oo-ui-icon-bigger { background-image: url('themes/wikimediaui/images/icons/bigger.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bigger.svg'); } .oo-ui-image-invert.oo-ui-icon-bigger { background-image: url('themes/wikimediaui/images/icons/bigger-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bigger-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-bigger { background-image: url('themes/wikimediaui/images/icons/bigger-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bigger-progressive.svg'); } .oo-ui-icon-smaller { background-image: url('themes/wikimediaui/images/icons/smaller.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/smaller.svg'); } .oo-ui-image-invert.oo-ui-icon-smaller { background-image: url('themes/wikimediaui/images/icons/smaller-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/smaller-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-smaller { background-image: url('themes/wikimediaui/images/icons/smaller-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/smaller-progressive.svg'); } .oo-ui-icon-subscript { background-image: url('themes/wikimediaui/images/icons/subscript-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/subscript-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-subscript { background-image: url('themes/wikimediaui/images/icons/subscript-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/subscript-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-subscript { background-image: url('themes/wikimediaui/images/icons/subscript-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/subscript-ltr-progressive.svg'); } .oo-ui-icon-superscript { background-image: url('themes/wikimediaui/images/icons/superscript-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/superscript-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-superscript { background-image: url('themes/wikimediaui/images/icons/superscript-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/superscript-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-superscript { background-image: url('themes/wikimediaui/images/icons/superscript-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/superscript-ltr-progressive.svg'); } .oo-ui-icon-bold { background-image: url('themes/wikimediaui/images/icons/bold-a.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-a.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ar) { background-image: url('themes/wikimediaui/images/icons/bold-arab-ain.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-ain.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(be) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-te.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-te.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ce) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-palochka.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-palochka.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(cs) { background-image: url('themes/wikimediaui/images/icons/bold-b.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(en) { background-image: url('themes/wikimediaui/images/icons/bold-b.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(he) { background-image: url('themes/wikimediaui/images/icons/bold-b.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ml) { background-image: url('themes/wikimediaui/images/icons/bold-b.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(pl) { background-image: url('themes/wikimediaui/images/icons/bold-b.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(sco) { background-image: url('themes/wikimediaui/images/icons/bold-b.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(da) { background-image: url('themes/wikimediaui/images/icons/bold-f.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(de) { background-image: url('themes/wikimediaui/images/icons/bold-f.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(hu) { background-image: url('themes/wikimediaui/images/icons/bold-f.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ksh) { background-image: url('themes/wikimediaui/images/icons/bold-f.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(nn) { background-image: url('themes/wikimediaui/images/icons/bold-f.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(no) { background-image: url('themes/wikimediaui/images/icons/bold-f.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(sv) { background-image: url('themes/wikimediaui/images/icons/bold-f.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(es) { background-image: url('themes/wikimediaui/images/icons/bold-n.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(gl) { background-image: url('themes/wikimediaui/images/icons/bold-n.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(pt) { background-image: url('themes/wikimediaui/images/icons/bold-n.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(eu) { background-image: url('themes/wikimediaui/images/icons/bold-l.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-l.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(fi) { background-image: url('themes/wikimediaui/images/icons/bold-l.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-l.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(fa) { background-image: url('themes/wikimediaui/images/icons/bold-arab-dad.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-dad.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(fr) { background-image: url('themes/wikimediaui/images/icons/bold-g.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-g.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(it) { background-image: url('themes/wikimediaui/images/icons/bold-g.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-g.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(hy) { background-image: url('themes/wikimediaui/images/icons/bold-armn-to.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-armn-to.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ka) { background-image: url('themes/wikimediaui/images/icons/bold-geor-man.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-geor-man.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ky) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ru) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(uk) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(nl) { background-image: url('themes/wikimediaui/images/icons/bold-v.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-v.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(os) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-be.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-be.svg'); } /* @noflip */ .oo-ui-icon-bold:lang(ur) { background-image: url('themes/wikimediaui/images/icons/bold-arab-jeem.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-jeem.svg'); } .oo-ui-image-invert.oo-ui-icon-bold { background-image: url('themes/wikimediaui/images/icons/bold-a-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-a-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ar) { background-image: url('themes/wikimediaui/images/icons/bold-arab-ain-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-ain-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(be) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-te-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-te-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ce) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-palochka-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-palochka-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(cs) { background-image: url('themes/wikimediaui/images/icons/bold-b-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(en) { background-image: url('themes/wikimediaui/images/icons/bold-b-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(he) { background-image: url('themes/wikimediaui/images/icons/bold-b-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ml) { background-image: url('themes/wikimediaui/images/icons/bold-b-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(pl) { background-image: url('themes/wikimediaui/images/icons/bold-b-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(sco) { background-image: url('themes/wikimediaui/images/icons/bold-b-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(da) { background-image: url('themes/wikimediaui/images/icons/bold-f-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(de) { background-image: url('themes/wikimediaui/images/icons/bold-f-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(hu) { background-image: url('themes/wikimediaui/images/icons/bold-f-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ksh) { background-image: url('themes/wikimediaui/images/icons/bold-f-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(nn) { background-image: url('themes/wikimediaui/images/icons/bold-f-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(no) { background-image: url('themes/wikimediaui/images/icons/bold-f-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(sv) { background-image: url('themes/wikimediaui/images/icons/bold-f-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(es) { background-image: url('themes/wikimediaui/images/icons/bold-n-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(gl) { background-image: url('themes/wikimediaui/images/icons/bold-n-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(pt) { background-image: url('themes/wikimediaui/images/icons/bold-n-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(eu) { background-image: url('themes/wikimediaui/images/icons/bold-l-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-l-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(fi) { background-image: url('themes/wikimediaui/images/icons/bold-l-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-l-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(fa) { background-image: url('themes/wikimediaui/images/icons/bold-arab-dad-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-dad-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(fr) { background-image: url('themes/wikimediaui/images/icons/bold-g-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-g-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(it) { background-image: url('themes/wikimediaui/images/icons/bold-g-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-g-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(hy) { background-image: url('themes/wikimediaui/images/icons/bold-armn-to-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-armn-to-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ka) { background-image: url('themes/wikimediaui/images/icons/bold-geor-man-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-geor-man-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ky) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ru) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(uk) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(nl) { background-image: url('themes/wikimediaui/images/icons/bold-v-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-v-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(os) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-be-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-be-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-bold:lang(ur) { background-image: url('themes/wikimediaui/images/icons/bold-arab-jeem-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-jeem-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-bold { background-image: url('themes/wikimediaui/images/icons/bold-a-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-a-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ar) { background-image: url('themes/wikimediaui/images/icons/bold-arab-ain-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-ain-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(be) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-te-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-te-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ce) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-palochka-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-palochka-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(cs) { background-image: url('themes/wikimediaui/images/icons/bold-b-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(en) { background-image: url('themes/wikimediaui/images/icons/bold-b-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(he) { background-image: url('themes/wikimediaui/images/icons/bold-b-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ml) { background-image: url('themes/wikimediaui/images/icons/bold-b-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(pl) { background-image: url('themes/wikimediaui/images/icons/bold-b-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(sco) { background-image: url('themes/wikimediaui/images/icons/bold-b-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-b-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(da) { background-image: url('themes/wikimediaui/images/icons/bold-f-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(de) { background-image: url('themes/wikimediaui/images/icons/bold-f-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(hu) { background-image: url('themes/wikimediaui/images/icons/bold-f-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ksh) { background-image: url('themes/wikimediaui/images/icons/bold-f-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(nn) { background-image: url('themes/wikimediaui/images/icons/bold-f-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(no) { background-image: url('themes/wikimediaui/images/icons/bold-f-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(sv) { background-image: url('themes/wikimediaui/images/icons/bold-f-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-f-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(es) { background-image: url('themes/wikimediaui/images/icons/bold-n-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(gl) { background-image: url('themes/wikimediaui/images/icons/bold-n-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(pt) { background-image: url('themes/wikimediaui/images/icons/bold-n-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-n-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(eu) { background-image: url('themes/wikimediaui/images/icons/bold-l-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-l-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(fi) { background-image: url('themes/wikimediaui/images/icons/bold-l-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-l-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(fa) { background-image: url('themes/wikimediaui/images/icons/bold-arab-dad-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-dad-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(fr) { background-image: url('themes/wikimediaui/images/icons/bold-g-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-g-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(it) { background-image: url('themes/wikimediaui/images/icons/bold-g-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-g-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(hy) { background-image: url('themes/wikimediaui/images/icons/bold-armn-to-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-armn-to-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ka) { background-image: url('themes/wikimediaui/images/icons/bold-geor-man-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-geor-man-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ky) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ru) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(uk) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-zhe-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-zhe-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(nl) { background-image: url('themes/wikimediaui/images/icons/bold-v-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-v-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(os) { background-image: url('themes/wikimediaui/images/icons/bold-cyrl-be-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-cyrl-be-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-bold:lang(ur) { background-image: url('themes/wikimediaui/images/icons/bold-arab-jeem-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bold-arab-jeem-progressive.svg'); } .oo-ui-icon-highlight { background-image: url('themes/wikimediaui/images/icons/highlight.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/highlight.svg'); } .oo-ui-image-invert.oo-ui-icon-highlight { background-image: url('themes/wikimediaui/images/icons/highlight-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/highlight-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-highlight { background-image: url('themes/wikimediaui/images/icons/highlight-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/highlight-progressive.svg'); } .oo-ui-icon-italic { background-image: url('themes/wikimediaui/images/icons/italic-a.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-a.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ar) { background-image: url('themes/wikimediaui/images/icons/italic-arab-meem.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-meem.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(cs) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(en) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(fr) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(he) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ml) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(pl) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(pt) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(sco) { background-image: url('themes/wikimediaui/images/icons/italic-i.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(be) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ce) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(da) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(de) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(fi) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ky) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(nn) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(no) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(os) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(sv) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ru) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(uk) { background-image: url('themes/wikimediaui/images/icons/italic-k.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(es) { background-image: url('themes/wikimediaui/images/icons/italic-c.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(gl) { background-image: url('themes/wikimediaui/images/icons/italic-c.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(it) { background-image: url('themes/wikimediaui/images/icons/italic-c.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(nl) { background-image: url('themes/wikimediaui/images/icons/italic-c.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(eu) { background-image: url('themes/wikimediaui/images/icons/italic-e.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-e.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(fa) { background-image: url('themes/wikimediaui/images/icons/italic-arab-keheh-jeem.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-keheh-jeem.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(hu) { background-image: url('themes/wikimediaui/images/icons/italic-d.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-d.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(hy) { background-image: url('themes/wikimediaui/images/icons/italic-armn-sha.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-armn-sha.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ksh) { background-image: url('themes/wikimediaui/images/icons/italic-s.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-s.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ka) { background-image: url('themes/wikimediaui/images/icons/italic-geor-kan.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-geor-kan.svg'); } /* @noflip */ .oo-ui-icon-italic:lang(ur) { background-image: url('themes/wikimediaui/images/icons/italic-arab-teh.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-teh.svg'); } .oo-ui-image-invert.oo-ui-icon-italic { background-image: url('themes/wikimediaui/images/icons/italic-a-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-a-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ar) { background-image: url('themes/wikimediaui/images/icons/italic-arab-meem-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-meem-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(cs) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(en) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(fr) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(he) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ml) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(pl) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(pt) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(sco) { background-image: url('themes/wikimediaui/images/icons/italic-i-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(be) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ce) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(da) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(de) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(fi) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ky) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(nn) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(no) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(os) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(sv) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ru) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(uk) { background-image: url('themes/wikimediaui/images/icons/italic-k-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(es) { background-image: url('themes/wikimediaui/images/icons/italic-c-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(gl) { background-image: url('themes/wikimediaui/images/icons/italic-c-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(it) { background-image: url('themes/wikimediaui/images/icons/italic-c-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(nl) { background-image: url('themes/wikimediaui/images/icons/italic-c-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(eu) { background-image: url('themes/wikimediaui/images/icons/italic-e-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-e-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(fa) { background-image: url('themes/wikimediaui/images/icons/italic-arab-keheh-jeem-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-keheh-jeem-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(hu) { background-image: url('themes/wikimediaui/images/icons/italic-d-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-d-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(hy) { background-image: url('themes/wikimediaui/images/icons/italic-armn-sha-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-armn-sha-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ksh) { background-image: url('themes/wikimediaui/images/icons/italic-s-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-s-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ka) { background-image: url('themes/wikimediaui/images/icons/italic-geor-kan-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-geor-kan-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-italic:lang(ur) { background-image: url('themes/wikimediaui/images/icons/italic-arab-teh-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-teh-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-italic { background-image: url('themes/wikimediaui/images/icons/italic-a-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-a-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ar) { background-image: url('themes/wikimediaui/images/icons/italic-arab-meem-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-meem-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(cs) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(en) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(fr) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(he) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ml) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(pl) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(pt) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(sco) { background-image: url('themes/wikimediaui/images/icons/italic-i-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-i-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(be) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ce) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(da) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(de) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(fi) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ky) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(nn) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(no) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(os) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(sv) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ru) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(uk) { background-image: url('themes/wikimediaui/images/icons/italic-k-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-k-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(es) { background-image: url('themes/wikimediaui/images/icons/italic-c-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(gl) { background-image: url('themes/wikimediaui/images/icons/italic-c-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(it) { background-image: url('themes/wikimediaui/images/icons/italic-c-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(nl) { background-image: url('themes/wikimediaui/images/icons/italic-c-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-c-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(eu) { background-image: url('themes/wikimediaui/images/icons/italic-e-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-e-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(fa) { background-image: url('themes/wikimediaui/images/icons/italic-arab-keheh-jeem-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-keheh-jeem-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(hu) { background-image: url('themes/wikimediaui/images/icons/italic-d-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-d-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(hy) { background-image: url('themes/wikimediaui/images/icons/italic-armn-sha-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-armn-sha-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ksh) { background-image: url('themes/wikimediaui/images/icons/italic-s-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-s-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ka) { background-image: url('themes/wikimediaui/images/icons/italic-geor-kan-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-geor-kan-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-italic:lang(ur) { background-image: url('themes/wikimediaui/images/icons/italic-arab-teh-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/italic-arab-teh-progressive.svg'); } .oo-ui-icon-strikethrough { background-image: url('themes/wikimediaui/images/icons/strikethrough-a.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-a.svg'); } /* @noflip */ .oo-ui-icon-strikethrough:lang(en) { background-image: url('themes/wikimediaui/images/icons/strikethrough-s.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-s.svg'); } /* @noflip */ .oo-ui-icon-strikethrough:lang(fi) { background-image: url('themes/wikimediaui/images/icons/strikethrough-y.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-y.svg'); } .oo-ui-image-invert.oo-ui-icon-strikethrough { background-image: url('themes/wikimediaui/images/icons/strikethrough-a-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-a-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-strikethrough:lang(en) { background-image: url('themes/wikimediaui/images/icons/strikethrough-s-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-s-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-strikethrough:lang(fi) { background-image: url('themes/wikimediaui/images/icons/strikethrough-y-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-y-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-strikethrough { background-image: url('themes/wikimediaui/images/icons/strikethrough-a-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-a-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-strikethrough:lang(en) { background-image: url('themes/wikimediaui/images/icons/strikethrough-s-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-s-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-strikethrough:lang(fi) { background-image: url('themes/wikimediaui/images/icons/strikethrough-y-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/strikethrough-y-progressive.svg'); } .oo-ui-icon-underline { background-image: url('themes/wikimediaui/images/icons/underline-a.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-a.svg'); } /* @noflip */ .oo-ui-icon-underline:lang(en) { background-image: url('themes/wikimediaui/images/icons/underline-u.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-u.svg'); } /* @noflip */ .oo-ui-icon-underline:lang(de) { background-image: url('themes/wikimediaui/images/icons/underline-u.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-u.svg'); } .oo-ui-image-invert.oo-ui-icon-underline { background-image: url('themes/wikimediaui/images/icons/underline-a-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-a-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-underline:lang(en) { background-image: url('themes/wikimediaui/images/icons/underline-u-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-u-invert.svg'); } /* @noflip */ .oo-ui-image-invert.oo-ui-icon-underline:lang(de) { background-image: url('themes/wikimediaui/images/icons/underline-u-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-u-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-underline { background-image: url('themes/wikimediaui/images/icons/underline-a-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-a-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-underline:lang(en) { background-image: url('themes/wikimediaui/images/icons/underline-u-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-u-progressive.svg'); } /* @noflip */ .oo-ui-image-progressive.oo-ui-icon-underline:lang(de) { background-image: url('themes/wikimediaui/images/icons/underline-u-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/underline-u-progressive.svg'); } .oo-ui-icon-textLanguage { background-image: url('themes/wikimediaui/images/icons/language.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language.svg'); } .oo-ui-image-invert.oo-ui-icon-textLanguage { background-image: url('themes/wikimediaui/images/icons/language-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-textLanguage { background-image: url('themes/wikimediaui/images/icons/language-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language-progressive.svg'); } .oo-ui-icon-textDirLTR { background-image: url('themes/wikimediaui/images/icons/textDirLTR.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textDirLTR.svg'); } .oo-ui-image-invert.oo-ui-icon-textDirLTR { background-image: url('themes/wikimediaui/images/icons/textDirLTR-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textDirLTR-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-textDirLTR { background-image: url('themes/wikimediaui/images/icons/textDirLTR-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textDirLTR-progressive.svg'); } .oo-ui-icon-textDirRTL { background-image: url('themes/wikimediaui/images/icons/textDirRTL.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textDirRTL.svg'); } .oo-ui-image-invert.oo-ui-icon-textDirRTL { background-image: url('themes/wikimediaui/images/icons/textDirRTL-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textDirRTL-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-textDirRTL { background-image: url('themes/wikimediaui/images/icons/textDirRTL-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textDirRTL-progressive.svg'); } .oo-ui-icon-textStyle { background-image: url('themes/wikimediaui/images/icons/textStyle.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textStyle.svg'); } .oo-ui-image-invert.oo-ui-icon-textStyle { background-image: url('themes/wikimediaui/images/icons/textStyle-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textStyle-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-textStyle { background-image: url('themes/wikimediaui/images/icons/textStyle-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/textStyle-progressive.svg'); } .oo-ui-icon-indent { background-image: url('themes/wikimediaui/images/icons/indent-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/indent-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-indent { background-image: url('themes/wikimediaui/images/icons/indent-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/indent-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-indent { background-image: url('themes/wikimediaui/images/icons/indent-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/indent-ltr-progressive.svg'); } .oo-ui-icon-listBullet { background-image: url('themes/wikimediaui/images/icons/listBullet-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/listBullet-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-listBullet { background-image: url('themes/wikimediaui/images/icons/listBullet-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/listBullet-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-listBullet { background-image: url('themes/wikimediaui/images/icons/listBullet-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/listBullet-ltr-progressive.svg'); } .oo-ui-icon-listNumbered { background-image: url('themes/wikimediaui/images/icons/listNumbered-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/listNumbered-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-listNumbered { background-image: url('themes/wikimediaui/images/icons/listNumbered-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/listNumbered-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-listNumbered { background-image: url('themes/wikimediaui/images/icons/listNumbered-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/listNumbered-ltr-progressive.svg'); } .oo-ui-icon-outdent { background-image: url('themes/wikimediaui/images/icons/outdent-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/outdent-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-outdent { background-image: url('themes/wikimediaui/images/icons/outdent-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/outdent-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-outdent { background-image: url('themes/wikimediaui/images/icons/outdent-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/outdent-ltr-progressive.svg'); } .oo-ui-icon-alignCenter { background-image: url('themes/wikimediaui/images/icons/alignCenter.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignCenter.svg'); } .oo-ui-image-invert.oo-ui-icon-alignCenter { background-image: url('themes/wikimediaui/images/icons/alignCenter-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignCenter-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-alignCenter { background-image: url('themes/wikimediaui/images/icons/alignCenter-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignCenter-progressive.svg'); } .oo-ui-icon-alignLeft { background-image: url('themes/wikimediaui/images/icons/alignLeft.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignLeft.svg'); } .oo-ui-image-invert.oo-ui-icon-alignLeft { background-image: url('themes/wikimediaui/images/icons/alignLeft-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignLeft-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-alignLeft { background-image: url('themes/wikimediaui/images/icons/alignLeft-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignLeft-progressive.svg'); } .oo-ui-icon-alignRight { background-image: url('themes/wikimediaui/images/icons/alignRight.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignRight.svg'); } .oo-ui-image-invert.oo-ui-icon-alignRight { background-image: url('themes/wikimediaui/images/icons/alignRight-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignRight-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-alignRight { background-image: url('themes/wikimediaui/images/icons/alignRight-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignRight-progressive.svg'); } .oo-ui-icon-attachment { background-image: url('themes/wikimediaui/images/icons/attachment.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/attachment.svg'); } .oo-ui-image-invert.oo-ui-icon-attachment { background-image: url('themes/wikimediaui/images/icons/attachment-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/attachment-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-attachment { background-image: url('themes/wikimediaui/images/icons/attachment-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/attachment-progressive.svg'); } .oo-ui-icon-beaker { background-image: url('themes/wikimediaui/images/icons/beaker.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/beaker.svg'); } .oo-ui-image-invert.oo-ui-icon-beaker { background-image: url('themes/wikimediaui/images/icons/beaker-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/beaker-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-beaker { background-image: url('themes/wikimediaui/images/icons/beaker-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/beaker-progressive.svg'); } .oo-ui-icon-calendar { background-image: url('themes/wikimediaui/images/icons/calendar.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/calendar.svg'); } .oo-ui-image-invert.oo-ui-icon-calendar { background-image: url('themes/wikimediaui/images/icons/calendar-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/calendar-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-calendar { background-image: url('themes/wikimediaui/images/icons/calendar-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/calendar-progressive.svg'); } .oo-ui-icon-code { background-image: url('themes/wikimediaui/images/icons/code.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/code.svg'); } .oo-ui-image-invert.oo-ui-icon-code { background-image: url('themes/wikimediaui/images/icons/code-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/code-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-code { background-image: url('themes/wikimediaui/images/icons/code-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/code-progressive.svg'); } .oo-ui-icon-hieroglyph { background-image: url('themes/wikimediaui/images/icons/hieroglyph.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/hieroglyph.svg'); } .oo-ui-image-invert.oo-ui-icon-hieroglyph { background-image: url('themes/wikimediaui/images/icons/hieroglyph-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/hieroglyph-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-hieroglyph { background-image: url('themes/wikimediaui/images/icons/hieroglyph-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/hieroglyph-progressive.svg'); } .oo-ui-icon-imageLayoutBasic { background-image: url('themes/wikimediaui/images/icons/imageLayoutBasic.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutBasic.svg'); } .oo-ui-image-invert.oo-ui-icon-imageLayoutBasic { background-image: url('themes/wikimediaui/images/icons/imageLayoutBasic-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutBasic-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageLayoutBasic { background-image: url('themes/wikimediaui/images/icons/imageLayoutBasic-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutBasic-progressive.svg'); } .oo-ui-icon-imageLayoutFrame { background-image: url('themes/wikimediaui/images/icons/imageLayoutFrame.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutFrame.svg'); } .oo-ui-image-invert.oo-ui-icon-imageLayoutFrame { background-image: url('themes/wikimediaui/images/icons/imageLayoutFrame-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutFrame-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageLayoutFrame { background-image: url('themes/wikimediaui/images/icons/imageLayoutFrame-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutFrame-progressive.svg'); } .oo-ui-icon-imageLayoutFrameless { background-image: url('themes/wikimediaui/images/icons/imageLayoutFrameless.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutFrameless.svg'); } .oo-ui-image-invert.oo-ui-icon-imageLayoutFrameless { background-image: url('themes/wikimediaui/images/icons/imageLayoutFrameless-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutFrameless-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageLayoutFrameless { background-image: url('themes/wikimediaui/images/icons/imageLayoutFrameless-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutFrameless-progressive.svg'); } .oo-ui-icon-imageLayoutThumbnail { background-image: url('themes/wikimediaui/images/icons/imageLayoutThumbnail.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutThumbnail.svg'); } .oo-ui-image-invert.oo-ui-icon-imageLayoutThumbnail { background-image: url('themes/wikimediaui/images/icons/imageLayoutThumbnail-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutThumbnail-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageLayoutThumbnail { background-image: url('themes/wikimediaui/images/icons/imageLayoutThumbnail-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLayoutThumbnail-progressive.svg'); } .oo-ui-icon-language { background-image: url('themes/wikimediaui/images/icons/language.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language.svg'); } .oo-ui-image-invert.oo-ui-icon-language { background-image: url('themes/wikimediaui/images/icons/language-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-language { background-image: url('themes/wikimediaui/images/icons/language-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language-progressive.svg'); } .oo-ui-icon-layout { background-image: url('themes/wikimediaui/images/icons/layout-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/layout-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-layout { background-image: url('themes/wikimediaui/images/icons/layout-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/layout-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-layout { background-image: url('themes/wikimediaui/images/icons/layout-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/layout-ltr-progressive.svg'); } .oo-ui-icon-markup { background-image: url('themes/wikimediaui/images/icons/markup.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/markup.svg'); } .oo-ui-image-invert.oo-ui-icon-markup { background-image: url('themes/wikimediaui/images/icons/markup-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/markup-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-markup { background-image: url('themes/wikimediaui/images/icons/markup-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/markup-progressive.svg'); } .oo-ui-icon-mathematics { background-image: url('themes/wikimediaui/images/icons/mathematics.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematics.svg'); } .oo-ui-image-invert.oo-ui-icon-mathematics { background-image: url('themes/wikimediaui/images/icons/mathematics-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematics-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-mathematics { background-image: url('themes/wikimediaui/images/icons/mathematics-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematics-progressive.svg'); } .oo-ui-icon-mathematicsDisplayBlock { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayBlock.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayBlock.svg'); } .oo-ui-image-invert.oo-ui-icon-mathematicsDisplayBlock { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayBlock-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayBlock-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-mathematicsDisplayBlock { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayBlock-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayBlock-progressive.svg'); } .oo-ui-icon-mathematicsDisplayDefault { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayDefault.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayDefault.svg'); } .oo-ui-image-invert.oo-ui-icon-mathematicsDisplayDefault { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayDefault-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayDefault-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-mathematicsDisplayDefault { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayDefault-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayDefault-progressive.svg'); } .oo-ui-icon-mathematicsDisplayInline { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayInline.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayInline.svg'); } .oo-ui-image-invert.oo-ui-icon-mathematicsDisplayInline { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayInline-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayInline-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-mathematicsDisplayInline { background-image: url('themes/wikimediaui/images/icons/mathematicsDisplayInline-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mathematicsDisplayInline-progressive.svg'); } .oo-ui-icon-newline { background-image: url('themes/wikimediaui/images/icons/newline-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newline-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-newline { background-image: url('themes/wikimediaui/images/icons/newline-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newline-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-newline { background-image: url('themes/wikimediaui/images/icons/newline-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newline-ltr-progressive.svg'); } .oo-ui-icon-noWikiText { background-image: url('themes/wikimediaui/images/icons/noWikiText.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/noWikiText.svg'); } .oo-ui-image-invert.oo-ui-icon-noWikiText { background-image: url('themes/wikimediaui/images/icons/noWikiText-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/noWikiText-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-noWikiText { background-image: url('themes/wikimediaui/images/icons/noWikiText-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/noWikiText-progressive.svg'); } .oo-ui-icon-outline { background-image: url('themes/wikimediaui/images/icons/outline-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/outline-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-outline { background-image: url('themes/wikimediaui/images/icons/outline-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/outline-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-outline { background-image: url('themes/wikimediaui/images/icons/outline-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/outline-ltr-progressive.svg'); } .oo-ui-icon-puzzle { background-image: url('themes/wikimediaui/images/icons/puzzle-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/puzzle-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-puzzle { background-image: url('themes/wikimediaui/images/icons/puzzle-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/puzzle-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-puzzle { background-image: url('themes/wikimediaui/images/icons/puzzle-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/puzzle-ltr-progressive.svg'); } .oo-ui-icon-quotes { background-image: url('themes/wikimediaui/images/icons/quotes-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/quotes-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-quotes { background-image: url('themes/wikimediaui/images/icons/quotes-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/quotes-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-quotes { background-image: url('themes/wikimediaui/images/icons/quotes-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/quotes-ltr-progressive.svg'); } .oo-ui-icon-searchCaseSensitive { background-image: url('themes/wikimediaui/images/icons/searchCaseSensitive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchCaseSensitive.svg'); } .oo-ui-image-invert.oo-ui-icon-searchCaseSensitive { background-image: url('themes/wikimediaui/images/icons/searchCaseSensitive-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchCaseSensitive-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-searchCaseSensitive { background-image: url('themes/wikimediaui/images/icons/searchCaseSensitive-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchCaseSensitive-progressive.svg'); } .oo-ui-icon-searchDiacritics { background-image: url('themes/wikimediaui/images/icons/searchDiacritics.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchDiacritics.svg'); } .oo-ui-image-invert.oo-ui-icon-searchDiacritics { background-image: url('themes/wikimediaui/images/icons/searchDiacritics-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchDiacritics-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-searchDiacritics { background-image: url('themes/wikimediaui/images/icons/searchDiacritics-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchDiacritics-progressive.svg'); } .oo-ui-icon-searchRegularExpression { background-image: url('themes/wikimediaui/images/icons/searchRegularExpression.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchRegularExpression.svg'); } .oo-ui-image-invert.oo-ui-icon-searchRegularExpression { background-image: url('themes/wikimediaui/images/icons/searchRegularExpression-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchRegularExpression-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-searchRegularExpression { background-image: url('themes/wikimediaui/images/icons/searchRegularExpression-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/searchRegularExpression-progressive.svg'); } .oo-ui-icon-signature { background-image: url('themes/wikimediaui/images/icons/signature-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/signature-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-signature { background-image: url('themes/wikimediaui/images/icons/signature-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/signature-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-signature { background-image: url('themes/wikimediaui/images/icons/signature-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/signature-ltr-progressive.svg'); } .oo-ui-icon-specialCharacter { background-image: url('themes/wikimediaui/images/icons/specialCharacter.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/specialCharacter.svg'); } .oo-ui-image-invert.oo-ui-icon-specialCharacter { background-image: url('themes/wikimediaui/images/icons/specialCharacter-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/specialCharacter-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-specialCharacter { background-image: url('themes/wikimediaui/images/icons/specialCharacter-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/specialCharacter-progressive.svg'); } .oo-ui-icon-table { background-image: url('themes/wikimediaui/images/icons/table.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/table.svg'); } .oo-ui-image-invert.oo-ui-icon-table { background-image: url('themes/wikimediaui/images/icons/table-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/table-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-table { background-image: url('themes/wikimediaui/images/icons/table-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/table-progressive.svg'); } .oo-ui-icon-tableAddColumnAfter { background-image: url('themes/wikimediaui/images/icons/tableAddColumnAfter.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddColumnAfter.svg'); } .oo-ui-image-invert.oo-ui-icon-tableAddColumnAfter { background-image: url('themes/wikimediaui/images/icons/tableAddColumnAfter-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddColumnAfter-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableAddColumnAfter { background-image: url('themes/wikimediaui/images/icons/tableAddColumnAfter-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddColumnAfter-progressive.svg'); } .oo-ui-icon-tableAddColumnBefore { background-image: url('themes/wikimediaui/images/icons/tableAddColumnBefore.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddColumnBefore.svg'); } .oo-ui-image-invert.oo-ui-icon-tableAddColumnBefore { background-image: url('themes/wikimediaui/images/icons/tableAddColumnBefore-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddColumnBefore-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableAddColumnBefore { background-image: url('themes/wikimediaui/images/icons/tableAddColumnBefore-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddColumnBefore-progressive.svg'); } .oo-ui-icon-tableAddRowAfter { background-image: url('themes/wikimediaui/images/icons/tableAddRowAfter.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddRowAfter.svg'); } .oo-ui-image-invert.oo-ui-icon-tableAddRowAfter { background-image: url('themes/wikimediaui/images/icons/tableAddRowAfter-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddRowAfter-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableAddRowAfter { background-image: url('themes/wikimediaui/images/icons/tableAddRowAfter-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddRowAfter-progressive.svg'); } .oo-ui-icon-tableAddRowBefore { background-image: url('themes/wikimediaui/images/icons/tableAddRowBefore.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddRowBefore.svg'); } .oo-ui-image-invert.oo-ui-icon-tableAddRowBefore { background-image: url('themes/wikimediaui/images/icons/tableAddRowBefore-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddRowBefore-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableAddRowBefore { background-image: url('themes/wikimediaui/images/icons/tableAddRowBefore-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableAddRowBefore-progressive.svg'); } .oo-ui-icon-tableCaption { background-image: url('themes/wikimediaui/images/icons/tableCaption.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableCaption.svg'); } .oo-ui-image-invert.oo-ui-icon-tableCaption { background-image: url('themes/wikimediaui/images/icons/tableCaption-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableCaption-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableCaption { background-image: url('themes/wikimediaui/images/icons/tableCaption-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableCaption-progressive.svg'); } .oo-ui-icon-tableMergeCells { background-image: url('themes/wikimediaui/images/icons/tableMergeCells.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMergeCells.svg'); } .oo-ui-image-invert.oo-ui-icon-tableMergeCells { background-image: url('themes/wikimediaui/images/icons/tableMergeCells-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMergeCells-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableMergeCells { background-image: url('themes/wikimediaui/images/icons/tableMergeCells-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMergeCells-progressive.svg'); } .oo-ui-icon-tableMoveColumnAfter { background-image: url('themes/wikimediaui/images/icons/tableMoveColumnAfter.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveColumnAfter.svg'); } .oo-ui-image-invert.oo-ui-icon-tableMoveColumnAfter { background-image: url('themes/wikimediaui/images/icons/tableMoveColumnAfter-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveColumnAfter-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableMoveColumnAfter { background-image: url('themes/wikimediaui/images/icons/tableMoveColumnAfter-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveColumnAfter-progressive.svg'); } .oo-ui-icon-tableMoveColumnBefore { background-image: url('themes/wikimediaui/images/icons/tableMoveColumnBefore.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveColumnBefore.svg'); } .oo-ui-image-invert.oo-ui-icon-tableMoveColumnBefore { background-image: url('themes/wikimediaui/images/icons/tableMoveColumnBefore-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveColumnBefore-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableMoveColumnBefore { background-image: url('themes/wikimediaui/images/icons/tableMoveColumnBefore-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveColumnBefore-progressive.svg'); } .oo-ui-icon-tableMoveRowAfter { background-image: url('themes/wikimediaui/images/icons/tableMoveRowAfter.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveRowAfter.svg'); } .oo-ui-image-invert.oo-ui-icon-tableMoveRowAfter { background-image: url('themes/wikimediaui/images/icons/tableMoveRowAfter-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveRowAfter-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableMoveRowAfter { background-image: url('themes/wikimediaui/images/icons/tableMoveRowAfter-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveRowAfter-progressive.svg'); } .oo-ui-icon-tableMoveRowBefore { background-image: url('themes/wikimediaui/images/icons/tableMoveRowBefore.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveRowBefore.svg'); } .oo-ui-image-invert.oo-ui-icon-tableMoveRowBefore { background-image: url('themes/wikimediaui/images/icons/tableMoveRowBefore-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveRowBefore-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-tableMoveRowBefore { background-image: url('themes/wikimediaui/images/icons/tableMoveRowBefore-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/tableMoveRowBefore-progressive.svg'); } .oo-ui-icon-templateAdd { background-image: url('themes/wikimediaui/images/icons/templateAdd-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/templateAdd-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-templateAdd { background-image: url('themes/wikimediaui/images/icons/templateAdd-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/templateAdd-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-templateAdd { background-image: url('themes/wikimediaui/images/icons/templateAdd-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/templateAdd-ltr-progressive.svg'); } .oo-ui-icon-translation { background-image: url('themes/wikimediaui/images/icons/language.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language.svg'); } .oo-ui-image-invert.oo-ui-icon-translation { background-image: url('themes/wikimediaui/images/icons/language-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-translation { background-image: url('themes/wikimediaui/images/icons/language-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/language-progressive.svg'); } .oo-ui-icon-wikiText { background-image: url('themes/wikimediaui/images/icons/wikiText.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/wikiText.svg'); } .oo-ui-image-invert.oo-ui-icon-wikiText { background-image: url('themes/wikimediaui/images/icons/wikiText-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/wikiText-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-wikiText { background-image: url('themes/wikimediaui/images/icons/wikiText-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/wikiText-progressive.svg'); } .oo-ui-icon-book { background-image: url('themes/wikimediaui/images/icons/book-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/book-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-book { background-image: url('themes/wikimediaui/images/icons/book-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/book-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-book { background-image: url('themes/wikimediaui/images/icons/book-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/book-ltr-progressive.svg'); } .oo-ui-icon-journal { background-image: url('themes/wikimediaui/images/icons/journal-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/journal-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-journal { background-image: url('themes/wikimediaui/images/icons/journal-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/journal-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-journal { background-image: url('themes/wikimediaui/images/icons/journal-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/journal-ltr-progressive.svg'); } .oo-ui-icon-newspaper { background-image: url('themes/wikimediaui/images/icons/newspaper-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newspaper-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-newspaper { background-image: url('themes/wikimediaui/images/icons/newspaper-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newspaper-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-newspaper { background-image: url('themes/wikimediaui/images/icons/newspaper-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/newspaper-ltr-progressive.svg'); } .oo-ui-icon-reference { background-image: url('themes/wikimediaui/images/icons/reference.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reference.svg'); } .oo-ui-image-invert.oo-ui-icon-reference { background-image: url('themes/wikimediaui/images/icons/reference-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reference-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-reference { background-image: url('themes/wikimediaui/images/icons/reference-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/reference-progressive.svg'); } .oo-ui-icon-referenceExisting { background-image: url('themes/wikimediaui/images/icons/referenceExisting-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/referenceExisting-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-referenceExisting { background-image: url('themes/wikimediaui/images/icons/referenceExisting-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/referenceExisting-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-referenceExisting { background-image: url('themes/wikimediaui/images/icons/referenceExisting-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/referenceExisting-ltr-progressive.svg'); } .oo-ui-icon-references { background-image: url('themes/wikimediaui/images/icons/references-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/references-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-references { background-image: url('themes/wikimediaui/images/icons/references-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/references-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-references { background-image: url('themes/wikimediaui/images/icons/references-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/references-ltr-progressive.svg'); } .oo-ui-icon-camera { background-image: url('themes/wikimediaui/images/icons/camera.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/camera.svg'); } .oo-ui-image-invert.oo-ui-icon-camera { background-image: url('themes/wikimediaui/images/icons/camera-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/camera-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-camera { background-image: url('themes/wikimediaui/images/icons/camera-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/camera-progressive.svg'); } .oo-ui-icon-chart { background-image: url('themes/wikimediaui/images/icons/chart.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/chart.svg'); } .oo-ui-image-invert.oo-ui-icon-chart { background-image: url('themes/wikimediaui/images/icons/chart-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/chart-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-chart { background-image: url('themes/wikimediaui/images/icons/chart-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/chart-progressive.svg'); } .oo-ui-icon-exitFullscreen { background-image: url('themes/wikimediaui/images/icons/exitFullscreen.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/exitFullscreen.svg'); } .oo-ui-image-invert.oo-ui-icon-exitFullscreen { background-image: url('themes/wikimediaui/images/icons/exitFullscreen-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/exitFullscreen-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-exitFullscreen { background-image: url('themes/wikimediaui/images/icons/exitFullscreen-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/exitFullscreen-progressive.svg'); } .oo-ui-icon-fullScreen { background-image: url('themes/wikimediaui/images/icons/fullScreen.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/fullScreen.svg'); } .oo-ui-image-invert.oo-ui-icon-fullScreen { background-image: url('themes/wikimediaui/images/icons/fullScreen-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/fullScreen-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-fullScreen { background-image: url('themes/wikimediaui/images/icons/fullScreen-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/fullScreen-progressive.svg'); } .oo-ui-icon-image { background-image: url('themes/wikimediaui/images/icons/image.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/image.svg'); } .oo-ui-image-invert.oo-ui-icon-image { background-image: url('themes/wikimediaui/images/icons/image-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/image-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-image { background-image: url('themes/wikimediaui/images/icons/image-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/image-progressive.svg'); } .oo-ui-icon-imageAdd { background-image: url('themes/wikimediaui/images/icons/imageAdd-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageAdd-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-imageAdd { background-image: url('themes/wikimediaui/images/icons/imageAdd-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageAdd-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageAdd { background-image: url('themes/wikimediaui/images/icons/imageAdd-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageAdd-ltr-progressive.svg'); } .oo-ui-icon-imageBroken { background-image: url('themes/wikimediaui/images/icons/imageBroken.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageBroken.svg'); } .oo-ui-image-invert.oo-ui-icon-imageBroken { background-image: url('themes/wikimediaui/images/icons/imageBroken-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageBroken-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageBroken { background-image: url('themes/wikimediaui/images/icons/imageBroken-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageBroken-progressive.svg'); } .oo-ui-icon-imageLock { background-image: url('themes/wikimediaui/images/icons/imageLock-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLock-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-imageLock { background-image: url('themes/wikimediaui/images/icons/imageLock-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLock-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageLock { background-image: url('themes/wikimediaui/images/icons/imageLock-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageLock-ltr-progressive.svg'); } .oo-ui-icon-imageGallery { background-image: url('themes/wikimediaui/images/icons/imageGallery.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageGallery.svg'); } .oo-ui-image-invert.oo-ui-icon-imageGallery { background-image: url('themes/wikimediaui/images/icons/imageGallery-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageGallery-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-imageGallery { background-image: url('themes/wikimediaui/images/icons/imageGallery-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/imageGallery-progressive.svg'); } .oo-ui-icon-musicalScore { background-image: url('themes/wikimediaui/images/icons/musicalScore.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/musicalScore.svg'); } .oo-ui-image-invert.oo-ui-icon-musicalScore { background-image: url('themes/wikimediaui/images/icons/musicalScore-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/musicalScore-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-musicalScore { background-image: url('themes/wikimediaui/images/icons/musicalScore-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/musicalScore-progressive.svg'); } .oo-ui-icon-pause { background-image: url('themes/wikimediaui/images/icons/pause.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pause.svg'); } .oo-ui-image-invert.oo-ui-icon-pause { background-image: url('themes/wikimediaui/images/icons/pause-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pause-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-pause { background-image: url('themes/wikimediaui/images/icons/pause-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pause-progressive.svg'); } .oo-ui-icon-play { background-image: url('themes/wikimediaui/images/icons/play.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/play.svg'); } .oo-ui-image-invert.oo-ui-icon-play { background-image: url('themes/wikimediaui/images/icons/play-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/play-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-play { background-image: url('themes/wikimediaui/images/icons/play-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/play-progressive.svg'); } .oo-ui-icon-stop { background-image: url('themes/wikimediaui/images/icons/stop.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stop.svg'); } .oo-ui-image-invert.oo-ui-icon-stop { background-image: url('themes/wikimediaui/images/icons/stop-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stop-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-stop { background-image: url('themes/wikimediaui/images/icons/stop-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stop-progressive.svg'); } .oo-ui-icon-zoomIn { background-image: url('themes/wikimediaui/images/icons/zoomIn.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/zoomIn.svg'); } .oo-ui-image-invert.oo-ui-icon-zoomIn { background-image: url('themes/wikimediaui/images/icons/zoomIn-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/zoomIn-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-zoomIn { background-image: url('themes/wikimediaui/images/icons/zoomIn-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/zoomIn-progressive.svg'); } .oo-ui-icon-zoomOut { background-image: url('themes/wikimediaui/images/icons/zoomOut.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/zoomOut.svg'); } .oo-ui-image-invert.oo-ui-icon-zoomOut { background-image: url('themes/wikimediaui/images/icons/zoomOut-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/zoomOut-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-zoomOut { background-image: url('themes/wikimediaui/images/icons/zoomOut-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/zoomOut-progressive.svg'); } .oo-ui-icon-globe { background-image: url('themes/wikimediaui/images/icons/globe.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/globe.svg'); } .oo-ui-image-invert.oo-ui-icon-globe { background-image: url('themes/wikimediaui/images/icons/globe-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/globe-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-globe { background-image: url('themes/wikimediaui/images/icons/globe-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/globe-progressive.svg'); } .oo-ui-icon-map { background-image: url('themes/wikimediaui/images/icons/map-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/map-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-map { background-image: url('themes/wikimediaui/images/icons/map-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/map-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-map { background-image: url('themes/wikimediaui/images/icons/map-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/map-ltr-progressive.svg'); } .oo-ui-icon-mapPin { background-image: url('themes/wikimediaui/images/icons/mapPin.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapPin.svg'); } .oo-ui-image-invert.oo-ui-icon-mapPin { background-image: url('themes/wikimediaui/images/icons/mapPin-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapPin-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-mapPin { background-image: url('themes/wikimediaui/images/icons/mapPin-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapPin-progressive.svg'); } .oo-ui-icon-mapPinAdd { background-image: url('themes/wikimediaui/images/icons/mapPinAdd.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapPinAdd.svg'); } .oo-ui-image-invert.oo-ui-icon-mapPinAdd { background-image: url('themes/wikimediaui/images/icons/mapPinAdd-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapPinAdd-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-mapPinAdd { background-image: url('themes/wikimediaui/images/icons/mapPinAdd-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapPinAdd-progressive.svg'); } .oo-ui-icon-mapTrail { background-image: url('themes/wikimediaui/images/icons/mapTrail.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapTrail.svg'); } .oo-ui-image-invert.oo-ui-icon-mapTrail { background-image: url('themes/wikimediaui/images/icons/mapTrail-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapTrail-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-mapTrail { background-image: url('themes/wikimediaui/images/icons/mapTrail-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/mapTrail-progressive.svg'); } .oo-ui-icon-userAnonymous { background-image: url('themes/wikimediaui/images/icons/userAnonymous.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAnonymous.svg'); } .oo-ui-image-invert.oo-ui-icon-userAnonymous { background-image: url('themes/wikimediaui/images/icons/userAnonymous-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAnonymous-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-userAnonymous { background-image: url('themes/wikimediaui/images/icons/userAnonymous-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAnonymous-progressive.svg'); } .oo-ui-icon-userAvatar { background-image: url('themes/wikimediaui/images/icons/userAvatar.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAvatar.svg'); } .oo-ui-image-invert.oo-ui-icon-userAvatar { background-image: url('themes/wikimediaui/images/icons/userAvatar-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAvatar-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-userAvatar { background-image: url('themes/wikimediaui/images/icons/userAvatar-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAvatar-progressive.svg'); } .oo-ui-icon-userAvatarOutline { background-image: url('themes/wikimediaui/images/icons/userAvatarOutline.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAvatarOutline.svg'); } .oo-ui-image-invert.oo-ui-icon-userAvatarOutline { background-image: url('themes/wikimediaui/images/icons/userAvatarOutline-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAvatarOutline-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-userAvatarOutline { background-image: url('themes/wikimediaui/images/icons/userAvatarOutline-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userAvatarOutline-progressive.svg'); } .oo-ui-icon-userTalk { background-image: url('themes/wikimediaui/images/icons/userTalk-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userTalk-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-userTalk { background-image: url('themes/wikimediaui/images/icons/userTalk-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userTalk-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-userTalk { background-image: url('themes/wikimediaui/images/icons/userTalk-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/userTalk-ltr-progressive.svg'); } .oo-ui-icon-menu { background-image: url('themes/wikimediaui/images/icons/menu.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/menu.svg'); } .oo-ui-image-invert.oo-ui-icon-menu { background-image: url('themes/wikimediaui/images/icons/menu-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/menu-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-menu { background-image: url('themes/wikimediaui/images/icons/menu-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/menu-progressive.svg'); } .oo-ui-icon-stripeFlow { background-image: url('themes/wikimediaui/images/icons/stripeFlow-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeFlow-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-stripeFlow { background-image: url('themes/wikimediaui/images/icons/stripeFlow-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeFlow-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-stripeFlow { background-image: url('themes/wikimediaui/images/icons/stripeFlow-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeFlow-ltr-progressive.svg'); } .oo-ui-icon-stripeSummary { background-image: url('themes/wikimediaui/images/icons/stripeSummary-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeSummary-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-stripeSummary { background-image: url('themes/wikimediaui/images/icons/stripeSummary-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeSummary-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-stripeSummary { background-image: url('themes/wikimediaui/images/icons/stripeSummary-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeSummary-ltr-progressive.svg'); } .oo-ui-icon-stripeToC { background-image: url('themes/wikimediaui/images/icons/stripeToC-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeToC-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-stripeToC { background-image: url('themes/wikimediaui/images/icons/stripeToC-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeToC-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-stripeToC { background-image: url('themes/wikimediaui/images/icons/stripeToC-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeToC-ltr-progressive.svg'); } .oo-ui-icon-viewCompact { background-image: url('themes/wikimediaui/images/icons/viewCompact.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewCompact.svg'); } .oo-ui-image-invert.oo-ui-icon-viewCompact { background-image: url('themes/wikimediaui/images/icons/viewCompact-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewCompact-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-viewCompact { background-image: url('themes/wikimediaui/images/icons/viewCompact-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewCompact-progressive.svg'); } .oo-ui-icon-viewDetails { background-image: url('themes/wikimediaui/images/icons/viewDetails-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewDetails-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-viewDetails { background-image: url('themes/wikimediaui/images/icons/viewDetails-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewDetails-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-viewDetails { background-image: url('themes/wikimediaui/images/icons/viewDetails-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewDetails-ltr-progressive.svg'); } .oo-ui-icon-bright { background-image: url('themes/wikimediaui/images/icons/bright.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bright.svg'); } .oo-ui-image-invert.oo-ui-icon-bright { background-image: url('themes/wikimediaui/images/icons/bright-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bright-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-bright { background-image: url('themes/wikimediaui/images/icons/bright-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bright-progressive.svg'); } .oo-ui-icon-halfBright { background-image: url('themes/wikimediaui/images/icons/halfBright-ltr.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfBright-ltr.svg'); } .oo-ui-image-invert.oo-ui-icon-halfBright { background-image: url('themes/wikimediaui/images/icons/halfBright-ltr-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfBright-ltr-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-halfBright { background-image: url('themes/wikimediaui/images/icons/halfBright-ltr-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfBright-ltr-progressive.svg'); } .oo-ui-icon-notBright { background-image: url('themes/wikimediaui/images/icons/notBright.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/notBright.svg'); } .oo-ui-image-invert.oo-ui-icon-notBright { background-image: url('themes/wikimediaui/images/icons/notBright-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/notBright-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-notBright { background-image: url('themes/wikimediaui/images/icons/notBright-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/notBright-progressive.svg'); } .oo-ui-icon-eye { background-image: url('themes/wikimediaui/images/icons/eye.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/eye.svg'); } .oo-ui-image-invert.oo-ui-icon-eye { background-image: url('themes/wikimediaui/images/icons/eye-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/eye-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-eye { background-image: url('themes/wikimediaui/images/icons/eye-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/eye-progressive.svg'); } .oo-ui-icon-eyeClosed { background-image: url('themes/wikimediaui/images/icons/eyeClosed.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/eyeClosed.svg'); } .oo-ui-image-invert.oo-ui-icon-eyeClosed { background-image: url('themes/wikimediaui/images/icons/eyeClosed-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/eyeClosed-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-eyeClosed { background-image: url('themes/wikimediaui/images/icons/eyeClosed-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/eyeClosed-progressive.svg'); } .oo-ui-icon-moon { background-image: url('themes/wikimediaui/images/icons/moon.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moon.svg'); } .oo-ui-image-invert.oo-ui-icon-moon { background-image: url('themes/wikimediaui/images/icons/moon-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moon-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-moon { background-image: url('themes/wikimediaui/images/icons/moon-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/moon-progressive.svg'); } .oo-ui-icon-largerText { background-image: url('themes/wikimediaui/images/icons/largerText.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/largerText.svg'); } .oo-ui-image-invert.oo-ui-icon-largerText { background-image: url('themes/wikimediaui/images/icons/largerText-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/largerText-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-largerText { background-image: url('themes/wikimediaui/images/icons/largerText-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/largerText-progressive.svg'); } .oo-ui-icon-smallerText { background-image: url('themes/wikimediaui/images/icons/smallerText.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/smallerText.svg'); } .oo-ui-image-invert.oo-ui-icon-smallerText { background-image: url('themes/wikimediaui/images/icons/smallerText-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/smallerText-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-smallerText { background-image: url('themes/wikimediaui/images/icons/smallerText-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/smallerText-progressive.svg'); } .oo-ui-icon-visionSimulator { background-image: url('themes/wikimediaui/images/icons/visionSimulator.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/visionSimulator.svg'); } .oo-ui-image-invert.oo-ui-icon-visionSimulator { background-image: url('themes/wikimediaui/images/icons/visionSimulator-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/visionSimulator-invert.svg'); } .oo-ui-image-progressive.oo-ui-icon-visionSimulator { background-image: url('themes/wikimediaui/images/icons/visionSimulator-progressive.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/visionSimulator-progressive.svg'); } .oo-ui-icon-logoCC { background-image: url('themes/wikimediaui/images/icons/logo-CC.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-CC.svg'); } .oo-ui-image-invert.oo-ui-icon-logoCC { background-image: url('themes/wikimediaui/images/icons/logo-CC-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-CC-invert.svg'); } .oo-ui-icon-logoWikidata { background-image: url('themes/wikimediaui/images/icons/logo-Wikidata.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikidata.svg'); } .oo-ui-image-invert.oo-ui-icon-logoWikidata { background-image: url('themes/wikimediaui/images/icons/logo-Wikidata-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikidata-invert.svg'); } .oo-ui-icon-logoWikimedia { background-image: url('themes/wikimediaui/images/icons/logo-Wikimedia.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikimedia.svg'); } .oo-ui-image-invert.oo-ui-icon-logoWikimedia { background-image: url('themes/wikimediaui/images/icons/logo-Wikimedia-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikimedia-invert.svg'); } .oo-ui-icon-logoWikimediaCommons { background-image: url('themes/wikimediaui/images/icons/logo-Wikimedia-Commons.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikimedia-Commons.svg'); } .oo-ui-image-invert.oo-ui-icon-logoWikimediaCommons { background-image: url('themes/wikimediaui/images/icons/logo-Wikimedia-Commons-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikimedia-Commons-invert.svg'); } .oo-ui-icon-logoWikimediaDiscovery { background-image: url('themes/wikimediaui/images/icons/logo-Wikimedia-Discovery.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikimedia-Discovery.svg'); } .oo-ui-image-invert.oo-ui-icon-logoWikimediaDiscovery { background-image: url('themes/wikimediaui/images/icons/logo-Wikimedia-Discovery-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikimedia-Discovery-invert.svg'); } .oo-ui-icon-logoWikipedia { background-image: url('themes/wikimediaui/images/icons/logo-Wikipedia.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikipedia.svg'); } .oo-ui-image-invert.oo-ui-icon-logoWikipedia { background-image: url('themes/wikimediaui/images/icons/logo-Wikipedia-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/logo-Wikipedia-invert.svg'); } .oo-ui-indicator-clear { background-image: url('themes/wikimediaui/images/indicators/clear.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/clear.svg'); } .oo-ui-image-invert.oo-ui-indicator-clear { background-image: url('themes/wikimediaui/images/indicators/clear-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/clear-invert.svg'); } .oo-ui-indicator-up { background-image: url('themes/wikimediaui/images/indicators/up.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/up.svg'); } .oo-ui-image-invert.oo-ui-indicator-up { background-image: url('themes/wikimediaui/images/indicators/up-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/up-invert.svg'); } .oo-ui-indicator-down { background-image: url('themes/wikimediaui/images/indicators/down.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/down.svg'); } .oo-ui-image-invert.oo-ui-indicator-down { background-image: url('themes/wikimediaui/images/indicators/down-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/down-invert.svg'); } .oo-ui-indicator-required { background-image: url('themes/wikimediaui/images/indicators/required.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/required.svg'); } .oo-ui-image-invert.oo-ui-indicator-required { background-image: url('themes/wikimediaui/images/indicators/required-invert.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/indicators/required-invert.svg'); }
cdnjs/cdnjs
ajax/libs/oojs-ui/0.33.4/oojs-ui-wikimediaui.css
CSS
mit
369,911
/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable-next-line */ /* stylelint-disable-next-line */ /* stylelint-disable-next-line */ /* stylelint-disable */ /* stylelint-enable */ /* stylelint-disable */ * { -webkit-box-sizing: border-box; box-sizing: border-box; } *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-size: 14px; line-height: 1.42857143; color: #575757; background-color: #fff; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } b, strong { font-weight: bold; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button { border-radius: 0; } button, select { text-transform: none; } button, html input[type='button'], input[type='reset'], input[type='submit'] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: not-allowed; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type='checkbox'], input[type='radio'] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { height: auto; } textarea { overflow: auto; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } [tabindex='-1'] { outline: none; } input[type='button'], input[type='submit'], input[type='reset'], button { border-width: 0; } input::-ms-clear { display: none; } input[type='file']::-webkit-file-upload-button, input[type='file']::-ms-browse { border-width: 0; background: transparent; color: currentColor; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .clearfix::before, .clearfix::after { content: ' '; display: table; } .clearfix::after { clear: both; } .pull-right { float: left !important; } .pull-left { float: right !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .hidden { display: none !important; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; pointer-events: none; } .fade.in { opacity: 1; pointer-events: unset; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease, visibility 0.35s ease; transition: height 0.35s ease, visibility 0.35s ease; } .sr-only { position: absolute; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 16.7%, 50%, 83.3% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 33.3%, 66.7% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } @keyframes shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 16.7%, 50%, 83.3% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 33.3%, 66.7% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } @-webkit-keyframes shakeHead { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 25%, 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 50% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } @keyframes shakeHead { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 25%, 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 50% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } @-webkit-keyframes slideUpIn { 0% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); } 100% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(1); transform: scaleY(1); } } @keyframes slideUpIn { 0% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); } 100% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(1); transform: scaleY(1); } } @-webkit-keyframes slideDownIn { 0% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); } 100% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleY(1); transform: scaleY(1); } } @keyframes slideDownIn { 0% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); } 100% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleY(1); transform: scaleY(1); } } @-webkit-keyframes slideLeftIn { 0% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleX(0.8); transform: scaleX(0.8); } 100% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleX(1); transform: scaleX(1); } } @keyframes slideLeftIn { 0% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleX(0.8); transform: scaleX(0.8); } 100% { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleX(1); transform: scaleX(1); } } @-webkit-keyframes slideRightIn { 0% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleX(0.8); transform: scaleX(0.8); } 100% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleX(1); transform: scaleX(1); } } @keyframes slideRightIn { 0% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleX(0.8); transform: scaleX(0.8); } 100% { -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: scaleX(1); transform: scaleX(1); } } @-webkit-keyframes errorMessageSlideUpIn { 0% { -webkit-transform: translate3d(0, 2px, 0); transform: translate3d(0, 2px, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes errorMessageSlideUpIn { 0% { -webkit-transform: translate3d(0, 2px, 0); transform: translate3d(0, 2px, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes errorMessageSlideDownIn { 0% { -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes errorMessageSlideDownIn { 0% { -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes errorMessageSlideLeftIn { 0% { -webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes errorMessageSlideLeftIn { 0% { -webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes errorMessageSlideRightIn { 0% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes errorMessageSlideRightIn { 0% { -webkit-transform: translate3d(-2px, 0, 0); transform: translate3d(-2px, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes buttonSpin { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes buttonSpin { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @-webkit-keyframes notificationMoveIn { 0% { opacity: 0; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); } 100% { opacity: 1; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(1); transform: scaleY(1); } } @keyframes notificationMoveIn { 0% { opacity: 0; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); } 100% { opacity: 1; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(1); transform: scaleY(1); } } @-webkit-keyframes notificationMoveOut { 0% { opacity: 1; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(1); transform: scaleY(1); max-height: 100px; } 100% { opacity: 0; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); max-height: 0; overflow: hidden; } } @keyframes notificationMoveOut { 0% { opacity: 1; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(1); transform: scaleY(1); max-height: 100px; } 100% { opacity: 0; -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); max-height: 0; overflow: hidden; } } @-webkit-keyframes notificationMoveInLeft { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes notificationMoveInLeft { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes notificationMoveInRight { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes notificationMoveInRight { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes bounceIn { from { opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes bounceIn { from { opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes bounceOut { from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } to { opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); } } @keyframes bounceOut { from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } to { opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); } } @-webkit-keyframes slideInLeft { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes slideInLeft { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes slideOutLeft { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes slideOutLeft { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @-webkit-keyframes slideInRight { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes slideInRight { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes slideOutRight { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes slideOutRight { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @-webkit-keyframes slideInTop { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes slideInTop { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes slideOutTop { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutTop { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes slideInBottom { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes slideInBottom { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes slideOutBottom { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes slideOutBottom { from { opacity: 1; -webkit-transform: none; transform: none; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @-webkit-keyframes loaderSpin { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes loaderSpin { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } } @-webkit-keyframes slideDown { from { -webkit-transform: translateY(-100%); transform: translateY(-100%); } to { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slideDown { from { -webkit-transform: translateY(-100%); transform: translateY(-100%); } to { -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes progress-active { 0% { opacity: 0.1; width: 0; } 20% { opacity: 0.5; width: 0; } 100% { opacity: 0; width: 100%; } } @keyframes progress-active { 0% { opacity: 0.1; width: 0; } 20% { opacity: 0.5; width: 0; } 100% { opacity: 0; width: 100%; } } @-webkit-keyframes progress-active-vertical { 0% { opacity: 0.1; height: 0; } 20% { opacity: 0.5; height: 0; } 100% { opacity: 0; height: 100%; } } @keyframes progress-active-vertical { 0% { opacity: 0.1; height: 0; } 20% { opacity: 0.5; height: 0; } 100% { opacity: 0; height: 100%; } } @-webkit-keyframes icon-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(-359deg); transform: rotate(-359deg); } } @keyframes icon-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(-359deg); transform: rotate(-359deg); } } @-webkit-keyframes sideNavFoldedText { 0% { max-width: 200px; opacity: 0.8; } 100% { max-width: 0; opacity: 0; } } @keyframes sideNavFoldedText { 0% { max-width: 200px; opacity: 0.8; } 100% { max-width: 0; opacity: 0; } } @-webkit-keyframes placeholder-active { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } @keyframes placeholder-active { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } @-webkit-keyframes moveLeftHalf { 0% { -webkit-transform: none; transform: none; } 100% { -webkit-transform: translateX(50%); transform: translateX(50%); } } @keyframes moveLeftHalf { 0% { -webkit-transform: none; transform: none; } 100% { -webkit-transform: translateX(50%); transform: translateX(50%); } } @-webkit-keyframes moveLeftHalf-vertical { 0% { -webkit-transform: none; transform: none; } 100% { -webkit-transform: translateY(-50%); transform: translateY(-50%); } } @keyframes moveLeftHalf-vertical { 0% { -webkit-transform: none; transform: none; } 100% { -webkit-transform: translateY(-50%); transform: translateY(-50%); } } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: Apple-System, Arial, Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', STXihei, sans-serif; } a { color: #1675e0; text-decoration: none; } a:hover, a:focus { color: #0a5dc2; text-decoration: underline; } a:active { color: #004299; text-decoration: underline; } img { vertical-align: middle; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #e5e5ea; } h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: bolder; color: inherit; margin: 0; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; color: #c5c6c7; } h1 { font-size: 46px; line-height: 62px; } h2 { font-size: 36px; line-height: 50px; } h3 { font-size: 28px; line-height: 42px; } h4 { font-size: 22px; line-height: 34px; } h5 { font-size: 18px; line-height: 24px; } h6 { font-size: 16px; line-height: 22px; } p { margin: 0; } p + p { margin-top: 8px; } small { font-size: 85%; } mark { background-color: #fff9e6; padding: 0.2em; font-weight: bolder; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } dl { margin-top: 0; margin-bottom: 10px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-right: 0; margin-bottom: 10px; } @font-face { font-family: Apple-System; src: local(-apple-system), local(BlinkMacSystemFont), local(system-ui); } .slide-out { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1); animation-timing-function: cubic-bezier(0.4, 0, 1, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .slide-in { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .right.slide-in { -webkit-animation-name: slideInRight; animation-name: slideInRight; } .right.slide-out { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; } .left.slide-in { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } .left.slide-out { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; } .top.slide-in { -webkit-animation-name: slideInTop; animation-name: slideInTop; } .top.slide-out { -webkit-animation-name: slideOutTop; animation-name: slideOutTop; } .bottom.slide-in { -webkit-animation-name: slideInBottom; animation-name: slideInBottom; } .bottom.slide-out { -webkit-animation-name: slideOutBottom; animation-name: slideOutBottom; } .bounce-in { -webkit-animation-name: bounceIn; animation-name: bounceIn; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55); animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .bounce-out { -webkit-animation-name: bounceOut; animation-name: bounceOut; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1); animation-timing-function: cubic-bezier(0.4, 0, 1, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .rs-picker-subtle .picker-subtle-toggle { position: relative; z-index: 5; padding-left: 32px; display: inline-block; outline: none; cursor: pointer; } .rs-picker-subtle .picker-subtle-toggle-custom-title { padding: 0 !important; } .rs-nav .rs-picker-subtle .picker-subtle-toggle:focus { -webkit-box-shadow: none; box-shadow: none; } .rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle { cursor: not-allowed; } .rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:hover, .rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:focus, .rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:active { background: none; } .rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:hover::after, .rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:focus::after, .rs-picker-subtle.rs-picker-disabled .picker-subtle-toggle:active::after { display: none; } .rs-auto-complete-menu { margin-bottom: 6px; overflow-y: auto; margin-top: 6px; } .rs-auto-complete-menu ul { list-style: none; margin: 0; padding: 0; } .rs-auto-complete-item { display: block; padding: 8px 12px; clear: both; font-weight: normal; line-height: 1.42857143; color: #575757; cursor: pointer; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; text-decoration: none; width: 100%; /* stylelint-disable-next-line */ } .ReactVirtualized__Grid .rs-auto-complete-item { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rs-auto-complete-item, .rs-auto-complete-item:hover, .rs-auto-complete-item:active, .rs-auto-complete-item:focus { text-decoration: none; } .rs-auto-complete-item-focus, .rs-auto-complete-item:hover { color: #575757; background-color: #f2faff; } .rs-auto-complete .rs-input:focus::-webkit-textfield-decoration-container { visibility: hidden; pointer-events: none; } .rs-avatar { background-color: #d9d9d9; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 4px; overflow: hidden; width: 40px; height: 40px; font-size: 18px; } .rs-avatar > .rs-icon { font-size: 29px; height: 29px; } .rs-avatar > .rs-avatar-image { width: 40px; height: 40px; line-height: 40px; } .rs-avatar > .rs-icon { vertical-align: middle; } .rs-avatar-image { position: relative; } .rs-avatar-image::before { content: attr(alt); position: absolute; width: 100%; height: inherit; top: 0; right: 0; background: #d9d9d9; text-align: center; padding: 0 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rs-avatar-circle { border-radius: 50%; } .rs-avatar-lg { width: 60px; height: 60px; font-size: 26px; } .rs-avatar-lg > .rs-icon { font-size: 43px; height: 43px; } .rs-avatar-lg > .rs-avatar-image { width: 60px; height: 60px; line-height: 60px; } .rs-avatar-sm { width: 30px; height: 30px; font-size: 14px; } .rs-avatar-sm > .rs-icon { font-size: 22px; height: 22px; } .rs-avatar-sm > .rs-avatar-image { width: 30px; height: 30px; line-height: 30px; } .rs-avatar-xs { width: 20px; height: 20px; font-size: 12px; } .rs-avatar-xs > .rs-icon { font-size: 16px; height: 16px; } .rs-avatar-xs > .rs-avatar-image { width: 20px; height: 20px; line-height: 20px; } .rs-badge { display: inline-block; } .rs-badge-wrapper { position: relative; } .rs-badge-independent, .rs-badge-content { background-color: #f44336; border-radius: 8px; font-size: 12px; line-height: 16px; padding: 0 5px; color: #fff; } .rs-badge.rs-badge-red.rs-badge-independent, .rs-badge.rs-badge-red .rs-badge-content { background-color: #f44336; } .rs-badge.rs-badge-orange.rs-badge-independent, .rs-badge.rs-badge-orange .rs-badge-content { background-color: #ff9800; } .rs-badge.rs-badge-yellow.rs-badge-independent, .rs-badge.rs-badge-yellow .rs-badge-content { background-color: #ffca28; } .rs-badge.rs-badge-green.rs-badge-independent, .rs-badge.rs-badge-green .rs-badge-content { background-color: #4caf50; } .rs-badge.rs-badge-cyan.rs-badge-independent, .rs-badge.rs-badge-cyan .rs-badge-content { background-color: #00bcd4; } .rs-badge.rs-badge-blue.rs-badge-independent, .rs-badge.rs-badge-blue .rs-badge-content { background-color: #2196f3; } .rs-badge.rs-badge-violet.rs-badge-independent, .rs-badge.rs-badge-violet .rs-badge-content { background-color: #673ab7; } .rs-badge-independent.rs-badge-dot, .rs-badge-wrapper .rs-badge-content:empty { width: 8px; height: 8px; border-radius: 4px; padding: 0; } .rs-badge-wrapper .rs-badge-content { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; } .rs-breadcrumb { padding: 8px 15px; margin-bottom: 20px; font-size: 12px; } .rs-breadcrumb a.rs-breadcrumb-item { cursor: pointer; -webkit-transition: color 0.3s linear; transition: color 0.3s linear; color: #1675e0; text-decoration: none; } .rs-breadcrumb a.rs-breadcrumb-item:hover, .rs-breadcrumb a.rs-breadcrumb-item:focus { color: #0a5dc2; text-decoration: underline; } .rs-breadcrumb a.rs-breadcrumb-item:active { color: #004299; text-decoration: underline; } .rs-breadcrumb a.rs-breadcrumb-item:focus { outline: 0; } .rs-breadcrumb-separator { margin: 0 4px; } .rs-breadcrumb-item-active { color: #8e8e93; } .rs-btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; outline: 0 !important; white-space: nowrap; border: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* stylelint-disable */ padding: 8px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ } .rs-btn.rs-btn-ghost { padding-top: 7px; padding-bottom: 7px; } .rs-btn.rs-btn-icon { padding-right: 24px; height: 36px; position: relative; } .rs-btn-ghost.rs-btn.rs-btn-icon { padding-right: 22px; } .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 44px; } .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 44px; } .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-btn.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 36px; height: 36px; padding: 10px 0; font-size: 14px; line-height: 1.42857143; } .rs-btn-ghost.rs-btn.rs-btn-icon > .rs-icon { width: 34px; height: 34px; padding: 7px 0; } .rs-btn.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-btn.rs-btn-icon-circle { width: 36px; padding: 8px; } .rs-btn:hover, .rs-btn:focus { color: #575757; text-decoration: none; } .rs-btn:active, .rs-btn.rs-btn-active { outline: 0; background-image: none; } .rs-btn.rs-btn-disabled { cursor: not-allowed !important; opacity: 0.3; -webkit-box-shadow: none !important; box-shadow: none !important; } .rs-btn.rs-btn-disabled .rs-ripple-pond { display: none !important; } .rs-btn-default, .rs-btn-primary, .rs-btn-subtle { overflow: hidden; position: relative; } @media not all and (min-resolution: 0.001dpcm) { .rs-btn-default, .rs-btn-primary, .rs-btn-subtle { /* stylelint-disable */ -webkit-mask-image: -webkit-radial-gradient(white, black); /* stylelint-enable */ } } .rs-btn-default:not(.rs-btn-disabled) .rs-ripple, .rs-btn-primary:not(.rs-btn-disabled) .rs-ripple, .rs-btn-subtle:not(.rs-btn-disabled) .rs-ripple { position: absolute; display: block; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: 0s; transition: 0s; } .rs-btn-default:not(.rs-btn-disabled) .rs-ripple-rippling, .rs-btn-primary:not(.rs-btn-disabled) .rs-ripple-rippling, .rs-btn-subtle:not(.rs-btn-disabled) .rs-ripple-rippling { -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(1); transform: scale(1); opacity: 0; } .rs-btn-default:not(.rs-btn-disabled) .rs-ripple-pond, .rs-btn-primary:not(.rs-btn-disabled) .rs-ripple-pond, .rs-btn-subtle:not(.rs-btn-disabled) .rs-ripple-pond { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; right: 0; pointer-events: none; } .rs-btn-loading { color: transparent !important; position: relative; cursor: default; pointer-events: none; } .rs-btn-loading > .rs-btn-spin::before, .rs-btn-loading > .rs-btn-spin::after { content: ''; position: absolute; width: 18px; height: 18px; margin: auto; top: 0; left: 0; bottom: 0; right: 0; border-radius: 50%; } .rs-btn-xs.rs-btn-loading > .rs-btn-spin::before, .rs-btn-xs.rs-btn-loading > .rs-btn-spin::after { width: 16px; height: 16px; } .rs-btn-loading > .rs-btn-spin::before { border: 3px solid #f7f7fa; } .rs-btn-primary.rs-btn-loading > .rs-btn-spin::before { opacity: 0.3; } .rs-btn-loading > .rs-btn-spin::after { border-width: 3px; border-color: #a6a6a6 transparent transparent; border-style: solid; -webkit-animation: buttonSpin 0.6s infinite linear; animation: buttonSpin 0.6s infinite linear; } .rs-btn-primary.rs-btn-loading > .rs-btn-spin::after { border-top-color: #fff; } .rs-btn-default { color: #575757; background: #f7f7fa; } .rs-btn-default.rs-btn-loading:hover, .rs-btn-default.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-loading:focus, .rs-btn-default.rs-btn-loading:active, .rs-btn-default.rs-btn-loading:hover:active { color: #575757; background-color: #f7f7fa; } .rs-btn-default, .rs-btn-default > .rs-icon { -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; } .rs-btn-default:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-default:focus { color: #575757; background-color: #e5e5ea; } .rs-btn-default:hover { color: #575757; background-color: #e5e5ea; } .rs-btn-default:active, .rs-btn-default.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default { color: #575757; background-color: #d9d9d9; background-image: none; } .rs-btn-default:active:hover, .rs-btn-default.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default:hover, .rs-btn-default:active:focus, .rs-btn-default.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default:focus, .rs-btn-default:active.focus, .rs-btn-default.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.focus { color: #575757; background-color: #d9d9d9; } .rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default, .rs-btn-default.rs-btn-disabled:hover, .rs-dropdown-disabled .rs-btn-default:hover, .rs-btn-default.rs-btn-disabled:focus, .rs-dropdown-disabled .rs-btn-default:focus, .rs-btn-default.rs-btn-disabled:active, .rs-dropdown-disabled .rs-btn-default:active, .rs-btn-default.rs-btn-disabled:active:focus, .rs-dropdown-disabled .rs-btn-default:active:focus { opacity: 1; color: #c5c6c7; background-color: #f7f7fa; } .rs-btn-default.rs-btn-red { /* stylelint-disable-next-line */ color: #fff; background-color: #f44336; } .rs-btn-default.rs-btn-red.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #eb3626; } .rs-btn-default.rs-btn-red.rs-btn-loading:hover, .rs-btn-default.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-red.rs-btn-loading:focus, .rs-btn-default.rs-btn-red.rs-btn-loading:active, .rs-btn-default.rs-btn-red.rs-btn-loading:hover:active { color: #fff; background-color: #f44336; } .rs-btn-default.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.25); box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.25); } .rs-btn-default.rs-btn-red:focus, .rs-btn-default.rs-btn-red.rs-btn-focus { color: #fff; background-color: #eb3626; } .rs-btn-default.rs-btn-red:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-red.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #d62915; } .rs-btn-default.rs-btn-red:hover { color: #fff; } .rs-btn-default.rs-btn-red:not(.rs-btn-disabled):hover { background-color: #eb3626; } .rs-btn-default.rs-btn-red:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #d62915; } .rs-btn-default.rs-btn-red:active, .rs-btn-default.rs-btn-red.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red { color: #fff; background-color: #d62915; } .rs-btn-default.rs-btn-red:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-red.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #b81c07; } .rs-btn-default.rs-btn-red:active:hover, .rs-btn-default.rs-btn-red.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red:hover, .rs-btn-default.rs-btn-red:active:focus, .rs-btn-default.rs-btn-red.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red:focus, .rs-btn-default.rs-btn-red:active.focus, .rs-btn-default.rs-btn-red.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red.focus { color: #fff; background-color: #d62915; } .rs-btn-default.rs-btn-red:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-red.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-red:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-red.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-red:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-red.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #b81c07; } .rs-btn-default.rs-btn-red:active, .rs-btn-default.rs-btn-red.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-default.rs-btn-red { background-image: none; } .rs-btn-default.rs-btn-red.rs-btn-disabled:hover, .rs-btn-default.rs-btn-red.rs-btn-disabled:focus, .rs-btn-default.rs-btn-red.rs-btn-disabled.focus { background: #f44336; } .rs-btn-default.rs-btn-red.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default.rs-btn-red.rs-btn-default { opacity: 0.3; } .rs-btn-default.rs-btn-orange { /* stylelint-disable-next-line */ color: #fff; background-color: #ff9800; } .rs-btn-default.rs-btn-orange.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #f59700; } .rs-btn-default.rs-btn-orange.rs-btn-loading:hover, .rs-btn-default.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-orange.rs-btn-loading:focus, .rs-btn-default.rs-btn-orange.rs-btn-loading:active, .rs-btn-default.rs-btn-orange.rs-btn-loading:hover:active { color: #fff; background-color: #ff9800; } .rs-btn-default.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25); box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25); } .rs-btn-default.rs-btn-orange:focus, .rs-btn-default.rs-btn-orange.rs-btn-focus { color: #fff; background-color: #f59700; } .rs-btn-default.rs-btn-orange:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-orange.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e08e00; } .rs-btn-default.rs-btn-orange:hover { color: #fff; } .rs-btn-default.rs-btn-orange:not(.rs-btn-disabled):hover { background-color: #f59700; } .rs-btn-default.rs-btn-orange:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e08e00; } .rs-btn-default.rs-btn-orange:active, .rs-btn-default.rs-btn-orange.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange { color: #fff; background-color: #e08e00; } .rs-btn-default.rs-btn-orange:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-orange.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c27e00; } .rs-btn-default.rs-btn-orange:active:hover, .rs-btn-default.rs-btn-orange.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange:hover, .rs-btn-default.rs-btn-orange:active:focus, .rs-btn-default.rs-btn-orange.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange:focus, .rs-btn-default.rs-btn-orange:active.focus, .rs-btn-default.rs-btn-orange.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange.focus { color: #fff; background-color: #e08e00; } .rs-btn-default.rs-btn-orange:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-orange.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-orange:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-orange.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-orange:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-orange.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c27e00; } .rs-btn-default.rs-btn-orange:active, .rs-btn-default.rs-btn-orange.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-default.rs-btn-orange { background-image: none; } .rs-btn-default.rs-btn-orange.rs-btn-disabled:hover, .rs-btn-default.rs-btn-orange.rs-btn-disabled:focus, .rs-btn-default.rs-btn-orange.rs-btn-disabled.focus { background: #ff9800; } .rs-btn-default.rs-btn-orange.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default.rs-btn-orange.rs-btn-default { opacity: 0.3; } .rs-btn-default.rs-btn-yellow { /* stylelint-disable-next-line */ color: #fff; background-color: #ffca28; } .rs-btn-default.rs-btn-yellow.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #f5c31d; } .rs-btn-default.rs-btn-yellow.rs-btn-loading:hover, .rs-btn-default.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-yellow.rs-btn-loading:focus, .rs-btn-default.rs-btn-yellow.rs-btn-loading:active, .rs-btn-default.rs-btn-yellow.rs-btn-loading:hover:active { color: #fff; background-color: #ffca28; } .rs-btn-default.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(255, 202, 40, 0.25); box-shadow: 0 0 0 3px rgba(255, 202, 40, 0.25); } .rs-btn-default.rs-btn-yellow:focus, .rs-btn-default.rs-btn-yellow.rs-btn-focus { color: #fff; background-color: #f5c31d; } .rs-btn-default.rs-btn-yellow:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-yellow.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e0b412; } .rs-btn-default.rs-btn-yellow:hover { color: #fff; } .rs-btn-default.rs-btn-yellow:not(.rs-btn-disabled):hover { background-color: #f5c31d; } .rs-btn-default.rs-btn-yellow:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e0b412; } .rs-btn-default.rs-btn-yellow:active, .rs-btn-default.rs-btn-yellow.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow { color: #fff; background-color: #e0b412; } .rs-btn-default.rs-btn-yellow:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-yellow.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c29d08; } .rs-btn-default.rs-btn-yellow:active:hover, .rs-btn-default.rs-btn-yellow.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow:hover, .rs-btn-default.rs-btn-yellow:active:focus, .rs-btn-default.rs-btn-yellow.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow:focus, .rs-btn-default.rs-btn-yellow:active.focus, .rs-btn-default.rs-btn-yellow.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow.focus { color: #fff; background-color: #e0b412; } .rs-btn-default.rs-btn-yellow:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-yellow.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-yellow:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-yellow.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-yellow:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-yellow.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c29d08; } .rs-btn-default.rs-btn-yellow:active, .rs-btn-default.rs-btn-yellow.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-default.rs-btn-yellow { background-image: none; } .rs-btn-default.rs-btn-yellow.rs-btn-disabled:hover, .rs-btn-default.rs-btn-yellow.rs-btn-disabled:focus, .rs-btn-default.rs-btn-yellow.rs-btn-disabled.focus { background: #ffca28; } .rs-btn-default.rs-btn-yellow.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default.rs-btn-yellow.rs-btn-default { opacity: 0.3; } .rs-btn-default.rs-btn-green { /* stylelint-disable-next-line */ color: #fff; background-color: #4caf50; } .rs-btn-default.rs-btn-green.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #37ab3c; } .rs-btn-default.rs-btn-green.rs-btn-loading:hover, .rs-btn-default.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-green.rs-btn-loading:focus, .rs-btn-default.rs-btn-green.rs-btn-loading:active, .rs-btn-default.rs-btn-green.rs-btn-loading:hover:active { color: #fff; background-color: #4caf50; } .rs-btn-default.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.25); box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.25); } .rs-btn-default.rs-btn-green:focus, .rs-btn-default.rs-btn-green.rs-btn-focus { color: #fff; background-color: #37ab3c; } .rs-btn-default.rs-btn-green:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-green.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #22a12a; } .rs-btn-default.rs-btn-green:hover { color: #fff; } .rs-btn-default.rs-btn-green:not(.rs-btn-disabled):hover { background-color: #37ab3c; } .rs-btn-default.rs-btn-green:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #22a12a; } .rs-btn-default.rs-btn-green:active, .rs-btn-default.rs-btn-green.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green { color: #fff; background-color: #22a12a; } .rs-btn-default.rs-btn-green:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-green.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0f9119; } .rs-btn-default.rs-btn-green:active:hover, .rs-btn-default.rs-btn-green.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green:hover, .rs-btn-default.rs-btn-green:active:focus, .rs-btn-default.rs-btn-green.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green:focus, .rs-btn-default.rs-btn-green:active.focus, .rs-btn-default.rs-btn-green.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green.focus { color: #fff; background-color: #22a12a; } .rs-btn-default.rs-btn-green:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-green.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-green:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-green.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-green:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-green.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0f9119; } .rs-btn-default.rs-btn-green:active, .rs-btn-default.rs-btn-green.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-default.rs-btn-green { background-image: none; } .rs-btn-default.rs-btn-green.rs-btn-disabled:hover, .rs-btn-default.rs-btn-green.rs-btn-disabled:focus, .rs-btn-default.rs-btn-green.rs-btn-disabled.focus { background: #4caf50; } .rs-btn-default.rs-btn-green.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default.rs-btn-green.rs-btn-default { opacity: 0.3; } .rs-btn-default.rs-btn-cyan { /* stylelint-disable-next-line */ color: #fff; background-color: #00bcd4; } .rs-btn-default.rs-btn-cyan.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #00b1cc; } .rs-btn-default.rs-btn-cyan.rs-btn-loading:hover, .rs-btn-default.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-cyan.rs-btn-loading:focus, .rs-btn-default.rs-btn-cyan.rs-btn-loading:active, .rs-btn-default.rs-btn-cyan.rs-btn-loading:hover:active { color: #fff; background-color: #00bcd4; } .rs-btn-default.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.25); box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.25); } .rs-btn-default.rs-btn-cyan:focus, .rs-btn-default.rs-btn-cyan.rs-btn-focus { color: #fff; background-color: #00b1cc; } .rs-btn-default.rs-btn-cyan:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-cyan.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #00a0bd; } .rs-btn-default.rs-btn-cyan:hover { color: #fff; } .rs-btn-default.rs-btn-cyan:not(.rs-btn-disabled):hover { background-color: #00b1cc; } .rs-btn-default.rs-btn-cyan:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #00a0bd; } .rs-btn-default.rs-btn-cyan:active, .rs-btn-default.rs-btn-cyan.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan { color: #fff; background-color: #00a0bd; } .rs-btn-default.rs-btn-cyan:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-cyan.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #008aa6; } .rs-btn-default.rs-btn-cyan:active:hover, .rs-btn-default.rs-btn-cyan.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan:hover, .rs-btn-default.rs-btn-cyan:active:focus, .rs-btn-default.rs-btn-cyan.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan:focus, .rs-btn-default.rs-btn-cyan:active.focus, .rs-btn-default.rs-btn-cyan.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan.focus { color: #fff; background-color: #00a0bd; } .rs-btn-default.rs-btn-cyan:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-cyan.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-cyan:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-cyan.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-cyan:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-cyan.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #008aa6; } .rs-btn-default.rs-btn-cyan:active, .rs-btn-default.rs-btn-cyan.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-default.rs-btn-cyan { background-image: none; } .rs-btn-default.rs-btn-cyan.rs-btn-disabled:hover, .rs-btn-default.rs-btn-cyan.rs-btn-disabled:focus, .rs-btn-default.rs-btn-cyan.rs-btn-disabled.focus { background: #00bcd4; } .rs-btn-default.rs-btn-cyan.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default.rs-btn-cyan.rs-btn-default { opacity: 0.3; } .rs-btn-default.rs-btn-blue { /* stylelint-disable-next-line */ color: #fff; background-color: #2196f3; } .rs-btn-default.rs-btn-blue.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #1787e8; } .rs-btn-default.rs-btn-blue.rs-btn-loading:hover, .rs-btn-default.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-blue.rs-btn-loading:focus, .rs-btn-default.rs-btn-blue.rs-btn-loading:active, .rs-btn-default.rs-btn-blue.rs-btn-loading:hover:active { color: #fff; background-color: #2196f3; } .rs-btn-default.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.25); box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.25); } .rs-btn-default.rs-btn-blue:focus, .rs-btn-default.rs-btn-blue.rs-btn-focus { color: #fff; background-color: #1787e8; } .rs-btn-default.rs-btn-blue:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-blue.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0d73d4; } .rs-btn-default.rs-btn-blue:hover { color: #fff; } .rs-btn-default.rs-btn-blue:not(.rs-btn-disabled):hover { background-color: #1787e8; } .rs-btn-default.rs-btn-blue:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0d73d4; } .rs-btn-default.rs-btn-blue:active, .rs-btn-default.rs-btn-blue.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue { color: #fff; background-color: #0d73d4; } .rs-btn-default.rs-btn-blue:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-blue.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #045cb5; } .rs-btn-default.rs-btn-blue:active:hover, .rs-btn-default.rs-btn-blue.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue:hover, .rs-btn-default.rs-btn-blue:active:focus, .rs-btn-default.rs-btn-blue.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue:focus, .rs-btn-default.rs-btn-blue:active.focus, .rs-btn-default.rs-btn-blue.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue.focus { color: #fff; background-color: #0d73d4; } .rs-btn-default.rs-btn-blue:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-blue.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-blue:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-blue.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-blue:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-blue.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #045cb5; } .rs-btn-default.rs-btn-blue:active, .rs-btn-default.rs-btn-blue.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-default.rs-btn-blue { background-image: none; } .rs-btn-default.rs-btn-blue.rs-btn-disabled:hover, .rs-btn-default.rs-btn-blue.rs-btn-disabled:focus, .rs-btn-default.rs-btn-blue.rs-btn-disabled.focus { background: #2196f3; } .rs-btn-default.rs-btn-blue.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default.rs-btn-blue.rs-btn-default { opacity: 0.3; } .rs-btn-default.rs-btn-violet { /* stylelint-disable-next-line */ color: #fff; background-color: #673ab7; } .rs-btn-default.rs-btn-violet.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #5f2bb3; } .rs-btn-default.rs-btn-violet.rs-btn-loading:hover, .rs-btn-default.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-default.rs-btn-violet.rs-btn-loading:focus, .rs-btn-default.rs-btn-violet.rs-btn-loading:active, .rs-btn-default.rs-btn-violet.rs-btn-loading:hover:active { color: #fff; background-color: #673ab7; } .rs-btn-default.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(103, 58, 183, 0.25); box-shadow: 0 0 0 3px rgba(103, 58, 183, 0.25); } .rs-btn-default.rs-btn-violet:focus, .rs-btn-default.rs-btn-violet.rs-btn-focus { color: #fff; background-color: #5f2bb3; } .rs-btn-default.rs-btn-violet:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-violet.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #531ba8; } .rs-btn-default.rs-btn-violet:hover { color: #fff; } .rs-btn-default.rs-btn-violet:not(.rs-btn-disabled):hover { background-color: #5f2bb3; } .rs-btn-default.rs-btn-violet:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #531ba8; } .rs-btn-default.rs-btn-violet:active, .rs-btn-default.rs-btn-violet.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet { color: #fff; background-color: #531ba8; } .rs-btn-default.rs-btn-violet:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-violet.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #470c99; } .rs-btn-default.rs-btn-violet:active:hover, .rs-btn-default.rs-btn-violet.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet:hover, .rs-btn-default.rs-btn-violet:active:focus, .rs-btn-default.rs-btn-violet.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet:focus, .rs-btn-default.rs-btn-violet:active.focus, .rs-btn-default.rs-btn-violet.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet.focus { color: #fff; background-color: #531ba8; } .rs-btn-default.rs-btn-violet:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-violet.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-violet:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-violet.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-violet:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default.rs-btn-violet.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #470c99; } .rs-btn-default.rs-btn-violet:active, .rs-btn-default.rs-btn-violet.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-default.rs-btn-violet { background-image: none; } .rs-btn-default.rs-btn-violet.rs-btn-disabled:hover, .rs-btn-default.rs-btn-violet.rs-btn-disabled:focus, .rs-btn-default.rs-btn-violet.rs-btn-disabled.focus { background: #673ab7; } .rs-btn-default.rs-btn-violet.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-default.rs-btn-violet.rs-btn-default { opacity: 0.3; } .rs-btn-primary { /* stylelint-disable-next-line */ color: #ffffff; background-color: #3498ff; } .rs-btn-primary.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #2589f5; } .rs-btn-primary.rs-btn-loading:hover, .rs-btn-primary.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-loading:focus, .rs-btn-primary.rs-btn-loading:active, .rs-btn-primary.rs-btn-loading:hover:active { color: #ffffff; background-color: #3498ff; } .rs-btn-primary:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-primary:focus, .rs-btn-primary.rs-btn-focus { color: #ffffff; background-color: #2589f5; } .rs-btn-primary:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #1675e0; } .rs-btn-primary:hover { color: #ffffff; } .rs-btn-primary:not(.rs-btn-disabled):hover { background-color: #2589f5; } .rs-btn-primary:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #1675e0; } .rs-btn-primary:active, .rs-btn-primary.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary { color: #ffffff; background-color: #1675e0; } .rs-btn-primary:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0a5dc2; } .rs-btn-primary:active:hover, .rs-btn-primary.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary:hover, .rs-btn-primary:active:focus, .rs-btn-primary.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary:focus, .rs-btn-primary:active.focus, .rs-btn-primary.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.focus { color: #ffffff; background-color: #1675e0; } .rs-btn-primary:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0a5dc2; } .rs-btn-primary:active, .rs-btn-primary.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary { background-image: none; } .rs-btn-primary.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-disabled.focus { background: #3498ff; } .rs-btn-primary.rs-btn-loading:hover, .rs-btn-primary.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-loading:focus, .rs-btn-primary.rs-btn-loading:active, .rs-btn-primary.rs-btn-loading:hover:active { color: #fff; background-color: #3498ff; } .rs-btn-primary, .rs-btn-primary > .rs-icon { -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; } .rs-btn-primary.rs-btn-red { /* stylelint-disable-next-line */ color: #fff; background-color: #f44336; } .rs-btn-primary.rs-btn-red.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #eb3626; } .rs-btn-primary.rs-btn-red.rs-btn-loading:hover, .rs-btn-primary.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-red.rs-btn-loading:focus, .rs-btn-primary.rs-btn-red.rs-btn-loading:active, .rs-btn-primary.rs-btn-red.rs-btn-loading:hover:active { color: #fff; background-color: #f44336; } .rs-btn-primary.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.25); box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.25); } .rs-btn-primary.rs-btn-red:focus, .rs-btn-primary.rs-btn-red.rs-btn-focus { color: #fff; background-color: #eb3626; } .rs-btn-primary.rs-btn-red:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-red.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #d62915; } .rs-btn-primary.rs-btn-red:hover { color: #fff; } .rs-btn-primary.rs-btn-red:not(.rs-btn-disabled):hover { background-color: #eb3626; } .rs-btn-primary.rs-btn-red:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #d62915; } .rs-btn-primary.rs-btn-red:active, .rs-btn-primary.rs-btn-red.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red { color: #fff; background-color: #d62915; } .rs-btn-primary.rs-btn-red:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-red.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #b81c07; } .rs-btn-primary.rs-btn-red:active:hover, .rs-btn-primary.rs-btn-red.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red:hover, .rs-btn-primary.rs-btn-red:active:focus, .rs-btn-primary.rs-btn-red.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red:focus, .rs-btn-primary.rs-btn-red:active.focus, .rs-btn-primary.rs-btn-red.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red.focus { color: #fff; background-color: #d62915; } .rs-btn-primary.rs-btn-red:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-red.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-red:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-red.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-red:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-red.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #b81c07; } .rs-btn-primary.rs-btn-red:active, .rs-btn-primary.rs-btn-red.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-red { background-image: none; } .rs-btn-primary.rs-btn-red.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-red.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-red.rs-btn-disabled.focus { background: #f44336; } .rs-btn-primary.rs-btn-red.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-primary.rs-btn-red.rs-btn-default { opacity: 0.3; } .rs-btn-primary.rs-btn-orange { /* stylelint-disable-next-line */ color: #fff; background-color: #ff9800; } .rs-btn-primary.rs-btn-orange.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #f59700; } .rs-btn-primary.rs-btn-orange.rs-btn-loading:hover, .rs-btn-primary.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-orange.rs-btn-loading:focus, .rs-btn-primary.rs-btn-orange.rs-btn-loading:active, .rs-btn-primary.rs-btn-orange.rs-btn-loading:hover:active { color: #fff; background-color: #ff9800; } .rs-btn-primary.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25); box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.25); } .rs-btn-primary.rs-btn-orange:focus, .rs-btn-primary.rs-btn-orange.rs-btn-focus { color: #fff; background-color: #f59700; } .rs-btn-primary.rs-btn-orange:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-orange.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e08e00; } .rs-btn-primary.rs-btn-orange:hover { color: #fff; } .rs-btn-primary.rs-btn-orange:not(.rs-btn-disabled):hover { background-color: #f59700; } .rs-btn-primary.rs-btn-orange:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e08e00; } .rs-btn-primary.rs-btn-orange:active, .rs-btn-primary.rs-btn-orange.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange { color: #fff; background-color: #e08e00; } .rs-btn-primary.rs-btn-orange:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-orange.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c27e00; } .rs-btn-primary.rs-btn-orange:active:hover, .rs-btn-primary.rs-btn-orange.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange:hover, .rs-btn-primary.rs-btn-orange:active:focus, .rs-btn-primary.rs-btn-orange.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange:focus, .rs-btn-primary.rs-btn-orange:active.focus, .rs-btn-primary.rs-btn-orange.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange.focus { color: #fff; background-color: #e08e00; } .rs-btn-primary.rs-btn-orange:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-orange.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-orange:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-orange.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-orange:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-orange.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c27e00; } .rs-btn-primary.rs-btn-orange:active, .rs-btn-primary.rs-btn-orange.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-orange { background-image: none; } .rs-btn-primary.rs-btn-orange.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-orange.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-orange.rs-btn-disabled.focus { background: #ff9800; } .rs-btn-primary.rs-btn-orange.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-primary.rs-btn-orange.rs-btn-default { opacity: 0.3; } .rs-btn-primary.rs-btn-yellow { /* stylelint-disable-next-line */ color: #fff; background-color: #ffca28; } .rs-btn-primary.rs-btn-yellow.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #f5c31d; } .rs-btn-primary.rs-btn-yellow.rs-btn-loading:hover, .rs-btn-primary.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-yellow.rs-btn-loading:focus, .rs-btn-primary.rs-btn-yellow.rs-btn-loading:active, .rs-btn-primary.rs-btn-yellow.rs-btn-loading:hover:active { color: #fff; background-color: #ffca28; } .rs-btn-primary.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(255, 202, 40, 0.25); box-shadow: 0 0 0 3px rgba(255, 202, 40, 0.25); } .rs-btn-primary.rs-btn-yellow:focus, .rs-btn-primary.rs-btn-yellow.rs-btn-focus { color: #fff; background-color: #f5c31d; } .rs-btn-primary.rs-btn-yellow:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-yellow.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e0b412; } .rs-btn-primary.rs-btn-yellow:hover { color: #fff; } .rs-btn-primary.rs-btn-yellow:not(.rs-btn-disabled):hover { background-color: #f5c31d; } .rs-btn-primary.rs-btn-yellow:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #e0b412; } .rs-btn-primary.rs-btn-yellow:active, .rs-btn-primary.rs-btn-yellow.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow { color: #fff; background-color: #e0b412; } .rs-btn-primary.rs-btn-yellow:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-yellow.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c29d08; } .rs-btn-primary.rs-btn-yellow:active:hover, .rs-btn-primary.rs-btn-yellow.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow:hover, .rs-btn-primary.rs-btn-yellow:active:focus, .rs-btn-primary.rs-btn-yellow.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow:focus, .rs-btn-primary.rs-btn-yellow:active.focus, .rs-btn-primary.rs-btn-yellow.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow.focus { color: #fff; background-color: #e0b412; } .rs-btn-primary.rs-btn-yellow:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-yellow.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-yellow:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-yellow.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-yellow:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-yellow.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c29d08; } .rs-btn-primary.rs-btn-yellow:active, .rs-btn-primary.rs-btn-yellow.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-yellow { background-image: none; } .rs-btn-primary.rs-btn-yellow.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-yellow.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-yellow.rs-btn-disabled.focus { background: #ffca28; } .rs-btn-primary.rs-btn-yellow.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-primary.rs-btn-yellow.rs-btn-default { opacity: 0.3; } .rs-btn-primary.rs-btn-green { /* stylelint-disable-next-line */ color: #fff; background-color: #4caf50; } .rs-btn-primary.rs-btn-green.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #37ab3c; } .rs-btn-primary.rs-btn-green.rs-btn-loading:hover, .rs-btn-primary.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-green.rs-btn-loading:focus, .rs-btn-primary.rs-btn-green.rs-btn-loading:active, .rs-btn-primary.rs-btn-green.rs-btn-loading:hover:active { color: #fff; background-color: #4caf50; } .rs-btn-primary.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.25); box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.25); } .rs-btn-primary.rs-btn-green:focus, .rs-btn-primary.rs-btn-green.rs-btn-focus { color: #fff; background-color: #37ab3c; } .rs-btn-primary.rs-btn-green:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-green.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #22a12a; } .rs-btn-primary.rs-btn-green:hover { color: #fff; } .rs-btn-primary.rs-btn-green:not(.rs-btn-disabled):hover { background-color: #37ab3c; } .rs-btn-primary.rs-btn-green:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #22a12a; } .rs-btn-primary.rs-btn-green:active, .rs-btn-primary.rs-btn-green.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green { color: #fff; background-color: #22a12a; } .rs-btn-primary.rs-btn-green:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-green.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0f9119; } .rs-btn-primary.rs-btn-green:active:hover, .rs-btn-primary.rs-btn-green.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green:hover, .rs-btn-primary.rs-btn-green:active:focus, .rs-btn-primary.rs-btn-green.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green:focus, .rs-btn-primary.rs-btn-green:active.focus, .rs-btn-primary.rs-btn-green.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green.focus { color: #fff; background-color: #22a12a; } .rs-btn-primary.rs-btn-green:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-green.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-green:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-green.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-green:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-green.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0f9119; } .rs-btn-primary.rs-btn-green:active, .rs-btn-primary.rs-btn-green.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-green { background-image: none; } .rs-btn-primary.rs-btn-green.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-green.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-green.rs-btn-disabled.focus { background: #4caf50; } .rs-btn-primary.rs-btn-green.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-primary.rs-btn-green.rs-btn-default { opacity: 0.3; } .rs-btn-primary.rs-btn-cyan { /* stylelint-disable-next-line */ color: #fff; background-color: #00bcd4; } .rs-btn-primary.rs-btn-cyan.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #00b1cc; } .rs-btn-primary.rs-btn-cyan.rs-btn-loading:hover, .rs-btn-primary.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-cyan.rs-btn-loading:focus, .rs-btn-primary.rs-btn-cyan.rs-btn-loading:active, .rs-btn-primary.rs-btn-cyan.rs-btn-loading:hover:active { color: #fff; background-color: #00bcd4; } .rs-btn-primary.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.25); box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.25); } .rs-btn-primary.rs-btn-cyan:focus, .rs-btn-primary.rs-btn-cyan.rs-btn-focus { color: #fff; background-color: #00b1cc; } .rs-btn-primary.rs-btn-cyan:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-cyan.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #00a0bd; } .rs-btn-primary.rs-btn-cyan:hover { color: #fff; } .rs-btn-primary.rs-btn-cyan:not(.rs-btn-disabled):hover { background-color: #00b1cc; } .rs-btn-primary.rs-btn-cyan:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #00a0bd; } .rs-btn-primary.rs-btn-cyan:active, .rs-btn-primary.rs-btn-cyan.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan { color: #fff; background-color: #00a0bd; } .rs-btn-primary.rs-btn-cyan:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-cyan.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #008aa6; } .rs-btn-primary.rs-btn-cyan:active:hover, .rs-btn-primary.rs-btn-cyan.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan:hover, .rs-btn-primary.rs-btn-cyan:active:focus, .rs-btn-primary.rs-btn-cyan.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan:focus, .rs-btn-primary.rs-btn-cyan:active.focus, .rs-btn-primary.rs-btn-cyan.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan.focus { color: #fff; background-color: #00a0bd; } .rs-btn-primary.rs-btn-cyan:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-cyan.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-cyan:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-cyan.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-cyan:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-cyan.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #008aa6; } .rs-btn-primary.rs-btn-cyan:active, .rs-btn-primary.rs-btn-cyan.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-cyan { background-image: none; } .rs-btn-primary.rs-btn-cyan.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-cyan.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-cyan.rs-btn-disabled.focus { background: #00bcd4; } .rs-btn-primary.rs-btn-cyan.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-primary.rs-btn-cyan.rs-btn-default { opacity: 0.3; } .rs-btn-primary.rs-btn-blue { /* stylelint-disable-next-line */ color: #fff; background-color: #2196f3; } .rs-btn-primary.rs-btn-blue.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #1787e8; } .rs-btn-primary.rs-btn-blue.rs-btn-loading:hover, .rs-btn-primary.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-blue.rs-btn-loading:focus, .rs-btn-primary.rs-btn-blue.rs-btn-loading:active, .rs-btn-primary.rs-btn-blue.rs-btn-loading:hover:active { color: #fff; background-color: #2196f3; } .rs-btn-primary.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.25); box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.25); } .rs-btn-primary.rs-btn-blue:focus, .rs-btn-primary.rs-btn-blue.rs-btn-focus { color: #fff; background-color: #1787e8; } .rs-btn-primary.rs-btn-blue:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-blue.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0d73d4; } .rs-btn-primary.rs-btn-blue:hover { color: #fff; } .rs-btn-primary.rs-btn-blue:not(.rs-btn-disabled):hover { background-color: #1787e8; } .rs-btn-primary.rs-btn-blue:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #0d73d4; } .rs-btn-primary.rs-btn-blue:active, .rs-btn-primary.rs-btn-blue.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue { color: #fff; background-color: #0d73d4; } .rs-btn-primary.rs-btn-blue:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-blue.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #045cb5; } .rs-btn-primary.rs-btn-blue:active:hover, .rs-btn-primary.rs-btn-blue.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue:hover, .rs-btn-primary.rs-btn-blue:active:focus, .rs-btn-primary.rs-btn-blue.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue:focus, .rs-btn-primary.rs-btn-blue:active.focus, .rs-btn-primary.rs-btn-blue.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue.focus { color: #fff; background-color: #0d73d4; } .rs-btn-primary.rs-btn-blue:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-blue.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-blue:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-blue.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-blue:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-blue.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #045cb5; } .rs-btn-primary.rs-btn-blue:active, .rs-btn-primary.rs-btn-blue.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-blue { background-image: none; } .rs-btn-primary.rs-btn-blue.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-blue.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-blue.rs-btn-disabled.focus { background: #2196f3; } .rs-btn-primary.rs-btn-blue.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-primary.rs-btn-blue.rs-btn-default { opacity: 0.3; } .rs-btn-primary.rs-btn-violet { /* stylelint-disable-next-line */ color: #fff; background-color: #673ab7; } .rs-btn-primary.rs-btn-violet.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #5f2bb3; } .rs-btn-primary.rs-btn-violet.rs-btn-loading:hover, .rs-btn-primary.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-primary.rs-btn-violet.rs-btn-loading:focus, .rs-btn-primary.rs-btn-violet.rs-btn-loading:active, .rs-btn-primary.rs-btn-violet.rs-btn-loading:hover:active { color: #fff; background-color: #673ab7; } .rs-btn-primary.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(103, 58, 183, 0.25); box-shadow: 0 0 0 3px rgba(103, 58, 183, 0.25); } .rs-btn-primary.rs-btn-violet:focus, .rs-btn-primary.rs-btn-violet.rs-btn-focus { color: #fff; background-color: #5f2bb3; } .rs-btn-primary.rs-btn-violet:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-violet.rs-btn-focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #531ba8; } .rs-btn-primary.rs-btn-violet:hover { color: #fff; } .rs-btn-primary.rs-btn-violet:not(.rs-btn-disabled):hover { background-color: #5f2bb3; } .rs-btn-primary.rs-btn-violet:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #531ba8; } .rs-btn-primary.rs-btn-violet:active, .rs-btn-primary.rs-btn-violet.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet { color: #fff; background-color: #531ba8; } .rs-btn-primary.rs-btn-violet:active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-violet.rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #470c99; } .rs-btn-primary.rs-btn-violet:active:hover, .rs-btn-primary.rs-btn-violet.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet:hover, .rs-btn-primary.rs-btn-violet:active:focus, .rs-btn-primary.rs-btn-violet.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet:focus, .rs-btn-primary.rs-btn-violet:active.focus, .rs-btn-primary.rs-btn-violet.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet.focus { color: #fff; background-color: #531ba8; } .rs-btn-primary.rs-btn-violet:active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-violet.rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-violet:active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-violet.rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-violet:active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-primary.rs-btn-violet.rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #470c99; } .rs-btn-primary.rs-btn-violet:active, .rs-btn-primary.rs-btn-violet.rs-btn-active, .open > .rs-dropdown-toggle.rs-btn-primary.rs-btn-violet { background-image: none; } .rs-btn-primary.rs-btn-violet.rs-btn-disabled:hover, .rs-btn-primary.rs-btn-violet.rs-btn-disabled:focus, .rs-btn-primary.rs-btn-violet.rs-btn-disabled.focus { background: #673ab7; } .rs-btn-primary.rs-btn-violet.rs-btn-default.rs-btn-disabled, .rs-dropdown-disabled .rs-btn-primary.rs-btn-violet.rs-btn-default { opacity: 0.3; } .rs-btn-link { -webkit-transition: color 0.2s linear; transition: color 0.2s linear; color: #1675e0; font-weight: normal; } .rs-btn-link.rs-btn-loading:hover, .rs-btn-link.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-loading:focus, .rs-btn-link.rs-btn-loading:active, .rs-btn-link.rs-btn-loading:hover:active { color: #1675e0; background-color: transparent; } .rs-btn-link:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-link, .rs-btn-link:active, .rs-btn-link.rs-btn-active { background-color: transparent; } .rs-btn-link, .rs-btn-link:hover, .rs-btn-link:focus, .rs-btn-link:active { border-color: transparent; } .rs-btn-link:hover, .rs-btn-link:focus { color: #0a5dc2; text-decoration: underline; background-color: transparent; } .rs-btn-link:active, .rs-btn-link.rs-btn-active { color: #004299; } .rs-btn-link:active:hover, .rs-btn-link.rs-btn-active:hover, .rs-btn-link:active:focus, .rs-btn-link.rs-btn-active:focus, .rs-btn-link:active.focus, .rs-btn-link.rs-btn-active.focus { color: #004299; } .rs-btn-link.rs-btn-disabled:hover, .rs-btn-link.rs-btn-disabled:focus { color: #1675e0; text-decoration: none; } .rs-btn-link.rs-btn-loading:hover, .rs-btn-link.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-loading:focus, .rs-btn-link.rs-btn-loading:active, .rs-btn-link.rs-btn-loading:hover:active { color: #3498ff; background-color: transparent; } .rs-btn-link.rs-btn-red { color: #bf2008; font-weight: normal; } .rs-btn-link.rs-btn-red.rs-btn-loading:hover, .rs-btn-link.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-red.rs-btn-loading:focus, .rs-btn-link.rs-btn-red.rs-btn-loading:active, .rs-btn-link.rs-btn-red.rs-btn-loading:hover:active { color: #bf2008; background-color: transparent; } .rs-btn-link.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(214, 41, 21, 0.25); box-shadow: 0 0 0 3px rgba(214, 41, 21, 0.25); } .rs-btn-link.rs-btn-red, .rs-btn-link.rs-btn-red:active, .rs-btn-link.rs-btn-red.rs-btn-active { background-color: transparent; } .rs-btn-link.rs-btn-red, .rs-btn-link.rs-btn-red:hover, .rs-btn-link.rs-btn-red:focus, .rs-btn-link.rs-btn-red:active { border-color: transparent; } .rs-btn-link.rs-btn-red:hover, .rs-btn-link.rs-btn-red:focus { color: #a81b02; text-decoration: underline; background-color: transparent; } .rs-btn-link.rs-btn-red:active, .rs-btn-link.rs-btn-red.rs-btn-active { color: #8a1700; } .rs-btn-link.rs-btn-red:active:hover, .rs-btn-link.rs-btn-red.rs-btn-active:hover, .rs-btn-link.rs-btn-red:active:focus, .rs-btn-link.rs-btn-red.rs-btn-active:focus, .rs-btn-link.rs-btn-red:active.focus, .rs-btn-link.rs-btn-red.rs-btn-active.focus { color: #8a1700; } .rs-btn-link.rs-btn-red.rs-btn-disabled:hover, .rs-btn-link.rs-btn-red.rs-btn-disabled:focus { color: #bf2008; text-decoration: none; } .rs-btn-link.rs-btn-orange { color: #c98600; font-weight: normal; } .rs-btn-link.rs-btn-orange.rs-btn-loading:hover, .rs-btn-link.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-orange.rs-btn-loading:focus, .rs-btn-link.rs-btn-orange.rs-btn-loading:active, .rs-btn-link.rs-btn-orange.rs-btn-loading:hover:active { color: #c98600; background-color: transparent; } .rs-btn-link.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(224, 142, 0, 0.25); box-shadow: 0 0 0 3px rgba(224, 142, 0, 0.25); } .rs-btn-link.rs-btn-orange, .rs-btn-link.rs-btn-orange:active, .rs-btn-link.rs-btn-orange.rs-btn-active { background-color: transparent; } .rs-btn-link.rs-btn-orange, .rs-btn-link.rs-btn-orange:hover, .rs-btn-link.rs-btn-orange:focus, .rs-btn-link.rs-btn-orange:active { border-color: transparent; } .rs-btn-link.rs-btn-orange:hover, .rs-btn-link.rs-btn-orange:focus { color: #b37a00; text-decoration: underline; background-color: transparent; } .rs-btn-link.rs-btn-orange:active, .rs-btn-link.rs-btn-orange.rs-btn-active { color: #946800; } .rs-btn-link.rs-btn-orange:active:hover, .rs-btn-link.rs-btn-orange.rs-btn-active:hover, .rs-btn-link.rs-btn-orange:active:focus, .rs-btn-link.rs-btn-orange.rs-btn-active:focus, .rs-btn-link.rs-btn-orange:active.focus, .rs-btn-link.rs-btn-orange.rs-btn-active.focus { color: #946800; } .rs-btn-link.rs-btn-orange.rs-btn-disabled:hover, .rs-btn-link.rs-btn-orange.rs-btn-disabled:focus { color: #c98600; text-decoration: none; } .rs-btn-link.rs-btn-yellow { color: #c9a608; font-weight: normal; } .rs-btn-link.rs-btn-yellow.rs-btn-loading:hover, .rs-btn-link.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-yellow.rs-btn-loading:focus, .rs-btn-link.rs-btn-yellow.rs-btn-loading:active, .rs-btn-link.rs-btn-yellow.rs-btn-loading:hover:active { color: #c9a608; background-color: transparent; } .rs-btn-link.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(224, 180, 18, 0.25); box-shadow: 0 0 0 3px rgba(224, 180, 18, 0.25); } .rs-btn-link.rs-btn-yellow, .rs-btn-link.rs-btn-yellow:active, .rs-btn-link.rs-btn-yellow.rs-btn-active { background-color: transparent; } .rs-btn-link.rs-btn-yellow, .rs-btn-link.rs-btn-yellow:hover, .rs-btn-link.rs-btn-yellow:focus, .rs-btn-link.rs-btn-yellow:active { border-color: transparent; } .rs-btn-link.rs-btn-yellow:hover, .rs-btn-link.rs-btn-yellow:focus { color: #b39504; text-decoration: underline; background-color: transparent; } .rs-btn-link.rs-btn-yellow:active, .rs-btn-link.rs-btn-yellow.rs-btn-active { color: #947e00; } .rs-btn-link.rs-btn-yellow:active:hover, .rs-btn-link.rs-btn-yellow.rs-btn-active:hover, .rs-btn-link.rs-btn-yellow:active:focus, .rs-btn-link.rs-btn-yellow.rs-btn-active:focus, .rs-btn-link.rs-btn-yellow:active.focus, .rs-btn-link.rs-btn-yellow.rs-btn-active.focus { color: #947e00; } .rs-btn-link.rs-btn-yellow.rs-btn-disabled:hover, .rs-btn-link.rs-btn-yellow.rs-btn-disabled:focus { color: #c9a608; text-decoration: none; } .rs-btn-link.rs-btn-green { color: #10911d; font-weight: normal; } .rs-btn-link.rs-btn-green.rs-btn-loading:hover, .rs-btn-link.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-green.rs-btn-loading:focus, .rs-btn-link.rs-btn-green.rs-btn-loading:active, .rs-btn-link.rs-btn-green.rs-btn-loading:hover:active { color: #10911d; background-color: transparent; } .rs-btn-link.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(34, 161, 42, 0.25); box-shadow: 0 0 0 3px rgba(34, 161, 42, 0.25); } .rs-btn-link.rs-btn-green, .rs-btn-link.rs-btn-green:active, .rs-btn-link.rs-btn-green.rs-btn-active { background-color: transparent; } .rs-btn-link.rs-btn-green, .rs-btn-link.rs-btn-green:hover, .rs-btn-link.rs-btn-green:focus, .rs-btn-link.rs-btn-green:active { border-color: transparent; } .rs-btn-link.rs-btn-green:hover, .rs-btn-link.rs-btn-green:focus { color: #088216; text-decoration: underline; background-color: transparent; } .rs-btn-link.rs-btn-green:active, .rs-btn-link.rs-btn-green.rs-btn-active { color: #016e10; } .rs-btn-link.rs-btn-green:active:hover, .rs-btn-link.rs-btn-green.rs-btn-active:hover, .rs-btn-link.rs-btn-green:active:focus, .rs-btn-link.rs-btn-green.rs-btn-active:focus, .rs-btn-link.rs-btn-green:active.focus, .rs-btn-link.rs-btn-green.rs-btn-active.focus { color: #016e10; } .rs-btn-link.rs-btn-green.rs-btn-disabled:hover, .rs-btn-link.rs-btn-green.rs-btn-disabled:focus { color: #10911d; text-decoration: none; } .rs-btn-link.rs-btn-cyan { color: #0087a6; font-weight: normal; } .rs-btn-link.rs-btn-cyan.rs-btn-loading:hover, .rs-btn-link.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-cyan.rs-btn-loading:focus, .rs-btn-link.rs-btn-cyan.rs-btn-loading:active, .rs-btn-link.rs-btn-cyan.rs-btn-loading:hover:active { color: #0087a6; background-color: transparent; } .rs-btn-link.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(0, 160, 189, 0.25); box-shadow: 0 0 0 3px rgba(0, 160, 189, 0.25); } .rs-btn-link.rs-btn-cyan, .rs-btn-link.rs-btn-cyan:active, .rs-btn-link.rs-btn-cyan.rs-btn-active { background-color: transparent; } .rs-btn-link.rs-btn-cyan, .rs-btn-link.rs-btn-cyan:hover, .rs-btn-link.rs-btn-cyan:focus, .rs-btn-link.rs-btn-cyan:active { border-color: transparent; } .rs-btn-link.rs-btn-cyan:hover, .rs-btn-link.rs-btn-cyan:focus { color: #00728f; text-decoration: underline; background-color: transparent; } .rs-btn-link.rs-btn-cyan:active, .rs-btn-link.rs-btn-cyan.rs-btn-active { color: #005870; } .rs-btn-link.rs-btn-cyan:active:hover, .rs-btn-link.rs-btn-cyan.rs-btn-active:hover, .rs-btn-link.rs-btn-cyan:active:focus, .rs-btn-link.rs-btn-cyan.rs-btn-active:focus, .rs-btn-link.rs-btn-cyan:active.focus, .rs-btn-link.rs-btn-cyan.rs-btn-active.focus { color: #005870; } .rs-btn-link.rs-btn-cyan.rs-btn-disabled:hover, .rs-btn-link.rs-btn-cyan.rs-btn-disabled:focus { color: #0087a6; text-decoration: none; } .rs-btn-link.rs-btn-blue { color: #045dbd; font-weight: normal; } .rs-btn-link.rs-btn-blue.rs-btn-loading:hover, .rs-btn-link.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-blue.rs-btn-loading:focus, .rs-btn-link.rs-btn-blue.rs-btn-loading:active, .rs-btn-link.rs-btn-blue.rs-btn-loading:hover:active { color: #045dbd; background-color: transparent; } .rs-btn-link.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(13, 115, 212, 0.25); box-shadow: 0 0 0 3px rgba(13, 115, 212, 0.25); } .rs-btn-link.rs-btn-blue, .rs-btn-link.rs-btn-blue:active, .rs-btn-link.rs-btn-blue.rs-btn-active { background-color: transparent; } .rs-btn-link.rs-btn-blue, .rs-btn-link.rs-btn-blue:hover, .rs-btn-link.rs-btn-blue:focus, .rs-btn-link.rs-btn-blue:active { border-color: transparent; } .rs-btn-link.rs-btn-blue:hover, .rs-btn-link.rs-btn-blue:focus { color: #004da6; text-decoration: underline; background-color: transparent; } .rs-btn-link.rs-btn-blue:active, .rs-btn-link.rs-btn-blue.rs-btn-active { color: #003d87; } .rs-btn-link.rs-btn-blue:active:hover, .rs-btn-link.rs-btn-blue.rs-btn-active:hover, .rs-btn-link.rs-btn-blue:active:focus, .rs-btn-link.rs-btn-blue.rs-btn-active:focus, .rs-btn-link.rs-btn-blue:active.focus, .rs-btn-link.rs-btn-blue.rs-btn-active.focus { color: #003d87; } .rs-btn-link.rs-btn-blue.rs-btn-disabled:hover, .rs-btn-link.rs-btn-blue.rs-btn-disabled:focus { color: #045dbd; text-decoration: none; } .rs-btn-link.rs-btn-violet { color: #490c99; font-weight: normal; } .rs-btn-link.rs-btn-violet.rs-btn-loading:hover, .rs-btn-link.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-link.rs-btn-violet.rs-btn-loading:focus, .rs-btn-link.rs-btn-violet.rs-btn-loading:active, .rs-btn-link.rs-btn-violet.rs-btn-loading:hover:active { color: #490c99; background-color: transparent; } .rs-btn-link.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(83, 27, 168, 0.25); box-shadow: 0 0 0 3px rgba(83, 27, 168, 0.25); } .rs-btn-link.rs-btn-violet, .rs-btn-link.rs-btn-violet:active, .rs-btn-link.rs-btn-violet.rs-btn-active { background-color: transparent; } .rs-btn-link.rs-btn-violet, .rs-btn-link.rs-btn-violet:hover, .rs-btn-link.rs-btn-violet:focus, .rs-btn-link.rs-btn-violet:active { border-color: transparent; } .rs-btn-link.rs-btn-violet:hover, .rs-btn-link.rs-btn-violet:focus { color: #41068a; text-decoration: underline; background-color: transparent; } .rs-btn-link.rs-btn-violet:active, .rs-btn-link.rs-btn-violet.rs-btn-active { color: #370075; } .rs-btn-link.rs-btn-violet:active:hover, .rs-btn-link.rs-btn-violet.rs-btn-active:hover, .rs-btn-link.rs-btn-violet:active:focus, .rs-btn-link.rs-btn-violet.rs-btn-active:focus, .rs-btn-link.rs-btn-violet:active.focus, .rs-btn-link.rs-btn-violet.rs-btn-active.focus { color: #370075; } .rs-btn-link.rs-btn-violet.rs-btn-disabled:hover, .rs-btn-link.rs-btn-violet.rs-btn-disabled:focus { color: #490c99; text-decoration: none; } .rs-btn-subtle { -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-loading:active, .rs-btn-subtle.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle:focus, .rs-btn-subtle.rs-btn-focus, .rs-btn-subtle:hover { color: #fff; background: #f7f7fa; } .rs-btn-subtle:active, .rs-btn-subtle.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle { color: #fff; background-color: #b2b1f0; background-image: none; } .rs-btn-subtle:active:hover, .rs-btn-subtle.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle:hover, .rs-btn-subtle:active:focus, .rs-btn-subtle.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle:focus, .rs-btn-subtle:active.focus, .rs-btn-subtle.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.focus { color: #fff; background-color: #b2b1f0; } .rs-btn-subtle.rs-btn-disabled, .rs-btn-subtle.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-subtle.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-loading:active, .rs-btn-subtle.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-disabled, .rs-btn-subtle.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-disabled:active { opacity: 1; } .rs-btn-subtle:focus, .rs-btn-subtle.rs-btn-focus, .rs-btn-subtle:hover { color: #575757; } .rs-btn-subtle:active, .rs-btn-subtle.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle { color: #272c36; background-color: #e5e5ea; background-image: none; } .rs-btn-subtle:active:hover, .rs-btn-subtle.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle:hover, .rs-btn-subtle:active:focus, .rs-btn-subtle.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle:focus, .rs-btn-subtle:active.focus, .rs-btn-subtle.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.focus { color: #272c36; background-color: #e5e5ea; } .rs-btn-subtle.rs-btn-red { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-red.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-red.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-red.rs-btn-loading:active, .rs-btn-subtle.rs-btn-red.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle.rs-btn-red:focus, .rs-btn-subtle.rs-btn-red.rs-btn-focus, .rs-btn-subtle.rs-btn-red:hover { color: #fff; background: #f44336; } .rs-btn-subtle.rs-btn-red:active, .rs-btn-subtle.rs-btn-red.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-red { color: #fff; background-color: #eb3626; background-image: none; } .rs-btn-subtle.rs-btn-red:active:hover, .rs-btn-subtle.rs-btn-red.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-red:hover, .rs-btn-subtle.rs-btn-red:active:focus, .rs-btn-subtle.rs-btn-red.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-red:focus, .rs-btn-subtle.rs-btn-red:active.focus, .rs-btn-subtle.rs-btn-red.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-red.focus { color: #fff; background-color: #eb3626; } .rs-btn-subtle.rs-btn-red.rs-btn-disabled, .rs-btn-subtle.rs-btn-red.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-red.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-red.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-red.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-red.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-subtle.rs-btn-orange { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-orange.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-orange.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-orange.rs-btn-loading:active, .rs-btn-subtle.rs-btn-orange.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle.rs-btn-orange:focus, .rs-btn-subtle.rs-btn-orange.rs-btn-focus, .rs-btn-subtle.rs-btn-orange:hover { color: #fff; background: #ff9800; } .rs-btn-subtle.rs-btn-orange:active, .rs-btn-subtle.rs-btn-orange.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-orange { color: #fff; background-color: #f59700; background-image: none; } .rs-btn-subtle.rs-btn-orange:active:hover, .rs-btn-subtle.rs-btn-orange.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-orange:hover, .rs-btn-subtle.rs-btn-orange:active:focus, .rs-btn-subtle.rs-btn-orange.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-orange:focus, .rs-btn-subtle.rs-btn-orange:active.focus, .rs-btn-subtle.rs-btn-orange.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-orange.focus { color: #fff; background-color: #f59700; } .rs-btn-subtle.rs-btn-orange.rs-btn-disabled, .rs-btn-subtle.rs-btn-orange.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-orange.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-orange.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-orange.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-orange.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-subtle.rs-btn-yellow { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-yellow.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-yellow.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-yellow.rs-btn-loading:active, .rs-btn-subtle.rs-btn-yellow.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle.rs-btn-yellow:focus, .rs-btn-subtle.rs-btn-yellow.rs-btn-focus, .rs-btn-subtle.rs-btn-yellow:hover { color: #fff; background: #ffca28; } .rs-btn-subtle.rs-btn-yellow:active, .rs-btn-subtle.rs-btn-yellow.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-yellow { color: #fff; background-color: #f5c31d; background-image: none; } .rs-btn-subtle.rs-btn-yellow:active:hover, .rs-btn-subtle.rs-btn-yellow.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-yellow:hover, .rs-btn-subtle.rs-btn-yellow:active:focus, .rs-btn-subtle.rs-btn-yellow.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-yellow:focus, .rs-btn-subtle.rs-btn-yellow:active.focus, .rs-btn-subtle.rs-btn-yellow.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-yellow.focus { color: #fff; background-color: #f5c31d; } .rs-btn-subtle.rs-btn-yellow.rs-btn-disabled, .rs-btn-subtle.rs-btn-yellow.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-yellow.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-yellow.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-yellow.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-yellow.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-subtle.rs-btn-green { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-green.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-green.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-green.rs-btn-loading:active, .rs-btn-subtle.rs-btn-green.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle.rs-btn-green:focus, .rs-btn-subtle.rs-btn-green.rs-btn-focus, .rs-btn-subtle.rs-btn-green:hover { color: #fff; background: #4caf50; } .rs-btn-subtle.rs-btn-green:active, .rs-btn-subtle.rs-btn-green.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-green { color: #fff; background-color: #37ab3c; background-image: none; } .rs-btn-subtle.rs-btn-green:active:hover, .rs-btn-subtle.rs-btn-green.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-green:hover, .rs-btn-subtle.rs-btn-green:active:focus, .rs-btn-subtle.rs-btn-green.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-green:focus, .rs-btn-subtle.rs-btn-green:active.focus, .rs-btn-subtle.rs-btn-green.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-green.focus { color: #fff; background-color: #37ab3c; } .rs-btn-subtle.rs-btn-green.rs-btn-disabled, .rs-btn-subtle.rs-btn-green.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-green.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-green.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-green.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-green.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-subtle.rs-btn-cyan { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-cyan.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-cyan.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-cyan.rs-btn-loading:active, .rs-btn-subtle.rs-btn-cyan.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle.rs-btn-cyan:focus, .rs-btn-subtle.rs-btn-cyan.rs-btn-focus, .rs-btn-subtle.rs-btn-cyan:hover { color: #fff; background: #00bcd4; } .rs-btn-subtle.rs-btn-cyan:active, .rs-btn-subtle.rs-btn-cyan.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-cyan { color: #fff; background-color: #00b1cc; background-image: none; } .rs-btn-subtle.rs-btn-cyan:active:hover, .rs-btn-subtle.rs-btn-cyan.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-cyan:hover, .rs-btn-subtle.rs-btn-cyan:active:focus, .rs-btn-subtle.rs-btn-cyan.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-cyan:focus, .rs-btn-subtle.rs-btn-cyan:active.focus, .rs-btn-subtle.rs-btn-cyan.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-cyan.focus { color: #fff; background-color: #00b1cc; } .rs-btn-subtle.rs-btn-cyan.rs-btn-disabled, .rs-btn-subtle.rs-btn-cyan.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-cyan.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-cyan.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-cyan.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-cyan.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-subtle.rs-btn-blue { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-blue.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-blue.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-blue.rs-btn-loading:active, .rs-btn-subtle.rs-btn-blue.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle.rs-btn-blue:focus, .rs-btn-subtle.rs-btn-blue.rs-btn-focus, .rs-btn-subtle.rs-btn-blue:hover { color: #fff; background: #2196f3; } .rs-btn-subtle.rs-btn-blue:active, .rs-btn-subtle.rs-btn-blue.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-blue { color: #fff; background-color: #1787e8; background-image: none; } .rs-btn-subtle.rs-btn-blue:active:hover, .rs-btn-subtle.rs-btn-blue.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-blue:hover, .rs-btn-subtle.rs-btn-blue:active:focus, .rs-btn-subtle.rs-btn-blue.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-blue:focus, .rs-btn-subtle.rs-btn-blue:active.focus, .rs-btn-subtle.rs-btn-blue.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-blue.focus { color: #fff; background-color: #1787e8; } .rs-btn-subtle.rs-btn-blue.rs-btn-disabled, .rs-btn-subtle.rs-btn-blue.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-blue.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-blue.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-blue.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-blue.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-subtle.rs-btn-violet { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-violet.rs-btn-loading:hover, .rs-btn-subtle.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-subtle.rs-btn-violet.rs-btn-loading:focus, .rs-btn-subtle.rs-btn-violet.rs-btn-loading:active, .rs-btn-subtle.rs-btn-violet.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-btn-subtle.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-subtle.rs-btn-violet:focus, .rs-btn-subtle.rs-btn-violet.rs-btn-focus, .rs-btn-subtle.rs-btn-violet:hover { color: #fff; background: #673ab7; } .rs-btn-subtle.rs-btn-violet:active, .rs-btn-subtle.rs-btn-violet.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-violet { color: #fff; background-color: #5f2bb3; background-image: none; } .rs-btn-subtle.rs-btn-violet:active:hover, .rs-btn-subtle.rs-btn-violet.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-violet:hover, .rs-btn-subtle.rs-btn-violet:active:focus, .rs-btn-subtle.rs-btn-violet.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-violet:focus, .rs-btn-subtle.rs-btn-violet:active.focus, .rs-btn-subtle.rs-btn-violet.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-btn-subtle.rs-btn-violet.focus { color: #fff; background-color: #5f2bb3; } .rs-btn-subtle.rs-btn-violet.rs-btn-disabled, .rs-btn-subtle.rs-btn-violet.rs-btn-disabled:hover, .rs-btn-subtle.rs-btn-violet.rs-btn-disabled:focus, .rs-btn-subtle.rs-btn-violet.rs-btn-disabled.focus, .rs-btn-subtle.rs-btn-violet.rs-btn-disabled:active, .rs-btn-subtle.rs-btn-violet.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-btn-ghost { -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; color: #1675e0; border: 1px solid #1675e0; background-color: transparent; } .rs-btn-ghost.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-loading:active, .rs-btn-ghost.rs-btn-loading:hover:active { color: #1675e0; background-color: transparent; } .rs-btn-ghost:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-btn-ghost:focus, .rs-btn-ghost.rs-btn-focus { color: #0a5dc2; border-color: #0a5dc2; } .rs-btn-ghost:hover { color: #0a5dc2; border-color: #0a5dc2; } .rs-btn-ghost:active, .rs-btn-ghost.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost { color: #004299; border-color: #004299; background-image: none; } .rs-btn-ghost:active:hover, .rs-btn-ghost.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost:hover, .rs-btn-ghost:active:focus, .rs-btn-ghost.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost:focus, .rs-btn-ghost:active.rs-btn-focus, .rs-btn-ghost.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-focus { color: #004299; border-color: #004299; } .rs-btn-ghost.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-disabled.focus { background: none; } .rs-btn-ghost.rs-btn-red { color: #bf2008; border: 1px solid #bf2008; background-color: transparent; } .rs-btn-ghost.rs-btn-red.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-red.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-red.rs-btn-loading:active, .rs-btn-ghost.rs-btn-red.rs-btn-loading:hover:active { color: #bf2008; background-color: transparent; } .rs-btn-ghost.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(214, 41, 21, 0.25); box-shadow: 0 0 0 3px rgba(214, 41, 21, 0.25); } .rs-btn-ghost.rs-btn-red:focus, .rs-btn-ghost.rs-btn-red.rs-btn-focus { color: #a81b02; border-color: #a81b02; } .rs-btn-ghost.rs-btn-red:hover { color: #a81b02; border-color: #a81b02; } .rs-btn-ghost.rs-btn-red:active, .rs-btn-ghost.rs-btn-red.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-red { color: #8a1700; border-color: #8a1700; background-image: none; } .rs-btn-ghost.rs-btn-red:active:hover, .rs-btn-ghost.rs-btn-red.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-red:hover, .rs-btn-ghost.rs-btn-red:active:focus, .rs-btn-ghost.rs-btn-red.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-red:focus, .rs-btn-ghost.rs-btn-red:active.rs-btn-focus, .rs-btn-ghost.rs-btn-red.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-red.rs-btn-focus { color: #8a1700; border-color: #8a1700; } .rs-btn-ghost.rs-btn-red.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-red.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-red.rs-btn-disabled.focus { background: none; } .rs-btn-ghost.rs-btn-orange { color: #c98600; border: 1px solid #c98600; background-color: transparent; } .rs-btn-ghost.rs-btn-orange.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-orange.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-orange.rs-btn-loading:active, .rs-btn-ghost.rs-btn-orange.rs-btn-loading:hover:active { color: #c98600; background-color: transparent; } .rs-btn-ghost.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(224, 142, 0, 0.25); box-shadow: 0 0 0 3px rgba(224, 142, 0, 0.25); } .rs-btn-ghost.rs-btn-orange:focus, .rs-btn-ghost.rs-btn-orange.rs-btn-focus { color: #b37a00; border-color: #b37a00; } .rs-btn-ghost.rs-btn-orange:hover { color: #b37a00; border-color: #b37a00; } .rs-btn-ghost.rs-btn-orange:active, .rs-btn-ghost.rs-btn-orange.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-orange { color: #946800; border-color: #946800; background-image: none; } .rs-btn-ghost.rs-btn-orange:active:hover, .rs-btn-ghost.rs-btn-orange.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-orange:hover, .rs-btn-ghost.rs-btn-orange:active:focus, .rs-btn-ghost.rs-btn-orange.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-orange:focus, .rs-btn-ghost.rs-btn-orange:active.rs-btn-focus, .rs-btn-ghost.rs-btn-orange.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-orange.rs-btn-focus { color: #946800; border-color: #946800; } .rs-btn-ghost.rs-btn-orange.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-orange.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-orange.rs-btn-disabled.focus { background: none; } .rs-btn-ghost.rs-btn-yellow { color: #c9a608; border: 1px solid #c9a608; background-color: transparent; } .rs-btn-ghost.rs-btn-yellow.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-yellow.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-yellow.rs-btn-loading:active, .rs-btn-ghost.rs-btn-yellow.rs-btn-loading:hover:active { color: #c9a608; background-color: transparent; } .rs-btn-ghost.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(224, 180, 18, 0.25); box-shadow: 0 0 0 3px rgba(224, 180, 18, 0.25); } .rs-btn-ghost.rs-btn-yellow:focus, .rs-btn-ghost.rs-btn-yellow.rs-btn-focus { color: #b39504; border-color: #b39504; } .rs-btn-ghost.rs-btn-yellow:hover { color: #b39504; border-color: #b39504; } .rs-btn-ghost.rs-btn-yellow:active, .rs-btn-ghost.rs-btn-yellow.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-yellow { color: #947e00; border-color: #947e00; background-image: none; } .rs-btn-ghost.rs-btn-yellow:active:hover, .rs-btn-ghost.rs-btn-yellow.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-yellow:hover, .rs-btn-ghost.rs-btn-yellow:active:focus, .rs-btn-ghost.rs-btn-yellow.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-yellow:focus, .rs-btn-ghost.rs-btn-yellow:active.rs-btn-focus, .rs-btn-ghost.rs-btn-yellow.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-yellow.rs-btn-focus { color: #947e00; border-color: #947e00; } .rs-btn-ghost.rs-btn-yellow.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-yellow.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-yellow.rs-btn-disabled.focus { background: none; } .rs-btn-ghost.rs-btn-green { color: #10911d; border: 1px solid #10911d; background-color: transparent; } .rs-btn-ghost.rs-btn-green.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-green.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-green.rs-btn-loading:active, .rs-btn-ghost.rs-btn-green.rs-btn-loading:hover:active { color: #10911d; background-color: transparent; } .rs-btn-ghost.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(34, 161, 42, 0.25); box-shadow: 0 0 0 3px rgba(34, 161, 42, 0.25); } .rs-btn-ghost.rs-btn-green:focus, .rs-btn-ghost.rs-btn-green.rs-btn-focus { color: #088216; border-color: #088216; } .rs-btn-ghost.rs-btn-green:hover { color: #088216; border-color: #088216; } .rs-btn-ghost.rs-btn-green:active, .rs-btn-ghost.rs-btn-green.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-green { color: #016e10; border-color: #016e10; background-image: none; } .rs-btn-ghost.rs-btn-green:active:hover, .rs-btn-ghost.rs-btn-green.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-green:hover, .rs-btn-ghost.rs-btn-green:active:focus, .rs-btn-ghost.rs-btn-green.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-green:focus, .rs-btn-ghost.rs-btn-green:active.rs-btn-focus, .rs-btn-ghost.rs-btn-green.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-green.rs-btn-focus { color: #016e10; border-color: #016e10; } .rs-btn-ghost.rs-btn-green.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-green.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-green.rs-btn-disabled.focus { background: none; } .rs-btn-ghost.rs-btn-cyan { color: #0087a6; border: 1px solid #0087a6; background-color: transparent; } .rs-btn-ghost.rs-btn-cyan.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-cyan.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-cyan.rs-btn-loading:active, .rs-btn-ghost.rs-btn-cyan.rs-btn-loading:hover:active { color: #0087a6; background-color: transparent; } .rs-btn-ghost.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(0, 160, 189, 0.25); box-shadow: 0 0 0 3px rgba(0, 160, 189, 0.25); } .rs-btn-ghost.rs-btn-cyan:focus, .rs-btn-ghost.rs-btn-cyan.rs-btn-focus { color: #00728f; border-color: #00728f; } .rs-btn-ghost.rs-btn-cyan:hover { color: #00728f; border-color: #00728f; } .rs-btn-ghost.rs-btn-cyan:active, .rs-btn-ghost.rs-btn-cyan.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-cyan { color: #005870; border-color: #005870; background-image: none; } .rs-btn-ghost.rs-btn-cyan:active:hover, .rs-btn-ghost.rs-btn-cyan.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-cyan:hover, .rs-btn-ghost.rs-btn-cyan:active:focus, .rs-btn-ghost.rs-btn-cyan.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-cyan:focus, .rs-btn-ghost.rs-btn-cyan:active.rs-btn-focus, .rs-btn-ghost.rs-btn-cyan.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-cyan.rs-btn-focus { color: #005870; border-color: #005870; } .rs-btn-ghost.rs-btn-cyan.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-cyan.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-cyan.rs-btn-disabled.focus { background: none; } .rs-btn-ghost.rs-btn-blue { color: #045dbd; border: 1px solid #045dbd; background-color: transparent; } .rs-btn-ghost.rs-btn-blue.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-blue.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-blue.rs-btn-loading:active, .rs-btn-ghost.rs-btn-blue.rs-btn-loading:hover:active { color: #045dbd; background-color: transparent; } .rs-btn-ghost.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(13, 115, 212, 0.25); box-shadow: 0 0 0 3px rgba(13, 115, 212, 0.25); } .rs-btn-ghost.rs-btn-blue:focus, .rs-btn-ghost.rs-btn-blue.rs-btn-focus { color: #004da6; border-color: #004da6; } .rs-btn-ghost.rs-btn-blue:hover { color: #004da6; border-color: #004da6; } .rs-btn-ghost.rs-btn-blue:active, .rs-btn-ghost.rs-btn-blue.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-blue { color: #003d87; border-color: #003d87; background-image: none; } .rs-btn-ghost.rs-btn-blue:active:hover, .rs-btn-ghost.rs-btn-blue.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-blue:hover, .rs-btn-ghost.rs-btn-blue:active:focus, .rs-btn-ghost.rs-btn-blue.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-blue:focus, .rs-btn-ghost.rs-btn-blue:active.rs-btn-focus, .rs-btn-ghost.rs-btn-blue.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-blue.rs-btn-focus { color: #003d87; border-color: #003d87; } .rs-btn-ghost.rs-btn-blue.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-blue.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-blue.rs-btn-disabled.focus { background: none; } .rs-btn-ghost.rs-btn-violet { color: #490c99; border: 1px solid #490c99; background-color: transparent; } .rs-btn-ghost.rs-btn-violet.rs-btn-loading:hover, .rs-btn-ghost.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-btn-ghost.rs-btn-violet.rs-btn-loading:focus, .rs-btn-ghost.rs-btn-violet.rs-btn-loading:active, .rs-btn-ghost.rs-btn-violet.rs-btn-loading:hover:active { color: #490c99; background-color: transparent; } .rs-btn-ghost.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(83, 27, 168, 0.25); box-shadow: 0 0 0 3px rgba(83, 27, 168, 0.25); } .rs-btn-ghost.rs-btn-violet:focus, .rs-btn-ghost.rs-btn-violet.rs-btn-focus { color: #41068a; border-color: #41068a; } .rs-btn-ghost.rs-btn-violet:hover { color: #41068a; border-color: #41068a; } .rs-btn-ghost.rs-btn-violet:active, .rs-btn-ghost.rs-btn-violet.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-violet { color: #370075; border-color: #370075; background-image: none; } .rs-btn-ghost.rs-btn-violet:active:hover, .rs-btn-ghost.rs-btn-violet.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-violet:hover, .rs-btn-ghost.rs-btn-violet:active:focus, .rs-btn-ghost.rs-btn-violet.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-violet:focus, .rs-btn-ghost.rs-btn-violet:active.rs-btn-focus, .rs-btn-ghost.rs-btn-violet.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-btn-ghost.rs-btn-violet.rs-btn-focus { color: #370075; border-color: #370075; } .rs-btn-ghost.rs-btn-violet.rs-btn-disabled:hover, .rs-btn-ghost.rs-btn-violet.rs-btn-disabled:focus, .rs-btn-ghost.rs-btn-violet.rs-btn-disabled.focus { background: none; } .rs-btn-lg { /* stylelint-disable */ padding: 10px 16px; font-size: 16px; line-height: 1.375; border-radius: 6px; /* stylelint-enable */ } .rs-btn-lg.rs-btn-ghost { padding-top: 9px; padding-bottom: 9px; } .rs-btn-lg.rs-btn-icon { padding-right: 26px; height: 42px; position: relative; } .rs-btn-ghost.rs-btn-lg.rs-btn-icon { padding-right: 24px; } .rs-btn-lg.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 52px; } .rs-btn-lg.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 52px; } .rs-btn-lg.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-btn-lg.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 42px; height: 42px; padding: 12px 0; font-size: 16px; line-height: 1.375; } .rs-btn-ghost.rs-btn-lg.rs-btn-icon > .rs-icon { width: 40px; height: 40px; padding: 9px 0; } .rs-btn-lg.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-btn-lg.rs-btn-icon-circle { width: 42px; padding: 10px; } .rs-btn-sm { /* stylelint-disable */ padding: 5px 10px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ } .rs-btn-sm.rs-btn-ghost { padding-top: 4px; padding-bottom: 4px; } .rs-btn-sm.rs-btn-icon { padding-right: 20px; height: 30px; position: relative; } .rs-btn-ghost.rs-btn-sm.rs-btn-icon { padding-right: 18px; } .rs-btn-sm.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 35px; } .rs-btn-sm.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 35px; } .rs-btn-sm.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-btn-sm.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 30px; height: 30px; padding: 7px 0; font-size: 14px; line-height: 1.42857143; } .rs-btn-ghost.rs-btn-sm.rs-btn-icon > .rs-icon { width: 28px; height: 28px; padding: 4px 0; } .rs-btn-sm.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-btn-sm.rs-btn-icon-circle { width: 30px; padding: 5px; } .rs-btn-xs { /* stylelint-disable */ padding: 2px 8px; font-size: 12px; line-height: 1.66666667; border-radius: 6px; /* stylelint-enable */ } .rs-btn-xs.rs-btn-ghost { padding-top: 1px; padding-bottom: 1px; } .rs-btn-xs.rs-btn-icon { padding-right: 16px; height: 24px; position: relative; } .rs-btn-ghost.rs-btn-xs.rs-btn-icon { padding-right: 14px; } .rs-btn-xs.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 26px; } .rs-btn-xs.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 26px; } .rs-btn-xs.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-btn-xs.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 24px; height: 24px; padding: 4px 0; font-size: 12px; line-height: 1.66666667; } .rs-btn-ghost.rs-btn-xs.rs-btn-icon > .rs-icon { width: 22px; height: 22px; padding: 1px 0; } .rs-btn-xs.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-btn-xs.rs-btn-icon-circle { width: 24px; padding: 2px; } .rs-btn-block { display: block; width: 100%; } .rs-btn-block + .rs-btn-block { margin-top: 5px; } .rs-btn-group, .rs-btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .rs-btn-group > .rs-btn, .rs-btn-group-vertical > .rs-btn { position: relative; float: right; } .rs-btn-group > .rs-btn:focus, .rs-btn-group-vertical > .rs-btn:focus, .rs-btn-group > .rs-btn:active, .rs-btn-group-vertical > .rs-btn:active { z-index: 2; } .rs-btn-group-lg .rs-btn { /* stylelint-disable */ padding: 10px 16px; font-size: 16px; line-height: 1.375; border-radius: 6px; /* stylelint-enable */ } .rs-btn-group-lg .rs-btn.rs-btn-ghost { padding-top: 9px; padding-bottom: 9px; } .rs-btn-group-lg .rs-btn.rs-btn-icon { padding-right: 26px; height: 42px; position: relative; } .rs-btn-ghost.rs-btn-group-lg .rs-btn.rs-btn-icon { padding-right: 24px; } .rs-btn-group-lg .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 52px; } .rs-btn-group-lg .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 52px; } .rs-btn-group-lg .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-btn-group-lg .rs-btn.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 42px; height: 42px; padding: 12px 0; font-size: 16px; line-height: 1.375; } .rs-btn-ghost.rs-btn-group-lg .rs-btn.rs-btn-icon > .rs-icon { width: 40px; height: 40px; padding: 9px 0; } .rs-btn-group-lg .rs-btn.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-btn-group-lg .rs-btn.rs-btn-icon-circle { width: 42px; padding: 10px; } .rs-btn-group-sm .rs-btn { /* stylelint-disable */ padding: 5px 10px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ } .rs-btn-group-sm .rs-btn.rs-btn-ghost { padding-top: 4px; padding-bottom: 4px; } .rs-btn-group-sm .rs-btn.rs-btn-icon { padding-right: 20px; height: 30px; position: relative; } .rs-btn-ghost.rs-btn-group-sm .rs-btn.rs-btn-icon { padding-right: 18px; } .rs-btn-group-sm .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 35px; } .rs-btn-group-sm .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 35px; } .rs-btn-group-sm .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-btn-group-sm .rs-btn.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 30px; height: 30px; padding: 7px 0; font-size: 14px; line-height: 1.42857143; } .rs-btn-ghost.rs-btn-group-sm .rs-btn.rs-btn-icon > .rs-icon { width: 28px; height: 28px; padding: 4px 0; } .rs-btn-group-sm .rs-btn.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-btn-group-sm .rs-btn.rs-btn-icon-circle { width: 30px; padding: 5px; } .rs-btn-group-xs .rs-btn { /* stylelint-disable */ padding: 2px 8px; font-size: 12px; line-height: 1.66666667; border-radius: 6px; /* stylelint-enable */ } .rs-btn-group-xs .rs-btn.rs-btn-ghost { padding-top: 1px; padding-bottom: 1px; } .rs-btn-group-xs .rs-btn.rs-btn-icon { padding-right: 16px; height: 24px; position: relative; } .rs-btn-ghost.rs-btn-group-xs .rs-btn.rs-btn-icon { padding-right: 14px; } .rs-btn-group-xs .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 26px; } .rs-btn-group-xs .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 26px; } .rs-btn-group-xs .rs-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-btn-group-xs .rs-btn.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 24px; height: 24px; padding: 4px 0; font-size: 12px; line-height: 1.66666667; } .rs-btn-ghost.rs-btn-group-xs .rs-btn.rs-btn-icon > .rs-icon { width: 22px; height: 22px; padding: 1px 0; } .rs-btn-group-xs .rs-btn.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-btn-group-xs .rs-btn.rs-btn-icon-circle { width: 24px; padding: 2px; } .rs-btn-group > .rs-btn, .rs-btn-group > .rs-dropdown > .rs-dropdown-toggle > .rs-btn { border-radius: 0; } .rs-btn-group:not(.rs-btn-group-vertical) > .rs-btn:first-child, .rs-btn-group:not(.rs-btn-group-vertical) > .rs-dropdown:first-child > .rs-dropdown-toggle > .rs-btn { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .rs-btn-group:not(.rs-btn-group-vertical) > .rs-btn:last-child, .rs-btn-group:not(.rs-btn-group-vertical) > .rs-dropdown:last-child > .rs-dropdown-toggle > .rs-btn { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .rs-btn-group.rs-btn-group-vertical > .rs-btn:first-child, .rs-btn-group.rs-btn-group-vertical > .rs-dropdown:first-child > .rs-dropdown-toggle > .rs-btn { border-top-left-radius: 6px; border-top-right-radius: 6px; } .rs-btn-group.rs-btn-group-vertical > .rs-btn:last-child, .rs-btn-group.rs-btn-group-vertical > .rs-dropdown:last-child > .rs-dropdown-toggle > .rs-btn { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .rs-btn-group.rs-btn-group-vertical > .rs-dropdown, .rs-btn-group.rs-btn-group-vertical > .rs-dropdown-dropup { display: block; } .rs-btn-group .rs-btn + .rs-btn, .rs-btn-group .rs-btn + .rs-btn-group, .rs-btn-group .rs-btn-group + .rs-btn, .rs-btn-group .rs-btn-group + .rs-btn-group { margin-right: -1px; } .rs-btn-group > .rs-btn-group { float: right; } .rs-btn-group > .rs-btn-group:not(:first-child):not(:last-child) > .rs-btn { border-radius: 0; } .rs-btn-group > .rs-btn-group:first-child:not(:last-child) > .rs-btn:last-child, .rs-btn-group > .rs-btn-group:first-child:not(:last-child) > .rs-dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; } .rs-btn-group > .rs-btn-group:last-child:not(:first-child) > .rs-btn:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; } .rs-btn-group .dropdown-toggle:active, .rs-btn-group.open .dropdown-toggle { outline: 0; } .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn { z-index: 15; } .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn:active, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn:focus, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn:hover { background: white; padding-bottom: 9px; } .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn:hover { padding-bottom: 9px; } .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-lg, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-lg:active, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-lg:focus, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-lg:hover { padding-bottom: 11px; } .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-sm, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-sm:active, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-sm:focus, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-sm:hover { padding-bottom: 6px; } .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-xs, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-xs:active, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-xs:focus, .rs-btn-group.rs-open .rs-dropdown-toggle.rs-btn.rs-btn-xs:hover { padding-bottom: 3px; } .rs-btn-group.rs-open .rs-dropdown-menu { z-index: 10; } .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn { z-index: 15; } .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn:active, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn:focus, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn:hover { background: white; padding-top: 9px; padding-bottom: 8px; } .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn:hover { padding-top: 9px; padding-bottom: 8px; } .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.btn-lg, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.btn-lg:active, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.btn-lg:focus, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.btn-lg:hover { padding-top: 11px; padding-bottom: 10px; } .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-sm, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-sm:active, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-sm:focus, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-sm:hover { padding-top: 6px; padding-bottom: 5px; } .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-xs, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-xs:active, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-xs:focus, .rs-btn-group.rs-open.rs-dropup .rs-dropdown-toggle.rs-btn.rs-btn-xs:hover { padding-top: 3px; padding-bottom: 2px; } .rs-btn-group > .rs-btn + .rs-dropdown-toggle { padding-right: 8px; padding-left: 8px; } .rs-btn-group > .rs-btn-lg + .rs-dropdown-toggle { padding-right: 12px; padding-left: 12px; } .rs-btn .rs-caret { margin-right: 0; } .rs-btn-group-vertical > .rs-btn, .rs-btn-group-vertical > .rs-btn-group, .rs-btn-group-vertical > .rs-btn-group > .rs-btn { display: block; float: none; width: 100%; max-width: 100%; } .rs-btn-group-vertical > .rs-btn-group::before, .rs-btn-group-vertical > .rs-btn-group::after { content: ' '; display: table; } .rs-btn-group-vertical > .rs-btn-group::after { clear: both; } .rs-btn-group-vertical > .rs-btn-group::before, .rs-btn-group-vertical > .rs-btn-group::after { content: ' '; display: table; } .rs-btn-group-vertical > .rs-btn-group::after { clear: both; } .rs-btn-group-vertical > .rs-btn-group > .rs-btn { float: none; } .rs-btn-group-vertical > .rs-btn + .rs-btn, .rs-btn-group-vertical > .rs-btn + .rs-btn-group, .rs-btn-group-vertical > .rs-btn-group + .rs-btn, .rs-btn-group-vertical > .rs-btn-group + .rs-btn-group { margin-top: -1px; margin-right: 0; } .rs-btn-group-justified { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .rs-btn-group-justified > .rs-btn, .rs-btn-group-justified > .rs-btn-group { -webkit-box-flex: 1; -ms-flex: 1 1 1%; flex: 1 1 1%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rs-btn-group-justified > .rs-btn-group .rs-btn { width: 100%; } .rs-btn-group-justified > .rs-btn-group .rs-dropdown-menu { right: auto; } .rs-btn-group-justified > .rs-btn-ghost { border-right-width: 0; border-left-width: 0; position: relative; } .rs-btn-group-justified > .rs-btn-ghost::before, .rs-btn-group-justified > .rs-btn-ghost::after { background-color: #3498ff; } .rs-btn-group-justified > .rs-btn-ghost:focus::before, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-focus::before, .rs-btn-group-justified > .rs-btn-ghost:focus::after, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-focus::after { background-color: #2589f5; } .rs-btn-group-justified > .rs-btn-ghost:hover::before, .rs-btn-group-justified > .rs-btn-ghost:hover::after { background-color: #2589f5; } .rs-btn-group-justified > .rs-btn-ghost:active::before, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active::before, .rs-btn-group-justified > .rs-btn-ghost:active::after, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active::after { background-color: #1675e0; } .rs-btn-group-justified > .rs-btn-ghost:active:hover::before, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active:hover::before, .rs-btn-group-justified > .rs-btn-ghost:active:focus::before, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active:focus::before, .rs-btn-group-justified > .rs-btn-ghost:active.rs-btn-focus::before, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active.rs-btn-focus::before, .rs-btn-group-justified > .rs-btn-ghost:active:hover::after, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active:hover::after, .rs-btn-group-justified > .rs-btn-ghost:active:focus::after, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active:focus::after, .rs-btn-group-justified > .rs-btn-ghost:active.rs-btn-focus::after, .rs-btn-group-justified > .rs-btn-ghost.rs-btn-active.rs-btn-focus::after { background-color: #1675e0; } .rs-btn-group-justified > .rs-btn-ghost::before, .rs-btn-group-justified > .rs-btn-ghost::after { content: ''; display: block; position: absolute; width: 1px; background-color: #3498ff; top: -1px; bottom: -1px; -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; } .rs-btn-group-justified > .rs-btn-ghost::before { right: 0; } .rs-btn-group-justified > .rs-btn-ghost::after { left: 0; } .rs-btn-group-justified > .rs-btn-ghost:first-child { border-right-width: 1px; } .rs-btn-group-justified > .rs-btn-ghost:first-child::before { display: none; } .rs-btn-group-justified > .rs-btn-ghost:last-child { border-left-width: 1px; } .rs-btn-group-justified > .rs-btn-ghost:last-child::after { display: none; } .rs-btn-group-primary.btn-group .btn.disabled:hover { background-color: #3498ff; } .rs-btn-group-primary.btn-group .btn:hover { background-color: #1a8bff; } .rs-btn-group-primary.btn-group .dropdown-menu > li > a:focus, .rs-btn-group-primary.btn-group .dropdown-menu > li > a:hover { background: #f2faff; } .rs-btn-group-primary.btn-group .dropdown-menu > .active > a, .rs-btn-group-primary.btn-group .dropdown-menu > .active > a:focus, .rs-btn-group-primary.btn-group .dropdown-menu > .active > a:hover { background-color: #017eff; } .rs-btn-group-primary.btn-group.open .dropdown-toggle.btn, .rs-btn-group-primary.btn-group.open .dropdown-toggle.btn:active, .rs-btn-group-primary.btn-group.open .dropdown-toggle.btn:focus, .rs-btn-group-primary.btn-group.open .dropdown-toggle.btn:hover { color: #017eff; } .rs-btn-group-link.btn-group .btn.disabled:hover { background-color: #3498ff; } .rs-btn-group-link.btn-group .btn:hover { background-color: #1a8bff; } .rs-btn-group-link.btn-group .dropdown-menu > li > a:focus, .rs-btn-group-link.btn-group .dropdown-menu > li > a:hover { background: #f2faff; } .rs-btn-group-link.btn-group .dropdown-menu > .active > a, .rs-btn-group-link.btn-group .dropdown-menu > .active > a:focus, .rs-btn-group-link.btn-group .dropdown-menu > .active > a:hover { background-color: #017eff; } .rs-btn-group-link.btn-group.open .dropdown-toggle.btn, .rs-btn-group-link.btn-group.open .dropdown-toggle.btn:active, .rs-btn-group-link.btn-group.open .dropdown-toggle.btn:focus, .rs-btn-group-link.btn-group.open .dropdown-toggle.btn:hover { color: #017eff; } .rs-btn-group-link.rs-btn-group .rs-btn.disabled:hover { background-color: white; color: #f2faff; } .rs-btn-group-link.rs-btn-group .rs-btn-link:focus, .rs-btn-group-link.rs-btn-group .rs-btn-link:hover { color: white; } .rs-btn-toolbar { line-height: 0; } .rs-btn-toolbar > :not(:first-child):not(.rs-btn-block) { margin-right: 5px; } .rs-calendar { background-color: #fff; padding-top: 12px; position: relative; min-height: 266px; overflow: hidden; } .rs-calendar-bordered .rs-calendar-table { border: 1px solid #f2f2f5; border-radius: 6px; } .rs-calendar-bordered .rs-calendar-table-row:not(:last-child) .rs-calendar-table-cell, .rs-calendar-bordered .rs-calendar-table-header-row .rs-calendar-table-cell { border-bottom: 1px solid #f2f2f5; } .rs-calendar-bordered .rs-calendar-month-dropdown { border: 1px solid #e5e5ea; border-radius: 6px; } .rs-calendar-panel .rs-calendar-header { width: 100%; padding-bottom: 6px; } .rs-calendar-panel .rs-calendar-header::before, .rs-calendar-panel .rs-calendar-header::after { content: ' '; display: table; } .rs-calendar-panel .rs-calendar-header::after { clear: both; } .rs-calendar-panel .rs-calendar-header::before, .rs-calendar-panel .rs-calendar-header::after { content: ' '; display: table; } .rs-calendar-panel .rs-calendar-header::after { clear: both; } .rs-calendar-panel .rs-calendar-header .rs-calendar-btn-today { float: left; } .rs-calendar-panel .rs-calendar-header-forward, .rs-calendar-panel .rs-calendar-header-backward { float: none !important; } .rs-calendar-panel.rs-calendar-show-month-dropdown .rs-calendar-header-forward, .rs-calendar-panel.rs-calendar-show-month-dropdown .rs-calendar-header-backward { display: inline-block; visibility: hidden; pointer-events: none; } .rs-calendar-panel .rs-calendar-header-month-toolbar { width: auto !important; } .rs-calendar-panel.rs-calendar-show-month-dropdown .rs-calendar-header-month-toolbar { padding-right: 0; padding-left: 0; } .rs-calendar-panel .rs-calendar-show-month-dropdown { padding-right: 0; padding-left: 0; } .rs-calendar-panel .rs-calendar-table-header-row .rs-calendar-table-cell-content { padding-top: 8px; padding-bottom: 8px; } .rs-calendar-panel .rs-calendar-table-cell-is-today .rs-calendar-table-cell-day { color: #fff; width: 20px; height: 20px; background-color: #3498ff; border-radius: 50%; margin-right: auto; margin-left: auto; } .rs-calendar-panel .rs-calendar-table-cell-is-today .rs-calendar-table-cell-content { border-color: transparent; } .rs-calendar-panel .rs-calendar-table-cell-selected .rs-calendar-table-cell-content { background-color: transparent; color: inherit; border: 1px solid #3498ff; padding: 4px; } .rs-calendar-panel .rs-calendar-table-cell-day { margin-top: 3px; display: block; text-align: center; } .rs-calendar-panel .rs-calendar-month-dropdown { margin-top: -2px; margin-right: 12px; margin-left: 12px; top: 54px; width: calc(100% - 24px); } .rs-calendar-panel:not(.rs-calendar-compact) .rs-calendar-month-dropdown-scroll { height: 644px; } .rs-calendar-panel.rs-calendar-compact .rs-calendar-month-dropdown-scroll { height: 344px; } .rs-calendar-panel:not(.rs-calendar-compact) .rs-calendar-table-row:not(.rs-calendar-table-header-row) .rs-calendar-table-cell-content { width: 100%; height: 100px; overflow: hidden; } .rs-calendar-panel:not(.rs-calendar-compact) .rs-calendar-table-cell { vertical-align: top; } .rs-calendar-panel .rs-calendar-table-cell { padding: 0 1px; line-height: 0; } .rs-calendar-panel .rs-calendar-table-cell-content { width: 100%; border-radius: 0; } .rs-calendar-panel .rs-calendar-table-row:last-child :first-child .rs-calendar-table-cell-content { border-bottom-right-radius: 6px; } .rs-calendar-panel .rs-calendar-table-row:last-child :last-child .rs-calendar-table-cell-content { border-bottom-left-radius: 6px; } .rs-calendar-panel.rs-calendar-compact .rs-calendar-table-row:not(.rs-calendar-table-header-row) .rs-calendar-table-cell-content { height: 50px; } .rs-calendar-show-month-dropdown .rs-calendar-header-month-toolbar { padding-right: 24px; padding-left: 24px; } .rs-calendar-show-month-dropdown .rs-calendar-header-backward, .rs-calendar-show-month-dropdown .rs-calendar-header-forward { display: none; } .rs-calendar-show-month-dropdown .rs-calendar-header-title-date { color: #1675e0; background: transparent; } .rs-calendar-show-month-dropdown .rs-calendar-header-title-date.rs-calendar-header-error { color: #f44336; } .rs-calendar-show-month-dropdown .rs-calendar-header-title-date.rs-calendar-header-error:focus, .rs-calendar-show-month-dropdown .rs-calendar-header-title-date.rs-calendar-header-error:hover:active { color: #fff !important; } .rs-calendar-show-time-dropdown .rs-calendar-header-title-time { color: #1675e0; background: transparent; } .rs-calendar-show-time-dropdown .rs-calendar-header-title-time.rs-calendar-header-error { color: #f44336; } .rs-calendar-show-time-dropdown .rs-calendar-header-title-time.rs-calendar-header-error:hover:active { color: #fff; } .rs-calendar-table-cell-selected, .rs-calendar-table-cell-in-range { position: relative; } .rs-calendar-table-cell-selected::before, .rs-calendar-table-cell-in-range::before { content: ''; display: block; width: 100%; margin-top: 4px; height: 24px; position: absolute; z-index: 0; top: 0; } .rs-calendar-table-cell-selected .rs-calendar-table-cell-content, .rs-calendar-table-cell-in-range .rs-calendar-table-cell-content { z-index: 1; position: relative; } .rs-calendar-table-cell-in-range::before { background-color: rgba(204, 233, 255, 0.5); } .rs-calendar-month-dropdown-scroll div:focus { outline: none; } .rs-calendar-header { width: 280px; padding-right: 12px; padding-left: 12px; } .rs-calendar-header::before, .rs-calendar-header::after { content: ' '; display: table; } .rs-calendar-header::after { clear: both; } .rs-calendar-header::before, .rs-calendar-header::after { content: ' '; display: table; } .rs-calendar-header::after { clear: both; } .rs-calendar-header-month-toolbar, .rs-calendar-header-time-toolbar { display: inline-block; } .rs-calendar-header-month-toolbar { float: right; } .rs-calendar-header-time-toolbar { float: left; } .rs-calendar-header-title { margin: 0 4px; } .rs-calendar-header-meridian { font-size: 12px; margin-right: 4px; } .rs-calendar-header-error { color: #8e8e93; background-color: transparent; color: #f44336; } .rs-calendar-header-error.rs-btn-loading:hover, .rs-calendar-header-error.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-calendar-header-error.rs-btn-loading:focus, .rs-calendar-header-error.rs-btn-loading:active, .rs-calendar-header-error.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-calendar-header-error:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-calendar-header-error:focus, .rs-calendar-header-error.rs-btn-focus, .rs-calendar-header-error:hover { color: #fff; background: #f44336; } .rs-calendar-header-error:active, .rs-calendar-header-error.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-calendar-header-error { color: #fff; background-color: #eb3626; background-image: none; } .rs-calendar-header-error:active:hover, .rs-calendar-header-error.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-calendar-header-error:hover, .rs-calendar-header-error:active:focus, .rs-calendar-header-error.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-calendar-header-error:focus, .rs-calendar-header-error:active.focus, .rs-calendar-header-error.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-calendar-header-error.focus { color: #fff; background-color: #eb3626; } .rs-calendar-header-error.rs-btn-disabled, .rs-calendar-header-error.rs-btn-disabled:hover, .rs-calendar-header-error.rs-btn-disabled:focus, .rs-calendar-header-error.rs-btn-disabled.focus, .rs-calendar-header-error.rs-btn-disabled:active, .rs-calendar-header-error.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-calendar-header-btn-disabled, .rs-calendar-header-btn-disabled:hover, .rs-calendar-header-btn-disabled:hover:focus { cursor: not-allowed; opacity: 0.3; background: none; } .rs-calendar-header-btn-disabled::after { display: none !important; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) { margin: 0 auto; padding-right: 12px; padding-left: 12px; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar { display: block; text-align: center; width: 100%; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar::before, .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar::after { content: ' '; display: table; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar::after { clear: both; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar::before, .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar::after { content: ' '; display: table; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-month-toolbar::after { clear: both; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-backward { float: right; } .rs-calendar-header-has-month:not(.rs-calendar-header-has-time) .rs-calendar-header-forward { float: left; } .rs-calendar-header-has-time:not(.rs-calendar-header-has-month) { margin: 0 auto; text-align: center; } .rs-calendar-header-has-time:not(.rs-calendar-header-has-month) .rs-calendar-header-time-toolbar { float: none; display: inline-block; } .rs-calendar-header-has-month.rs-calendar-header-has-time { margin: 0 auto; } /* stylelint-disable-next-line */ [dir='rtl'] .rs-calendar-header-backward .rs-icon, [dir='rtl'] .rs-calendar-header-forward .rs-icon { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rs-calendar-view { padding: 4px 12px 12px; } .rs-calendar-table { display: table; table-layout: fixed; width: 100%; } .rs-calendar-table-row { display: table-row; } .rs-calendar-table-row:nth-child(2) .rs-calendar-table-cell-week-number { border-top-right-radius: 6px; border-top-left-radius: 6px; } .rs-calendar-table-row:last-child .rs-calendar-table-cell-week-number { border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .rs-calendar-table-cell { display: table-cell; width: 1%; padding: 1px 0; text-align: center; vertical-align: middle; } .rs-calendar-table-cell-un-same-month .rs-calendar-table-cell-content, .rs-calendar-table-cell-disabled .rs-calendar-table-cell-content, .rs-calendar-table-cell-un-same-month .rs-calendar-table-cell-content:hover, .rs-calendar-table-cell-disabled .rs-calendar-table-cell-content:hover { color: #c5c6c7; } .rs-calendar-table-cell-disabled .rs-calendar-table-cell-content, .rs-calendar-table-cell-disabled .rs-calendar-table-cell-content:hover { background: none; text-decoration: line-through; cursor: not-allowed; } .rs-calendar-table-cell-disabled.rs-calendar-table-cell-is-today.rs-calendar-table-cell-selected .rs-calendar-table-cell-content:hover { color: #ffffff; border-color: #3498ff; background-color: #3498ff; } .rs-calendar-table-cell-disabled.rs-calendar-table-cell-selected .rs-calendar-table-cell-content { opacity: 0.3; } .rs-calendar-table-cell-content { display: inline-block; font-size: 14px; line-height: 1.42857143; padding: 5px; cursor: pointer; border-radius: 6px; } .rs-calendar-table-cell-content:hover { background-color: #f2faff; } .rs-calendar-table-cell-is-today .rs-calendar-table-cell-content { border: 1px solid #1675e0; padding: 4px; } .rs-calendar-table-cell-selected .rs-calendar-table-cell-content { color: #ffffff; border-color: #3498ff; background-color: #3498ff; } .rs-calendar-table-header-row .rs-calendar-table-cell-content { color: #8e8e93; font-size: 12px; line-height: 1.66666667; padding-top: 2px; padding-bottom: 2px; } .rs-calendar-table-header-row .rs-calendar-table-cell-content, .rs-calendar-table-header-row .rs-calendar-table-cell-content:hover, .rs-calendar-table-header-row .rs-calendar-table-cell-content:focus, .rs-calendar-table-header-row .rs-calendar-table-cell-content:hover:focus { background: none; cursor: auto; } .rs-calendar-table-cell-week-number { display: table-cell; width: 1%; padding: 1px; text-align: center; vertical-align: middle; color: #8e8e93; background: #f7f7fa; font-size: 12px; } .rs-calendar-month-dropdown { display: none; position: absolute; top: 44px; border-top: 1px solid #e5e5ea; margin-top: 0; width: 100%; background-color: #fff; overflow: hidden; z-index: 1; } .rs-calendar-show-month-dropdown .rs-calendar-month-dropdown { display: block; } .rs-calendar-show-month-dropdown .rs-calendar-month-dropdown-content { -webkit-animation: 0.3s linear slideDown; animation: 0.3s linear slideDown; } .rs-calendar-month-dropdown-scroll { height: 230px; } .rs-calendar-month-dropdown-row { position: relative; padding-right: 52px; padding-left: 12px; padding-top: 5px; padding-bottom: 5px; } .rs-calendar-month-dropdown-row:not(:last-child) { border-bottom: 1px dotted #e5e5ea; } .rs-calendar-month-dropdown-year { position: absolute; top: calc(50% - 0.5em); right: 12px; } .rs-calendar-month-dropdown-year-active { color: #1675e0; } .rs-calendar-month-dropdown-list { display: block; } .rs-calendar-month-dropdown-list::before, .rs-calendar-month-dropdown-list::after { content: ' '; display: table; } .rs-calendar-month-dropdown-list::after { clear: both; } .rs-calendar-month-dropdown-list::before, .rs-calendar-month-dropdown-list::after { content: ' '; display: table; } .rs-calendar-month-dropdown-list::after { clear: both; } .rs-calendar-month-dropdown-cell { display: inline-block; float: right; width: calc((100% - 1px * 12 ) / 6); margin: 1px; text-align: center; vertical-align: middle; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-calendar-month-dropdown-cell { width: calc((100% - 1px * 12 - 1px) / 6); } } @supports (-ms-ime-align: auto) { .rs-calendar-month-dropdown-cell { width: calc((100% - 1px * 12 - 1px) / 6); } } .rs-calendar-month-dropdown-cell-content { display: inline-block; font-size: 14px; line-height: 1.42857143; padding: 5px; cursor: pointer; border-radius: 6px; } .rs-calendar-month-dropdown-cell-content:hover { background-color: #f2faff; } .rs-calendar-month-dropdown-cell:not(.rs-calendar-month-dropdown-cell-active).disabled .rs-calendar-month-dropdown-cell-content { color: #c5c6c7; background: none; text-decoration: line-through; cursor: not-allowed; } .rs-calendar-month-dropdown-cell-active.disabled .rs-calendar-month-dropdown-cell-content { opacity: 0.3; cursor: not-allowed; } .rs-calendar-month-dropdown-cell-active .rs-calendar-month-dropdown-cell-content { color: #ffffff; border-color: #3498ff; background-color: #3498ff; } .rs-calendar-time-dropdown { display: none; position: absolute; top: 44px; padding-right: 12px; padding-left: 12px; width: 100%; background-color: #fff; overflow: hidden; z-index: 1; } .rs-calendar-show-time-dropdown .rs-calendar-time-dropdown { display: block; } .rs-calendar-show-time-dropdown .rs-calendar-time-dropdown-content { -webkit-animation: 0.3s linear slideDown; animation: 0.3s linear slideDown; } .rs-calendar-time-dropdown-row { display: table; width: 100%; } .rs-calendar-time-dropdown-column { display: table-cell; width: 1%; } .rs-calendar-time-dropdown-column > ul, .rs-calendar-time-dropdown-column > ul > li { list-style: none; margin: 0; padding: 0; } .rs-calendar-time-dropdown-column > ul { height: 230px; overflow-y: auto; padding-bottom: 200px; } .rs-calendar-time-dropdown-column-title { width: 100%; background-color: #f7f7fa; color: #8e8e93; text-align: center; font-size: 12px; line-height: 1.66666667; padding-top: 2px; padding-bottom: 2px; } .rs-calendar-time-dropdown-cell { font-size: 14px; line-height: 20px; padding: 5px; display: block; color: #575757; text-align: center; cursor: pointer; -webkit-transition: background-color 0.3s linear; transition: background-color 0.3s linear; } .rs-calendar-time-dropdown-cell-active.rs-calendar-time-dropdown-cell, .rs-calendar-time-dropdown-cell-active.rs-calendar-time-dropdown-cell:hover { background-color: #3498ff; color: #fff; } .rs-calendar-time-dropdown-cell, .rs-calendar-time-dropdown-cell:hover, .rs-calendar-time-dropdown-cell:focus { text-decoration: none; } .rs-calendar-time-dropdown-cell:hover { color: #575757; background-color: #f2faff; } .rs-calendar-time-dropdown-cell-disabled, .rs-calendar-time-dropdown-cell-disabled:hover, .rs-calendar-time-dropdown-cell-disabled:focus { color: #c5c6c7; background: none; cursor: not-allowed; text-decoration: line-through; } .rs-calendar-time-dropdown-cell-active.rs-calendar-time-dropdown-cell-disabled.rs-calendar-time-dropdown-cell { opacity: 0.3; cursor: not-allowed; } .rs-carousel { position: relative; height: 400px; overflow: hidden; background: #8e8e93; } .rs-carousel-content { position: relative; width: 100%; height: 100%; overflow: hidden; } .rs-carousel-slider { position: relative; right: 0; height: 100%; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; will-change: transform; } .rs-carousel-slider-item { background: #8e8e93; float: right; height: 100%; width: 100%; } .rs-carousel-slider-after { position: absolute; right: 0; height: 100%; width: 100%; background: #8e8e93; top: 0; -webkit-animation: moveLeftHalf 0.3s ease forwards; animation: moveLeftHalf 0.3s ease forwards; } .rs-carousel-slider-after-vertical { -webkit-animation: moveLeftHalf-vertical 0.3s ease forwards; animation: moveLeftHalf-vertical 0.3s ease forwards; } .rs-carousel-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; } .rs-carousel-toolbar > ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; } .rs-carousel-label-wrapper { margin: 3px; } .rs-carousel-label-wrapper input { width: 0; height: 0; position: absolute; opacity: 0; } .rs-carousel-label-wrapper input:checked ~ label { background: #3498ff; } .rs-carousel-label { cursor: pointer; display: block; background: rgba(255, 255, 255, 0.4); -webkit-transition: background 0.3s linear; transition: background 0.3s linear; -webkit-transition-property: background, width, height; transition-property: background, width, height; position: relative; } .rs-carousel-label::after { content: ''; position: absolute; top: -3px; left: -3px; bottom: -3px; right: -3px; } .rs-carousel-label:hover { background: #fff; } .rs-carousel-shape-dot .rs-carousel-label { width: 10px; height: 10px; border-radius: 50%; } .rs-carousel-shape-bar .rs-carousel-label { border-radius: 2px; } .rs-carousel-placement-top.rs-carousel-shape-bar .rs-carousel-label, .rs-carousel-placement-bottom.rs-carousel-shape-bar .rs-carousel-label { width: 18px; height: 4px; } .rs-carousel-placement-top.rs-carousel-shape-bar .rs-carousel-label-wrapper input:checked ~ label, .rs-carousel-placement-bottom.rs-carousel-shape-bar .rs-carousel-label-wrapper input:checked ~ label { width: 28px; } .rs-carousel-placement-left.rs-carousel-shape-bar .rs-carousel-label, .rs-carousel-placement-right.rs-carousel-shape-bar .rs-carousel-label { width: 4px; height: 18px; } .rs-carousel-placement-left.rs-carousel-shape-bar .rs-carousel-label-wrapper input:checked ~ label, .rs-carousel-placement-right.rs-carousel-shape-bar .rs-carousel-label-wrapper input:checked ~ label { height: 28px; } .rs-carousel-placement-top .rs-carousel-toolbar, .rs-carousel-placement-bottom .rs-carousel-toolbar { right: 0; width: 100%; } .rs-carousel-placement-top .rs-carousel-toolbar > ul, .rs-carousel-placement-bottom .rs-carousel-toolbar > ul { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rs-carousel-placement-top .rs-carousel-toolbar { top: 17px; } .rs-carousel-placement-bottom .rs-carousel-toolbar { bottom: 17px; } .rs-carousel-placement-left .rs-carousel-toolbar, .rs-carousel-placement-right .rs-carousel-toolbar { top: 0; width: 1.2vw; height: 100%; } .rs-carousel-placement-left .rs-carousel-toolbar > ul, .rs-carousel-placement-right .rs-carousel-toolbar > ul { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .rs-carousel-placement-left .rs-carousel-toolbar { right: 17px; } .rs-carousel-placement-right .rs-carousel-toolbar { left: 17px; } .rs-picker-cascader-menu-items > div::before, .rs-picker-cascader-menu-items > div::after { content: ' '; display: table; } .rs-picker-cascader-menu-items > div::after { clear: both; } .rs-picker-cascader-menu-items > div::before, .rs-picker-cascader-menu-items > div::after { content: ' '; display: table; } .rs-picker-cascader-menu-items > div::after { clear: both; } .rs-picker-cascader-search-panel { max-height: 300px; overflow: auto; } .rs-picker-cascader-row { cursor: pointer; padding-right: 12px; padding-left: 12px; } .rs-picker-cascader-row:hover { color: #575757; background-color: #f2faff; } .rs-picker-cascader-row-focus { background-color: #f2faff; font-weight: bold; } .rs-picker-cascader-row-disabled { cursor: not-allowed; } .rs-picker-cascader-row-disabled, .rs-picker-cascader-row-disabled:hover { color: #c5c6c7; } .rs-picker-cascader-row-disabled strong { opacity: 0.7; } .rs-picker-cascader-col { padding: 8px 0; display: inline-block; } .rs-picker-cascader-col::after { content: '\00a0/\00a0'; } .rs-picker-cascader-col:last-child::after { display: none; } .rs-picker-cascader-col strong { color: #3498ff; } .rs-picker-cascader-menu-column { float: right; overflow-y: auto; } .rs-picker-cascader-menu-column-loading { padding: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rs-picker-cascader-menu-column-loading .rs-icon { margin: 4px; } .rs-picker-cascader-menu-items { padding: 6px 0; } .rs-picker-cascader-menu-items ul, .rs-picker-cascader-menu-items li { margin: 0; padding: 0; list-style: none; } .rs-picker-cascader-menu-item { position: relative; display: block; padding: 8px 12px 8px 28px; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; cursor: pointer; text-decoration: none; color: #575757; word-break: break-word; } .rs-picker-cascader-menu-items-has-children .rs-picker-cascader-menu-item { padding-left: 32px; } .rs-picker-cascader-menu-item:not(.rs-picker-cascader-menu-item-disabled):hover, .rs-picker-cascader-menu-item:not(.rs-picker-cascader-menu-item-disabled):focus, .rs-picker-cascader-menu-item.rs-picker-select-menu-item-focus { color: #575757; background-color: #f2faff; text-decoration: none; } .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active { font-weight: bold; } .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus:hover, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active:hover, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus:focus, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active:focus, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus:hover:focus, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active:hover:focus { background-color: #f2faff; } .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-focus .rs-picker-cascader-menu-caret, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active .rs-picker-cascader-menu-caret { color: #575757; } .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active:hover, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active:focus, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active:hover:focus { color: #1675e0; } .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-disabled { color: #c5c6c7; text-decoration: none; cursor: not-allowed; } .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active.rs-picker-cascader-menu-item-disabled, .rs-picker-cascader-menu-item.rs-picker-cascader-menu-item-active.rs-picker-cascader-menu-item-disabled:hover { color: #a6d7ff; } .rs-picker-cascader-menu-caret { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 2px; position: absolute; top: 8px; left: 12px; height: 20px; font-size: 12px; } .rs-checkbox { position: relative; display: block; } .rs-checkbox-disabled label { cursor: not-allowed; } .rs-checkbox label { line-height: 1.14285714; margin-bottom: 0; font-weight: normal; cursor: pointer; } .rs-checkbox .rs-checkbox-inner::before { border-color: #3498ff; } .rs-checkbox.rs-checkbox-disabled label { cursor: not-allowed; } .rs-checkbox-disabled > .rs-checkbox-checker > label { color: #c5c6c7; } .rs-checkbox-inline { position: relative; display: inline-block; margin-bottom: 0; vertical-align: middle; font-weight: normal; margin-top: 0; margin-right: 10px; } .rs-checkbox-checker { padding-top: 10px; padding-bottom: 10px; padding-right: 36px; min-height: 36px; line-height: 1; position: relative; } .rs-checkbox-wrapper::before, .rs-checkbox-wrapper::after, .rs-checkbox-wrapper .rs-checkbox-inner::before, .rs-checkbox-wrapper .rs-checkbox-inner::after { content: ''; position: absolute; left: 0; top: 0; display: block; } .rs-checkbox-wrapper .rs-checkbox-inner::after { opacity: 0; -webkit-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); transition: opacity 0.2s ease-in, -webkit-transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46), -webkit-transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); } .rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner::after, .rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner::after { border: solid #fff; width: 6px; height: 9px; margin-top: 2px; margin-left: 5px; opacity: 1; } .rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner::after { border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); } .rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner::after { border-width: 0 0 2px; -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); width: 10px; margin-top: 0; margin-left: 3px; } /* stylelint-disable-next-line */ .rs-checkbox-wrapper { position: absolute; width: 16px; height: 16px; display: inline-block; right: 10px; top: 10px; } .rs-checkbox-wrapper [type='checkbox'] { width: 0; height: 0; opacity: 0; } .rs-checkbox-wrapper::before, .rs-checkbox-wrapper .rs-checkbox-inner::before, .rs-checkbox-wrapper .rs-checkbox-inner::after { width: 16px; height: 16px; } .rs-checkbox-wrapper::before { border: 1px solid #3498ff; background-color: transparent; border-radius: 3px; -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; visibility: hidden; -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear; transition: opacity 0.2s linear, -webkit-transform 0.2s linear; transition: transform 0.2s linear, opacity 0.2s linear; transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear; } .rs-checkbox-checked .rs-checkbox-wrapper::before { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0; visibility: visible; } .rs-checkbox-wrapper::after { top: -10px; left: -10px; bottom: -10px; right: -10px; } .rs-checkbox-wrapper .rs-checkbox-inner::before { border: 1px solid #d9d9d9; background-color: transparent; border-radius: 3px; -webkit-transition: background 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear; transition: background 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear; transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear; transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; } .rs-checkbox-checker:hover .rs-checkbox-wrapper .rs-checkbox-inner::before { border-color: #3498ff; } .rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner::before, .rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner::before { border-color: #3498ff; background-color: #3498ff; } .rs-checkbox-disabled:not(.rs-checkbox-checked):not(.rs-checkbox-indeterminate) .rs-checkbox-wrapper .rs-checkbox-inner::before { border-color: #f7f7fa; background-color: #f7f7fa; } .rs-checkbox-disabled.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner::before, .rs-checkbox-disabled.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner::before { opacity: 0.3; } .rs-checkbox-wrapper [type='checkbox']:focus ~ .rs-checkbox-inner::before { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.4); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.4); } :hover.rs-checkbox-wrapper [type='checkbox']:focus ~ .rs-checkbox-inner::before { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.4); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.4); } .rs-checkbox-checked .rs-checkbox-wrapper [type='checkbox']:focus ~ .rs-checkbox-inner::before { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.4); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.4); } .rs-checkbox-group-inline { margin-right: -10px; } .rs-picker-check-menu-items { margin-bottom: 6px; overflow-y: auto; } .rs-picker-check-menu-items ul { list-style: none; margin: 0; padding: 0; } .rs-picker-check-menu-items .rs-picker-menu-group:not(:first-child) { margin-top: 6px; border-top: 1px solid #e5e5ea; padding-top: 6px; } .rs-picker-check-menu-items .rs-picker-menu-group-title { padding: 8px 12px; padding-left: 32px; position: relative; cursor: default; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; color: #272c36; } .rs-picker-check-menu-items .rs-picker-menu-group-title:hover { background-color: #f2faff; } .rs-picker-check-menu-items .rs-picker-menu-group-title .rs-picker-menu-group-caret { display: inline-block; margin-right: 2px; position: absolute; top: 8px; left: 12px; -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; padding: 3px; } .rs-picker-check-menu-items .rs-picker-menu-group.folded .rs-picker-menu-group-caret { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .rs-picker-check-menu-items .rs-check-item.rs-checkbox-checked .rs-checkbox-checker > label { font-weight: bold; } .rs-check-tree { background-color: #fff; max-height: 360px; height: 100%; overflow-y: auto; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .rs-check-tree.rs-check-tree-virtualized { overflow: hidden; /* stylelint-disable-next-line */ } .rs-check-tree.rs-check-tree-virtualized .ReactVirtualized__Grid.ReactVirtualized__List { padding: 0 0 12px 12px; } .rs-check-tree.rs-check-tree-virtualized .ReactVirtualized__Grid.ReactVirtualized__List:focus { outline: none; } .rs-check-tree-node { position: relative; font-size: 14px; line-height: 22px; } .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item { display: inline-block; } .rs-picker-menu .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item { display: block; } .rs-check-tree-node > .rs-check-tree-node-label:focus .rs-check-item .rs-checkbox-checker > label { color: #575757; background-color: #f2faff; } .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item.rs-checkbox-checked .rs-checkbox-checker > label { font-weight: bold; } .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label { text-align: right; position: relative; margin: 0; padding: 8px 12px; padding-right: 58px; } .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label::before { content: ''; position: absolute; width: 46px; height: 100%; background-color: #fff; top: 0; margin-right: -58px; } .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label .rs-checkbox-wrapper { right: 20px; } .without-children .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label { padding-right: 34px; } .without-children .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label::before { width: 28px; margin-right: -36px; } .without-children .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label .rs-checkbox-wrapper { right: 0; } .rs-check-tree-node-all-uncheckable > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label { padding-right: 22px; } .rs-check-tree-node-all-uncheckable > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label::before { width: 14px; margin-right: 0; right: 0; } .rs-check-tree-node-expand-icon-wrapper { display: inline-block; position: absolute; cursor: pointer; z-index: 1; } .rs-check-tree-node-expand-icon-wrapper > .rs-check-tree-node-expand-icon { display: inline-block; padding: 8px 0; padding-left: 8px; height: 36px; font-size: 16px; line-height: 22px; -webkit-transform: rotate(90deg) translateX(-13px) translateY(-15px) ; transform: rotate(90deg) translateX(-13px) translateY(-15px) ; -webkit-transform-origin: 1.5px 14px; transform-origin: 1.5px 14px; margin-top: 6px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .rs-check-tree-open > .rs-check-tree-node .rs-check-tree-node-expand-icon-wrapper > .rs-check-tree-node-expand-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); margin-right: 0; margin-top: 0; } .rs-check-tree-node-expand-icon-wrapper > .rs-check-tree-node-expanded { -webkit-transform: rotate(0deg); transform: rotate(0deg); margin-right: 0; margin-top: 0; } .rs-check-tree-node-expand-icon-wrapper > .rs-check-tree-node-custom-icon, .rs-check-tree-node-expand-icon-wrapper > .rs-check-tree-node-loading-icon { width: 14px; height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; } .rs-check-tree-node-children > .rs-check-tree-children { display: none; } .rs-check-tree-open.rs-check-tree-node-children > .rs-check-tree-children { display: block; } .rs-picker-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .rs-picker-menu.rs-check-tree-menu { padding-top: 12px; } .rs-picker-menu.rs-check-tree-menu .rs-picker-search-bar { padding-top: 0; } .rs-picker-menu .rs-check-tree { padding: 0 0 12px 12px; } .rs-picker-menu .rs-check-tree.rs-check-tree-virtualized { padding: 0; } .rs-picker-menu .rs-check-tree-node > .rs-check-tree-node-label .rs-check-tree-node-text-wrapper { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; display: inline-block; vertical-align: top; } [dir='rtl'] .rs-check-tree-node-expand-icon-wrapper { right: 0; padding-right: inherit; } /* stylelint-disable-next-line */ .rs-check-tree { /* stylelint-disable-next-line */ } .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label::before { /* stylelint-disable-next-line */ } [dir='rtl'] .ReactVirtualized__Grid__innerScrollContainer .rs-check-tree-node > .rs-check-tree-node-label .rs-check-item .rs-checkbox-checker > label::before { padding-right: inherit; right: 46px; } .rs-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } .rs-container-has-sidebar { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .rs-content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .rs-form-control-label { margin-bottom: 4px; } .rs-form-plaintext .rs-form-control-label { color: #8e8e93; } .rs-picker-date.rs-picker-default .rs-picker-toggle-caret, .rs-picker-daterange.rs-picker-default .rs-picker-toggle-caret, .rs-picker-date.rs-picker-default .rs-picker-toggle-clean, .rs-picker-daterange.rs-picker-default .rs-picker-toggle-clean { top: 7px; } .rs-picker-toolbar { padding: 12px; border-top: 1px solid #e5e5ea; } .rs-picker-toolbar::before, .rs-picker-toolbar::after { content: ' '; display: table; } .rs-picker-toolbar::after { clear: both; } .rs-picker-toolbar::before, .rs-picker-toolbar::after { content: ' '; display: table; } .rs-picker-toolbar::after { clear: both; } .rs-picker-toolbar-ranges { display: inline-block; } .rs-picker-toolbar-right { float: left; } .rs-picker-date-inline { height: 299px; } .rs-picker-date-inline .rs-calendar { height: 286px; } .rs-picker-menu .rs-picker-toolbar { max-width: 280px; } .rs-picker-menu .rs-calendar { width: 280px; display: block; margin: 0 auto; } .rs-picker-menu .rs-calendar .rs-calendar-month-dropdown-cell-content, .rs-picker-menu .rs-calendar .rs-calendar-table-cell-content { width: 30px; height: 30px; } .rs-picker-menu .rs-calendar .rs-calendar-table-header-row .rs-calendar-table-cell-content { height: 24px; padding-top: 0; } .rs-picker-menu .rs-calendar .rs-calendar-table-cell-content { padding-right: 0; padding-left: 0; display: inline-block; } .rs-picker-menu .rs-calendar .rs-calendar-month-dropdown-scroll { height: 227px; } .rs-picker-menu .rs-calendar .rs-calendar-time-dropdown-column > ul { height: 214px; padding-bottom: 184px; } .rs-picker-daterange-menu .rs-calendar { display: inline-block; width: 255px; height: 278px; padding-bottom: 12px; } .rs-picker-daterange-menu .rs-calendar:first-child { border-left: 1px solid #e5e5ea; } .rs-picker-daterange-menu .rs-calendar-header { width: 100%; text-align: center; } .rs-picker-daterange-menu .rs-calendar-header-month-toolbar { float: none; } .rs-picker-daterange-menu .rs-calendar-month-dropdown { z-index: 1; } .rs-picker-daterange-menu .rs-calendar-month-dropdown-list { width: 185px; } .rs-picker-daterange-menu .rs-picker-toolbar { margin-top: 4px; max-width: 510px; } .rs-picker-daterange-menu .rs-picker-daterange-panel-show-one-calendar .rs-picker-toolbar { max-width: 255px; } .rs-picker-daterange-menu .rs-picker-daterange-panel-show-one-calendar .rs-picker-toolbar-ranges { width: 190px; } .rs-picker-daterange-menu .rs-picker-daterange-calendar-single .rs-calendar { border: 0; display: block; margin: auto; } .rs-picker-daterange-header { padding: 8px 12px; font-size: 14px; line-height: 1.42857143; border-bottom: 1px solid #e5e5ea; } .rs-picker-daterange-calendar-group { height: 274px; min-width: 510px; } .rs-divider { background-color: #e5e5ea; } .rs-divider-vertical { display: inline-block; height: 1em; width: 1px; vertical-align: middle; margin: 0 12px; } .rs-divider-horizontal { height: 1px; margin: 24px 0; } .rs-divider-horizontal.rs-divider-with-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: transparent; margin: 30px 0; } .rs-divider-horizontal.rs-divider-with-text::before, .rs-divider-horizontal.rs-divider-with-text::after { content: ''; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border-top: 1px solid #e5e5ea; } .rs-divider-inner-text { padding: 0 12px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .rs-drawer-wrapper { position: fixed; z-index: 1050; top: 0; } .rs-drawer { display: none; overflow: hidden; position: fixed; z-index: 1050; -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); outline: 0; } .rs-drawer-open.rs-drawer-has-backdrop { overflow: hidden; } .rs-drawer-left, .rs-drawer-right { top: 0; height: 100%; } .rs-drawer-left.rs-drawer-lg, .rs-drawer-right.rs-drawer-lg { width: 968px; } .rs-drawer-left.rs-drawer-md, .rs-drawer-right.rs-drawer-md { width: 800px; } .rs-drawer-left.rs-drawer-sm, .rs-drawer-right.rs-drawer-sm { width: 600px; } .rs-drawer-left.rs-drawer-xs, .rs-drawer-right.rs-drawer-xs { width: 400px; } .rs-drawer-top, .rs-drawer-bottom { width: 100%; } .rs-drawer-top.rs-drawer-lg, .rs-drawer-bottom.rs-drawer-lg { height: 568px; } .rs-drawer-top.rs-drawer-md, .rs-drawer-bottom.rs-drawer-md { height: 480px; } .rs-drawer-top.rs-drawer-sm, .rs-drawer-bottom.rs-drawer-sm { height: 400px; } .rs-drawer-top.rs-drawer-xs, .rs-drawer-bottom.rs-drawer-xs { height: 290px; } .rs-drawer-full.rs-drawer-top, .rs-drawer-full.rs-drawer-bottom { height: calc(100% - 60px); } .rs-drawer-full.rs-drawer-top .rs-drawer-content, .rs-drawer-full.rs-drawer-bottom .rs-drawer-content { height: 100%; } .rs-drawer-full.rs-drawer-left, .rs-drawer-full.rs-drawer-right { width: calc(100% - 60px); } .rs-drawer-right { left: 0; } .rs-drawer-left { right: 0; } .rs-drawer-top { top: 0; } .rs-drawer-bottom { bottom: 0; } .rs-drawer-open .rs-drawer { overflow: visible; } .rs-drawer-dialog { position: relative; width: 100%; height: 100%; } .rs-drawer-shake .rs-drawer-dialog { -webkit-animation: 0.3s linear shakeHead; animation: 0.3s linear shakeHead; } .rs-drawer-content { position: absolute; background-color: #fff; outline: 0; width: 100%; height: 100%; } .rs-drawer-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1050; background-color: #272c36; } .rs-drawer-backdrop.fade { opacity: 0; -webkit-transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in; } .rs-drawer-backdrop.in { opacity: 0.3; } .rs-drawer-body { position: relative; margin: 30px 20px; overflow: auto; } .rs-drawer-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } .rs-drawer-header { padding-left: 20px; position: relative; margin: 20px 20px 0; } .rs-drawer-header::before, .rs-drawer-header::after { content: ' '; display: table; } .rs-drawer-header::after { clear: both; } .rs-drawer-header::before, .rs-drawer-header::after { content: ' '; display: table; } .rs-drawer-header::after { clear: both; } .rs-drawer-header .rs-drawer-title { font-size: 16px; line-height: 1.25; display: block; color: #575757; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .rs-drawer-header .rs-title { margin: 0; color: #3498ff; font-size: 16px; line-height: 1.375; } .rs-drawer-footer { text-align: left; border-top: none; margin: 0 20px 20px; } .rs-drawer-footer::before, .rs-drawer-footer::after { content: ' '; display: table; } .rs-drawer-footer::after { clear: both; } .rs-drawer-footer::before, .rs-drawer-footer::after { content: ' '; display: table; } .rs-drawer-footer::after { clear: both; } .rs-drawer-footer .rs-btn + .rs-btn { margin-right: 10px; margin-bottom: 0; } .rs-drawer-footer .rs-btn-group .rs-btn + .rs-btn { margin-right: -1px; } .rs-drawer-footer .rs-btn-block + .rs-btn-block { margin-right: 0; } .rs-dropdown-toggle-caret { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 2px; position: absolute; top: 8px; left: 12px; height: 20px; font-size: 12px; } .rs-dropdown { position: relative; display: inline-block; font-size: 0; vertical-align: middle; } .rs-dropdown .rs-btn > .rs-icon:not(.rs-dropdown-toggle-caret) { margin-left: 6px; } .rs-dropdown .rs-btn > .rs-dropdown-toggle-caret { margin-right: 4px; } .rs-dropdown .rs-dropdown-menu { position: absolute; z-index: 6; display: none; float: right; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.12); box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.12); } .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn { cursor: not-allowed !important; -webkit-box-shadow: none; box-shadow: none; } .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-subtle, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-subtle:focus, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-subtle:active { color: #c5c6c7; background: none; } .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-primary, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-primary:focus, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-primary:active { opacity: 0.3; background-color: #3498ff; } .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-link, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-link:focus, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-link:active { opacity: 0.3; text-decoration: none; } .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-ghost, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-ghost:focus, .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn.rs-btn-ghost:active { opacity: 0.3; } .rs-dropdown-disabled .rs-dropdown-toggle.rs-btn .rs-ripple-pond { display: none !important; } .rs-popover-content .rs-dropdown-item-submenu:not(.rs-dropdown-item-open) > .rs-dropdown-menu { display: none; } .rs-dropdown-toggle.rs-btn-lg { padding-left: 36px !important; } .rs-dropdown-toggle.rs-btn-lg .rs-dropdown-toggle-caret { top: 10px; left: 16px; font-size: 14px; } .rs-dropdown-toggle.rs-btn-sm { padding-left: 30px !important; } .rs-dropdown-toggle.rs-btn-sm .rs-dropdown-toggle-caret { top: 5px; left: 10px; font-size: 10px; } .rs-dropdown-toggle.rs-btn-xs { padding-left: 28px !important; } .rs-dropdown-toggle.rs-btn-xs .rs-dropdown-toggle-caret { top: 2px; left: 8px; font-size: 8px; } .rs-dropdown-toggle, .rs-dropdown-toggle.rs-btn { position: relative; z-index: 5; padding-left: 32px; display: inline-block; outline: none; cursor: pointer; } .rs-dropdown-toggle-custom-title, .rs-dropdown-toggle.rs-btn-custom-title { padding: 0 !important; } .rs-nav .rs-dropdown-toggle:focus, .rs-nav .rs-dropdown-toggle.rs-btn:focus { -webkit-box-shadow: none; box-shadow: none; } .rs-dropdown-no-caret .rs-dropdown-toggle { padding-left: 12px; } .rs-dropdown-menu { margin: 0; list-style: none; font-size: 14px; text-align: right; background-color: #fff; border-radius: 6px; padding: 6px 0; } .rs-dropdown-menu .rs-dropdown-item-divider { height: 1px; margin: 6px 0; overflow: hidden; background-color: #e5e5ea; } .rs-dropdown-menu .rs-dropdown-item { display: block; padding: 8px 12px; clear: both; font-weight: normal; line-height: 1.42857143; color: #575757; white-space: nowrap; cursor: pointer; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; } .rs-dropdown-menu .rs-dropdown-item > .rs-icon { width: 14px; text-align: center; margin-left: 6px; } .rs-dropdown-menu a.rs-dropdown-item, .rs-dropdown-menu a.rs-dropdown-item:hover, .rs-dropdown-menu a.rs-dropdown-item:focus, .rs-dropdown-menu a.rs-dropdown-item:active { text-decoration: none; } .rs-dropdown-item-submenu { position: relative; } .rs-dropdown-item-submenu.rs-dropdown-item { position: relative; } .rs-dropdown-item-submenu.rs-dropdown-item > .rs-dropdown-menu-toggle { display: inline-block; } .rs-dropdown-item-submenu.rs-dropdown-item > .rs-dropdown-menu-toggle .rs-dropdown-menu-toggle-icon { position: absolute; top: 11px; } .rs-dropdown-item-submenu.rs-dropdown-item > .rs-dropdown-menu { position: absolute; top: 0; } .rs-dropdown-item-submenu.rs-dropdown-menu-pull-right.rs-dropdown-item { padding-left: 27px; } .rs-dropdown-item-submenu.rs-dropdown-menu-pull-right.rs-dropdown-item > .rs-dropdown-menu-toggle .rs-dropdown-menu-toggle-icon { left: 9px; } .rs-dropdown-item-submenu.rs-dropdown-menu-pull-left.rs-dropdown-item { padding-right: 27px; } .rs-dropdown-item-submenu.rs-dropdown-menu-pull-left.rs-dropdown-item > .rs-dropdown-menu-toggle .rs-dropdown-menu-toggle-icon { right: 9px; } .rs-dropdown-item-submenu.rs-dropdown-menu-pull-right > .rs-dropdown-menu { right: 100%; } .rs-dropdown-item-submenu.rs-dropdown-menu-pull-left > .rs-dropdown-menu { left: 100%; } .rs-dropdown-item-submenu.rs-dropdown-item-open > .rs-dropdown-menu { display: table; -webkit-animation-name: slideUpIn; animation-name: slideUpIn; -webkit-animation-play-state: running; animation-play-state: running; } .rs-dropdown-menu > .rs-dropdown-item:hover, .rs-dropdown-menu > .rs-dropdown-item:focus { text-decoration: none; color: #575757; background-color: #f2faff; } .rs-dropdown-menu > .rs-dropdown-menu-item-focus, .rs-dropdown-menu > .rs-dropdown-item-active { font-weight: bold; outline: 0; } .rs-dropdown-menu > .rs-dropdown-menu-item-focus, .rs-dropdown-menu > .rs-dropdown-item-active, .rs-dropdown-menu > .rs-dropdown-menu-item-focus:hover, .rs-dropdown-menu > .rs-dropdown-item-active:hover, .rs-dropdown-menu > .rs-dropdown-menu-item-focus:focus, .rs-dropdown-menu > .rs-dropdown-item-active:focus { text-decoration: none; background-color: rgba(242, 250, 255, 0.5); } .rs-dropdown-menu > .rs-dropdown-item-active, .rs-dropdown-menu > .rs-dropdown-item-active:hover, .rs-dropdown-menu > .rs-dropdown-item-active:focus { color: #1675e0; } .rs-dropdown-menu > .rs-dropdown-item-disabled { opacity: 0.3; } .rs-dropdown-menu > .rs-dropdown-item-disabled, .rs-dropdown-menu > .rs-dropdown-item-disabled:hover, .rs-dropdown-menu > .rs-dropdown-item-disabled:focus { color: #575757; } .rs-dropdown-menu > .rs-dropdown-item-disabled:hover, .rs-dropdown-menu > .rs-dropdown-item-disabled:focus { text-decoration: none; background-color: transparent; background-image: none; cursor: not-allowed; } .rs-dropdown-open > .rs-dropdown-menu { display: block; -webkit-animation-play-state: running; animation-play-state: running; } .rs-dropdown-open.rs-dropdown-placement-top-start > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-top-end > .rs-dropdown-menu { bottom: 100%; } .rs-dropdown-open.rs-dropdown-placement-left-start > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-left-end > .rs-dropdown-menu { left: 100%; } .rs-dropdown-open.rs-dropdown-placement-right-start > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-right-end > .rs-dropdown-menu { right: 100%; } .rs-dropdown-open.rs-dropdown-placement-bottom-start > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-bottom-end > .rs-dropdown-menu { top: 100%; } .rs-dropdown-open.rs-dropdown-placement-top-start > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-bottom-start > .rs-dropdown-menu { right: 0; } .rs-dropdown-open.rs-dropdown-placement-top-end > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-bottom-end > .rs-dropdown-menu { left: 0; } .rs-dropdown-open.rs-dropdown-placement-left-start > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-right-start > .rs-dropdown-menu { top: 0; } .rs-dropdown-open.rs-dropdown-placement-right-end > .rs-dropdown-menu, .rs-dropdown-open.rs-dropdown-placement-left-end > .rs-dropdown-menu { bottom: 0; } .rs-dropdown-open > a { outline: 0; } .rs-dropdown-header { display: block; padding: 8px 12px; line-height: 1.42857143; color: #a6a6a6; border-bottom: 1px solid #e5e5ea; white-space: nowrap; } .rs-flex-box-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; } .rs-flex-box-grid-item { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .rs-flex-box-grid-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .rs-flex-box-grid-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .rs-flex-box-grid-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .rs-flex-box-grid-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .rs-flex-box-grid-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rs-flex-box-grid-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .rs-flex-box-grid-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .rs-flex-box-grid-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .rs-flex-box-grid-item-24 { position: relative; display: block; min-height: 1px; width: 100%; } .rs-flex-box-grid-item-23 { position: relative; display: block; min-height: 1px; width: 95.83333333%; } .rs-flex-box-grid-item-22 { position: relative; display: block; min-height: 1px; width: 91.66666667%; } .rs-flex-box-grid-item-21 { position: relative; display: block; min-height: 1px; width: 87.5%; } .rs-flex-box-grid-item-20 { position: relative; display: block; min-height: 1px; width: 83.33333333%; } .rs-flex-box-grid-item-19 { position: relative; display: block; min-height: 1px; width: 79.16666667%; } .rs-flex-box-grid-item-18 { position: relative; display: block; min-height: 1px; width: 75%; } .rs-flex-box-grid-item-17 { position: relative; display: block; min-height: 1px; width: 70.83333333%; } .rs-flex-box-grid-item-16 { position: relative; display: block; min-height: 1px; width: 66.66666667%; } .rs-flex-box-grid-item-15 { position: relative; display: block; min-height: 1px; width: 62.5%; } .rs-flex-box-grid-item-14 { position: relative; display: block; min-height: 1px; width: 58.33333333%; } .rs-flex-box-grid-item-13 { position: relative; display: block; min-height: 1px; width: 54.16666667%; } .rs-flex-box-grid-item-12 { position: relative; display: block; min-height: 1px; width: 50%; } .rs-flex-box-grid-item-11 { position: relative; display: block; min-height: 1px; width: 45.83333333%; } .rs-flex-box-grid-item-10 { position: relative; display: block; min-height: 1px; width: 41.66666667%; } .rs-flex-box-grid-item-9 { position: relative; display: block; min-height: 1px; width: 37.5%; } .rs-flex-box-grid-item-8 { position: relative; display: block; min-height: 1px; width: 33.33333333%; } .rs-flex-box-grid-item-7 { position: relative; display: block; min-height: 1px; width: 29.16666667%; } .rs-flex-box-grid-item-6 { position: relative; display: block; min-height: 1px; width: 25%; } .rs-flex-box-grid-item-5 { position: relative; display: block; min-height: 1px; width: 20.83333333%; } .rs-flex-box-grid-item-4 { position: relative; display: block; min-height: 1px; width: 16.66666667%; } .rs-flex-box-grid-item-3 { position: relative; display: block; min-height: 1px; width: 12.5%; } .rs-flex-box-grid-item-2 { position: relative; display: block; min-height: 1px; width: 8.33333333%; } .rs-flex-box-grid-item-1 { position: relative; display: block; min-height: 1px; width: 4.16666667%; } .rs-flex-box-grid-item-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .rs-flex-box-grid-item-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .rs-flex-box-grid-item-order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .rs-flex-box-grid-item-order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } .rs-flex-box-grid-item-order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } .rs-flex-box-grid-item-order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; } .rs-flex-box-grid-item-order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; } .rs-flex-box-grid-item-order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; } .rs-flex-box-grid-item-order-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; } .rs-flex-box-grid-item-order-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; } .rs-flex-box-grid-item-order-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; } .rs-flex-box-grid-item-order-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; } .rs-flex-box-grid-item-order-13 { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; } .rs-flex-box-grid-item-order-14 { -webkit-box-ordinal-group: 15; -ms-flex-order: 14; order: 14; } .rs-flex-box-grid-item-order-15 { -webkit-box-ordinal-group: 16; -ms-flex-order: 15; order: 15; } .rs-flex-box-grid-item-order-16 { -webkit-box-ordinal-group: 17; -ms-flex-order: 16; order: 16; } .rs-flex-box-grid-item-order-17 { -webkit-box-ordinal-group: 18; -ms-flex-order: 17; order: 17; } .rs-flex-box-grid-item-order-18 { -webkit-box-ordinal-group: 19; -ms-flex-order: 18; order: 18; } .rs-flex-box-grid-item-order-19 { -webkit-box-ordinal-group: 20; -ms-flex-order: 19; order: 19; } .rs-flex-box-grid-item-order-20 { -webkit-box-ordinal-group: 21; -ms-flex-order: 20; order: 20; } .rs-flex-box-grid-item-order-21 { -webkit-box-ordinal-group: 22; -ms-flex-order: 21; order: 21; } .rs-flex-box-grid-item-order-22 { -webkit-box-ordinal-group: 23; -ms-flex-order: 22; order: 22; } .rs-flex-box-grid-item-order-23 { -webkit-box-ordinal-group: 24; -ms-flex-order: 23; order: 23; } .rs-flex-box-grid-item-order-24 { -webkit-box-ordinal-group: 25; -ms-flex-order: 24; order: 24; } .rs-footer { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .rs-form-inline > *, .rs-form-inline > .rs-btn { margin-left: 20px; margin-bottom: 24px; vertical-align: top; } .rs-form-inline .rs-form-control-label { vertical-align: top; margin-bottom: auto; margin-left: 12px; margin-top: 8px; display: inline-block; } .rs-form-fluid .rs-form-control-wrapper { width: 100%; } .rs-form-fluid .rs-form-control-wrapper > .rs-input-number, .rs-form-fluid .rs-form-control-wrapper > .rs-input { width: 100%; } .rs-form-control-wrapper { position: relative; } .rs-form-control-wrapper > .rs-input-number, .rs-form-control-wrapper > .rs-input { width: 300px; } .rs-form-control-wrapper.read-only, .rs-form-control-wrapper.plaintext { pointer-events: none; -ms-touch-action: none; touch-action: none; } .rs-form-vertical .rs-form-group .rs-input-group { width: 300px; } .rs-form-vertical .rs-form-group .rs-form-control-wrapper { display: inline-block; max-width: 100%; } .rs-form-horizontal .rs-form-group .rs-form-control-wrapper { float: right; } .rs-form-horizontal .rs-form-group .rs-form-control-wrapper + .rs-form-help-text { clear: both; } .rs-form-horizontal .rs-form-group .rs-form-control-wrapper + .rs-form-help-text:not(.rs-form-help-text-tooltip) { margin-right: 182px; } .rs-form-inline .rs-form-group .rs-form-control-wrapper { display: inline-block; } .rs-form-inline .rs-form-group .rs-sr-only + .rs-form-control-wrapper { margin-right: 0; } .rs-form-control-wrapper.plaintext { display: block !important; max-width: 100%; } .rs-form-control-wrapper.plaintext + .rs-form-help-text { display: none; } .rs-form-control-wrapper.plaintext .rs-form-control-default-value { padding: 8px 0; } .rs-form-control-wrapper.plaintext > .rs-input { border: 1px solid rgba(255, 255, 255, 0); padding-right: 0; padding-left: 0; width: auto; } .rs-form-control-wrapper.plaintext > .rs-checkbox-group .rs-checkbox-checker { padding-right: 0; display: inline-block; } .rs-form-control-wrapper.plaintext > .rs-checkbox-group .rs-checkbox-wrapper, .rs-form-control-wrapper.plaintext > .rs-checkbox-group .rs-checkbox:not(.rs-checkbox-checked) { display: none; } .rs-form-control-wrapper.plaintext > .rs-checkbox-group .rs-checkbox { position: relative; display: inline-block; font-weight: normal; margin-top: 0; margin-bottom: 0; margin-right: 0; } .rs-form-control-wrapper.plaintext > .rs-checkbox-group-inline { margin-right: 0; } .rs-form-control-wrapper.plaintext > .rs-checkbox-group .rs-checkbox.rs-checkbox-checked ~ .rs-checkbox.rs-checkbox-checked::before { content: ',\00a0'; } .rs-form-control-wrapper.plaintext > .rs-radio-group .rs-radio-checker { padding-right: 0; } .rs-form-control-wrapper.plaintext > .rs-radio-group .rs-radio-wrapper, .rs-form-control-wrapper.plaintext > .rs-radio-group .rs-radio:not(.rs-radio-checked) { display: none; } .rs-form-control-wrapper.plaintext > .rs-slider { margin: 0 !important; width: auto !important; } .rs-form-control-wrapper.plaintext > .rs-slider .rs-tooltip { display: inline; position: static; opacity: 1; } .rs-form-control-wrapper.plaintext > .rs-slider .rs-slider-bar, .rs-form-control-wrapper.plaintext > .rs-slider .rs-slider-handle::before, .rs-form-control-wrapper.plaintext > .rs-slider .rs-tooltip-arrow { display: none; } .rs-form-control-wrapper.plaintext > .rs-slider .rs-slider-handle { position: static; } .rs-form-control-wrapper.plaintext > .rs-slider .rs-tooltip-inner { display: inline-block; background: transparent; color: #575757; font-size: 14px; line-height: 1.42857143; padding: 8px 0; } .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-toggle { border: 1px solid rgba(255, 255, 255, 0); padding-right: 0; padding-left: 0; } .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-toggle, .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-toggle-value { color: #575757; } .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-toggle .rs-picker-value-list, .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-toggle-value .rs-picker-value-list { overflow: visible; white-space: normal; } .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-toggle-clean, .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-toggle-caret, .rs-form-control-wrapper.plaintext > .rs-picker-default .rs-picker-value-count { display: none; } .rs-form-control-wrapper.plaintext > .rs-picker-input { display: block; border: 1px solid rgba(255, 255, 255, 0); } .rs-form-control-wrapper.plaintext > .rs-picker-input .rs-picker-toggle-clean, .rs-form-control-wrapper.plaintext > .rs-picker-input .rs-picker-toggle-caret { display: none; } .rs-form-control-wrapper.plaintext > .rs-picker-input .rs-picker-tag-wrapper { margin-right: -10px; } .rs-form-control-wrapper.plaintext > .rs-picker-input .rs-tag { padding-left: 6px; } .rs-form-control-wrapper.plaintext > .rs-picker-input .rs-tag .rs-tag-icon-close { display: none; } .rs-form-control-wrapper.plaintext > .rs-picker-input .rs-picker-toggle { padding-right: 0; padding-left: 12px; } .rs-form-control-wrapper.plaintext > .rs-picker-input .rs-picker-toggle .rs-picker-toggle-value { color: #575757; } .rs-form-control-wrapper.plaintext .rs-picker-toggle { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; } .rs-form:not(.rs-form-inline) .rs-form-group:not(:last-child) { margin-bottom: 24px; } .rs-form-group .rs-input { display: inline-block; } .rs-form-group textarea.rs-input { vertical-align: bottom; } .rs-form-vertical .rs-form-group .rs-form-control-label { display: block; } .rs-form-vertical .rs-form-group .rs-form-help-text:not(.rs-form-help-text-tooltip) { padding-top: 4px; } .rs-form-horizontal .rs-form-group::before, .rs-form-horizontal .rs-form-group::after { content: ' '; display: table; } .rs-form-horizontal .rs-form-group::after { clear: both; } .rs-form-horizontal .rs-form-group::before, .rs-form-horizontal .rs-form-group::after { content: ' '; display: table; } .rs-form-horizontal .rs-form-group::after { clear: both; } .rs-form-horizontal .rs-form-group .rs-form-control-label { float: right; display: inline-block; min-height: 20px; line-height: 1.42857143; font-size: 14px; padding: 8px 0; width: 170px; margin-left: 12px; text-align: left; } .rs-form-horizontal .rs-form-group .rs-btn-toolbar { padding-right: 182px; } .rs-form-inline .rs-form-group { display: inline-block; } .rs-form-control-wrapper .rs-form-error-message { position: absolute; padding: 4px 8px; background-color: #fff; border: 1px solid #e5e5ea; border-radius: 6px; -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); z-index: 5; color: #f44336; font-size: 12px; display: none; white-space: nowrap; } .rs-form-control-wrapper .rs-form-error-message-wrapper { position: absolute; } .rs-form-control-wrapper .rs-form-error-message-show { display: block; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } .rs-form-control-wrapper .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-arrow::after { content: ''; position: absolute; border-color: transparent; border-style: solid; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end { bottom: -1px; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message { top: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message-show, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message-show { -webkit-animation-name: errorMessageSlideDownIn; animation-name: errorMessageSlideDownIn; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message-arrow::after { border-width: 0 6px 6px; border-bottom-color: #e5e5ea; top: -6px; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message-arrow::after { top: -5px; border-bottom-color: #fff; } .rs-form-control-wrapper .rs-form-error-message-placement-top-start, .rs-form-control-wrapper .rs-form-error-message-placement-top-end { top: -1px; } .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message { bottom: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message-show, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message-show { -webkit-animation-name: errorMessageSlideUpIn; animation-name: errorMessageSlideUpIn; } .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message-arrow::after { border-width: 6px 6px 0; border-top-color: #e5e5ea; bottom: -6px; } .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message-arrow::after { bottom: -5px; border-top-color: #fff; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start, .rs-form-control-wrapper .rs-form-error-message-placement-top-start { right: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message { right: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-top-start .rs-form-error-message-arrow::after { right: 10px; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end, .rs-form-control-wrapper .rs-form-error-message-placement-top-end { left: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message { left: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-bottom-end .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-top-end .rs-form-error-message-arrow::after { left: 10px; } /* stylelint-disable-next-line */ .rs-form-control-wrapper .rs-form-error-message-placement-left-start, .rs-form-control-wrapper .rs-form-error-message-placement-left-end { left: -1px; } .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message { right: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message-show, .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message-show { -webkit-animation-name: errorMessageSlideRightIn; animation-name: errorMessageSlideRightIn; } .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message-arrow::after { border-width: 6px 0 6px 6px; border-left-color: #e5e5ea; right: -6px; } .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message-arrow::after { right: -5px; border-left-color: #fff; } .rs-form-control-wrapper .rs-form-error-message-placement-right-start, .rs-form-control-wrapper .rs-form-error-message-placement-right-end { right: -1px; } .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message { left: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message-show, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message-show { -webkit-animation-name: errorMessageSlideLeftIn; animation-name: errorMessageSlideLeftIn; } .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message-arrow::after { border-width: 6px 6px 6px 0; border-right-color: #e5e5ea; left: -6px; } .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message-arrow::after { left: -5px; border-right-color: #fff; } .rs-form-control-wrapper .rs-form-error-message-placement-left-start, .rs-form-control-wrapper .rs-form-error-message-placement-right-start { top: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message { top: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-left-start .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-right-start .rs-form-error-message-arrow::after { top: 4px; } .rs-form-control-wrapper .rs-form-error-message-placement-left-end, .rs-form-control-wrapper .rs-form-error-message-placement-right-end { bottom: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message { bottom: 0; } .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message-arrow::before, .rs-form-control-wrapper .rs-form-error-message-placement-left-end .rs-form-error-message-arrow::after, .rs-form-control-wrapper .rs-form-error-message-placement-right-end .rs-form-error-message-arrow::after { bottom: 4px; } @media (max-width: 479px) { .make-hidden .rs-hidden-xs { display: none; } } @media (min-width: 480px) and (max-width: 991px) { .make-hidden .rs-hidden-sm { display: none; } } @media (min-width: 992px) and (max-width: 1199px) { .make-hidden .rs-hidden-md { display: none; } } @media (min-width: 1200px) { .make-hidden .rs-hidden-lg { display: none; } } .rs-grid-container { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } .rs-grid-container::before, .rs-grid-container::after { content: ' '; display: table; } .rs-grid-container::after { clear: both; } .rs-grid-container::before, .rs-grid-container::after { content: ' '; display: table; } .rs-grid-container::after { clear: both; } @media (min-width: 480px) { .rs-grid-container { width: 490px; } } @media (min-width: 992px) { .rs-grid-container { width: 950px; } } @media (min-width: 1200px) { .rs-grid-container { width: 1150px; } } .rs-grid-container-fluid { margin-left: auto; margin-right: auto; padding-right: 5px; padding-left: 5px; } .rs-grid-container-fluid::before, .rs-grid-container-fluid::after { content: ' '; display: table; } .rs-grid-container-fluid::after { clear: both; } .rs-grid-container-fluid::before, .rs-grid-container-fluid::after { content: ' '; display: table; } .rs-grid-container-fluid::after { clear: both; } .rs-col-xs-1, .rs-col-sm-1, .rs-col-md-1, .rs-col-lg-1, .rs-col-xs-2, .rs-col-sm-2, .rs-col-md-2, .rs-col-lg-2, .rs-col-xs-3, .rs-col-sm-3, .rs-col-md-3, .rs-col-lg-3, .rs-col-xs-4, .rs-col-sm-4, .rs-col-md-4, .rs-col-lg-4, .rs-col-xs-5, .rs-col-sm-5, .rs-col-md-5, .rs-col-lg-5, .rs-col-xs-6, .rs-col-sm-6, .rs-col-md-6, .rs-col-lg-6, .rs-col-xs-7, .rs-col-sm-7, .rs-col-md-7, .rs-col-lg-7, .rs-col-xs-8, .rs-col-sm-8, .rs-col-md-8, .rs-col-lg-8, .rs-col-xs-9, .rs-col-sm-9, .rs-col-md-9, .rs-col-lg-9, .rs-col-xs-10, .rs-col-sm-10, .rs-col-md-10, .rs-col-lg-10, .rs-col-xs-11, .rs-col-sm-11, .rs-col-md-11, .rs-col-lg-11, .rs-col-xs-12, .rs-col-sm-12, .rs-col-md-12, .rs-col-lg-12, .rs-col-xs-13, .rs-col-sm-13, .rs-col-md-13, .rs-col-lg-13, .rs-col-xs-14, .rs-col-sm-14, .rs-col-md-14, .rs-col-lg-14, .rs-col-xs-15, .rs-col-sm-15, .rs-col-md-15, .rs-col-lg-15, .rs-col-xs-16, .rs-col-sm-16, .rs-col-md-16, .rs-col-lg-16, .rs-col-xs-17, .rs-col-sm-17, .rs-col-md-17, .rs-col-lg-17, .rs-col-xs-18, .rs-col-sm-18, .rs-col-md-18, .rs-col-lg-18, .rs-col-xs-19, .rs-col-sm-19, .rs-col-md-19, .rs-col-lg-19, .rs-col-xs-20, .rs-col-sm-20, .rs-col-md-20, .rs-col-lg-20, .rs-col-xs-21, .rs-col-sm-21, .rs-col-md-21, .rs-col-lg-21, .rs-col-xs-22, .rs-col-sm-22, .rs-col-md-22, .rs-col-lg-22, .rs-col-xs-23, .rs-col-sm-23, .rs-col-md-23, .rs-col-lg-23, .rs-col-xs-24, .rs-col-sm-24, .rs-col-md-24, .rs-col-lg-24 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; } .rs-col-xs-1, .rs-col-xs-2, .rs-col-xs-3, .rs-col-xs-4, .rs-col-xs-5, .rs-col-xs-6, .rs-col-xs-7, .rs-col-xs-8, .rs-col-xs-9, .rs-col-xs-10, .rs-col-xs-11, .rs-col-xs-12, .rs-col-xs-13, .rs-col-xs-14, .rs-col-xs-15, .rs-col-xs-16, .rs-col-xs-17, .rs-col-xs-18, .rs-col-xs-19, .rs-col-xs-20, .rs-col-xs-21, .rs-col-xs-22, .rs-col-xs-23, .rs-col-xs-24 { float: right; } .rs-col-xs-24 { width: 100%; } .rs-col-xs-23 { width: 95.83333333%; } .rs-col-xs-22 { width: 91.66666667%; } .rs-col-xs-21 { width: 87.5%; } .rs-col-xs-20 { width: 83.33333333%; } .rs-col-xs-19 { width: 79.16666667%; } .rs-col-xs-18 { width: 75%; } .rs-col-xs-17 { width: 70.83333333%; } .rs-col-xs-16 { width: 66.66666667%; } .rs-col-xs-15 { width: 62.5%; } .rs-col-xs-14 { width: 58.33333333%; } .rs-col-xs-13 { width: 54.16666667%; } .rs-col-xs-12 { width: 50%; } .rs-col-xs-11 { width: 45.83333333%; } .rs-col-xs-10 { width: 41.66666667%; } .rs-col-xs-9 { width: 37.5%; } .rs-col-xs-8 { width: 33.33333333%; } .rs-col-xs-7 { width: 29.16666667%; } .rs-col-xs-6 { width: 25%; } .rs-col-xs-5 { width: 20.83333333%; } .rs-col-xs-4 { width: 16.66666667%; } .rs-col-xs-3 { width: 12.5%; } .rs-col-xs-2 { width: 8.33333333%; } .rs-col-xs-1 { width: 4.16666667%; } .rs-col-xs-pull-24 { left: 100%; } .rs-col-xs-pull-23 { left: 95.83333333%; } .rs-col-xs-pull-22 { left: 91.66666667%; } .rs-col-xs-pull-21 { left: 87.5%; } .rs-col-xs-pull-20 { left: 83.33333333%; } .rs-col-xs-pull-19 { left: 79.16666667%; } .rs-col-xs-pull-18 { left: 75%; } .rs-col-xs-pull-17 { left: 70.83333333%; } .rs-col-xs-pull-16 { left: 66.66666667%; } .rs-col-xs-pull-15 { left: 62.5%; } .rs-col-xs-pull-14 { left: 58.33333333%; } .rs-col-xs-pull-13 { left: 54.16666667%; } .rs-col-xs-pull-12 { left: 50%; } .rs-col-xs-pull-11 { left: 45.83333333%; } .rs-col-xs-pull-10 { left: 41.66666667%; } .rs-col-xs-pull-9 { left: 37.5%; } .rs-col-xs-pull-8 { left: 33.33333333%; } .rs-col-xs-pull-7 { left: 29.16666667%; } .rs-col-xs-pull-6 { left: 25%; } .rs-col-xs-pull-5 { left: 20.83333333%; } .rs-col-xs-pull-4 { left: 16.66666667%; } .rs-col-xs-pull-3 { left: 12.5%; } .rs-col-xs-pull-2 { left: 8.33333333%; } .rs-col-xs-pull-1 { left: 4.16666667%; } .rs-col-xs-pull-0 { left: auto; } .rs-col-xs-push-24 { right: 100%; } .rs-col-xs-push-23 { right: 95.83333333%; } .rs-col-xs-push-22 { right: 91.66666667%; } .rs-col-xs-push-21 { right: 87.5%; } .rs-col-xs-push-20 { right: 83.33333333%; } .rs-col-xs-push-19 { right: 79.16666667%; } .rs-col-xs-push-18 { right: 75%; } .rs-col-xs-push-17 { right: 70.83333333%; } .rs-col-xs-push-16 { right: 66.66666667%; } .rs-col-xs-push-15 { right: 62.5%; } .rs-col-xs-push-14 { right: 58.33333333%; } .rs-col-xs-push-13 { right: 54.16666667%; } .rs-col-xs-push-12 { right: 50%; } .rs-col-xs-push-11 { right: 45.83333333%; } .rs-col-xs-push-10 { right: 41.66666667%; } .rs-col-xs-push-9 { right: 37.5%; } .rs-col-xs-push-8 { right: 33.33333333%; } .rs-col-xs-push-7 { right: 29.16666667%; } .rs-col-xs-push-6 { right: 25%; } .rs-col-xs-push-5 { right: 20.83333333%; } .rs-col-xs-push-4 { right: 16.66666667%; } .rs-col-xs-push-3 { right: 12.5%; } .rs-col-xs-push-2 { right: 8.33333333%; } .rs-col-xs-push-1 { right: 4.16666667%; } .rs-col-xs-push-0 { right: auto; } .rs-col-xs-offset-24 { margin-right: 100%; } .rs-col-xs-offset-23 { margin-right: 95.83333333%; } .rs-col-xs-offset-22 { margin-right: 91.66666667%; } .rs-col-xs-offset-21 { margin-right: 87.5%; } .rs-col-xs-offset-20 { margin-right: 83.33333333%; } .rs-col-xs-offset-19 { margin-right: 79.16666667%; } .rs-col-xs-offset-18 { margin-right: 75%; } .rs-col-xs-offset-17 { margin-right: 70.83333333%; } .rs-col-xs-offset-16 { margin-right: 66.66666667%; } .rs-col-xs-offset-15 { margin-right: 62.5%; } .rs-col-xs-offset-14 { margin-right: 58.33333333%; } .rs-col-xs-offset-13 { margin-right: 54.16666667%; } .rs-col-xs-offset-12 { margin-right: 50%; } .rs-col-xs-offset-11 { margin-right: 45.83333333%; } .rs-col-xs-offset-10 { margin-right: 41.66666667%; } .rs-col-xs-offset-9 { margin-right: 37.5%; } .rs-col-xs-offset-8 { margin-right: 33.33333333%; } .rs-col-xs-offset-7 { margin-right: 29.16666667%; } .rs-col-xs-offset-6 { margin-right: 25%; } .rs-col-xs-offset-5 { margin-right: 20.83333333%; } .rs-col-xs-offset-4 { margin-right: 16.66666667%; } .rs-col-xs-offset-3 { margin-right: 12.5%; } .rs-col-xs-offset-2 { margin-right: 8.33333333%; } .rs-col-xs-offset-1 { margin-right: 4.16666667%; } .rs-col-xs-offset-0 { margin-right: 0%; } @media (min-width: 480px) { .rs-col-sm-1, .rs-col-sm-2, .rs-col-sm-3, .rs-col-sm-4, .rs-col-sm-5, .rs-col-sm-6, .rs-col-sm-7, .rs-col-sm-8, .rs-col-sm-9, .rs-col-sm-10, .rs-col-sm-11, .rs-col-sm-12, .rs-col-sm-13, .rs-col-sm-14, .rs-col-sm-15, .rs-col-sm-16, .rs-col-sm-17, .rs-col-sm-18, .rs-col-sm-19, .rs-col-sm-20, .rs-col-sm-21, .rs-col-sm-22, .rs-col-sm-23, .rs-col-sm-24 { float: right; } .rs-col-sm-24 { width: 100%; } .rs-col-sm-23 { width: 95.83333333%; } .rs-col-sm-22 { width: 91.66666667%; } .rs-col-sm-21 { width: 87.5%; } .rs-col-sm-20 { width: 83.33333333%; } .rs-col-sm-19 { width: 79.16666667%; } .rs-col-sm-18 { width: 75%; } .rs-col-sm-17 { width: 70.83333333%; } .rs-col-sm-16 { width: 66.66666667%; } .rs-col-sm-15 { width: 62.5%; } .rs-col-sm-14 { width: 58.33333333%; } .rs-col-sm-13 { width: 54.16666667%; } .rs-col-sm-12 { width: 50%; } .rs-col-sm-11 { width: 45.83333333%; } .rs-col-sm-10 { width: 41.66666667%; } .rs-col-sm-9 { width: 37.5%; } .rs-col-sm-8 { width: 33.33333333%; } .rs-col-sm-7 { width: 29.16666667%; } .rs-col-sm-6 { width: 25%; } .rs-col-sm-5 { width: 20.83333333%; } .rs-col-sm-4 { width: 16.66666667%; } .rs-col-sm-3 { width: 12.5%; } .rs-col-sm-2 { width: 8.33333333%; } .rs-col-sm-1 { width: 4.16666667%; } .rs-col-sm-pull-24 { left: 100%; } .rs-col-sm-pull-23 { left: 95.83333333%; } .rs-col-sm-pull-22 { left: 91.66666667%; } .rs-col-sm-pull-21 { left: 87.5%; } .rs-col-sm-pull-20 { left: 83.33333333%; } .rs-col-sm-pull-19 { left: 79.16666667%; } .rs-col-sm-pull-18 { left: 75%; } .rs-col-sm-pull-17 { left: 70.83333333%; } .rs-col-sm-pull-16 { left: 66.66666667%; } .rs-col-sm-pull-15 { left: 62.5%; } .rs-col-sm-pull-14 { left: 58.33333333%; } .rs-col-sm-pull-13 { left: 54.16666667%; } .rs-col-sm-pull-12 { left: 50%; } .rs-col-sm-pull-11 { left: 45.83333333%; } .rs-col-sm-pull-10 { left: 41.66666667%; } .rs-col-sm-pull-9 { left: 37.5%; } .rs-col-sm-pull-8 { left: 33.33333333%; } .rs-col-sm-pull-7 { left: 29.16666667%; } .rs-col-sm-pull-6 { left: 25%; } .rs-col-sm-pull-5 { left: 20.83333333%; } .rs-col-sm-pull-4 { left: 16.66666667%; } .rs-col-sm-pull-3 { left: 12.5%; } .rs-col-sm-pull-2 { left: 8.33333333%; } .rs-col-sm-pull-1 { left: 4.16666667%; } .rs-col-sm-pull-0 { left: auto; } .rs-col-sm-push-24 { right: 100%; } .rs-col-sm-push-23 { right: 95.83333333%; } .rs-col-sm-push-22 { right: 91.66666667%; } .rs-col-sm-push-21 { right: 87.5%; } .rs-col-sm-push-20 { right: 83.33333333%; } .rs-col-sm-push-19 { right: 79.16666667%; } .rs-col-sm-push-18 { right: 75%; } .rs-col-sm-push-17 { right: 70.83333333%; } .rs-col-sm-push-16 { right: 66.66666667%; } .rs-col-sm-push-15 { right: 62.5%; } .rs-col-sm-push-14 { right: 58.33333333%; } .rs-col-sm-push-13 { right: 54.16666667%; } .rs-col-sm-push-12 { right: 50%; } .rs-col-sm-push-11 { right: 45.83333333%; } .rs-col-sm-push-10 { right: 41.66666667%; } .rs-col-sm-push-9 { right: 37.5%; } .rs-col-sm-push-8 { right: 33.33333333%; } .rs-col-sm-push-7 { right: 29.16666667%; } .rs-col-sm-push-6 { right: 25%; } .rs-col-sm-push-5 { right: 20.83333333%; } .rs-col-sm-push-4 { right: 16.66666667%; } .rs-col-sm-push-3 { right: 12.5%; } .rs-col-sm-push-2 { right: 8.33333333%; } .rs-col-sm-push-1 { right: 4.16666667%; } .rs-col-sm-push-0 { right: auto; } .rs-col-sm-offset-24 { margin-right: 100%; } .rs-col-sm-offset-23 { margin-right: 95.83333333%; } .rs-col-sm-offset-22 { margin-right: 91.66666667%; } .rs-col-sm-offset-21 { margin-right: 87.5%; } .rs-col-sm-offset-20 { margin-right: 83.33333333%; } .rs-col-sm-offset-19 { margin-right: 79.16666667%; } .rs-col-sm-offset-18 { margin-right: 75%; } .rs-col-sm-offset-17 { margin-right: 70.83333333%; } .rs-col-sm-offset-16 { margin-right: 66.66666667%; } .rs-col-sm-offset-15 { margin-right: 62.5%; } .rs-col-sm-offset-14 { margin-right: 58.33333333%; } .rs-col-sm-offset-13 { margin-right: 54.16666667%; } .rs-col-sm-offset-12 { margin-right: 50%; } .rs-col-sm-offset-11 { margin-right: 45.83333333%; } .rs-col-sm-offset-10 { margin-right: 41.66666667%; } .rs-col-sm-offset-9 { margin-right: 37.5%; } .rs-col-sm-offset-8 { margin-right: 33.33333333%; } .rs-col-sm-offset-7 { margin-right: 29.16666667%; } .rs-col-sm-offset-6 { margin-right: 25%; } .rs-col-sm-offset-5 { margin-right: 20.83333333%; } .rs-col-sm-offset-4 { margin-right: 16.66666667%; } .rs-col-sm-offset-3 { margin-right: 12.5%; } .rs-col-sm-offset-2 { margin-right: 8.33333333%; } .rs-col-sm-offset-1 { margin-right: 4.16666667%; } .rs-col-sm-offset-0 { margin-right: 0%; } } @media (min-width: 992px) { .rs-col-md-1, .rs-col-md-2, .rs-col-md-3, .rs-col-md-4, .rs-col-md-5, .rs-col-md-6, .rs-col-md-7, .rs-col-md-8, .rs-col-md-9, .rs-col-md-10, .rs-col-md-11, .rs-col-md-12, .rs-col-md-13, .rs-col-md-14, .rs-col-md-15, .rs-col-md-16, .rs-col-md-17, .rs-col-md-18, .rs-col-md-19, .rs-col-md-20, .rs-col-md-21, .rs-col-md-22, .rs-col-md-23, .rs-col-md-24 { float: right; } .rs-col-md-24 { width: 100%; } .rs-col-md-23 { width: 95.83333333%; } .rs-col-md-22 { width: 91.66666667%; } .rs-col-md-21 { width: 87.5%; } .rs-col-md-20 { width: 83.33333333%; } .rs-col-md-19 { width: 79.16666667%; } .rs-col-md-18 { width: 75%; } .rs-col-md-17 { width: 70.83333333%; } .rs-col-md-16 { width: 66.66666667%; } .rs-col-md-15 { width: 62.5%; } .rs-col-md-14 { width: 58.33333333%; } .rs-col-md-13 { width: 54.16666667%; } .rs-col-md-12 { width: 50%; } .rs-col-md-11 { width: 45.83333333%; } .rs-col-md-10 { width: 41.66666667%; } .rs-col-md-9 { width: 37.5%; } .rs-col-md-8 { width: 33.33333333%; } .rs-col-md-7 { width: 29.16666667%; } .rs-col-md-6 { width: 25%; } .rs-col-md-5 { width: 20.83333333%; } .rs-col-md-4 { width: 16.66666667%; } .rs-col-md-3 { width: 12.5%; } .rs-col-md-2 { width: 8.33333333%; } .rs-col-md-1 { width: 4.16666667%; } .rs-col-md-pull-24 { left: 100%; } .rs-col-md-pull-23 { left: 95.83333333%; } .rs-col-md-pull-22 { left: 91.66666667%; } .rs-col-md-pull-21 { left: 87.5%; } .rs-col-md-pull-20 { left: 83.33333333%; } .rs-col-md-pull-19 { left: 79.16666667%; } .rs-col-md-pull-18 { left: 75%; } .rs-col-md-pull-17 { left: 70.83333333%; } .rs-col-md-pull-16 { left: 66.66666667%; } .rs-col-md-pull-15 { left: 62.5%; } .rs-col-md-pull-14 { left: 58.33333333%; } .rs-col-md-pull-13 { left: 54.16666667%; } .rs-col-md-pull-12 { left: 50%; } .rs-col-md-pull-11 { left: 45.83333333%; } .rs-col-md-pull-10 { left: 41.66666667%; } .rs-col-md-pull-9 { left: 37.5%; } .rs-col-md-pull-8 { left: 33.33333333%; } .rs-col-md-pull-7 { left: 29.16666667%; } .rs-col-md-pull-6 { left: 25%; } .rs-col-md-pull-5 { left: 20.83333333%; } .rs-col-md-pull-4 { left: 16.66666667%; } .rs-col-md-pull-3 { left: 12.5%; } .rs-col-md-pull-2 { left: 8.33333333%; } .rs-col-md-pull-1 { left: 4.16666667%; } .rs-col-md-pull-0 { left: auto; } .rs-col-md-push-24 { right: 100%; } .rs-col-md-push-23 { right: 95.83333333%; } .rs-col-md-push-22 { right: 91.66666667%; } .rs-col-md-push-21 { right: 87.5%; } .rs-col-md-push-20 { right: 83.33333333%; } .rs-col-md-push-19 { right: 79.16666667%; } .rs-col-md-push-18 { right: 75%; } .rs-col-md-push-17 { right: 70.83333333%; } .rs-col-md-push-16 { right: 66.66666667%; } .rs-col-md-push-15 { right: 62.5%; } .rs-col-md-push-14 { right: 58.33333333%; } .rs-col-md-push-13 { right: 54.16666667%; } .rs-col-md-push-12 { right: 50%; } .rs-col-md-push-11 { right: 45.83333333%; } .rs-col-md-push-10 { right: 41.66666667%; } .rs-col-md-push-9 { right: 37.5%; } .rs-col-md-push-8 { right: 33.33333333%; } .rs-col-md-push-7 { right: 29.16666667%; } .rs-col-md-push-6 { right: 25%; } .rs-col-md-push-5 { right: 20.83333333%; } .rs-col-md-push-4 { right: 16.66666667%; } .rs-col-md-push-3 { right: 12.5%; } .rs-col-md-push-2 { right: 8.33333333%; } .rs-col-md-push-1 { right: 4.16666667%; } .rs-col-md-push-0 { right: auto; } .rs-col-md-offset-24 { margin-right: 100%; } .rs-col-md-offset-23 { margin-right: 95.83333333%; } .rs-col-md-offset-22 { margin-right: 91.66666667%; } .rs-col-md-offset-21 { margin-right: 87.5%; } .rs-col-md-offset-20 { margin-right: 83.33333333%; } .rs-col-md-offset-19 { margin-right: 79.16666667%; } .rs-col-md-offset-18 { margin-right: 75%; } .rs-col-md-offset-17 { margin-right: 70.83333333%; } .rs-col-md-offset-16 { margin-right: 66.66666667%; } .rs-col-md-offset-15 { margin-right: 62.5%; } .rs-col-md-offset-14 { margin-right: 58.33333333%; } .rs-col-md-offset-13 { margin-right: 54.16666667%; } .rs-col-md-offset-12 { margin-right: 50%; } .rs-col-md-offset-11 { margin-right: 45.83333333%; } .rs-col-md-offset-10 { margin-right: 41.66666667%; } .rs-col-md-offset-9 { margin-right: 37.5%; } .rs-col-md-offset-8 { margin-right: 33.33333333%; } .rs-col-md-offset-7 { margin-right: 29.16666667%; } .rs-col-md-offset-6 { margin-right: 25%; } .rs-col-md-offset-5 { margin-right: 20.83333333%; } .rs-col-md-offset-4 { margin-right: 16.66666667%; } .rs-col-md-offset-3 { margin-right: 12.5%; } .rs-col-md-offset-2 { margin-right: 8.33333333%; } .rs-col-md-offset-1 { margin-right: 4.16666667%; } .rs-col-md-offset-0 { margin-right: 0%; } } @media (min-width: 1200px) { .rs-col-lg-1, .rs-col-lg-2, .rs-col-lg-3, .rs-col-lg-4, .rs-col-lg-5, .rs-col-lg-6, .rs-col-lg-7, .rs-col-lg-8, .rs-col-lg-9, .rs-col-lg-10, .rs-col-lg-11, .rs-col-lg-12, .rs-col-lg-13, .rs-col-lg-14, .rs-col-lg-15, .rs-col-lg-16, .rs-col-lg-17, .rs-col-lg-18, .rs-col-lg-19, .rs-col-lg-20, .rs-col-lg-21, .rs-col-lg-22, .rs-col-lg-23, .rs-col-lg-24 { float: right; } .rs-col-lg-24 { width: 100%; } .rs-col-lg-23 { width: 95.83333333%; } .rs-col-lg-22 { width: 91.66666667%; } .rs-col-lg-21 { width: 87.5%; } .rs-col-lg-20 { width: 83.33333333%; } .rs-col-lg-19 { width: 79.16666667%; } .rs-col-lg-18 { width: 75%; } .rs-col-lg-17 { width: 70.83333333%; } .rs-col-lg-16 { width: 66.66666667%; } .rs-col-lg-15 { width: 62.5%; } .rs-col-lg-14 { width: 58.33333333%; } .rs-col-lg-13 { width: 54.16666667%; } .rs-col-lg-12 { width: 50%; } .rs-col-lg-11 { width: 45.83333333%; } .rs-col-lg-10 { width: 41.66666667%; } .rs-col-lg-9 { width: 37.5%; } .rs-col-lg-8 { width: 33.33333333%; } .rs-col-lg-7 { width: 29.16666667%; } .rs-col-lg-6 { width: 25%; } .rs-col-lg-5 { width: 20.83333333%; } .rs-col-lg-4 { width: 16.66666667%; } .rs-col-lg-3 { width: 12.5%; } .rs-col-lg-2 { width: 8.33333333%; } .rs-col-lg-1 { width: 4.16666667%; } .rs-col-lg-pull-24 { left: 100%; } .rs-col-lg-pull-23 { left: 95.83333333%; } .rs-col-lg-pull-22 { left: 91.66666667%; } .rs-col-lg-pull-21 { left: 87.5%; } .rs-col-lg-pull-20 { left: 83.33333333%; } .rs-col-lg-pull-19 { left: 79.16666667%; } .rs-col-lg-pull-18 { left: 75%; } .rs-col-lg-pull-17 { left: 70.83333333%; } .rs-col-lg-pull-16 { left: 66.66666667%; } .rs-col-lg-pull-15 { left: 62.5%; } .rs-col-lg-pull-14 { left: 58.33333333%; } .rs-col-lg-pull-13 { left: 54.16666667%; } .rs-col-lg-pull-12 { left: 50%; } .rs-col-lg-pull-11 { left: 45.83333333%; } .rs-col-lg-pull-10 { left: 41.66666667%; } .rs-col-lg-pull-9 { left: 37.5%; } .rs-col-lg-pull-8 { left: 33.33333333%; } .rs-col-lg-pull-7 { left: 29.16666667%; } .rs-col-lg-pull-6 { left: 25%; } .rs-col-lg-pull-5 { left: 20.83333333%; } .rs-col-lg-pull-4 { left: 16.66666667%; } .rs-col-lg-pull-3 { left: 12.5%; } .rs-col-lg-pull-2 { left: 8.33333333%; } .rs-col-lg-pull-1 { left: 4.16666667%; } .rs-col-lg-pull-0 { left: auto; } .rs-col-lg-push-24 { right: 100%; } .rs-col-lg-push-23 { right: 95.83333333%; } .rs-col-lg-push-22 { right: 91.66666667%; } .rs-col-lg-push-21 { right: 87.5%; } .rs-col-lg-push-20 { right: 83.33333333%; } .rs-col-lg-push-19 { right: 79.16666667%; } .rs-col-lg-push-18 { right: 75%; } .rs-col-lg-push-17 { right: 70.83333333%; } .rs-col-lg-push-16 { right: 66.66666667%; } .rs-col-lg-push-15 { right: 62.5%; } .rs-col-lg-push-14 { right: 58.33333333%; } .rs-col-lg-push-13 { right: 54.16666667%; } .rs-col-lg-push-12 { right: 50%; } .rs-col-lg-push-11 { right: 45.83333333%; } .rs-col-lg-push-10 { right: 41.66666667%; } .rs-col-lg-push-9 { right: 37.5%; } .rs-col-lg-push-8 { right: 33.33333333%; } .rs-col-lg-push-7 { right: 29.16666667%; } .rs-col-lg-push-6 { right: 25%; } .rs-col-lg-push-5 { right: 20.83333333%; } .rs-col-lg-push-4 { right: 16.66666667%; } .rs-col-lg-push-3 { right: 12.5%; } .rs-col-lg-push-2 { right: 8.33333333%; } .rs-col-lg-push-1 { right: 4.16666667%; } .rs-col-lg-push-0 { right: auto; } .rs-col-lg-offset-24 { margin-right: 100%; } .rs-col-lg-offset-23 { margin-right: 95.83333333%; } .rs-col-lg-offset-22 { margin-right: 91.66666667%; } .rs-col-lg-offset-21 { margin-right: 87.5%; } .rs-col-lg-offset-20 { margin-right: 83.33333333%; } .rs-col-lg-offset-19 { margin-right: 79.16666667%; } .rs-col-lg-offset-18 { margin-right: 75%; } .rs-col-lg-offset-17 { margin-right: 70.83333333%; } .rs-col-lg-offset-16 { margin-right: 66.66666667%; } .rs-col-lg-offset-15 { margin-right: 62.5%; } .rs-col-lg-offset-14 { margin-right: 58.33333333%; } .rs-col-lg-offset-13 { margin-right: 54.16666667%; } .rs-col-lg-offset-12 { margin-right: 50%; } .rs-col-lg-offset-11 { margin-right: 45.83333333%; } .rs-col-lg-offset-10 { margin-right: 41.66666667%; } .rs-col-lg-offset-9 { margin-right: 37.5%; } .rs-col-lg-offset-8 { margin-right: 33.33333333%; } .rs-col-lg-offset-7 { margin-right: 29.16666667%; } .rs-col-lg-offset-6 { margin-right: 25%; } .rs-col-lg-offset-5 { margin-right: 20.83333333%; } .rs-col-lg-offset-4 { margin-right: 16.66666667%; } .rs-col-lg-offset-3 { margin-right: 12.5%; } .rs-col-lg-offset-2 { margin-right: 8.33333333%; } .rs-col-lg-offset-1 { margin-right: 4.16666667%; } .rs-col-lg-offset-0 { margin-right: 0%; } } @media (max-width: 479px) { .rs-hidden-xs { display: none; } } @media (min-width: 480px) and (max-width: 991px) { .rs-hidden-sm { display: none; } } @media (min-width: 992px) and (max-width: 1199px) { .rs-hidden-md { display: none; } } @media (min-width: 1200px) { .rs-hidden-lg { display: none; } } .rs-header { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .rs-form-help-text { display: block; color: #8e8e93; min-height: 20px; line-height: 1.42857143; font-size: 14px; } .rs-form-help-text-tooltip { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 10px; margin-top: 8px; } .rs-btn-default.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #f2f2f5; } .rs-btn-default:not(.rs-btn-disabled):focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #d9d9d9; } .rs-btn-default:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #d9d9d9; } .rs-btn-default:not(.rs-btn-disabled):active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default:not(.rs-btn-disabled).rs-btn-active.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled).rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c5c6c7; } .rs-btn-default:not(.rs-btn-disabled):active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default:not(.rs-btn-disabled).rs-btn-active:hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled):hover.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default:not(.rs-btn-disabled):active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default:not(.rs-btn-disabled).rs-btn-active:focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled):focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default:not(.rs-btn-disabled):active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-btn-default:not(.rs-btn-disabled).rs-btn-active.focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon, .rs-open > .rs-dropdown-toggle.rs-btn-default:not(.rs-btn-disabled).focus.rs-btn-icon.rs-btn-icon-with-text > .rs-icon { background: #c5c6c7; } .rs-btn-icon:not(.rs-btn-icon-with-text) .icon { font-size: 16px; line-height: 1.375; } .rs-btn-icon:not(.rs-btn-icon-with-text).btn-xs { font-size: 14px; line-height: 1.42857143; } .rs-btn-icon-circle { border-radius: 50% !important; width: 36px; } .rs-input { display: block; width: 100%; color: #575757; background-color: #fff; background-image: none; border: 1px solid #e5e5ea; -webkit-transition: border-color ease-in-out 0.3s; transition: border-color ease-in-out 0.3s; border-radius: 6px; /* stylelint-disable */ padding: 7px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input { height: 36px; } } textarea.rs-input { height: auto; } .rs-input::-webkit-input-placeholder { color: #8e8e93; } .rs-input::-moz-placeholder { color: #8e8e93; } .rs-input::-ms-input-placeholder { color: #8e8e93; } .rs-input::placeholder { color: #8e8e93; } .rs-input:focus, .rs-input:hover { border-color: #1675e0; outline: 0; } .rs-input:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input[disabled] { background-color: #f7f7fa; color: #c5c6c7; cursor: not-allowed; } .rs-input[disabled]:hover { border-color: #e5e5ea; } textarea.rs-input { overflow: auto; resize: vertical; } .rs-input-xs { /* stylelint-disable */ padding: 1px 11px; font-size: 12px; line-height: 1.66666667; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-xs { height: 24px; } } textarea.rs-input-xs { height: auto; } .rs-input-lg { /* stylelint-disable */ padding: 9px 11px; font-size: 16px; line-height: 1.375; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-lg { height: 42px; } } textarea.rs-input-lg { height: auto; } .rs-input-sm { /* stylelint-disable */ padding: 4px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-sm { height: 30px; } } textarea.rs-input-sm { height: auto; } .rs-input-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 6px; -webkit-transition: border-color ease-in-out 0.3s; transition: border-color ease-in-out 0.3s; width: 100%; border: 1px solid #e5e5ea; } .rs-input-group-disabled, .rs-input-group-disabled .rs-input, .rs-input-group-disabled .rs-input-group-addon, .rs-input-group-disabled .rs-input-group-btn { background-color: #f7f7fa; color: #c5c6c7; cursor: not-allowed; } .rs-input-group:not(.rs-input-group-disabled):hover, .rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus { border-color: #1675e0; } .rs-input-group:not(.rs-input-group-disabled).rs-input-group-focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group .rs-input-number, .rs-input-group .rs-input-group-addon, .rs-input-group .rs-input-group-btn, .rs-input-group .rs-picker-date .rs-picker-toggle { border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .rs-input-group:not(.rs-input-group-inside) .rs-input { border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:last-child) .rs-input-number-btn-group-vertical { border-radius: 0; } .rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:last-child) .rs-input-number-touchspin-up { border-top-left-radius: 0; } .rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:last-child) .rs-input-number-touchspin-down { border-bottom-left-radius: 0; } .rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:first-child) .rs-input { border-radius: 0 !important; } .rs-input-group:not(.rs-input-group-inside) > :first-child, .rs-input-group:not(.rs-input-group-inside) .rs-auto-complete:first-child .rs-input, .rs-input-group:not(.rs-input-group-inside) .rs-picker-date:first-child .rs-picker-toggle, .rs-input-group:not(.rs-input-group-inside) .rs-form-control-wrapper:first-child > .rs-input { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .rs-input-group:not(.rs-input-group-inside) > :last-child, .rs-input-group:not(.rs-input-group-inside) .rs-auto-complete:last-child .rs-input, .rs-input-group:not(.rs-input-group-inside) .rs-picker-date:last-child .rs-picker-toggle, .rs-input-group:not(.rs-input-group-inside) .rs-form-control-wrapper:last-child > .rs-input { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .rs-input-group .rs-input, .rs-input-group .rs-auto-complete, .rs-input-group .rs-form-control-wrapper { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .rs-input-group .rs-form-control-wrapper > .rs-input { width: 100%; } .rs-input-group .rs-input { position: relative; z-index: 2; } .rs-input-group .rs-input:focus { z-index: 3; } .rs-input-group input.rs-input ~ .rs-input-group-addon, .rs-input-group .rs-form-control-wrapper ~ .rs-input-group-addon { border-right: none; right: auto; left: 0; } .rs-input-group input.rs-input ~ .rs-input-group-addon:not(:last-child), .rs-input-group .rs-form-control-wrapper ~ .rs-input-group-addon:not(:last-child) { border-left: 0; } .rs-input-group.rs-input-group-inside { width: 100%; } .rs-input-group.rs-input-group-inside .rs-input { display: block; width: 100%; border: none; padding-left: 36px; } .rs-input-group.rs-input-group-inside .rs-input-group-btn, .rs-input-group.rs-input-group-inside .rs-input-group-addon { position: absolute; z-index: 4; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .rs-input-group.rs-input-group-inside .rs-input-group-btn { -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; color: #8e8e93; background-color: transparent; color: #575757; position: absolute; height: 34px; padding: 7px 11px; border-radius: 6px 0 0 6px; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover { color: #fff; background: #f7f7fa; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn { color: #fff; background-color: #b2b1f0; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.focus { color: #fff; background-color: #b2b1f0; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled:active { opacity: 1; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn:hover { color: #575757; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn { color: #272c36; background-color: #e5e5ea; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.focus { color: #272c36; background-color: #e5e5ea; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:hover { color: #fff; background: #f44336; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red { color: #fff; background-color: #eb3626; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.focus { color: #fff; background-color: #eb3626; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-red.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:hover { color: #fff; background: #ff9800; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange { color: #fff; background-color: #f59700; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.focus { color: #fff; background-color: #f59700; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-orange.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:hover { color: #fff; background: #ffca28; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow { color: #fff; background-color: #f5c31d; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.focus { color: #fff; background-color: #f5c31d; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-yellow.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:hover { color: #fff; background: #4caf50; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green { color: #fff; background-color: #37ab3c; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.focus { color: #fff; background-color: #37ab3c; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-green.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:hover { color: #fff; background: #00bcd4; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan { color: #fff; background-color: #00b1cc; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.focus { color: #fff; background-color: #00b1cc; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-cyan.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:hover { color: #fff; background: #2196f3; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue { color: #fff; background-color: #1787e8; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.focus { color: #fff; background-color: #1787e8; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-blue.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-loading:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-loading:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-loading:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:hover { color: #fff; background: #673ab7; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet { color: #fff; background-color: #5f2bb3; background-image: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:active:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:active:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet:active.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.focus { color: #fff; background-color: #5f2bb3; } .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-disabled, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-disabled:hover, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-disabled:focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-disabled.focus, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-disabled:active, .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-violet.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn > .rs-icon { font-size: 14px; line-height: 1.42857143; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:focus { -webkit-box-shadow: none; box-shadow: none; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:first-child { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .rs-input-group.rs-input-group-inside .rs-input-group-btn:last-child { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .rs-input-group.rs-input-group-inside .rs-input-group-addon { top: 0; background: none; border: none; padding: 11px 13px 8px 13px; } .rs-input-group.rs-input-group-inside .rs-input-group-btn ~ input.rs-input, .rs-input-group.rs-input-group-inside .rs-input-group-addon ~ input.rs-input, .rs-input-group.rs-input-group-inside .rs-input-group-btn ~ .rs-auto-complete > input.rs-input, .rs-input-group.rs-input-group-inside .rs-input-group-addon ~ .rs-auto-complete > input.rs-input, .rs-input-group.rs-input-group-inside .rs-input-group-addon ~ .rs-form-control-wrapper > input.rs-input, .rs-input-group.rs-input-group-inside .rs-input-group-btn ~ .rs-form-control-wrapper > input.rs-input { padding-right: 36px; padding-left: 12px; } .rs-input-group.rs-input-group-inside input.rs-input ~ .rs-input-group-btn, .rs-input-group.rs-input-group-inside .rs-auto-complete ~ .rs-input-group-addon, .rs-input-group.rs-input-group-inside .rs-form-control-wrapper ~ .rs-input-group-addon, .rs-input-group.rs-input-group-inside .rs-form-control-wrapper ~ .rs-input-group-btn { right: inherit; left: 0; } .rs-input-group.rs-input-group-inside .rs-auto-complete ~ .rs-input-group-btn, .rs-input-group.rs-input-group-inside .rs-form-control-wrapper ~ .rs-input-group-btn { right: inherit; left: 1px; } .rs-input-group-lg > .rs-input { /* stylelint-disable */ padding: 9px 11px; font-size: 16px; line-height: 1.375; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-lg > .rs-input { height: 42px; } } textarea.rs-input-group-lg > .rs-input { height: auto; } .rs-input-group-lg.rs-input-group-inside > .rs-input { padding-left: 46px; } .rs-input-group-lg.rs-input-group > .rs-input { height: 40px; } .rs-input-group-lg.rs-input-group > .rs-input-group-addon { height: 40px; } .rs-input-group-lg.rs-input-group > .rs-input-group-addon > .rs-icon { font-size: inherit; } .rs-input-group-lg.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon { padding-top: 8px; padding-bottom: 8px; } .rs-input-group-md > .rs-input { /* stylelint-disable */ padding: 7px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-md > .rs-input { height: 36px; } } textarea.rs-input-group-md > .rs-input { height: auto; } .rs-input-group-md.rs-input-group-inside > .rs-input { padding-left: 36px; } .rs-input-group-md.rs-input-group > .rs-input { height: 34px; } .rs-input-group-md.rs-input-group > .rs-input-group-addon { height: 34px; } .rs-input-group-md.rs-input-group > .rs-input-group-addon > .rs-icon { font-size: inherit; } .rs-input-group-md.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon { padding-top: 6px; padding-bottom: 6px; } .rs-input-group-sm > .rs-input { /* stylelint-disable */ padding: 4px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-sm > .rs-input { height: 30px; } } textarea.rs-input-group-sm > .rs-input { height: auto; } .rs-input-group-sm.rs-input-group-inside > .rs-input { padding-left: 30px; } .rs-input-group-sm.rs-input-group > .rs-input { height: 28px; } .rs-input-group-sm.rs-input-group > .rs-input-group-addon { height: 28px; } .rs-input-group-sm.rs-input-group > .rs-input-group-addon > .rs-icon { font-size: inherit; } .rs-input-group-sm.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon { padding-top: 3px; padding-bottom: 3px; } .rs-input-group-xs > .rs-input { /* stylelint-disable */ padding: 1px 11px; font-size: 12px; line-height: 1.66666667; /* stylelint-enable */ } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-xs > .rs-input { height: 24px; } } textarea.rs-input-group-xs > .rs-input { height: auto; } .rs-input-group-xs.rs-input-group-inside > .rs-input { padding-left: 26px; } .rs-input-group-xs.rs-input-group > .rs-input { height: 22px; } .rs-input-group-xs.rs-input-group > .rs-input-group-addon { height: 22px; } .rs-input-group-xs.rs-input-group > .rs-input-group-addon > .rs-icon { font-size: inherit; } .rs-input-group.rs-input-group-lg > .rs-input-group-addon { /* stylelint-disable */ padding: 9px 11px; font-size: 16px; line-height: 1.375; /* stylelint-enable */ min-width: 44px; padding-right: 15px; padding-left: 15px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group.rs-input-group-lg > .rs-input-group-addon { height: 42px; } } textarea.rs-input-group.rs-input-group-lg > .rs-input-group-addon { height: auto; } .rs-input-group.rs-input-group-md > .rs-input-group-addon { /* stylelint-disable */ padding: 7px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ min-width: 36px; padding-right: 11px; padding-left: 11px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group.rs-input-group-md > .rs-input-group-addon { height: 36px; } } textarea.rs-input-group.rs-input-group-md > .rs-input-group-addon { height: auto; } .rs-input-group.rs-input-group-sm > .rs-input-group-addon { /* stylelint-disable */ padding: 4px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ min-width: 32px; padding-right: 9px; padding-left: 9px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group.rs-input-group-sm > .rs-input-group-addon { height: 30px; } } textarea.rs-input-group.rs-input-group-sm > .rs-input-group-addon { height: auto; } .rs-input-group.rs-input-group-xs > .rs-input-group-addon { /* stylelint-disable */ padding: 1px 11px; font-size: 12px; line-height: 1.66666667; /* stylelint-enable */ min-width: 28px; padding-right: 7px; padding-left: 7px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group.rs-input-group-xs > .rs-input-group-addon { height: 24px; } } textarea.rs-input-group.rs-input-group-xs > .rs-input-group-addon { height: auto; } .rs-input-group-inside.rs-input-group-lg > .rs-input-group-btn { /* stylelint-disable */ padding: 9px 11px; font-size: 16px; line-height: 1.375; /* stylelint-enable */ height: 40px; padding: 9px 15px; border-radius: 6px 0 0 6px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-inside.rs-input-group-lg > .rs-input-group-btn { height: 42px; } } textarea.rs-input-group-inside.rs-input-group-lg > .rs-input-group-btn { height: auto; } .rs-input-group-inside.rs-input-group-lg > .rs-input-group-btn > .rs-icon { font-size: 16px; line-height: 1.375; } .rs-input-group-inside.rs-input-group-md > .rs-input-group-btn { /* stylelint-disable */ font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ height: 34px; padding: 7px 11px; border-radius: 6px 0 0 6px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-inside.rs-input-group-md > .rs-input-group-btn { height: 36px; } } textarea.rs-input-group-inside.rs-input-group-md > .rs-input-group-btn { height: auto; } .rs-input-group-inside.rs-input-group-md > .rs-input-group-btn > .rs-icon { font-size: 14px; line-height: 1.42857143; } .rs-input-group-inside.rs-input-group-sm > .rs-input-group-btn { /* stylelint-disable */ padding: 4px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ height: 28px; padding: 4px 9px; border-radius: 6px 0 0 6px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-inside.rs-input-group-sm > .rs-input-group-btn { height: 30px; } } textarea.rs-input-group-inside.rs-input-group-sm > .rs-input-group-btn { height: auto; } .rs-input-group-inside.rs-input-group-sm > .rs-input-group-btn > .rs-icon { font-size: 12px; line-height: 1.66666667; } .rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn { /* stylelint-disable */ padding: 1px 11px; font-size: 12px; line-height: 1.66666667; /* stylelint-enable */ height: 22px; padding: 1px 7px; border-radius: 6px 0 0 6px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn { height: 24px; } } textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn { height: auto; } .rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn > .rs-icon { font-size: 12px; line-height: 1.66666667; } .rs-input-group-addon:not(:first-child):not(:last-child), .rs-input-group-btn:not(:first-child):not(:last-child), .rs-input-group:not(.rs-input-group-inside) .rs-input:not(:first-child):not(:last-child) { border-radius: 0; } .rs-input-group-addon, .rs-input-group-btn { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; white-space: nowrap; vertical-align: middle; color: #575757; } .rs-input-group-addon { padding: 8px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #575757; text-align: center; background-color: #f7f7fa; border: 1px solid #e5e5ea; border-radius: 6px; } .rs-input-group-addon.rs-input-sm { padding: 5px 10px; font-size: 12px; border-radius: 6px; } .rs-input-group-addon.rs-input-xs { padding: 8px 8px; font-size: 12px; border-radius: 6px; } .rs-input-group-addon.rs-input-lg { padding: 10px 16px; font-size: 16px; border-radius: 6px; } .rs-input-group-addon input[type='radio'], .rs-input-group-addon input[type='checkbox'] { margin-top: 0; } .rs-input-group-btn { position: relative; line-height: 1; white-space: nowrap; border-radius: 0; } .rs-input-group-btn > .rs-btn { position: relative; } .rs-input-group-btn > .rs-btn + .rs-btn { margin-right: -1px; } .rs-input-group-btn > .rs-btn:hover, .rs-input-group-btn > .rs-btn:focus, .rs-input-group-btn > .rs-btn:active { z-index: 2; } .rs-input-group-btn:first-child > .rs-btn, .rs-input-group-btn:first-child > .rs-btn-group { margin-left: -1px; border-left: medium none; } .rs-input-group-btn:last-child > .rs-btn, .rs-input-group-btn:last-child > .rs-btn-group { z-index: 2; margin-right: -1px; } .rs-input-number { background: #fff; } .rs-input-number-btn-group-vertical { position: relative; width: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 20px; flex: 0 0 20px; display: block; } .rs-input-number-btn-group-vertical > .rs-btn { display: block; float: none; width: 100%; max-width: 100%; position: relative; border: none; } .rs-input-number-touchspin-up, .rs-input-number-touchspin-down { position: relative; border-radius: 0; padding: 0; color: #8e8e93; -webkit-box-shadow: none !important; box-shadow: none !important; height: 17px; } .rs-input-number-touchspin-up > .rs-icon, .rs-input-number-touchspin-down > .rs-icon { height: 17px; } .rs-input-group-lg .rs-input-number-touchspin-up, .rs-input-group-lg .rs-input-number-touchspin-down { height: 20px; } .rs-input-group-lg .rs-input-number-touchspin-up > .rs-icon, .rs-input-group-lg .rs-input-number-touchspin-down > .rs-icon { height: 20px; } .rs-input-group-sm .rs-input-number-touchspin-up, .rs-input-group-sm .rs-input-number-touchspin-down { height: 14px; } .rs-input-group-sm .rs-input-number-touchspin-up > .rs-icon, .rs-input-group-sm .rs-input-number-touchspin-down > .rs-icon { height: 14px; } .rs-input-group-xs .rs-input-number-touchspin-up, .rs-input-group-xs .rs-input-number-touchspin-down { height: 11px; } .rs-input-group-xs .rs-input-number-touchspin-up > .rs-icon, .rs-input-group-xs .rs-input-number-touchspin-down > .rs-icon { height: 11px; } .rs-input-number-touchspin-up > .rs-icon, .rs-input-number-touchspin-down > .rs-icon { position: absolute; top: 0; right: 0; width: 100%; font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rs-input-number-btn-group-vertical:last-child .rs-input-number-touchspin-up { border-top-left-radius: 6px; } .rs-input-number-btn-group-vertical:last-child .rs-input-number-touchspin-down { border-bottom-left-radius: 6px; } .rs-input-number > .rs-input { border-bottom-right-radius: 6px !important; border-top-right-radius: 6px !important; } .rs-input-number input[type='number'] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; } .rs-input-number input[type='number']::-webkit-inner-spin-button { /* stylelint-disable */ -webkit-appearance: none; } .rs-picker-input { position: relative; border: 1px solid #e5e5ea; border-radius: 6px; -webkit-transition: border-color ease-in-out 0.3s; transition: border-color ease-in-out 0.3s; background: #fff; } .rs-picker-input .rs-picker-toggle { border: none !important; background: transparent !important; height: 34px; cursor: text; } .rs-picker-input .rs-picker-toggle-clean, .rs-picker-input .rs-picker-toggle-caret { top: 7px; } .rs-picker-input .rs-picker-toggle .rs-ripple-pond { display: none; } .rs-picker-input:not(.rs-picker-disabled) .rs-picker-toggle { position: absolute !important; } .rs-picker-input .rs-picker-toggle.rs-btn-lg { height: 40px; } .rs-picker-input .rs-picker-toggle.rs-btn-md { height: 34px; } .rs-picker-input .rs-picker-toggle.rs-btn-sm { height: 28px; } .rs-picker-input .rs-picker-toggle.rs-btn-xs { height: 22px; } .rs-picker-input .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper .rs-tag { padding-top: 0; padding-bottom: 0; } .rs-picker-tag-wrapper { margin-left: 32px; } .rs-picker-cleanable .rs-picker-tag-wrapper { margin-left: 44px; } .rs-picker-search { border: none; width: 100%; } .rs-picker-search-input { /* stylelint-disable */ padding: 7px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ background: none; outline: none; border: none; width: 100%; position: relative; padding-left: 0; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-picker-search-input { height: 36px; } } textarea.rs-picker-search-input { height: auto; } .rs-picker-tag .rs-picker-search-input { font-size: 14px; line-height: 1.42857143; padding: 2px 11px 2px 12px; } .rs-picker-tag .rs-picker-search-input > input { background: none; outline: none; border: none; width: 100%; } .rs-picker-focused .rs-picker-search-input { z-index: 6; } .rs-list { position: relative; -webkit-box-shadow: 0 1px 0 #e5e5ea, 0 -1px 0 #e5e5ea; box-shadow: 0 1px 0 #e5e5ea, 0 -1px 0 #e5e5ea; overflow-x: hidden; overflow-y: auto; } .rs-list-bordered { border-radius: 6px; -webkit-box-shadow: 0 0 0 1px #e5e5ea; box-shadow: 0 0 0 1px #e5e5ea; } .rs-list-hover .rs-list-item:hover { background-color: #f2faff; } .rs-list-sortable .rs-list-item { cursor: move; cursor: -webkit-grab; cursor: grab; } .rs-list-sortable .rs-list-item-disabled, .rs-list-sortable .rs-list-item-disabled:active { cursor: not-allowed; } .rs-list-item { position: relative; } .rs-list-item-bordered { padding-right: 20px; padding-left: 20px; } .rs-list-item-lg { padding-top: 20px; padding-bottom: 20px; } .rs-list-item-md { padding-top: 13px; padding-bottom: 13px; } .rs-list-item-sm { padding-top: 8px; padding-bottom: 8px; } /* stylelint-disable-next-line */ .rs-list-item { background-color: #fff; -webkit-box-shadow: 0 -1px 0 #e5e5ea, 0 1px 0 #e5e5ea; box-shadow: 0 -1px 0 #e5e5ea, 0 1px 0 #e5e5ea; } .rs-list-item-helper { position: absolute; background-color: #fff; -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); width: calc(100% - 2px); border-radius: 6px; top: 0; left: 0; z-index: 99; border: none; cursor: move; } .rs-modal-open .rs-list-item-helper { z-index: 1149; } .rs-drawer-open .rs-list-item-helper { z-index: 1149; } .rs-list-item-holder { background-color: #f2faff; visibility: hidden; } .rs-list-item-holder::after { content: ''; position: absolute; visibility: visible; top: 1px; left: 1px; width: calc(100% - 2 * 1px); height: calc(100% - 2 * 1px); border: 1px #3498ff dashed; } .rs-loader { display: inline-block; } .rs-loader::before, .rs-loader::after { content: ' '; display: table; } .rs-loader::after { clear: both; } .rs-loader::before, .rs-loader::after { content: ' '; display: table; } .rs-loader::after { clear: both; } .rs-loader .rs-loader-spin { width: 18px; height: 18px; } .rs-loader .rs-loader-spin::before, .rs-loader .rs-loader-spin::after { width: 18px; height: 18px; } .rs-loader .rs-loader-content { font-size: 12px; line-height: 1.5; } .rs-loader .rs-loader-vertical .rs-loader .rs-loader { height: 48px; } .rs-loader .rs-loader-vertical .rs-loader .rs-loader-content { line-height: 1.66666667; } .rs-loader-spin { position: relative; display: inline-block; float: right; } .rs-loader-spin::before, .rs-loader-spin::after { content: ''; position: absolute; right: 0; left: 0; display: block; border-radius: 50%; } .rs-loader-spin::before { border: 3px solid rgba(247, 247, 250, 0.8); } .rs-loader-spin::after { border-width: 3px; border-style: solid; border-color: #a6a6a6 transparent transparent; -webkit-animation: loaderSpin 0.6s infinite linear; animation: loaderSpin 0.6s infinite linear; } .rs-loader-content { float: right; display: inline-block; color: #575757; } .rs-loader-spin + .rs-loader-content { margin-right: 12px; } .rs-loader-xs .rs-loader-spin + .rs-loader-content { margin-right: 10px; } .rs-loader-backdrop { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.75); } .rs-loader-vertical { width: auto; display: inline-block; } .rs-loader-vertical .rs-loader { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .rs-loader-vertical .rs-loader-spin { margin: 0 auto; } .rs-loader-vertical .rs-loader-content { line-height: 1.66666667; text-align: center; } .rs-loader-vertical .rs-loader-spin, .rs-loader-vertical .rs-loader-content { display: block; float: none; } .rs-loader-vertical .rs-loader-spin + .rs-loader-content { margin-right: 0; margin-top: 10px; } .rs-loader-inverse .rs-loader-content { color: #f7f7fa; } .rs-loader-inverse .rs-loader-backdrop { background: rgba(39, 44, 54, 0.83); } .rs-loader-inverse .rs-loader-spin::before { border-color: rgba(247, 247, 250, 0.3); } .rs-loader-inverse .rs-loader-spin::after { border-top-color: #fff; } .rs-loader-speed-fast .rs-loader-spin::after { -webkit-animation-duration: 0.4s; animation-duration: 0.4s; } .rs-loader-speed-normal .rs-loader-spin::after { -webkit-animation-duration: 0.6s; animation-duration: 0.6s; } .rs-loader-speed-slow .rs-loader-spin::after { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; } .rs-loader-center, .rs-loader-backdrop-wrapper { position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 100%; height: 100%; } .rs-loader-center .rs-loader, .rs-loader-backdrop-wrapper .rs-loader { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; } .rs-loader-center:not(.rs-loader-vertical) .rs-loader, .rs-loader-backdrop-wrapper:not(.rs-loader-vertical) .rs-loader { display: -webkit-box; display: -ms-flexbox; display: flex; } .rs-loader-center.rs-loader-vertical .rs-loader, .rs-loader-backdrop-wrapper.rs-loader-vertical .rs-loader { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; } .rs-loader-center .rs-loader-content, .rs-loader-backdrop-wrapper .rs-loader-content { z-index: 1; } .rs-loader-lg .rs-loader-spin { width: 64px; height: 64px; } .rs-loader-lg .rs-loader-spin::before, .rs-loader-lg .rs-loader-spin::after { width: 64px; height: 64px; } .rs-loader-lg .rs-loader-content { font-size: 16px; line-height: 4; } .rs-loader-lg .rs-loader-vertical .rs-loader-lg .rs-loader { height: 94px; } .rs-loader-lg .rs-loader-vertical .rs-loader-lg .rs-loader-content { line-height: 1.25; } .rs-loader-md .rs-loader-spin { width: 36px; height: 36px; } .rs-loader-md .rs-loader-spin::before, .rs-loader-md .rs-loader-spin::after { width: 36px; height: 36px; } .rs-loader-md .rs-loader-content { font-size: 14px; line-height: 2.57142857; } .rs-loader-md .rs-loader-vertical .rs-loader-md .rs-loader { height: 66px; } .rs-loader-md .rs-loader-vertical .rs-loader-md .rs-loader-content { line-height: 1.42857143; } .rs-loader-sm .rs-loader-spin { width: 18px; height: 18px; } .rs-loader-sm .rs-loader-spin::before, .rs-loader-sm .rs-loader-spin::after { width: 18px; height: 18px; } .rs-loader-sm .rs-loader-content { font-size: 14px; line-height: 1.28571429; } .rs-loader-sm .rs-loader-vertical .rs-loader-sm .rs-loader { height: 48px; } .rs-loader-sm .rs-loader-vertical .rs-loader-sm .rs-loader-content { line-height: 1.42857143; } .rs-loader-xs .rs-loader-spin { width: 16px; height: 16px; } .rs-loader-xs .rs-loader-spin::before, .rs-loader-xs .rs-loader-spin::after { width: 16px; height: 16px; } .rs-loader-xs .rs-loader-content { font-size: 12px; line-height: 1.33333333; } .rs-loader-xs .rs-loader-vertical .rs-loader-xs .rs-loader { height: 46px; } .rs-loader-xs .rs-loader-vertical .rs-loader-xs .rs-loader-content { line-height: 1.66666667; } .rs-loader-wrapper { display: inline-block; width: auto; line-height: 0; } .rs-message { border-radius: 6px; font-size: 14px; line-height: 1.42857143; position: relative; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .rs-message .rs-message-container { padding: 20px; } .rs-message:not(.rs-message-hiding) + .rs-message { margin-top: 10px; } .rs-message:not(.rs-message-hiding) + .rs-message.rs-message-hiding:last-child { -webkit-transition: margin-top 0.1s linear 0.3s; transition: margin-top 0.1s linear 0.3s; margin-top: 0; } .rs-message.rs-message-has-icon .rs-message-container { padding-right: 42px; } .rs-message.rs-message-has-title h5 { margin-top: 0; margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .rs-message.rs-message-has-title h5 + .rs-message-description { margin-top: 8px; } .rs-message.rs-message-has-icon.rs-message-has-title .rs-message-container { padding-right: 54px; } .rs-message.rs-message-has-icon.rs-message-has-title .rs-message-container .rs-message-icon-wrapper .rs-icon { font-size: 24px; line-height: 1; } .rs-message .rs-message-header { color: #272c36; line-height: 1.71428571; } .rs-message .rs-message-description { color: #575757; } .rs-message .rs-message-icon-wrapper { position: absolute; top: 20px; right: 20px; height: 20px; } .rs-message .rs-message-icon-wrapper .rs-icon { font-size: 12px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .rs-message.rs-message-hiding { -webkit-animation: notificationMoveOut 0.3s ease-in forwards; animation: notificationMoveOut 0.3s ease-in forwards; } .rs-message-full { position: absolute; top: 0; right: 0; width: 100%; border-radius: 0; } .rs-message-success { background-color: #edfae1; color: #575757; } .rs-message-success .rs-message-icon-wrapper > .rs-icon, .rs-message-success .rs-message-btn-close { color: #4caf50; } .rs-message-info { background-color: #e9f5fe; color: #575757; } .rs-message-info .rs-message-icon-wrapper > .rs-icon, .rs-message-info .rs-message-btn-close { color: #2196f3; } .rs-message-warning { background-color: #fff9e6; color: #575757; } .rs-message-warning .rs-message-icon-wrapper > .rs-icon, .rs-message-warning .rs-message-btn-close { color: #ffb300; } .rs-message-error { background-color: #fde9ef; color: #575757; } .rs-message-error .rs-message-icon-wrapper > .rs-icon, .rs-message-error .rs-message-btn-close { color: #f44336; } .rs-modal-open { overflow: hidden; } .rs-modal-wrapper { position: fixed; overflow: auto; z-index: 1050; top: 0; bottom: 0; left: 0; right: 0; } .rs-modal { display: none; overflow: visible; outline: 0; margin: 30px auto 0 auto; position: relative; width: auto; z-index: 1050; } .rs-modal-lg { width: 968px; } .rs-modal-md { width: 800px; } .rs-modal-sm { width: 600px; } .rs-modal-xs { width: 400px; } .rs-modal-full { width: calc(100% - 120px); } .rs-modal-full .rs-modal-dialog { margin-right: 60px; margin-left: 60px; } .rs-modal-shake .rs-modal-dialog { -webkit-animation: 0.3s linear shakeHead; animation: 0.3s linear shakeHead; } .rs-modal-content { position: relative; background-color: #fff; border-radius: 6px; outline: 0; -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); padding: 20px; } .rs-modal-backdrop { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: #272c36; } .rs-modal-backdrop.fade { opacity: 0; -webkit-transition: opacity 0.3s ease-in; transition: opacity 0.3s ease-in; } .rs-modal-backdrop.in { opacity: 0.3; } .rs-modal-header { padding-left: 20px; } .rs-modal-header::before, .rs-modal-header::after { content: ' '; display: table; } .rs-modal-header::after { clear: both; } .rs-modal-header::before, .rs-modal-header::after { content: ' '; display: table; } .rs-modal-header::after { clear: both; } .rs-modal-header .rs-modal-title { font-size: 16px; line-height: 1.25; display: block; color: #575757; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .rs-modal-header .rs-modal-header-close { position: absolute; left: 20px; top: 20px; font-size: 12px; line-height: 1.66666667; color: #575757; width: 20px; padding: 0 4px; } .rs-modal-header .title { margin: 0; color: #3498ff; font-size: 16px; line-height: 1.375; } .rs-modal-body { position: relative; margin-top: 20px; padding-bottom: 20px; } .rs-modal-footer { text-align: left; border-top: none; } .rs-modal-footer::before, .rs-modal-footer::after { content: ' '; display: table; } .rs-modal-footer::after { clear: both; } .rs-modal-footer::before, .rs-modal-footer::after { content: ' '; display: table; } .rs-modal-footer::after { clear: both; } .rs-modal-footer .rs-btn + .rs-btn { margin-right: 10px; margin-bottom: 0; } .rs-modal-footer .rs-btn-group .rs-btn + .rs-btn { margin-right: -1px; } .rs-modal-footer .rs-btn-block + .rs-btn-block { margin-right: 0; } .rs-modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } .rs-picker-cascader-menu .rs-check-item .rs-checkbox-checker > label { padding-left: 26px; } .rs-picker-cascader-menu .rs-check-item.rs-check-item-focus .rs-checkbox-checker > label, .rs-picker-cascader-menu .rs-check-item.rs-checkbox-checked .rs-checkbox-checker > label { font-weight: bold; } .rs-picker-cascader-menu-column.rs-picker-cascader-menu-column-uncheckable .rs-check-item .rs-checkbox-checker > label { padding-right: 12px; } .rs-picker-multi-cascader-menu .rs-picker-cascader-col { padding: 0; } .rs-picker-multi-cascader-menu .rs-picker-cascader-row { padding-right: 0; } .rs-nav { position: relative; } .rs-nav-item { padding: 8px 12px; font-size: 14px; line-height: 1.42857143; display: block; cursor: pointer; color: #8e8e93; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; outline: none; } .rs-nav-item:hover, .rs-nav-item:focus { color: #575757; } .rs-nav-item:active { color: #575757; } .rs-nav-item.rs-nav-item-disabled { cursor: not-allowed; color: #c5c6c7; } @media not all and (min-resolution: 0.001dpcm) { .rs-nav-item { /* stylelint-disable */ -webkit-mask-image: -webkit-radial-gradient(white, black); /* stylelint-enable */ } } .rs-nav-item > .rs-icon { margin-left: 6px; } .rs-nav-item, .rs-nav-item:hover, .rs-nav-item:focus, .rs-nav-item:active { text-decoration: none; } .rs-nav .rs-dropdown > .rs-dropdown-toggle { height: 36px; } .rs-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-nav .rs-nav-item-active { position: relative; z-index: 1; } .rs-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-nav .rs-nav-item-active, .rs-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-nav .rs-nav-item-active:hover, .rs-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-nav .rs-nav-item-active:focus, .rs-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:active, .rs-nav .rs-nav-item-active:active { color: #1675e0; } .rs-nav.rs-nav-horizontal { white-space: nowrap; } .rs-nav.rs-nav-horizontal.rs-nav-justified { display: -webkit-box; display: -ms-flexbox; display: flex; } .rs-nav.rs-nav-horizontal.rs-nav-justified .rs-nav-item, .rs-nav.rs-nav-horizontal.rs-nav-justified .rs-dropdown { -webkit-box-flex: 1; -ms-flex: 1 1 1%; flex: 1 1 1%; } .rs-nav.rs-nav-horizontal.rs-nav-justified .rs-dropdown .rs-dropdown-toggle { width: 100%; text-align: right; } .rs-nav.rs-nav-horizontal .rs-dropdown, .rs-nav.rs-nav-horizontal .rs-nav-item { display: inline-block; vertical-align: top; } .rs-nav.rs-nav-horizontal .rs-nav-bar { position: absolute; bottom: 0; width: 100%; } .rs-nav-reversed.rs-nav.rs-nav-horizontal .rs-nav-bar { bottom: auto; top: 0; } .rs-nav.rs-nav-vertical .rs-dropdown:not(:first-child), .rs-nav.rs-nav-vertical .rs-nav-item:not(:first-child) { margin-top: 6px; } .rs-nav.rs-nav-vertical .rs-dropdown { width: 100%; } .rs-nav.rs-nav-vertical .rs-dropdown > .rs-dropdown-toggle { width: 100%; text-align: right; z-index: 0; } .rs-nav.rs-nav-vertical .rs-nav-bar { display: block; position: absolute; top: 0; bottom: 0; left: 0; } .rs-nav-reversed.rs-nav.rs-nav-vertical .rs-nav-bar { left: auto; } .rs-nav-default .rs-nav-item, .rs-nav-tabs .rs-nav-item { overflow: hidden; position: relative; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; } @media not all and (min-resolution: 0.001dpcm) { .rs-nav-default .rs-nav-item, .rs-nav-tabs .rs-nav-item { /* stylelint-disable */ -webkit-mask-image: -webkit-radial-gradient(white, black); /* stylelint-enable */ } } .rs-nav-default .rs-nav-item:not(.rs-nav-item-disabled) .rs-ripple, .rs-nav-tabs .rs-nav-item:not(.rs-nav-item-disabled) .rs-ripple { position: absolute; display: block; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: 0s; transition: 0s; } .rs-nav-default .rs-nav-item:not(.rs-nav-item-disabled) .rs-ripple-rippling, .rs-nav-tabs .rs-nav-item:not(.rs-nav-item-disabled) .rs-ripple-rippling { -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(1); transform: scale(1); opacity: 0; } .rs-nav-default .rs-nav-item:not(.rs-nav-item-disabled) .rs-ripple-pond, .rs-nav-tabs .rs-nav-item:not(.rs-nav-item-disabled) .rs-ripple-pond { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; right: 0; pointer-events: none; } .rs-nav-default .rs-nav-item .rs-ripple-pond { border-radius: inherit; overflow: hidden; } .rs-nav-default .rs-nav-item { border-radius: 6px; } .rs-nav-default .rs-nav-item:not(.rs-nav-item-disabled):hover, .rs-nav-default .rs-nav-item:not(.rs-nav-item-disabled):focus { background: #e5e5ea; } .rs-nav-default .rs-nav-item:not(.rs-nav-item-disabled):active { background: #e5e5ea; } .rs-nav-tabs .rs-nav-item:not(.rs-nav-item-active):not(.rs-nav-item-disabled):hover, .rs-nav-tabs .rs-nav-item:not(.rs-nav-item-active):not(.rs-nav-item-disabled):focus { background: #e5e5ea; } .rs-nav-tabs .rs-nav-item:not(.rs-nav-item-active):not(.rs-nav-item-disabled):active { background: #e5e5ea; } .rs-nav-tabs .rs-nav-item.rs-nav-item-active { padding: 7px 11px; z-index: 1; } .rs-nav-tabs.rs-nav-horizontal .rs-nav-item { border-radius: 6px 6px 0 0; } .rs-nav-reversed.rs-nav-tabs.rs-nav-horizontal .rs-nav-item { border-radius: 0 0 6px 6px; } .rs-nav-tabs.rs-nav-horizontal .rs-nav-bar { border-top: 1px solid #d9d9d9; } .rs-nav-tabs.rs-nav-horizontal .rs-nav-item.rs-nav-item-active { border: 1px solid #d9d9d9; border-bottom-color: #fff; } .rs-nav-reversed.rs-nav-tabs.rs-nav-horizontal .rs-nav-item.rs-nav-item-active { border-bottom-color: #d9d9d9; border-top-color: #fff; } .rs-nav-tabs.rs-nav-vertical .rs-dropdown > .rs-dropdown-toggle, .rs-nav-tabs.rs-nav-vertical .rs-nav-item { border-radius: 0 6px 6px 0; } .rs-nav-reversed.rs-nav-tabs.rs-nav-vertical .rs-dropdown > .rs-dropdown-toggle, .rs-nav-reversed.rs-nav-tabs.rs-nav-vertical .rs-nav-item { border-radius: 6px 0 0 6px; } .rs-nav-tabs.rs-nav-vertical .rs-nav-bar { width: 1px; background: #d9d9d9; } .rs-nav-tabs.rs-nav-vertical .rs-nav-item.rs-nav-item-active { border: 1px solid #d9d9d9; border-left-color: #fff; } .rs-nav-reversed.rs-nav-tabs.rs-nav-vertical .rs-nav-item.rs-nav-item-active { border-right-color: #fff; border-left-color: #d9d9d9; } .rs-nav-subtle .rs-nav-item:not(.rs-nav-item-disabled):hover, .rs-nav-subtle .rs-nav-item:not(.rs-nav-item-disabled):focus { color: #2589f5; } .rs-nav-subtle .rs-nav-item:not(.rs-nav-item-disabled):active { color: #1675e0; } .rs-nav-subtle.rs-nav-horizontal .rs-nav-bar { border-top: 2px solid #f7f7fa; } .rs-nav-subtle.rs-nav-horizontal .rs-nav-item { position: relative; } .rs-nav-subtle.rs-nav-horizontal .rs-nav-item::before { content: ''; position: absolute; bottom: 0; right: 50%; left: 50%; height: 2px; background-color: #1675e0; -webkit-transition: right 0.3s ease-out, left 0.3s ease-out; transition: right 0.3s ease-out, left 0.3s ease-out; } .rs-nav-reversed.rs-nav-subtle.rs-nav-horizontal .rs-nav-item::before { bottom: auto; top: 0; } .rs-nav-subtle.rs-nav-horizontal .rs-nav-item.rs-nav-item-active::before { right: 0; left: 0; z-index: 1; } .rs-nav-subtle.rs-nav-vertical .rs-nav-bar { width: 2px; background: #f7f7fa; } .rs-nav-subtle.rs-nav-vertical .rs-nav-item { position: relative; } .rs-nav-subtle.rs-nav-vertical .rs-nav-item::before { content: ''; position: absolute; left: 0; top: 50%; bottom: 50%; width: 2px; background-color: #1675e0; -webkit-transition: top 0.3s ease-out, bottom 0.3s ease-out; transition: top 0.3s ease-out, bottom 0.3s ease-out; } .rs-nav-reversed.rs-nav-subtle.rs-nav-vertical .rs-nav-item::before { left: auto; right: 0; } .rs-nav-subtle.rs-nav-vertical .rs-nav-item.rs-nav-item-active::before { top: 0; bottom: 0; z-index: 1; } .rs-navbar::before, .rs-navbar::after { content: ' '; display: table; } .rs-navbar::after { clear: both; } .rs-navbar::before, .rs-navbar::after { content: ' '; display: table; } .rs-navbar::after { clear: both; } .rs-navbar-header { float: right; display: inline-block; height: 56px; } .rs-navbar-nav { float: right; } .rs-navbar-nav.rs-navbar-right { float: left; } .rs-navbar-nav .rs-nav-item { padding: 18px 16px; height: 56px; } .rs-navbar-nav .rs-nav-item:not(.rs-nav-item-disabled), .rs-navbar-nav .rs-dropdown > .rs-dropdown-toggle { border-radius: 0; } .rs-navbar-nav .rs-dropdown > .rs-dropdown-toggle { padding: 18px 16px; padding-left: 36px; height: 56px; } .rs-navbar-nav .rs-dropdown-toggle-caret { top: 18px; left: 16px; } .rs-navbar.rs-navbar-default { background-color: #f7f7fa; } .rs-navbar.rs-navbar-default, .rs-navbar.rs-navbar-default .rs-navbar-header a { color: #575757; } .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-toggle, .rs-navbar.rs-navbar-default .rs-nav-item, .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-default .rs-nav-item:hover, .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-toggle:focus, .rs-navbar.rs-navbar-default .rs-nav-item:focus, .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-toggle:active, .rs-navbar.rs-navbar-default .rs-nav-item:active { color: #575757; } .rs-navbar.rs-navbar-default .rs-nav-item-active, .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-navbar.rs-navbar-default .rs-nav-item-active:hover, .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-default .rs-nav-item-active:focus, .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-navbar.rs-navbar-default .rs-nav-item-active:active, .rs-navbar.rs-navbar-default .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:active { color: #1675e0; background-color: transparent; } .rs-navbar.rs-navbar-inverse { background-color: #3498ff; } .rs-navbar.rs-navbar-inverse, .rs-navbar.rs-navbar-inverse .rs-navbar-header a { color: #ffffff; } .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-toggle, .rs-navbar.rs-navbar-inverse .rs-nav-item-active, .rs-navbar.rs-navbar-inverse .rs-nav-item, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-inverse .rs-nav-item-active:hover, .rs-navbar.rs-navbar-inverse .rs-nav-item:hover, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-toggle:focus, .rs-navbar.rs-navbar-inverse .rs-nav-item-active:focus, .rs-navbar.rs-navbar-inverse .rs-nav-item:focus, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:active, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-toggle:active, .rs-navbar.rs-navbar-inverse .rs-nav-item-active:active, .rs-navbar.rs-navbar-inverse .rs-nav-item:active { color: #ffffff; } .rs-navbar.rs-navbar-inverse .rs-nav-item-active, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-navbar.rs-navbar-inverse .rs-nav-item-active:hover, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-inverse .rs-nav-item-active:focus, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-navbar.rs-navbar-inverse .rs-nav-item-active:active, .rs-navbar.rs-navbar-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:active { background-color: #1675e0 !important; } .rs-navbar.rs-navbar-inverse .rs-navbar-nav .rs-nav-item:hover, .rs-navbar.rs-navbar-inverse .rs-navbar-nav .rs-dropdown .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-inverse .rs-navbar-nav .rs-nav-item:focus, .rs-navbar.rs-navbar-inverse .rs-navbar-nav .rs-dropdown .rs-dropdown-toggle:focus { background-color: #2589f5; } .rs-navbar.rs-navbar-inverse .rs-navbar-nav .rs-nav-item:active, .rs-navbar.rs-navbar-inverse .rs-navbar-nav .rs-dropdown .rs-dropdown-toggle:active { background-color: #1675e0; } .rs-navbar.rs-navbar-subtle, .rs-navbar.rs-navbar-subtle .rs-navbar-header a { color: #7a7a7a; } .rs-navbar.rs-navbar-subtle .rs-dropdown .rs-dropdown-toggle, .rs-navbar.rs-navbar-subtle .rs-nav-item, .rs-navbar.rs-navbar-subtle .rs-dropdown .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-subtle .rs-nav-item:hover, .rs-navbar.rs-navbar-subtle .rs-dropdown .rs-dropdown-toggle:focus, .rs-navbar.rs-navbar-subtle .rs-nav-item:focus, .rs-navbar.rs-navbar-subtle .rs-dropdown .rs-dropdown-toggle:active, .rs-navbar.rs-navbar-subtle .rs-nav-item:active { color: #7a7a7a; } .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item:not(.rs-nav-item-active):hover, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item:not(.rs-nav-item-active):focus, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-toggle:focus { background-color: #f7f7fa; color: #575757; } .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item:not(.rs-nav-item-active):active, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-toggle:active { background-color: rgba(255, 255, 255, 0); color: #1675e0; } .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item-active, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle { background-color: rgba(255, 255, 255, 0); } .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item-active, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item-active:hover, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item-active:focus, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-nav-item-active:active, .rs-navbar.rs-navbar-subtle .rs-navbar-nav .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:active { color: #1675e0; } .rs-notification { pointer-events: auto; position: relative; display: inline-block; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .rs-notification:not(.rs-toast-fade-exited) ~ .rs-notification { margin-top: 10px; } .rs-notification-content { background: #fff; -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); padding: 20px; border-radius: 6px; max-width: 400px; } .rs-notification-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; color: #272c36; font-size: 16px; line-height: 1.5; } .rs-notification-title > p { margin: 0; } .rs-notification-title .rs-icon { font-size: 24px; width: 24px; line-height: 1; margin-left: 10px; } .rs-notification-title-with-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .rs-notification-description { color: #575757; } .rs-notification-title + .rs-notification-description { margin-top: 8px; } .rs-notification.rs-notification-hiding { -webkit-animation: notificationMoveOut 0.3s ease-in forwards; animation: notificationMoveOut 0.3s ease-in forwards; } .rs-notification.rs-notification-hiding ~ .rs-notification { margin-top: 0; } .rs-notification-success .rs-notification-content .rs-notification-title + .rs-notification-description { margin-right: 34px; } .rs-notification-success .rs-notification-content .rs-icon { color: #4caf50; } .rs-notification-success .rs-notification-content .rs-icon::before { vertical-align: middle; } .rs-notification-info .rs-notification-content .rs-notification-title + .rs-notification-description { margin-right: 34px; } .rs-notification-info .rs-notification-content .rs-icon { color: #2196f3; } .rs-notification-info .rs-notification-content .rs-icon::before { vertical-align: middle; } .rs-notification-warning .rs-notification-content .rs-notification-title + .rs-notification-description { margin-right: 34px; } .rs-notification-warning .rs-notification-content .rs-icon { color: #ffb300; } .rs-notification-warning .rs-notification-content .rs-icon::before { vertical-align: middle; } .rs-notification-error .rs-notification-content .rs-notification-title + .rs-notification-description { margin-right: 34px; } .rs-notification-error .rs-notification-content .rs-icon { color: #f44336; } .rs-notification-error .rs-notification-content .rs-icon::before { vertical-align: middle; } .rs-pagination-group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .rs-pagination-group-lg { font-size: 16px; } .rs-pagination-group-md, .rs-pagination-group-sm { font-size: 14px; } .rs-pagination-group-xs { font-size: 12px; } .rs-pagination-group-grow { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .rs-pagination-group .rs-pagination { vertical-align: middle; } .rs-pagination-group-limit + .rs-pagination-group-total { margin-right: 18px; } .rs-pagination-group-skip { vertical-align: middle; display: inline-block; margin-right: 10px; } .rs-pagination-group-skip .rs-input { width: 46px; margin: 0 5px; display: inline-block; } .rs-pagination { display: inline-block; padding-right: 0; margin-bottom: 0; } .rs-pagination .rs-pagination-btn { /* stylelint-disable */ padding: 5px 10px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; color: #8e8e93; background-color: transparent; margin: 0 2px; position: relative; float: right; text-decoration: none; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: -webkit-box; display: -ms-flexbox; display: flex; } .rs-pagination .rs-pagination-btn.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn.rs-btn-loading:active, .rs-pagination .rs-pagination-btn.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-pagination .rs-pagination-btn:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-pagination .rs-pagination-btn:focus, .rs-pagination .rs-pagination-btn.rs-btn-focus, .rs-pagination .rs-pagination-btn:hover { color: #fff; background: #f7f7fa; } .rs-pagination .rs-pagination-btn:active, .rs-pagination .rs-pagination-btn.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn { color: #fff; background-color: #b2b1f0; background-image: none; } .rs-pagination .rs-pagination-btn:active:hover, .rs-pagination .rs-pagination-btn.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn:hover, .rs-pagination .rs-pagination-btn:active:focus, .rs-pagination .rs-pagination-btn.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn:focus, .rs-pagination .rs-pagination-btn:active.focus, .rs-pagination .rs-pagination-btn.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn.focus { color: #fff; background-color: #b2b1f0; } .rs-pagination .rs-pagination-btn.rs-btn-disabled, .rs-pagination .rs-pagination-btn.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn.rs-btn-disabled.focus, .rs-pagination .rs-pagination-btn.rs-btn-disabled:active, .rs-pagination .rs-pagination-btn.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-pagination .rs-pagination-btn-active { color: #1675e0; border: 1px solid #1675e0; background-color: transparent; } .rs-pagination .rs-pagination-btn-active.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active.rs-btn-loading:hover:active { color: #1675e0; background-color: transparent; } .rs-pagination .rs-pagination-btn-active:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-pagination .rs-pagination-btn-active:focus, .rs-pagination .rs-pagination-btn-active.rs-btn-focus { color: #0a5dc2; border-color: #0a5dc2; } .rs-pagination .rs-pagination-btn-active:hover { color: #0a5dc2; border-color: #0a5dc2; } .rs-pagination .rs-pagination-btn-active:active, .rs-pagination .rs-pagination-btn-active.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active { color: #004299; border-color: #004299; background-image: none; } .rs-pagination .rs-pagination-btn-active:active:hover, .rs-pagination .rs-pagination-btn-active.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:hover, .rs-pagination .rs-pagination-btn-active:active:focus, .rs-pagination .rs-pagination-btn-active.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:focus, .rs-pagination .rs-pagination-btn-active:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active.rs-btn-focus { color: #004299; border-color: #004299; } .rs-pagination .rs-pagination-btn-active.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active.rs-btn-disabled.focus { background: none; } .rs-pagination .rs-pagination-btn-active:hover, .rs-pagination .rs-pagination-btn-active:focus, .rs-pagination .rs-pagination-btn-active.focus { color: #085cc9; border: 1px solid #085cc9; background-color: transparent; } .rs-pagination .rs-pagination-btn-active:hover.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-loading:hover:active, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-loading:hover:active, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-loading:hover:active { color: #085cc9; background-color: transparent; } .rs-pagination .rs-pagination-btn-active:hover:focus, .rs-pagination .rs-pagination-btn-active:focus:focus, .rs-pagination .rs-pagination-btn-active.focus:focus { -webkit-box-shadow: 0 0 0 3px rgba(22, 117, 224, 0.25); box-shadow: 0 0 0 3px rgba(22, 117, 224, 0.25); } .rs-pagination .rs-pagination-btn-active:hover:focus, .rs-pagination .rs-pagination-btn-active:focus:focus, .rs-pagination .rs-pagination-btn-active.focus:focus, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-focus, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-focus { color: #024bb3; border-color: #024bb3; } .rs-pagination .rs-pagination-btn-active:hover:hover, .rs-pagination .rs-pagination-btn-active:focus:hover, .rs-pagination .rs-pagination-btn-active.focus:hover { color: #024bb3; border-color: #024bb3; } .rs-pagination .rs-pagination-btn-active:hover:active, .rs-pagination .rs-pagination-btn-active:focus:active, .rs-pagination .rs-pagination-btn-active.focus:active, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-active, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-active, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active.focus { color: #003b94; border-color: #003b94; background-image: none; } .rs-pagination .rs-pagination-btn-active:hover:active:hover, .rs-pagination .rs-pagination-btn-active:focus:active:hover, .rs-pagination .rs-pagination-btn-active.focus:active:hover, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-active:hover, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-active:hover, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:hover:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:focus:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active.focus:hover, .rs-pagination .rs-pagination-btn-active:hover:active:focus, .rs-pagination .rs-pagination-btn-active:focus:active:focus, .rs-pagination .rs-pagination-btn-active.focus:active:focus, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-active:focus, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-active:focus, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:hover:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:focus:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active.focus:focus, .rs-pagination .rs-pagination-btn-active:hover:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:focus:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active.focus:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:hover.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:focus.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active.focus.rs-btn-focus { color: #003b94; border-color: #003b94; } .rs-pagination .rs-pagination-btn-active:hover.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active:hover.rs-btn-disabled.focus, .rs-pagination .rs-pagination-btn-active:focus.rs-btn-disabled.focus, .rs-pagination .rs-pagination-btn-active.focus.rs-btn-disabled.focus { background: none; } .rs-pagination .rs-pagination-btn-active:active, .rs-pagination .rs-pagination-btn-active:active:hover, .rs-pagination .rs-pagination-btn-active:active:focus, .rs-pagination .rs-pagination-btn-active:active.focus { color: #085cc9; border: 1px solid #085cc9; background-color: transparent; } .rs-pagination .rs-pagination-btn-active:active.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-loading:hover, .rs-pagination .rs-pagination-btn-active:active.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-pagination .rs-pagination-btn-active:active.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-loading:focus, .rs-pagination .rs-pagination-btn-active:active.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-loading:active, .rs-pagination .rs-pagination-btn-active:active.rs-btn-loading:hover:active, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-loading:hover:active, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-loading:hover:active, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-loading:hover:active { color: #085cc9; background-color: transparent; } .rs-pagination .rs-pagination-btn-active:active:focus, .rs-pagination .rs-pagination-btn-active:active:hover:focus, .rs-pagination .rs-pagination-btn-active:active:focus:focus, .rs-pagination .rs-pagination-btn-active:active.focus:focus { -webkit-box-shadow: 0 0 0 3px rgba(22, 117, 224, 0.25); box-shadow: 0 0 0 3px rgba(22, 117, 224, 0.25); } .rs-pagination .rs-pagination-btn-active:active:focus, .rs-pagination .rs-pagination-btn-active:active:hover:focus, .rs-pagination .rs-pagination-btn-active:active:focus:focus, .rs-pagination .rs-pagination-btn-active:active.focus:focus, .rs-pagination .rs-pagination-btn-active:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-focus { color: #024bb3; border-color: #024bb3; } .rs-pagination .rs-pagination-btn-active:active:hover, .rs-pagination .rs-pagination-btn-active:active:hover:hover, .rs-pagination .rs-pagination-btn-active:active:focus:hover, .rs-pagination .rs-pagination-btn-active:active.focus:hover { color: #024bb3; border-color: #024bb3; } .rs-pagination .rs-pagination-btn-active:active:active, .rs-pagination .rs-pagination-btn-active:active:hover:active, .rs-pagination .rs-pagination-btn-active:active:focus:active, .rs-pagination .rs-pagination-btn-active:active.focus:active, .rs-pagination .rs-pagination-btn-active:active.rs-btn-active, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-active, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-active, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active.focus { color: #003b94; border-color: #003b94; background-image: none; } .rs-pagination .rs-pagination-btn-active:active:active:hover, .rs-pagination .rs-pagination-btn-active:active:hover:active:hover, .rs-pagination .rs-pagination-btn-active:active:focus:active:hover, .rs-pagination .rs-pagination-btn-active:active.focus:active:hover, .rs-pagination .rs-pagination-btn-active:active.rs-btn-active:hover, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-active:hover, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-active:hover, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:hover:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:focus:hover, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active.focus:hover, .rs-pagination .rs-pagination-btn-active:active:active:focus, .rs-pagination .rs-pagination-btn-active:active:hover:active:focus, .rs-pagination .rs-pagination-btn-active:active:focus:active:focus, .rs-pagination .rs-pagination-btn-active:active.focus:active:focus, .rs-pagination .rs-pagination-btn-active:active.rs-btn-active:focus, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-active:focus, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-active:focus, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:hover:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:focus:focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active.focus:focus, .rs-pagination .rs-pagination-btn-active:active:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active:hover:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active:focus:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active.focus:active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active.rs-btn-active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-active.rs-btn-focus, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-focus, .rs-open > .rs-dropdown-toggle.rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-focus { color: #003b94; border-color: #003b94; } .rs-pagination .rs-pagination-btn-active:active.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-disabled:hover, .rs-pagination .rs-pagination-btn-active:active.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-disabled:focus, .rs-pagination .rs-pagination-btn-active:active.rs-btn-disabled.focus, .rs-pagination .rs-pagination-btn-active:active:hover.rs-btn-disabled.focus, .rs-pagination .rs-pagination-btn-active:active:focus.rs-btn-disabled.focus, .rs-pagination .rs-pagination-btn-active:active.focus.rs-btn-disabled.focus { background: none; } .rs-pagination .rs-pagination-btn-disabled { color: #8e8e93 !important; opacity: 0.3 !important; cursor: not-allowed !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .rs-pagination .rs-pagination-btn:not(.rs-pagination-btn-disabled) { overflow: hidden; position: relative; } @media not all and (min-resolution: 0.001dpcm) { .rs-pagination .rs-pagination-btn:not(.rs-pagination-btn-disabled) { /* stylelint-disable */ -webkit-mask-image: -webkit-radial-gradient(white, black); /* stylelint-enable */ } } .rs-pagination .rs-pagination-btn:not(.rs-pagination-btn-disabled):not(.rs-btn-disabled) .rs-ripple { position: absolute; display: block; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: 0s; transition: 0s; } .rs-pagination .rs-pagination-btn:not(.rs-pagination-btn-disabled):not(.rs-btn-disabled) .rs-ripple-rippling { -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(1); transform: scale(1); opacity: 0; } .rs-pagination .rs-pagination-btn:not(.rs-pagination-btn-disabled):not(.rs-btn-disabled) .rs-ripple-pond { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; right: 0; pointer-events: none; } .rs-pagination .rs-pagination-btn .rs-pagination-symbol { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 20px; } .rs-pagination .rs-pagination-btn:focus, .rs-pagination .rs-pagination-btn.focus, .rs-pagination .rs-pagination-btn:hover { outline: none; color: #575757; } .rs-pagination .rs-pagination-btn:active { color: #575757; background-color: #e5e5ea; background-image: none; } .rs-pagination .rs-pagination-btn:active:hover, .rs-pagination .rs-pagination-btn:active:focus, .rs-pagination .rs-pagination-btn:active.focus { color: #272c36; background-color: #e5e5ea; } .rs-pagination-lg .rs-pagination-btn { /* stylelint-disable */ padding: 10px 16px; font-size: 16px; line-height: 1.375; border-radius: 6px; /* stylelint-enable */ } .rs-pagination-lg .rs-pagination-btn .rs-pagination-symbol { height: 22px; } .rs-pagination-lg .rs-pagination-btn-active { padding: 9px 15px; } .rs-pagination-md .rs-pagination-btn { /* stylelint-disable */ padding: 8px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ } .rs-pagination-md .rs-pagination-btn-active { padding: 7px 11px; } .rs-pagination-sm .rs-pagination-btn { /* stylelint-disable */ padding: 5px 10px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ } .rs-pagination-sm .rs-pagination-btn-active { padding: 4px 9px; } .rs-pagination-xs .rs-pagination-btn { /* stylelint-disable */ padding: 2px 8px; font-size: 12px; line-height: 1.66666667; border-radius: 6px; /* stylelint-enable */ } .rs-pagination-xs .rs-pagination-btn-active { padding: 1px 7px; } [dir='rtl'] .rs-pagination-btn [class*='rs-icon-page'] { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .rs-panel { border-radius: 6px; overflow: hidden; } .rs-panel-bordered { border: 1px solid #e5e5ea; } .rs-panel-shaded { -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); } .rs-panel-header, .rs-panel-body { padding: 20px; } .rs-panel-body-fill { padding: 0 !important; } .rs-panel-header { color: #272c36; font-size: 16px; line-height: 1.25; } .rs-panel-title { margin: 0; } .rs-panel-title a { color: #272c36; } .rs-panel-title a:hover, .rs-panel-title a:focus, .rs-panel-title a:active { text-decoration: none; } .rs-panel-header + .rs-panel-collapse .rs-panel-body, .rs-panel-header + .rs-panel-body { padding-top: 10px; } .rs-panel-collapsible > .rs-panel-header { cursor: pointer; -webkit-transition: background-color 0.3s linear, border-radius 0.3s linear; transition: background-color 0.3s linear, border-radius 0.3s linear; position: relative; } .rs-panel-collapsible > .rs-panel-header > .rs-icon { position: absolute; top: 20px; left: 20px; -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; } .rs-panel { background: #fff; } .rs-panel-group { border-radius: 6px; overflow: hidden; } .rs-panel-group-bordered { border: 1px solid #e5e5ea; } .rs-panel-group .rs-panel { border: none; } .rs-panel-group .rs-panel + .rs-panel { position: relative; } .rs-panel-group .rs-panel + .rs-panel::before { content: ''; position: absolute; top: 0; border-top: 1px solid #e5e5ea; right: 20px; left: 20px; } .rs-picker-toggle-wrapper { display: inline-block; vertical-align: middle; max-width: 100%; } .rs-picker-toggle.rs-btn .rs-ripple-pond { display: none !important; } .rs-picker-block { display: block; } .rs-picker-disabled { opacity: 0.3; } .rs-picker-toggle .rs-picker-toggle-placeholder { color: #8e8e93; } .rs-picker-has-value .rs-btn .rs-picker-toggle-value, .rs-picker-has-value .rs-picker-toggle .rs-picker-toggle-value { color: #1675e0; } .rs-picker-none { padding: 6px 12px 12px; color: #8e8e93; cursor: default; } .rs-picker-countable .rs-picker-toggle-value { display: -webkit-box; display: -ms-flexbox; display: flex; } .rs-picker-value-list { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-picker-value-list { max-width: 100%; } } .rs-picker-value-count { margin: 0 4px; background: #3498ff; color: #fff; border-radius: 10px; padding: 0 8px; line-height: 20px; } .rs-picker-value-separator { margin: 0 0 0 4px; } .rs-picker:not(.rs-picker-disabled):hover, .rs-picker.rs-picker-focused { border-color: #1675e0; } .rs-picker-toggle-active, .rs-picker.rs-picker-focused { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-toggle { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; outline: 0 !important; white-space: nowrap; border: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* stylelint-disable */ padding: 8px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ } .rs-picker-toggle.rs-btn-ghost { padding-top: 7px; padding-bottom: 7px; } .rs-picker-toggle.rs-btn-icon { padding-right: 24px; height: 36px; position: relative; } .rs-btn-ghost.rs-picker-toggle.rs-btn-icon { padding-right: 22px; } .rs-picker-toggle.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 44px; } .rs-picker-toggle.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 44px; } .rs-picker-toggle.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-picker-toggle.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 36px; height: 36px; padding: 10px 0; font-size: 14px; line-height: 1.42857143; } .rs-btn-ghost.rs-picker-toggle.rs-btn-icon > .rs-icon { width: 34px; height: 34px; padding: 7px 0; } .rs-picker-toggle.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-picker-toggle.rs-btn-icon-circle { width: 36px; padding: 8px; } .rs-picker-toggle:hover, .rs-picker-toggle:focus { color: #575757; text-decoration: none; } .rs-picker-toggle:active, .rs-picker-toggle.rs-btn-active { outline: 0; background-image: none; } .rs-picker-default .rs-picker-toggle { padding: 7px 11px; } .rs-picker-toggle-textbox { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border: 1px solid #0000; padding-right: 10px; padding-left: 32px; color: #575757; background-color: #fff; } .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-textbox { padding-right: 14px; } .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-textbox { padding-right: 8px; } .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-textbox { padding-right: 6px; } .rs-picker-toggle-read-only { opacity: 0; pointer-events: none; } .rs-picker-default .rs-btn, .rs-picker-default .rs-picker-toggle { -webkit-transition: border-color ease-in-out 0.3s; transition: border-color ease-in-out 0.3s; } .rs-picker-default:not(.rs-picker-disabled) .rs-btn:hover, .rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle:hover, .rs-picker-default:not(.rs-picker-disabled) .rs-btn:focus, .rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle:focus, .rs-picker-default:not(.rs-picker-disabled) .rs-btn-active, .rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle-active { border-color: #1675e0; } .rs-picker-subtle .rs-btn, .rs-picker-subtle .rs-picker-toggle { -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; color: #8e8e93; background-color: transparent; -webkit-transition: none; transition: none; } .rs-picker-subtle .rs-btn.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn:focus, .rs-picker-subtle .rs-picker-toggle:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn:focus, .rs-picker-subtle .rs-picker-toggle:focus, .rs-picker-subtle .rs-btn.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-focus, .rs-picker-subtle .rs-btn:hover, .rs-picker-subtle .rs-picker-toggle:hover { color: #fff; background: #f7f7fa; } .rs-picker-subtle .rs-btn:active, .rs-picker-subtle .rs-picker-toggle:active, .rs-picker-subtle .rs-btn.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle { color: #fff; background-color: #b2b1f0; background-image: none; } .rs-picker-subtle .rs-btn:active:hover, .rs-picker-subtle .rs-picker-toggle:active:hover, .rs-picker-subtle .rs-btn.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle:hover, .rs-picker-subtle .rs-btn:active:focus, .rs-picker-subtle .rs-picker-toggle:active:focus, .rs-picker-subtle .rs-btn.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle:focus, .rs-picker-subtle .rs-btn:active.focus, .rs-picker-subtle .rs-picker-toggle:active.focus, .rs-picker-subtle .rs-btn.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.focus { color: #fff; background-color: #b2b1f0; } .rs-picker-subtle .rs-btn.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-disabled:active { opacity: 1; } .rs-picker-subtle .rs-btn:focus, .rs-picker-subtle .rs-picker-toggle:focus, .rs-picker-subtle .rs-btn.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-focus, .rs-picker-subtle .rs-btn:hover, .rs-picker-subtle .rs-picker-toggle:hover { color: #575757; } .rs-picker-subtle .rs-btn:active, .rs-picker-subtle .rs-picker-toggle:active, .rs-picker-subtle .rs-btn.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle { color: #272c36; background-color: #e5e5ea; background-image: none; } .rs-picker-subtle .rs-btn:active:hover, .rs-picker-subtle .rs-picker-toggle:active:hover, .rs-picker-subtle .rs-btn.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle:hover, .rs-picker-subtle .rs-btn:active:focus, .rs-picker-subtle .rs-picker-toggle:active:focus, .rs-picker-subtle .rs-btn.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle:focus, .rs-picker-subtle .rs-btn:active.focus, .rs-picker-subtle .rs-picker-toggle:active.focus, .rs-picker-subtle .rs-btn.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.focus { color: #272c36; background-color: #e5e5ea; } .rs-picker-subtle .rs-btn.rs-btn-red, .rs-picker-subtle .rs-picker-toggle.rs-btn-red { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-red:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn.rs-btn-red:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red:focus, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-focus, .rs-picker-subtle .rs-btn.rs-btn-red:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-red:hover { color: #fff; background: #f44336; } .rs-picker-subtle .rs-btn.rs-btn-red:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-red:active, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-red, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-red { color: #fff; background-color: #eb3626; background-image: none; } .rs-picker-subtle .rs-btn.rs-btn-red:active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-red:active:hover, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-red:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-red:hover, .rs-picker-subtle .rs-btn.rs-btn-red:active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red:active:focus, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-red:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-red:focus, .rs-picker-subtle .rs-btn.rs-btn-red:active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red:active.focus, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-red.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-red.focus { color: #fff; background-color: #eb3626; } .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-red.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-red.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn.rs-btn-orange, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-orange:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn.rs-btn-orange:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange:focus, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-focus, .rs-picker-subtle .rs-btn.rs-btn-orange:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange:hover { color: #fff; background: #ff9800; } .rs-picker-subtle .rs-btn.rs-btn-orange:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange:active, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-orange, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-orange { color: #fff; background-color: #f59700; background-image: none; } .rs-picker-subtle .rs-btn.rs-btn-orange:active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange:active:hover, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-orange:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-orange:hover, .rs-picker-subtle .rs-btn.rs-btn-orange:active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange:active:focus, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-orange:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-orange:focus, .rs-picker-subtle .rs-btn.rs-btn-orange:active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange:active.focus, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-orange.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-orange.focus { color: #fff; background-color: #f59700; } .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-orange.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-orange.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn.rs-btn-yellow, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-yellow:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn.rs-btn-yellow:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:focus, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-focus, .rs-picker-subtle .rs-btn.rs-btn-yellow:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:hover { color: #fff; background: #ffca28; } .rs-picker-subtle .rs-btn.rs-btn-yellow:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:active, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-yellow, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-yellow { color: #fff; background-color: #f5c31d; background-image: none; } .rs-picker-subtle .rs-btn.rs-btn-yellow:active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:active:hover, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-yellow:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:hover, .rs-picker-subtle .rs-btn.rs-btn-yellow:active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:active:focus, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-yellow:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:focus, .rs-picker-subtle .rs-btn.rs-btn-yellow:active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow:active.focus, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-yellow.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.focus { color: #fff; background-color: #f5c31d; } .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-yellow.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-yellow.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn.rs-btn-green, .rs-picker-subtle .rs-picker-toggle.rs-btn-green { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-green:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn.rs-btn-green:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green:focus, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-focus, .rs-picker-subtle .rs-btn.rs-btn-green:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-green:hover { color: #fff; background: #4caf50; } .rs-picker-subtle .rs-btn.rs-btn-green:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-green:active, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-green, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-green { color: #fff; background-color: #37ab3c; background-image: none; } .rs-picker-subtle .rs-btn.rs-btn-green:active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-green:active:hover, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-green:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-green:hover, .rs-picker-subtle .rs-btn.rs-btn-green:active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green:active:focus, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-green:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-green:focus, .rs-picker-subtle .rs-btn.rs-btn-green:active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green:active.focus, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-green.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-green.focus { color: #fff; background-color: #37ab3c; } .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-green.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-green.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn.rs-btn-cyan, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-cyan:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn.rs-btn-cyan:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:focus, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-focus, .rs-picker-subtle .rs-btn.rs-btn-cyan:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:hover { color: #fff; background: #00bcd4; } .rs-picker-subtle .rs-btn.rs-btn-cyan:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:active, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-cyan, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-cyan { color: #fff; background-color: #00b1cc; background-image: none; } .rs-picker-subtle .rs-btn.rs-btn-cyan:active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:active:hover, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-cyan:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:hover, .rs-picker-subtle .rs-btn.rs-btn-cyan:active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:active:focus, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-cyan:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:focus, .rs-picker-subtle .rs-btn.rs-btn-cyan:active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan:active.focus, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-cyan.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.focus { color: #fff; background-color: #00b1cc; } .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-cyan.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-cyan.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn.rs-btn-blue, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-blue:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn.rs-btn-blue:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue:focus, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-focus, .rs-picker-subtle .rs-btn.rs-btn-blue:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue:hover { color: #fff; background: #2196f3; } .rs-picker-subtle .rs-btn.rs-btn-blue:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue:active, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-blue, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-blue { color: #fff; background-color: #1787e8; background-image: none; } .rs-picker-subtle .rs-btn.rs-btn-blue:active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue:active:hover, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-blue:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-blue:hover, .rs-picker-subtle .rs-btn.rs-btn-blue:active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue:active:focus, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-blue:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-blue:focus, .rs-picker-subtle .rs-btn.rs-btn-blue:active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue:active.focus, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-blue.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-blue.focus { color: #fff; background-color: #1787e8; } .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-blue.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-blue.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn.rs-btn-violet, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-loading:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-loading:hover, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-loading:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-loading:focus, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-loading:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-loading:active, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-loading:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-picker-subtle .rs-btn.rs-btn-violet:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-subtle .rs-btn.rs-btn-violet:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet:focus, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-focus, .rs-picker-subtle .rs-btn.rs-btn-violet:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet:hover { color: #fff; background: #673ab7; } .rs-picker-subtle .rs-btn.rs-btn-violet:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet:active, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-active, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-violet, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-violet { color: #fff; background-color: #5f2bb3; background-image: none; } .rs-picker-subtle .rs-btn.rs-btn-violet:active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet:active:hover, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-active:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-violet:hover, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-violet:hover, .rs-picker-subtle .rs-btn.rs-btn-violet:active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet:active:focus, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-active:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-violet:focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-violet:focus, .rs-picker-subtle .rs-btn.rs-btn-violet:active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet:active.focus, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-active.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-btn.rs-btn-violet.focus, .rs-open > .rs-dropdown-toggle.rs-picker-subtle .rs-picker-toggle.rs-btn-violet.focus { color: #fff; background-color: #5f2bb3; } .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-disabled, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-disabled, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-disabled:hover, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-disabled:hover, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-disabled:focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-disabled:focus, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-disabled.focus, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-disabled.focus, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-disabled:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-disabled:active, .rs-picker-subtle .rs-btn.rs-btn-violet.rs-btn-disabled:hover:active, .rs-picker-subtle .rs-picker-toggle.rs-btn-violet.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-picker-subtle .rs-btn-active, .rs-picker-subtle .rs-picker-toggle-active { background-color: #f7f7fa; color: #575757; } /* stylelint-disable-next-line */ .rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn { padding-left: 32px; } .rs-picker-cleanable .rs-picker-toggle.rs-btn { padding-left: 44px; } .rs-picker-toggle.rs-btn .rs-picker-toggle-caret, .rs-picker-toggle.rs-btn .rs-picker-toggle-clean { top: 8px; } .rs-picker-default .rs-picker-toggle.rs-btn .rs-picker-toggle-caret, .rs-picker-default .rs-picker-toggle.rs-btn .rs-picker-toggle-clean { top: 7px; } .rs-picker-toggle.rs-btn .rs-picker-toggle-caret { left: 12px; } .rs-picker-toggle.rs-btn .rs-picker-toggle-clean { left: 30px; } .rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding: 7px 12px; font-size: 14px; line-height: 1.42857143; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn ~ .rs-picker-tag-wrapper { padding-bottom: 5px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn ~ .rs-picker-tag-wrapper .rs-tag { margin-top: 5px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding-right: 12px; margin-top: 5px; font-size: 14px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn ~ .rs-picker-tag-wrapper .rs-picker-search-input input { height: 18px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn { padding-top: 7px; padding-bottom: 7px; -webkit-box-shadow: none; box-shadow: none; } .rs-picker-date .rs-picker-toggle.rs-btn, .rs-picker-daterange .rs-picker-toggle.rs-btn { padding-left: 36px; } .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-clean, .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-caret { top: 8px; } .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-caret, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-caret { top: 7px; } .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-caret { left: 12px; } .rs-picker-date .rs-picker-toggle.rs-btn .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-clean { left: 30px; } .rs-picker-default .rs-picker-toggle.rs-btn { padding-top: 7px; padding-bottom: 7px; } .rs-picker-toggle.rs-btn-lg { /* stylelint-disable */ padding: 10px 16px; font-size: 16px; line-height: 1.375; border-radius: 6px; /* stylelint-enable */ } .rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-lg { padding-left: 36px; } .rs-picker-cleanable .rs-picker-toggle.rs-btn-lg { padding-left: 50px; } .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret, .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean { top: 10px; } .rs-picker-default .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret, .rs-picker-default .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean { top: 9px; } .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret { left: 16px; } .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean { left: 32px; } .rs-picker-default .rs-picker-toggle.rs-btn-lg { padding-right: 15px; } .rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-lg ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding: 9px 16px; font-size: 16px; line-height: 1.375; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-lg ~ .rs-picker-tag-wrapper { padding-bottom: 7px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-lg ~ .rs-picker-tag-wrapper .rs-tag { margin-top: 7px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-lg ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding-right: 16px; margin-top: 7px; font-size: 16px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-lg ~ .rs-picker-tag-wrapper .rs-picker-search-input input { height: 20px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-lg { padding-top: 9px; padding-bottom: 9px; -webkit-box-shadow: none; box-shadow: none; } .rs-picker-date .rs-picker-toggle.rs-btn-lg, .rs-picker-daterange .rs-picker-toggle.rs-btn-lg { padding-left: 42px; } .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean, .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret { top: 10px; } .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret { top: 9px; } .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-caret { left: 16px; } .rs-picker-date .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-lg .rs-picker-toggle-clean { left: 36px; } .rs-picker-default .rs-picker-toggle.rs-btn-lg { padding-top: 9px; padding-bottom: 9px; } .rs-picker-toggle.rs-btn-lg .rs-picker-value-count { line-height: 22px; } .rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-md { padding-left: 32px; } .rs-picker-cleanable .rs-picker-toggle.rs-btn-md { padding-left: 44px; } .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret, .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean { top: 8px; } .rs-picker-default .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret, .rs-picker-default .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean { top: 7px; } .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret { left: 12px; } .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean { left: 30px; } .rs-picker-default .rs-picker-toggle.rs-btn-md { padding-right: 11px; } .rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-md ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding: 7px 12px; font-size: 14px; line-height: 1.42857143; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-md ~ .rs-picker-tag-wrapper { padding-bottom: 5px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-md ~ .rs-picker-tag-wrapper .rs-tag { margin-top: 5px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-md ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding-right: 12px; margin-top: 5px; font-size: 14px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-md ~ .rs-picker-tag-wrapper .rs-picker-search-input input { height: 18px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-md { padding-top: 7px; padding-bottom: 7px; -webkit-box-shadow: none; box-shadow: none; } .rs-picker-date .rs-picker-toggle.rs-btn-md, .rs-picker-daterange .rs-picker-toggle.rs-btn-md { padding-left: 36px; } .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean, .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret { top: 8px; } .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret { top: 7px; } .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-caret { left: 12px; } .rs-picker-date .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-md .rs-picker-toggle-clean { left: 30px; } .rs-picker-default .rs-picker-toggle.rs-btn-md { padding-top: 7px; padding-bottom: 7px; } .rs-picker-toggle.rs-btn-sm { /* stylelint-disable */ padding: 5px 10px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ } .rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-sm { padding-left: 30px; } .rs-picker-cleanable .rs-picker-toggle.rs-btn-sm { padding-left: 42px; } .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret, .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean { top: 5px; } .rs-picker-default .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret, .rs-picker-default .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean { top: 4px; } .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret { left: 10px; } .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean { left: 28px; } .rs-picker-default .rs-picker-toggle.rs-btn-sm { padding-right: 9px; } .rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-sm ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding: 4px 10px; font-size: 14px; line-height: 1.42857143; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-sm ~ .rs-picker-tag-wrapper { padding-bottom: 2px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-sm ~ .rs-picker-tag-wrapper .rs-tag { margin-top: 2px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-sm ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding-right: 10px; margin-top: 2px; font-size: 14px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-sm ~ .rs-picker-tag-wrapper .rs-picker-search-input input { height: 18px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-sm { padding-top: 4px; padding-bottom: 4px; -webkit-box-shadow: none; box-shadow: none; } .rs-picker-date .rs-picker-toggle.rs-btn-sm, .rs-picker-daterange .rs-picker-toggle.rs-btn-sm { padding-left: 34px; } .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean, .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret { top: 4px; } .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret { top: 3px; } .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-caret { left: 10px; } .rs-picker-date .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-sm .rs-picker-toggle-clean { left: 28px; } .rs-picker-default .rs-picker-toggle.rs-btn-sm { padding-top: 4px; padding-bottom: 4px; } .rs-picker-toggle.rs-btn-xs { /* stylelint-disable */ padding: 2px 8px; font-size: 12px; line-height: 1.66666667; border-radius: 6px; /* stylelint-enable */ /* stylelint-disable */ /* stylelint-enable */ } .rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn-xs { padding-left: 28px; } .rs-picker-cleanable .rs-picker-toggle.rs-btn-xs { padding-left: 40px; } .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret, .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean { top: 2px; } .rs-picker-default .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret, .rs-picker-default .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean { top: 1px; } .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret { left: 8px; } .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean { left: 26px; } .rs-picker-default .rs-picker-toggle.rs-btn-xs { padding-right: 7px; } .rs-picker-input:not(.rs-picker-tag) .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding: 1px 8px; font-size: 12px; line-height: 1.66666667; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper { padding-bottom: -1px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper .rs-tag { margin-top: -1px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding-right: 8px; margin-top: -1px; font-size: 12px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper .rs-picker-search-input input { height: 18px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs { padding-top: 1px; padding-bottom: 1px; -webkit-box-shadow: none; box-shadow: none; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper { padding-bottom: 1px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper .rs-tag { margin-top: 1px; } .rs-picker-input.rs-picker-tag .rs-picker-toggle.rs-btn-xs ~ .rs-picker-tag-wrapper .rs-picker-search-input { padding-top: 1px; padding-bottom: 1px; } .rs-picker-date .rs-picker-toggle.rs-btn-xs, .rs-picker-daterange .rs-picker-toggle.rs-btn-xs { padding-left: 30px; } .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean, .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret { top: 2px; } .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean, .rs-picker-subtle .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret, .rs-picker-subtle .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret { top: 1px; } .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret, .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-caret { left: 8px; } .rs-picker-date .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle.rs-btn-xs .rs-picker-toggle-clean { left: 24px; } .rs-picker-default .rs-picker-toggle.rs-btn-xs { padding-top: 1px; padding-bottom: 1px; } /* stylelint-disable-next-line */ .rs-picker-toggle { text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .rs-picker-default .rs-picker-toggle { position: relative; z-index: 5; padding-left: 32px; display: inline-block; outline: none; cursor: pointer; color: #575757; border: 1px solid #e5e5ea; } .rs-picker-default .rs-picker-toggle-custom-title { padding: 0 !important; } .rs-nav .rs-picker-default .rs-picker-toggle:focus { -webkit-box-shadow: none; box-shadow: none; } .rs-picker-disabled .rs-picker-toggle { cursor: not-allowed; } .rs-picker-toggle .rs-picker-default:not(.rs-picker-disabled):hover, .rs-picker-toggle .rs-picker-default:not(.rs-picker-disabled):focus { border-color: #1675e0; } .rs-picker-subtle .rs-picker-toggle { position: relative; z-index: 5; padding-left: 32px; display: inline-block; outline: none; cursor: pointer; } .rs-picker-subtle .rs-picker-toggle-custom-title { padding: 0 !important; } .rs-nav .rs-picker-subtle .rs-picker-toggle:focus { -webkit-box-shadow: none; box-shadow: none; } .rs-picker-subtle.rs-picker-disabled .rs-picker-toggle { cursor: not-allowed; } .rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:hover, .rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:focus, .rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:active { background: none; } .rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:hover::after, .rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:focus::after, .rs-picker-subtle.rs-picker-disabled .rs-picker-toggle:active::after { display: none; } .rs-picker-toggle-value { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .rs-picker-cleanable .rs-picker-toggle { padding-left: 44px; } .rs-picker-date.rs-picker-cleanable .rs-picker-toggle, .rs-picker-daterange.rs-picker-cleanable .rs-picker-toggle { padding-left: 52px; } .rs-picker-toggle-clean { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 2px; position: absolute; top: 8px; left: 30px; height: 20px; font-size: 12px; background: inherit; color: #a6a6a6; -webkit-transition: 0.2s color linear; transition: 0.2s color linear; cursor: pointer; } .rs-picker-toggle-clean.rs-btn-close { padding: 4px 0; } .rs-picker-toggle-clean:hover { color: #f44336; } .rs-picker-date .rs-picker-toggle-clean, .rs-picker-daterange .rs-picker-toggle-clean { left: 38px; } .rs-picker-toggle-caret { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 2px; position: absolute; top: 8px; left: 12px; height: 20px; font-size: 12px; color: #8e8e93; } .rs-picker-menu { position: absolute; text-align: right; z-index: 7; border-radius: 6px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.12); box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.12); overflow: hidden; -webkit-transition: none; transition: none; /* stylelint-disable-next-line */ } .rs-modal-open .rs-picker-menu { z-index: 1055; } .rs-drawer-open .rs-picker-menu { z-index: 1055; } .rs-picker-menu.rs-picker-select-menu, .rs-picker-menu.rs-picker-check-menu { padding-top: 6px; } .rs-picker-menu .rs-picker-search-bar { position: relative; padding: 6px 12px 12px; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input { display: block; width: 100%; color: #575757; background-color: #fff; background-image: none; border: 1px solid #e5e5ea; -webkit-transition: border-color ease-in-out 0.3s; transition: border-color ease-in-out 0.3s; border-radius: 6px; /* stylelint-disable */ padding: 7px 11px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ min-width: 200px; padding-left: 36px; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input { height: 36px; } } textarea.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input { height: auto; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input::-webkit-input-placeholder { color: #8e8e93; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input::-moz-placeholder { color: #8e8e93; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input::-ms-input-placeholder { color: #8e8e93; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input::placeholder { color: #8e8e93; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input:focus, .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input:hover { border-color: #1675e0; outline: 0; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input[disabled] { background-color: #f7f7fa; color: #c5c6c7; cursor: not-allowed; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input[disabled]:hover { border-color: #e5e5ea; } .rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-search-icon { position: absolute; width: 14px; color: #c5c6c7; font-size: 14px; height: 20px; top: 14px; left: 24px; } .rs-tree-menu.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-search-icon, .rs-check-tree-menu.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-search-icon { top: 7px; } .rs-picker-menu .ReactVirtualized__Grid.ReactVirtualized__List:focus { outline: none; } .rs-picker-menu.rs-picker-inline { position: relative; -webkit-box-shadow: none; box-shadow: none; } .rs-picker-default .rs-btn, .rs-picker-input .rs-btn, .rs-picker-default .rs-picker-toggle, .rs-picker-input .rs-picker-toggle { background: #fff !important; } .rs-picker-default.rs-picker-disabled .rs-picker-toggle, .rs-picker-input.rs-picker-disabled .rs-picker-toggle, .rs-picker-default.rs-picker-disabled .rs-btn, .rs-picker-input.rs-picker-disabled .rs-btn { background: #f7f7fa !important; } .rs-check-item:not(.rs-checkbox-disabled):hover, .rs-check-item-focus { color: #575757; background-color: #f2faff; } .rs-check-item .rs-checkbox-checker { padding: 0; } .rs-check-item .rs-checkbox-checker > label { position: relative; cursor: pointer; display: block; padding: 8px 38px 8px 12px; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; line-height: 20px; /* stylelint-disable-next-line */ } .ReactVirtualized__Grid .rs-check-item .rs-checkbox-checker > label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rs-checkbox-disabled.rs-check-item .rs-checkbox-checker > label { cursor: not-allowed; } .rs-check-item .rs-checkbox-checker > label .rs-checkbox-wrapper { right: 12px; } .grouped .rs-check-item .rs-checkbox-checker > label .rs-checkbox-wrapper, .rs-picker-check-menu-group-children .rs-check-item .rs-checkbox-checker > label .rs-checkbox-wrapper { right: 26px; } .grouped .rs-check-item .rs-checkbox-checker > label, .rs-picker-check-menu-group-children .rs-check-item .rs-checkbox-checker > label { padding-right: 52px; } .rs-placeholder { display: -webkit-box; display: -ms-flexbox; display: flex; } .rs-placeholder-active.rs-placeholder-graph, .rs-placeholder-active .rs-placeholder-paragraph-graph-image, .rs-placeholder-active .rs-placeholder-grid-col > p, .rs-placeholder-active .rs-placeholder-paragraph-rows > p { background: linear-gradient(45deg, #f2f2f5 25%, #e5e5ea 37%, #f2f2f5 63%); background-size: 400% 100% !important; -webkit-animation: placeholder-active 3s ease infinite; animation: placeholder-active 3s ease infinite; } .rs-placeholder-paragraph { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .rs-placeholder-paragraph-graph { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 60px; height: 60px; border-radius: 2px; margin-left: 20px; background-color: #f2f2f5; } .rs-placeholder-paragraph-graph-circle { border-radius: 50%; } .rs-placeholder-paragraph-graph-image { width: 80px; height: 60px; position: relative; overflow: hidden; } .rs-placeholder-paragraph-graph-image::after { content: ''; width: 0; height: 0; right: 10px; bottom: 10px; position: absolute; border-bottom: 36px solid #fff; border-right: 20px solid transparent; border-left: 30px solid transparent; } .rs-placeholder-paragraph-graph-image::before { content: ''; width: 0; height: 0; right: 40px; bottom: 10px; position: absolute; border-bottom: 22px solid #fff; border-right: 16px solid transparent; border-left: 16px solid transparent; } .rs-placeholder-paragraph-graph-image .rs-placeholder-paragraph-graph-inner { width: 12px; height: 12px; left: 18px; top: 10px; border-radius: 50%; background: #fff; position: absolute; } .rs-placeholder-paragraph-rows { width: 100%; } .rs-placeholder-paragraph-rows > p { background-color: #f2f2f5; } .rs-placeholder-grid-col { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .rs-placeholder-grid-col > p { background-color: #f2f2f5; } .rs-placeholder-grid-col:first-child { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .rs-placeholder-graph { display: inline-block; width: 100%; background-color: #f2f2f5; } .rs-popover { position: absolute; top: 0; left: 0 ; z-index: 1060; display: none; padding: 12px; font-size: 14px; background-color: #fff; background-clip: padding-box; border-radius: 4px; opacity: 0; -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)); filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)); -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12)\9; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12)\9; } .rs-popover.fade { -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s ease-out; transition: opacity 0.1s linear, -webkit-transform 0.1s ease-out; transition: opacity 0.1s linear, transform 0.1s ease-out; transition: opacity 0.1s linear, transform 0.1s ease-out, -webkit-transform 0.1s ease-out; } .rs-popover.in { opacity: 1; -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s ease-in; transition: opacity 0.15s linear, -webkit-transform 0.15s ease-in; transition: opacity 0.15s linear, transform 0.15s ease-in; transition: opacity 0.15s linear, transform 0.15s ease-in, -webkit-transform 0.15s ease-in; } .rs-popover > .rs-popover-arrow { border-width: 6px; } .rs-popover > .rs-popover-arrow, .rs-popover > .rs-popover-arrow::after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .rs-popover > .rs-popover-arrow::after { border-width: 6px; content: ''; } .rs-popover-title { margin: 0; font-size: 14px; line-height: 1.42857143; } .rs-popover-content { font-size: 12px; line-height: 1.66666667; } .rs-popover-title ~ .rs-popover-content { margin-top: 8px; } .rs-popover[class*='placement-top'] { margin-top: -8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-popover[class*='placement-top'].in { -webkit-transform: translate(0, -2px); transform: translate(0, -2px); } .rs-popover[class*='placement-top'] > .rs-popover-arrow { margin-right: -6px; border-bottom-width: 0; bottom: -6px; } .rs-popover[class*='placement-top'] > .rs-popover-arrow::after { bottom: 1px; margin-right: -6px; border-bottom-width: 0; border-top-color: #fff; } .rs-popover[class*='placement-right'] { margin-left: 8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-popover[class*='placement-right'].in { -webkit-transform: translate(2px, 0); transform: translate(2px, 0); } .rs-popover[class*='placement-right'] > .rs-popover-arrow { left: -6px; margin-top: -6px; border-left-width: 0; } .rs-popover[class*='placement-right'] > .rs-popover-arrow::after { left: 1px; bottom: -6px; border-left-width: 0; border-right-color: #fff; } .rs-popover[class*='placement-left'] { margin-left: -8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-popover[class*='placement-left'].in { -webkit-transform: translate(-2px, 0); transform: translate(-2px, 0); } .rs-popover[class*='placement-left'] > .rs-popover-arrow { right: -6px; margin-top: -6px; border-right-width: 0; } .rs-popover[class*='placement-left'] > .rs-popover-arrow::after { right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -6px; } .rs-popover[class*='placement-bottom'] { margin-top: 8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-popover[class*='placement-bottom'].in { -webkit-transform: translate(0, 2px); transform: translate(0, 2px); } .rs-popover[class*='placement-bottom'] > .rs-popover-arrow { margin-right: -6px; border-top-width: 0; top: -6px; } .rs-popover[class*='placement-bottom'] > .rs-popover-arrow::after { top: 1px; margin-right: -6px; border-top-width: 0; border-bottom-color: #fff; } .rs-popover.placement-bottom > .rs-popover-arrow, .rs-popover.placement-top > .rs-popover-arrow { right: 50%; } .rs-popover.placement-bottom-end > .rs-popover-arrow, .rs-popover.placement-top-end > .rs-popover-arrow { left: 4px; } .rs-popover.placement-left > .rs-popover-arrow, .rs-popover.placement-right > .rs-popover-arrow { top: 50%; } .rs-popover.placement-left-end > .rs-popover-arrow, .rs-popover.placement-right-end > .rs-popover-arrow { bottom: 4px; } .rs-popover-full { padding: 0; } .rs-popover-full .rs-popover-content { margin-top: 0; } .rs-popover.placement-top-start.rs-popover-full > .rs-popover-arrow, .rs-popover.placement-bottom-start.rs-popover-full > .rs-popover-arrow { margin-right: 6px; } .rs-popover.placement-right-start.rs-popover-full > .rs-popover-arrow, .rs-popover.placement-left-start.rs-popover-full > .rs-popover-arrow { margin-top: 6px; } .rs-progress-info { font-size: 0; } .rs-progress, .rs-progress-icon-success, .rs-progress-icon-fail, .rs-progress-info-status { font-size: 16px; line-height: 1.25; } .rs-progress-circle { position: relative; font-size: 0; } .rs-progress-circle-success .rs-progress-circle-info { color: #4caf50 !important; } .rs-progress-circle-success .rs-progress-stroke { stroke: #4caf50 !important; } .rs-progress-circle-fail .rs-progress-circle-info { color: #f44336 !important; } .rs-progress-circle-fail .rs-progress-stroke { stroke: #f44336 !important; } .rs-progress-circle-info { position: absolute; margin: auto; top: 0; right: 0; left: 0; bottom: 0; text-align: center; font-size: 16px; line-height: 2.25; height: 36px; color: #7a7a7a; } .rs-progress-circle .rs-progress-trail { stroke: #e5e5ea; } .rs-progress-circle .rs-progress-stroke { stroke: #3498ff; -webkit-transition: stroke-dashoffset 0.3s ease, stroke-dasharray 0.2s ease-in-out, stroke 0.3s; transition: stroke-dashoffset 0.3s ease, stroke-dasharray 0.2s ease-in-out, stroke 0.3s; } .rs-progress-line { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 8px 12px; } .rs-progress-line-success { color: #4caf50 !important; } .rs-progress-line-success .rs-progress-line-bg { background-color: #4caf50 !important; } .rs-progress-line-fail { color: #f44336 !important; } .rs-progress-line-fail .rs-progress-line-bg { background-color: #f44336 !important; } .rs-progress-line-active .rs-progress-line-bg { position: relative; } .rs-progress-line-active .rs-progress-line-bg::before { content: ''; opacity: 0; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: #fff; border-radius: 10px; -webkit-animation: progress-active 2s cubic-bezier(0.23, 1, 0.32, 1) infinite; animation: progress-active 2s cubic-bezier(0.23, 1, 0.32, 1) infinite; } .rs-progress-line .rs-progress-info { width: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; height: 20px; padding-right: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .rs-progress-line-outer { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border-radius: 5px; overflow: hidden; vertical-align: middle; } .rs-progress-line-inner { background: #e5e5ea; border-radius: 5px; } .rs-progress-line-bg { background-color: #3498ff; border-radius: 5px; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; -webkit-transition-property: width, color; transition-property: width, color; } .rs-progress-line-inner, .rs-progress-line-bg { height: 10px; } .rs-progress-line.rs-progress-line-vertical { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; width: auto; } .rs-progress-line.rs-progress-line-vertical .rs-progress-line-outer { width: auto; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .rs-progress-line.rs-progress-line-vertical .rs-progress-line-inner { min-height: 100px; width: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; height: 100%; } .rs-progress-line.rs-progress-line-vertical .rs-progress-info { -ms-flex-preferred-size: auto; flex-basis: auto; padding-right: 0; width: auto; } .rs-progress-line.rs-progress-line-vertical .rs-progress-line-bg { width: 100%; -webkit-transition-property: height, color; transition-property: height, color; -webkit-transform: rotate(-180deg); transform: rotate(-180deg); position: absolute; bottom: 0; } .rs-progress-line.rs-progress-line-vertical.rs-progress-line-active .rs-progress-line-bg::before { -webkit-animation-name: progress-active-vertical; animation-name: progress-active-vertical; } .rs-progress-icon-success, .rs-progress-icon-fail { display: inline-block; } .rs-progress-icon-success svg, .rs-progress-icon-fail svg { stroke: currentColor; stroke-width: 0.5px; stroke-linecap: round; } .rs-progress-line .rs-progress-icon-success, .rs-progress-line .rs-progress-icon-fail { line-height: 0; font-size: 14px; } .rs-progress-circle .rs-progress-icon-success, .rs-progress-circle .rs-progress-icon-fail { line-height: 0; font-size: 36px; } .rs-radio { position: relative; display: block; } .rs-radio-disabled label { cursor: not-allowed; } .rs-radio label { line-height: 1.14285714; margin-bottom: 0; font-weight: normal; cursor: pointer; } .rs-radio .rs-radio-inner::before { border-color: #3498ff; } .rs-radio.rs-radio-disabled label { cursor: not-allowed; } .rs-radio-disabled > .rs-radio-checker > label { color: #c5c6c7; } .rs-radio-inline { position: relative; display: inline-block; margin-bottom: 0; vertical-align: middle; font-weight: normal; margin-top: 0; margin-right: 10px; } .rs-radio-group-inline { display: inline-block; margin-right: -10px; } .rs-radio-group-picker { color: #575757; border: 1px solid #e5e5ea; border-radius: 6px; margin-right: 0; } .rs-radio-group-picker .rs-radio-inline { margin-right: 0; } .rs-radio-group-picker .rs-radio-checker { padding: 0; min-height: auto; border-bottom: 1px solid transparent; margin: 0 10px; } .rs-radio-group-picker .rs-radio-wrapper { display: none; } .rs-radio-group-picker .rs-radio-checker > label { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; outline: 0 !important; white-space: nowrap; border: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* stylelint-disable */ padding: 8px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ color: #8e8e93; -webkit-transition: color 0.3s linear; transition: color 0.3s linear; padding: 7px 0; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-ghost { padding-top: 7px; padding-bottom: 7px; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon { padding-right: 24px; height: 36px; position: relative; } .rs-btn-ghost.rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon { padding-right: 22px; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 44px; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 44px; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 36px; height: 36px; padding: 10px 0; font-size: 14px; line-height: 1.42857143; } .rs-btn-ghost.rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon > .rs-icon { width: 34px; height: 34px; padding: 7px 0; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-radio-group-picker .rs-radio-checker > label.rs-btn-icon-circle { width: 36px; padding: 8px; } .rs-radio-group-picker .rs-radio-checker > label:hover, .rs-radio-group-picker .rs-radio-checker > label:focus { color: #575757; text-decoration: none; } .rs-radio-group-picker .rs-radio-checker > label:active, .rs-radio-group-picker .rs-radio-checker > label.rs-btn-active { outline: 0; background-image: none; } .rs-radio-group-picker .rs-radio-checker > label:hover, .rs-radio-group-picker .rs-radio-checker > label:active { color: #1675e0; } .rs-radio-group-picker .rs-radio-checked .rs-radio-checker { border-bottom: 2px solid #1675e0; } .rs-radio-group-picker .rs-radio-checked .rs-radio-checker > label { color: #1675e0; } .rs-radio-group-picker .rs-radio-disabled .rs-radio-checker { opacity: 0.3; cursor: not-allowed; } .rs-radio-group-picker .rs-radio-disabled:not(.rs-radio-checked) .rs-radio-checker > label { color: #8e8e93; } .rs-radio-checker { padding-top: 10px; padding-bottom: 10px; padding-right: 36px; min-height: 36px; line-height: 1; position: relative; } .rs-radio-wrapper { position: absolute; width: 16px; height: 16px; display: inline-block; right: 10px; top: 10px; } .rs-radio-wrapper [type='radio'] { opacity: 0; } .rs-radio-wrapper::before, .rs-radio-wrapper::after, .rs-radio-wrapper .rs-radio-inner::before, .rs-radio-wrapper .rs-radio-inner::after { content: ''; position: absolute; right: 0; top: 0; display: block; } .rs-radio-wrapper::before, .rs-radio-wrapper .rs-radio-inner::before, .rs-radio-wrapper .rs-radio-inner::after { width: 16px; height: 16px; } .rs-radio-wrapper::before { border: 1px solid #3498ff; background-color: transparent; border-radius: 50%; -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; visibility: hidden; -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear; transition: opacity 0.2s linear, -webkit-transform 0.2s linear; transition: transform 0.2s linear, opacity 0.2s linear; transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear; } .rs-radio-checked .rs-radio-wrapper::before { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0; visibility: visible; } .rs-radio-wrapper::after { top: -10px; left: -10px; bottom: -10px; right: -10px; } .rs-radio-wrapper .rs-radio-inner::before { border: 1px solid #d9d9d9; background-color: transparent; border-radius: 50%; -webkit-transition: background 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear; transition: background 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear; transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear; transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; } .rs-radio-checker:hover .rs-radio-wrapper .rs-radio-inner::before { border-color: #3498ff; } .rs-radio-checked .rs-radio-wrapper .rs-radio-inner::before { border-color: #3498ff; background-color: #3498ff; } .rs-radio-disabled:not(.rs-radio-checked) .rs-radio-wrapper .rs-radio-inner::before { border-color: #f7f7fa; background-color: #f7f7fa; } .rs-radio-disabled.rs-radio-checked .rs-radio-wrapper .rs-radio-inner::before { opacity: 0.3; } .rs-radio-wrapper .rs-radio-inner::after { width: 6px; height: 6px; background: #fff; margin-top: 5px; margin-right: 5px; border-radius: 50%; opacity: 0; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); transition: opacity 0.2s ease-in, -webkit-transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); transition: opacity 0.2s ease-in, transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46), -webkit-transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46); } .rs-radio-checked .rs-radio-wrapper .rs-radio-inner::after { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } .rs-radio-wrapper [type='radio']:focus ~ .rs-radio-inner::before { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.3); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.3); } :hover.rs-radio-wrapper [type='radio']:focus ~ .rs-radio-inner::before { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.3); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.3); } .rs-radio-checked .rs-radio-wrapper [type='radio']:focus ~ .rs-radio-inner::before { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.3); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.3); } .rs-row { margin-right: -5px; margin-left: -5px; } .rs-row::before, .rs-row::after { content: ' '; display: table; } .rs-row::after { clear: both; } .rs-row::before, .rs-row::after { content: ' '; display: table; } .rs-row::after { clear: both; } .rs-picker-select-menu-items { margin-bottom: 6px; overflow-y: auto; } .rs-picker-select-menu-items ul { list-style: none; margin: 0; padding: 0; } .rs-picker-select-menu-items .rs-picker-menu-group:not(:first-child) { margin-top: 6px; border-top: 1px solid #e5e5ea; padding-top: 6px; } .rs-picker-select-menu-items .rs-picker-menu-group-title { padding: 8px 12px; padding-left: 32px; position: relative; cursor: default; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; color: #272c36; } .rs-picker-select-menu-items .rs-picker-menu-group-title:hover { background-color: #f2faff; } .rs-picker-select-menu-items .rs-picker-menu-group-title .rs-picker-menu-group-caret { display: inline-block; margin-right: 2px; position: absolute; top: 8px; left: 12px; -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; padding: 3px; } .rs-picker-select-menu-items .rs-picker-menu-group.folded .rs-picker-menu-group-caret { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .rs-picker-select-menu-item { display: block; padding: 8px 12px; clear: both; font-weight: normal; line-height: 1.42857143; color: #575757; cursor: pointer; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; text-decoration: none; width: 100%; /* stylelint-disable-next-line */ } .ReactVirtualized__Grid .rs-picker-select-menu-item { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rs-picker-select-menu-item:not(.rs-picker-select-menu-item-disabled):hover, .rs-picker-select-menu-item.rs-picker-select-menu-item-focus { color: #575757; background-color: #f2faff; text-decoration: none; } .rs-picker-select-menu-item.rs-picker-select-menu-item-active { font-weight: bold; } .rs-picker-select-menu-item.rs-picker-select-menu-item-active, .rs-picker-select-menu-item.rs-picker-select-menu-item-active:hover { color: #1675e0; background-color: #f2faff; } .rs-picker-select-menu-item.rs-picker-select-menu-item-disabled { color: #c5c6c7; cursor: not-allowed; text-decoration: none; } .rs-picker-select-menu-item.rs-picker-select-menu-item-active.rs-picker-select-menu-item-disabled, .rs-picker-select-menu-item.rs-picker-select-menu-item-active.rs-picker-select-menu-item-disabled:hover { color: #a6d7ff; } .grouped .rs-picker-select-menu-item, .rs-picker-select-menu-group-children .rs-picker-select-menu-item { padding-right: 26px; } .rs-sidebar-collapse { -webkit-transition: width 0.2s ease-in, -webkit-box-flex 0.2s ease-in; transition: width 0.2s ease-in, -webkit-box-flex 0.2s ease-in; transition: flex 0.2s ease-in, width 0.2s ease-in; transition: flex 0.2s ease-in, width 0.2s ease-in, -webkit-box-flex 0.2s ease-in, -ms-flex 0.2s ease-in; min-width: 0; } .rs-sidenav { -webkit-transition: width 0.2s ease-in; transition: width 0.2s ease-in; width: 56px; } .rs-sidenav .rs-sidenav-nav > ul { font-size: 0; } .rs-sidenav .rs-nav-item, .rs-sidenav .rs-dropdown .rs-dropdown-toggle, .rs-sidenav .rs-dropdown-item { padding: 15px 20px; -webkit-transition: color 0.3s linear, background-color 0.3s linear; transition: color 0.3s linear, background-color 0.3s linear; } .rs-sidenav .rs-dropdown-menu > .rs-dropdown-menu-item-focus, .rs-sidenav .rs-dropdown-menu > .rs-dropdown-item-active { font-weight: normal; background: transparent; } .rs-sidenav .rs-dropdown .rs-dropdown-menu { -webkit-transition: height 0.2s ease-in; transition: height 0.2s ease-in; } .rs-sidenav .rs-dropdown .rs-dropdown-toggle { height: auto; padding-left: 40px; } .rs-sidenav .rs-dropdown .rs-dropdown-toggle .rs-dropdown-toggle-caret { left: 20px; top: 15px; } .rs-sidenav .rs-dropdown .rs-dropdown-toggle .rs-dropdown-toggle-caret[aria-label='angle-right'] { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .rs-sidenav .rs-nav.rs-nav-vertical ul > .rs-dropdown:not(:first-child), .rs-sidenav .rs-nav.rs-nav-vertical ul > .rs-nav-item:not(:first-child) { margin-top: 0; } .rs-sidenav .rs-nav-item, .rs-sidenav .rs-dropdown .rs-dropdown-toggle { font-size: 16px; line-height: 1.25; padding-right: 56px; width: 100%; white-space: normal; } .rs-sidenav .rs-nav-item > .rs-icon:not(.rs-dropdown-toggle-caret), .rs-sidenav .rs-dropdown .rs-dropdown-toggle > .rs-icon:not(.rs-dropdown-toggle-caret) { font-size: 16px; margin-left: 20px; position: absolute; right: 20px; top: 15px; line-height: 1.25; height: 16px; } .rs-sidenav .rs-nav-item:not(.rs-nav-item-disabled), .rs-sidenav .rs-dropdown .rs-dropdown-toggle { border-radius: 0; } .rs-sidenav-collapse-in { width: 100%; } .rs-sidenav-collapse-in .rs-nav-item { border-radius: 0; } .rs-sidenav-collapse-in .rs-dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle { overflow: hidden; position: relative; } @media not all and (min-resolution: 0.001dpcm) { .rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle { /* stylelint-disable */ -webkit-mask-image: -webkit-radial-gradient(white, black); /* stylelint-enable */ } } .rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):not(.rs-btn-disabled) .rs-ripple, .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle:not(.rs-btn-disabled) .rs-ripple { position: absolute; display: block; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: 0s; transition: 0s; } .rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):not(.rs-btn-disabled) .rs-ripple-rippling, .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle:not(.rs-btn-disabled) .rs-ripple-rippling { -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(1); transform: scale(1); opacity: 0; } .rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):not(.rs-btn-disabled) .rs-ripple-pond, .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle:not(.rs-btn-disabled) .rs-ripple-pond { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; right: 0; pointer-events: none; } .rs-sidenav-collapse-in .rs-dropdown-item-disabled .rs-sidenav-collapse-in .rs-dropdown-item::after { display: none; } .rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-toggle-caret::before, .rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-menu-toggle > .rs-icon::before { display: none; } .rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-toggle-caret, .rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-menu-toggle > .rs-icon { -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; } .rs-sidenav-collapse-in .rs-dropdown.rs-dropdown-expand .rs-dropdown-toggle-caret { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); } .rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-item.rs-dropdown-item-expand > .rs-dropdown-menu-toggle > .rs-icon { -webkit-transform: rotate(-270deg); transform: rotate(-270deg); } .rs-sidenav-collapse-in .rs-dropdown > .rs-dropdown-menu { display: block; position: static; float: none; -webkit-box-shadow: none; box-shadow: none; -webkit-animation-name: none; animation-name: none; padding: 0; background-color: transparent; border-radius: 0; } .rs-sidenav-collapse-in .rs-dropdown > .rs-dropdown-menu .rs-dropdown-item-submenu { padding: 0; } .rs-sidenav-collapse-in .rs-dropdown > .rs-dropdown-menu .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle { display: block; padding-left: 40px; } .rs-sidenav-collapse-in .rs-dropdown > .rs-dropdown-menu .rs-dropdown-item-submenu > .rs-dropdown-menu { display: block; position: static; float: none; -webkit-box-shadow: none; box-shadow: none; -webkit-animation-name: none; animation-name: none; padding: 0; background-color: transparent; border-radius: 0; } .rs-sidenav-collapse-in .rs-dropdown > .rs-dropdown-menu .rs-dropdown-item-submenu:hover { background-color: transparent; } .rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-collapse-in .rs-dropdown-menu .rs-dropdown-menu-toggle { width: 100%; white-space: normal; } .rs-sidenav-collapse-in .rs-dropdown-menu { overflow: hidden; } .rs-sidenav-collapse-in .rs-dropdown.rs-dropdown-collapse > .rs-dropdown-menu.rs-dropdown-menu-collapse-out, .rs-sidenav-collapse-in .rs-dropdown-item-submenu.rs-dropdown-item-collapse > .rs-dropdown-menu.rs-dropdown-menu-collapse-out { display: none; } .rs-sidenav-collapse-in .rs-dropdown.rs-dropdown-menu-collapse-in > .rs-dropdown-menu.dropdown-menu-collapse-in, .rs-sidenav-collapse-in .rs-dropdown-item-submenu.rs-dropdown-menu-collapse-in > .rs-dropdown-menu.rs-dropdown-menu-collapse-in { display: block; } .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle { padding-right: 56px; padding-left: 40px; position: relative; } .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle > .rs-dropdown-menu-toggle-icon { position: absolute; left: 20px; top: 11px; width: auto; height: 20px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-item-menu-icon { padding-top: 11px; padding-bottom: 11px; line-height: 1.42857143; width: 14px; position: absolute; z-index: 1; } .rs-sidenav-collapse-in .rs-dropdown-item, .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle { padding: 11px 56px 11px 20px; } .rs-sidenav-collapse-in .rs-dropdown-item.rs-dropdown-item-with-icon > .rs-dropdown-item-content > .rs-dropdown-item-menu-icon { right: 56px; } .rs-sidenav-collapse-in .rs-dropdown-item.rs-dropdown-item-with-icon > .rs-dropdown-item-content > .rs-dropdown-menu-toggle { padding-right: 76px; } .rs-sidenav-collapse-in .rs-dropdown-item .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu .rs-dropdown-menu-toggle { padding-right: 65px; } .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-with-icon > .rs-dropdown-item-content > .rs-dropdown-item-menu-icon { right: 65px; } .rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-with-icon > .rs-dropdown-item-content > .rs-dropdown-menu-toggle { padding-right: 85px; } .rs-sidenav-collapse-out .rs-nav-item, .rs-sidenav-collapse-out .rs-dropdown .rs-dropdown-toggle { padding-left: 0; height: 50px; padding-right: 56px; } .rs-sidenav-collapse-out .rs-dropdown-item { padding: 8px 12px 8px 27px; } .rs-sidenav-collapse-out .rs-dropdown-toggle-caret { display: none; } .rs-sidenav-collapse-out .rs-nav-item-text, .rs-sidenav-collapse-out .rs-dropdown-toggle > span { -webkit-animation: sideNavFoldedText 0.2s ease-in forwards; animation: sideNavFoldedText 0.2s ease-in forwards; } .rs-sidenav-collapsing.rs-sidenav-collapse-in .rs-nav-item, .rs-sidenav-collapsing.rs-sidenav-collapse-out .rs-nav-item, .rs-sidenav-collapsing.rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-toggle, .rs-sidenav-collapsing.rs-sidenav-collapse-out .rs-dropdown .rs-dropdown-toggle, .rs-sidenav-collapsing.rs-sidenav-collapse-in .rs-dropdown-item, .rs-sidenav-collapsing.rs-sidenav-collapse-out .rs-dropdown-item, .rs-sidenav-collapsing.rs-sidenav-collapse-in .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle, .rs-sidenav-collapsing.rs-sidenav-collapse-out .rs-dropdown-item-submenu > .rs-dropdown-menu-toggle { text-overflow: clip; } .rs-sidenav-collapsing.rs-sidenav-collapse-in .rs-dropdown-toggle-caret { display: none; } .rs-sidenav-collapsing.rs-sidenav-collapse-out .rs-dropdown .rs-dropdown-menu { padding-right: 0px; } .rs-sidenav-collapsing.rs-sidenav-collapse-out .rs-dropdown-item { -webkit-animation: sideNavFoldedText 0.2s ease-in; animation: sideNavFoldedText 0.2s ease-in; } .rs-sidenav-default { background-color: #f7f7fa; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle { color: #8e8e93; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:hover, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:hover, .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):focus, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):focus, .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:focus, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:focus { background-color: #e5e5ea; color: #575757; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):active, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):active, .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:active, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:active { background-color: #e5e5ea; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active { color: #1675e0; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active, .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:hover, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:hover, .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:focus, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:focus { background-color: #f7f7fa; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-default.rs-sidenav-collapse-out .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle { color: #8e8e93; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-default.rs-sidenav-collapse-out .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover { background-color: #e5e5ea; } .rs-sidenav-default.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon, .rs-sidenav-default.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon, .rs-sidenav-default.rs-sidenav-collapse-out .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon { color: #1675e0; } .rs-sidenav-inverse { background-color: #3498ff; } .rs-sidenav-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-inverse .rs-nav-item, .rs-sidenav-inverse .rs-dropdown .rs-dropdown-toggle, .rs-sidenav-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-inverse .rs-nav-item:hover, .rs-sidenav-inverse .rs-dropdown .rs-dropdown-toggle:hover, .rs-sidenav-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-sidenav-inverse .rs-nav-item:focus, .rs-sidenav-inverse .rs-dropdown .rs-dropdown-toggle:focus { color: #ffffff; } .rs-sidenav-inverse .rs-sidenav-nav .rs-nav-item:not(.rs-nav-item-active), .rs-sidenav-inverse .rs-sidenav-nav .rs-dropdown .rs-dropdown-toggle { color: #ffffff; } .rs-sidenav-inverse .rs-sidenav-nav .rs-nav-item:not(.rs-nav-item-active):hover, .rs-sidenav-inverse .rs-sidenav-nav .rs-dropdown .rs-dropdown-toggle:hover, .rs-sidenav-inverse .rs-sidenav-nav .rs-nav-item:not(.rs-nav-item-active):focus, .rs-sidenav-inverse .rs-sidenav-nav .rs-dropdown .rs-dropdown-toggle:focus { background-color: #2589f5; color: #ffffff; } .rs-sidenav-inverse .rs-sidenav-nav .rs-nav-item:not(.rs-nav-item-active):active, .rs-sidenav-inverse .rs-sidenav-nav .rs-dropdown .rs-dropdown-toggle:active { background-color: #1675e0; } .rs-sidenav-inverse .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-inverse .rs-nav-item.rs-nav-item-active { background-color: #1675e0; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle { color: #ffffff; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:hover, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:hover, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):focus, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):focus, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:focus, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:focus { background-color: #2589f5; color: #ffffff; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):active, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):active, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:active, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:active { background-color: #1675e0; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-nav-item-active, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-nav-item-active, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-nav-item-active:hover, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-nav-item-active:hover, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:focus, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-nav-item-active:focus, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-nav-item-active:focus, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:active, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown .rs-dropdown-menu-active ~ .rs-dropdown-toggle:active, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-nav-item-active:active, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-nav-item-active:active { color: #ffffff; background: #1675e0; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active { background-color: #3498ff; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu), .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu) { color: #ffffff; background-color: #1675e0; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu), .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu), .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu):focus, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:not(.rs-dropdown-item-submenu):focus { background-color: #1675e0; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle { color: #ffffff; background-color: #1675e0; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover { background-color: #1675e0; } .rs-sidenav-inverse.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon, .rs-sidenav-inverse.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon { color: #ffffff; } .rs-sidenav-subtle .rs-dropdown-open > .rs-dropdown-toggle.btn { background-color: transparent; } .rs-sidenav-subtle .rs-dropdown-open > .rs-dropdown-toggle.btn:hover, .rs-sidenav-subtle .rs-dropdown-open > .rs-dropdown-toggle.btn:focus { background-color: #e5e5ea; } .rs-sidenav-subtle .rs-dropdown-open > .rs-dropdown-toggle.btn:active { background-color: #e5e5ea; } .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu), .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle { color: #8e8e93; } .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):hover, .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:hover, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:hover, .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-item:not(.rs-dropdown-item-submenu):focus, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-item:not(.rs-dropdown-item-submenu):focus, .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-item > .rs-dropdown-menu-toggle:focus, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-item > .rs-dropdown-menu-toggle:focus { background-color: #f7f7fa; color: #575757; } .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active { color: #1675e0; } .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:hover, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:hover, .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:focus, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-menu > .rs-dropdown-item.rs-dropdown-item-active:focus { background-color: #fff; } .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle, .rs-sidenav-subtle.rs-sidenav-collapse-out .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle { color: #8e8e93; } .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover, .rs-sidenav-subtle.rs-sidenav-collapse-out .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle:hover { background-color: #e5e5ea; } .rs-sidenav-subtle.rs-sidenav-collapse-in .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon, .rs-sidenav-subtle.rs-sidenav-collapsing .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon, .rs-sidenav-subtle.rs-sidenav-collapse-out .rs-dropdown-menu.rs-dropdown-menu-active ~ .rs-dropdown-toggle > .rs-icon { color: #1675e0; } .rs-slider { position: relative; } .rs-slider .rs-tooltip { display: none; } .rs-slider .rs-tooltip.rs-tooltip-placement-top .rs-tooltip-arrow { margin: auto; right: 0; left: 0; } .rs-slider-disabled { opacity: 0.3; cursor: not-allowed; } .rs-slider-disabled .rs-slider-bar, .rs-slider-disabled .rs-slider-handle::before { cursor: not-allowed; } .rs-slider-with-mark:not(.rs-slider-vertical) { margin-bottom: 29px; } .rs-slider-mark { position: absolute; top: 15px; right: -2px; white-space: nowrap; } .rs-slider-mark-content { margin-right: -50%; } .rs-slider-mark-last { right: auto; left: -2px; } .rs-slider-mark-last .rs-slider-mark-content { margin-right: 50%; } .rs-slider-bar { height: 6px; border-radius: 3px; background-color: #f2f2f5; cursor: pointer; } .rs-slider-bar:hover { background-color: #f2f2f5; } .rs-slider-vertical .rs-slider-bar { height: 100%; width: 6px; } .rs-slider-graduator { width: 100%; } .rs-slider-graduator ul, .rs-slider-graduator li { list-style: none; } .rs-slider-graduator > ul { display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 0; width: 100%; } .rs-slider-graduator > ul > li { -webkit-box-flex: 1; -ms-flex: 1 1 1%; flex: 1 1 1%; position: relative; } .rs-slider-graduator > ul > li:last-child::after, .rs-slider-graduator > ul > li::before { content: ''; display: block; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid #f2f2f5; margin-right: -4px; top: -1px; -webkit-transition: border-color 0.3s ease-in; transition: border-color 0.3s ease-in; } .rs-slider-vertical .rs-slider-graduator > ul > li:last-child::after, .rs-slider-vertical .rs-slider-graduator > ul > li::before { top: -4px; margin-right: -1px; } .rs-slider-graduator > ul > li:last-child::after { left: -4px; } .rs-slider-vertical .rs-slider-graduator > ul > li:last-child::after { right: 0; top: auto; bottom: -4px; } .rs-slider-graduator > ul > li.rs-slider-pass::before { border-color: #3498ff; } .rs-slider-graduator > ul > li.rs-slider-active::before { visibility: hidden; } .rs-slider-vertical .rs-slider-graduator { display: block; height: 100%; } .rs-slider-vertical .rs-slider-graduator > ul { width: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; padding: 0; } .rs-slider-vertical .rs-slider-graduator > ul > li { display: block; padding: 0; } .rs-slider-progress-bar { position: absolute; height: 6px; border-radius: 0 3px 3px 0; background-color: #3498ff; } .rs-slider-vertical .rs-slider-progress-bar { width: 6px; border-radius: 3px 3px 0 0; } .rs-slider-handle { position: absolute; top: -50%; } .rs-slider-handle::before { content: ''; position: absolute; width: 12px; height: 12px; border-radius: 50%; border: 2px solid #3498ff; background-color: #fff; margin-right: -6px; cursor: pointer; /* stylelint-disable */ -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* stylelint-enable */ } .rs-slider-handle:hover::before, .rs-slider-handle:focus::before { -webkit-box-shadow: 0 0 0 8px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 8px rgba(52, 152, 255, 0.25); } .rs-slider-handle.active.rs-slider-handle::before { -webkit-transform: scale(1.2); transform: scale(1.2); } .rs-slider-vertical .rs-slider-handle::before { right: 3px; margin-top: -6px; } .rs-slider-handle:hover .rs-tooltip, .rs-slider-handle.active .rs-tooltip { display: block; opacity: 1; top: -30px; } .rs-slider-vertical .rs-slider-handle:hover .rs-tooltip, .rs-slider-vertical .rs-slider-handle.active .rs-tooltip { top: -33px; margin-right: 3px; } .rs-slider-vertical { height: 100%; } .rs-slider-vertical .rs-slider-mark { top: -8px; right: 15px; } .rs-slider-vertical .rs-slider-mark-content { margin-right: auto; } .rs-slider-vertical .rs-slider-mark-last { top: auto; bottom: -8px; } .rs-steps { min-height: 30px; } .rs-steps-item { padding-right: 40px; position: relative; overflow: hidden; } .rs-steps-item-icon-wrapper { width: 30px; height: 30px; text-align: center; font-size: 16px; line-height: 1.75; color: #8e8e93; position: absolute; top: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) { border-width: 1px; border-style: solid; border-color: #8e8e93; border-radius: 50%; } .rs-steps-item-status-finish .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon, .rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon { position: relative; font-size: 12px; } .rs-steps-item-status-finish .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) { border-color: #3498ff; color: #fff; } .rs-steps-item-status-finish .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon { color: #3498ff; } .rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) { border-color: #f44336; color: #fff; } .rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon { color: #f44336; } .rs-steps-item-status-process .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) { border-color: #3498ff; background: #3498ff; color: #fff; } .rs-steps-item-status-finish .rs-steps-item-icon-wrapper, .rs-steps-item-status-process .rs-steps-item-icon-wrapper { color: #3498ff; } .rs-steps-item-status-error .rs-steps-item-icon-wrapper { color: #f44336; } .rs-steps-item-icon-wrapper > .rs-steps-item-icon { width: 100%; display: block; text-align: center; } .rs-steps-item-icon-wrapper > .rs-steps-item-icon .rs-icon { vertical-align: middle; } .rs-steps-item-content { color: #8e8e93; display: inline-block; position: relative; width: 100%; } .rs-steps-item-status-process .rs-steps-item-content { color: #575757; } .rs-steps-item-status-error .rs-steps-item-content { color: #f44336; } .rs-steps-item-title { position: relative; font-size: 16px; line-height: 1.875; min-height: 16px; padding-left: 10px; display: inline-block; } .rs-steps-item-title:empty { padding-left: 0; } .rs-steps-item-description { margin-top: 12px; } .rs-steps-item-tail, .rs-steps-item-title::after { position: absolute; border-color: #c5c6c7; } .rs-steps-item-status-process .rs-steps-item-tail, .rs-steps-item-status-process .rs-steps-item-title::after { border-color: #c5c6c7; } .rs-steps-item-status-finish .rs-steps-item-tail, .rs-steps-item-status-finish .rs-steps-item-title::after { border-color: #3498ff; } .rs-steps-next-error .rs-steps-item-tail, .rs-steps-next-error .rs-steps-item-title::after { border-color: #f44336; } .rs-steps-horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .rs-steps-horizontal .rs-steps-item { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; min-height: 30px; } .rs-steps-horizontal .rs-steps-item:last-child { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; } .rs-steps-horizontal .rs-steps-item:last-child .rs-steps-item-title::after { display: none; } .rs-steps-horizontal .rs-steps-item:not(:first-child) { padding-right: 50px; } .rs-steps-horizontal .rs-steps-item:not(:first-child) .rs-steps-item-icon-wrapper { right: 10px; } .rs-steps-horizontal .rs-steps-item-content { height: 30px; } .rs-steps-horizontal .rs-steps-item-title::after { content: ''; top: 15px; right: 100%; width: 9999px; border-top-width: 1px; border-top-style: solid; } .rs-steps-vertical .rs-steps-item { padding-bottom: 20px; } .rs-steps-vertical .rs-steps-item:not(:first-child) { margin-top: 10px; } .rs-steps-vertical .rs-steps-item:last-child .rs-steps-item-tail { display: none; } .rs-steps-vertical .rs-steps-item-tail { top: 40px; bottom: 0; right: 15px; border-right-width: 1px; border-right-style: solid; } .rs-steps-small { min-height: 24px; } .rs-steps-small.rs-steps-horizontal .rs-steps-item { min-height: 24px; } .rs-steps-small.rs-steps-horizontal .rs-steps-item:not(:first-child) { padding-right: 44px; } .rs-steps-small.rs-steps-vertical .rs-steps-item-tail { right: 12px; } .rs-steps-small.rs-steps-horizontal .rs-steps-item-title::after { top: 12px; } .rs-steps-small .rs-steps-item { padding-right: 34px; } .rs-steps-small .rs-steps-item-icon-wrapper { width: 24px; height: 24px; font-size: 14px; line-height: 1.57142857; } .rs-steps-small .rs-steps-item-title { font-size: 14px; line-height: 1.71428571; } .rs-steps-small .rs-steps-item-description { margin-top: 12px; font-size: 12px; line-height: 1.66666667; } .rs-table { position: relative; overflow: hidden; background: #fff; } .rs-table-column-resizing { cursor: ew-resize; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .rs-table-row { overflow: hidden; position: absolute; height: 36px; width: 100%; top: 0; border-bottom: 1px solid #f2f2f5; } .rs-table-row.virtualized { pointer-events: none; } @media not all and (min-resolution: 0.001dpcm) { .rs-table-row.virtualized { visibility: hidden; } } .rs-table-row-expanded { position: absolute; height: 46px; bottom: 0; width: 100%; z-index: 4; border-top: 1px solid #f2f2f5; padding: 10px; background: #fff; } .rs-table-hover .rs-table-row:hover .rs-table-cell-group { background: #fff; } .rs-table-hover .rs-table-row:hover .rs-table-cell { background: #fff; } .rs-table-row-header { color: #8e8e93; background: #fff; } .rs-table-row-header .rs-table-cell { background: #fff; } .rs-table-row-header .rs-table-cell-group-shadow { z-index: 5; -webkit-box-shadow: none; box-shadow: none; } .rs-table-row, .rs-table-cell-group, .rs-table-cell { -webkit-transition: background-color 0.3s linear; transition: background-color 0.3s linear; } .rs-table-hover .rs-table-row:not(.rs-table-row-header):hover, .rs-table-hover .rs-table-row:hover .rs-table-cell-group, .rs-table-hover .rs-table-row:hover .rs-table-cell { background: #f2faff; } .rs-table-hover .rs-table-row-header:hover .rs-table-cell-group, .rs-table-hover .rs-table-row-header:hover .rs-table-cell { background: #fff; } .rs-table-header-row-wrapper { z-index: 2; position: relative; } .rs-table-affix-header { z-index: 3; visibility: hidden; } .rs-table-affix-header.fixed { visibility: visible; } .rs-table-body-row-wrapper { position: relative; overflow: hidden; z-index: 0; } .rs-table-body-info { width: 100%; text-align: center; top: 50%; position: absolute; margin-top: -20px; line-height: 40px; } .rs-table-body-info .icon { margin: 0 10px; } .rs-table-body-info-wheel-area { width: 100%; } .rs-table-body-wheel-area { width: 100%; } .rs-table-loader-wrapper { position: absolute; height: 100%; width: 100%; background-color: rgba(255, 255, 255, 0.75); opacity: 0; -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; pointer-events: none; } @media not all and (min-resolution: 0.001dpcm) { .rs-table-loader-wrapper { visibility: hidden; } } .rs-table-loader { width: 100%; text-align: center; top: 50%; position: absolute; margin-top: -20px; line-height: 40px; } .rs-table-loader-icon { width: 18px; height: 18px; display: inline-block; position: relative; margin-left: 12px; padding-top: 3px; } .rs-table-loader-icon::before, .rs-table-loader-icon::after { width: 18px; height: 18px; } .rs-table-loader-icon::before, .rs-table-loader-icon::after { content: ''; position: absolute; right: 0; left: 0; display: block; border-radius: 50%; } .rs-table-loader-icon::before { border: 3px solid rgba(247, 247, 250, 0.8); } .rs-table-loader-icon::after { border-width: 3px; border-style: solid; border-color: #a6a6a6 transparent transparent; -webkit-animation: loaderSpin 0.6s infinite linear; animation: loaderSpin 0.6s infinite linear; } .rs-table-loading .rs-table-loader-wrapper { visibility: visible; opacity: 1; pointer-events: auto; z-index: 1; } .rs-table-cell { height: 36px; border-style: solid; border-width: 0; border-color: #f2f2f5; display: block; overflow: hidden; position: absolute; white-space: normal; background: #fff; } .rs-table-cell.first { border-right-width: 0; } .rs-table-cell-wrap1 { display: table; } .rs-table-cell-wrap2 { display: table-row; } .rs-table-cell-wrap3 { display: table-cell; vertical-align: middle; } .rs-table-cell-content { padding: 13px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .rs-table-cell-header .rs-table-cell-content { padding: 10px 10px; font-size: 12px; line-height: 1.66666667; } .rs-table-cell-header-sort-wrapper { cursor: pointer; margin-right: 5px; display: inline-block; } .rs-table-cell-header-icon-sort { color: #3498ff; font-size: 16px; line-height: 1.66666667; } .rs-table-cell-header-sortable .rs-table-cell-content { cursor: pointer; } .rs-table-column-resize-spanner { height: 36px; width: 3px; z-index: 3; position: absolute; cursor: ew-resize !important; outline: none; border-right: 3px solid #fff; -webkit-box-sizing: content-box; box-sizing: content-box; margin-right: -3px; } .rs-table-column-resize-spanner::after, .rs-table-column-resize-spanner::before { content: ' '; position: absolute; width: 0; height: 0; margin: auto; bottom: 0; top: 0; display: none; } .rs-table-column-resize-spanner::before { border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #3498ff; border-width: 3px; left: 4px; } .rs-table-column-resize-spanner::after { border-style: dashed solid dashed dashed; border-color: transparent #3498ff transparent transparent; border-width: 3px; right: 4px; } .rs-table:not(.rs-table-column-resizing) .rs-table-cell-header .rs-table-cell:hover ~ .rs-table-column-resize-spanner, .rs-table:not(.rs-table-column-resizing) .rs-table-column-resize-spanner:hover { background-color: #3498ff; } .rs-table:not(.rs-table-column-resizing) .rs-table-cell-header .rs-table-cell:hover ~ .rs-table-column-resize-spanner::before, .rs-table:not(.rs-table-column-resizing) .rs-table-column-resize-spanner:hover::before, .rs-table:not(.rs-table-column-resizing) .rs-table-cell-header .rs-table-cell:hover ~ .rs-table-column-resize-spanner::after, .rs-table:not(.rs-table-column-resizing) .rs-table-column-resize-spanner:hover::after { display: block; } .rs-table-cell-group-fixed-right, .rs-table-cell-group-fixed-left { position: absolute; z-index: 4; background: #fff; } .rs-table-cell-group-shadow, .rs-table-cell-group-left-shadow { -webkit-box-shadow: 3px 0 5px rgba(9, 9, 9, 0.08) ; box-shadow: 3px 0 5px rgba(9, 9, 9, 0.08) ; } .rs-table-cell-group-right-shadow { -webkit-box-shadow: -3px 0 5px rgba(9, 9, 9, 0.08) ; box-shadow: -3px 0 5px rgba(9, 9, 9, 0.08) ; } .rs-table-mouse-area { display: none; background: #3498ff; right: -1px; top: 0; position: absolute; width: 1px; z-index: 6; } .rs-table-mouse-area > span { height: 36px; width: 3px; z-index: 3; cursor: ew-resize !important; outline: none; background-color: #3498ff; position: absolute; right: -1.5px; } .rs-table-word-wrap .rs-table-cell-content { white-space: normal; word-break: break-all; } .rs-table-bordered { border: 1px solid #f2f2f5; } .rs-table-cell-bordered .rs-table-cell { border-width: 0 0 0 1px; } .rs-table-column-group { position: absolute; right: 0; left: 0; top: 0; width: 100%; } .rs-table-column-group-header { border-bottom: 1px solid #f2f2f5; position: absolute; width: 100%; } .rs-table-column-group-header-content { display: table-cell; padding: 10px; } .rs-table-column-group-cell { position: absolute; border-left: 1px solid #f2f2f5; } .rs-table-column-group-cell-content { display: table-cell; padding: 10px; } .rs-table-cell-expand-wrapper { margin-left: 10px; display: inline-block; cursor: pointer; } .rs-table-cell-expand-icon { cursor: pointer; outline: none; font-size: 16px; } .rs-table-scrollbar { background: #e5e5ea; position: absolute; -webkit-transition: background 0.1s linear, -webkit-transform 0.1s linear; transition: background 0.1s linear, -webkit-transform 0.1s linear; transition: background 0.1s linear, transform 0.1s linear; transition: background 0.1s linear, transform 0.1s linear, -webkit-transform 0.1s linear; opacity: 0.6; z-index: 1; } .rs-table-scrollbar-hide { display: none; } .rs-table-scrollbar-handle { position: absolute; background-color: #575757; border-radius: 4px; } .rs-table-scrollbar-pressed { z-index: 1; } .rs-table-scrollbar-pressed .rs-table-scrollbar-handle { background-color: #272c36; } .rs-table-scrollbar-horizontal { width: 100%; height: 10px; bottom: 0; } .rs-table-scrollbar-horizontal.fixed { position: fixed; } .rs-table-scrollbar-horizontal .rs-table-scrollbar-handle { height: 8px; left: 0 ; top: 1px; } .rs-table-scrollbar-pressed.rs-table-scrollbar-horizontal:hover, .rs-table-scrollbar-horizontal:hover { -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-transform: scaleY(1.3); transform: scaleY(1.3); } .rs-table-scrollbar-vertical { top: 0; left: 0; width: 10px; bottom: 10px; background-color: rgba(229, 229, 234, 0.4); } .rs-table-scrollbar-vertical .rs-table-scrollbar-handle { min-height: 20px; width: 8px; top: 0; right: 1px; } .rs-table-scrollbar-pressed.rs-table-scrollbar-vertical:hover, .rs-table-scrollbar-vertical:hover { -webkit-transform-origin: left center; transform-origin: left center; -webkit-transform: scaleX(1.3); transform: scaleX(1.3); } .rs-tag { display: inline-block; padding: 2px 8px; background-color: #f7f7fa; color: #575757; border-radius: 6px; font-size: 12px; line-height: 1.66666667; } .rs-tag-closable { padding-left: 25px; position: relative; } .rs-tag .rs-tag-icon-close { position: absolute; font-style: normal; font-family: 'rsuite-icon-font'; cursor: pointer; font-size: 12px; padding: 6px 8px; } .rs-tag-default .rs-tag-icon-close:hover { color: #f44336; } .rs-tag-group { margin: -10px -10px 0 0; } .rs-tag-group > .rs-tag { margin-top: 10px; margin-right: 10px; } .rs-tag + .rs-tag { margin-right: 10px; } .rs-tag-red { color: #fff; background-color: #f44336; } .rs-tag-orange { color: #fff; background-color: #ff9800; } .rs-tag-yellow { color: #fff; background-color: #ffca28; } .rs-tag-green { color: #fff; background-color: #4caf50; } .rs-tag-cyan { color: #fff; background-color: #00bcd4; } .rs-tag-blue { color: #fff; background-color: #2196f3; } .rs-tag-violet { color: #fff; background-color: #673ab7; } .rs-picker-tag:not(.rs-picker-disabled) .rs-picker-toggle { right: 0; cursor: text; } .rs-picker-tag.rs-picker-disabled { cursor: not-allowed; } .rs-picker-tag.rs-picker-disabled .rs-picker-toggle { position: absolute; } .rs-picker-tag .rs-tag { max-width: calc(100% - 6px); vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rs-picker-tag .rs-picker-search-input, .rs-picker-tag .rs-tag { margin-top: 5px; } .rs-picker-tag.rs-picker-has-value .rs-picker-search-input { padding-right: 6px; } .rs-picker-tag .rs-tag, .rs-picker-tag .rs-tag + .rs-tag { margin-right: 6px; } .rs-picker-tag .rs-picker-tag-wrapper { position: relative; z-index: 6; padding-bottom: 5px; } .rs-picker-tag .rs-picker-search, .rs-picker-tag .rs-picker-search-input, .rs-picker-tag .rs-picker-search-input > input { display: inline-block; width: auto; min-width: 14px; } .rs-picker-tag .rs-picker-search-input > input { padding: 0; } .rs-timeline { list-style: none; padding: 0; margin-bottom: 0; direction: rtl; } .rs-timeline-item { position: relative; text-align: right; } .rs-timeline-item:not(:last-child) .rs-timeline-item-content { padding-bottom: 18px; } .rs-timeline-item-dot { position: absolute; top: 5px; } .rs-timeline-item-dot::before { content: ''; display: block; width: 10px; height: 10px; background-color: #d9d9d9; border-radius: 50%; } .rs-timeline-item-custom-dot { text-align: center; } .rs-timeline-item-custom-dot::before { display: none; } .rs-timeline-item-last .rs-timeline-item-dot::before { background-color: #3498ff; } .rs-timeline-item-tail { position: absolute; top: 0; bottom: 0; width: 2px; background-color: #d9d9d9; } .rs-timeline-item:first-child .rs-timeline-item-tail { top: 5px; } .rs-timeline-item:last-child .rs-timeline-item-tail { bottom: auto; height: 15px; } .rs-timeline-endless .rs-timeline-item:last-child .rs-timeline-item-tail { height: auto; min-height: 38px; } .rs-timeline-item:only-child .rs-timeline-item-tail { display: none; } .rs-timeline-align-left .rs-timeline-item-dot { right: 0; } .rs-timeline-align-left .rs-timeline-item-tail { right: 4px; } .rs-timeline-align-left .rs-timeline-item { padding-right: 22px; } .rs-timeline-align-left .rs-timeline-item { padding-right: 22px; } .rs-timeline-align-right .rs-timeline-item-dot { left: 0; } .rs-timeline-align-right .rs-timeline-item-tail { left: 4px; } .rs-timeline-align-right .rs-timeline-item { padding-left: 22px; } .rs-timeline-align-right .rs-timeline-item-content { text-align: left; } .rs-timeline-align-alternate .rs-timeline-item-dot { right: calc(50% - 5px); } .rs-timeline-align-alternate .rs-timeline-item-tail { right: calc(50% - 1px); } .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n) .rs-timeline-item-content { text-align: left; width: calc(50% - 17px); } .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n + 1) { text-align: left; } .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n + 1) .rs-timeline-item-content { display: inline-block; text-align: right; width: calc(50% - 17px); } .rs-timeline-with-time .rs-timeline-item { display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 0; } .rs-timeline-with-time .rs-timeline-item-dot { right: calc(50% - 5px); } .rs-timeline-with-time .rs-timeline-item-tail { right: calc(50% - 1px); } .rs-timeline-with-time .rs-timeline-item-time, .rs-timeline-with-time .rs-timeline-item-content { -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-timeline-with-time .rs-timeline-item-time, .rs-timeline-with-time .rs-timeline-item-content { max-width: 50%; } } .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n), .rs-timeline-with-time.rs-timeline-align-right .rs-timeline-item { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .rs-timeline-with-time.rs-timeline-align-right .rs-timeline-item { padding-left: 0; } .rs-timeline-with-time.rs-timeline-align-left .rs-timeline-item-time { text-align: left; } .rs-timeline-with-time.rs-timeline-align-right .rs-timeline-item-time { text-align: right; } .rs-timeline-with-time.rs-timeline-align-left .rs-timeline-item-time, .rs-timeline-with-time.rs-timeline-align-right .rs-timeline-item-content, .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n + 1) .rs-timeline-item-time, .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n) .rs-timeline-item-content { padding-left: 17px; } .rs-timeline-with-time.rs-timeline-align-left .rs-timeline-item-content, .rs-timeline-with-time.rs-timeline-align-right .rs-timeline-item-time, .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n + 1) .rs-timeline-item-content, .rs-timeline-align-alternate .rs-timeline-item:nth-child(2n) .rs-timeline-item-time { padding-right: 17px; } .rs-btn-toggle { height: 24px; min-width: 44px; border-radius: 12px; position: relative; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; background-color: #d9d9d9; cursor: pointer; -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .rs-btn-toggle::after { width: 18px; height: 18px; right: 3px; top: 3px; border-radius: 9px; } .rs-btn-toggle:active::after { width: 21.6px; } .rs-btn-toggle .rs-btn-toggle-inner { margin-right: 24px; margin-left: 8px; height: 24px; line-height: 2; font-size: 12px; } .rs-btn-toggle .rs-btn-toggle-inner .rs-icon { font-size: 12px; } .rs-btn-toggle.rs-btn-toggle-checked::after { right: 100%; margin-right: -21px; } .rs-btn-toggle.rs-btn-toggle-checked:active::after { margin-right: -24.6px; } .rs-btn-toggle.rs-btn-toggle-checked .rs-btn-toggle-inner { margin-left: 24px; margin-right: 8px; } .rs-btn-toggle:hover { background-color: #c5c6c7; } .rs-btn-toggle::after { content: ''; cursor: pointer; position: absolute; background-color: #fff; -webkit-transition: right 0.2s ease-in-out, margin-right 0.2s ease-in-out, width 0.2s ease-in-out; transition: right 0.2s ease-in-out, margin-right 0.2s ease-in-out, width 0.2s ease-in-out; } .rs-btn-toggle-inner { color: #ffffff; display: block; -webkit-transition: margin 0.2s ease-in-out; transition: margin 0.2s ease-in-out; } .rs-btn-toggle-checked { background-color: #3498ff; } .rs-btn-toggle-checked:hover { background-color: #2589f5; } .rs-btn-toggle-disabled, .rs-btn-toggle-disabled::after { cursor: not-allowed; } .rs-btn-toggle-disabled, .rs-btn-toggle-disabled:hover { background-color: #f7f7fa; } .rs-btn-toggle-disabled.rs-btn-toggle-checked, .rs-btn-toggle-disabled.rs-btn-toggle-checked:hover { background-color: #cce9ff; } .rs-btn-toggle-sm { height: 14px; min-width: 26px; border-radius: 7px; } .rs-btn-toggle-sm::after { width: 10px; height: 10px; right: 2px; top: 2px; border-radius: 5px; } .rs-btn-toggle-sm:active::after { width: 12px; } .rs-btn-toggle-sm .rs-btn-toggle-inner { margin-right: 14px; margin-left: 6px; height: 14px; line-height: 1.4; font-size: 10px; } .rs-btn-toggle-sm .rs-btn-toggle-inner .rs-icon { font-size: 10px; } .rs-btn-toggle-sm.rs-btn-toggle-checked::after { right: 100%; margin-right: -12px; } .rs-btn-toggle-sm.rs-btn-toggle-checked:active::after { margin-right: -14px; } .rs-btn-toggle-sm.rs-btn-toggle-checked .rs-btn-toggle-inner { margin-left: 14px; margin-right: 6px; } .rs-btn-toggle-md { height: 24px; min-width: 44px; border-radius: 12px; } .rs-btn-toggle-md::after { width: 18px; height: 18px; right: 3px; top: 3px; border-radius: 9px; } .rs-btn-toggle-md:active::after { width: 21.6px; } .rs-btn-toggle-md .rs-btn-toggle-inner { margin-right: 24px; margin-left: 8px; height: 24px; line-height: 2; font-size: 12px; } .rs-btn-toggle-md .rs-btn-toggle-inner .rs-icon { font-size: 12px; } .rs-btn-toggle-md.rs-btn-toggle-checked::after { right: 100%; margin-right: -21px; } .rs-btn-toggle-md.rs-btn-toggle-checked:active::after { margin-right: -24.6px; } .rs-btn-toggle-md.rs-btn-toggle-checked .rs-btn-toggle-inner { margin-left: 24px; margin-right: 8px; } .rs-btn-toggle-lg { height: 30px; min-width: 55px; border-radius: 15px; } .rs-btn-toggle-lg::after { width: 22px; height: 22px; right: 4px; top: 4px; border-radius: 11px; } .rs-btn-toggle-lg:active::after { width: 26.4px; } .rs-btn-toggle-lg .rs-btn-toggle-inner { margin-right: 30px; margin-left: 10px; height: 30px; line-height: 2.14285714; font-size: 14px; } .rs-btn-toggle-lg .rs-btn-toggle-inner .rs-icon { font-size: 14px; } .rs-btn-toggle-lg.rs-btn-toggle-checked::after { right: 100%; margin-right: -26px; } .rs-btn-toggle-lg.rs-btn-toggle-checked:active::after { margin-right: -30.4px; } .rs-btn-toggle-lg.rs-btn-toggle-checked .rs-btn-toggle-inner { margin-left: 30px; margin-right: 10px; } .rs-tooltip { position: absolute; z-index: 1070; display: block; font-size: 12px; opacity: 0; line-height: 1.66666667; } .rs-tooltip.fade { -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s ease-out; transition: opacity 0.1s linear, -webkit-transform 0.1s ease-out; transition: opacity 0.1s linear, transform 0.1s ease-out; transition: opacity 0.1s linear, transform 0.1s ease-out, -webkit-transform 0.1s ease-out; } .rs-tooltip.in { opacity: 1; -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s ease-in; transition: opacity 0.15s linear, -webkit-transform 0.15s ease-in; transition: opacity 0.15s linear, transform 0.15s ease-in; transition: opacity 0.15s linear, transform 0.15s ease-in, -webkit-transform 0.15s ease-in; } .rs-tooltip .rs-tooltip-inner { max-width: 250px; padding: 2px 10px; color: #fff; text-align: center; background-color: #272c36; border-radius: 4px; overflow-wrap: break-word; } .rs-tooltip .rs-tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .rs-tooltip[class*='placement-top'] { margin-top: -8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-tooltip[class*='placement-top'].in { -webkit-transform: translate(0, -2px); transform: translate(0, -2px); } .rs-tooltip[class*='placement-top'] .rs-tooltip-arrow { bottom: -6px; margin-right: -6px; border-width: 6px 6px 0; border-top-color: #272c36; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-tooltip[class*='placement-top'] .rs-tooltip-arrow { bottom: -5px; } } @supports (-ms-ime-align: auto) { .rs-tooltip[class*='placement-top'] .rs-tooltip-arrow { bottom: -5px; } } .rs-tooltip[class*='placement-bottom'] { margin-top: 8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-tooltip[class*='placement-bottom'].in { -webkit-transform: translate(0, 2px); transform: translate(0, 2px); } .rs-tooltip[class*='placement-bottom'] .rs-tooltip-arrow { top: -6px; margin-right: -6px; border-width: 0 6px 6px; border-bottom-color: #272c36; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-tooltip[class*='placement-bottom'] .rs-tooltip-arrow { top: -5px; } } @supports (-ms-ime-align: auto) { .rs-tooltip[class*='placement-bottom'] .rs-tooltip-arrow { top: -5px; } } .rs-tooltip[class*='placement-right'] { margin-left: 8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-tooltip[class*='placement-right'].in { -webkit-transform: translate(2px, 0); transform: translate(2px, 0); } .rs-tooltip[class*='placement-right'] .rs-tooltip-arrow { left: -6px; margin-top: -6px; border-width: 6px 6px 6px 0; border-right-color: #272c36; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-tooltip[class*='placement-right'] .rs-tooltip-arrow { left: -5px; } } @supports (-ms-ime-align: auto) { .rs-tooltip[class*='placement-right'] .rs-tooltip-arrow { left: -5px; } } .rs-tooltip[class*='placement-left'] { margin-left: -8px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .rs-tooltip[class*='placement-left'].in { -webkit-transform: translate(-2px, 0); transform: translate(-2px, 0); } .rs-tooltip[class*='placement-left'] .rs-tooltip-arrow { right: -6px; margin-top: -6px; border-width: 6px 0 6px 6px; border-left-color: #272c36; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .rs-tooltip[class*='placement-left'] .rs-tooltip-arrow { right: -5px; } } @supports (-ms-ime-align: auto) { .rs-tooltip[class*='placement-left'] .rs-tooltip-arrow { right: -5px; } } .rs-tooltip.placement-bottom .rs-tooltip-arrow, .rs-tooltip.placement-top .rs-tooltip-arrow { right: 50%; } .rs-tooltip.placement-bottom-start .rs-tooltip-arrow, .rs-tooltip.placement-top-start .rs-tooltip-arrow { right: 10px; } .rs-tooltip.placement-bottom-end .rs-tooltip-arrow, .rs-tooltip.placement-top-end .rs-tooltip-arrow { left: 4px; } .rs-tooltip.placement-right .rs-tooltip-arrow, .rs-tooltip.placement-left .rs-tooltip-arrow { top: 50%; } .rs-tooltip.placement-right-start .rs-tooltip-arrow, .rs-tooltip.placement-left-start .rs-tooltip-arrow { top: 10px; } .rs-tooltip.placement-right-end .rs-tooltip-arrow, .rs-tooltip.placement-left-end .rs-tooltip-arrow { bottom: 4px; } .rs-tree { background-color: #fff; max-height: 360px; height: 100%; overflow-y: auto; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .rs-tree-drag-node-mover { position: absolute; top: -1000px; color: #575757; background: #fff; display: inline-block; margin: 0; padding: 8px 12px; border-radius: 6px; -webkit-box-shadow: 0 1px 8px #00000012; box-shadow: 0 1px 8px #00000012; z-index: 1060; cursor: move; } .rs-tree.rs-tree-virtualized { overflow: hidden; /* stylelint-disable-next-line */ } .rs-tree.rs-tree-virtualized .ReactVirtualized__Grid.ReactVirtualized__List { padding: 0 0 12px 12px; } .rs-tree.rs-tree-virtualized .ReactVirtualized__Grid.ReactVirtualized__List:focus { outline: none; } .rs-tree-node { position: relative; font-size: 0; text-align: right; margin: 0 0 4px 0; } .rs-tree-node-active > .rs-tree-node-label > .rs-tree-node-label-content { font-weight: bold; color: #1675e0; background-color: #f2faff; } .rs-tree-node > .rs-tree-node-label { position: relative; margin: 0; padding-right: 16px; display: inline-block; cursor: pointer; font-size: 14px; line-height: 22px; } .rs-tree-node > .rs-tree-node-label > .rs-tree-node-label-content { padding: 6px 8px 6px 12px; display: inline-block; border-top: 2px solid transparent; border-bottom: 2px solid transparent; } .rs-tree-node > .rs-tree-node-label > .rs-tree-node-label-content:hover { background-color: #f2faff; } .rs-tree-node > .rs-tree-node-label > .rs-tree-node-label-content:focus { background-color: #f2faff; } .rs-tree-node-drag-over { background-color: #f2faff; } .rs-tree-node-dragging { outline: 1px dashed #3498ff; } .rs-tree-node-drag-over-top.rs-tree-node-label-content { border-top: 2px solid #1675e0 !important; } .rs-tree-node-drag-over-top.rs-tree-node-label-content::after { content: ''; position: absolute; top: -2px; right: 12px; width: 0; height: 0; border-right: 6px solid #1675e0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; } .rs-tree-node-drag-over-bottom.rs-tree-node-label-content { border-bottom: 2px solid #1675e0 !important; } .rs-tree-node-drag-over-bottom.rs-tree-node-label-content::after { content: ''; position: absolute; bottom: -2px; right: 12px; width: 0; height: 0; border-right: 6px solid #1675e0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; } .rs-tree-node-drag-disabled.rs-tree-node-label-content { cursor: not-allowed; } .rs-tree-node-disabled { color: #c5c6c7; cursor: not-allowed; } .rs-tree-node-disabled > .rs-tree-node-label > .rs-tree-node-label-content { cursor: not-allowed; } .rs-tree-node-disabled > .rs-tree-node-label > .rs-tree-node-label-content, .rs-tree-node-disabled > .rs-tree-node-label > .rs-tree-node-label-content:hover { background: transparent; } .rs-tree-node-disabled.rs-tree-node-active > .rs-tree-node-label > .rs-tree-node-label-content, .rs-tree-node-disabled.rs-tree-node-active > .rs-tree-node-label > .rs-tree-node-label-content:hover { color: #a6d7ff; } .rs-tree-node:not(.rs-tree-node-disabled):focus > .rs-tree-node-label > .rs-tree-node-label-content { background-color: #f2faff; } .rs-tree-node:not(.rs-tree-node-disabled) > .rs-tree-node-label:focus > .rs-tree-node-label-content { background-color: #f2faff; } .rs-tree-node-expand-icon-wrapper { display: inline-block; position: absolute; cursor: pointer; z-index: 1; } .rs-tree-node-expand-icon-wrapper > .rs-tree-node-expand-icon { display: inline-block; padding: 8px 0; padding-left: 8px; height: 36px; font-size: 16px; line-height: 22px; -webkit-transform: rotate(90deg) translateX(-13px) translateY(-15px) ; transform: rotate(90deg) translateX(-13px) translateY(-15px) ; -webkit-transform-origin: 1.5px 14px; transform-origin: 1.5px 14px; margin-top: 6px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .rs-tree-open > .rs-tree-node .rs-tree-node-expand-icon-wrapper > .rs-tree-node-expand-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); margin-right: 0; margin-top: 0; } .rs-tree-node-expand-icon-wrapper > .rs-tree-node-expanded { -webkit-transform: rotate(0deg); transform: rotate(0deg); margin-right: 0; margin-top: 0; } .rs-tree-node-expand-icon-wrapper > .rs-tree-node-custom-icon, .rs-tree-node-expand-icon-wrapper > .rs-tree-node-loading-icon { width: 14px; height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; } .rs-tree-node-children > .rs-tree-children { display: none; } .rs-tree-open.rs-tree-node-children > .rs-tree-children { display: block; } .rs-picker-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .rs-picker-menu.rs-tree-menu { padding-top: 12px; } .rs-picker-menu.rs-tree-menu .rs-picker-search-bar { padding-top: 0; } .rs-picker-menu .rs-tree { padding: 0 0 12px 12px; } .rs-picker-menu .rs-tree.rs-tree-virtualized { padding: 0; } .rs-picker-menu .rs-tree-node { margin: 0; } .rs-picker-menu .rs-tree-node > .rs-tree-node-label > .rs-tree-node-label-content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; display: block; line-height: 20px; } [dir='rtl'] .rs-tree-node-expand-icon-wrapper { right: 0; padding-right: inherit; background: #fff; } /* stylelint-disable */ [dir='rtl'] .ReactVirtualized__Grid__innerScrollContainer .rs-tree-node > .rs-tree-node-label::before { display: none; } /* stylelint-enable */ .rs-uploader-trigger input[type='file'] { position: absolute !important; clip: rect(1px 1px 1px 1px); } .rs-uploader-trigger-disabled { opacity: 0.3; } .rs-uploader-trigger-disabled .rs-uploader-trigger-btn { cursor: not-allowed !important; } .rs-uploader-file-item-disabled { opacity: 0.3; cursor: not-allowed; } .rs-uploader-picture .rs-uploader-file-item-disabled .rs-uploader-file-item-status { cursor: not-allowed; } .rs-uploader-file-item-disabled .rs-uploader-file-item-btn-remove { display: none; } .rs-uploader-file-item-icon-reupload { cursor: pointer; margin-right: 10px; color: #575757; font-size: 12px; } .rs-uploader-text .rs-uploader-file-items { margin-top: 10px; } .rs-uploader-text .rs-uploader-file-item { padding: 8px 36px 8px 30px; position: relative; -webkit-transition: 0.3s linear background-color; transition: 0.3s linear background-color; } .rs-uploader-text .rs-uploader-file-item:hover { background-color: #f7f7fa; } .rs-uploader-text .rs-uploader-file-item-icon-wrapper { position: absolute; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 8px; right: 12px; width: 20px; height: 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon { width: 18px; height: 18px; } .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before, .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { width: 18px; height: 18px; } .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before, .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { content: ''; position: absolute; right: 0; left: 0; display: block; border-radius: 50%; } .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before { border: 3px solid rgba(247, 247, 250, 0.8); } .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { border-width: 3px; border-style: solid; border-color: #a6a6a6 transparent transparent; -webkit-animation: loaderSpin 0.6s infinite linear; animation: loaderSpin 0.6s infinite linear; } .rs-uploader-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon > svg { display: none; } .rs-uploader-text .rs-uploader-file-item-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .rs-uploader-text .rs-uploader-file-item-content, .rs-uploader-text .rs-uploader-file-item-content > a { color: #575757; -webkit-transition: color 0.3s; transition: color 0.3s; } .rs-uploader-text .rs-uploader-file-item-content > a:hover, .rs-uploader-text .rs-uploader-file-item-content > a:focus { text-decoration: none; } .rs-uploader-text .rs-uploader-file-item-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .rs-uploader-text .rs-uploader-file-item-size { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; color: #8e8e93; padding: 0 8px; } .rs-uploader-text .rs-uploader-file-item-status { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .rs-uploader-text .rs-uploader-file-item-status > a, .rs-uploader-text .rs-uploader-file-item-status > a:hover, .rs-uploader-text .rs-uploader-file-item-status > a:focus, .rs-uploader-text .rs-uploader-file-item-status > a:active { text-decoration: none; } .rs-uploader-text .rs-uploader-file-item-btn-remove { position: absolute; font-size: 12px; top: 12px; left: 12px; color: #8e8e93; cursor: pointer; padding: 0; } .rs-uploader-text .rs-uploader-file-item-btn-remove:hover, .rs-uploader-text .rs-uploader-file-item-btn-remove:focus { text-decoration: none; } .rs-uploader-text .rs-uploader-file-item-panel { position: relative; } .rs-uploader-text .rs-uploader-file-item-progress { position: absolute; bottom: 0; width: 100%; right: 0; } .rs-uploader-text .rs-uploader-file-item-progress-bar { height: 2px; background-color: #3498ff; -webkit-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; } .rs-uploader-text .rs-uploader-file-item-has-error .rs-uploader-file-item-content, .rs-uploader-text .rs-uploader-file-item-has-error .rs-uploader-file-item-title { color: #f44336; } .rs-uploader-picture { display: inline-block; } .rs-uploader-picture::before, .rs-uploader-picture::after { content: ' '; display: table; } .rs-uploader-picture::after { clear: both; } .rs-uploader-picture::before, .rs-uploader-picture::after { content: ' '; display: table; } .rs-uploader-picture::after { clear: both; } .rs-uploader-picture .rs-uploader-trigger-btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; outline: 0 !important; white-space: nowrap; border: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* stylelint-disable */ padding: 8px 12px; font-size: 14px; line-height: 1.42857143; /* stylelint-enable */ overflow: hidden; position: relative; -webkit-transition: color 0.2s linear, background-color 0.3s linear; transition: color 0.2s linear, background-color 0.3s linear; color: #8e8e93; background-color: transparent; width: 66px; height: 66px; margin: 0; padding: 0; border: 2px dotted #e5e5ea; border-radius: 6px; margin-top: 10px; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-ghost { padding-top: 7px; padding-bottom: 7px; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon { padding-right: 24px; height: 36px; position: relative; } .rs-btn-ghost.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon { padding-right: 22px; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 44px; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 44px; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 36px; height: 36px; padding: 10px 0; font-size: 14px; line-height: 1.42857143; } .rs-btn-ghost.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon > .rs-icon { width: 34px; height: 34px; padding: 7px 0; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-icon-circle { width: 36px; padding: 8px; } .rs-uploader-picture .rs-uploader-trigger-btn:hover, .rs-uploader-picture .rs-uploader-trigger-btn:focus { color: #575757; text-decoration: none; } .rs-uploader-picture .rs-uploader-trigger-btn:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active { outline: 0; background-image: none; } @media not all and (min-resolution: 0.001dpcm) { .rs-uploader-picture .rs-uploader-trigger-btn { /* stylelint-disable */ -webkit-mask-image: -webkit-radial-gradient(white, black); /* stylelint-enable */ } } .rs-uploader-picture .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple { position: absolute; display: block; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: 0s; transition: 0s; } .rs-uploader-picture .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple-rippling { -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(1); transform: scale(1); opacity: 0; } .rs-uploader-picture .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple-pond { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; right: 0; pointer-events: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn:hover { color: #fff; background: #f7f7fa; } .rs-uploader-picture .rs-uploader-trigger-btn:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn { color: #fff; background-color: #b2b1f0; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn:hover, .rs-uploader-picture .rs-uploader-trigger-btn:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn:focus, .rs-uploader-picture .rs-uploader-trigger-btn:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.focus { color: #fff; background-color: #b2b1f0; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-disabled:active { opacity: 1; } .rs-uploader-picture .rs-uploader-trigger-btn:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn:hover { color: #575757; } .rs-uploader-picture .rs-uploader-trigger-btn:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn { color: #272c36; background-color: #e5e5ea; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn:hover, .rs-uploader-picture .rs-uploader-trigger-btn:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn:focus, .rs-uploader-picture .rs-uploader-trigger-btn:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.focus { color: #272c36; background-color: #e5e5ea; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:hover { color: #fff; background: #f44336; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red { color: #fff; background-color: #eb3626; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.focus { color: #fff; background-color: #eb3626; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-red.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:hover { color: #fff; background: #ff9800; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange { color: #fff; background-color: #f59700; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.focus { color: #fff; background-color: #f59700; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-orange.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:hover { color: #fff; background: #ffca28; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow { color: #fff; background-color: #f5c31d; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.focus { color: #fff; background-color: #f5c31d; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-yellow.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:hover { color: #fff; background: #4caf50; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green { color: #fff; background-color: #37ab3c; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.focus { color: #fff; background-color: #37ab3c; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-green.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:hover { color: #fff; background: #00bcd4; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan { color: #fff; background-color: #00b1cc; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.focus { color: #fff; background-color: #00b1cc; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-cyan.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:hover { color: #fff; background: #2196f3; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue { color: #fff; background-color: #1787e8; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.focus { color: #fff; background-color: #1787e8; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-blue.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-loading:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-loading:not(.rs-btn-disabled):hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-loading:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-loading:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-loading:hover:active { color: #8e8e93; background-color: transparent; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:hover { color: #fff; background: #673ab7; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-active, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet { color: #fff; background-color: #5f2bb3; background-image: none; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:active:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-active:hover, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:active:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-active:focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet:active.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-active.focus, .rs-open > .rs-dropdown-toggle.rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.focus { color: #fff; background-color: #5f2bb3; } .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-disabled, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-disabled:hover, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-disabled:focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-disabled.focus, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-disabled:active, .rs-uploader-picture .rs-uploader-trigger-btn.rs-btn-violet.rs-btn-disabled:hover:active { color: #c5c6c7; background: none; } .rs-uploader-picture .rs-uploader-trigger-btn:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-picture .rs-uploader-trigger.rs-uploader-trigger-disabled .rs-uploader-trigger-btn { color: #8e8e93 !important; background-color: transparent !important; } .rs-uploader-picture .rs-uploader-trigger.rs-uploader-trigger-disabled .rs-uploader-trigger-btn::after { display: none; } .rs-uploader-picture .rs-uploader-trigger, .rs-uploader-picture .rs-uploader-file-item { float: right; } .rs-uploader-picture .rs-uploader-file-items { display: inline; } .rs-uploader-picture .rs-uploader-file-item { width: 66px; height: 66px; overflow: hidden; background-color: #d9d9d9; border-radius: 6px; position: relative; margin-top: 10px; margin-left: 10px; } .rs-uploader-picture .rs-uploader-file-item-preview { position: relative; height: 66px; vertical-align: middle; text-align: center; z-index: 1; } .rs-uploader-picture .rs-uploader-file-item-preview > img { width: 100%; height: auto; } @supports ((-o-object-fit: cover) or (object-fit: cover)) { .rs-uploader-picture .rs-uploader-file-item-preview > img { height: 100%; -o-object-fit: cover; object-fit: cover; } } .rs-uploader-picture .rs-uploader-file-item-status { position: absolute; top: 0; right: 0; width: 66px; height: 66px; text-align: center; z-index: 3; background-color: rgba(255, 255, 255, 0.8); cursor: default; color: #f44336; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .rs-uploader-picture .rs-uploader-file-item-status > span { white-space: nowrap; } .rs-uploader-picture .rs-uploader-file-item-status > a:hover { text-decoration: none; } .rs-uploader-picture .rs-uploader-file-item-icon-wrapper { display: none; } .rs-uploader-picture .rs-uploader-file-item-btn-remove { color: #8e8e93; cursor: pointer; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; line-height: 24px; text-align: center; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; visibility: hidden; opacity: 0; -webkit-transition: 0.2s opacity; transition: 0.2s opacity; z-index: 4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 0; } .rs-uploader-picture .rs-uploader-file-item-btn-remove:hover, .rs-uploader-picture .rs-uploader-file-item-btn-remove:focus { text-decoration: none; } .rs-uploader-picture .rs-uploader-file-item:hover .rs-uploader-file-item-btn-remove { opacity: 1; visibility: visible; } .rs-uploader-picture .rs-uploader-file-item-icon-loading { display: block; width: 66px; height: 66px; line-height: 66px; background-color: rgba(255, 255, 255, 0.8); position: absolute; top: 0; right: 0; z-index: 2; text-align: center; } .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon { width: 18px; height: 18px; display: inline-block; position: relative; } .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before, .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { width: 18px; height: 18px; } .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before, .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { content: ''; position: absolute; right: 0; left: 0; display: block; border-radius: 50%; } .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before { border: 3px solid rgba(247, 247, 250, 0.8); } .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { border-width: 3px; border-style: solid; border-color: #a6a6a6 transparent transparent; -webkit-animation: loaderSpin 0.6s infinite linear; animation: loaderSpin 0.6s infinite linear; } .rs-uploader-picture .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon > svg { display: none; } .rs-uploader-picture .rs-uploader-file-item-icon-reupload { margin-right: 0; display: block; } .rs-uploader-text .rs-uploader-trigger-btn, .rs-uploader-picture-text .rs-uploader-trigger-btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; outline: 0 !important; white-space: nowrap; border: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* stylelint-disable */ padding: 8px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 6px; /* stylelint-enable */ color: #575757; background: #f7f7fa; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-ghost, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-ghost { padding-top: 7px; padding-bottom: 7px; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon { padding-right: 24px; height: 36px; position: relative; } .rs-btn-ghost.rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon, .rs-btn-ghost.rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon { padding-right: 22px; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-left { padding-right: 44px; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right { padding-right: 12px; padding-left: 44px; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon.rs-btn-icon-with-text.rs-btn-icon-placement-right > .rs-icon { right: auto; left: 0; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon > .rs-icon, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon > .rs-icon { position: absolute; top: 0; right: 0; display: block; width: 36px; height: 36px; padding: 10px 0; font-size: 14px; line-height: 1.42857143; } .rs-btn-ghost.rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon > .rs-icon, .rs-btn-ghost.rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon > .rs-icon { width: 34px; height: 34px; padding: 7px 0; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon > .rs-iconsvg, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon > .rs-iconsvg { vertical-align: middle; } .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-icon-circle, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-icon-circle { width: 36px; padding: 8px; } .rs-uploader-text .rs-uploader-trigger-btn:hover, .rs-uploader-picture-text .rs-uploader-trigger-btn:hover, .rs-uploader-text .rs-uploader-trigger-btn:focus, .rs-uploader-picture-text .rs-uploader-trigger-btn:focus { color: #575757; text-decoration: none; } .rs-uploader-text .rs-uploader-trigger-btn:active, .rs-uploader-picture-text .rs-uploader-trigger-btn:active, .rs-uploader-text .rs-uploader-trigger-btn.rs-btn-active, .rs-uploader-picture-text .rs-uploader-trigger-btn.rs-btn-active { outline: 0; background-image: none; } .rs-uploader-text .rs-uploader-trigger-btn:focus, .rs-uploader-picture-text .rs-uploader-trigger-btn:focus { -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); box-shadow: 0 0 0 3px rgba(52, 152, 255, 0.25); } .rs-uploader-text .rs-uploader-trigger-disabled .rs-uploader-trigger-btn, .rs-uploader-picture-text .rs-uploader-trigger-disabled .rs-uploader-trigger-btn { cursor: not-allowed; } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn { overflow: hidden; position: relative; } @media not all and (min-resolution: 0.001dpcm) { .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn { /* stylelint-disable */ -webkit-mask-image: -webkit-radial-gradient(white, black); /* stylelint-enable */ } } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple { position: absolute; display: block; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: scale(0); transform: scale(0); -webkit-transition: 0s; transition: 0s; } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple-rippling, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple-rippling { -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform: scale(1); transform: scale(1); opacity: 0; } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple-pond, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:not(.rs-btn-disabled) .rs-ripple-pond { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; right: 0; pointer-events: none; } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:focus, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:focus, .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.focus, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.focus { color: #575757; background-color: #e5e5ea; } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:hover, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:hover { color: #575757; background-color: #e5e5ea; } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active, .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active { color: #575757; background-color: #d9d9d9; background-image: none; } .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active:hover, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active:hover, .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active:hover, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active:hover, .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active:focus, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active:focus, .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active:focus, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active:focus, .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active.focus, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:active.focus, .rs-uploader-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active.focus, .rs-uploader-picture-text .rs-uploader-trigger:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn.rs-btn-active.focus { color: #575757; background-color: #d9d9d9; } .rs-uploader-picture-text .rs-uploader-file-item { position: relative; height: 50px; padding-right: 50px; margin-top: 10px; padding-left: 30px; border: 1px solid #d9d9d9; border-radius: 6px; overflow: hidden; -webkit-transition: 0.3s linear background-color; transition: 0.3s linear background-color; } .rs-uploader-picture-text .rs-uploader-file-item:hover { background-color: #f7f7fa; } .rs-uploader-picture-text .rs-uploader-file-item-icon-wrapper { display: none; } .rs-uploader-picture-text .rs-uploader-file-item-preview { position: absolute; right: 0; top: 0; width: 50px; height: 50px; vertical-align: middle; text-align: center; background-color: #d9d9d9; overflow: hidden; border-radius: 0 6px 6px 0; } .rs-uploader-picture-text .rs-uploader-file-item-preview > img { width: 100%; height: auto; } @supports ((-o-object-fit: cover) or (object-fit: cover)) { .rs-uploader-picture-text .rs-uploader-file-item-preview > img { height: 100%; -o-object-fit: cover; object-fit: cover; } } .rs-uploader-picture-text .rs-uploader-file-item-content { padding: 5px 12px; } .rs-uploader-picture-text .rs-uploader-file-item-content .rs-uploader-file-item-title, .rs-uploader-picture-text .rs-uploader-file-item-content .rs-uploader-file-item-size { display: block; } .rs-uploader-picture-text .rs-uploader-file-item-content .rs-uploader-file-item-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; color: #575757; } .rs-uploader-picture-text .rs-uploader-file-item-content .rs-uploader-file-item-title:hover, .rs-uploader-picture-text .rs-uploader-file-item-content .rs-uploader-file-item-title:focus { text-decoration: none; cursor: default; } .rs-uploader-picture-text .rs-uploader-file-item-content .rs-uploader-file-item-size { color: #8e8e93; } .rs-uploader-picture-text .rs-uploader-file-item-btn-remove { position: absolute; top: 0; left: 12px; color: #8e8e93; cursor: pointer; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; } .rs-uploader-picture-text .rs-uploader-file-item-btn-remove:hover, .rs-uploader-picture-text .rs-uploader-file-item-btn-remove:focus { text-decoration: none; } .rs-uploader-picture-text .rs-uploader-file-item-progress { position: absolute; bottom: 0; width: 100%; right: 0; padding-right: 50px; } .rs-uploader-picture-text .rs-uploader-file-item-progress-bar { height: 2px; background-color: #3498ff; -webkit-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; } .rs-uploader-picture-text .rs-uploader-file-item-icon-loading { position: absolute; top: 0; right: 0; display: block; width: 50px; height: 50px; z-index: 1; background-color: rgba(255, 255, 255, 0.8); text-align: center; line-height: 50px; } .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon { width: 18px; height: 18px; display: inline-block; position: relative; } .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before, .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { width: 18px; height: 18px; } .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before, .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { content: ''; position: absolute; right: 0; left: 0; display: block; border-radius: 50%; } .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::before { border: 3px solid rgba(247, 247, 250, 0.8); } .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon::after { border-width: 3px; border-style: solid; border-color: #a6a6a6 transparent transparent; -webkit-animation: loaderSpin 0.6s infinite linear; animation: loaderSpin 0.6s infinite linear; } .rs-uploader-picture-text .rs-uploader-file-item-icon-loading .rs-uploader-file-item-icon > svg { display: none; } .rs-uploader-picture-text .rs-uploader-file-item-has-error .rs-uploader-file-item-size { display: none; } .rs-uploader-picture-text .rs-uploader-file-item-has-error .rs-uploader-file-item-title, .rs-uploader-picture-text .rs-uploader-file-item-has-error .rs-uploader-file-item-status { display: block; color: #f44336; } .rs-uploader-picture-text .rs-uploader-file-item-has-error .rs-uploader-file-item-title a, .rs-uploader-picture-text .rs-uploader-file-item-has-error .rs-uploader-file-item-status a, .rs-uploader-picture-text .rs-uploader-file-item-has-error .rs-uploader-file-item-title a:hover, .rs-uploader-picture-text .rs-uploader-file-item-has-error .rs-uploader-file-item-status a:hover { text-decoration: none; } .rs-uploader-draggable .rs-uploader-trigger-customize .rs-uploader-trigger-btn { display: block; background: #fff; border: 1px dashed #e5e5ea; } .rs-uploader-draggable .rs-uploader-trigger.rs-uploader-trigger-customize:not(.rs-uploader-trigger-disabled) .rs-uploader-trigger-btn:hover, .rs-uploader-draggable .rs-uploader-trigger-drag-over .rs-uploader-trigger-btn.rs-uploader-trigger-customize { border-color: #3498ff; } .rs-uploader-draggable .rs-uploader-trigger-disabled { cursor: not-allowed; } .rs-uploader-draggable .rs-uploader-trigger-disabled .rs-uploader-trigger-btn { pointer-events: none; } .rs-rate { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: #ffca28; list-style: none; vertical-align: middle; margin: 0; padding: 0; } .rs-rate-character { position: relative; margin-left: 10px; padding: 3px 0; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .rs-rate-character-before { position: absolute; width: 50%; height: 100%; overflow: hidden; opacity: 0; } .rs-rate-character-after { color: #e5e5ea; -webkit-filter: grayscale(1); filter: grayscale(1); } .rs-rate-character-before, .rs-rate-character-after { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 1; } .rs-rate-character-before > .rs-icon, .rs-rate-character-after > .rs-icon { font-size: inherit; } .rs-rate-character-half .rs-rate-character-before { opacity: 1; -webkit-filter: none; filter: none; } .rs-rate-character-full .rs-rate-character-after { color: inherit; -webkit-filter: none; filter: none; } .rs-rate-character-vertical { width: 100%; height: 50%; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; bottom: 3px; } .rs-rate:not(.rs-rate-readonly).rs-rate:not(.rs-rate-disabled) .rs-rate-character:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } .rs-rate:not(.rs-rate-readonly).rs-rate:not(.rs-rate-disabled) .rs-rate-character:active { -webkit-transform: scale(1); transform: scale(1); } .rs-rate-disabled { opacity: 0.3; outline: none; } .rs-rate-disabled .rs-rate-character { cursor: not-allowed; } .rs-rate-readonly .rs-rate-character { cursor: default; pointer-events: none; } .rs-rate-red { color: #f44336; } .rs-rate-orange { color: #ff9800; } .rs-rate-yellow { color: #ffca28; } .rs-rate-green { color: #4caf50; } .rs-rate-cyan { color: #00bcd4; } .rs-rate-blue { color: #2196f3; } .rs-rate-violet { color: #673ab7; } .rs-rate-xs { font-size: 18px; } .rs-rate-xs .rs-rate-character { width: 18px; height: 24px; } .rs-rate-xs .rs-icon { position: absolute; height: 1em; width: 1em; } .rs-rate-sm { font-size: 24px; } .rs-rate-sm .rs-rate-character { width: 24px; height: 30px; } .rs-rate-sm .rs-icon { position: absolute; height: 1em; width: 1em; } .rs-rate-md { font-size: 30px; } .rs-rate-md .rs-rate-character { width: 30px; height: 36px; } .rs-rate-md .rs-icon { position: absolute; height: 1em; width: 1em; } .rs-rate-lg { font-size: 36px; } .rs-rate-lg .rs-rate-character { width: 36px; height: 42px; } .rs-rate-lg .rs-icon { position: absolute; height: 1em; width: 1em; } .rs-toast { pointer-events: auto; } .rs-toast-container { position: fixed; z-index: 1080; pointer-events: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .rs-toast-container .rs-toast:not(.rs-notification) { -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(0, 0, 0, 0.06); } .rs-toast-container .rs-toast-fade-entered, .rs-toast-container .rs-toast-fade-exiting { -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .rs-toast-container .rs-toast-fade-entered { -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-timing-function: cubic-bezier(0.99, 0.44, 0.44, 1.35); animation-timing-function: cubic-bezier(0.99, 0.44, 0.44, 1.35); } .rs-toast-container .rs-toast-fade-exited, .rs-toast-container .rs-toast-fade-entering { opacity: 0; } .rs-toast-container .rs-toast-fade-exited { -webkit-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); max-height: 0; overflow: hidden; } .rs-toast-container-top-center, .rs-toast-container-bottom-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; } .rs-toast-container-top-center .rs-toast-fade-entered, .rs-toast-container-bottom-center .rs-toast-fade-entered { -webkit-animation-name: notificationMoveIn; animation-name: notificationMoveIn; } .rs-toast-container-bottom-start, .rs-toast-container-top-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; right: 24px; } .rs-toast-container-bottom-start .rs-toast-fade-entered, .rs-toast-container-top-start .rs-toast-fade-entered { margin-right: auto; -webkit-animation-name: notificationMoveInLeft; animation-name: notificationMoveInLeft; } .rs-toast-container-bottom-end, .rs-toast-container-top-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; left: 24px; } .rs-toast-container-bottom-end .rs-toast-fade-entered, .rs-toast-container-top-end .rs-toast-fade-entered { margin-right: auto; -webkit-animation-name: notificationMoveInRight; animation-name: notificationMoveInRight; } .rs-toast-container-top-center, .rs-toast-container-top-start, .rs-toast-container-top-end { top: 24px; } .rs-toast-container-bottom-center, .rs-toast-container-bottom-start, .rs-toast-container-bottom-end { bottom: 24px; } .rs-toast-container .rs-toast-fade-exiting { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: cubic-bezier(0.64, 0.65, 0.57, 1.13); animation-timing-function: cubic-bezier(0.64, 0.65, 0.57, 1.13); -webkit-animation-name: notificationMoveOut; animation-name: notificationMoveOut; } .rs-btn-close { background: transparent; position: absolute; top: 0; left: 0; padding: 8px 8px 0; font-size: 12px; line-height: 1; border: none; outline: none !important; cursor: pointer; }
cdnjs/cdnjs
ajax/libs/rsuite/5.0.0-alpha.8/styles/rsuite-default-rtl.css
CSS
mit
564,427
/* * Copyright Siemens AG, 2013-2015. Part of the SW360 Portal Project. * * SPDX-License-Identifier: EPL-1.0 * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ table { width: 900px; margin-top: 3%; margin-left: 2%; background-color: #f8f7f7; border-bottom: 1px solid #66c1c2; } td { font-size: 12px; font-family: Arial; /*min-width: 200px;*/ } th { font-size: 12px; font-family: Arial; text-align: left; min-height: 20px; verticalAlign: middle; } tr { min-height: 30px; } .typePic { vertical-align: middle; line-height: 50px; } div.content1 { padding: 0px; float: left; left: 3%; top: 90px; width: 20%; /*margin-right:3%;*/ overflow: auto; } div.content2 { padding: 0px; float: right; position: relative; width: 80%; } div.SW360content1 { padding: 0px; float:left; left: 3%; top: 90px; width: 20%; margin-right:2%; overflow: auto; } div.SW360content2 { padding: 0px; float:right; min-height:500px; left: 25%; top: 90px; width: 78%; /*margin-right:3%;*/ overflow: auto; } div.SW360full { padding: 0px; min-height:500px; top: 90px; overflow: auto; width: 100%; } label { display: block; }
siemens/sw360portal
frontend/sw360-portlet/src/main/webapp/css/search.css
CSS
gpl-2.0
1,647
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_09) on Sun Sep 04 19:18:58 CDT 2005 --> <TITLE> Uses of Class com.anji.tournament.PlayerResults (ANJI API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class com.anji.tournament.PlayerResults (ANJI API)"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PlayerResults.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.anji.tournament.PlayerResults</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.anji.gomoku"><B>com.anji.gomoku</B></A></TD> <TD><code>com.anji.gomoku</code> contains classes to handle Go-Moku (see <a href="http://www.gamerz.net/pbmserv/gomoku.html">Gamerz.net</a> for rules).&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.anji.roshambo"><B>com.anji.roshambo</B></A></TD> <TD><code>com.anji.roshambo</code> contains classes to implement the game of <a href="http://en.wikipedia.org/wiki/Roshambo">roshambo</a>, also commonly known as rock-scissors-paper.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.anji.tournament"><B>com.anji.tournament</B></A></TD> <TD><code>com.anji.tournament</code> contains classes to handle tournaments and games.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.anji.ttt"><B>com.anji.ttt</B></A></TD> <TD><code>com.anji.ttt</code> contains classes to handle Tic-Tac-Toe (see <a href="http://yahooligans.yahoo.com/content/games/rules/tictactoe/tichistory.html">Yahooligans</a> for rules).&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.anji.gomoku"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A> in <A HREF="../../../../com/anji/gomoku/package-summary.html">com.anji.gomoku</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../com/anji/gomoku/package-summary.html">com.anji.gomoku</A> with parameters of type <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/anji/tournament/GameResults.html" title="class in com.anji.tournament">GameResults</A></CODE></FONT></TD> <TD><CODE><B>GomokuGame.</B><B><A HREF="../../../../com/anji/gomoku/GomokuGame.html#play(com.anji.tournament.PlayerResults, com.anji.tournament.PlayerResults)">play</A></B>(<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;contestantResults, <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;opponentResults)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.anji.roshambo"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A> in <A HREF="../../../../com/anji/roshambo/package-summary.html">com.anji.roshambo</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../com/anji/roshambo/package-summary.html">com.anji.roshambo</A> with parameters of type <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/anji/tournament/GameResults.html" title="class in com.anji.tournament">GameResults</A></CODE></FONT></TD> <TD><CODE><B>RoshamboGame.</B><B><A HREF="../../../../com/anji/roshambo/RoshamboGame.html#play(com.anji.tournament.PlayerResults, com.anji.tournament.PlayerResults)">play</A></B>(<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;playerOneResults, <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;playerTwoResults)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.anji.tournament"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A> in <A HREF="../../../../com/anji/tournament/package-summary.html">com.anji.tournament</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Fields in <A HREF="../../../../com/anji/tournament/package-summary.html">com.anji.tournament</A> declared as <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></CODE></FONT></TD> <TD><CODE><B>SimpleTournament.PlayerPair.</B><B><A HREF="../../../../com/anji/tournament/SimpleTournament.PlayerPair.html#contestant">contestant</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;main contestant</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></CODE></FONT></TD> <TD><CODE><B>SimpleTournament.PlayerPair.</B><B><A HREF="../../../../com/anji/tournament/SimpleTournament.PlayerPair.html#opponent">opponent</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;opponent</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../com/anji/tournament/package-summary.html">com.anji.tournament</A> with parameters of type <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/anji/tournament/GameResults.html" title="class in com.anji.tournament">GameResults</A></CODE></FONT></TD> <TD><CODE><B>IteratedGame.</B><B><A HREF="../../../../com/anji/tournament/IteratedGame.html#play(com.anji.tournament.PlayerResults, com.anji.tournament.PlayerResults)">play</A></B>(<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;contestantResults, <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;opponentResults)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/anji/tournament/GameResults.html" title="class in com.anji.tournament">GameResults</A></CODE></FONT></TD> <TD><CODE><B>Game.</B><B><A HREF="../../../../com/anji/tournament/Game.html#play(com.anji.tournament.PlayerResults, com.anji.tournament.PlayerResults)">play</A></B>(<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;contestantResults, <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;opponentResults)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Constructors in <A HREF="../../../../com/anji/tournament/package-summary.html">com.anji.tournament</A> with parameters of type <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/anji/tournament/TournamentPlayerResults.html#TournamentPlayerResults(com.anji.tournament.PlayerResults, int, int)">TournamentPlayerResults</A></B>(<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;aPlayerResults, int&nbsp;aRank, int&nbsp;aTournamentScore)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.anji.ttt"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A> in <A HREF="../../../../com/anji/ttt/package-summary.html">com.anji.ttt</A></FONT></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Methods in <A HREF="../../../../com/anji/ttt/package-summary.html">com.anji.ttt</A> with parameters of type <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/anji/tournament/GameResults.html" title="class in com.anji.tournament">GameResults</A></CODE></FONT></TD> <TD><CODE><B>TttGame.</B><B><A HREF="../../../../com/anji/ttt/TttGame.html#play(com.anji.tournament.PlayerResults, com.anji.tournament.PlayerResults)">play</A></B>(<A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;contestantResults, <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A>&nbsp;opponentResults)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PlayerResults.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
nezbo/neat4speed2
docs/javadoc/com/anji/tournament/class-use/PlayerResults.html
HTML
gpl-2.0
16,707
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2016 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being "Free Software" and "Free Software Needs Free Documentation", with the Front-Cover Texts being "A GNU Manual," and with the Back-Cover Texts as in (a) below. (a) The FSF's Back-Cover Text is: "You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom." --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>Debugging with GDB: Breakpoints</title> <meta name="description" content="Debugging with GDB: Breakpoints"> <meta name="keywords" content="Debugging with GDB: Breakpoints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Stopping.html#Stopping" rel="up" title="Stopping"> <link href="Set-Breaks.html#Set-Breaks" rel="next" title="Set Breaks"> <link href="Stopping.html#Stopping" rel="prev" title="Stopping"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Breakpoints"></a> <div class="header"> <p> Next: <a href="Continuing-and-Stepping.html#Continuing-and-Stepping" accesskey="n" rel="next">Continuing and Stepping</a>, Up: <a href="Stopping.html#Stopping" accesskey="u" rel="up">Stopping</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Breakpoints_002c-Watchpoints_002c-and-Catchpoints"></a> <h3 class="section">5.1 Breakpoints, Watchpoints, and Catchpoints</h3> <a name="index-breakpoints"></a> <p>A <em>breakpoint</em> makes your program stop whenever a certain point in the program is reached. For each breakpoint, you can add conditions to control in finer detail whether your program stops. You can set breakpoints with the <code>break</code> command and its variants (see <a href="Set-Breaks.html#Set-Breaks">Setting Breakpoints</a>), to specify the place where your program should stop by line number, function name or exact address in the program. </p> <p>On some systems, you can set breakpoints in shared libraries before the executable is run. </p> <a name="index-watchpoints"></a> <a name="index-data-breakpoints"></a> <a name="index-memory-tracing"></a> <a name="index-breakpoint-on-memory-address"></a> <a name="index-breakpoint-on-variable-modification"></a> <p>A <em>watchpoint</em> is a special breakpoint that stops your program when the value of an expression changes. The expression may be a value of a variable, or it could involve values of one or more variables combined by operators, such as &lsquo;<samp>a + b</samp>&rsquo;. This is sometimes called <em>data breakpoints</em>. You must use a different command to set watchpoints (see <a href="Set-Watchpoints.html#Set-Watchpoints">Setting Watchpoints</a>), but aside from that, you can manage a watchpoint like any other breakpoint: you enable, disable, and delete both breakpoints and watchpoints using the same commands. </p> <p>You can arrange to have values from your program displayed automatically whenever <small>GDB</small> stops at a breakpoint. See <a href="Auto-Display.html#Auto-Display">Automatic Display</a>. </p> <a name="index-catchpoints"></a> <a name="index-breakpoint-on-events"></a> <p>A <em>catchpoint</em> is another special breakpoint that stops your program when a certain kind of event occurs, such as the throwing of a C<tt>++</tt> exception or the loading of a library. As with watchpoints, you use a different command to set a catchpoint (see <a href="Set-Catchpoints.html#Set-Catchpoints">Setting Catchpoints</a>), but aside from that, you can manage a catchpoint like any other breakpoint. (To stop when your program receives a signal, use the <code>handle</code> command; see <a href="Signals.html#Signals">Signals</a>.) </p> <a name="index-breakpoint-numbers"></a> <a name="index-numbers-for-breakpoints"></a> <p><small>GDB</small> assigns a number to each breakpoint, watchpoint, or catchpoint when you create it; these numbers are successive integers starting with one. In many of the commands for controlling various features of breakpoints you use the breakpoint number to say which breakpoint you want to change. Each breakpoint may be <em>enabled</em> or <em>disabled</em>; if disabled, it has no effect on your program until you enable it again. </p> <a name="index-breakpoint-ranges"></a> <a name="index-ranges-of-breakpoints"></a> <p>Some <small>GDB</small> commands accept a range of breakpoints on which to operate. A breakpoint range is either a single breakpoint number, like &lsquo;<samp>5</samp>&rsquo;, or two such numbers, in increasing order, separated by a hyphen, like &lsquo;<samp>5-7</samp>&rsquo;. When a breakpoint range is given to a command, all breakpoints in that range are operated on. </p> <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">&bull; <a href="Set-Breaks.html#Set-Breaks" accesskey="1">Set Breaks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Setting breakpoints </td></tr> <tr><td align="left" valign="top">&bull; <a href="Set-Watchpoints.html#Set-Watchpoints" accesskey="2">Set Watchpoints</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Setting watchpoints </td></tr> <tr><td align="left" valign="top">&bull; <a href="Set-Catchpoints.html#Set-Catchpoints" accesskey="3">Set Catchpoints</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Setting catchpoints </td></tr> <tr><td align="left" valign="top">&bull; <a href="Delete-Breaks.html#Delete-Breaks" accesskey="4">Delete Breaks</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Deleting breakpoints </td></tr> <tr><td align="left" valign="top">&bull; <a href="Disabling.html#Disabling" accesskey="5">Disabling</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Disabling breakpoints </td></tr> <tr><td align="left" valign="top">&bull; <a href="Conditions.html#Conditions" accesskey="6">Conditions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Break conditions </td></tr> <tr><td align="left" valign="top">&bull; <a href="Break-Commands.html#Break-Commands" accesskey="7">Break Commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Breakpoint command lists </td></tr> <tr><td align="left" valign="top">&bull; <a href="Dynamic-Printf.html#Dynamic-Printf" accesskey="8">Dynamic Printf</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Dynamic printf </td></tr> <tr><td align="left" valign="top">&bull; <a href="Save-Breakpoints.html#Save-Breakpoints" accesskey="9">Save Breakpoints</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to save breakpoints in a file </td></tr> <tr><td align="left" valign="top">&bull; <a href="Static-Probe-Points.html#Static-Probe-Points">Static Probe Points</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Listing static probe points </td></tr> <tr><td align="left" valign="top">&bull; <a href="Error-in-Breakpoints.html#Error-in-Breakpoints">Error in Breakpoints</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">&ldquo;Cannot insert breakpoints&rdquo; </td></tr> <tr><td align="left" valign="top">&bull; <a href="Breakpoint_002drelated-Warnings.html#Breakpoint_002drelated-Warnings">Breakpoint-related Warnings</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">&ldquo;Breakpoint address adjusted...&rdquo; </td></tr> </table> <hr> <div class="header"> <p> Next: <a href="Continuing-and-Stepping.html#Continuing-and-Stepping" accesskey="n" rel="next">Continuing and Stepping</a>, Up: <a href="Stopping.html#Stopping" accesskey="u" rel="up">Stopping</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> </body> </html>
thanhphat11/android_kernel_xiaomi_msm8996
toolchains/share/doc/gdb/Breakpoints.html
HTML
gpl-2.0
9,653
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> <title>CORE POS - Fannie: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { if ($('.searchresults').length > 0) { searchBox.DOMSearchField().focus(); } }); </script> <link rel="search" href="search-opensearch.php?v=opensearch.xml" type="application/opensearchdescription+xml" title="CORE POS - Fannie"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">CORE POS - Fannie </div> <div id="projectbrief">The CORE POS back end</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.6 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <div class="left"> <form id="FSearchBox" action="search.php" method="get"> <img id="MSearchSelect" src="search/mag.png" alt=""/> <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)"/> </form> </div><div class="right"></div> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">CustomerNotificationsModel Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_customer_notifications_model.html">CustomerNotificationsModel</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$columns</b> (defined in <a class="el" href="class_customer_notifications_model.html">CustomerNotificationsModel</a>)</td><td class="entry"><a class="el" href="class_customer_notifications_model.html">CustomerNotificationsModel</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="class_basic_model.html#aa5bb3c12738e03074a9e2c90420e158e">$currently_normalizing_lane</a></td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$name</b> (defined in <a class="el" href="class_customer_notifications_model.html">CustomerNotificationsModel</a>)</td><td class="entry"><a class="el" href="class_customer_notifications_model.html">CustomerNotificationsModel</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="class_basic_model.html#a4b5fc957344894415b5e86f3ca8c48cf">$normalize_lanes</a></td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_basic_model.html#adf202d3a03b0a2501bd3f0b83bf22d67">__construct</a>($con)</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_basic_model.html#a5e6e34f927fb90831f6ca36a8935eff5">afterNormalize</a>($db_name, $mode)</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>deleteFromLanes</b>() (defined in <a class="el" href="class_basic_model.html">BasicModel</a>)</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>doc</b>() (defined in <a class="el" href="class_customer_notifications_model.html">CustomerNotificationsModel</a>)</td><td class="entry"><a class="el" href="class_customer_notifications_model.html">CustomerNotificationsModel</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_basic_model.html#aa7dd5a31fd19610473446b28e2d63d02">getModels</a>()</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_basic_model.html#a2973605b6ff4f80e7846e301cc91b02d">loadHooks</a>()</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_basic_model.html#af71bad9cde0f24c517b70b94106ca0cf">NORMALIZE_MODE_APPLY</a></td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_basic_model.html#a984e5d160a7f726db726054a46a2d0cc">NORMALIZE_MODE_CHECK</a></td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>normalizeLanes</b>($db_name, $mode=BasicModel::NORMALIZE_MODE_CHECK) (defined in <a class="el" href="class_basic_model.html">BasicModel</a>)</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>pushToLanes</b>() (defined in <a class="el" href="class_basic_model.html">BasicModel</a>)</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_basic_model.html#ab6666102560d876f7734a545decd86c1">setConnectionByName</a>($db_name)</td><td class="entry"><a class="el" href="class_basic_model.html">BasicModel</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Sep 2 2016 11:31:05 for CORE POS - Fannie by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.6 </small></address> </body> </html>
FranklinCoop/IS4C
documentation/doxy/output/fannie/html/class_customer_notifications_model-members.html
HTML
gpl-2.0
7,802
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" href="../support/help.css" charset="ISO-8859-1" type="text/css" /> <title>Define Interface Dialog Box</title> </head> <body> <table bgcolor="#dcdcdc" border="0" cellspacing="0" width="100%"> <tr><td> <p><img src="../images/common/schrodinger_logo.png" align="left" alt="" border="0" hspace="5" vspace="5" /></p> </td></tr> <tr><td> <h1 class="title">Define Interface Dialog Box</h1> </td></tr> </table> <ul> <li><a href="#summary">Summary</a></li> <li><a href="#opening">Opening the <span class="GUI">Define Interface</span> Dialog Box</a></li> <li><a href="#using">Using the <span class="GUI">Define Interface</span> Dialog Box</a></li> <li><a href="#features"><span class="GUI">Define Interface</span> Dialog Box Features</a></li> <li><a href="#links">Related Topics</a></li> </ul> <a name="summary"></a> <h2>Summary</h2> <p>Define the surface that is to be used for the planar interface on which the disordered system is built.</p> <a name="opening"></a> <h2>Opening the Define Interface Dialog Box</h2> <p>To open the <span class="GUI">Define Interface</span> dialog box, you can:</p> <ul> <li><p>Click <span class="GUI">Define Interface</span> in the <span class="GUI">Disordered System Builder</span> panel.</p></li> </ul> <a name="using"></a> <h2>Using the Define Interface Dialog Box</h2> <p>When you choose the plane for the interface, you should make sure that it is on the surface (at least approximately), as no changes are made to the substrate. So if you want a particular crystal plane, for example, you should make sure that the crystal plane is exposed (at the surface) in the structure you choose for your substrate. </p> <p>You can specify a gap on both sides of the disordered system. If they are zero, you will get a &quot;sandwich&quot; system, in which layers of substrate and the amorphous substance alternate and are in contact with each other. Specifying a large gap between the top of the amorphous region and the image of the substrate allows you to simulate a system in 3D that approximates a 2D system. </p> <a name="features"></a> <h2>Define Interface Dialog Box Features</h2> <ul> <li><a href="#feature1"><span class="GUI">Best fit to all atoms</span> option</a></li> <li><a href="#feature2"><span class="GUI">Crystal vector</span> option</a></li> <li><a href="#feature3"><span class="GUI">Choose at least 3 atoms to define the plane</span> option</a></li> <li><a href="#feature4"><span class="GUI">Flip Direction</span> button</a></li> <li><a href="#feature5"><span class="GUI">Buffer between surface and components</span> text box</a></li> <li><a href="#feature6"><span class="GUI">Buffer between components and surface mirror image in the periodic box</span> text box</a></li> <li><a href="#feature7"><span class="GUI">Reset</span> button</a></li> </ul> <dl> <a name="feature1"> <dt><span class="GUI">Best fit to all atoms</span> option</dt> <dd><p>Select this option to define the interface plane as the best fit to all atoms in the structure. As the fitting on its own will place the plane in the middle of the substrate, the plane is moved after fitting so that it rests on the surface of the structure. </p></dd> <a name="feature2"> <dt><span class="GUI">Crystal vector</span> option</dt> <dd><p>Select this option to define the interface as the plane that is perpendicular to one of the crystal vectors and at the surface of the substrate, and select the vector (<span class="GUI">a</span>, <span class="GUI">b</span>, or <span class="GUI">c</span>). </p></dd> <a name="feature3"> <dt><span class="GUI">Choose at least 3 atoms to define the plane</span> option</dt> <dd><p>Define the interface plane as the best fit to the chosen atoms. Select <span class="GUI">Pick</span> and pick the atoms in the Workspace. The plane is fit to the atoms as you pick, after the third atom is picked, and the plane and arrow marker in the Workspace are centered at the centroid of the picked atoms. No adjustment is made to place the plane at the surface of the substrate. </p></dd> <a name="feature4"> <dt><span class="GUI">Flip Direction</span> button</dt> <dd><p>Flip the direction of growth of the disordered system. The arrow indicates the direction of growth; the plane indicates the location of the interface between the substrate and the disordered system. If you chose <span class="GUI">Crystal vector</span> or <span class="GUI">Best fit to all atoms</span> to define the interface, the opposite side of the structure is used for the interface: the plane is moved in the Workspace to the opposite surface of the substrate structure and the arrow points in the opposite direction. If you picked atoms to define the plane, it is assumed that you chose the desired interface plane, but the direction of growth is incorrect. In this case, the plane stays where it is but the arrow direction changes. </p></dd> <a name="feature5"> <dt><span class="GUI">Buffer between surface and components</span> text box</dt> <dd><p>Specify the minimum distance of any atom in the surface to any atom in any molecule in the disordered system. This allows you to create a gap between the substrate and the disordered system. </p></dd> <a name="feature6"> <dt><span class="GUI">Buffer between components and surface mirror image in the periodic box</span> text box</dt> <dd><p>Specify the minimum distance of any atom in the substrate in its image in the next cell above the surface to any atom in any molecule in the disordered system. This allows you to create a gap between the top of the disordered system and the next occurrence in that direction of the substrate in a periodic system. By making this value large, you can obtain an approximation to an isolated surface rather than one that is periodic in 3D. </p></dd> <a name="feature7"> <dt><span class="GUI">Reset</span> button</dt> <dd><p>Reset the settings to their default values. </p></dd> </dl> <a name="links"></a> <h2>Related Topics</h2> <ul> <li><a href="disordered_system_builder.html">Disordered System Builder Panel</a></li> </ul> <hr /> <table width="100%"> <tr><td><p class="small"><a href="../support/legal_notice.html" target="LegalNoticeWindow">Legal Notice</a></p></td> <td> <table align="right"> <tr><td><p class="small"> File: materials_science/dsb_define_interface.html<br /> Last updated: 08 May 2015 </p></td></tr> </table> </td></tr> </table> </body> </html>
platinhom/ManualHom
Schrodinger/Schrodinger_2015-2_docs/maestro/help_MaterialsScience_advanced/materials_science/dsb_define_interface.html
HTML
gpl-2.0
6,604
<div class="box-container"> <div class="box{% if classname %} {{classname}}{% endif %}"> <div class="box-inner"> {{content|safe}} </div> </div> </div>
ttreeagency/PootleTypo3Org
pootle/apps/djblets/util/templates/deco/box.html
HTML
gpl-2.0
157
<HTML> <HEAD> <TITLE> Catalogue of GP/PARI Functions: Functions related to elliptic curves </TITLE> <META NAME="author" CONTENT="Nils-Peter Skoruppa"> <META NAME="created" CONTENT="Sat Mar 22 18:13:28 2014"> <META NAME="author-email" CONTENT="[email protected]"> <META NAME="keywords" CONTENT="PARI, GP, DOC"> <link rel="stylesheet" href="/pari.css"> </HEAD> <BODY bgcolor="#FFFFFF"> <h3 align=center>Functions related to elliptic curves</h3> <a name="Elliptic curve structures"></a> <h4>Elliptic curve structures</h4> <p></p> <p>An elliptic curve is given by a Weierstrass model</p> <p> y^2+a_1xy+a_3y = x^3+a_2x^2+a_4x+a_6,</p> <p>whose discriminant is non-zero. Affine points on <code>E</code> are represented as two-component vectors <code>[x,y]</code>; the point at infinity, i.e.&nbsp;the identity element of the group law, is represented by the one-component vector <code>[0]</code>.</p> <p> Given a vector of coefficients [a_1,a_2,a_3,a_4,a_6], the function <code>ellinit</code> initializes and returns an <em>ell</em> structure. (An additional optional argument allows to specify the base field in case it cannot be inferred from the curve coefficients.) This structure contains data needed by elliptic curve related functions, and is generally passed as a first argument. Expensive data are skipped on initialization: they will be dynamically computed when (and if) needed, and then inserted in the structure. The precise layout of the <em>ell</em> structure is left undefined and should never be used directly. The following member functions are available, depending on the underlying domain.</p> <hr></hr> <a name="ellL1"></a> <h4>ellL1(e, r)</h4> <p></p> <p>Returns the value at s = 1 of the derivative of order r of the L-function of the elliptic curve e assuming that r is at most the order of vanishing of the L-function at s = 1. (The result is wrong if r is strictly larger than the order of vanishing at 1.)</p> <p> <pre class="code"> ? e = ellinit("11a1"); \\ order of vanishing is 0 ? ellL1(e, 0) %2 = 0.2538418608559106843377589233 ? e = ellinit("389a1"); \\ order of vanishing is 2 ? ellL1(e, 0) %4 = -5.384067311837218089235032414 E-29 ? ellL1(e, 1) %5 = 0 ? ellL1(e, 2) %6 = 1.518633000576853540460385214 </pre></p> <p> The main use of this function, after computing at <em>low</em> accuracy the order of vanishing using <code>ellanalyticrank</code>, is to compute the leading term at <em>high</em> accuracy to check (or use) the Birch and Swinnerton-Dyer conjecture:</p> <p> <pre class="code"> ? \p18 realprecision = 18 significant digits ? ellanalyticrank(ellinit([0, 0, 1, -7, 6])) time = 32 ms. %1 = [3, 10.3910994007158041] ? \p200 realprecision = 202 significant digits (200 digits displayed) ? ellL1(e, 3) time = 23,113 ms. %3 = 10.3910994007158041387518505103609170697263563756570092797 [...] </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellL1</b>(GEN e, long r, long prec)</code>.</p> <hr></hr> <a name="elladd"></a> <h4>elladd(E,<em>z1</em>,<em>z2</em>)</h4> <p></p> <p>Sum of the points z1 and z2 on the elliptic curve corresponding to E.</p> <p> The library syntax is <code>GEN <b>elladd</b>(GEN E, GEN z1, GEN z2)</code>.</p> <hr></hr> <a name="ellak"></a> <h4>ellak(E,n)</h4> <p></p> <p>Computes the coefficient a_n of the L-function of the elliptic curve E/<b>Q</b>, i.e.&nbsp;coefficients of a newform of weight 2 by the modularity theorem (Taniyama-Shimura-Weil conjecture). E must be an <em>ell</em> structure over <b>Q</b> as output by <code>ellinit</code>. E must be given by an integral model, not necessarily minimal, although a minimal model will make the function faster.</p> <p> <pre class="code"> ? E = ellinit([0,1]); ? ellak(E, 10) %2 = 0 ? e = ellinit([5^4,5^6]); \\ not minimal at 5 ? ellak(e, 5) \\ wasteful but works %3 = -3 ? E = ellminimalmodel(e); \\ now minimal ? ellak(E, 5) %5 = -3 </pre> If the model is not minimal at a number of bad primes, then the function will be slower on those n divisible by the bad primes. The speed should be comparable for other n:</p> <p> <pre class="code"> ? for(i=1,10^6, ellak(E,5)) time = 820 ms. ? for(i=1,10^6, ellak(e,5)) \\ 5 is bad, markedly slower time = 1,249 ms. ? for(i=1,10^5,ellak(E,5*i)) time = 977 ms. ? for(i=1,10^5,ellak(e,5*i)) \\ still slower but not so much on average time = 1,008 ms. </pre></p> <p></p> <p> The library syntax is <code>GEN <b>akell</b>(GEN E, GEN n)</code>.</p> <hr></hr> <a name="ellan"></a> <h4>ellan(E,n)</h4> <p></p> <p>Computes the vector of the first n Fourier coefficients a_k corresponding to the elliptic curve E. The curve must be given by an integral model, not necessarily minimal, although a minimal model will make the function faster.</p> <p> The library syntax is <code>GEN <b>anell</b>(GEN E, long n)</code>. Also available is <code>GEN <b>anellsmall</b>(GEN e, long n)</code>, which returns a <code>t_VECSMALL</code> instead of a <code>t_VEC</code>, saving on memory.</p> <hr></hr> <a name="ellanalyticrank"></a> <h4>ellanalyticrank(e, {<em>eps</em>})</h4> <p></p> <p>Returns the order of vanishing at s = 1 of the L-function of the elliptic curve e and the value of the first non-zero derivative. To determine this order, it is assumed that any value less than <code>eps</code> is zero. If no value of <code>eps</code> is given, a value of half the current precision is used.</p> <p> <pre class="code"> ? e = ellinit("11a1"); \\ rank 0 ? ellanalyticrank(e) %2 = [0, 0.2538418608559106843377589233] ? e = ellinit("37a1"); \\ rank 1 ? ellanalyticrank(e) %4 = [1, 0.3059997738340523018204836835] ? e = ellinit("389a1"); \\ rank 2 ? ellanalyticrank(e) %6 = [2, 1.518633000576853540460385214] ? e = ellinit("5077a1"); \\ rank 3 ? ellanalyticrank(e) %8 = [3, 10.39109940071580413875185035] </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellanalyticrank</b>(GEN e, GEN eps = NULL, long prec)</code>.</p> <hr></hr> <a name="ellap"></a> <h4>ellap(E,{p})</h4> <p></p> <p>Let E be an <em>ell</em> structure as output by <code>ellinit</code>, defined over <b>Q</b> or a finite field <b>F</b>_q. The argument p is best left omitted if the curve is defined over a finite field, and must be a prime number otherwise. This function computes the trace of Frobenius t for the elliptic curve E, defined by the equation #E(<b>F</b>_q) = q+1 - t.</p> <p> If the curve is defined over <b>Q</b>, p must be explicitly given and the function computes the trace of the reduction over <b>F</b>_p. The trace of Frobenius is also the a_p coefficient in the curve L-series L(E,s) = <font color=#FF0000>sum</font>_n a_n n^{-s}, whence the function name. The equation must be integral at p but need not be minimal at p; of course, a minimal model will be more efficient.</p> <p> <pre class="code"> ? E = ellinit([0,1]); \\ y^2 = x^3 + 0.x + 1, defined over Q ? ellap(E, 7) \\ 7 necessary here %2 = -4 \\ #E(F_7) = 7+1-(-4) = 12 ? ellcard(E, 7) %3 = 12 \\ OK ? E = ellinit([0,1], 11); \\ defined over F_11 ? ellap(E) \\ no need to repeat 11 %4 = 0 ? ellap(E, 11) \\ ... but it also works %5 = 0 ? ellgroup(E, 13) \\ ouch, inconsistent input! *** at top-level: ellap(E,13) *** ^----------- *** ellap: inconsistent moduli in Rg_to_Fp: 11 13 ? Fq = ffgen(ffinit(11,3), 'a); \\ defines F_q := F_{11^3} ? E = ellinit([a+1,a], Fq); \\ y^2 = x^3 + (a+1)x + a, defined over F_q ? ellap(E) %8 = -3 </pre></p> <p></p> <p> <b>Algorithms used.</b> If E/<b>F</b>_q has CM by a principal imaginary quadratic order we use a fast explicit formula (involving essentially Kronecker symbols and Cornacchia's algorithm), in O(log q)^2. Otherwise, we use Shanks-Mestre's baby-step/giant-step method, which runs in time q(p^{1/4}) using O(q^{1/4}) storage, hence becomes unreasonable when q has about 30&nbsp;digits. If the <code>seadata</code> package is installed, the <code>SEA</code> algorithm becomes available, heuristically in &Otilde;(log q)^4, and primes of the order of 200&nbsp;digits become feasible. In very small characteristic (2,3,5,7 or 13), we use Harley's algorithm.</p> <p> The library syntax is <code>GEN <b>ellap</b>(GEN E, GEN p = NULL)</code>.</p> <hr></hr> <a name="ellbil"></a> <h4>ellbil(E,<em>z1</em>,<em>z2</em>)</h4> <p></p> <p>If z1 and z2 are points on the elliptic curve E, assumed to be integral given by a minimal model, this function computes the value of the canonical bilinear form on z1, z2: ( h(E,z1<code>+</code>z2) - h(E,z1) - h(E,z2) ) / 2 where <code>+</code> denotes of course addition on E. In addition, z1 or z2 (but not both) can be vectors or matrices.</p> <p> The library syntax is <code>GEN <b>bilhell</b>(GEN E, GEN z1, GEN z2, long prec)</code>.</p> <hr></hr> <a name="ellcard"></a> <h4>ellcard(E,{p})</h4> <p></p> <p>Let E be an <em>ell</em> structure as output by <code>ellinit</code>, defined over <b>Q</b> or a finite field <b>F</b>_q. The argument p is best left omitted if the curve is defined over a finite field, and must be a prime number otherwise. This function computes the order of the group E(<b>F</b>_q) (as would be computed by <code>ellgroup</code>).</p> <p> If the curve is defined over <b>Q</b>, p must be explicitly given and the function computes the cardinal of the reduction over <b>F</b>_p; the equation need not be minimal at p, but a minimal model will be more efficient. The reduction is allowed to be singular, and we return the order of the group of non-singular points in this case.</p> <p> The library syntax is <code>GEN <b>ellcard</b>(GEN E, GEN p = NULL)</code>. Also available is <code>GEN <b>ellcard</b>(GEN E, GEN p)</code> where p is not <code>NULL</code>.</p> <hr></hr> <a name="ellchangecurve"></a> <h4>ellchangecurve(E,v)</h4> <p></p> <p>Changes the data for the elliptic curve E by changing the coordinates using the vector <code>v = [u,r,s,t]</code>, i.e.&nbsp;if x' and y' are the new coordinates, then x = u^2x'+r, y = u^3y'+su^2x'+t. E must be an <em>ell</em> structure as output by <code>ellinit</code>. The special case v = 1 is also used instead of [1,0,0,0] to denote the trivial coordinate change.</p> <p> The library syntax is <code>GEN <b>ellchangecurve</b>(GEN E, GEN v)</code>.</p> <hr></hr> <a name="ellchangepoint"></a> <h4>ellchangepoint(x,v)</h4> <p></p> <p>Changes the coordinates of the point or vector of points x using the vector <code>v = [u,r,s,t]</code>, i.e.&nbsp;if x' and y' are the new coordinates, then x = u^2x'+r, y = u^3y'+su^2x'+t (see also <code>ellchangecurve</code>).</p> <p> <pre class="code"> ? E0 = ellinit([1,1]); P0 = [0,1]; v = [1,2,3,4]; ? E = ellchangecurve(E0, v); ? P = ellchangepoint(P0,v) %3 = [-2, 3] ? ellisoncurve(E, P) %4 = 1 ? ellchangepointinv(P,v) %5 = [0, 1] </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellchangepoint</b>(GEN x, GEN v)</code>. The reciprocal function <code>GEN <b>ellchangepointinv</b>(GEN x, GEN ch)</code> inverts the coordinate change.</p> <hr></hr> <a name="ellchangepointinv"></a> <h4>ellchangepointinv(x,v)</h4> <p></p> <p>Changes the coordinates of the point or vector of points x using the inverse of the isomorphism associated to <code>v = [u,r,s,t]</code>, i.e.&nbsp;if x' and y' are the old coordinates, then x = u^2x'+r, y = u^3y'+su^2x'+t (inverse of <code>ellchangepoint</code>).</p> <p> <pre class="code"> ? E0 = ellinit([1,1]); P0 = [0,1]; v = [1,2,3,4]; ? E = ellchangecurve(E0, v); ? P = ellchangepoint(P0,v) %3 = [-2, 3] ? ellisoncurve(E, P) %4 = 1 ? ellchangepointinv(P,v) %5 = [0, 1] \\ we get back P0 </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellchangepointinv</b>(GEN x, GEN v)</code>.</p> <hr></hr> <a name="ellconvertname"></a> <h4>ellconvertname(<em>name</em>)</h4> <p></p> <p>Converts an elliptic curve name, as found in the <code>elldata</code> database, from a string to a triplet [<em>conductor</em>, <em>isogeny class</em>, <em>index</em>]. It will also convert a triplet back to a curve name. Examples:</p> <p> <pre class="code"> ? ellconvertname("123b1") %1 = [123, 1, 1] ? ellconvertname(%) %2 = "123b1" </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellconvertname</b>(GEN name)</code>.</p> <hr></hr> <a name="elldivpol"></a> <h4>elldivpol(E,n,{v = 'x})</h4> <p></p> <p>n-division polynomial f_n for the curve E in the variable v. In standard notation, for any affine point P = (X,Y) on the curve, we have [n]P = (<font color=#FF0000>phi</font>_n(P)<font color=#FF0000>psi</font>_n(P) : <font color=#FF0000>omega</font>_n(P) : <font color=#FF0000>psi</font>_n(P)^3) for some polynomials <font color=#FF0000>phi</font>_n,<font color=#FF0000>omega</font>_n,<font color=#FF0000>psi</font>_n in <b>Z</b>[a_1,a_2,a_3,a_4,a_6][X,Y]. We have f_n(X) = <font color=#FF0000>psi</font>_n(X) for n odd, and f_n(X) = <font color=#FF0000>psi</font>_n(X,Y) (2Y + a_1X+a_3) for n even. We have f_1 = 1, f_2 = 4X^3 + b_2X^2 + 2b_4 X + b_6, f_3 = 3 X^4 + b_2 X^3 + 3b_4 X^2 + 3 b_6 X + b8, f_4 = f_2(2X^6 + b_2 X^5 + 5b_4 X^4 + 10 b_6 X^3 + 10 b_8 X^2 + (b_2b_8-b_4b_6)X + (b_8b_4 - b_6^2)),... For n <code>&#62;=</code> 2, the roots of f_n are the X-coordinates of points in E[n].</p> <p> The library syntax is <code>GEN <b>elldivpol</b>(GEN E, long n, long v = -1)</code>, where <code>v</code> is a variable number.</p> <hr></hr> <a name="elleisnum"></a> <h4>elleisnum(w,k,{<em>flag</em> = 0})</h4> <p></p> <p>k being an even positive integer, computes the numerical value of the Eisenstein series of weight k at the lattice w, as given by <code>ellperiods</code>, namely</p> <p>(2i <font color=#FF0000>Pi</font>/<font color=#FF0000>omega</font>_2)^k (1 + 2/<font color=#FF0000>zeta</font>(1-k) <font color=#FF0000>sum</font>_{n <code>&#62;=</code> 0} n^{k-1}q^n / (1-q^n)),</p> <p>where q = exp(2i<font color=#FF0000>Pi</font> <font color=#FF0000>tau</font>) and <font color=#FF0000>tau</font> := <font color=#FF0000>omega</font>_1/<font color=#FF0000>omega</font>_2 belongs to the complex upper half-plane. It is also possible to directly input w = [<font color=#FF0000>omega</font>_1,<font color=#FF0000>omega</font>_2], or an elliptic curve E as given by <code>ellinit</code>.</p> <p> <pre class="code"> ? w = ellperiods([1,I]); ? elleisnum(w, 4) %2 = 2268.8726415508062275167367584190557607 ? elleisnum(w, 6) %3 = -3.977978632282564763 E-33 ? E = ellinit([1, 0]); ? elleisnum(E, 4, 1) %5 = -47.999999999999999999999999999999999998 </pre></p> <p></p> <p> When <em>flag</em> is non-zero and k = 4 or 6, returns the elliptic invariants g_2 or g_3, such that y^2 = 4x^3 - g_2 x - g_3 is a Weierstrass equation for E.</p> <p> The library syntax is <code>GEN <b>elleisnum</b>(GEN w, long k, long flag, long prec)</code>.</p> <hr></hr> <a name="elleta"></a> <h4>elleta(w)</h4> <p></p> <p>Returns the quasi-periods [<font color=#FF0000>eta</font>_1,<font color=#FF0000>eta</font>_2] associated to the lattice basis <em>w</em> = [<font color=#FF0000>omega</font>_1, <font color=#FF0000>omega</font>_2]. Alternatively, <em>w</em> can be an elliptic curve E as output by <code>ellinit</code>, in which case, the quasi periods associated to the period lattice basis <code>E.omega</code> (namely, <code>E.eta</code>) are returned.</p> <p> <pre class="code"> ? elleta([1, I]) %1 = [3.141592653589793238462643383, 9.424777960769379715387930149*I] </pre></p> <p></p> <p> The library syntax is <code>GEN <b>elleta</b>(GEN w, long prec)</code>.</p> <hr></hr> <a name="ellfromj"></a> <h4>ellfromj(j)</h4> <p></p> <p>Returns the coefficients [a_1,a_2,a_3,a_4,a_6] of a fixed elliptic curve with j-invariant j.</p> <p> The library syntax is <code>GEN <b>ellfromj</b>(GEN j)</code>.</p> <hr></hr> <a name="ellgenerators"></a> <h4>ellgenerators(E)</h4> <p></p> <p>If E is an elliptic curve over the rationals, return a <b>Z</b>-basis of the free part of the Mordell-Weil group associated to E. This relies on the <code>elldata</code> database being installed and referencing the curve, and so is only available for curves over <b>Z</b> of small conductors. If E is an elliptic curve over a finite field <b>F</b>_q as output by <code>ellinit</code>, return a minimal set of generators for the group E(<b>F</b>_q).</p> <p> The library syntax is <code>GEN <b>ellgenerators</b>(GEN E)</code>.</p> <hr></hr> <a name="ellglobalred"></a> <h4>ellglobalred(E)</h4> <p></p> <p>Calculates the arithmetic conductor, the global minimal model of E and the global Tamagawa number c. E must be an <em>ell</em> structure as output by <code>ellinit</code>, defined over <b>Q</b>. The result is a vector [N,v,c,F,L], where</p> <p> <b>*</b> N is the arithmetic conductor of the curve,</p> <p> <b>*</b> v gives the coordinate change for E over <b>Q</b> to the minimal integral model (see <code>ellminimalmodel</code>),</p> <p> <b>*</b> c is the product of the local Tamagawa numbers c_p, a quantity which enters in the Birch and Swinnerton-Dyer conjecture,</p> <p> <b>*</b> F is the factorization of N over <b>Z</b>.</p> <p> <b>*</b> L is a vector, whose i-th entry contains the local data at the i-th prime divisor of N, i.e. <code>L[i] = elllocalred(E,F[i,1])</code>, where the local coordinate change has been deleted, and replaced by a 0.</p> <p> The library syntax is <code>GEN <b>ellglobalred</b>(GEN E)</code>.</p> <hr></hr> <a name="ellgroup"></a> <h4>ellgroup(E,{p},{<em>flag</em>})</h4> <p></p> <p>Let E be an <em>ell</em> structure as output by <code>ellinit</code>, defined over <b>Q</b> or a finite field <b>F</b>_q. The argument p is best left omitted if the curve is defined over a finite field, and must be a prime number otherwise. This function computes the structure of the group E(<b>F</b>_q) ~ <b>Z</b>/d_1<b>Z</b> x <b>Z</b>/d_2<b>Z</b>, with d_2 | d_1.</p> <p> If the curve is defined over <b>Q</b>, p must be explicitly given and the function computes the structure of the reduction over <b>F</b>_p; the equation need not be minimal at p, but a minimal model will be more efficient. The reduction is allowed to be singular, and we return the structure of the (cyclic) group of non-singular points in this case.</p> <p> If the flag is 0 (default), return [d_1] or [d_1, d_2], if d_2 &#62; 1. If the flag is 1, return a triple [h,<em>cyc</em>,<em>gen</em>], where h is the curve cardinality, <em>cyc</em> gives the group structure as a product of cyclic groups (as per <em>flag</em> = 0). More precisely, if d_2 &#62; 1, the output is [d_1d_2, [d_1,d_2],[P,Q]] where P is of order d_1 and [P,Q] generates the curve. <b>Caution.</b> It is not guaranteed that Q has order d_2, which in the worst case requires an expensive discrete log computation. Only that <code>ellweilpairing(E, P, Q, d1)</code> has order d_2.</p> <p> <pre class="code"> ? E = ellinit([0,1]); \\ y^2 = x^3 + 0.x + 1, defined over Q ? ellgroup(E, 7) %2 = [6, 2] \\ Z/6 x Z/2, non-cyclic ? E = ellinit([0,1] * Mod(1,11)); \\ defined over F_11 ? ellgroup(E) \\ no need to repeat 11 %4 = [12] ? ellgroup(E, 11) \\ ... but it also works %5 = [12] ? ellgroup(E, 13) \\ ouch, inconsistent input! *** at top-level: ellgroup(E,13) *** ^-------------- *** ellgroup: inconsistent moduli in Rg_to_Fp: 11 13 ? ellgroup(E, 7, 1) %6 = [12, [6, 2], [[Mod(2, 7), Mod(4, 7)], [Mod(4, 7), Mod(4, 7)]]] </pre></p> <p> If E is defined over <b>Q</b>, we allow singular reduction and in this case we return the structure of the group of non-singular points, satisfying #E_{ns}(<b>F</b>_p) = p - a_p.</p> <p> <pre class="code"> ? E = ellinit([0,5]); ? ellgroup(E, 5, 1) %2 = [5, [5], [[Mod(4, 5), Mod(2, 5)]]] ? ellap(E, 5) %3 = 0 \\ additive reduction at 5 ? E = ellinit([0,-1,0,35,0]); ? ellgroup(E, 5, 1) %5 = [4, [4], [[Mod(2, 5), Mod(2, 5)]]] ? ellap(E, 5) %6 = 1 \\ split multiplicative reduction at 5 ? ellgroup(E, 7, 1) %7 = [8, [8], [[Mod(3, 7), Mod(5, 7)]]] ? ellap(E, 7) %8 = -1 \\ non-split multiplicative reduction at 7 </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellgroup0</b>(GEN E, GEN p = NULL, long flag)</code>. Also available is <code>GEN <b>ellgroup</b>(GEN E, GEN p)</code>, corresponding to <em>flag</em> = 0.</p> <hr></hr> <a name="ellheegner"></a> <h4>ellheegner(E)</h4> <p></p> <p>Let E be an elliptic curve over the rationals, assumed to be of (analytic) rank 1. This returns a non-torsion rational point on the curve, whose canonical height is equal to the product of the elliptic regulator by the analytic Sha.</p> <p> This uses the Heegner point method, described in Cohen GTM 239; the complexity is proportional to the product of the square root of the conductor and the height of the point (thus, it is preferable to apply it to strong Weil curves).</p> <p> <pre class="code"> ? E = ellinit([-157^2,0]); ? u = ellheegner(E); print(u[1], "\n", u[2]) 69648970982596494254458225/166136231668185267540804 538962435089604615078004307258785218335/67716816556077455999228495435742408 ? ellheegner(ellinit([0,1])) \\ E has rank 0 ! *** at top-level: ellheegner(E=ellinit *** ^-------------------- *** ellheegner: The curve has even analytic rank. </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellheegner</b>(GEN E)</code>.</p> <hr></hr> <a name="ellheight"></a> <h4>ellheight(E,x,{<em>flag</em> = 2})</h4> <p></p> <p>Global N&eacute;ron-Tate height of the point z on the elliptic curve E (defined over <b>Q</b>), using the normalization in Cremona's <em>Algorithms for modular elliptic curves</em>. E must be an <code>ell</code> as output by <code>ellinit</code>; it needs not be given by a minimal model although the computation will be faster if it is. <em>flag</em> selects the algorithm used to compute the Archimedean local height. If <em>flag</em> = 0, we use sigma and theta-functions and Silverman's trick (Computing heights on elliptic curves, <em>Math.&nbsp;Comp.</em> <b>51</b>; note that Silverman's height is twice ours). If <em>flag</em> = 1, use Tate's 4^n algorithm. If <em>flag</em> = 2, use Mestre's AGM algorithm. The latter converges quadratically and is much faster than the other two.</p> <p> The library syntax is <code>GEN <b>ellheight0</b>(GEN E, GEN x, long flag, long prec)</code>. Also available is <code>GEN <b>ghell</b>(GEN E, GEN x, long prec)</code> (<em>flag</em> = 2).</p> <hr></hr> <a name="ellheightmatrix"></a> <h4>ellheightmatrix(E,x)</h4> <p></p> <p>x being a vector of points, this function outputs the Gram matrix of x with respect to the N&eacute;ron-Tate height, in other words, the (i,j) component of the matrix is equal to <code>ellbil(E,x[i],x[j])</code>. The rank of this matrix, at least in some approximate sense, gives the rank of the set of points, and if x is a basis of the Mordell-Weil group of E, its determinant is equal to the regulator of E. Note that this matrix should be divided by 2 to be in accordance with certain normalizations. E is assumed to be integral, given by a minimal model.</p> <p> The library syntax is <code>GEN <b>mathell</b>(GEN E, GEN x, long prec)</code>.</p> <hr></hr> <a name="ellidentify"></a> <h4>ellidentify(E)</h4> <p></p> <p>Look up the elliptic curve E, defined by an arbitrary model over <b>Q</b>, in the <code>elldata</code> database. Return <code>[[N, M, G], C]</code> where N is the curve name in Cremona's elliptic curve database, M is the minimal model, G is a <b>Z</b>-basis of the free part of the Mordell-Weil group E(<b>Q</b>) and C is the change of coordinates change, suitable for <code>ellchangecurve</code>.</p> <p> The library syntax is <code>GEN <b>ellidentify</b>(GEN E)</code>.</p> <hr></hr> <a name="ellinit"></a> <h4>ellinit(x,{D = 1})</h4> <p></p> <p>Initialize an <code>ell</code> structure, associated to the elliptic curve E. E is either</p> <p> <b>*</b> a 5-component vector [a_1,a_2,a_3,a_4,a_6] defining the elliptic curve with Weierstrass equation Y^2 + a_1 XY + a_3 Y = X^3 + a_2 X^2 + a_4 X + a_6, </p> <p> <b>*</b> a 2-component vector [a_4,a_6] defining the elliptic curve with short Weierstrass equation Y^2 = X^3 + a_4 X + a_6, </p> <p> <b>*</b> a character string in Cremona's notation, e.g. <code>"11a1"</code>, in which case the curve is retrieved from the <code>elldata</code> database if available.</p> <p> The optional argument D describes the domain over which the curve is defined:</p> <p> <b>*</b> the <code>t_INT</code> 1 (default): the field of rational numbers <b>Q</b>.</p> <p> <b>*</b> a <code>t_INT</code> p, where p is a prime number: the prime finite field <b>F</b>_p.</p> <p> <b>*</b> an <code>t_INTMOD</code> <code>Mod(a, p)</code>, where p is a prime number: the prime finite field <b>F</b>_p.</p> <p> <b>*</b> a <code>t_FFELT</code>, as returned by <code>ffgen</code>: the corresponding finite field <b>F</b>_q.</p> <p> <b>*</b> a <code>t_PADIC</code>, O(p^n): the field <b>Q</b>_p, where p-adic quantities will be computed to a relative accuracy of n digits. We advise to input a model defined over <b>Q</b> for such curves. In any case, if you input an approximate model with <code>t_PADIC</code> coefficients, it will be replaced by a lift to <b>Q</b> (an exact model "close" to the one that was input) and all quantities will then be computed in terms of this lifted model, at the given accuracy.</p> <p> <b>*</b> a <code>t_REAL</code> x: the field <b>C</b> of complex numbers, where floating point quantities are by default computed to a relative accuracy of <code>precision</code>(x). If no such argument is given, the value of <code>realprecision</code> at the time <code>ellinit</code> is called will be used.</p> <p> This argument D is indicative: the curve coefficients are checked for compatibility, possibly changing D; for instance if D = 1 and an <code>t_INTMOD</code> is found. If inconsistencies are detected, an error is raised:</p> <p> <pre class="code"> ? ellinit([1 + O(5), 1], O(7)); *** at top-level: ellinit([1+O(5),1],O *** ^-------------------- *** ellinit: inconsistent moduli in ellinit: 7 != 5 </pre> If the curve coefficients are too general to fit any of the above domain categories, only basic operations, such as point addition, will be supported later.</p> <p> If the curve (seen over the domain D) is singular, fail and return an empty vector [].</p> <p> <pre class="code"> ? E = ellinit([0,0,0,0,1]); \\ y^2 = x^3 + 1, over Q ? E = ellinit([0,1]); \\ the same curve, short form ? E = ellinit("36a1"); \\ sill the same curve, Cremona's notations ? E = ellinit([0,1], 2) \\ over F2: singular curve %4 = [] ? E = ellinit(['a4,'a6] * Mod(1,5)); \\ over F_5[a4,a6], basic support ! </pre></p> <p></p> <p> The result of <code>ellinit</code> is an <em>ell</em> structure. It contains at least the following information in its components:</p> <p> a_1,a_2,a_3,a_4,a_6,b_2,b_4,b_6,b_8,c_4,c_6,<font color=#FF0000>Delta</font>,j.</p> <p> All are accessible via member functions. In particular, the discriminant is <code>E.disc</code>, and the j-invariant is <code>E.j</code>.</p> <p> <pre class="code"> ? E = ellinit([a4, a6]); ? E.disc %2 = -64*a4^3 - 432*a6^2 ? E.j %3 = -6912*a4^3/(-4*a4^3 - 27*a6^2) </pre></p> <p> Further components contain domain-specific data, which are in general dynamic: only computed when needed, and then cached in the structure.</p> <p> <pre class="code"> ? E = ellinit([2,3], 10^60+7); \\ E over F_p, p large ? ellap(E) time = 4,440 ms. %2 = -1376268269510579884904540406082 ? ellcard(E); \\ now instantaneous ! time = 0 ms. ? ellgenerators(E); time = 5,965 ms. ? ellgenerators(E); \\ second time instantaneous time = 0 ms. </pre></p> <p> See the description of member functions related to elliptic curves at the beginning of this section.</p> <p> The library syntax is <code>GEN <b>ellinit</b>(GEN x, GEN D = NULL, long prec)</code>.</p> <hr></hr> <a name="ellisoncurve"></a> <h4>ellisoncurve(E,z)</h4> <p></p> <p>Gives 1 (i.e.&nbsp;true) if the point z is on the elliptic curve E, 0 otherwise. If E or z have imprecise coefficients, an attempt is made to take this into account, i.e.&nbsp;an imprecise equality is checked, not a precise one. It is allowed for z to be a vector of points in which case a vector (of the same type) is returned.</p> <p> The library syntax is <code>GEN <b>ellisoncurve</b>(GEN E, GEN z)</code>. Also available is <code>int <b>oncurve</b>(GEN E, GEN z)</code> which does not accept vectors of points.</p> <hr></hr> <a name="ellj"></a> <h4>ellj(x)</h4> <p></p> <p>Elliptic j-invariant. x must be a complex number with positive imaginary part, or convertible into a power series or a p-adic number with positive valuation.</p> <p> The library syntax is <code>GEN <b>jell</b>(GEN x, long prec)</code>.</p> <hr></hr> <a name="elllocalred"></a> <h4>elllocalred(E,p)</h4> <p></p> <p>Calculates the Kodaira type of the local fiber of the elliptic curve E at the prime p. E must be an <em>ell</em> structure as output by <code>ellinit</code>, and is assumed to have all its coefficients a_i in <b>Z</b>. The result is a 4-component vector [f,kod,v,c]. Here f is the exponent of p in the arithmetic conductor of E, and kod is the Kodaira type which is coded as follows:</p> <p> 1 means good reduction (type I_0), 2, 3 and 4 mean types II, III and IV respectively, 4+<font color=#FF0000>nu</font> with <font color=#FF0000>nu</font> &#62; 0 means type I_<font color=#FF0000>nu</font>; finally the opposite values -1, -2, etc.&nbsp;refer to the starred types I_0^*, II^*, etc. The third component v is itself a vector [u,r,s,t] giving the coordinate changes done during the local reduction; u = 1 if and only if the given equation was already minimal at p. Finally, the last component c is the local Tamagawa number c_p.</p> <p> The library syntax is <code>GEN <b>elllocalred</b>(GEN E, GEN p)</code>.</p> <hr></hr> <a name="elllog"></a> <h4>elllog(E,P,G,{o})</h4> <p></p> <p>Given two points P and G on the elliptic curve E/<b>F</b>_q, returns the discrete logarithm of P in base G, i.e. the smallest non-negative integer n such that P = [n]G. See <code>znlog</code> for the limitations of the underlying discrete log algorithms. If present, o represents the order of G, see Section [<b>Label: se:DLfun</b>]; the preferred format for this parameter is <code>[N, factor(N)]</code>, where N is the order of G.</p> <p> If no o is given, assume that G generates the curve. The function also assumes that P is a multiple of G.</p> <p> <pre class="code"> ? a = ffgen(ffinit(2,8),'a); ? E = ellinit([a,1,0,0,1]); \\ over F_{2^8} ? x = a^3; y = ellordinate(E,x)[1]; ? P = [x,y]; G = ellmul(E, P, 113); ? ord = [242, factor(242)]; \\ P generates a group of order 242. Initialize. ? ellorder(E, G, ord) %4 = 242 ? e = elllog(E, P, G, ord) %5 = 15 ? ellmul(E,G,e) == P %6 = 1 </pre></p> <p></p> <p> The library syntax is <code>GEN <b>elllog</b>(GEN E, GEN P, GEN G, GEN o = NULL)</code>.</p> <hr></hr> <a name="elllseries"></a> <h4>elllseries(E,s,{A = 1})</h4> <p></p> <p>E being an elliptic curve, given by an arbitrary model over <b>Q</b> as output by <code>ellinit</code>, this function computes the value of the L-series of E at the (complex) point s. This function uses an O(N^{1/2}) algorithm, where N is the conductor.</p> <p> The optional parameter A fixes a cutoff point for the integral and is best left omitted; the result must be independent of A, up to <code>realprecision</code>, so this allows to check the function's accuracy.</p> <p> The library syntax is <code>GEN <b>elllseries</b>(GEN E, GEN s, GEN A = NULL, long prec)</code>.</p> <hr></hr> <a name="ellminimalmodel"></a> <h4>ellminimalmodel(E,{&amp;v})</h4> <p></p> <p>Return the standard minimal integral model of the rational elliptic curve E. If present, sets v to the corresponding change of variables, which is a vector [u,r,s,t] with rational components. The return value is identical to that of <code>ellchangecurve(E, v)</code>.</p> <p> The resulting model has integral coefficients, is everywhere minimal, a_1 is 0 or 1, a_2 is 0, 1 or -1 and a_3 is 0 or 1. Such a model is unique, and the vector v is unique if we specify that u is positive, which we do. </p> <p> The library syntax is <code>GEN <b>ellminimalmodel</b>(GEN E, GEN *v = NULL)</code>.</p> <hr></hr> <a name="ellmodulareqn"></a> <h4>ellmodulareqn(N,{x},{y})</h4> <p></p> <p>Return a vector [<code>eqn</code>,t] where <code>eqn</code> is a modular equation of level N, i.e.&nbsp;a bivariate polynomial with integer coefficients; t indicates the type of this equation: either <em>canonical</em> (t = 0) or <em>Atkin</em> (t = 1). This function currently requires the package <code>seadata</code> to be installed and is limited to N &#60; 500, N prime.</p> <p> Let j be the j-invariant function. The polynomial <code>eqn</code> satisfies the following functional equation, which allows to compute the values of the classical modular polynomial <font color=#FF0000>Phi</font>_N of prime level N, such that <font color=#FF0000>Phi</font>_N(j(<font color=#FF0000>tau</font>), j(N<font color=#FF0000>tau</font>)) = 0, while being much smaller than the latter:</p> <p> <b>*</b> for canonical type: P(f(<font color=#FF0000>tau</font>),j(<font color=#FF0000>tau</font>)) = P(N^s/f(<font color=#FF0000>tau</font>),j(N <font color=#FF0000>tau</font>)) = 0, where s = 12/<font color=#FF0000>gcd</font>(12,N-1);</p> <p> <b>*</b> for Atkin type: P(f(<font color=#FF0000>tau</font>),j(<font color=#FF0000>tau</font>)) = P(f(<font color=#FF0000>tau</font>),j(N <font color=#FF0000>tau</font>)) = 0.</p> <p> In both cases, f is a suitable modular function (see below).</p> <p> The following GP function returns values of the classical modular polynomial by eliminating f(<font color=#FF0000>tau</font>) in the above two equations, for N <code>&#60;=</code> 31 or N belongs to {41,47,59,71}.</p> <p></p> <p> <pre class="code"> classicaleqn(N, X='X, Y='Y)= { my(E=ellmodulareqn(N), P=E[1], t=E[2], Q, d); if(poldegree(P,'y)&#62;2,error("level unavailable in classicaleqn")); if (t == 0, my(s = 12/gcd(12,N-1)); Q = 'x^(N+1) * substvec(P,['x,'y],[N^s/'x,Y]); d = N^(s*(2*N+1)) * (-1)^(N+1); , Q = subst(P,'y,Y); d = (X-Y)^(N+1)); polresultant(subst(P,'y,X), Q) / d; } </pre></p> <p></p> <p> More precisely, let W_N(<font color=#FF0000>tau</font>) = ({-1})/({N <font color=#FF0000>tau</font>}) be the Atkin-Lehner involution; we have j(W_N(<font color=#FF0000>tau</font>)) = j(N <font color=#FF0000>tau</font>) and the function f also satisfies:</p> <p> <b>*</b> for canonical type: f(W_N(<font color=#FF0000>tau</font>)) = N^s/f(<font color=#FF0000>tau</font>);</p> <p> <b>*</b> for Atkin type: f(W_N(<font color=#FF0000>tau</font>)) = f(<font color=#FF0000>tau</font>).</p> <p> Furthermore, for an equation of canonical type, f is the standard <font color=#FF0000>eta</font>-quotient f(<font color=#FF0000>tau</font>) = N^s (<font color=#FF0000>eta</font>(N <font color=#FF0000>tau</font>) / <font color=#FF0000>eta</font>(<font color=#FF0000>tau</font>) )^{2 s}, where <font color=#FF0000>eta</font> is Dedekind's eta function, which is invariant under <font color=#FF0000>Gamma</font>_0(N).</p> <p> The library syntax is <code>GEN <b>ellmodulareqn</b>(long N, long x = -1, long y = -1)</code>, where <code>x</code>, <code>y</code> are variable numbers.</p> <hr></hr> <a name="ellmul"></a> <h4>ellmul(E,z,n)</h4> <p></p> <p>Computes [n]z, where z is a point on the elliptic curve E. The exponent n is in <b>Z</b>, or may be a complex quadratic integer if the curve E has complex multiplication by n (if not, an error message is issued).</p> <p> <pre class="code"> ? Ei = ellinit([1,0]); z = [0,0]; ? ellmul(Ei, z, 10) %2 = [0] \\ unsurprising: z has order 2 ? ellmul(Ei, z, I) %3 = [0, 0] \\ Ei has complex multiplication by Z[i] ? ellmul(Ei, z, quadgen(-4)) %4 = [0, 0] \\ an alternative syntax for the same query ? Ej = ellinit([0,1]); z = [-1,0]; ? ellmul(Ej, z, I) *** at top-level: ellmul(Ej,z,I) *** ^-------------- *** ellmul: not a complex multiplication in ellmul. ? ellmul(Ej, z, 1+quadgen(-3)) %6 = [1 - w, 0] </pre></p> <p> The simple-minded algorithm for the CM case assumes that we are in characteristic 0, and that the quadratic order to which n belongs has small discriminant.</p> <p> The library syntax is <code>GEN <b>ellmul</b>(GEN E, GEN z, GEN n)</code>.</p> <hr></hr> <a name="ellneg"></a> <h4>ellneg(E,z)</h4> <p></p> <p>Opposite of the point z on elliptic curve E.</p> <p> The library syntax is <code>GEN <b>ellneg</b>(GEN E, GEN z)</code>.</p> <hr></hr> <a name="ellorder"></a> <h4>ellorder(E,z,{o})</h4> <p></p> <p>Gives the order of the point z on the elliptic curve E, defined over <b>Q</b> or a finite field. If the curve is defined over <b>Q</b>, return (the impossible value) zero if the point has infinite order.</p> <p> <pre class="code"> ? E = ellinit([-157^2,0]); \\ the "157-is-congruent" curve ? P = [2,2]; ellorder(E, P) %2 = 2 ? P = ellheegner(E); ellorder(E, P) \\ infinite order %3 = 0 ? E = ellinit(ellfromj(ffgen(5^10))); ? ellcard(E) %5 = 9762580 ? P = random(E); ellorder(E, P) %6 = 4881290 ? p = 2^160+7; E = ellinit([1,2], p); ? N = ellcard(E) %8 = 1461501637330902918203686560289225285992592471152 ? o = [N, factor(N)]; ? for(i=1,100, ellorder(E,random(E))) time = 260 ms. </pre></p> <p> The parameter o, is now mostly useless, and kept for backward compatibility. If present, it represents a non-zero multiple of the order of z, see Section [<b>Label: se:DLfun</b>]; the preferred format for this parameter is <code>[ord, factor(ord)]</code>, where <code>ord</code> is the cardinality of the curve. It is no longer needed since PARI is now able to compute it over large finite fields (was restricted to small prime fields at the time this feature was introduced), <em>and</em> caches the result in E so that it is computed and factored only once. Modifying the last example, we see that including this extra parameter provides no improvement:</p> <p> <pre class="code"> ? o = [N, factor(N)]; ? for(i=1,100, ellorder(E,random(E),o)) time = 260 ms. </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellorder</b>(GEN E, GEN z, GEN o = NULL)</code>. The obsolete form <code>GEN <b>orderell</b>(GEN e, GEN z)</code> should no longer be used.</p> <hr></hr> <a name="ellordinate"></a> <h4>ellordinate(E,x)</h4> <p></p> <p>Gives a 0, 1 or 2-component vector containing the y-coordinates of the points of the curve E having x as x-coordinate.</p> <p> The library syntax is <code>GEN <b>ellordinate</b>(GEN E, GEN x, long prec)</code>.</p> <hr></hr> <a name="ellperiods"></a> <h4>ellperiods(w, {<em>flag</em> = 0})</h4> <p></p> <p>Let w describe a complex period lattice (w = [w_1,w_2] or an ellinit structure). Returns normalized periods [W_1,W_2] generating the same lattice such that <font color=#FF0000>tau</font> := W_1/W_2 has positive imaginary part and lies in the standard fundamental domain for {SL}_2(<b>Z</b>).</p> <p> If <em>flag</em> = 1, the function returns [[W_1,W_2], [<font color=#FF0000>eta</font>_1,<font color=#FF0000>eta</font>_2]], where <font color=#FF0000>eta</font>_1 and <font color=#FF0000>eta</font>_2 are the quasi-periods associated to [W_1,W_2], satisfying <font color=#FF0000>eta</font>_1 W_2 - <font color=#FF0000>eta</font>_2 W_1 = 2 i <font color=#FF0000>Pi</font>.</p> <p> The output of this function is meant to be used as the first argument given to ellwp, ellzeta, ellsigma or elleisnum. Quasi-periods are needed by ellzeta and ellsigma only.</p> <p> The library syntax is <code>GEN <b>ellperiods</b>(GEN w, long flag , long prec)</code>.</p> <hr></hr> <a name="ellpointtoz"></a> <h4>ellpointtoz(E,P)</h4> <p></p> <p>If E/<b>C</b> ~ <b>C</b>/<font color=#FF0000>Lambda</font> is a complex elliptic curve (<font color=#FF0000>Lambda</font> = <code>E.omega</code>), computes a complex number z, well-defined modulo the lattice <font color=#FF0000>Lambda</font>, corresponding to the point P; i.e.&nbsp;such that P = [wp_<font color=#FF0000>Lambda</font>(z),wp'_<font color=#FF0000>Lambda</font>(z)] satisfies the equation y^2 = 4x^3 - g_2 x - g_3, where g_2, g_3 are the elliptic invariants.</p> <p> If E is defined over <b>R</b> and P belongs to E(<b>R</b>), we have more precisely, 0 \leq Re(t) &#60; w1 and 0 <code>&#60;=</code> Im(t) &#60; Im(w2), where (w1,w2) are the real and complex periods of E.</p> <p> <pre class="code"> ? E = ellinit([0,1]); P = [2,3]; ? z = ellpointtoz(E, P) %2 = 3.5054552633136356529375476976257353387 ? ellwp(E, z) %3 = 2.0000000000000000000000000000000000000 ? ellztopoint(E, z) - P %4 = [6.372367644529809109 E-58, 7.646841173435770930 E-57] ? ellpointtoz(E, [0]) \\ the point at infinity %5 = 0 </pre></p> <p></p> <p> If E/<b>Q</b>_p has multiplicative reduction, then E/\bar{<b>Q</b>_p} is analytically isomorphic to \bar{<b>Q</b>}_p^*/q^<b>Z</b> (Tate curve) for some p-adic integer q. The behaviour is then as follows:</p> <p> <b>*</b> If the reduction is split (E.<code>tate[2]</code> is a <code>t_PADIC</code>), we have an isomorphism <font color=#FF0000>phi</font>: E(<b>Q</b>_p) ~ <b>Q</b>_p^*/q^<b>Z</b> and the function returns <font color=#FF0000>phi</font>(P) belongs to <b>Q</b>_p.</p> <p> <b>*</b> If the reduction is <em>not</em> split (E.<code>tate[2]</code> is a <code>t_POLMOD</code>), we only have an isomorphism <font color=#FF0000>phi</font>: E(K) ~ K^*/q^<b>Z</b> over the unramified quadratic extension K/<b>Q</b>_p. In this case, the output <font color=#FF0000>phi</font>(P) belongs to K is a <code>t_POLMOD</code>.</p> <p> <pre class="code"> ? E = ellinit([0,-1,1,0,0], O(11^5)); P = [0,0]; ? [u2,u,q] = E.tate; type(u) \\ split multiplicative reduction %2 = "t_PADIC" ? ellmul(E, P, 5) \\ P has order 5 %3 = [0] ? z = ellpointtoz(E, [0,0]) %4 = 3 + 11^2 + 2*11^3 + 3*11^4 + O(11^5) ? z^5 %5 = 1 + O(11^5) ? E = ellinit(ellfromj(1/4), O(2^6)); x=1/2; y=ellordinate(E,x)[1]; ? z = ellpointtoz(E,[x,y]); \\ t_POLMOD of t_POL with t_PADIC coeffs ? liftint(z) \\ lift all p-adics %8 = Mod(8*u + 7, u^2 + 437) </pre></p> <p></p> <p> The library syntax is <code>GEN <b>zell</b>(GEN E, GEN P, long prec)</code>.</p> <hr></hr> <a name="ellpow"></a> <h4>ellpow(E,z,n)</h4> <p></p> <p>Deprecated alias for <code>ellmul</code>.</p> <p> The library syntax is <code>GEN <b>ellmul</b>(GEN E, GEN z, GEN n)</code>.</p> <hr></hr> <a name="ellrootno"></a> <h4>ellrootno(E,{p})</h4> <p></p> <p>E being an <em>ell</em> structure over <b>Q</b> as output by <code>ellinit</code>, this function computes the local root number of its L-series at the place p (at the infinite place if p = 0). If p is omitted, return the global root number. Note that the global root number is the sign of the functional equation and conjecturally is the parity of the rank of the \idx{Mordell-Weil group}. The equation for E needs not be minimal at p, but if the model is already minimal the function will run faster.</p> <p> The library syntax is <code>long <b>ellrootno</b>(GEN E, GEN p = NULL)</code>.</p> <hr></hr> <a name="ellsearch"></a> <h4>ellsearch(N)</h4> <p></p> <p>This function finds all curves in the <code>elldata</code> database satisfying the constraint defined by the argument N:</p> <p> <b>*</b> if N is a character string, it selects a given curve, e.g. <code>"11a1"</code>, or curves in the given isogeny class, e.g. <code>"11a"</code>, or curves with given condutor, e.g. <code>"11"</code>;</p> <p> <b>*</b> if N is a vector of integers, it encodes the same constraints as the character string above, according to the <code>ellconvertname</code> correspondance, e.g. <code>[11,0,1]</code> for <code>"11a1"</code>, <code>[11,0]</code> for <code>"11a"</code> and <code>[11]</code> for <code>"11"</code>;</p> <p> <b>*</b> if N is an integer, curves with conductor N are selected.</p> <p> If N is a full curve name, e.g. <code>"11a1"</code> or <code>[11,0,1]</code>, the output format is [N, [a_1,a_2,a_3,a_4,a_6], G] where [a_1,a_2,a_3,a_4,a_6] are the coefficients of the Weierstrass equation of the curve and G is a <b>Z</b>-basis of the free part of the \idx{Mordell-Weil group} associated to the curve.</p> <p> <pre class="code"> ? ellsearch("11a3") %1 = ["11a3", [0, -1, 1, 0, 0], []] ? ellsearch([11,0,3]) %2 = ["11a3", [0, -1, 1, 0, 0], []] </pre></p> <p></p> <p> If N is not a full curve name, then the output is a vector of all matching curves in the above format:</p> <p> <pre class="code"> ? ellsearch("11a") %1 = [["11a1", [0, -1, 1, -10, -20], []], ["11a2", [0, -1, 1, -7820, -263580], []], ["11a3", [0, -1, 1, 0, 0], []]] ? ellsearch("11b") %2 = [] </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellsearch</b>(GEN N)</code>. Also available is <code>GEN <b>ellsearchcurve</b>(GEN N)</code> that only accepts complete curve names (as <code>t_STR</code>).</p> <hr></hr> <a name="ellsigma"></a> <h4>ellsigma(L,{z = 'x},{<em>flag</em> = 0})</h4> <p></p> <p>Computes the value at z of the Weierstrass <font color=#FF0000>sigma</font> function attached to the lattice L as given by <code>ellperiods</code>(,1): including quasi-periods is useful, otherwise there are recomputed from scratch for each new z. <font color=#FF0000>sigma</font>(z, L) = z <font color=#FF0000>prod</font>_{<font color=#FF0000>omega</font> belongs to L^*} (1 - (z)/(<font color=#FF0000>omega</font>))e^{(z)/(<font color=#FF0000>omega</font>) + (z^2)/(2<font color=#FF0000>omega</font>^2)}. It is also possible to directly input L = [<font color=#FF0000>omega</font>_1,<font color=#FF0000>omega</font>_2], or an elliptic curve E as given by <code>ellinit</code> (L = <code>E.omega</code>).</p> <p> <pre class="code"> ? w = ellperiods([1,I], 1); ? ellsigma(w, 1/2) %2 = 0.47494937998792065033250463632798296855 ? E = ellinit([1,0]); ? ellsigma(E) \\ at 'x, implicitly at default seriesprecision %4 = x + 1/60*x^5 - 1/10080*x^9 - 23/259459200*x^13 + O(x^17) </pre></p> <p></p> <p> If <em>flag</em> = 1, computes an arbitrary determination of log(<font color=#FF0000>sigma</font>(z)).</p> <p> The library syntax is <code>GEN <b>ellsigma</b>(GEN L, GEN z = NULL, long flag, long prec)</code>.</p> <hr></hr> <a name="ellsub"></a> <h4>ellsub(E,<em>z1</em>,<em>z2</em>)</h4> <p></p> <p>Difference of the points z1 and z2 on the elliptic curve corresponding to E.</p> <p> The library syntax is <code>GEN <b>ellsub</b>(GEN E, GEN z1, GEN z2)</code>.</p> <hr></hr> <a name="elltaniyama"></a> <h4>elltaniyama(E, {d = <em>seriesprecision</em>})</h4> <p></p> <p>Computes the modular parametrization of the elliptic curve E/<b>Q</b>, where E is an <em>ell</em> structure as output by <code>ellinit</code>. This returns a two-component vector [u,v] of power series, given to d significant terms (<code>seriesprecision</code> by default), characterized by the following two properties. First the point (u,v) satisfies the equation of the elliptic curve. Second, let N be the conductor of E and <font color=#FF0000>Phi</font>: X_0(N)\to E be a modular parametrization; the pullback by <font color=#FF0000>Phi</font> of the N&eacute;ron differential du/(2v+a_1u+a_3) is equal to 2i<font color=#FF0000>Pi</font> f(z)dz, a holomorphic differential form. The variable used in the power series for u and v is x, which is implicitly understood to be equal to exp(2i<font color=#FF0000>Pi</font> z).</p> <p> The algorithm assumes that E is a <em>strong</em> Weil curve and that the Manin constant is equal to 1: in fact, f(x) = <font color=#FF0000>sum</font>_{n &#62; 0} <code>ellan</code>(E, n) x^n.</p> <p> The library syntax is <code>GEN <b>elltaniyama</b>(GEN E, long precdl)</code>.</p> <hr></hr> <a name="elltatepairing"></a> <h4>elltatepairing(E, P, Q, m)</h4> <p></p> <p>Computes the Tate pairing of the two points P and Q on the elliptic curve E. The point P must be of m-torsion.</p> <p> The library syntax is <code>GEN <b>elltatepairing</b>(GEN E, GEN P, GEN Q, GEN m)</code>.</p> <hr></hr> <a name="elltors"></a> <h4>elltors(E,{<em>flag</em> = 0})</h4> <p></p> <p>If E is an elliptic curve <em>defined over <b>Q</b></em>, outputs the torsion subgroup of E as a 3-component vector <code>[t,v1,v2]</code>, where <code>t</code> is the order of the torsion group, <code>v1</code> gives the structure of the torsion group as a product of cyclic groups (sorted by decreasing order), and <code>v2</code> gives generators for these cyclic groups. E must be an <em>ell</em> structure as output by <code>ellinit</code>, defined over <b>Q</b>.</p> <p></p> <p> <pre class="code"> ? E = ellinit([-1,0]); ? elltors(E) %1 = [4, [2, 2], [[0, 0], [1, 0]]] </pre></p> <p> Here, the torsion subgroup is isomorphic to <b>Z</b>/2<b>Z</b> x <b>Z</b>/2<b>Z</b>, with generators [0,0] and [1,0].</p> <p> If <em>flag</em> = 0, find rational roots of division polynomials.</p> <p> If <em>flag</em> = 1, use Lutz-Nagell (<em>much</em> slower).</p> <p> If <em>flag</em> = 2, use Doud's algorithm: bound torsion by computing #E(<b>F</b>_p) for small primes of good reduction, then look for torsion points using Weierstrass wp function (and Mazur's classification). For this variant, E must be an <em>ell</em>.</p> <p> The library syntax is <code>GEN <b>elltors0</b>(GEN E, long flag)</code>. Also available is <code>GEN <b>elltors</b>(GEN E)</code> for <code>elltors(E, 0)</code>.</p> <hr></hr> <a name="ellweilpairing"></a> <h4>ellweilpairing(E, P, Q, m)</h4> <p></p> <p>Computes the Weil pairing of the two points of m-torsion P and Q on the elliptic curve E.</p> <p> The library syntax is <code>GEN <b>ellweilpairing</b>(GEN E, GEN P, GEN Q, GEN m)</code>.</p> <hr></hr> <a name="ellwp"></a> <h4>ellwp(w,{z = 'x},{<em>flag</em> = 0})</h4> <p></p> <p>Computes the value at z of the Weierstrass wp function attached to the lattice w as given by <code>ellperiods</code>. It is also possible to directly input w = [<font color=#FF0000>omega</font>_1,<font color=#FF0000>omega</font>_2], or an elliptic curve E as given by <code>ellinit</code> (w = <code>E.omega</code>).</p> <p> <pre class="code"> ? w = ellperiods([1,I]); ? ellwp(w, 1/2) %2 = 6.8751858180203728274900957798105571978 ? E = ellinit([1,1]); ? ellwp(E, 1/2) %4 = 3.9413112427016474646048282462709151389 </pre> One can also compute the series expansion around z = 0:</p> <p> <pre class="code"> ? E = ellinit([1,0]); ? ellwp(E) \\ 'x implicitly at default seriesprecision %5 = x^-2 - 1/5*x^2 + 1/75*x^6 - 2/4875*x^10 + O(x^14) ? ellwp(E, x + O(x^12)) \\ explicit precision %6 = x^-2 - 1/5*x^2 + 1/75*x^6 + O(x^9) </pre></p> <p></p> <p> Optional <em>flag</em> means 0 (default): compute only wp(z), 1: compute [wp(z),wp'(z)].</p> <p> The library syntax is <code>GEN <b>ellwp0</b>(GEN w, GEN z = NULL, long flag, long prec)</code>. For <em>flag</em> = 0, we also have <code>GEN <b>ellwp</b>(GEN w, GEN z, long prec)</code>, and <code>GEN <b>ellwpseries</b>(GEN E, long v, long precdl)</code> for the power series in variable v.</p> <hr></hr> <a name="ellzeta"></a> <h4>ellzeta(w,{z = 'x})</h4> <p></p> <p>Computes the value at z of the Weierstrass <font color=#FF0000>zeta</font> function attached to the lattice w as given by <code>ellperiods</code>(,1): including quasi-periods is useful, otherwise there are recomputed from scratch for each new z. <font color=#FF0000>zeta</font>(z, L) = (1)/(z) + z^2<font color=#FF0000>sum</font>_{<font color=#FF0000>omega</font> belongs to L^*} (1)/(<font color=#FF0000>omega</font>^2(z-<font color=#FF0000>omega</font>)). It is also possible to directly input w = [<font color=#FF0000>omega</font>_1,<font color=#FF0000>omega</font>_2], or an elliptic curve E as given by <code>ellinit</code> (w = <code>E.omega</code>). The quasi-periods of <font color=#FF0000>zeta</font>, such that <font color=#FF0000>zeta</font>(z + a<font color=#FF0000>omega</font>_1 + b<font color=#FF0000>omega</font>_2) = <font color=#FF0000>zeta</font>(z) + a<font color=#FF0000>eta</font>_1 + b<font color=#FF0000>eta</font>_2 for integers a and b are obtained as <font color=#FF0000>eta</font>_i = 2<font color=#FF0000>zeta</font>(<font color=#FF0000>omega</font>_i/2). Or using directly <code>elleta</code>.</p> <p> <pre class="code"> ? w = ellperiods([1,I],1); ? ellzeta(w, 1/2) %2 = 1.5707963267948966192313216916397514421 ? E = ellinit([1,0]); ? ellzeta(E, E.omega[1]/2) %4 = 0.84721308479397908660649912348219163647 </pre> One can also compute the series expansion around z = 0 (the quasi-periods are useless in this case):</p> <p> <pre class="code"> ? E = ellinit([0,1]); ? ellzeta(E) \\ at 'x, implicitly at default seriesprecision %4 = x^-1 + 1/35*x^5 - 1/7007*x^11 + O(x^15) ? ellzeta(E, x + O(x^20)) \\ explicit precision %5 = x^-1 + 1/35*x^5 - 1/7007*x^11 + 1/1440257*x^17 + O(x^18) </pre></p> <p></p> <p> The library syntax is <code>GEN <b>ellzeta</b>(GEN w, GEN z = NULL, long prec)</code>.</p> <hr></hr> <a name="ellztopoint"></a> <h4>ellztopoint(E,z)</h4> <p></p> <p>E being an <em>ell</em> as output by <code>ellinit</code>, computes the coordinates [x,y] on the curve E corresponding to the complex number z. Hence this is the inverse function of <code>ellpointtoz</code>. In other words, if the curve is put in Weierstrass form y^2 = 4x^3 - g_2x - g_3, [x,y] represents the Weierstrass wp-function and its derivative. More precisely, we have x = wp(z) - b_2/12, y = wp'(z) - (a_1 x + a_3)/2. If z is in the lattice defining E over <b>C</b>, the result is the point at infinity [0].</p> <p> The library syntax is <code>GEN <b>pointell</b>(GEN E, GEN z, long prec)</code>.</p> <hr></hr> <a name="genus2red"></a> <h4>genus2red(Q,P,{p})</h4> <p></p> <p>Let Q,P be polynomials with integer coefficients. Determines the reduction at p &#62; 2 of the (proper, smooth) genus&nbsp;2 curve C/<b>Q</b>, defined by the hyperelliptic equation y^2+Qy = P. (The special fiber X_p of the minimal regular model X of C over <b>Z</b>.) If p is omitted, determines the reduction type for all (odd) prime divisors of the discriminant.</p> <p> This function rewritten from an implementation of Liu's algorithm by Cohen and Liu (1994), <code>genus2reduction-0.3</code>, see <code>http://www.math.u-bordeaux1.fr/~ liu/G2R/</code>.</p> <p> <b>CAVEAT.</b> The function interface may change: for the time being, it returns [N,<em>FaN</em>, T, V] where N is either the local conductor at p or the global conductor, <em>FaN</em> is its factorization, y^2 = T defines a minimal model over <b>Z</b>[1/2] and V describes the reduction type at the various considered&nbsp;p. Unfortunately, the program is not complete for p = 2, and we may return the odd part of the conductor only: this is the case if the factorization includes the (impossible) term 2^{-1}; if the factorization contains another power of 2, then this is the exact local conductor at 2 and N is the global conductor.</p> <p></p> <p> <pre class="code"> ? default(debuglevel, 1); ? genus2red(0,x^6 + 3*x^3 + 63, 3) (potential) stable reduction: [1, []] reduction at p: [III{9}] page 184, [3, 3], f = 10 %1 = [59049, Mat([3, 10]), x^6 + 3*x^3 + 63, [3, [1, []], ["[III{9}] page 184", [3, 3]]]] ? [N, FaN, T, V] = genus2red(x^3-x^2-1, x^2-x); \\ X_1(13), global reduction p = 13 (potential) stable reduction: [5, [Mod(0, 13), Mod(0, 13)]] reduction at p: [I{0}-II-0] page 159, [], f = 2 ? N %3 = 169 ? FaN %4 = Mat([13, 2]) \\ in particular, good reduction at 2 ! ? T %5 = x^6 + 58*x^5 + 1401*x^4 + 18038*x^3 + 130546*x^2 + 503516*x + 808561 ? V %6 = [[13, [5, [Mod(0, 13), Mod(0, 13)]], ["[I{0}-II-0] page 159", []]]] </pre></p> <p> We now first describe the format of the vector V = V_p in the case where p was specified (local reduction at&nbsp;p): it is a triple [p, <em>stable</em>, <em>red</em>]. The component <em>stable</em> = [<em>type</em>, <em>vecj</em>] contains information about the stable reduction after a field extension; depending on <em>type</em>s, the stable reduction is</p> <p> <b>*</b> 1: smooth (i.e. the curve has potentially good reduction). The Jacobian J(C) has potentially good reduction.</p> <p> <b>*</b> 2: an elliptic curve E with an ordinary double point; <em>vecj</em> contains j mod p, the modular invariant of E. The (potential) semi-abelian reduction of J(C) is the extension of an elliptic curve (with modular invariant j mod p) by a torus.</p> <p> <b>*</b> 3: a projective line with two ordinary double points. The Jacobian J(C) has potentially multiplicative reduction.</p> <p> <b>*</b> 4: the union of two projective lines crossing transversally at three points. The Jacobian J(C) has potentially multiplicative reduction.</p> <p> <b>*</b> 5: the union of two elliptic curves E_1 and E_2 intersecting transversally at one point; <em>vecj</em> contains their modular invariants j_1 and j_2, which may live in a quadratic extension of <b>F</b>_p are need not be distinct. The Jacobian J(C) has potentially good reduction, isomorphic to the product of the reductions of E_1 and E_2.</p> <p> <b>*</b> 6: the union of an elliptic curve E and a projective line which has an ordinary double point, and these two components intersect transversally at one point; <em>vecj</em> contains j mod p, the modular invariant of E. The (potential) semi-abelian reduction of J(C) is the extension of an elliptic curve (with modular invariant j mod p) by a torus.</p> <p> <b>*</b> 7: as in type 6, but the two components are both singular. The Jacobian J(C) has potentially multiplicative reduction.</p> <p> The component <em>red</em> = [<em>NUtype</em>, <em>neron</em>] contains two data concerning the reduction at p without any ramified field extension.</p> <p> The <em>NUtype</em> is a <code>t_STR</code> describing the reduction at p of C, following Namikawa-Ueno, <em>The complete classification of fibers in pencils of curves of genus two</em>, Manuscripta Math., vol. 9, (1973), pages 143-186. The reduction symbol is followed by the corresponding page number in this article.</p> <p> The second datum <em>neron</em> is the group of connected components (over an algebraic closure of <b>F</b>_p) of the N&eacute;ron model of J(C), given as a finite abelian group (vector of elementary divisors).</p> <p> If p = 2, the <em>red</em> component may be omitted altogether (and replaced by <code>[]</code>, in the case where the program could not compute it. When p was not specified, V is the vector of all V_p, for all considered p.</p> <p> <b>Notes about Namikawa-Ueno types.</b></p> <p> <b>*</b> A lower index is denoted between braces: for instance, \kbd{[I{ 2}-II-5]} means <code>[I_2-II-5]</code>.</p> <p> <b>*</b> If K and K' are Kodaira symbols for singular fibers of elliptic curves, <code>[K-K'-m]</code> and <code>[K'-K-m]</code> are the same.</p> <p> <b>*</b> <code>[K-K'--1]</code> is <code>[K'-K-<font color=#FF0000>alpha</font>]</code> in the notation of Namikawa-Ueno.</p> <p> <b>*</b> The figure <code>[2I_0-m]</code> in Namikawa-Ueno, page 159, must be denoted by <code>[2I_0-(m+1)]</code>.</p> <p> The library syntax is <code>GEN <b>genus2red</b>(GEN Q, GEN P, GEN p = NULL)</code>.</p> <p></p> <hr></hr> </BODY> </HTML>
hiplayer/giac
giac/giac-1.5.0/doc/pari/Functions_related_to_elliptic_curves.html
HTML
gpl-2.0
59,530
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Examples - Markers</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!-- Le styles --> <link href="../lib/bootstrap/css/bootstrap.css" rel="stylesheet"> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } .callout-text { color: white; padding-left: 4px; } .leaflet-tile-pane { opacity: 0.3; } #map { background-color: #292929; } </style> <link rel="stylesheet" href="../lib/bootstrap/css/bootstrap-responsive.css"> <link rel="stylesheet" href="../lib/leaflet-1.0/leaflet.css" type="text/css" media="screen"/> <link rel="stylesheet" href="../../dist/css/dvf.css" type="text/css" media="screen"/> <link rel="stylesheet" href="../css/example.css" type="text/css" media="screen"/> <link rel="stylesheet" href="../css/ui.css" type="text/css" media="screen"/> </head> <body> <div class="navbar navbar-inverse"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="#">Markers</a> <div class="nav-collapse collapse"> <ul class="nav"> <li class="active"><a href="http://humangeo.github.io/leaflet-dvf">Home</a></li> </ul> </div> <!--/.nav-collapse --> </div> </div> </div> <div class="container-fluid"> <div class="row-fluid"> <div id="map"></div> </div> </div> <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'http://www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-42733116-1', 'humangeo.github.io'); ga('send', 'pageview'); </script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="../lib/bootstrap/js/bootstrap.min.js"></script> <script type="text/javascript" src="../lib/leaflet-1.0/leaflet-src.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.1.0/moment.min.js"></script> <script type="text/javascript" src="../../dist/leaflet-dvf.js"></script> <script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.2.4"></script> <script type="text/javascript" src="../js/markers.js"></script> </body> </html>
agroknow/aginfra
sites/all/modules/ak_cp/js/leaflet_dvf/examples/html/markers.html
HTML
gpl-2.0
3,157
<!DOCTYPE html> <html> <body> <p>The new ECMASCRIPT 5 method isArray returns true when used on an array.</p> <p id="demo"></p> <script> (function(){ var fruits = ["Banana", "Orange", "Apple", "Mango"]; var argsBoundSlice = Array.prototype.slice.bind(arguments); // var argsBoundSlice = Array.prototype.slice.call(arguments, 0, 3); // var args = Array.prototype.slice.apply(arguments, [0, 3]); document.getElementById("demo").innerHTML = argsBoundSlice(1, arguments.length).join(',') + '<br>' + Array.isArray( argsBoundSlice(1)); // document.getElementById("demo").innerHTML = args.join(',') + '<br>' + Array.isArray( args); })("-rf",3,4); </script> </body> </html>
iproduct/course-javascript
js-intro-01-lab/arguments-demo.html
HTML
gpl-2.0
685
/* ----------------- */ /* Status icon rules */ /* ----------------- */ .status-icon { display: inline-block; height: 15px; padding-left: 0 !important; background-image: none; float: none !important; } .cstudio-search-result .result-item { float: left !important; } .status-icon.new:after { /* content: "*"; */ } .status-icon.disabled, .dashboard-item.disabled { text-decoration: line-through; } .dashlet-cell-wrp .status-icon.disabled.non-previewable-disabled { color: #808080; } .acn-dropdown-menu .status-icon.disabled, .dashlet-cell-wrp .status-icon.disabled { color: #0176B1; } /* Differences in the different component views (dropdown, search, etc) */ .cstudio-search-result-body .status-icon.new:after { content: ""; } .status-icon.component.private { background-position: 0 -1061px; } .status-icon.zoom-in { background-image: url("../images/icons/white-zoom-in-16.png"); background-position: 4px 1px; height: 18px; background-repeat: no-repeat; } .status-icon.zoom-out { background-image: url("../images/icons/white-zoom-out-16.png"); background-position: 4px 1px; height: 18px; background-repeat: no-repeat; } .status-icon.refresh { background-image: url("../images/icons/white-refresh-16.png"); background-position: 4px 1px; height: 18px; background-repeat: no-repeat; } .status-icon.folder .icon-container.on-open, .acn-parent-folder .icon-container.on-open{ display: none; } .status-icon.folder.closed .icon-container.on-open, .acn-parent-folder.closed .icon-container.on-open{ display: none; } .status-icon.folder.open .icon-container.on-open, .acn-parent-folder.open .icon-container.on-open{ display: inline-block; } .status-icon.folder.open .icon-container.on-closed, .acn-parent-folder.open .icon-container.on-closed{ display: none; } .cstudio-admin-console-item .contenttypes:before{ content: "\f009"; } .cstudio-admin-console-item .configuration:before{ content: "\f013"; } .cstudio-admin-console-item .groups:before{ content: "\f0c0"; } .cstudio-admin-console-item .audit:before{ content: "\f039"; } .cstudio-admin-console-item .bulkoperations:before { content: "\f0b2"; } .cstudio-admin-console-item .workflowstates:before { content: "\f013"; } .cstudio-admin-console-item .logginglevels:before { content: "\f149"; } .cstudio-admin-console-item .logconsole:before { content: "\f036"; } .cstudio-admin-console-item .previewsync:before { content: "\f021"; } .cstudio-admin-console-item .syncfromrepository:before { content: "\f021"; } .icon-container > span{ font-size: 16px; color: #7e9dbb; } .icon-container { display: inline-block; min-width: 24px; } .fa { color: #7e9dbb; } .studio-fa-stack { position: relative; display: inline-block; } .studio-fa-stack .fa { position: absolute; bottom: -2px; } .icon-container .studio-fa-stack span.studio-fa-stack-1x { font-size: 12px; left: 2px; } .f18{ font-size: 18px; } .f14{ font-size: 14px; } .f20{ font-size: 20px; } .icon-yellow{ color: #f6cc2f; } .icon-default{ color: #7e9dbb; } .icon-orange{ color: #FF8C00; } .icon-red{ color: #FF0000; } .icon-light-blue{ color: #06c9ec; } .fa-inverse{ color:#fff; } .fa-spin{ -webkit-filter: blur(0); filter: blur(0); } i.loading{ position: fixed; left: 48%; top: 50%; } .yui-simple-dialog .bd .yui-icon.fa-spin-fix{ font-size: 16.5px; line-height: 17.5px; width: 16.5px; height: 17px; letter-spacing: normal; text-indent: -0.05px; } .icon-container .studio-fa-stack .fa-video-square{ bottom: -5px; font-size: 20px; } .icon-container .studio-fa-stack .studio-fa-stack-1x.fa-image-plug{ bottom: -1px; left: 0px; } .icon-container .studio-fa-stack .studio-fa-stack-1x.fa-video-plug{ bottom: -2px; left: 1px; } .cs-item-icon.icon-container .studio-fa-stack-2x { color: #8fc6fd !important; } .cs-item-icon .live { color: transparent; } .cs-item-icon .processing, #guide-processing { color: #4879db; } .cs-item-icon .locked, #guide-locked { color: #dd7e2c; } .cs-item-icon .never-published, #guide-neverpublished { color: #14b0bf; } .cs-item-icon .deleted, #guide-deleted { color: #ce2d2d; } .cs-item-icon .el-scheduled, #guide-scheduled { color: #1fb507; } .cs-item-icon .in-workflow, #guide-inworkflow { color: #245875; } .cs-item-icon .edited, #guide-edited { color: #d0a70d ; }
vestrada/studio-ui
static-assets/themes/cstudioTheme/css/icons.css
CSS
gpl-3.0
4,578
<!doctype html> <html> <title>npm-repo</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/api/npm-repo.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../api/npm-repo.html">npm-repo</a></h1> <p>Open package repository page in the browser</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm.commands.repo(package, callback) </code></pre><h2 id="description">DESCRIPTION</h2> <p>This command tries to guess at the likely location of a package&#39;s repository URL, and then tries to open it using the <code>--browser</code> config param.</p> <p>Like other commands, the first parameter is an array. This command only uses the first element, which is expected to be a package name with an optional version number.</p> <p>This command will launch a browser, so this command may not be the most friendly for programmatic use.</p> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-repo &mdash; [email protected]</p>
howels/pi-tank
node_modules/npm/html/doc/api/npm-repo.html
HTML
gpl-3.0
3,192
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>amCharts examples</title> <link rel="stylesheet" href="style.css" type="text/css"> <script src="../amcharts/amcharts.js" type="text/javascript"></script> <script type="text/javascript"> // note, each data item has "bullet" field. var columnChartData = [{ name: "John", points: 35654, color: "#7F8DA9", bullet: "images/0.gif" }, { name: "Damon", points: 65456, color: "#FEC514", bullet: "images/1.gif" }, { name: "Patrick", points: 45724, color: "#DB4C3C", bullet: "images/2.gif" }, { name: "Mark", points: 13654, color: "#DAF0FD", bullet: "images/3.gif" }]; AmCharts.ready(function () { // SERIAL CHART var chart = new AmCharts.AmSerialChart(); chart.dataProvider = columnChartData; chart.categoryField = "name"; chart.startDuration = 1; // sometimes we need to set margins manually // autoMargins should be set to false in order chart to use custom margin values chart.autoMargins = false; chart.marginRight = 0; chart.marginLeft = 0; chart.marginBottom = 0; chart.marginTop = 0; // AXES // category var categoryAxis = chart.categoryAxis; categoryAxis.inside = true; categoryAxis.axisAlpha = 0; categoryAxis.gridAlpha = 0; categoryAxis.tickLength = 0; // value var valueAxis = new AmCharts.ValueAxis(); valueAxis.minimum = 0; valueAxis.axisAlpha = 0; valueAxis.maximum = 80000; valueAxis.dashLength = 4; chart.addValueAxis(valueAxis); // GRAPH var graph = new AmCharts.AmGraph(); graph.valueField = "points"; graph.customBulletField = "bullet"; // field of the bullet in data provider graph.bulletOffset = 16; // distance from the top of the column to the bullet graph.colorField = "color"; graph.bulletSize = 34; // bullet image should be rectangle (width = height) graph.type = "column"; graph.fillAlphas = 0.8; graph.cornerRadiusTop = 8; graph.lineAlpha = 0; chart.addGraph(graph); // WRITE chart.write("chartdiv"); }); </script> </head> <body> <div id="chartdiv" style="width: 520px; height: 400px;"></div> </body> </html>
c-martinez/DrDetectiveV1
web/stats-static/amcharts_2.10.4/samples/columnWithImages.html
HTML
gpl-3.0
3,212
<div class="page-header"> <h2><a href="index.php?site=comments">%comments%</a></h2> </div>
kevinwiede/webspell-nerv
templates/title_comments.html
HTML
gpl-3.0
95
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <title></title> <meta name="Generator" content="Cocoa HTML Writer"> <meta name="CocoaVersion" content="949.54"> <style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; min-height: 12.0px} p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #0000bf} p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 9.0px Monaco; min-height: 12.0px} p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica} p.p7 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica} p.p8 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px} p.p9 {margin: 0.0px 0.0px 0.0px 85.0px; text-indent: -85.0px; font: 12.0px Helvetica} p.p10 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica} p.p11 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica; min-height: 17.0px} p.p12 {margin: 0.0px 0.0px 0.0px 85.0px; text-indent: -85.0px; font: 12.0px Helvetica; min-height: 14.0px} p.p13 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco} p.p14 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #bf0000} p.p15 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #606060} p.p16 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 9.0px Monaco} p.p17 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 9.0px Monaco; color: #0000bf} p.p18 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 9.0px Monaco; color: #bf0000} p.p19 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 9.0px Monaco; color: #007300} span.s1 {font: 18.0px Helvetica} span.s2 {color: #0000bf} span.s3 {color: #000000} span.s4 {font: 14.0px Helvetica} span.s5 {font: 9.0px Monaco} span.s6 {color: #606060} span.s7 {color: #007300} span.s8 {font: 12.0px Helvetica; color: #000000} span.s9 {font: 12.0px Helvetica} span.Apple-tab-span {white-space:pre} </style> </head> <body> <p class="p1"><span class="s1"><b>SCView<span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b></span><b>the abstract superclass for all SC GUI widgets</b><span class="s1"><b><span class="Apple-tab-span"> </span></b></span></p> <p class="p2"><br></p> <p class="p1"><b>Inherits from: </b><a href="../../Core/Object.html"><span class="s2"><b>Object</b></span></a></p> <p class="p3"><br></p> <p class="p1">SCView is the abstract superclass for all SC GUI widgets. You cannot call SCView directly. Several key methods and variables are defined in SCView and inherited in its subclasses. This help file contains important information about many of the basic functions of all gui views, in particular defining actions, defining drag and drop, defining mouse actions, and defining key actions.</p> <p class="p2"><br></p> <p class="p4"><span class="s3"><b>See also:</b> <a href="SCWindow.html">SCWindow</a></span>, <a href="../GUI-Tools/GUI.html">GUI</a></p> <p class="p5"><br></p> <p class="p6"><b>Some Important Issues Regarding SCView</b></p> <p class="p2"><br></p> <p class="p1">If you try to set parameters of a GUI widget from a<span class="Apple-converted-space">  </span>Routine , which uses the <a href="../../Scheduling/SystemClock.html"><span class="s2">SystemClock</span></a> by default, you must wrap it in a deferred function: { myView.value_(2) }.defer .<span class="Apple-converted-space">  </span>You do not need to use .defer, if you use the <a href="../../Scheduling/AppClock.html"><span class="s2">AppClock</span></a>.</p> <p class="p5"><br></p> <p class="p6"><b>Creation / Class Methods</b></p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>*new (parent, bounds)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>parent </b>- The parent view.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>bounds </b>- An instance of <a href="../../Geometry/Rect.html"><span class="s2">Rect</span></a>, or a <a href="../../Geometry/Point.html"><span class="s2">Point</span></a> indicating width@height.</p> <p class="p5"><br></p> <p class="p10"><b>Accessing Instance and Class Variables</b></p> <p class="p11"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>parent</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>Returns the view's parent view, or nil if the view is a top view.</p> <p class="p11"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>bounds</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>bounds_ (rect)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>A <a href="../../Geometry/Rect.html"><span class="s2">Rect</span></a> determining the bounds of the View. Some containers, such as <a href="SCHLayoutView.html"><span class="s2">SCHLayoutView</span></a> and <a href="SCVLayoutView.html"><span class="s2">SCVLayoutView</span></a>, will use only the width and height of a child view's <b>bounds</b>.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>rect </b>- an instance of <a href="../../Geometry/Rect.html"><span class="s2">Rect</span></a>, or a <a href="../../Geometry/Point.html"><span class="s2">Point</span></a> indicating width@height.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>absoluteBounds</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Returns a <a href="../../Geometry/Rect.html"><span class="s2">Rect</span></a> witht he absolute bounds of the view.</p> <p class="p8"><span class="s4"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b></span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>refresh</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Refreshes the view.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>remove</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Removes the view from its <b>parent</b> view and closes the view.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>enabled</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>enabled_ (bool)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Gets / sets whether the view is enabled, ie. responds to key or mouse actions (see below). Defaults to false, but views which respond to user input default to true. Some views will be greyed if they are disabled.</p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>bool </b>- An instance of <a href="../../Core/Boolean.html"><span class="s2">Boolean</span></a>.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>canFocus</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>canFocus_ (bool)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Gets / sets whether the view can be focussed. Defualts to true.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>bool </b>- An instance of <a href="../../Core/Boolean.html"><span class="s2">Boolean</span></a>.</p> <p class="p5"><br></p> <p class="p7"><span class="s5"><span class="Apple-tab-span"> </span></span><b>hasFocus</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>focus (flag)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Gets / sets whether the view is focussed.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>flag </b>- An instance of <a href="../../Core/Boolean.html"><span class="s2">Boolean</span></a>.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>isClosed</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>notClosed</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Returns an instance of <a href="../../Core/Boolean.html"><span class="s2">Boolean</span></a> depending on whether the view is closed or not.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>onClose_(arg1)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>onClose</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>A function to be evaluated upon closing the view.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- A <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. Default value is nil.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p10"><b>Customizing Appearance</b></p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>background</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>background_ (color)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>The background color of the view.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>color </b>- An instance of <a href="../GUI-Tools/Color.html"><span class="s2">Color</span></a>.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>focusColor</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>focusColor_ (color)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>The background color of the view when it is focussed.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>color </b>- An instance of <a href="../GUI-Tools/Color.html"><span class="s2">Color</span></a>.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>visible</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>visible_ (bool)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Gets / sets whether the view is visible. Defualts to true.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>bool </b>- An instance of <a href="../../Core/Boolean.html"><span class="s2">Boolean</span></a>.</p> <p class="p12"><br></p> <p class="p12"><br></p> <p class="p10"><b>Resize Constraints</b></p> <p class="p11"><br></p> <p class="p1"><b>resize</b> takes integers 1-9 as an argument which defines how a view behaves when a window is resized.</p> <p class="p1">See <a href="../GUI-Tools/resize.html"><span class="s2">resize</span></a> for details and examples.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p5"><br></p> <p class="p10"><b>Defining Actions</b></p> <p class="p5"><br></p> <p class="p1">Actions are Functions which are evaluated when the primitive calls <b>doAction</b> in response to user input of some sort. Typically a view like <a href="SCButton.html"><span class="s2">SCButton</span></a>, <a href="SCSlider.html"><span class="s2">SCSlider</span></a>, <a href="SCPopUpMenu.html"><span class="s2">SCPopUpMenu</span></a>, etc, use <b>action</b> to store the function to be performed on user input. Many views only call <b>doAction</b> if their value has changed.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>action</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>action_(arg1)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>The action a view takes if doAction is called (normally by the primitive). See <b>doAction</b>. Many view subclasses override this methods for their own purposes.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. Default value is nil.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>addAction (func, selector)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>removeAction (func, selector)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Adds/removes an action to or from the list of functions in the variable determined by <b>selector</b>. Adding functionality to a view by the method <b>addAction</b> is useful for adding things to existing frameworks that have action functions already.</p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>func </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a>.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>selector </b>- A <a href="../../Core/Symbol.html"><span class="s2">Symbol</span></a>. Defaults to<b> \action</b>. By default, <b>addAction</b> will add a function to the <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a> of <b>action</b>, but you can also make it add a function to any other (sensible) instance or class variable in SCView by using a different selector, for example, \<b>globalKeyDownAction</b> or \<b>mouseUpAction</b> or \<b>onClose</b> . See the other action variables below.</p> <p class="p3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>(</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>w = <span class="s2">Window</span>.new(<span class="s6">"A Slider"</span>);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>a = <span class="s2">Slider</span>.new(w, <span class="s2">Rect</span>(40, 10, 300, 30));</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>w.front</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>);</p> <p class="p3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p14"><span class="s3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>// adding and removing an action:</p> <p class="p15"><span class="s3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>f = { </span><span class="s2">|sl|</span><span class="s3"> </span>"--------*******-------"<span class="s3">.postln; };</span></p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>a.addAction(f);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>a.removeAction(f);</p> <p class="p8"><br></p> <p class="p10"><b>Defining Key Actions</b></p> <p class="p11"><br></p> <p class="p1">Use the methods below to store functions to be called in response to a key event initiated by the user. If you return nil from your function, or you have no function registered, the event will bubble up to the parent view which may then respond. It will continue to bubble up unless something responds or it hits the topView of the window. You may register a function in the window's topView to respond to all unhandled events for the window.</p> <p class="p2"><br></p> <p class="p1">When calling one of the key actions , the function will be passed the following arguments (in order):</p> <p class="p2"><br></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>view</b> - The receiving instance of SCView.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>char</b> - The character pressed, possibly unprintable. Character sequences (for example ) get passed as two characters, the first one blank ( ), the second one is the unmodified character (e). This will also vary depending on the nationality the keyboard is set to.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>modifiers</b>- An integer bit field indicating the modifier keys in effect. You can examine individual flag settings using the C bitwise AND operator. For a list of these, see <a href="../GUI-Tools/modifiers.html"><span class="s2">modifiers</span></a>.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>unicode</b> - The unicode integer.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>keycode</b> - The hardware dependent keycode indicating the physical key. This will vary from machine to machine, but is useful for building musical interfaces using the computer keyboard.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>N.B.: Function key modifier may change the keycode.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>For various reasons these don't make it through cocoa:</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>most command modifiers</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>ctl-tab</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>ctl-escape</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>tab and shift tab are currently trapped by SC itself for cycling the focus through the views.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyUpAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyDownAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyUpAction_(arg1)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyDownAction_(arg1)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span>This is where you define your key actions. If these variables are nil (the default), <b>defaultKeyDownAction</b> or <b>defaultKeyUpAction</b> are called instead. Many subclasses define their own appropriate default key actions. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. The function is passed the following argument list: <b>view</b>, <b>char</b>, <b>modifiers</b>, <b>unicode</b>, <b>keycode</b>.</p> <p class="p12"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>globalKeyDownAction</b><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><b>globalKeyDownAction_(arg1)</b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>globalKeyUpAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>globalKeyUpAction_(arg1)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>A class variable. Here you can define a global key action. An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a> which is globally evaluated on a key action. See also <b>addAction (func, selector)</b> above.</p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. The function is passed the following argument list: <b>view</b>, <b>char</b>, <b>modifiers</b>, <b>unicode</b>, <b>keycode</b>.</p> <p class="p8"><br></p> <p class="p12"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyModifiersChangedAction_(arg1)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyModifiersChangedAction</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>This is where you set actions to be performed if the modifier changes. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of Function or FunctionList. The function is passed the following argument list: <b>view, modifiers</b>.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p10"><b>Defining Mouse Actions</b></p> <p class="p11"><br></p> <p class="p1">Use the methods below to store functions to be called in response to a mouse action initiated by the user. A view must be <b>enabled</b> for the mouse actions to work. The function is passed one or more arguments from the following argument list (in order):</p> <p class="p2"><br></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>view</b> - the view</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>x</b> - the x coordinate</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>y</b> - the y coordinate</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>modifiers</b> - a modifier key number. For a list of these, see <a href="../GUI-Tools/modifiers.html"><span class="s2">modifiers</span></a>.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>buttonNumber</b> - 0-left, 1-right, 2-middle, etc.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>clickCount</b> - the number of clicks within the system click time limit. At least 1.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseDownAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseDownAction_(arg1)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>This is where you set your mouse down actions. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. The function is passed the following argument list <b>view, x, y, modifiers, buttonNumber, clickCount.</b></p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseUpAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseUpAction_(arg1)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>This is where you set your mouse up actions. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. This is where you set your mouse actions. The function is passed the following argument list: <b>view</b>, <b>x</b>, <b>y</b>, <b>modifiers</b>. Default is nil.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseMoveAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseMoveAction_(arg1)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>This is where you set your mouse move actions. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. This is where you set your mouse actions. The function is passed the following argument list: <b>view</b>, <b>x</b>, <b>y</b>, <b>modifiers</b>. Default is nil.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseOverAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseOverAction_(arg1)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span>This is where you set your mouse over actions. For this to work, <b>acceptsMouseOver</b> of the parent Window must be set to true. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. The function is passed the following argument list: <b>view</b>, <b>x</b>, <b>y</b>. Default is nil.</p> <p class="p5"><br></p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>(</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>w=<span class="s2">SCWindow</span>.new.front;</p> <p class="p3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>v=<span class="s2">SCCompositeView</span>.new(w,w.view.bounds.insetBy(10)).background_(<span class="s2">Color</span>.rand);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>v.decorator=<span class="s2">FlowLayout</span>(v.bounds);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>t=<span class="s2">Array</span>.fill(9,{<span class="s2">arg</span> i; <span class="s2">var</span> n,r,q;</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>n=<span class="s2">SCCompositeView</span>.new(v,<span class="s2">Rect</span>(20,20,121,121)).background_(<span class="s2">Color</span>.rand);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>q=<span class="s2">SCStaticText</span>(n, n.bounds.moveTo(0,0).insetBy(25)).string_((70+i).asAscii).align_(<span class="s7">\center</span>);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>q.enabled=<span class="s2">true</span>;</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>q.font=<span class="s2">Font</span>.default.copy;</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>q.background_(<span class="s2">Color</span>.rand);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>q.mouseDownAction={</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>n.background_(<span class="s2">Color</span>.rand);</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>q.font=q.font.size_(5+q.font.size+7%60)</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>};</p> <p class="p3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>});</p> <p class="p13"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>)</p> <p class="p3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p10"><b>Defining Drag and Drop Actions</b></p> <p class="p11"><br></p> <p class="p1">Each view subclass has a default object that it exports when dragged from. For sliders its the value of the slider, for lists it is the currently selected numeric index etc. By setting the <b>beginDragAction</b> handler you can return a different object based on the context and your application.</p> <p class="p2"><br></p> <p class="p1">The current dragged object can be found in the classvar SCView.<b>currentDrag</b>. Files dragged from the Finder will result in an Array of Strings representing the files' paths. Objects dragged from within SuperCollider are also in SCView.<b>currentDragString</b> as a compile string. Text dragged from other applications is in SCView.<b>currentDragString</b> and the results of attempting to compile that as sc code is in SCView.<b>currentDrag.</b></p> <p class="p2"><br></p> <p class="p1">Each view subclass has a <b>defaultCanReceiveDrag</b> method that determines if the current object being dragged is possible for this view to accept, and a <b>defaultReceiveDrag</b> method for actually receiving the drag. Sliders accept numbers, simple text labels do not accept drags etc. After receiving the drag, the SCView.<b>currentDrag</b> is set to nil. Containers typically cannot receive drags by default.</p> <p class="p2"><br></p> <p class="p1">By setting the <b>canReceiveDragHandler</b> and <b>receiveDragHandler</b> you can make a view accept and receive objects based on the context and your application. (Note: currently not possible for <a href="SCStaticText.html"><span class="s2">SCStaticText</span></a>)</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>beginDragAction_(arg1)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>beginDragAction</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>This is a custom handler determining the content of the drag. If this variable is nil (the default), <b>defaultGetDrag</b> is called instead. Many views already have their own appropriate <b>defaultGetDrag. </b>See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. The function is passed the following argument list: <b>view</b>, <b>x, y</b>.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>canReceiveDragHandler_(arg1)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>canReceiveDragHandler</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span>This is where you deterimine under which conditions a view will recieve a drag. If this variable is nil (the default), <b>defaultCanReceiveDrag</b> is called instead. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. This function typically will examine <b>currentDrag,</b> an return a boolean. The function is passed the following argument list: <b>view</b>, <b>x, y</b>.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>receiveDragHandler_(arg1)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>receiveDragHandler</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span>This is where you deterimine what a view will do when it receives a drag. If this variable is nil (the default), <b>defaultReceiveDrag</b> is called instead. See also <b>addAction (func, selector)</b> above.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>arg1 </b>- An instance of <a href="../../Core/Kernel/Function.html"><span class="s2">Function</span></a> or <a href="../../Core/Kernel/FunctionList.html"><span class="s2">FunctionList</span></a>. The function is passed the following argument list: <b>view</b>, <b>x, y</b>. Typically it will then precess <b>currentDrag </b>in some way<b>.</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>dragLabel_(string)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Set a <b>string</b> to be displayed in a label while dragging, instead of displaying the object type.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>string </b>- An instance of <a href="../../Collections/String.html"><span class="s2">String</span></a>.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>(</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>w = <span class="s2">SCWindow</span>.new.front;</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>a = <span class="s2">SCButton</span>(w, <span class="s2">Rect</span>(10, 10, 200, 20)).states_([[<span class="s6">"Hi There!"</span>]]);</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>a.receiveDragHandler = { a.string = <span class="s2">SCView</span>.currentDrag.postln[0].basename};</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>a.beginDragAction = { a.dragLabel =<span class="s6">"I'm dragging: \""</span>++ a.states[0][0]++<span class="s6">"\""</span>; a.states[0][0] };</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s2">SCDragSink</span>(w,<span class="s2">Rect</span>(10,40,200,20)).align_(<span class="s7">\center</span>).string=<span class="s6">"Cmd-drag from Button to here"</span>;</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>)</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>currentDrag</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>A class variable. Contains the content fo the current drag. It is set by <b>beginDrag</b>.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>currentDragString</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>A class variable. Conatains the content fo the current drag <b>asCompileString</b> (see <a href="../../Core/Object.html"><span class="s2">Object</span></a>). It is set by <b>beginDrag.</b></p> <p class="p8"><br></p> <p class="p10"><b>Subclassing and Internal Methods</b></p> <p class="p11"><br></p> <p class="p1">The following methods are usually not used directly or are called by a primitive. Programmers can still call or override these as needed. For a Tutorial on how to subclass and <a href="SCUserView.html"><span class="s2">SCUserView</span></a> to make your own custom GUI Widgets, see <a href="SCUserViewSubclassing/SCUserView-Subclassing.html"><span class="s2">SCUserView-Subclassing</span></a><span class="s2">. </span>The tutorial is a good template for any View subclass, and clearly explains the most important method overrides.</p> <p class="p2"><span class="Apple-tab-span"> </span></p> <p class="p1">If you want to subclass a GUI class, then it is important to understand the viewClass mechanism (see below). You must set the viewCass if you want to use the primitive of the parent class.</p> <p class="p11"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>*viewClass</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Returns the current GUI class. This class method provides a mechanism to subclass existing GUI objects while still calling their primitives. It is used by many extensions and <a href="../../Extending and Customizing SC/Quarks/Quarks.html"><span class="s2">Quarks</span></a>. E.g., if I subclass <a href="SCNumberBox.html"><span class="s2">SCNumberBox</span></a> with SCMySubClass, but want to continue to use SCNumberbox's primitive, then I have to define tha class method, <b>viewClass</b>, making it return SCNumberBox instead of SCMySubClass, like this:</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p17"><span class="s8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>SCMySubClass<span class="s3"> : </span>SCNumberBox<span class="s3"> {</span></p> <p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p18"><span class="s3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>*viewClass{^</span><span class="s2">SCNumberBox</span><span class="s3">} </span>// this ensures that SCNumberBox' primitive is called</p> <p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p18"><span class="s3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>// my other methods ......</p> <p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>}</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>This is because view init methods typically contain this:</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s2">this</span>.prInit(parent.asView, argBounds.asRect,<span class="s2">this</span>.class.viewClass)</p> <p class="p5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>*paletteExample (parent, bounds)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Normally not used directly. Used by the SCInterfaceBuilder and determines if and how this class is implemented when dragged to the construction view. You can use cmd-shift-N to evoke the interface builder. All views on the Pallette override this with their own appropriate method. Override this to determine how your subclass is displayed in the interface builder.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>init (argParent, argBounds)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Creates the view and adds it to its parent.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>argParent </b>- An SCView or SCWindow SCTopView</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>argBounds </b>- an instance of <a href="../../Geometry/Rect.html"><span class="s2">Rect</span></a>, or a <a href="../../Geometry/Point.html"><span class="s2">Point</span></a> indicating width@height.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>asView</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Simply returns the view. Used for comptabliltiy with SCWindow.asView. If you want to guarantee that a view's parent will recieve a view, then write, e.g.:</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p16"><span class="s9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>{<span class="s2">arg</span> w;</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s2">SCSlider</span>(w.asView,<span class="s2">Rect</span>(10,10,150,20)</p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>}</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>getParents</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Returns and Array containting all the parents and grandparents, etc., of the view.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>id</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>id_ (id)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>findByID (id)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Internal methods.</p> <p class="p8"><br></p> <p class="p10"><b>Subclassing and Internal Methods: Actions</b></p> <p class="p11"><br></p> <p class="p1">The following methods are usually not used directly or are called by a primitive. Programmers can still call or override these as needed.</p> <p class="p2"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>doAction</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Evaluates the <b>action. </b>Typically called by the primitive of a view subclass in response to some kind of user input, with the mouse, keys, etc. Many view subclasses override this methods for their own purposes.</p> <p class="p8"><br></p> <p class="p10"><b>Subclassing and Internal Methods: Properties</b></p> <p class="p11"><br></p> <p class="p1">The following methods are usually not used directly or are called by a primitive. Programmers can still call or override these as needed. In particular, there are a number of views that return property keys, which are not implemented (yet). Typically, a sub class will implement instance methods which call getPropertyor setProperty whith the name of the method as the key. For example, the method <b>knobColor_(color) </b>might call setProperty(\knobColor, color).</p> <p class="p2"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>properties</b></p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>A list of properties to which this view responds. Most subclasses override or supplement this, getting their property list from their primitives.</p> <p class="p5"><br></p> <p class="p16"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>returns:</p> <p class="p19"><span class="s3"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>[ </span>\bounds<span class="s3">, </span>\visible<span class="s3">, </span>\enabled<span class="s3">, </span>\canFocus<span class="s3">, </span>\resize<span class="s3">, </span>\background<span class="s3">, </span>\minWidth<span class="s3">, </span>\maxWidth<span class="s3">, </span>\minHeight<span class="s3">, </span>\maxHeight<span class="s3">, </span>\knobColor<span class="s3">, </span>\step<span class="s3">, </span>\thumbSize<span class="s3">, </span>\focusColor<span class="s3">]</span></p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>getProperty (key, value)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>setProperty (key, value)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Sets the property at <b>key</b> to the <b>value</b>.</p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>key </b>- An instance of <a href="../../Core/Symbol.html"><span class="s2">Symbol</span></a>.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>value </b>- A value appropriate to the key.</p> <p class="p12"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>setPropertyWithAction (symbol, obj)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Sets the property and calls <b>doAction.</b></p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>symbol </b>- The property key. An instance of <a href="../../Core/Symbol.html"><span class="s2">Symbol</span></a>.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>obj </b>- a value appropriate to the key.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>getPropertyList</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Returns an array of property keys and their values, of the form [ [\key1, value1] , [\key2, value2] ...].</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>setPropertyList (list)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Sets a list of properties to associated values. Typically called by methods that need to set more than one property.</p> <p class="p9"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>list </b>- An Array of the form [ [\key1, value1] , [\key2, value2] ...].</p> <p class="p8"><br></p> <p class="p10"><b>Subclassing and Internal Methods: Key Actions</b></p> <p class="p11"><br></p> <p class="p1">The following methods are usually not used directly or are called by a primitive. Programmers can still call or override these as needed.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>defaultKeyUpAction</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>defaultKeyDownAction</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>These are the methods to override</b> to define defualt key actions in a subclass. The action function evaluated by default on a key action. Many views override these methods, defining their own appropreate default action. Setting the <b>keyDownAction </b>or<b> keyUpAction</b> will bypass these defaults.<span class="Apple-tab-span"> </span></p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyTyped_(arg1)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyTyped</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b><span class="Apple-tab-span"> </span></p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>Contains the key just typed.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyDown (char, modifiers, unicode, keycode)<span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyUp (char, modifiers, unicode, keycode)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Called by a primitive. Evaluates the <b>globalKeyDownAction</b> (<b>globalKeyUpAction</b>) and calls the <b>handleKeyDownBubbling</b> (<b>handleKeyUpBubbling</b>) method.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>handleKeyDownBubbling (view, char, modifiers, unicode, keycode)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>handleKeyUpBubbling (view, char, modifiers, unicode, keycode)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Called by <b>keyDown</b> or <b>keyUp,</b> and either evaluated the key actions, or bubbles up to the parent view, which may then respond.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>keyModifiersChanged (modifiers)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Evaluates the <b>keyModifiersChangedAction</b> and calls the <b>handleKeyModifiersChangedBubbling</b> method.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>handleKeyModifiersChangedBubbling (view, modifiers)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Called by <b>keyModifiersChanged,</b> and either evaluated the <b>keyModifiersChangedAction</b>, or bubbles up to the parent view, which may then respond.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p10"><b>Subclassing and Internal Methods: Mouse Actions</b></p> <p class="p11"><br></p> <p class="p1">The following methods are usually not used directly or are called by a primitive. Programmers can still call or override these as needed.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseDown (x, y, modifiers, buttonNumber, clickCount)</b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseUp (x, y, modifiers)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseMove (x, y, modifiers)</b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>mouseOver (x, y)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>These are the methods to override</b> in your subclass<b>. </b>If you override these, remember to call <b>mouseDownAction</b>, <b>mouseUpAction</b>, <b>mousMoveAction</b>, or <b>mouseOverAction</b> in your method so that users can still set addidtional custom mouse actions. These are called by the primitive.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p10"><b>Subclassing and Internal Methods: Drag and Drop Actions</b></p> <p class="p11"><br></p> <p class="p1">The following methods are usually not used directly or are called by a primitive. Programmers can still call or override these as needed.</p> <p class="p2"><br></p> <p class="p1">The next three methods are the ones you will most likely override in your custom View subclass</p> <p class="p2"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>defaultGetDrag</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>Override this in your subclass</b>. The default method for determining the content of a drag. Many subclases override this for their specific behaviors. called by <b>beginDrag</b>.</p> <p class="p8"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>defaultCanReceiveDrag</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>Override this in your subclass</b>. The default method for determining under which condidtions a view will recieve a drag. Many subclases override this for their specific behaviors. Called by <b>canReceiveDrag.</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span>defaultReceiveDrag</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>Override this in your subclass</b>. The default method for determining what to do with a recieved . Many subclases override this for their specific behaviors. Called by <b>receiveDrag.</b></p> <p class="p2"><br></p> <p class="p2"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>*importDrag</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Called when an NSString is the drag object from outside of the SC app.</p> <p class="p7"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><b>Override this in your subclass.</b></p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>beginDrag</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Called by the primitive. Calls <b>beginDragAction </b>or<b> defaultGetDrag</b>, depending on whether <b>beginDragAction</b> is nil.</p> <p class="p5"><br></p> <p class="p7"><b><span class="Apple-tab-span"> </span>canReceiveDrag</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><b><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b>Called by the primitive. Calls <b>beginDragAction </b>or<b> defaultGetDrag</b>, depending on whether <b>beginDragAction</b> is nil.</p> <p class="p8"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></p> <p class="p7"><b><span class="Apple-tab-span"> </span>receiveDrag (x, y)</b></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p7"><span class="s5"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></span>Called by the primitive. Calls <b>canReceiveDragHandler.</b></p> <p class="p5"><br></p> <p class="p8"><b><span class="Apple-tab-span"> </span></b></p> <p class="p5"><br></p> </body> </html>
danstowell/SuperCute
common/build/Help/GUI/Cocoa-GUI/SCView.html
HTML
gpl-3.0
61,865
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>BinaryEncoder (Apache Commons Codec 1.9 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="BinaryEncoder (Apache Commons Codec 1.9 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/BinaryEncoder.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/commons/codec/BinaryDecoder.html" title="interface in org.apache.commons.codec"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/commons/codec/BinaryEncoder.html" target="_top">Frames</a></li> <li><a href="BinaryEncoder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.commons.codec</div> <h2 title="Interface BinaryEncoder" class="title">Interface BinaryEncoder</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd><a href="../../../../org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec">Encoder</a></dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</a>, <a href="../../../../org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</a>, <a href="../../../../org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</a>, <a href="../../../../org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</a>, <a href="../../../../org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</a>, <a href="../../../../org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</a>, <a href="../../../../org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">BinaryEncoder</span> extends <a href="../../../../org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec">Encoder</a></pre> <div class="block">Defines common encoding methods for byte array encoders.</div> <dl><dt><span class="strong">Version:</span></dt> <dd>$Id: BinaryEncoder.java 1379145 2012-08-30 21:02:52Z tn $</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/commons/codec/BinaryEncoder.html#encode(byte[])">encode</a></strong>(byte[]&nbsp;source)</code> <div class="block">Encodes a byte array and return the encoded data as a byte array.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.commons.codec.Encoder"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.apache.commons.codec.<a href="../../../../org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec">Encoder</a></h3> <code><a href="../../../../org/apache/commons/codec/Encoder.html#encode(java.lang.Object)">encode</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="encode(byte[])"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>encode</h4> <pre>byte[]&nbsp;encode(byte[]&nbsp;source) throws <a href="../../../../org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</a></pre> <div class="block">Encodes a byte array and return the encoded data as a byte array.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - Data to be encoded</dd> <dt><span class="strong">Returns:</span></dt><dd>A byte array containing the encoded data</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</a></code> - thrown if the Encoder encounters a failure condition during the encoding process.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/BinaryEncoder.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/commons/codec/BinaryDecoder.html" title="interface in org.apache.commons.codec"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/commons/codec/BinaryEncoder.html" target="_top">Frames</a></li> <li><a href="BinaryEncoder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
LordTerbium/Ampl
libs/commons-codec-1.9/apidocs/org/apache/commons/codec/BinaryEncoder.html
HTML
gpl-3.0
9,551
/* Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #23241f; -webkit-text-size-adjust: none; } .hljs, .hljs-tag, .css .hljs-rule, .css .hljs-value, .aspectj .hljs-function, .css .hljs-function .hljs-preprocessor, .hljs-pragma { color: #f8f8f2; } .hljs-strongemphasis, .hljs-strong, .hljs-emphasis { color: #a8a8a2; } .hljs-bullet, .hljs-blockquote, .hljs-horizontal_rule, .hljs-number, .hljs-regexp, .alias .hljs-keyword, .hljs-literal, .hljs-hexcolor { color: #ae81ff; } .hljs-tag .hljs-value, .hljs-code, .hljs-title, .css .hljs-class, .hljs-class .hljs-title:last-child { color: #a6e22e; } .hljs-link_url { font-size: 80%; } .hljs-strong, .hljs-strongemphasis { font-weight: bold; } .hljs-emphasis, .hljs-strongemphasis, .hljs-class .hljs-title:last-child, .hljs-typename { font-style: italic; } .hljs-keyword, .ruby .hljs-class .hljs-keyword:first-child, .ruby .hljs-function .hljs-keyword, .hljs-function, .hljs-change, .hljs-winutils, .hljs-flow, .nginx .hljs-title, .tex .hljs-special, .hljs-header, .hljs-attribute, .hljs-symbol, .hljs-symbol .hljs-string, .hljs-tag .hljs-title, .hljs-value, .alias .hljs-keyword:first-child, .css .hljs-tag, .css .unit, .css .hljs-important { color: #f92672; } .hljs-function .hljs-keyword, .hljs-class .hljs-keyword:first-child, .hljs-aspect .hljs-keyword:first-child, .hljs-constant, .hljs-typename, .hljs-name, .css .hljs-attribute { color: #66d9ef; } .hljs-variable, .hljs-params, .hljs-class .hljs-title, .hljs-aspect .hljs-title { color: #f8f8f2; } .hljs-string, .css .hljs-id, .hljs-subst, .hljs-type, .ruby .hljs-class .hljs-parent, .hljs-built_in, .django .hljs-template_tag, .django .hljs-variable, .smalltalk .hljs-class, .django .hljs-filter .hljs-argument, .smalltalk .hljs-localvars, .smalltalk .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-addition, .hljs-stream, .hljs-envvar, .apache .hljs-tag, .apache .hljs-cbracket, .tex .hljs-command, .hljs-prompt, .hljs-link_label, .hljs-link_url { color: #e6db74; } .hljs-comment, .hljs-javadoc, .hljs-annotation, .hljs-decorator, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-shebang, .apache .hljs-sqbracket, .tex .hljs-formula { color: #75715e; } .coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata, .xml .php, .php .xml { opacity: 0.5; } a { text-decoration:none; } .md_result{ font-family:Arial; font-size:100%; color: #2c3f51; box-sizing:border-box; background-color: #ffffff; padding:10px 10px 13px 10px; /*margin:0;*/ height:100%; } pre { background-color: #23241f; border-width: 0; border-radius: 0; } pre code { font-size: 14px; } code { font-family: Courier New; } p code { color: #2c3f51; background-color: #e0e0e0; font-size: 14px; padding: 3px; border-radius: 3px; } ul code { color: #2c3f51; background-color: #e0e0e0; padding: 3px; font-size: 14px; border-radius: 3px; } ol code { color: #2c3f51; background-color: #e0e0e0; padding: 3px; font-size: 14px; border-radius: 3px; } h1, h2, h3, h4, h5, h6 { /*color: #2c3f51;*/ font-weight: bold; } p { /*color: #2c3f51;*/ font-size: 17px; font-weight: 500; } ol, ul { font-size: 17px; font-weight: 500; } h1 { font-size: 46px; margin-bottom: 36px; margin-top: 36px; /*margin: 0.67em 0;*/ } h2 { font-size: 36px; } h3 { font-size: 28px; } h4 { font-size: 24px; } h5 { font-size: 21px; } h6 { font-size: 18px; } h2, h3 { margin-bottom: 30px; margin-top: 30px; } h4, h5, h6 { margin-bottom: 24px; margin-top: 24px; } blockquote { background: #f9f9f9; border-left: 10px solid #2196f3; border-right: 1px solid #2196f3; font-family: Georgia, serif; font-size: 16px; line-height: 1.4; color: #757575; text-align: justify; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019"; } blockquote:before { color: #ccc; content: "\201C"; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } blockquote p { display: inline; } blockquote a{ text-decoration: none; background: #eee; cursor: pointer; padding: 0 3px; color: #2196f3; } blockquote a:hover{ color: #757575; } blockquote em{ font-style: italic; } table { border-collapse:collapse; } table, th, td { border: 1px solid #e0e0e0; } table th { font-weight: bold; padding: 10px; } table td { padding: 10px; } img { max-width: 100%; }
egrcc/Mango
css/preview.css
CSS
gpl-3.0
5,863
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by mixed-content/generic/tools/generate.py using mixed-content/generic/template/test.release.html.template. --> <html> <head> <title>Mixed-Content: Blockable content</title> <meta charset='utf-8'> <meta name="description" content="Test behavior of blockable content."> <link rel="author" title="Kristijan Burnik" href="[email protected]"> <link rel="help" href="http://www.w3.org/TR/mixed-content/#category-blockable"> <meta name="assert" content="opt_in_method: no-opt-in origin: same-host-http source_scheme: https context_nesting: top-level redirection: keep-scheme-redirect subresource: worklet-layout-data-import expectation: blocked"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/mixed-content/generic/common.js"></script> <script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></script> </head> <body> <script> MixedContentTestCase( { "opt_in_method": "no-opt-in", "origin": "same-host-http", "source_scheme": "https", "context_nesting": "top-level", "redirection": "keep-scheme-redirect", "subresource": "worklet-layout-data-import", "expectation": "blocked" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
sadmansk/servo
tests/wpt/web-platform-tests/mixed-content/worklet-layout-data-import/no-opt-in/same-host-http/top-level/keep-scheme-redirect/blockable/no-opt-in-blocks.https.html
HTML
mpl-2.0
1,714
{% load i18n %} {% if msg_detail %} <div class="alert alert-success"> <strong>{% trans "alert"|title %} : </strong> {{ msg_detail|capfirst }} </div> {% endif %} {% if error_detail %} <div class="alert alert-error"> <strong>{% trans "alert"|title %} : </strong> {{ error_detail|capfirst }} </div> {% endif %} <br/> <form class="well" action="" method="post">{% csrf_token %} {% for field in user_detail_form %} <div class="row{% if field.errors %} control-group error{% endif %}"> <div class="span2"> <label class="control-label" for="{{ field.auto_id }}"> {{ field.label|title }} </label> </div> <div class="span4">{{ field }} {% if field.errors %} <span class="help-inline">{{ field.errors|removetags:"ul li"|safe }}</span> {% endif %} <span class="help-block">{{ field.help_text|capfirst }} </span> </div> </div> {% endfor %} {% for field in user_detail_extened_form %} <div class="row{% if field.errors %} control-group error{% endif %}"> <div class="span2"> <label class="control-label" for="{{ field.auto_id }}"> {{ field.label|title }} </label> </div> <div class="span4">{{ field }} {% if field.errors %} <span class="help-inline">{{ field.errors|removetags:"ul li"|safe }}</span> {% endif %} <span class="help-block">{{ field.help_text|capfirst }} </span> </div> </div> {% endfor %} <div class="actions"> <input type="hidden" name="action" value="tabs-1" /> <input type="hidden" name="form-type" value="change-detail" /> <input type="submit" class="btn btn-primary" value="{% trans 'change detail'|title %}" /> </div> </form>
hardikk/newfies-dialer
newfies/templates/frontend/registration/user_account.html
HTML
mpl-2.0
1,979
[% IF pagefooter %] <footer role="contentinfo"> [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] </div><!-- .content role=main --> </div><!-- .container --> [% IF c.cobrand.moniker == 'fixmystreet' AND bodyclass != 'mappage' %] [% INCLUDE 'footer-nav.html' %] [% END %] </div><!-- .table-cell --> <div class="nav-wrapper"> <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> <ul id="main-menu"> [% selected = c.req.uri.path == '/' %] <li [% selected ? 'class="menu-item-selected"' : '' %]> <[% IF selected %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"> [% loc("Report a problem") %]</[% selected == '/' ? 'span' : 'a' %]></li> [% selected = c.req.uri.path == '/my' %] <li [% selected ? 'class="menu-item-selected"' : '' %]> <[% IF selected %]span[% ELSE %]a href="/my"[% END %]> [% loc("Your reports") %]</[% selected ? 'span' : 'a' %]></li> [% selected = c.req.uri.path == '/reports/Harrogate' %] <li [% selected ? 'class="menu-item-selected"' : '' %]> <[% IF selected %]span[% ELSE %]a href="/reports"[% END %]> [% loc("All reports") %]</[% selected ? 'span' : 'a' %]></li> [% selected = c.req.uri.path == '/alert' %] <li [% selected ? 'class="menu-item-selected"' : '' %]> <[% IF selected %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END %]> [% loc("Local alerts") %]</[% selected ? 'span' : 'a' %]></li> [% selected = c.req.uri.path == '/faq' %] <li [% selected ? 'class="menu-item-selected"' : '' %]> <[% IF selected %]span[% ELSE %]a href="/faq"[% END %]> [% loc("Help") %]</[% selected ? 'span' : 'a' %]></li> [% selected = c.req.uri.path == '/privacy' %] <li id="top-nav-privacy" [% selected ? 'class="menu-item-selected"' : '' %]> <[% IF selected %]span[% ELSE %]a href="/privacy"[% END %]> [% loc("Privacy") %]</[% selected ? 'span' : 'a' %]></li> </ul> </div> </div> </div> <!-- [% INCLUDE 'debug_footer.html' %] --> </div> <!-- .wrapper --> </body> </html>
otmezger/fixmystreet
templates/web/harrogate/footer.html
HTML
agpl-3.0
2,875
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Signals2 API Changes</title> <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../signals2.html" title="Chapter&#160;35.&#160;Boost.Signals2"> <link rel="prev" href="rationale.html" title="Design Rationale"> <link rel="next" href="tests.html" title="Testsuite"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> <td align="center"><a href="../../../index.html">Home</a></td> <td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="rationale.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../signals2.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tests.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="signals2.api_changes"></a>Signals2 API Changes</h2></div></div></div> <div class="toc"><dl class="toc"> <dt><span class="section"><a href="api_changes.html#signals2.porting">Porting from Boost.Signals to Boost.Signals2</a></span></dt> <dt><span class="section"><a href="api_changes.html#signals2.api_history">Signals2 API Development</a></span></dt> </dl></div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="signals2.porting"></a>Porting from Boost.Signals to Boost.Signals2</h3></div></div></div> <p>The changes made to the Boost.Signals2 API compared to the original Boost.Signals library are summarized below. We also provide some notes on dealing with each change while porting existing Boost.Signals code to Boost.Signals2. </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> <p>The namespace <code class="computeroutput">boost::signals</code> has been replaced by <code class="computeroutput">boost::signals2</code> to avoid conflict with the original Boost.Signals implementation, as well as the Qt "signals" macro. All the Boost.Signals2 classes are inside the <code class="computeroutput">boost::signals2</code> namespace, unlike the original Boost.Signals which has some classes in the <code class="computeroutput">boost</code> namespace in addition to its own <code class="computeroutput">boost::signals</code> namespace. </p> <p> The Boost.Signals2 header files are contained in the <code class="computeroutput">boost/signals2/</code> subdirectory instead of the <code class="computeroutput">boost/signals</code> subdirectory used by the original Boost.Signals. Furthermore, all the headers except for the convenience header <code class="computeroutput">boost/signals2.hpp</code> are inside the <code class="computeroutput">boost/signals2/</code> subdirectory, unlike the original Boost.Signals which keeps a few headers in the parent <code class="computeroutput">boost/</code> directory in addition to its own <code class="computeroutput">boost/signals/</code> subdirectory. </p> <p> For example, the <code class="computeroutput">signal</code> class is now in the <code class="computeroutput">boost::signals2</code> namespace instead of the <code class="computeroutput">boost</code> namespace, and it's header file is now at <code class="computeroutput">boost/signals2/signal.hpp</code> instead of <code class="computeroutput">boost/signal.hpp</code>. </p> <p> While porting, only trivial changes to <code class="computeroutput">#include</code> directives and namespace qualifications should be required to deal with these changes. Furthermore, the new namespace and header locations for Boost.Signals2 allow it to coexist in the same program with the original Boost.Signals library, and porting can be performed piecemeal. </p> </li> <li class="listitem"> <p> Automatic connection management is now achieved through the use of <code class="computeroutput">shared_ptr</code>/<code class="computeroutput">weak_ptr</code> and <code class="computeroutput"><a class="link" href="../boost/signals2/slot.html#idp946327408-bb">signals2::slot::track</a></code>(), as described in the <a class="link" href="tutorial.html#signals2.tutorial.connection-management" title="Automatic Connection Management (Intermediate)">tutorial</a>. However, the old (thread-unsafe) Boost.Signals scheme of automatic connection management is still supported via the <code class="computeroutput"><a class="link" href="../boost/signals2/trackable.html" title="Class trackable">boost::signals2::trackable</a></code> class. </p> <p> If you do not intend to make your program multi-threaded, the easiest porting path is to simply replace your uses of <code class="computeroutput"><a class="link" href="../boost/signals/trackable.html" title="Class trackable">boost::signals::trackable</a></code> as a base class with <code class="computeroutput"><a class="link" href="../boost/signals2/trackable.html" title="Class trackable">boost::signals2::trackable</a></code>. Boost.Signals2 uses the same <code class="computeroutput"><a class="link" href="../boost/visit_each.html" title="Function template visit_each">boost::visit_each</a></code> mechanism to discover <code class="computeroutput">trackable</code> objects as used by the original Boost.Signals library. </p> </li> <li class="listitem"> <p>Support for postconstructors (and predestructors) on objects managed by <code class="computeroutput">shared_ptr</code> has been added with the <code class="computeroutput"><a class="link" href="../boost/signals2/deconstruct.html" title="Function deconstruct">deconstruct</a></code> factory function. This was motivated by the importance of <code class="computeroutput">shared_ptr</code> for the new connection tracking scheme, and the inability to obtain a <code class="computeroutput">shared_ptr</code> to an object in its constructor. The use of <code class="computeroutput"><a class="link" href="../boost/signals2/deconstruct.html" title="Function deconstruct">deconstruct</a></code> is described in the <a class="link" href="tutorial.html#signals2.tutorial.deconstruct" title="Postconstructors and Predestructors (Advanced)">tutorial</a>. </p> <p> The use of <code class="computeroutput"><a class="link" href="../boost/signals2/deconstruct.html" title="Function deconstruct">deconstruct</a></code> is in no way required, it is only provided in the hope it may be useful. You may wish to use it if you are porting code where a class creates connections to its own member functions in its constructor, and you also wish to use the new automatic connection management scheme. You could then move the connection creation from the constructor to to the an <code class="computeroutput">adl_postconstruct</code> function, where a reference to the owning <code class="computeroutput">shared_ptr</code> is available for passing to <code class="computeroutput"><a class="link" href="../boost/signals2/slot.html#idp946327408-bb">signals2::slot::track</a></code>. The <code class="computeroutput"><a class="link" href="../boost/signals2/deconstruct.html" title="Function deconstruct">deconstruct</a></code> function would be used create objects of the class and run their associated <code class="computeroutput">adl_postconstruct</code> function. You can enforce use of <code class="computeroutput"><a class="link" href="../boost/signals2/deconstruct.html" title="Function deconstruct">deconstruct</a></code> by making the class' constructors private and declaring <code class="computeroutput"><a class="link" href="../boost/signals2/deconstruct_access.html" title="Class deconstruct_access">deconstruct_access</a></code> a friend. </p> </li> <li class="listitem"> <p> The <code class="computeroutput"><a class="link" href="../boost/signals2/slot.html" title="Class template slot">signals2::slot</a></code> class takes a new <code class="computeroutput">Signature</code> template parameter, is useable as a function object, and has some additional features to support the new Boost.Signals2 automatic connection management scheme. </p> <p> The changes to the slot class should generally not cause any porting difficulties, especially if you are using the <code class="computeroutput"><a class="link" href="../boost/signals2/trackable.html" title="Class trackable">boost::signals2::trackable</a></code> compatibility class mentioned above. If you are converting your code over to use the new automatic connection management scheme, you will need to employ some of the new slot features, as described in the <a class="link" href="tutorial.html#signals2.tutorial.connection-management" title="Automatic Connection Management (Intermediate)">tutorial</a>. </p> </li> <li class="listitem"> <p> The <code class="computeroutput"><a class="link" href="../boost/signals2/optional_last_value.html" title="Class template optional_last_value">optional_last_value</a></code> class has replaced <code class="computeroutput">last_value</code> as the default combiner for signals. </p> <p> The <code class="computeroutput"><a class="link" href="../boost/signals2/last_value.html" title="Class template last_value">signals2::last_value</a></code> combiner is still provided, although its behavior is slightly changed in that it throws an exception when no slots are connected on signal invocation, instead of always requiring at least one slot to be connected (except for its void specialization which never required any slots to be connected). </p> <p> If you are porting signals which have a <code class="computeroutput">void</code> return type in their signature and they use the default combiner, there are no changes required. If you are using the default combiner with a non-void return type and care about the value returned from signal invocation, you will have to take into account that <code class="computeroutput"><a class="link" href="../boost/signals2/optional_last_value.html" title="Class template optional_last_value">optional_last_value</a></code> returns a <code class="computeroutput">boost::optional</code> instead of a plain value. One simple way to deal with this is to use <code class="computeroutput">boost::optional::operator*()</code> to access the value wrapped inside the returned <code class="computeroutput">boost::optional</code>. </p> <p> Alternatively, you could do a port by specifying the <code class="computeroutput">Combiner</code> template parameter for your <code class="computeroutput">signals2::signal</code> to be <code class="computeroutput"><a class="link" href="../boost/signals2/last_value.html" title="Class template last_value">signals2::last_value</a></code>. </p> </li> <li class="listitem"> <p> The <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html" title="Class template signal">signals2::signal</a></code> class has an additional typedef <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html#boost.signals2.signal.extended_slot_type">signals2::signal::extended_slot_type</a></code> and new <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html#idp946088976-bb">signals2::signal::connect_extended</a></code>() methods. These allow connection of slots which take an additional <code class="computeroutput"><a class="link" href="../boost/signals2/connection.html" title="Class connection">signals2::connection</a></code> argument, giving them thread-safe access to their signal/slot connection when they are invoked. There is also a new <code class="computeroutput">ExtendedSlotFunction</code> template parameter for specifying the underlying slot function type for the new extended slots. </p> <p> These additions should have no effect on porting unless you are also converting your program from a single threaded program into a multi-threaded one. In that case, if you have slots which need access to their <code class="computeroutput"><a class="link" href="../boost/signals2/connection.html" title="Class connection">signals2::connection</a></code> to the signal invoking them (for example to block or disconnect their connection) you may wish to connect the slots with <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html#idp946088976-bb">signals2::signal::connect_extended</a></code>(). This also requires adding an additional connection argument to the slot. More information on how and why to use extended slots is available in the <a class="link" href="tutorial.html#signals2.tutorial.extended-slot-type" title="Giving a Slot Access to its Connection (Advanced)">tutorial</a>. </p> </li> <li class="listitem"> <p> The <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html" title="Class template signal">signals2::signal</a></code> class has a new <code class="computeroutput">Mutex</code> template parameter for specifying the mutex type used internally by the signal and its connections. </p> <p> The <code class="computeroutput">Mutex</code> template parameter can be left to its default value of <code class="computeroutput"><a class="link" href="../boost/signals2/mutex.html" title="Class mutex">boost::signals2::mutex</a></code> and should have little effect on porting. However, if you have a single-threaded program and are concerned about incuring a performance overhead from unneeded mutex locking, you may wish to use a different mutex for your signals such as <code class="computeroutput"><a class="link" href="../boost/signals2/dummy_mutex.html" title="Class dummy_mutex">dummy_mutex</a></code>. See the <a class="link" href="tutorial.html#signals2.tutorial.signal-mutex-template-parameter" title="Changing the Mutex Type of a Signal (Advanced).">tutorial</a> for more information on the <code class="computeroutput">Mutex</code> parameter. </p> </li> <li class="listitem"> <p>The <code class="computeroutput">signal::combiner()</code> method, which formerly returned a reference to the signal's combiner has been replaced by <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html#idp946146736-bb">signals2::signal::combiner</a></code> (which now returns the combiner by value) and <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html#idp946149344-bb">signals2::signal::set_combiner</a></code>. </p> <p> During porting it should be straightforward to replace uses of the old reference-returning <code class="computeroutput">signal::combiner()</code> function with the new "by-value" <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html#idp946146736-bb">signals2::signal::combiner</a></code> and <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html#idp946149344-bb">signals2::signal::set_combiner</a></code> functions. However, you will need to inspect each call of the <code class="computeroutput">combiner</code> method in your code to determine if your program logic has been broken by the changed return type. </p> </li> <li class="listitem"> <p>Connections no longer have <code class="computeroutput">block()</code> and <code class="computeroutput">unblock()</code> methods. Blocking of connections is now accomplished by creating <code class="computeroutput"><a class="link" href="../boost/signals2/shared_connection_block.html" title="Class shared_connection_block">shared_connection_block</a></code> objects, which provide RAII-style blocking. </p> <p> If you have existing Boost.Signals code that blocks, for example: </p> <pre class="programlisting"> namespace bs = boost::signals; bs::connection my_connection; //... my_connection.block(); do_something(); my_connection.unblock(); </pre> <p> then the version ported to Boost.Signals2 would look like: </p> <pre class="programlisting"> namespace bs2 = boost::signals2; bs2::connection my_connection; //... { bs2::shared_connection_block blocker(my_connection); do_something(); } // blocker goes out of scope here and releases its block on my_connection </pre> </li> </ul></div> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="signals2.api_history"></a>Signals2 API Development</h3></div></div></div> <div class="toc"><dl class="toc"> <dt><span class="section"><a href="api_changes.html#signals2.api_history.1-56">Version 1.56</a></span></dt> <dt><span class="section"><a href="api_changes.html#signals2.api_history.1-45">Version 1.45</a></span></dt> <dt><span class="section"><a href="api_changes.html#signals2.api_history.1-40">Version 1.40</a></span></dt> <dt><span class="section"><a href="api_changes.html#signals2.api_history.1-39">Version 1.39</a></span></dt> </dl></div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="signals2.api_history.1-56"></a>Version 1.56</h4></div></div></div> <p> Version 1.56 modified the behavior of the signal destructor, in that it no longer explicitly calls disconnect_all_slots. Any signal invocations running concurrently with the signal destructor should now complete normally, rather than skipping all remaining slots. Once all concurrent signal invocations complete, all connections to the deleted signal will still ultimately be disconnected. This change brings Boost.Signals2 behavior closer to the behavior of the original Boost.Signals library. </p> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="signals2.api_history.1-45"></a>Version 1.45</h4></div></div></div> <p> Version 1.45 added <code class="computeroutput"><a class="link" href="../boost/signals2/slot.html#idp946341424-bb">slot::track_foreign</a></code>(). This method allows tracking of objects owned by <code class="computeroutput">shared_ptr</code> classes other than <code class="computeroutput">boost::shared_ptr</code>, for example <code class="computeroutput">std::shared_ptr</code>. </p> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="signals2.api_history.1-40"></a>Version 1.40</h4></div></div></div> <p> Version 1.40 adds a few new features to the <code class="computeroutput"><a class="link" href="../boost/signals2/shared_connection_block.html" title="Class shared_connection_block">shared_connection_block</a></code> class to make it more flexible: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p> <code class="computeroutput"><a class="link" href="../boost/signals2/shared_connection_block.html" title="Class shared_connection_block">shared_connection_block</a></code> is now default constructible. </p></li> <li class="listitem"><p> A <code class="computeroutput"><a class="link" href="../boost/signals2/shared_connection_block.html" title="Class shared_connection_block">shared_connection_block</a></code> may now be constructed without immediately blocking its connection. </p></li> <li class="listitem"><p> The <code class="computeroutput"><a class="link" href="../boost/signals2/shared_connection_block.html#idp946003920-bb">shared_connection_block::connection</a></code>() query has been added, to provide access to the <code class="computeroutput">shared_connection_block</code>s associated connection. </p></li> </ul></div> <p> </p> <p>Version 1.40 also introduces a variadic templates implementation of Signals2, which is used when Boost detects compiler support for variadic templates (variadic templates are a new feature of C++11). This change is mostly transparent to the user, however it does introduce a few visible tweaks to the interface as described in the following. </p> <p> The following library features are deprecated, and are only available if your compiler is NOT using variadic templates (i.e. BOOST_NO_CXX11_VARIADIC_TEMPLATES is defined by Boost.Config). </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p> The "portable syntax" signal and slot classes, i.e. signals2::signal0, signal1, etc. </p></li> <li class="listitem"><p> The arg1_type, arg2_type, etc. member typedefs in the <code class="computeroutput"><a class="link" href="../boost/signals2/signal.html" title="Class template signal">signals2::signal</a></code> and <code class="computeroutput"><a class="link" href="../boost/signals2/slot.html" title="Class template slot">signals2::slot</a></code> classes. They are replaced by the template member classes <code class="computeroutput"><a class="link" href="../boost/signals2/signal/arg.html" title="Class template arg">signals2::signal::arg</a></code> and <code class="computeroutput"><a class="link" href="../boost/signals2/slot/arg.html" title="Class template arg">signals2::slot::arg</a></code>. </p></li> </ul></div> <p> </p> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="signals2.api_history.1-39"></a>Version 1.39</h4></div></div></div> <p>Version 1.39 is the first release of Boost to include the Signals2 library.</p> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"><p><small>Last revised: June 12, 2007 at 14:01:23 -0400</small></p></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2004 Douglas Gregor<br>Copyright &#169; 2007-2009 Frank Mori Hess<p>Distributed under the Boost Software License, Version 1.0. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="rationale.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../signals2.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tests.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
ntonjeta/iidea-Docker
examples/sobel/src/boost_1_63_0/doc/html/signals2/api_changes.html
HTML
agpl-3.0
24,706
<!--Copyright (c) 1999, 2014 Oracle and/or its affiliates. All rights reserved.--> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686) [Netscape]"> </head> <body> <h2> <a NAME="Locking Commands"></a>Locking Commands</h2> Most locking commands work with the environment handle.&nbsp; However, when a user gets a lock we create a new lock handle that they then use with in a similar manner to all the other handles to release the lock.&nbsp; We present the general locking functions first, and then those that manipulate locks. <p><b>> &lt;env> lock_detect [default|oldest|youngest|random]</b> <p>This command runs the deadlock detector.&nbsp; It directly translates to the <a href="../../docs/api_c/lock_detect.html">lock_detect</a> DB call.&nbsp; It returns either a 0 (for success), a DB error message or it throws a Tcl error with a system message.&nbsp; The first argument sets the policy for deadlock as follows: <ul> <li> <b>default</b> selects the DB_LOCK_DEFAULT policy for default detection (default if not specified)</li> <li> <b>oldest </b>selects DB_LOCK_OLDEST to abort the oldest locker on a deadlock</li> <li> <b>random</b> selects DB_LOCK_RANDOM to abort a random locker on a deadlock</li> <li> <b>youngest</b> selects DB_LOCK_YOUNGEST to abort the youngest locker on a deadlock</li> </ul> <hr WIDTH="100%"> <br><b>> &lt;env> lock_stat</b> <p>This command returns a list of name/value pairs where the names correspond to the C-structure field names of DB_LOCK_STAT and the values are the data returned.&nbsp; This command is a direct translation of the <a href="../../docs/api_c/lock_stat.html">lock_stat</a> DB call. <hr WIDTH="100%"> <br><a NAME="> <env> lock_id"></a><b>> &lt;env> lock_id</b> <p>This command returns a unique locker ID value.&nbsp; It directly translates to the <a href="../../docs/api_c/lock_id.html">lock_id</a> DB call. <br> <hr WIDTH="100%"> <br><a NAME="> <env> lock_id"></a><b>> &lt;env> lock_id_free&nbsp; </b><i>locker</i> <p>This command frees the locker allockated by the lock_id call. It directly translates to the&nbsp; <a href="../../docs/api_c/lock_id.html">lock_id_free </a>DB call. <hr WIDTH="100%"> <br><a NAME="> <env> lock_id"></a><b>> &lt;env> lock_id_set&nbsp; </b><i>current max</i> <p>This&nbsp; is a diagnostic command to set the locker id that will get allocated next and the maximum id that <br>will trigger the id reclaim algorithm. <hr WIDTH="100%"> <br><a NAME="> <env> lock_get"></a><b>> &lt;env> lock_get [-nowait]<i>lockmode locker obj</i></b> <p>This command gets a lock. It will invoke the <a href="../../docs/api_c/lock_get.html">lock_get</a> function.&nbsp; After it successfully gets a handle to a lock, we bind it to a new Tcl command of the form <b><i>$env.lockX</i></b>, where X is an integer starting at&nbsp; 0 (e.g. <b>$env.lock0, $env.lock1, </b>etc).&nbsp; We use the <i>Tcl_CreateObjCommand()</i> to create the top level locking command function.&nbsp; It is through this handle that the user can release the lock.&nbsp; Internally, the handle we get back from DB will be stored as the <i>ClientData</i> portion of the new command set so that future locking calls will have that handle readily available. <p>The arguments are: <ul> <li> <b><i>locker</i></b> specifies the locker ID returned from the <a href="#> <env> lock_id">lock_id</a> command</li> <li> <b><i>obj</i></b> specifies an object to lock</li> <li> the <b><i>lock mode</i></b> is specified as one of the following:</li> <ul> <li> <b>ng </b>specifies DB_LOCK_NG for not granted (always 0)</li> <li> <b>read</b> specifies DB_LOCK_READ for a read (shared) lock</li> <li> <b>write</b> specifies DB_LOCK_WRITE for an exclusive write lock</li> <li> <b>iwrite </b>specifies DB_LOCK_IWRITE for intent for exclusive write lock</li> <li> <b>iread </b>specifies DB_LOCK_IREAD for intent for shared read lock</li> <li> <b>iwr </b>specifies DB_LOCK_IWR for intent for eread and write lock</li> </ul> <li> <b>-nowait</b> selects the DB_LOCK_NOWAIT to indicate that we do not want to wait on the lock</li> </ul> <hr WIDTH="100%"> <br><b>> &lt;lock> put</b> <p>This command releases the lock referenced by the command.&nbsp; It is a direct translation of the <a href="../../docs/api_c/lock_put.html">lock_put</a> function.&nbsp; It returns either a 0 (for success), a DB error message or it throws a Tcl error with a system message.&nbsp; Additionally, since the handle is no longer valid, we will call <i>Tcl_DeleteCommand() </i>so that further uses of the handle will be dealt with properly by Tcl itself. <br> <hr WIDTH="100%"> <br><a NAME="> <env> lock_vec"></a><b>> &lt;env> lock_vec [-nowait] <i>locker </i>{get|put|put_all|put_obj [<i>obj</i>] [<i>lockmode</i>] [<i>lock</i>]} ...</b> <p>This command performs a series of lock calls.&nbsp; It is a direct translation of the <a href="../../docs/api_c/lock_vec.html">lock_vec</a> function.&nbsp; This command will return a list of the return values from each operation specified in the argument list.&nbsp; For the 'put' operations the entry in the return value list is either a 0 (for success) or an error.&nbsp; For the 'get' operation, the entry is the lock widget handle, <b>$env.lockN</b> (as described above in <a href="#> <env> lock_get">&lt;env> lock_get</a>) or an error.&nbsp; If an error occurs, the return list will contain the return values for all the successful operations up the erroneous one and the error code for that operation.&nbsp; Subsequent operations will be ignored. <p>As for the other operations, if we are doing a 'get' we will create the commands and if we are doing a 'put' we will have to delete the commands.&nbsp; Additionally, we will have to do this after the call to the DB lock_vec and iterate over the results, creating and/or deleting Tcl commands.&nbsp; It is possible that we may return a lock widget from a get operation that is considered invalid, if, for instance, there was a <b>put_all</b> operation performed later in the vector of operations.&nbsp; The arguments are: <ul> <li> <b><i>locker</i></b> specifies the locker ID returned from the <a href="#> <env> lock_id">lock_id</a> command</li> <li> <b>-nowait</b> selects the DB_LOCK_NOWAIT to indicate that we do not want to wait on the lock</li> <li> the lock vectors are tuple consisting of {an operation, lock object, lock mode, lock handle} where what is required is based on the operation desired:</li> <ul> <li> <b>get</b> specifes DB_LOCK_GET to get a lock.&nbsp; Requires a tuple <b>{get <i>objmode</i>} </b>where <b><i>mode</i></b> is:</li> <ul> <li> <b>ng </b>specifies DB_LOCK_NG for not granted (always 0)</li> <li> <b>read</b> specifies DB_LOCK_READ for a read (shared) lock</li> <li> <b>write</b> specifies DB_LOCK_WRITE for an exclusive write lock</li> <li> <b>iwrite </b>specifies DB_LOCK_IWRITE for intent for exclusive write lock</li> <li> <b>iread </b>specifies DB_LOCK_IREAD for intent for shared read lock</li> <li> <b>iwr </b>specifies DB_LOCK_IWR for intent for eread and write lock</li> </ul> <li> <b>put</b> specifies DB_LOCK_PUT to release a <b><i>lock</i></b>.&nbsp; Requires a tuple <b>{put <i>lock}</i></b></li> <li> <b>put_all </b>specifies DB_LOCK_PUT_ALL to release all locks held by <b><i>locker</i></b>.&nbsp; Requires a tuple <b>{put_all}</b></li> <li> <b>put_obj</b> specifies DB_LOCK_PUT_OBJ to release all locks held by <b><i>locker</i></b> associated with the given <b><i>obj</i></b>.&nbsp; Requires a tuple <b>{put_obj <i>obj}</i></b></li> </ul> </ul> <hr WIDTH="100%"> <br><a NAME="> <env> lock_vec"></a><b>> &lt;env> lock_timeout <i>timeout</i></b> <p>This command sets the lock timeout for all future locks in this environment.&nbsp; The timeout is in micorseconds. <br>&nbsp; <br>&nbsp; </body> </html>
tux-mind/platform_external_bdb
lang/tcl/docs/lock.html
HTML
agpl-3.0
7,881
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template operator&gt;</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../move/reference.html#header.boost.move.unique_ptr_hpp" title="Header &lt;boost/move/unique_ptr.hpp&gt;"> <link rel="prev" href="operator___idp899004208.html" title="Function template operator&lt;="> <link rel="next" href="operator___idp899017456.html" title="Function template operator&gt;="> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="operator___idp899004208.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.unique_ptr_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator___idp899017456.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.movelib.operator_idp899010832"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template operator&gt;</span></h2> <p>boost::movelib::operator&gt;</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../move/reference.html#header.boost.move.unique_ptr_hpp" title="Header &lt;boost/move/unique_ptr.hpp&gt;">boost/move/unique_ptr.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T1<span class="special">,</span> <span class="keyword">typename</span> D1<span class="special">,</span> <span class="keyword">typename</span> T2<span class="special">,</span> <span class="keyword">typename</span> D2<span class="special">&gt;</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">&gt;</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a><span class="special">&lt;</span> <span class="identifier">T1</span><span class="special">,</span> <span class="identifier">D1</span> <span class="special">&gt;</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="unique_ptr.html" title="Class template unique_ptr">unique_ptr</a><span class="special">&lt;</span> <span class="identifier">T2</span><span class="special">,</span> <span class="identifier">D2</span> <span class="special">&gt;</span> <span class="special">&amp;</span> y<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp508666064"></a><h2>Description</h2> <p><span class="bold"><strong>Returns</strong></span>: y &lt; x. </p> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2008-2014 Ion Gaztanaga<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="operator___idp899004208.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.unique_ptr_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator___idp899017456.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
ntonjeta/iidea-Docker
examples/sobel/src/boost_1_63_0/doc/html/boost/movelib/operator_idp899010832.html
HTML
agpl-3.0
5,060
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="../thirdparty/qunit-1.18.0/qunit.css" type="text/css"/> <title>OTRS &ndash; JavaScript UnitTest Results</title> </head> <body> <h1 id="qunit-header">OTRS &ndash; JavaScript UnitTest Results</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <!-- UnitTest code goes here --> <script type="text/javascript" src="../thirdparty/qunit-1.18.0/qunit.js"></script> <!-- Now always load library first and then the UnitTest file for it. The UnitTest file is responsible for runnint the tests. --> <script type="text/javascript" src="../thirdparty/jquery-2.1.4/jquery.js"></script> <!--<script type="text/javascript" src="../thirdparty/jquery-migrate-1.2.1/jquery-migrate.js"></script>--> <script type="text/javascript" src="../Core.JavaScriptEnhancements.js"></script> <script type="text/javascript" src="Core.JavaScriptEnhancements.UnitTest.js"></script> <script type="text/javascript"> Core.JavaScriptEnhancements.RunUnitTests(); </script> </body> </html>
brandonshults01/otrs
var/httpd/htdocs/js/test/Core.JavaScriptEnhancements.UnitTest.html
HTML
agpl-3.0
1,141
{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) } {@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) } {@ Context::addJsFile("./common/js/common.js", true, '', -100000) } {@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) } {@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) } <!--%import("css/msignup.css")--> <div class="bd"> <h2 class="h2">{$lang->cmd_view_member_info}</h2> <h3 class="h3">{$lang->member_default_info}</h3> <form> <fieldset class="sn"> <ul> <li><label for="uname" class="db fb al">{$lang->user_name}</label><div id="uname">{htmlspecialchars($member_info->user_name)}</div></li> <li><label for="nname" class="db fb al">{$lang->nick_name}</label><div id="nname">{htmlspecialchars($member_info->nick_name)}</div></li> <!--@if($member_info->profile_image->src)--> <li><label for="pimage" class="db fb al">{$lang->profile_image}</label><div id="pimage"><img src="{$member_info->profile_image->src}" border="0" alt="profile_image" /></div></li> <!--@end--> <!--@if($member_info->image_name->src)--> <li><label for="image_name" class="db fb al">{$lang->image_name}</label><div id="image_name"><img src="{$member_info->image_name->src}" border="0" alt="image_name" /></div></li> <!--@end--> <!--@if($member_info->image_mark->src)--> <li><label for="image_mark" class="db fb al">{$lang->image_mark}</label><div id="image_mark"><img src="{$member_info->image_mark->src}" border="0" alt="image_mark" /></div></li> <!--@end--> <li><label for="hpage" class="db fb al">{$lang->homepage}</label><div id="hpage">{htmlspecialchars($member_info->homepage)}</div></li> <li><label for="bpage" class="db fb al">{$lang->blog}</label><div id="bpage">{htmlspecialchars($member_info->blog)}</div></li> <li><label for="bday" class="db fb al">{$lang->birthday}</label><div id="bday"><!--@if($member_info->birthday)-->{zdate($member_info->birthday,"Y-m-d")}<!--@end--></div></li> <!--@if($member_info->signature)--> <li><label for="sign" class="db fb al">{$lang->signature}</label><div>{$member_info->signature}</div></li> <!--@end--> <li><label for="group" class="db fb al">{$lang->group}</label><div><!--@foreach($member_info->group_list as $key => $val)-->{$val} <!--@end--></div></li> <li><label for="sdate" class="db fb al">{$lang->signup_date}</label><div id="sdate">{zdate($member_info->regdate,"Y-m-d H:i")}</div></li> <!--@if($member_info->member_srl == $logged_info->member_srl || $logged_info->is_admin == 'Y' )--> <li><label for="llogin" class="db fb al">{$lang->last_login}</label><div>{zdate($member_info->last_login,"Y-m-d H:i")}</div></li> <!--@end--> <!--@if($member_config->enable_openid=="Y")--> <!--@if(sizeof($openids) > 0)--> <li><label for="openid" class="db fb al">{$lang->openid} </label> <!--@foreach($openids as $openid)--> <div id="openid">{$openid->openid}</div></li> <!--@end--> <!--@end--> <!--@end--> </ul> </fieldset> <!--@if($extend_form_list)--> <h3 class="h3">{$lang->member_extend_info}</h3> <fieldset class="sn"> <ul> <!--@foreach($extend_form_list as $key => $val)--> <li><label class="db fb al">{htmlspecialchars($val->column_title)}</label> <!--@if($val->is_private)--> <span class="privateItem">{$lang->private}</span> <!--@else--> <!--@if($val->column_type=='tel' && $val->value[0] && $val->value[1] && $val->value[2])--> {htmlspecialchars($val->value[0])} <!--@if($val->value[1])-->-<!--@end--> {htmlspecialchars($val->value[1])} <!--@if($val->value[2])-->-<!--@end--> {htmlspecialchars($val->value[2])} <!--@elseif($val->column_type=='kr_zip')--> {htmlspecialchars($val->value[0])}<!--@if($val->value[1]&&$val->value[0])--><br /><!--@end-->{htmlspecialchars($val->value[1])} <!--@elseif($val->column_type=='checkbox' && is_array($val->value))--> {htmlspecialchars(implode(", ",$val->value))}&nbsp; <!--@elseif($val->column_type=='date' && $val->value)--> {zdate($val->value, "Y-m-d")}&nbsp; <!--@else--> {nl2br(htmlspecialchars($val->value))}&nbsp; <!--@end--> </li> <!--@end--> <!--@end--> </ul> </fieldset> <!--@end--> <div class="cm"> <li> <!--@if($member_info->member_srl == $logged_info->member_srl)--> <a href="{getUrl('act','dispMemberModifyInfo','member_srl','')}" class="bn"><span>{$lang->cmd_modify_member_info}</span></a> <!--@if($logged_info->is_openid)--> <a href="{getUrl('act','dispMemberOpenIDLeave','member_srl','')}" class="bn"><span>{$lang->cmd_leave}</span></a> <!--@else--> <a href="{getUrl('act','dispMemberModifyPassword','member_srl','')}" class="bn"><span>{$lang->cmd_modify_member_password}</span></a> <a href="{getUrl('act','dispMemberLeave','member_srl','')}" class="bn"><span>{$lang->cmd_leave}</span></a> <!--@end--> <!--@end--> <a href="{getUrl('act','','member_srl','')}" class="bn"><span>{$lang->cmd_back}</span></a> </li> </div> </form> </div>
Xzet/Xzet-core
modules/member/tpl/member_info_mobile.html
HTML
lgpl-2.1
5,070
<p> <div class="moose-buildstatus" style="float:right;padding-left:10px;"> <div id="buildstatus"></div> <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script>$(document).ready(function(){ $("#buildstatus").load("https://moosebuild.org/mooseframework/");});</script> </div> </p>
Chuban/moose
python/MooseDocs/tests/devel/gold/test_BuildStatus.html
HTML
lgpl-2.1
299
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Waikato Environment for Knowledge Analysis (WEKA)</title> <!-- CSS Stylesheet --> <style>body { background: #ededed; color: #666666; font: 14px Tahoma, Helvetica, sans-serif;; margin: 5px 10px 5px 10px; padding: 0px; } </style> </head> <body bgcolor="#ededed" text="#666666"> <table summary="Package BANGFile: summary"> <tr><td valign=top>Author:</td><td width=50></td><td>Florian Fritz &#60;florian.fritzi{[at]}gmail.com&#62;</td></tr> <tr><td valign=top>Category:</td><td width=50></td><td>Clustering</td></tr> <tr><td valign=top>Date:</td><td width=50></td><td>2018-03-11</td></tr> <tr><td valign=top>Depends:</td><td width=50></td><td>weka (&#62;=3.7.1)</td></tr> <tr><td valign=top>Description:</td><td width=50></td><td>The BANG file is a multidimensional structure of the grid file type.<br/>It organizes the value space surrounding the data values, instead of comparing the data values themselves.<br/>Its tree structured directory partitions the data space into block regions with successive binary divisions on dimensions.<br/>The clustering algorithm identifies densely populated regions as cluster centers and expands those with neighboring blocks.<br/><br/>Inserted data has to be normalized to an interval [0, 1].</td></tr> <tr><td valign=top>License:</td><td width=50></td><td>GPLv3</td></tr> <tr><td valign=top>Maintainer:</td><td width=50></td><td>Florian Fritz &#60;florian.fritzi{[at]}gmail.com&#62;</td></tr> <tr><td valign=top>PackageURL:</td><td width=50></td><td><a href="https://github.com/fritziF/BANGFile-WekaPackage/releases/download/v1.0/BANGFile.zip">https://github.com/fritziF/BANGFile-WekaPackage/releases/download/v1.0/BANGFile.zip</a></td></tr> <tr><td valign=top>URL:</td><td width=50></td><td><a href="https://github.com/fritziF/BANGFile-WekaPackage">https://github.com/fritziF/BANGFile-WekaPackage</a></td></tr> <tr><td valign=top>Version:</td><td width=50></td><td>1.0.0</td></tr> </table> </body> </html>
DANCEcollaborative/bazaar
bazaar_server/bazaar_server_lobby/agents/lightside/wekafiles/repCache/BANGFile/Latest.html
HTML
lgpl-3.0
2,031
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack 4.13.0.0 Root Admin API Reference </span> <p></p> <h1>updateCluster</h1> <p>Updates an existing cluster</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../index.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><strong>id</strong></td><td style="width:500px;"><strong>the ID of the Cluster</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><i>allocationstate</i></td><td style="width:500px;"><i>Allocation state of this cluster for allocation of new resources</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>clustername</i></td><td style="width:500px;"><i>the cluster name</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>clustertype</i></td><td style="width:500px;"><i>hypervisor type of the cluster</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>hypervisor</i></td><td style="width:500px;"><i>hypervisor type of the cluster</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>managedstate</i></td><td style="width:500px;"><i>whether this cluster is managed by cloudstack</i></td><td style="width:180px;"><i>false</i></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the cluster ID</td> </tr> <tr> <td style="width:200px;"><strong>allocationstate</strong></td><td style="width:500px;">the allocation state of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>clustertype</strong></td><td style="width:500px;">the type of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>cpuovercommitratio</strong></td><td style="width:500px;">The cpu overcommit ratio of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>hypervisortype</strong></td><td style="width:500px;">the hypervisor type of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>managedstate</strong></td><td style="width:500px;">whether this cluster is managed by cloudstack</td> </tr> <tr> <td style="width:200px;"><strong>memoryovercommitratio</strong></td><td style="width:500px;">The memory overcommit ratio of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the cluster name</td> </tr> <tr> <td style="width:200px;"><strong>ovm3vip</strong></td><td style="width:500px;">Ovm3 VIP to use for pooling and/or clustering</td> </tr> <tr> <td style="width:200px;"><strong>podid</strong></td><td style="width:500px;">the Pod ID of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>podname</strong></td><td style="width:500px;">the Pod name of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>resourcedetails</strong></td><td style="width:500px;">Meta data associated with the zone (key/value pairs)</td> </tr> <tr> <td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;">the Zone ID of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>zonename</strong></td><td style="width:500px;">the Zone name of the cluster</td> </tr> <tr> <td style="width:200px;"><strong>capacity(*)</strong></td><td style="width:500px;">the capacity of the Cluster</td> <tr> <td style="width:180px; padding-left:25px;"><strong>capacityallocated</strong></td><td style="width:500px;">the capacity currently in allocated</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>capacitytotal</strong></td><td style="width:500px;">the total capacity available</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>capacityused</strong></td><td style="width:500px;">the capacity currently in use</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>clusterid</strong></td><td style="width:500px;">the Cluster ID</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>clustername</strong></td><td style="width:500px;">the Cluster name</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>name</strong></td><td style="width:500px;">the capacity name</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>percentused</strong></td><td style="width:500px;">the percentage of capacity currently in use</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>podid</strong></td><td style="width:500px;">the Pod ID</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>podname</strong></td><td style="width:500px;">the Pod name</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>type</strong></td><td style="width:500px;">the capacity type</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>zoneid</strong></td><td style="width:500px;">the Zone ID</td> </tr> <tr> <td style="width:180px; padding-left:25px;"><strong>zonename</strong></td><td style="width:500px;">the Zone name</td> </tr> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="comments_thread"> <script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script> <noscript> <iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin"></iframe> </noscript> </div> <div id="footer_mainmaster"> <p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </div> </div> </body> </html>
apache/cloudstack-www
source/api/apidocs-4.13/apis/updateCluster.html
HTML
apache-2.0
7,135
<span class="oppia-exploration-overview-text"> <strong>Exploration Overview</strong> </span> <md-card class="oppia-translation-graph-container"> <div id="tutorialTranslationOverview" class="oppia-translation-state-graph-container protractor-test-translation-graph"> <div state-graph-visualization graph-data="getGraphData()" current-state-id="getActiveStateName()" on-click-function="onClickStateInMap" allow-panning="true" center-at-current-state="true" node-colors="nodeColors()" show-translation-warnings="true" class="h-100"> </div> </div> </md-card> <style> state-translation-status-graph .oppia-exploration-overview-text { font-size: 16px; } state-translation-status-graph .oppia-translation-graph-container { background-color: white; margin: 20px 0; padding: 8px; } </style>
brianrodri/oppia
core/templates/pages/exploration-editor-page/translation-tab/state-translation-status-graph/state-translation-status-graph.component.html
HTML
apache-2.0
821
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <HTML> <HEAD> <meta name="generator" content="JDiff v1.0.9"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> org.apache.hadoop.io.compress.BZip2Codec </TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style"> </HEAD> <BODY> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/io/compress/BZip2Codec.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 1.1.2</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.io.compress.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<B>PREV CLASS</B>&nbsp; &nbsp;<A HREF="org.apache.hadoop.io.compress.BlockDecompressorStream.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.hadoop.io.compress.BZip2Codec.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp; CONSTRUCTORS&nbsp;|&nbsp; <a href="#methods">METHODS</a>&nbsp;|&nbsp; FIELDS </FONT></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> <H2> Class org.apache.hadoop.io.compress.<A HREF="../../api/org/apache/hadoop/io/compress/BZip2Codec.html" target="_top"><tt>BZip2Codec</tt></A> </H2> <p><font size="+1">Removed interface <code>org.apache.hadoop.io.compress.CompressionCodec</code>.<br> Added interface <code>org.apache.hadoop.io.compress.SplittableCompressionCodec</code>.<br></font> <a NAME="constructors"></a> <a NAME="methods"></a> <p> <a NAME="Added"></a> <TABLE summary="Added Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD VALIGN="TOP" COLSPAN=2><FONT SIZE="+1"><B>Added Methods</B></FONT></TD> </TR> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="org.apache.hadoop.io.compress.BZip2Codec.createInputStream_added(java.io.InputStream, org.apache.hadoop.io.compress.Decompressor, long, long, org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE)"></A> <nobr><code>SplitCompressionInputStream</code>&nbsp;<A HREF="../../api/org/apache/hadoop/io/compress/BZip2Codec.html#createInputStream(java.io.InputStream, org.apache.hadoop.io.compress.Decompressor, long, long, org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE)" target="_top"><tt>createInputStream</tt></A>(<code>InputStream,</nobr> Decompressor<nobr>,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> READ_MODE<nobr><nobr></code>)</nobr> </TD> <TD VALIGN="TOP">Creates CompressionInputStream to be used to read off uncompressed data in one of the two reading modes.</TD> </TR> </TABLE> &nbsp; <a NAME="fields"></a> <HR> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/io/compress/BZip2Codec.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 1.1.2</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.io.compress.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<B>PREV CLASS</B>&nbsp; &nbsp;<A HREF="org.apache.hadoop.io.compress.BlockDecompressorStream.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.hadoop.io.compress.BZip2Codec.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> </BODY> </HTML>
markkerzner/nn_kove
hadoop/docs/jdiff/changes/org.apache.hadoop.io.compress.BZip2Codec.html
HTML
apache-2.0
6,276
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_16) --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.log4j.helpers.PatternConverter (Apache Log4j 1.2.16 API) </TITLE> <META NAME="date" CONTENT="2010-03-30"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.log4j.helpers.PatternConverter (Apache Log4j 1.2.16 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/log4j/helpers//class-usePatternConverter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PatternConverter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.log4j.helpers.PatternConverter</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.log4j.helpers"><B>org.apache.log4j.helpers</B></A></TD> <TD>This package is used internally.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.log4j.pattern"><B>org.apache.log4j.pattern</B></A></TD> <TD>Provides classes implementing format specifiers in conversion patterns.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.log4j.helpers"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A> in <A HREF="../../../../../org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A> declared as <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></CODE></FONT></TD> <TD><CODE><B>PatternConverter.</B><B><A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html#next">next</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A> that return <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></CODE></FONT></TD> <TD><CODE><B>PatternParser.</B><B><A HREF="../../../../../org/apache/log4j/helpers/PatternParser.html#parse()">parse</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A> with parameters of type <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>PatternParser.</B><B><A HREF="../../../../../org/apache/log4j/helpers/PatternParser.html#addConverter(org.apache.log4j.helpers.PatternConverter)">addConverter</A></B>(<A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A>&nbsp;pc)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.log4j.pattern"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A> in <A HREF="../../../../../org/apache/log4j/pattern/package-summary.html">org.apache.log4j.pattern</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A> in <A HREF="../../../../../org/apache/log4j/pattern/package-summary.html">org.apache.log4j.pattern</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/log4j/pattern/BridgePatternConverter.html" title="class in org.apache.log4j.pattern">BridgePatternConverter</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The class implements the pre log4j 1.3 org.apache.log4j.helpers.PatternConverter contract by delegating to the log4j 1.3 pattern implementation.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/log4j/pattern/package-summary.html">org.apache.log4j.pattern</A> that return <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A></CODE></FONT></TD> <TD><CODE><B>BridgePatternParser.</B><B><A HREF="../../../../../org/apache/log4j/pattern/BridgePatternParser.html#parse()">parse</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create new pattern converter.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/log4j/helpers//class-usePatternConverter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PatternConverter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 1999-2010 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
kikonen/log4j-share
site/apidocs/org/apache/log4j/helpers/class-use/PatternConverter.html
HTML
apache-2.0
12,695
<!DOCTYPE html> <html> <head> <base href="${BASE_PATH }"> <title>欢迎登录${HEAD_TITLE }</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- //favicon.ico小图标名称 --> <link rel="icon" href="${BASE_PATH }favicon.ico"/> <link rel="shortcut icon" href="${BASE_PATH }favicon.ico"/> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> <meta name="keywords" content="欢迎登录${HEAD_TITLE }"> <meta name="description" content="欢迎登录${HEAD_TITLE }"> <!-- jquery --> <script type="text/javascript" src="static/component/jquery/jquery-1.8.2.min.js"></script> <link charset="utf-8" rel="stylesheet" href="static/login/login.css" media="all"> <script type="text/javascript" src="static/oauth2/oauth2.js"></script> <script type="text/javascript"> function login() { var username = $('[name="username"]').val(); if(username==''){ alert('用户名不能为空!'); return; } var pwd = $('[name="password"]').val(); if(pwd==''){ alert('密码不能为空!'); return; } var imageCode = $('[name="imageCode"]').val(); if(imageCode==''){ alert('验证码不能为空!'); return; } if(imageCode.length != 4){ alert('验证码输入错误!'); return; } form1.action = "login"; form1.submit(); // submit_js("login_login.action", "loginform"); } function loadPicimageCode() { document.getElementById("picimageCode").src = 'front/image_code?ran=' + Math.random(); } <!-- jQuery 当键盘敲击【ENTER】键时,系统登录 --> $(document).ready(function() { $("body").keydown(function(event) { if (event.which == 13) { login(); } }); }); </script> <style type="text/css"> body { opacity: 1; background-image: url(static/login/bg/bg${ flyfox.bgNum (1)}.jpg); background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; } </style> </head> <body> <div class="login login-modern login-position"> <form id="form1" action="" method="post" class="ui-form"> <!-- enter back --> <input type="hidden" name="pre_page" value="/admin" /> <fieldset> <h2 class="ui-form-title">${HEAD_TITLE }</h2> <div class="ui-form-item ui-form-item-focus"> <label class="ui-label"> <span class="ui-icon ui-icon-userDEF">账户名:</span> </label> <input type="text" class="ui-input ui-input-normal" name="username" autofocus="autofocus" autocomplete="off" tabindex="1" value="" maxlength="100" placeholder="登录账号"> </div> <div class="ui-form-item ui-form-item-focus" id="J-username"> <label class="ui-label"> <span class="ui-icon ui-icon-securityON">登录密码:</span> </label> <input type="password" class="ui-input ui-input-normal" name="password" autocomplete="off" tabindex="2" value="" maxlength="100" placeholder="登录密码"> </div> <div class="ui-form-item ui-form-item-focus" id="J-username"> <label class="ui-label"> <span class="ui-icon ui-icon-checkcodeT">验证码:</span> </label> <input type="text" class="ui-input ui-input-normal" name="imageCode" style="width: 90px;" autocomplete="off" tabindex="2" value="" maxlength="100" placeholder="验证码"> <div class="input-group-addon" style=""> <img id="picimageCode" width="60" height="26" style="line-height: 50px;height: 40px;margin-left: 10px; cursor:pointer;" src="front/image_code" title="更换一张验证码图片" onclick="loadPicimageCode()"/> </div> </div> <div class="ui-form-text" style="color: #FFCC00;font-weight:bold ;"> 提示:${msg!} </div> <div class="ui-form-item ui-form-item-30pd"> <input type="button" onclick="login();" value="登 录" class="ui-button" tabindex="3"> </div> </fieldset> </form> </div> </body> </html>
jwlyifeng/jfinal-cms
src/main/webapp/template/website/login.html
HTML
apache-2.0
3,833
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template chi_squared_distribution</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../boost_random/reference.html#header.boost.random.chi_squared_distribution_hpp" title="Header &lt;boost/random/chi_squared_distribution.hpp&gt;"> <link rel="prev" href="cauchy_distribution/param_type.html" title="Class param_type"> <link rel="next" href="chi_squared_distribution/param_type.html" title="Class param_type"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="cauchy_distribution/param_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.chi_squared_distribution_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chi_squared_distribution/param_type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.random.chi_squared_distribution"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template chi_squared_distribution</span></h2> <p>boost::random::chi_squared_distribution</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_random/reference.html#header.boost.random.chi_squared_distribution_hpp" title="Header &lt;boost/random/chi_squared_distribution.hpp&gt;">boost/random/chi_squared_distribution.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> RealType <span class="special">=</span> <span class="keyword">double</span><span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">RealType</span> <a name="boost.random.chi_squared_distribution.result_type"></a><span class="identifier">result_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">RealType</span> <a name="boost.random.chi_squared_distribution.input_type"></a><span class="identifier">input_type</span><span class="special">;</span> <span class="comment">// member classes/structs/unions</span> <span class="keyword">class</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <a class="link" href="chi_squared_distribution/param_type.html#boost.random.chi_squared_distribution.param_type.distribution_type"><span class="identifier">distribution_type</span></a><span class="special">;</span> <span class="comment">// <a class="link" href="chi_squared_distribution/param_type.html#boost.random.chi_squared_distribution.param_typeconstruct-copy-destruct">construct/copy/destruct</a></span> <span class="keyword">explicit</span> <a class="link" href="chi_squared_distribution/param_type.html#idp114553936-bb"><span class="identifier">param_type</span></a><span class="special">(</span><span class="identifier">RealType</span> <span class="special">=</span> <span class="number">1</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="chi_squared_distribution/param_type.html#idp114556256-bb">public member functions</a></span> <span class="identifier">RealType</span> <a class="link" href="chi_squared_distribution/param_type.html#idp114555728-bb"><span class="identifier">n</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="comment">// <a class="link" href="chi_squared_distribution/param_type.html#idp147209392-bb">friend functions</a></span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a class="link" href="chi_squared_distribution/param_type.html#idp147208864-bb"><span class="keyword">operator</span><span class="special">&lt;&lt;</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a class="link" href="chi_squared_distribution/param_type.html#idp147203072-bb"><span class="keyword">operator</span><span class="special">&gt;&gt;</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">,</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="chi_squared_distribution/param_type.html#idp145844448-bb"><span class="keyword">operator</span><span class="special">==</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="chi_squared_distribution/param_type.html#idp145845328-bb"><span class="keyword">operator</span><span class="special">!=</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span> <span class="comment">// <a class="link" href="chi_squared_distribution.html#boost.random.chi_squared_distributionconstruct-copy-destruct">construct/copy/destruct</a></span> <span class="keyword">explicit</span> <a class="link" href="chi_squared_distribution.html#idp156722672-bb"><span class="identifier">chi_squared_distribution</span></a><span class="special">(</span><span class="identifier">RealType</span> <span class="special">=</span> <span class="number">1</span><span class="special">)</span><span class="special">;</span> <span class="keyword">explicit</span> <a class="link" href="chi_squared_distribution.html#idp149060512-bb"><span class="identifier">chi_squared_distribution</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="chi_squared_distribution.html#idp110334848-bb">public member functions</a></span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> URNG<span class="special">&gt;</span> <span class="identifier">RealType</span> <a class="link" href="chi_squared_distribution.html#idp110333600-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">URNG</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> URNG<span class="special">&gt;</span> <span class="identifier">RealType</span> <a class="link" href="chi_squared_distribution.html#idp110328224-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">URNG</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">RealType</span> <a class="link" href="chi_squared_distribution.html#idp110327808-bb"><span class="identifier">n</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">RealType</span> <a class="link" href="chi_squared_distribution.html#idp156731072-bb"><span class="identifier">min</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">RealType</span> <a class="link" href="chi_squared_distribution.html#idp156730880-bb"><span class="identifier">max</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <a class="link" href="chi_squared_distribution.html#idp156729568-bb"><span class="identifier">param</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="chi_squared_distribution.html#idp156727888-bb"><span class="identifier">param</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="chi_squared_distribution.html#idp156722304-bb"><span class="identifier">reset</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="chi_squared_distribution.html#idp149057248-bb">friend functions</a></span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a class="link" href="chi_squared_distribution.html#idp149056736-bb"><span class="keyword">operator</span><span class="special">&lt;&lt;</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a class="link" href="chi_squared_distribution.html#idp149052992-bb"><span class="keyword">operator</span><span class="special">&gt;&gt;</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">,</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="chi_squared_distribution.html#idp216515088-bb"><span class="keyword">operator</span><span class="special">==</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="chi_squared_distribution.html#idp216511792-bb"><span class="keyword">operator</span><span class="special">!=</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp398622208"></a><h2>Description</h2> <p>The chi squared distribution is a real valued distribution with one parameter, <code class="computeroutput">n</code>. The distribution produces values &gt; 0.</p> <p>The distribution function is <span class="inlinemediaobject"><img src="../../images/random//form_3.png"></span>. </p> <div class="refsect2"> <a name="idp398626512"></a><h3> <a name="boost.random.chi_squared_distributionconstruct-copy-destruct"></a><code class="computeroutput">chi_squared_distribution</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">explicit</span> <a name="idp156722672-bb"></a><span class="identifier">chi_squared_distribution</span><span class="special">(</span><span class="identifier">RealType</span> n <span class="special">=</span> <span class="number">1</span><span class="special">)</span><span class="special">;</span></pre> <p>Construct a <code class="computeroutput"><code class="computeroutput"><a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a></code></code> object. <code class="computeroutput">n</code> is the parameter of the distribution.</p> <p>Requires: t &gt;=0 &amp;&amp; 0 &lt;= p &lt;= 1 </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">explicit</span> <a name="idp149060512-bb"></a><span class="identifier">chi_squared_distribution</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span> param<span class="special">)</span><span class="special">;</span></pre> <p>Construct an <code class="computeroutput"><code class="computeroutput"><a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a></code></code> object from the parameters. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="idp398646752"></a><h3> <a name="idp110334848-bb"></a><code class="computeroutput">chi_squared_distribution</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> URNG<span class="special">&gt;</span> <span class="identifier">RealType</span> <a name="idp110333600-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">URNG</span> <span class="special">&amp;</span> urng<span class="special">)</span><span class="special">;</span></pre> <p>Returns a random variate distributed according to the chi squared distribution. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> URNG<span class="special">&gt;</span> <span class="identifier">RealType</span> <a name="idp110328224-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">URNG</span> <span class="special">&amp;</span> urng<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span> param<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p>Returns a random variate distributed according to the chi squared distribution with parameters specified by <code class="computeroutput">param</code>. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">RealType</span> <a name="idp110327808-bb"></a><span class="identifier">n</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p>Returns the <code class="computeroutput">n</code> parameter of the distribution. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">RealType</span> <a name="idp156731072-bb"></a><span class="identifier">min</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p>Returns the smallest value that the distribution can produce. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">RealType</span> <a name="idp156730880-bb"></a><span class="identifier">max</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p>Returns the largest value that the distribution can produce. </p> </li> <li class="listitem"> <pre class="literallayout"><a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <a name="idp156729568-bb"></a><span class="identifier">param</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p>Returns the parameters of the distribution. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp156727888-bb"></a><span class="identifier">param</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution/param_type.html" title="Class param_type">param_type</a> <span class="special">&amp;</span> param<span class="special">)</span><span class="special">;</span></pre> <p>Sets parameters of the distribution. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="idp156722304-bb"></a><span class="identifier">reset</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Effects: Subsequent uses of the distribution do not depend on values produced by any engine prior to invoking reset. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="idp398705824"></a><h3> <a name="idp149057248-bb"></a><code class="computeroutput">chi_squared_distribution</code> friend functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a name="idp149056736-bb"></a><span class="keyword">operator</span><span class="special">&lt;&lt;</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> os<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span> c2d<span class="special">)</span><span class="special">;</span></pre> <p>Writes the parameters of the distribution to a <code class="computeroutput">std::ostream</code>. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a name="idp149052992-bb"></a><span class="keyword">operator</span><span class="special">&gt;&gt;</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> is<span class="special">,</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span> c2d<span class="special">)</span><span class="special">;</span></pre> <p>Reads the parameters of the distribution from a <code class="computeroutput">std::istream</code>. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">friend</span> <span class="keyword">bool</span> <a name="idp216515088-bb"></a><span class="keyword">operator</span><span class="special">==</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span> lhs<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span> rhs<span class="special">)</span><span class="special">;</span></pre> <p>Returns true if the two distributions will produce the same sequence of values, given equal generators. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">friend</span> <span class="keyword">bool</span> <a name="idp216511792-bb"></a><span class="keyword">operator</span><span class="special">!=</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span> lhs<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="chi_squared_distribution.html" title="Class template chi_squared_distribution">chi_squared_distribution</a> <span class="special">&amp;</span> rhs<span class="special">)</span><span class="special">;</span></pre> <p>Returns true if the two distributions could produce different sequences of values, given equal generators. </p> </li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2000-2005 Jens Maurer<br>Copyright &#169; 2009, 2010 Steven Watanabe<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="cauchy_distribution/param_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.chi_squared_distribution_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chi_squared_distribution/param_type.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
biospi/seamass-windeps
src/boost_1_57_0/doc/html/boost/random/chi_squared_distribution.html
HTML
apache-2.0
30,811
<html><body> <style> body, h1, h2, h3, div, span, p, pre, a { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { font-size: 13px; padding: 1em; } h1 { font-size: 26px; margin-bottom: 1em; } h2 { font-size: 24px; margin-bottom: 1em; } h3 { font-size: 20px; margin-bottom: 1em; margin-top: 1em; } pre, code { line-height: 1.5; font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; } pre { margin-top: 0.5em; } h1, h2, h3, p { font-family: Arial, sans serif; } h1, h2, h3 { border-bottom: solid #CCC 1px; } .toc_element { margin-top: 0.5em; } .firstline { margin-left: 2 em; } .method { margin-top: 1em; border: solid 1px #CCC; padding: 1em; background: #EEE; } .details { font-weight: bold; font-size: 14px; } </style> <h1><a href="tpu_v1.html">Cloud TPU API</a> . <a href="tpu_v1.projects.html">projects</a> . <a href="tpu_v1.projects.locations.html">locations</a> . <a href="tpu_v1.projects.locations.tensorflowVersions.html">tensorflowVersions</a></h1> <h2>Instance Methods</h2> <p class="toc_element"> <code><a href="#close">close()</a></code></p> <p class="firstline">Close httplib2 connections.</p> <p class="toc_element"> <code><a href="#get">get(name, x__xgafv=None)</a></code></p> <p class="firstline">Gets TensorFlow Version.</p> <p class="toc_element"> <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> <p class="firstline">List TensorFlow versions supported by this API.</p> <p class="toc_element"> <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> <p class="firstline">Retrieves the next page of results.</p> <h3>Method Details</h3> <div class="method"> <code class="details" id="close">close()</code> <pre>Close httplib2 connections.</pre> </div> <div class="method"> <code class="details" id="get">get(name, x__xgafv=None)</code> <pre>Gets TensorFlow Version. Args: name: string, Required. The resource name. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A tensorflow version that a Node can be configured with. &quot;name&quot;: &quot;A String&quot;, # The resource name. &quot;version&quot;: &quot;A String&quot;, # the tensorflow version. }</pre> </div> <div class="method"> <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code> <pre>List TensorFlow versions supported by this API. Args: parent: string, Required. The parent resource name. (required) filter: string, List filter. orderBy: string, Sort results. pageSize: integer, The maximum number of items to return. pageToken: string, The next_page_token value returned from a previous List request, if any. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response for ListTensorFlowVersions. &quot;nextPageToken&quot;: &quot;A String&quot;, # The next page token or empty if none. &quot;tensorflowVersions&quot;: [ # The listed nodes. { # A tensorflow version that a Node can be configured with. &quot;name&quot;: &quot;A String&quot;, # The resource name. &quot;version&quot;: &quot;A String&quot;, # the tensorflow version. }, ], &quot;unreachable&quot;: [ # Locations that could not be reached. &quot;A String&quot;, ], }</pre> </div> <div class="method"> <code class="details" id="list_next">list_next(previous_request, previous_response)</code> <pre>Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call &#x27;execute()&#x27; on to request the next page. Returns None if there are no more items in the collection. </pre> </div> </body></html>
googleapis/google-api-python-client
docs/dyn/tpu_v1.projects.locations.tensorflowVersions.html
HTML
apache-2.0
4,222
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" /> <meta name="description" content="Draw rectangles with different colors." /> <meta name="cesium-sandcastle-labels" content="Development" /> <title>Cesium Demo</title> <script type="text/javascript" src="../Sandcastle-header.js"></script> <script type="text/javascript" src="../../../Build/CesiumUnminified/Cesium.js" nomodule ></script> <script type="module" src="../load-cesium-es6.js"></script> </head> <body class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html" > <style> @import url(../templates/bucket.css); </style> <div id="cesiumContainer" class="fullSize"></div> <div id="loadingOverlay"><h1>Loading...</h1></div> <div id="toolbar"></div> <script id="cesium_sandcastle_script"> function startup(Cesium) { "use strict"; //Sandcastle_Begin var viewer = new Cesium.Viewer("cesiumContainer"); var scene = viewer.scene; var instances = []; for (var i = 0; i < 4; i++) { instances.push( new Cesium.GeometryInstance({ geometry: new Cesium.RectangleGeometry({ rectangle: Cesium.Rectangle.fromDegrees( -120.0 + i * 10, 30.0, -110.0 + i * 10, 40.0 ), vertexFormat: Cesium.PerInstanceColorAppearance.VERTEX_FORMAT, }), attributes: { color: Cesium.ColorGeometryInstanceAttribute.fromColor( Cesium.Color.fromRandom({ alpha: 0.7 }) ), }, }) ); } scene.primitives.add( new Cesium.Primitive({ geometryInstances: instances, appearance: new Cesium.PerInstanceColorAppearance(), }) ); //Sandcastle_End Sandcastle.finishedLoading(); } if (typeof Cesium !== "undefined") { window.startupCalled = true; startup(Cesium); } </script> </body> </html>
progsung/cesium
Apps/Sandcastle/gallery/development/Per Instance Color.html
HTML
apache-2.0
2,370
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /preview/unify-v1.8/One-Page/RTL/assets/img/portfolio/2.jpg was not found on this server.</p> <hr> <address>Apache/2.2.22 Server at htmlstream.com Port 80</address> </body></html>
corner82/codebase
public/onyuz/One-Page/RTL/assets/img/portfolio/2.html
HTML
bsd-3-clause
327
<!DOCTYPE html> <html> <head> <style> #subframe { width: 200px; height: 200px; } </style> <script src="../../resources/testharness.js"></script> <script src="../../resources/testharnessreport.js"></script> <script src="resources/scroll-behavior-test.js"></script> <script type="text/javascript"> function getEndPosition(testCase, startPosition) { var endPosition = {}; if (testCase.x) endPosition.x = testCase.x; else endPosition.x = startPosition.x; if (testCase.y) endPosition.y = testCase.y; else endPosition.y = startPosition.y; return endPosition; } function jsScroll(testCase) { var subframe = document.getElementById("subframe"); if (testCase.js) { var scrollToOptions = {behavior: testCase.js}; if (testCase.x) scrollToOptions.left = testCase.x; if (testCase.y) scrollToOptions.top = testCase.y; subframe.contentDocument.documentElement.scrollTo(scrollToOptions); } else { subframe.contentDocument.documentElement.scrollTo(testCase.x, testCase.y); } } const testScrolls = [ {js: "instant", css: "auto", x: 1, y: 2}, {js: "instant", css: "smooth", x: 2, y: 3}, {js: "auto", css: "auto", x: 3, y: 4}, {js: "", css: "auto", x: 4, y: 5}, {js: "auto", css: "auto", x: 3}, {js: "auto", css: "auto", y: 4}, {js: "auto", css: "auto"}, {js: "smooth", css: "auto", waitForEnd: true, x: 10, y: 15}, {js: "smooth", css: "smooth", waitForEnd: true, x: 20, y: 25}, {js: "auto", css: "smooth", waitForEnd: true, x: 30, y: 35}, {js: "", css: "smooth", waitForEnd: true, x: 40, y: 45}, {js: "auto", css: "smooth", waitForEnd: true, x: 45}, {js: "auto", css: "smooth", waitForEnd: true, y: 40}, {js: "smooth", css: "auto", waitForEnd: false, x: 4000, y: 4100}, {js: "smooth", css: "smooth", waitForEnd: false, x: 15, y: 20}, {js: "auto", css: "smooth", waitForEnd: false, x: 4100, y: 4000}, {js: "", css: "smooth", waitForEnd: false, x: 10, y: 5}, ]; function doTest() { var testCases = []; for (var i = 0; i < testScrolls.length; i++) { testCases.push(new ScrollBehaviorTestCase(testScrolls[i])); } var subframe = document.getElementById("subframe"); var scrollBehaviorTest = new ScrollBehaviorTest(subframe.contentDocument.documentElement, subframe.contentDocument, testCases, getEndPosition, jsScroll); scrollBehaviorTest.run(); } window.addEventListener('load', doTest, false); </script> </head> <body> <p>Test that calling scrollTo on a subframe's document element works with both scroll behaviors</p> <iframe id="subframe" src="resources/large-subframe.html"></iframe> </body> </html>
modulexcite/blink
LayoutTests/fast/scroll-behavior/subframe-element-scrollTo.html
HTML
bsd-3-clause
3,081
{% load dojango_base %} {% load dojango_filters %} {# where should we set the context? #} {% if not DOJANGO %} {# if the context processor did not pass the DOJANGO context, we set it here #} {% set_dojango_context %} {% endif %} <style type="text/css"> @import "{{ DOJANGO.DOJO_URL }}/resources/dojo.css"; @Import "{{ DOJANGO.THEME_CSS_URL }}"; </style> <script type="text/javascript"> {# baseUrl setting is needed, if you want to combine a local with a remote build! #} var djConfig = { 'isDebug':{{ DOJANGO.DEBUG|json }}, 'parseOnLoad':true, 'baseUrl':"{{ DOJANGO.DOJO_BASE_PATH }}" {% if not DOJANGO.IS_LOCAL %} ,'dojoBlankHtmlUrl':"{{ DOJANGO.DOJANGO_URL }}/resources/blank.html" ,'dojoIframeHistoryUrl':"{{ DOJANGO.DOJANGO_URL }}/resources/blank.html" {% endif %} {% if DOJANGO.CDN_USE_SSL and not DOJANGO.IS_LOCAL %} ,'modulePaths':{'dojo': '{{ DOJANGO.DOJO_URL }}', 'dijit': '{{ DOJANGO.DIJIT_URL }}', 'dojox': '{{ DOJANGO.DOJOX_URL }}'} {% endif %} }; </script> {% block _dojango_post_dj_config %}{# don't use this block, it is used by include_i18n.html #}{% endblock %} {% block dojango_post_dj_config %}{# if you want to manipulate djConfig stuff #}{% endblock %} <script type="text/javascript" src="{{ DOJANGO.DOJO_SRC_FILE }}"> </script> {# for a local builded version dojango should already be included #} {% if not DOJANGO.IS_LOCAL_BUILD %} <script type="text/javascript" src="{{ DOJANGO.DOJANGO_SRC_FILE }}"></script> {% endif %}
google-code-export/dojango
dojango/templates/dojango/include.html
HTML
bsd-3-clause
1,487
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/> <meta name="description" content="W3C SVG 1.2 Tiny Test Suite"/> <title> SVG 1.2 Tiny test:paint-stroke-04-t </title> <style type="text/css"> <!-- .bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 } .pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt } .pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 } .openChapter { color : blue; line-height: 125%; font-weight : 900 } .openSection { color : blue; line-height: 125%; font-weight : 900 } .info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 } p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } .opscript {margin-left: 3%; margin-right: 3%; } .opscript p { margin-top: 0.7em} .navbar {background: black; color: white; font-weight: bold} a,a:visited { color: blue } --> </style> </head> <body class="bodytext"> <div class="linkbar"> <p> <a href="paint-stroke-04-t.html">Tiny version</a></p> <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVGMobile12/painting.html">11.4 Stroke Properties</a></p> <p> <a href="paint-stroke-03-t.html">paint-stroke-03-t ←</a> <a href="index.html">index</a> <a href="paint-stroke-05-t.html">→ paint-stroke-05-t</a> </p></div> <table align="center" border="0" cellspacing="0" cellpadding="10"> <tr> <td align="center" colspan="3"> <table border="0" cellpadding="8"> <tr> <td align="center" colspan="2" class="pageTitle"> <h1>paint-stroke-04-t</h1> </td> </tr> <tr class="navbar"> <td align="center"> SVG Image </td> <td align="center"> PNG Image </td> </tr> <tr> <td align="right"> <object data="../svggen/paint-stroke-04-t.svg" width="480" height="360" type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p></object> </td> <td align="left"> <img alt="raster image of paint-stroke-04-t" src="../png/paint-stroke-04-t.png" width="480" height="360"/> </td> </tr> </table> </td> </tr> </table> <div class="opscript"> <p> Verify the "stroke-dasharray" and "stroke-dashoffset" properties. Two lines are drawn, one red and one black. Both have a "stroke-dasharray" of "10,10" giving a dashed appearance where the size of the gaps and the size of the dash is equal. The help show this, the black line has a "stroke-dashoffset" so that the dashes in the black line match up with the gaps in the red line. </p> <p> The test uses the "path" element, "stroke", "stroke-width", "stroke-dasharray" and "stroke-dashoffset", "font-family" (Arial) and "font-size" properties. </p> </div> <div class="linkbar"> <p> <a href="paint-stroke-03-t.html">paint-stroke-03-t ←</a> <a href="index.html">index</a> <a href="paint-stroke-05-t.html">→ paint-stroke-05-t</a> </p></div> </body> </html>
frivoal/presto-testo
SVG/Testsuites/W3C-Tiny-1_2/tiny-1_2/paint-stroke-04-t.html
HTML
bsd-3-clause
3,571
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Test: width:0; height:auto; width="49%" height="49%"</title> </head> <body> <p>There should be no red.</p> <p><img src="standalone_svgs/standalone--0-auto--pct-pct.svg" alt="empty svg" width="500" height="500" /></p> </body> </html>
frivoal/presto-testo
SVG/Testsuites/Mozilla/Sizing/0-auto--pct-pct.html
HTML
bsd-3-clause
422
eta[false$="true"]:lang(no):root > iota[insert^="c"]#id1:nth-child(1) + omega:lang(nb):nth-last-child(1) > nu[string^="f"]:lang(en)#id2 > eta:lang(en):last-child > xi[token|="123456789"]#id3:empty + pi[content^="100%"]:lang(no)#id4:nth-child(2):last-child > epsilon:lang(en)#id5:first-child:nth-last-child(1) > tau[false^="12"]:lang(no):nth-last-child(2) + *:lang(en)#id6:nth-child(2):nth-last-child(1) > zeta[string*="nk"]#id7 + gamma[number]:lang(no)#id8 + phi[title$="0%"] omega:lang(no)#id9:nth-child(1):nth-last-child(2):empty + zeta[and$="tribute value"]#id10:nth-child(2) tau#id11:first-child:nth-last-child(2) ~ zeta#id12:nth-child(2) > sigma[token*="456789"]:nth-last-child(1) {color:green}
frivoal/presto-testo
css/selectors/reftests/tc-896.css
CSS
bsd-3-clause
701
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> <title>4 Apps in 4 Weeks</title> <link rel="stylesheet" href="font/font.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="/assets/enroll.css"> <link rel="stylesheet" href="/assets/sweetalert/lib/sweet-alert.css"> </head> <body data-course-id="1"> <header> <h1>4 Apps in 4 Weeks</h1> <p>A hands-on guide to iOS development</p> <a id='enroll' class="download-button enroll" href="javascript:void(0)"> Enroll </a> </header> <h2 class='motto'>Build an app every weekend</h2> <ul class="app-preview"> <li> <p>Temperature Converter</p> <img src="images/picture.png"> </li> <li> <p>Temperature Converter</p> <img src="images/picture.png"> </li> <li> <p>Temperature Converter</p> <img src="images/picture.png"> </li> <li> <p>Temperature Converter</p> <img src="images/picture.png"> </li> </ul> <ul class="brag"> <li> <div class="circle"> <span>35</span> </div> <p>exercises</p> </li> <li> <div class="circle"> <span>145</span> </div> <p>illustrations</p> </li> <li> <div class="circle"> <span>20</span> </div> <p>videos</p> </li> </ul> <ul class="sell-points"> <li> <h2><img src="images/check.png"> iOS8, Xcode6, Swift</h2> <p>Swift can save you from common pitfalls. But it is evolving rapidly, and the community is still arguing over best practices. It is an exciting time to learn and participate.</p> </li> <li> <h2><img src="images/check.png"> Cocoa in depth</h2> <p>iOS programming can seem magical if you don't understand the Cocoa framework. Learn the big ideas behind Cocoa to become a confident iOS dev.</p> </li> <li> <h2><img src="images/check.png"> Roll up your sleeves</h2> <p>Unlike most books, the sample code in the book won't work! You will need to complete the exercises on your own. There is no better way to learn than actually writing code.</p> </li> <li> <h2><img src="images/check.png"> Code like a pro</h2> <p>This is not a greenhouse. There are links to official Apple Documentations and curated blog posts to expose you to the iOS world at large. Code in the jungle!</p> </li> </ul> <div class="toc"> <h2>What You'll Learn</h2> <ul> <li> Introduction<span>1</span> <hr> </li> </ul> <br> <ul class="left"> <li> Fortuna - Dive into Xcode<span>2</span> <hr> </li> <li> Generate a project<span>2.1</span> <hr> </li> <li> Breaking a project - Debugging<span>2.2</span> <hr> </li> <li> Storyboard<span>2.3</span> <hr> </li> <li> The App Delegate<span>2.4</span> <hr> </li> <li> The View Controller<span>2.5</span> <hr> </li> </ul> <ul> <li> KFC Converter - Reponsive App<span>3</span> <hr> </li> <li> Build the app for one device<span>3.1</span> <hr> </li> <li> Universal app<span>3.2</span> <hr> </li> <li> Layout with code<span>3.3</span> <hr> </li> <li> Auto layout<span>3.4</span> <hr> </li> <li> Using size classes<span>3.5</span> <hr> </li> </ul> </div> <div class="testimonials"> <h2>What people are saying</h2> <ul> <li> <div class="left"> <img src="images/portrait.png"> <a href="#">@fokel</a> </div> <p> This book really helped me to grasp the fundamentals of developing in Cocoa Touch. Now I feel confident about building my own app and learn more in-depth stuff. </p> </li> <li> <div class="left"> <img src="images/portrait.png"> <a href="#">@fokel</a> </div> <p> This book really helped me to grasp the fundamentals of developing in Cocoa Touch. Now I feel confident about building my own app and learn more in-depth stuff. </p> </li> <li> <div class="left"> <img src="images/portrait.png"> <a href="#">@fokel</a> </div> <p> This book really helped me to grasp the fundamentals of developing in Cocoa Touch. Now I feel confident about building my own app and learn more in-depth stuff. </p> </li> </ul> </div> <footer> <ul> <li class="author"> <h2>About The Author</h2> <img src="images/author.png"> <p class="right"> <strong>Howard Yeh</strong> <br> Hey I am Howard, a <span>polyglot programmer</span>. I find new languages inressistable. If you design one, I'll learn it! </p> <p class="bottom"> My home is the beautiful city of Vancouver, but I don't live there. You'd find me <span>travelling to different places</span> in the world. </p> <p class="bottom">You should follow me on Twitter (<span>@hayeah</span>)</p> </li> <li class="preview"> <h2>Get the preview by email</h2> <p>We'll send you the first two apps for free. By working on these apps, you'd have a good grasp of what it takes to build iOS apps.</p> <form> <label>Name</label> <input type="text"> <label>Email</label> <input type="text"> <button type="submit" style="opacity:0.5">Get the preview</button> </form> </li> </ul> </footer> </body> <script src="/assets/sweetalert/lib/sweet-alert.min.js"></script> <script src="main.js"></script> <script src="/assets/enroll.js"></script> </html>
sikeio/sikeio
public/4-apps-in-4-weeks/index.html
HTML
mit
5,777
<template name="channelSettings"> <div class="content"> <div class="list-view channel-settings"> <div class="title"> <h2>{{_ "Room_Info"}}</h2> </div> <form> <ul class="list clearfix"> {{#if notDirect}} <li> <label>{{_ "Name"}}</label> <div> {{#if editing 'roomName'}} <input type="text" name="roomName" value="{{roomName}}" class="editing" /> <button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> <button type="button" class="button primary save">{{_ "Save"}}</button> {{else}} <span>{{roomName}}{{#if canEdit}} <i class="icon-pencil" data-edit="roomName"></i>{{/if}}</span> {{/if}} </div> </li> {{/if}} <li> <label>{{_ "Topic"}}</label> <div> {{#if editing 'roomTopic'}} <input type="text" name="roomTopic" value="{{roomTopicUnescaped}}" class="editing" /> <button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> <button type="button" class="button primary save">{{_ "Save"}}</button> {{else}} <span>{{{RocketChatMarkdown roomTopic}}}{{#if canEdit}} <i class="icon-pencil" data-edit="roomTopic"></i>{{/if}}</span> {{/if}} </div> </li> {{#if notDirect}} <li> <label>{{_ "Type"}}</label> <div> {{#if editing 'roomType'}} <label><input type="radio" name="roomType" class="editing" value="c" checked="{{$eq roomType 'c'}}" /> {{_ "Channel"}}</label> <label><input type="radio" name="roomType" value="p" checked="{{$eq roomType 'p'}}" /> {{_ "Private_Group"}}</label> <button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> <button type="button" class="button primary save">{{_ "Save"}}</button> {{else}} <span>{{roomTypeDescription}}{{#if canEdit}} <i class="icon-pencil" data-edit="roomType"></i>{{/if}}</span> {{/if}} </div> </li> {{/if}} {{#if notDirect}} <li> <label>{{_ "Room_archivation_state"}}</label> <div> {{#if editing 'archivationState'}} <label><input type="radio" name="archivationState" class="editing" value="true" checked="{{$eq archivationState true}}" /> {{_ "Room_archivation_state_true"}}</label> <label><input type="radio" name="archivationState" value="false" checked="{{$neq archivationState true}}" /> {{_ "Room_archivation_state_false"}}</label> <button type="button" class="button secondary cancel">{{_ "Cancel"}}</button> <button type="button" class="button primary save">{{_ "Save"}}</button> {{else}} <span>{{archivationStateDescription}}{{#if canArchiveOrUnarchive}} <i class="icon-pencil" data-edit="archivationState"></i>{{/if}}</span> {{/if}} </div> </li> {{/if}} {{#each channelSettings}} {{> Template.dynamic template=template data=data}} {{/each}} </ul> </form> </div> </div> </template>
liuliming2008/Rocket.Chat
packages/rocketchat-channel-settings/client/views/channelSettings.html
HTML
mit
3,011
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <title>$.fn.before</title> <script> window.$$path = location.protocol + "//" + location.host; document.write('<script src="' + $$path + '/mass_merge.js"><\/script>') document.write('<script src="' + $$path + '/doc/scripts/common.js"><\/script>') </script> </head> <body> <article> <h3>$.fn.before(content)</h3> <p> <span class="stress">描述:</span> </p> <p>在每个匹配的元素之前插入内容。</p> <p> <span class="stress">参数:</span> </p> <dl> <dt>content</dt> <dd>必需,可以为元素节点,符合套嵌关系的HTML片断,CSS选择器或dom对象。</dd> </dl> <p> <span class="stress">返回值:</span> </p> <p>原mass实例</p> <fieldset> <legend>例子</legend> <div class="container"> <div class="inner">司徒正美</div> <div class="inner">司徒正美</div> </div> <pre class="brush:xml;gutter:false;toolbar:false"> <div class="container"> <div class="inner">司徒正美</div> <div class="inner">司徒正美</div> </div> </pre> <pre class="brush:javascript;gutter:false;toolbar:false"> $(".inner").before('<strong>(しとうなさみ)</strong>') </pre> <button class="doc_btn" type="button">点我,执行代码</button> <pre class="brush:javascript;gutter:false;toolbar:false"> $(".inner").before(document.createTextNode('<em>aaa</em>')); </pre> <button class="doc_btn" type="button">点我,执行代码</button> </fieldset> <fieldset> <legend>例子</legend> <table class="table1"> <tbody> <tr> <td>append</td> <td>appendTo</td> </tr> <tr> <td>prepend</td> <td>prependTo</td> </tr> <tr> <td>before</td> <td>insertBefore</td> </tr> <tr> <td>after</td> <td>insertAfter</td> </tr> </tbody> </table> <pre class="brush:xml;gutter:false;toolbar:false"> <table class="table1"> <tbody> <tr><td>append</td><td>appendTo</td></tr> <tr><td>prepend</td><td>prependTo</td></tr> <tr><td>before</td><td>insertBefore</td></tr> <tr><td>after</td><td>insertAfter</td></tr> </tbody> </table> </pre> <pre class="brush:javascript;gutter:false;toolbar:false"> $(".table1 tr").first().before("&lt;tr&gt;&lt;td&gt;新的行&lt;/td&gt;&lt;td&gt;新的行&lt;/td&gt;&lt;/tr&gt;"); </pre> <button class="doc_btn" type="button">点我,执行代码</button> </fieldset> </article> </body> </html>
mynane/mass-Framework
doc/node/fn.before.html
HTML
mit
3,589
<!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML header for doxygen 1.8.9.1--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>Boost.Hana: boost/hana/fwd/take_back.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); // Copyright Louis Dionne 2013-2017 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true, width: "75% container" } } }); </script><script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <!-- Additional javascript for drawing charts. --> <script type="text/javascript" src="highcharts.js"></script> <script type="text/javascript" src="highcharts-data.js"></script> <script type="text/javascript" src="highcharts-exporting.js"></script> <script type="text/javascript" src="chart.js"></script> <script type="text/javascript" src="hana.js"></script> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Boost.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Boost.Hana &#160;<span id="projectnumber">1.5.0</span> </div> <div id="projectbrief">Your standard library for metaprogramming</div> </td> <td> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('fwd_2take__back_8hpp.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">take_back.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Forward declares <code><a class="el" href="group__group-Sequence.html#ga8d302de01b94b4b17f3bd81e09f42920" title="Returns the last n elements of a sequence, or the whole sequence if the sequence has less than n elem...">boost::hana::take_back</a></code>. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceboost_1_1hana"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana.html">boost::hana</a></td></tr> <tr class="memdesc:namespaceboost_1_1hana"><td class="mdescLeft">&#160;</td><td class="mdescRight">Namespace containing everything in the library. <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> <tr class="memitem:ga8d302de01b94b4b17f3bd81e09f42920"><td class="memItemLeft" align="right" valign="top">constexpr auto&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Sequence.html#ga8d302de01b94b4b17f3bd81e09f42920">boost::hana::take_back</a></td></tr> <tr class="memdesc:ga8d302de01b94b4b17f3bd81e09f42920"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the last <code>n</code> elements of a sequence, or the whole sequence if the sequence has less than <code>n</code> elements.Given a <code>Sequence</code> <code>xs</code> and an <code><a class="el" href="structboost_1_1hana_1_1IntegralConstant.html" title="The IntegralConstant concept represents compile-time integral values. ">IntegralConstant</a></code> <code>n</code>, <code>take_back(xs, n)</code> is a new sequence containing the last <code>n</code> elements of <code>xs</code>, in the same order. If <code>length(xs) &lt;= n</code>, the whole sequence is returned and no error is triggered. <a href="group__group-Sequence.html#ga8d302de01b94b4b17f3bd81e09f42920">More...</a><br /></td></tr> <tr class="separator:ga8d302de01b94b4b17f3bd81e09f42920"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gaa4d4818952083e3b27c83b0ed645e322"><td class="memTemplParams" colspan="2">template&lt;std::size_t n&gt; </td></tr> <tr class="memitem:gaa4d4818952083e3b27c83b0ed645e322"><td class="memTemplItemLeft" align="right" valign="top">constexpr auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__group-Sequence.html#gaa4d4818952083e3b27c83b0ed645e322">boost::hana::take_back_c</a></td></tr> <tr class="memdesc:gaa4d4818952083e3b27c83b0ed645e322"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equivalent to <code>take_back</code>; provided for convenience. <a href="group__group-Sequence.html#gaa4d4818952083e3b27c83b0ed645e322">More...</a><br /></td></tr> <tr class="separator:gaa4d4818952083e3b27c83b0ed645e322"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Forward declares <code><a class="el" href="group__group-Sequence.html#ga8d302de01b94b4b17f3bd81e09f42920" title="Returns the last n elements of a sequence, or the whole sequence if the sequence has less than n elem...">boost::hana::take_back</a></code>. </p> <dl class="section copyright"><dt>Copyright</dt><dd>Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at <a href="http://boost.org/LICENSE_1_0.txt">http://boost.org/LICENSE_1_0.txt</a>) </dd></dl> </div></div><!-- contents --> </div><!-- doc-content --> <!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML footer for doxygen 1.8.9.1--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_1878a3f4746a95c6aad317458cc7ef80.html">boost</a></li><li class="navelem"><a class="el" href="dir_daf74c896eae580804ddb7810f485dad.html">hana</a></li><li class="navelem"><a class="el" href="dir_cc4d96287a8e6ea2980c75f79e8c5cd4.html">fwd</a></li><li class="navelem"><a class="el" href="fwd_2take__back_8hpp.html">take_back.hpp</a></li> </ul> </div> </body> </html>
nawawi/poedit
deps/boost/libs/hana/doc/html/fwd_2take__back_8hpp.html
HTML
mit
9,686
<a href='https://github.com/angular/angular.js/edit/v1.5.x/src/Angular.js?message=docs(angular.merge)%3A%20describe%20your%20change...#L385' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.5.3/src/Angular.js#L385' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">angular.merge</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - function in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Deeply extends the destination object <code>dst</code> by copying own enumerable properties from the <code>src</code> object(s) to <code>dst</code>. You can specify multiple <code>src</code> objects. If you want to preserve original objects, you can do so by passing an empty object as the target: <code>var object = angular.merge({}, object1, object2)</code>.</p> <p>Unlike <a href="api/ng/function/angular.extend">extend()</a>, <code>merge()</code> recursively descends into object properties of source objects, performing a deep copy.</p> </div> <div> <h2 id="usage">Usage</h2> <p><code>angular.merge(dst, src);</code></p> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> dst </td> <td> <a href="" class="label type-hint type-hint-object">Object</a> </td> <td> <p>Destination object.</p> </td> </tr> <tr> <td> src </td> <td> <a href="" class="label type-hint type-hint-object">Object</a> </td> <td> <p>Source object(s).</p> </td> </tr> </tbody> </table> </section> <h3>Returns</h3> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-object">Object</a></td> <td><p>Reference to <code>dst</code>.</p> </td> </tr> </table> </div>
Palkess/TrackWork-Angular
public/resources/angular-1.5.3/docs/partials/api/ng/function/angular.merge.html
HTML
mit
2,394
.panel { padding-top: 4px; } .caption { font-size: 10px; color: #888; } .content { padding: 6px 4px 8px; } .object-title { font-size: 12px; } .object-loc { padding-top: 4px; display: block; font-size: 11px; color: #AAA; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .loc { color: #888; cursor: pointer; text-decoration: underline; } .loc:hover { color: #A00; }
fateevv/basisjs
src/devpanel/view/template-info/view/main/object-info.css
CSS
mit
413
<p>Inspired by the writing of the daughter of an architect (surprise, surprise!), this font incorporates the graphic, squared look of architectural writing, combined with the natural feel of daily handwriting.</p>
xErik/pdfmake-fonts-google
lib/ofl/architectsdaughter/DESCRIPTION.en_us.html
HTML
mit
213
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffer_sequence_begin</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../reference.html" title="Reference"> <link rel="prev" href="buffer_copy/overload2.html" title="buffer_copy (2 of 2 overloads)"> <link rel="next" href="buffer_sequence_begin/overload1.html" title="buffer_sequence_begin (1 of 4 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffer_copy/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffer_sequence_begin/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="boost_asio.reference.buffer_sequence_begin"></a><a class="link" href="buffer_sequence_begin.html" title="buffer_sequence_begin">buffer_sequence_begin</a> </h3></div></div></div> <p> <a class="indexterm" name="boost_asio.indexterm.buffer_sequence_begin"></a> The <code class="computeroutput">boost::asio::buffer_sequence_begin</code> function returns an iterator pointing to the first element in a buffer sequence. </p> <p> Get an iterator to the first element in a buffer sequence. </p> <pre class="programlisting">const mutable_buffer * <a class="link" href="buffer_sequence_begin/overload1.html" title="buffer_sequence_begin (1 of 4 overloads)">buffer_sequence_begin</a>( const mutable_buffer &amp; b); <span class="emphasis"><em>&#187; <a class="link" href="buffer_sequence_begin/overload1.html" title="buffer_sequence_begin (1 of 4 overloads)">more...</a></em></span> const const_buffer * <a class="link" href="buffer_sequence_begin/overload2.html" title="buffer_sequence_begin (2 of 4 overloads)">buffer_sequence_begin</a>( const const_buffer &amp; b); <span class="emphasis"><em>&#187; <a class="link" href="buffer_sequence_begin/overload2.html" title="buffer_sequence_begin (2 of 4 overloads)">more...</a></em></span> template&lt; typename C&gt; auto <a class="link" href="buffer_sequence_begin/overload3.html" title="buffer_sequence_begin (3 of 4 overloads)">buffer_sequence_begin</a>( C &amp; c); <span class="emphasis"><em>&#187; <a class="link" href="buffer_sequence_begin/overload3.html" title="buffer_sequence_begin (3 of 4 overloads)">more...</a></em></span> template&lt; typename C&gt; auto <a class="link" href="buffer_sequence_begin/overload4.html" title="buffer_sequence_begin (4 of 4 overloads)">buffer_sequence_begin</a>( const C &amp; c); <span class="emphasis"><em>&#187; <a class="link" href="buffer_sequence_begin/overload4.html" title="buffer_sequence_begin (4 of 4 overloads)">more...</a></em></span> </pre> <h5> <a name="boost_asio.reference.buffer_sequence_begin.h0"></a> <span class="phrase"><a name="boost_asio.reference.buffer_sequence_begin.requirements"></a></span><a class="link" href="buffer_sequence_begin.html#boost_asio.reference.buffer_sequence_begin.requirements">Requirements</a> </h5> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffer_copy/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffer_sequence_begin/overload1.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
vslavik/poedit
deps/boost/doc/html/boost_asio/reference/buffer_sequence_begin.html
HTML
mit
5,337
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>raw_socket_service::native_handle_type</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../raw_socket_service.html" title="raw_socket_service"> <link rel="prev" href="native_handle.html" title="raw_socket_service::native_handle"> <link rel="next" href="native_non_blocking.html" title="raw_socket_service::native_non_blocking"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="native_handle.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="native_non_blocking.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.raw_socket_service.native_handle_type"></a><a class="link" href="native_handle_type.html" title="raw_socket_service::native_handle_type">raw_socket_service::native_handle_type</a> </h4></div></div></div> <p> <a class="indexterm" name="idm144504"></a> The native socket type. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">native_handle_type</span><span class="special">;</span> </pre> <h6> <a name="asio.reference.raw_socket_service.native_handle_type.h0"></a> <span><a name="asio.reference.raw_socket_service.native_handle_type.requirements"></a></span><a class="link" href="native_handle_type.html#asio.reference.raw_socket_service.native_handle_type.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">asio/raw_socket_service.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2016 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="native_handle.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../raw_socket_service.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="native_non_blocking.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
peersio/peerconnect
src/libs/asio/doc/asio/reference/raw_socket_service/native_handle_type.html
HTML
mit
3,325
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>charts&#x2F;js&#x2F;CartesianSeries.js - YUI 3</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.5.0pr4&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.5.0pr4&#x2F;build&#x2F;yui&#x2F;yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="..&#x2F;assets/css/logo.png" title="YUI 3"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 3.5.0</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="..&#x2F;classes/Anim.html">Anim</a></li> <li><a href="..&#x2F;classes/App.html">App</a></li> <li><a href="..&#x2F;classes/App.Base.html">App.Base</a></li> <li><a href="..&#x2F;classes/App.Transitions.html">App.Transitions</a></li> <li><a href="..&#x2F;classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="..&#x2F;classes/AreaSeries.html">AreaSeries</a></li> <li><a href="..&#x2F;classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="..&#x2F;classes/Array.html">Array</a></li> <li><a href="..&#x2F;classes/ArrayList.html">ArrayList</a></li> <li><a href="..&#x2F;classes/ArraySort.html">ArraySort</a></li> <li><a href="..&#x2F;classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="..&#x2F;classes/Attribute.html">Attribute</a></li> <li><a href="..&#x2F;classes/AttributeCore.html">AttributeCore</a></li> <li><a href="..&#x2F;classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="..&#x2F;classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="..&#x2F;classes/AttributeLite.html">AttributeLite</a></li> <li><a href="..&#x2F;classes/AutoComplete.html">AutoComplete</a></li> <li><a href="..&#x2F;classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="..&#x2F;classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="..&#x2F;classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="..&#x2F;classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="..&#x2F;classes/Axis.html">Axis</a></li> <li><a href="..&#x2F;classes/AxisType.html">AxisType</a></li> <li><a href="..&#x2F;classes/BarSeries.html">BarSeries</a></li> <li><a href="..&#x2F;classes/Base.html">Base</a></li> <li><a href="..&#x2F;classes/BaseCore.html">BaseCore</a></li> <li><a href="..&#x2F;classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="..&#x2F;classes/Button.html">Button</a></li> <li><a href="..&#x2F;classes/ButtonCore.html">ButtonCore</a></li> <li><a href="..&#x2F;classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="..&#x2F;classes/ButtonPlugin.html">ButtonPlugin</a></li> <li><a href="..&#x2F;classes/Cache.html">Cache</a></li> <li><a href="..&#x2F;classes/CacheOffline.html">CacheOffline</a></li> <li><a href="..&#x2F;classes/Calendar.html">Calendar</a></li> <li><a href="..&#x2F;classes/CalendarBase.html">CalendarBase</a></li> <li><a href="..&#x2F;classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="..&#x2F;classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="..&#x2F;classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="..&#x2F;classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="..&#x2F;classes/CanvasPath.html">CanvasPath</a></li> <li><a href="..&#x2F;classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="..&#x2F;classes/CanvasRect.html">CanvasRect</a></li> <li><a href="..&#x2F;classes/CanvasShape.html">CanvasShape</a></li> <li><a href="..&#x2F;classes/CartesianChart.html">CartesianChart</a></li> <li><a href="..&#x2F;classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="..&#x2F;classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="..&#x2F;classes/Chart.html">Chart</a></li> <li><a href="..&#x2F;classes/ChartBase.html">ChartBase</a></li> <li><a href="..&#x2F;classes/ChartLegend.html">ChartLegend</a></li> <li><a href="..&#x2F;classes/Circle.html">Circle</a></li> <li><a href="..&#x2F;classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="..&#x2F;classes/ClickableRail.html">ClickableRail</a></li> <li><a href="..&#x2F;classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="..&#x2F;classes/ComboSeries.html">ComboSeries</a></li> <li><a href="..&#x2F;classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="..&#x2F;classes/config.html">config</a></li> <li><a href="..&#x2F;classes/Console.html">Console</a></li> <li><a href="..&#x2F;classes/Controller.html">Controller</a></li> <li><a href="..&#x2F;classes/Cookie.html">Cookie</a></li> <li><a href="..&#x2F;classes/CurveUtil.html">CurveUtil</a></li> <li><a href="..&#x2F;classes/CustomEvent.html">CustomEvent</a></li> <li><a href="..&#x2F;classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="..&#x2F;classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="..&#x2F;classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="..&#x2F;classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="..&#x2F;classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="..&#x2F;classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="..&#x2F;classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="..&#x2F;classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="..&#x2F;classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="..&#x2F;classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="..&#x2F;classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="..&#x2F;classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="..&#x2F;classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="..&#x2F;classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="..&#x2F;classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="..&#x2F;classes/DataTable.html">DataTable</a></li> <li><a href="..&#x2F;classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="..&#x2F;classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="..&#x2F;classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="..&#x2F;classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="..&#x2F;classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="..&#x2F;classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="..&#x2F;classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="..&#x2F;classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="..&#x2F;classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="..&#x2F;classes/DataType.Date.html">DataType.Date</a></li> <li><a href="..&#x2F;classes/DataType.Date.Locale.html">DataType.Date.Locale</a></li> <li><a href="..&#x2F;classes/DataType.Number.html">DataType.Number</a></li> <li><a href="..&#x2F;classes/DataType.XML.html">DataType.XML</a></li> <li><a href="..&#x2F;classes/DD.DDM.html">DD.DDM</a></li> <li><a href="..&#x2F;classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="..&#x2F;classes/DD.Drag.html">DD.Drag</a></li> <li><a href="..&#x2F;classes/DD.Drop.html">DD.Drop</a></li> <li><a href="..&#x2F;classes/DD.Plugin.DDWindowScroll.html">DD.Plugin.DDWindowScroll</a></li> <li><a href="..&#x2F;classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="..&#x2F;classes/Dial.html">Dial</a></li> <li><a href="..&#x2F;classes/Do.html">Do</a></li> <li><a href="..&#x2F;classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="..&#x2F;classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="..&#x2F;classes/Do.Error.html">Do.Error</a></li> <li><a href="..&#x2F;classes/Do.Halt.html">Do.Halt</a></li> <li><a href="..&#x2F;classes/Do.Method.html">Do.Method</a></li> <li><a href="..&#x2F;classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="..&#x2F;classes/DOM.html">DOM</a></li> <li><a href="..&#x2F;classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="..&#x2F;classes/Drawing.html">Drawing</a></li> <li><a href="..&#x2F;classes/Easing.html">Easing</a></li> <li><a href="..&#x2F;classes/EditorBase.html">EditorBase</a></li> <li><a href="..&#x2F;classes/EditorSelection.html">EditorSelection</a></li> <li><a href="..&#x2F;classes/Ellipse.html">Ellipse</a></li> <li><a href="..&#x2F;classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="..&#x2F;classes/Escape.html">Escape</a></li> <li><a href="..&#x2F;classes/Event.html">Event</a></li> <li><a href="..&#x2F;classes/EventFacade.html">EventFacade</a></li> <li><a href="..&#x2F;classes/EventHandle.html">EventHandle</a></li> <li><a href="..&#x2F;classes/EventTarget.html">EventTarget</a></li> <li><a href="..&#x2F;classes/ExecCommand.html">ExecCommand</a></li> <li><a href="..&#x2F;classes/Features.html">Features</a></li> <li><a href="..&#x2F;classes/File.html">File</a></li> <li><a href="..&#x2F;classes/FileFlash.html">FileFlash</a></li> <li><a href="..&#x2F;classes/FileHTML5.html">FileHTML5</a></li> <li><a href="..&#x2F;classes/Fills.html">Fills</a></li> <li><a href="..&#x2F;classes/Frame.html">Frame</a></li> <li><a href="..&#x2F;classes/Get.html">Get</a></li> <li><a href="..&#x2F;classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="..&#x2F;classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="..&#x2F;classes/Graph.html">Graph</a></li> <li><a href="..&#x2F;classes/Graphic.html">Graphic</a></li> <li><a href="..&#x2F;classes/GraphicBase.html">GraphicBase</a></li> <li><a href="..&#x2F;classes/Gridlines.html">Gridlines</a></li> <li><a href="..&#x2F;classes/GroupCircle.html">GroupCircle</a></li> <li><a href="..&#x2F;classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="..&#x2F;classes/GroupRect.html">GroupRect</a></li> <li><a href="..&#x2F;classes/Handlebars.html">Handlebars</a></li> <li><a href="..&#x2F;classes/Highlight.html">Highlight</a></li> <li><a href="..&#x2F;classes/Histogram.html">Histogram</a></li> <li><a href="..&#x2F;classes/HistoryBase.html">HistoryBase</a></li> <li><a href="..&#x2F;classes/HistoryHash.html">HistoryHash</a></li> <li><a href="..&#x2F;classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="..&#x2F;classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="..&#x2F;classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="..&#x2F;classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="..&#x2F;classes/Intl.html">Intl</a></li> <li><a href="..&#x2F;classes/IO.html">IO</a></li> <li><a href="..&#x2F;classes/json.html">json</a></li> <li><a href="..&#x2F;classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="..&#x2F;classes/Lang.html">Lang</a></li> <li><a href="..&#x2F;classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="..&#x2F;classes/Lines.html">Lines</a></li> <li><a href="..&#x2F;classes/LineSeries.html">LineSeries</a></li> <li><a href="..&#x2F;classes/Loader.html">Loader</a></li> <li><a href="..&#x2F;classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="..&#x2F;classes/Matrix.html">Matrix</a></li> <li><a href="..&#x2F;classes/Model.html">Model</a></li> <li><a href="..&#x2F;classes/ModelList.html">ModelList</a></li> <li><a href="..&#x2F;classes/Node.html">Node</a></li> <li><a href="..&#x2F;classes/NodeList.html">NodeList</a></li> <li><a href="..&#x2F;classes/NumericAxis.html">NumericAxis</a></li> <li><a href="..&#x2F;classes/Object.html">Object</a></li> <li><a href="..&#x2F;classes/Overlay.html">Overlay</a></li> <li><a href="..&#x2F;classes/Panel.html">Panel</a></li> <li><a href="..&#x2F;classes/Parallel.html">Parallel</a></li> <li><a href="..&#x2F;classes/Path.html">Path</a></li> <li><a href="..&#x2F;classes/PieChart.html">PieChart</a></li> <li><a href="..&#x2F;classes/PieSeries.html">PieSeries</a></li> <li><a href="..&#x2F;classes/Pjax.html">Pjax</a></li> <li><a href="..&#x2F;classes/PjaxBase.html">PjaxBase</a></li> <li><a href="..&#x2F;classes/Plots.html">Plots</a></li> <li><a href="..&#x2F;classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="..&#x2F;classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="..&#x2F;classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="..&#x2F;classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="..&#x2F;classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="..&#x2F;classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="..&#x2F;classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="..&#x2F;classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="..&#x2F;classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="..&#x2F;classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="..&#x2F;classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="..&#x2F;classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="..&#x2F;classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="..&#x2F;classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="..&#x2F;classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="..&#x2F;classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="..&#x2F;classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="..&#x2F;classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="..&#x2F;classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="..&#x2F;classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="..&#x2F;classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="..&#x2F;classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="..&#x2F;classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="..&#x2F;classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="..&#x2F;classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="..&#x2F;classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="..&#x2F;classes/Pollable.html">Pollable</a></li> <li><a href="..&#x2F;classes/Profiler.html">Profiler</a></li> <li><a href="..&#x2F;classes/QueryString.html">QueryString</a></li> <li><a href="..&#x2F;classes/Queue.html">Queue</a></li> <li><a href="..&#x2F;classes/Record.html">Record</a></li> <li><a href="..&#x2F;classes/Recordset.html">Recordset</a></li> <li><a href="..&#x2F;classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="..&#x2F;classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="..&#x2F;classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="..&#x2F;classes/Rect.html">Rect</a></li> <li><a href="..&#x2F;classes/Renderer.html">Renderer</a></li> <li><a href="..&#x2F;classes/Resize.html">Resize</a></li> <li><a href="..&#x2F;classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="..&#x2F;classes/Router.html">Router</a></li> <li><a href="..&#x2F;classes/ScrollView.html">ScrollView</a></li> <li><a href="..&#x2F;classes/Selector.html">Selector</a></li> <li><a href="..&#x2F;classes/Shape.html">Shape</a></li> <li><a href="..&#x2F;classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="..&#x2F;classes/Slider.html">Slider</a></li> <li><a href="..&#x2F;classes/SliderBase.html">SliderBase</a></li> <li><a href="..&#x2F;classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="..&#x2F;classes/Sortable.html">Sortable</a></li> <li><a href="..&#x2F;classes/SplineSeries.html">SplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAxis.html">StackedAxis</a></li> <li><a href="..&#x2F;classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="..&#x2F;classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="..&#x2F;classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="..&#x2F;classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="..&#x2F;classes/StackingUtil.html">StackingUtil</a></li> <li><a href="..&#x2F;classes/State.html">State</a></li> <li><a href="..&#x2F;classes/StyleSheet.html">StyleSheet</a></li> <li><a href="..&#x2F;classes/Subscriber.html">Subscriber</a></li> <li><a href="..&#x2F;classes/SVGCircle.html">SVGCircle</a></li> <li><a href="..&#x2F;classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="..&#x2F;classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="..&#x2F;classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="..&#x2F;classes/SVGPath.html">SVGPath</a></li> <li><a href="..&#x2F;classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="..&#x2F;classes/SVGRect.html">SVGRect</a></li> <li><a href="..&#x2F;classes/SVGShape.html">SVGShape</a></li> <li><a href="..&#x2F;classes/SWF.html">SWF</a></li> <li><a href="..&#x2F;classes/SWFDetect.html">SWFDetect</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="..&#x2F;classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="..&#x2F;classes/Tab.html">Tab</a></li> <li><a href="..&#x2F;classes/TabView.html">TabView</a></li> <li><a href="..&#x2F;classes/Test.html">Test</a></li> <li><a href="..&#x2F;classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="..&#x2F;classes/Test.Assert.html">Test.Assert</a></li> <li><a href="..&#x2F;classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="..&#x2F;classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="..&#x2F;classes/Test.Console.html">Test.Console</a></li> <li><a href="..&#x2F;classes/Test.CoverageFormat.CoverageFormat.html">Test.CoverageFormat.CoverageFormat</a></li> <li><a href="..&#x2F;classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="..&#x2F;classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="..&#x2F;classes/Test.Mock.Mock.html">Test.Mock.Mock</a></li> <li><a href="..&#x2F;classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="..&#x2F;classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="..&#x2F;classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="..&#x2F;classes/Test.Results.html">Test.Results</a></li> <li><a href="..&#x2F;classes/Test.Runner.html">Test.Runner</a></li> <li><a href="..&#x2F;classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="..&#x2F;classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="..&#x2F;classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="..&#x2F;classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="..&#x2F;classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="..&#x2F;classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="..&#x2F;classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="..&#x2F;classes/Test.Wait.html">Test.Wait</a></li> <li><a href="..&#x2F;classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="..&#x2F;classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="..&#x2F;classes/TimeAxis.html">TimeAxis</a></li> <li><a href="..&#x2F;classes/ToggleButton.html">ToggleButton</a></li> <li><a href="..&#x2F;classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="..&#x2F;classes/Transition.html">Transition</a></li> <li><a href="..&#x2F;classes/UA.html">UA</a></li> <li><a href="..&#x2F;classes/Uploader.html">Uploader</a></li> <li><a href="..&#x2F;classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="..&#x2F;classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="..&#x2F;classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="..&#x2F;classes/ValueChange.html">ValueChange</a></li> <li><a href="..&#x2F;classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="..&#x2F;classes/View.html">View</a></li> <li><a href="..&#x2F;classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="..&#x2F;classes/VMLCircle.html">VMLCircle</a></li> <li><a href="..&#x2F;classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="..&#x2F;classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="..&#x2F;classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="..&#x2F;classes/VMLPath.html">VMLPath</a></li> <li><a href="..&#x2F;classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="..&#x2F;classes/VMLRect.html">VMLRect</a></li> <li><a href="..&#x2F;classes/VMLShape.html">VMLShape</a></li> <li><a href="..&#x2F;classes/Widget.html">Widget</a></li> <li><a href="..&#x2F;classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="..&#x2F;classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="..&#x2F;classes/WidgetChild.html">WidgetChild</a></li> <li><a href="..&#x2F;classes/WidgetModality.html">WidgetModality</a></li> <li><a href="..&#x2F;classes/WidgetParent.html">WidgetParent</a></li> <li><a href="..&#x2F;classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="..&#x2F;classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="..&#x2F;classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="..&#x2F;classes/WidgetStack.html">WidgetStack</a></li> <li><a href="..&#x2F;classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="..&#x2F;classes/YQL.html">YQL</a></li> <li><a href="..&#x2F;classes/YQLRequest.html">YQLRequest</a></li> <li><a href="..&#x2F;classes/YUI.html">YUI</a></li> <li><a href="..&#x2F;classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="..&#x2F;modules/align-plugin.html">align-plugin</a></li> <li><a href="..&#x2F;modules/anim.html">anim</a></li> <li><a href="..&#x2F;modules/anim-base.html">anim-base</a></li> <li><a href="..&#x2F;modules/anim-color.html">anim-color</a></li> <li><a href="..&#x2F;modules/anim-curve.html">anim-curve</a></li> <li><a href="..&#x2F;modules/anim-easing.html">anim-easing</a></li> <li><a href="..&#x2F;modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="..&#x2F;modules/anim-scroll.html">anim-scroll</a></li> <li><a href="..&#x2F;modules/anim-xy.html">anim-xy</a></li> <li><a href="..&#x2F;modules/app.html">app</a></li> <li><a href="..&#x2F;modules/app-base.html">app-base</a></li> <li><a href="..&#x2F;modules/app-transitions.html">app-transitions</a></li> <li><a href="..&#x2F;modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="..&#x2F;modules/array-extras.html">array-extras</a></li> <li><a href="..&#x2F;modules/array-invoke.html">array-invoke</a></li> <li><a href="..&#x2F;modules/arraylist.html">arraylist</a></li> <li><a href="..&#x2F;modules/arraylist-add.html">arraylist-add</a></li> <li><a href="..&#x2F;modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="..&#x2F;modules/arraysort.html">arraysort</a></li> <li><a href="..&#x2F;modules/async-queue.html">async-queue</a></li> <li><a href="..&#x2F;modules/attribute.html">attribute</a></li> <li><a href="..&#x2F;modules/attribute-base.html">attribute-base</a></li> <li><a href="..&#x2F;modules/attribute-complex.html">attribute-complex</a></li> <li><a href="..&#x2F;modules/attribute-core.html">attribute-core</a></li> <li><a href="..&#x2F;modules/attribute-events.html">attribute-events</a></li> <li><a href="..&#x2F;modules/attribute-extras.html">attribute-extras</a></li> <li><a href="..&#x2F;modules/autocomplete.html">autocomplete</a></li> <li><a href="..&#x2F;modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="..&#x2F;modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="..&#x2F;modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="..&#x2F;modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="..&#x2F;modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="..&#x2F;modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="..&#x2F;modules/base.html">base</a></li> <li><a href="..&#x2F;modules/base-base.html">base-base</a></li> <li><a href="..&#x2F;modules/base-build.html">base-build</a></li> <li><a href="..&#x2F;modules/base-core.html">base-core</a></li> <li><a href="..&#x2F;modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="..&#x2F;modules/button.html">button</a></li> <li><a href="..&#x2F;modules/button-core.html">button-core</a></li> <li><a href="..&#x2F;modules/button-group.html">button-group</a></li> <li><a href="..&#x2F;modules/button-plugin.html">button-plugin</a></li> <li><a href="..&#x2F;modules/cache.html">cache</a></li> <li><a href="..&#x2F;modules/cache-base.html">cache-base</a></li> <li><a href="..&#x2F;modules/cache-offline.html">cache-offline</a></li> <li><a href="..&#x2F;modules/cache-plugin.html">cache-plugin</a></li> <li><a href="..&#x2F;modules/calendar.html">calendar</a></li> <li><a href="..&#x2F;modules/calendar-base.html">calendar-base</a></li> <li><a href="..&#x2F;modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="..&#x2F;modules/charts.html">charts</a></li> <li><a href="..&#x2F;modules/charts-legend.html">charts-legend</a></li> <li><a href="..&#x2F;modules/classnamemanager.html">classnamemanager</a></li> <li><a href="..&#x2F;modules/clickable-rail.html">clickable-rail</a></li> <li><a href="..&#x2F;modules/collection.html">collection</a></li> <li><a href="..&#x2F;modules/console.html">console</a></li> <li><a href="..&#x2F;modules/console-filters.html">console-filters</a></li> <li><a href="..&#x2F;modules/cookie.html">cookie</a></li> <li><a href="..&#x2F;modules/createlink-base.html">createlink-base</a></li> <li><a href="..&#x2F;modules/dataschema.html">dataschema</a></li> <li><a href="..&#x2F;modules/dataschema-array.html">dataschema-array</a></li> <li><a href="..&#x2F;modules/dataschema-base.html">dataschema-base</a></li> <li><a href="..&#x2F;modules/dataschema-json.html">dataschema-json</a></li> <li><a href="..&#x2F;modules/dataschema-text.html">dataschema-text</a></li> <li><a href="..&#x2F;modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="..&#x2F;modules/datasource.html">datasource</a></li> <li><a href="..&#x2F;modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="..&#x2F;modules/datasource-cache.html">datasource-cache</a></li> <li><a href="..&#x2F;modules/datasource-function.html">datasource-function</a></li> <li><a href="..&#x2F;modules/datasource-get.html">datasource-get</a></li> <li><a href="..&#x2F;modules/datasource-io.html">datasource-io</a></li> <li><a href="..&#x2F;modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="..&#x2F;modules/datasource-local.html">datasource-local</a></li> <li><a href="..&#x2F;modules/datasource-polling.html">datasource-polling</a></li> <li><a href="..&#x2F;modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="..&#x2F;modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="..&#x2F;modules/datatable.html">datatable</a></li> <li><a href="..&#x2F;modules/datatable-base.html">datatable-base</a></li> <li><a href="..&#x2F;modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-body.html">datatable-body</a></li> <li><a href="..&#x2F;modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="..&#x2F;modules/datatable-core.html">datatable-core</a></li> <li><a href="..&#x2F;modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="..&#x2F;modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-deprecated.html">datatable-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-head.html">datatable-head</a></li> <li><a href="..&#x2F;modules/datatable-message.html">datatable-message</a></li> <li><a href="..&#x2F;modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="..&#x2F;modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="..&#x2F;modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-sort.html">datatable-sort</a></li> <li><a href="..&#x2F;modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li> <li><a href="..&#x2F;modules/datatype.html">datatype</a></li> <li><a href="..&#x2F;modules/datatype-date.html">datatype-date</a></li> <li><a href="..&#x2F;modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="..&#x2F;modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="..&#x2F;modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="..&#x2F;modules/datatype-number.html">datatype-number</a></li> <li><a href="..&#x2F;modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="..&#x2F;modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="..&#x2F;modules/datatype-xml.html">datatype-xml</a></li> <li><a href="..&#x2F;modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="..&#x2F;modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="..&#x2F;modules/dd.html">dd</a></li> <li><a href="..&#x2F;modules/dd-constrain.html">dd-constrain</a></li> <li><a href="..&#x2F;modules/dd-ddm.html">dd-ddm</a></li> <li><a href="..&#x2F;modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="..&#x2F;modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="..&#x2F;modules/dd-delegate.html">dd-delegate</a></li> <li><a href="..&#x2F;modules/dd-drag.html">dd-drag</a></li> <li><a href="..&#x2F;modules/dd-drop.html">dd-drop</a></li> <li><a href="..&#x2F;modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="..&#x2F;modules/dd-plugin.html">dd-plugin</a></li> <li><a href="..&#x2F;modules/dd-proxy.html">dd-proxy</a></li> <li><a href="..&#x2F;modules/dd-scroll.html">dd-scroll</a></li> <li><a href="..&#x2F;modules/dial.html">dial</a></li> <li><a href="..&#x2F;modules/dom.html">dom</a></li> <li><a href="..&#x2F;modules/dom-base.html">dom-base</a></li> <li><a href="..&#x2F;modules/dom-screen.html">dom-screen</a></li> <li><a href="..&#x2F;modules/dom-style.html">dom-style</a></li> <li><a href="..&#x2F;modules/dump.html">dump</a></li> <li><a href="..&#x2F;modules/editor.html">editor</a></li> <li><a href="..&#x2F;modules/editor-base.html">editor-base</a></li> <li><a href="..&#x2F;modules/editor-bidi.html">editor-bidi</a></li> <li><a href="..&#x2F;modules/editor-br.html">editor-br</a></li> <li><a href="..&#x2F;modules/editor-lists.html">editor-lists</a></li> <li><a href="..&#x2F;modules/editor-para.html">editor-para</a></li> <li><a href="..&#x2F;modules/editor-para-base.html">editor-para-base</a></li> <li><a href="..&#x2F;modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="..&#x2F;modules/editor-tab.html">editor-tab</a></li> <li><a href="..&#x2F;modules/escape.html">escape</a></li> <li><a href="..&#x2F;modules/event.html">event</a></li> <li><a href="..&#x2F;modules/event-base.html">event-base</a></li> <li><a href="..&#x2F;modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="..&#x2F;modules/event-custom.html">event-custom</a></li> <li><a href="..&#x2F;modules/event-custom-base.html">event-custom-base</a></li> <li><a href="..&#x2F;modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="..&#x2F;modules/event-delegate.html">event-delegate</a></li> <li><a href="..&#x2F;modules/event-flick.html">event-flick</a></li> <li><a href="..&#x2F;modules/event-focus.html">event-focus</a></li> <li><a href="..&#x2F;modules/event-gestures.html">event-gestures</a></li> <li><a href="..&#x2F;modules/event-hover.html">event-hover</a></li> <li><a href="..&#x2F;modules/event-key.html">event-key</a></li> <li><a href="..&#x2F;modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="..&#x2F;modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="..&#x2F;modules/event-move.html">event-move</a></li> <li><a href="..&#x2F;modules/event-outside.html">event-outside</a></li> <li><a href="..&#x2F;modules/event-resize.html">event-resize</a></li> <li><a href="..&#x2F;modules/event-simulate.html">event-simulate</a></li> <li><a href="..&#x2F;modules/event-synthetic.html">event-synthetic</a></li> <li><a href="..&#x2F;modules/event-touch.html">event-touch</a></li> <li><a href="..&#x2F;modules/event-valuechange.html">event-valuechange</a></li> <li><a href="..&#x2F;modules/exec-command.html">exec-command</a></li> <li><a href="..&#x2F;modules/features.html">features</a></li> <li><a href="..&#x2F;modules/file.html">file</a></li> <li><a href="..&#x2F;modules/file-flash.html">file-flash</a></li> <li><a href="..&#x2F;modules/file-html5.html">file-html5</a></li> <li><a href="..&#x2F;modules/frame.html">frame</a></li> <li><a href="..&#x2F;modules/get.html">get</a></li> <li><a href="..&#x2F;modules/get-nodejs.html">get-nodejs</a></li> <li><a href="..&#x2F;modules/graphics.html">graphics</a></li> <li><a href="..&#x2F;modules/handlebars.html">handlebars</a></li> <li><a href="..&#x2F;modules/handlebars-base.html">handlebars-base</a></li> <li><a href="..&#x2F;modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="..&#x2F;modules/highlight.html">highlight</a></li> <li><a href="..&#x2F;modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="..&#x2F;modules/highlight-base.html">highlight-base</a></li> <li><a href="..&#x2F;modules/history.html">history</a></li> <li><a href="..&#x2F;modules/history-base.html">history-base</a></li> <li><a href="..&#x2F;modules/history-hash.html">history-hash</a></li> <li><a href="..&#x2F;modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="..&#x2F;modules/history-html5.html">history-html5</a></li> <li><a href="..&#x2F;modules/imageloader.html">imageloader</a></li> <li><a href="..&#x2F;modules/intl.html">intl</a></li> <li><a href="..&#x2F;modules/io.html">io</a></li> <li><a href="..&#x2F;modules/io-base.html">io-base</a></li> <li><a href="..&#x2F;modules/io-form.html">io-form</a></li> <li><a href="..&#x2F;modules/io-queue.html">io-queue</a></li> <li><a href="..&#x2F;modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="..&#x2F;modules/io-xdr.html">io-xdr</a></li> <li><a href="..&#x2F;modules/json.html">json</a></li> <li><a href="..&#x2F;modules/json-parse.html">json-parse</a></li> <li><a href="..&#x2F;modules/json-stringify.html">json-stringify</a></li> <li><a href="..&#x2F;modules/jsonp.html">jsonp</a></li> <li><a href="..&#x2F;modules/jsonp-url.html">jsonp-url</a></li> <li><a href="..&#x2F;modules/loader.html">loader</a></li> <li><a href="..&#x2F;modules/loader-base.html">loader-base</a></li> <li><a href="..&#x2F;modules/matrix.html">matrix</a></li> <li><a href="..&#x2F;modules/model.html">model</a></li> <li><a href="..&#x2F;modules/model-list.html">model-list</a></li> <li><a href="..&#x2F;modules/node.html">node</a></li> <li><a href="..&#x2F;modules/node-base.html">node-base</a></li> <li><a href="..&#x2F;modules/node-core.html">node-core</a></li> <li><a href="..&#x2F;modules/node-data.html">node-data</a></li> <li><a href="..&#x2F;modules/node-deprecated.html">node-deprecated</a></li> <li><a href="..&#x2F;modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="..&#x2F;modules/node-event-html5.html">node-event-html5</a></li> <li><a href="..&#x2F;modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="..&#x2F;modules/node-flick.html">node-flick</a></li> <li><a href="..&#x2F;modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="..&#x2F;modules/node-load.html">node-load</a></li> <li><a href="..&#x2F;modules/node-menunav.html">node-menunav</a></li> <li><a href="..&#x2F;modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="..&#x2F;modules/node-screen.html">node-screen</a></li> <li><a href="..&#x2F;modules/node-style.html">node-style</a></li> <li><a href="..&#x2F;modules/oop.html">oop</a></li> <li><a href="..&#x2F;modules/overlay.html">overlay</a></li> <li><a href="..&#x2F;modules/panel.html">panel</a></li> <li><a href="..&#x2F;modules/parallel.html">parallel</a></li> <li><a href="..&#x2F;modules/pjax.html">pjax</a></li> <li><a href="..&#x2F;modules/pjax-base.html">pjax-base</a></li> <li><a href="..&#x2F;modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="..&#x2F;modules/plugin.html">plugin</a></li> <li><a href="..&#x2F;modules/pluginhost.html">pluginhost</a></li> <li><a href="..&#x2F;modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="..&#x2F;modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="..&#x2F;modules/profiler.html">profiler</a></li> <li><a href="..&#x2F;modules/querystring.html">querystring</a></li> <li><a href="..&#x2F;modules/querystring-parse.html">querystring-parse</a></li> <li><a href="..&#x2F;modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="..&#x2F;modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="..&#x2F;modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="..&#x2F;modules/queue-promote.html">queue-promote</a></li> <li><a href="..&#x2F;modules/range-slider.html">range-slider</a></li> <li><a href="..&#x2F;modules/recordset.html">recordset</a></li> <li><a href="..&#x2F;modules/recordset-base.html">recordset-base</a></li> <li><a href="..&#x2F;modules/recordset-filter.html">recordset-filter</a></li> <li><a href="..&#x2F;modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="..&#x2F;modules/recordset-sort.html">recordset-sort</a></li> <li><a href="..&#x2F;modules/resize.html">resize</a></li> <li><a href="..&#x2F;modules/resize-contrain.html">resize-contrain</a></li> <li><a href="..&#x2F;modules/resize-plugin.html">resize-plugin</a></li> <li><a href="..&#x2F;modules/resize-proxy.html">resize-proxy</a></li> <li><a href="..&#x2F;modules/rollup.html">rollup</a></li> <li><a href="..&#x2F;modules/router.html">router</a></li> <li><a href="..&#x2F;modules/scrollview.html">scrollview</a></li> <li><a href="..&#x2F;modules/scrollview-base.html">scrollview-base</a></li> <li><a href="..&#x2F;modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="..&#x2F;modules/scrollview-list.html">scrollview-list</a></li> <li><a href="..&#x2F;modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="..&#x2F;modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="..&#x2F;modules/selection.html">selection</a></li> <li><a href="..&#x2F;modules/selector-css2.html">selector-css2</a></li> <li><a href="..&#x2F;modules/selector-css3.html">selector-css3</a></li> <li><a href="..&#x2F;modules/selector-native.html">selector-native</a></li> <li><a href="..&#x2F;modules/shim-plugin.html">shim-plugin</a></li> <li><a href="..&#x2F;modules/slider.html">slider</a></li> <li><a href="..&#x2F;modules/slider-base.html">slider-base</a></li> <li><a href="..&#x2F;modules/slider-value-range.html">slider-value-range</a></li> <li><a href="..&#x2F;modules/sortable.html">sortable</a></li> <li><a href="..&#x2F;modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="..&#x2F;modules/stylesheet.html">stylesheet</a></li> <li><a href="..&#x2F;modules/substitute.html">substitute</a></li> <li><a href="..&#x2F;modules/swf.html">swf</a></li> <li><a href="..&#x2F;modules/swfdetect.html">swfdetect</a></li> <li><a href="..&#x2F;modules/tabview.html">tabview</a></li> <li><a href="..&#x2F;modules/test.html">test</a></li> <li><a href="..&#x2F;modules/test-console.html">test-console</a></li> <li><a href="..&#x2F;modules/text.html">text</a></li> <li><a href="..&#x2F;modules/text-accentfold.html">text-accentfold</a></li> <li><a href="..&#x2F;modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="..&#x2F;modules/transition.html">transition</a></li> <li><a href="..&#x2F;modules/uploader.html">uploader</a></li> <li><a href="..&#x2F;modules/uploader-deprecated.html">uploader-deprecated</a></li> <li><a href="..&#x2F;modules/uploader-flash.html">uploader-flash</a></li> <li><a href="..&#x2F;modules/uploader-html5.html">uploader-html5</a></li> <li><a href="..&#x2F;modules/uploader-queue.html">uploader-queue</a></li> <li><a href="..&#x2F;modules/view.html">view</a></li> <li><a href="..&#x2F;modules/view-node-map.html">view-node-map</a></li> <li><a href="..&#x2F;modules/widget.html">widget</a></li> <li><a href="..&#x2F;modules/widget-anim.html">widget-anim</a></li> <li><a href="..&#x2F;modules/widget-autohide.html">widget-autohide</a></li> <li><a href="..&#x2F;modules/widget-base.html">widget-base</a></li> <li><a href="..&#x2F;modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="..&#x2F;modules/widget-buttons.html">widget-buttons</a></li> <li><a href="..&#x2F;modules/widget-child.html">widget-child</a></li> <li><a href="..&#x2F;modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="..&#x2F;modules/widget-locale.html">widget-locale</a></li> <li><a href="..&#x2F;modules/widget-modality.html">widget-modality</a></li> <li><a href="..&#x2F;modules/widget-parent.html">widget-parent</a></li> <li><a href="..&#x2F;modules/widget-position.html">widget-position</a></li> <li><a href="..&#x2F;modules/widget-position-align.html">widget-position-align</a></li> <li><a href="..&#x2F;modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="..&#x2F;modules/widget-skin.html">widget-skin</a></li> <li><a href="..&#x2F;modules/widget-stack.html">widget-stack</a></li> <li><a href="..&#x2F;modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="..&#x2F;modules/widget-uievents.html">widget-uievents</a></li> <li><a href="..&#x2F;modules/yql.html">yql</a></li> <li><a href="..&#x2F;modules/yui.html">yui</a></li> <li><a href="..&#x2F;modules/yui-base.html">yui-base</a></li> <li><a href="..&#x2F;modules/yui-later.html">yui-later</a></li> <li><a href="..&#x2F;modules/yui-log.html">yui-log</a></li> <li><a href="..&#x2F;modules/yui-throttle.html">yui-throttle</a></li> <li><a href="..&#x2F;modules/yui3.html">yui3</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: charts&#x2F;js&#x2F;CartesianSeries.js</h1> <div class="file"> <pre class="code prettyprint linenums"> &#x2F;** * The CartesianSeries class creates a chart with horizontal and vertical axes. * * @module charts * @class CartesianSeries * @extends Base * @uses Renderer * @constructor *&#x2F; Y.CartesianSeries = Y.Base.create(&quot;cartesianSeries&quot;, Y.Base, [Y.Renderer], { &#x2F;** * Storage for &#x60;xDisplayName&#x60; attribute. * * @property _xDisplayName * @type String * @private *&#x2F; _xDisplayName: null, &#x2F;** * Storage for &#x60;yDisplayName&#x60; attribute. * * @property _yDisplayName * @type String * @private *&#x2F; _yDisplayName: null, &#x2F;** * Th x-coordinate for the left edge of the series. * * @property _leftOrigin * @type String * @private *&#x2F; _leftOrigin: null, &#x2F;** * The y-coordinate for the bottom edge of the series. * * @property _bottomOrigin * @type String * @private *&#x2F; _bottomOrigin: null, &#x2F;** * @method render * @private *&#x2F; render: function() { this._setCanvas(); this.addListeners(); this.set(&quot;rendered&quot;, true); this.validate(); }, &#x2F;** * Adds event listeners. * * @method addListeners * @private *&#x2F; addListeners: function() { var xAxis = this.get(&quot;xAxis&quot;), yAxis = this.get(&quot;yAxis&quot;); if(xAxis) { xAxis.after(&quot;dataReady&quot;, Y.bind(this._xDataChangeHandler, this)); xAxis.after(&quot;dataUpdate&quot;, Y.bind(this._xDataChangeHandler, this)); } if(yAxis) { yAxis.after(&quot;dataReady&quot;, Y.bind(this._yDataChangeHandler, this)); yAxis.after(&quot;dataUpdate&quot;, Y.bind(this._yDataChangeHandler, this)); } this.after(&quot;xAxisChange&quot;, this._xAxisChangeHandler); this.after(&quot;yAxisChange&quot;, this._yAxisChangeHandler); this.after(&quot;stylesChange&quot;, function(e) { var axesReady = this._updateAxisData(); if(axesReady) { this.draw(); } }); this.after(&quot;widthChange&quot;, function(e) { var axesReady = this._updateAxisData(); if(axesReady) { this.draw(); } }); this.after(&quot;heightChange&quot;, function(e) { var axesReady = this._updateAxisData(); if(axesReady) { this.draw(); } }); this.after(&quot;visibleChange&quot;, this._handleVisibleChange); }, &#x2F;** * Event handler for the xAxisChange event. * * @method _xAxisChangeHandler * @param {Object} e Event object. * @private *&#x2F; _xAxisChangeHandler: function(e) { var xAxis = this.get(&quot;xAxis&quot;); xAxis.after(&quot;dataReady&quot;, Y.bind(this._xDataChangeHandler, this)); xAxis.after(&quot;dataUpdate&quot;, Y.bind(this._xDataChangeHandler, this)); }, &#x2F;** * Event handler the yAxisChange event. * * @method _yAxisChangeHandler * @param {Object} e Event object. * @private *&#x2F; _yAxisChangeHandler: function(e) { var yAxis = this.get(&quot;yAxis&quot;); yAxis.after(&quot;dataReady&quot;, Y.bind(this._yDataChangeHandler, this)); yAxis.after(&quot;dataUpdate&quot;, Y.bind(this._yDataChangeHandler, this)); }, &#x2F;** * Constant used to generate unique id. * * @property GUID * @type String * @private *&#x2F; GUID: &quot;yuicartesianseries&quot;, &#x2F;** * Event handler for xDataChange event. * * @method _xDataChangeHandler * @param {Object} event Event object. * @private *&#x2F; _xDataChangeHandler: function(event) { var axesReady = this._updateAxisData(); if(axesReady) { this.draw(); } }, &#x2F;** * Event handler for yDataChange event. * * @method _yDataChangeHandler * @param {Object} event Event object. * @private *&#x2F; _yDataChangeHandler: function(event) { var axesReady = this._updateAxisData(); if(axesReady) { this.draw(); } }, &#x2F;** * Checks to ensure that both xAxis and yAxis data are available. If so, set the &#x60;xData&#x60; and &#x60;yData&#x60; attributes and return &#x60;true&#x60;. Otherwise, return &#x60;false&#x60;. * * @method _updateAxisData * @return Boolean * @private *&#x2F; _updateAxisData: function() { var xAxis = this.get(&quot;xAxis&quot;), yAxis = this.get(&quot;yAxis&quot;), xKey = this.get(&quot;xKey&quot;), yKey = this.get(&quot;yKey&quot;), yData, xData; if(!xAxis || !yAxis || !xKey || !yKey) { return false; } xData = xAxis.getDataByKey(xKey); yData = yAxis.getDataByKey(yKey); if(!xData || !yData) { return false; } this.set(&quot;xData&quot;, xData.concat()); this.set(&quot;yData&quot;, yData.concat()); return true; }, &#x2F;** * Draws the series is the xAxis and yAxis data are both available. * * @method validate * @private *&#x2F; validate: function() { if((this.get(&quot;xData&quot;) &amp;&amp; this.get(&quot;yData&quot;)) || this._updateAxisData()) { this.draw(); } else { this.fire(&quot;drawingComplete&quot;); } }, &#x2F;** * Creates a &#x60;Graphic&#x60; instance. * * @method _setCanvas * @protected *&#x2F; _setCanvas: function() { var graph = this.get(&quot;graph&quot;), graphic = graph.get(&quot;graphic&quot;); this.set(&quot;graphic&quot;, graphic); }, &#x2F;** * Calculates the coordinates for the series. * * @method setAreaData * @protected *&#x2F; setAreaData: function() { var isNumber = Y_Lang.isNumber, nextX, nextY, graph = this.get(&quot;graph&quot;), w = graph.get(&quot;width&quot;), h = graph.get(&quot;height&quot;), xAxis = this.get(&quot;xAxis&quot;), yAxis = this.get(&quot;yAxis&quot;), xData = this.get(&quot;xData&quot;).concat(), yData = this.get(&quot;yData&quot;).concat(), xValue, yValue, xOffset = xAxis.getEdgeOffset(xData.length, w), yOffset = yAxis.getEdgeOffset(yData.length, h), padding = this.get(&quot;styles&quot;).padding, leftPadding = padding.left, topPadding = padding.top, dataWidth = w - (leftPadding + padding.right + xOffset), dataHeight = h - (topPadding + padding.bottom + yOffset), xcoords = [], ycoords = [], xMax = xAxis.get(&quot;maximum&quot;), xMin = xAxis.get(&quot;minimum&quot;), yMax = yAxis.get(&quot;maximum&quot;), yMin = yAxis.get(&quot;minimum&quot;), xScaleFactor = dataWidth &#x2F; (xMax - xMin), yScaleFactor = dataHeight &#x2F; (yMax - yMin), dataLength, direction = this.get(&quot;direction&quot;), i = 0, xMarkerPlane = [], yMarkerPlane = [], xMarkerPlaneOffset = this.get(&quot;xMarkerPlaneOffset&quot;), yMarkerPlaneOffset = this.get(&quot;yMarkerPlaneOffset&quot;), graphic = this.get(&quot;graphic&quot;); graphic.set(&quot;width&quot;, w); graphic.set(&quot;height&quot;, h); dataLength = xData.length; xOffset *= 0.5; yOffset *= 0.5; &#x2F;&#x2F;Assuming a vertical graph has a range&#x2F;category for its vertical axis. if(direction === &quot;vertical&quot;) { yData = yData.reverse(); } this._leftOrigin = Math.round(((0 - xMin) * xScaleFactor) + leftPadding + xOffset); this._bottomOrigin = Math.round((dataHeight + topPadding + yOffset)); for (; i &lt; dataLength; ++i) { xValue = parseFloat(xData[i]); yValue = parseFloat(yData[i]); if(isNumber(xValue)) { nextX = Math.round((((xValue - xMin) * xScaleFactor) + leftPadding + xOffset)); } else { nextX = NaN; } if(isNumber(yValue)) { nextY = Math.round(((dataHeight + topPadding + yOffset) - (yValue - yMin) * yScaleFactor)); } else { nextY = NaN; } xcoords.push(nextX); ycoords.push(nextY); xMarkerPlane.push({start:nextX - xMarkerPlaneOffset, end: nextX + xMarkerPlaneOffset}); yMarkerPlane.push({start:nextY - yMarkerPlaneOffset, end: nextY + yMarkerPlaneOffset}); } this.set(&quot;xcoords&quot;, xcoords); this.set(&quot;ycoords&quot;, ycoords); this.set(&quot;xMarkerPlane&quot;, xMarkerPlane); this.set(&quot;yMarkerPlane&quot;, yMarkerPlane); this._dataLength = dataLength; }, &#x2F;** * Draws the series. * * @method draw * @protected *&#x2F; draw: function() { var graph = this.get(&quot;graph&quot;), w = graph.get(&quot;width&quot;), h = graph.get(&quot;height&quot;); if(this.get(&quot;rendered&quot;)) { if((isFinite(w) &amp;&amp; isFinite(h) &amp;&amp; w &gt; 0 &amp;&amp; h &gt; 0) &amp;&amp; ((this.get(&quot;xData&quot;) &amp;&amp; this.get(&quot;yData&quot;)) || this._updateAxisData())) { if(this._drawing) { this._callLater = true; return; } this._drawing = true; this._callLater = false; this.setAreaData(); if(this.get(&quot;xcoords&quot;) &amp;&amp; this.get(&quot;ycoords&quot;)) { this.drawSeries(); } this._drawing = false; if(this._callLater) { this.draw(); } else { this._toggleVisible(this.get(&quot;visible&quot;)); this.fire(&quot;drawingComplete&quot;); } } } }, &#x2F;** * Default value for plane offsets when the parent chart&#x27;s &#x60;interactiveType&#x60; is &#x60;planar&#x60;. * * @property _defaultPlaneOffset * @type Number * @private *&#x2F; _defaultPlaneOffset: 4, &#x2F;** * Gets the default value for the &#x60;styles&#x60; attribute. Overrides * base implementation. * * @method _getDefaultStyles * @return Object * @protected *&#x2F; _getDefaultStyles: function() { return {padding:{ top: 0, left: 0, right: 0, bottom: 0 }}; }, &#x2F;** * Collection of default colors used for lines in a series when not specified by user. * * @property _defaultLineColors * @type Array * @protected *&#x2F; _defaultLineColors:[&quot;#426ab3&quot;, &quot;#d09b2c&quot;, &quot;#000000&quot;, &quot;#b82837&quot;, &quot;#b384b5&quot;, &quot;#ff7200&quot;, &quot;#779de3&quot;, &quot;#cbc8ba&quot;, &quot;#7ed7a6&quot;, &quot;#007a6c&quot;], &#x2F;** * Collection of default colors used for marker fills in a series when not specified by user. * * @property _defaultFillColors * @type Array * @protected *&#x2F; _defaultFillColors:[&quot;#6084d0&quot;, &quot;#eeb647&quot;, &quot;#6c6b5f&quot;, &quot;#d6484f&quot;, &quot;#ce9ed1&quot;, &quot;#ff9f3b&quot;, &quot;#93b7ff&quot;, &quot;#e0ddd0&quot;, &quot;#94ecba&quot;, &quot;#309687&quot;], &#x2F;** * Collection of default colors used for marker borders in a series when not specified by user. * * @property _defaultBorderColors * @type Array * @protected *&#x2F; _defaultBorderColors:[&quot;#205096&quot;, &quot;#b38206&quot;, &quot;#000000&quot;, &quot;#94001e&quot;, &quot;#9d6fa0&quot;, &quot;#e55b00&quot;, &quot;#5e85c9&quot;, &quot;#adab9e&quot;, &quot;#6ac291&quot;, &quot;#006457&quot;], &#x2F;** * Collection of default colors used for area fills, histogram fills and pie fills in a series when not specified by user. * * @property _defaultSliceColors * @type Array * @protected *&#x2F; _defaultSliceColors: [&quot;#66007f&quot;, &quot;#a86f41&quot;, &quot;#295454&quot;, &quot;#996ab2&quot;, &quot;#e8cdb7&quot;, &quot;#90bdbd&quot;,&quot;#000000&quot;,&quot;#c3b8ca&quot;, &quot;#968373&quot;, &quot;#678585&quot;], &#x2F;** * Parses a color based on a series order and type. * * @method _getDefaultColor * @param {Number} index Index indicating the series order. * @param {String} type Indicates which type of object needs the color. * @return String * @protected *&#x2F; _getDefaultColor: function(index, type) { var colors = { line: this._defaultLineColors, fill: this._defaultFillColors, border: this._defaultBorderColors, slice: this._defaultSliceColors }, col = colors[type], l = col.length; index = index || 0; if(index &gt;= l) { index = index % l; } type = type || &quot;fill&quot;; return colors[type][index]; }, &#x2F;** * Shows&#x2F;hides contents of the series. * * @method _handleVisibleChange * @param {Object} e Event object. * @protected *&#x2F; _handleVisibleChange: function(e) { this._toggleVisible(this.get(&quot;visible&quot;)); }, &#x2F;** * Returns the sum of all values for the series. * * @method getTotalValues * @return Number *&#x2F; getTotalValues: function() { var total = this.get(&quot;valueAxis&quot;).getTotalByKey(this.get(&quot;valueKey&quot;)); return total; }, &#x2F;** * Destructor implementation for the CartesianSeries class. Calls destroy on all Graphic instances. * * @method destructor * @protected *&#x2F; destructor: function() { if(this._path) { this._path.destroy(); } if(this._lineGraphic) { this._lineGraphic.destroy(); this._lineGraphic = null; } if(this.get(&quot;graphic&quot;)) { this.get(&quot;graphic&quot;).destroy(); } } }, { ATTRS: { &#x2F;** * Name used for for displaying data related to the x-coordinate. * * @attribute xDisplayName * @type String *&#x2F; xDisplayName: { getter: function() { return this._xDisplayName || this.get(&quot;xKey&quot;); }, setter: function(val) { this._xDisplayName = val.toString(); return val; } }, &#x2F;** * Name used for for displaying data related to the y-coordinate. * * @attribute yDisplayName * @type String *&#x2F; yDisplayName: { getter: function() { return this._yDisplayName || this.get(&quot;yKey&quot;); }, setter: function(val) { this._yDisplayName = val.toString(); return val; } }, &#x2F;** * Name used for for displaying category data * * @attribute categoryDisplayName * @type String * @readOnly *&#x2F; categoryDisplayName: { readOnly: true, getter: function() { return this.get(&quot;direction&quot;) == &quot;vertical&quot; ? this.get(&quot;yDisplayName&quot;) : this.get(&quot;xDisplayName&quot;); } }, &#x2F;** * Name used for for displaying value data * * @attribute valueDisplayName * @type String * @readOnly *&#x2F; valueDisplayName: { readOnly: true, getter: function() { return this.get(&quot;direction&quot;) == &quot;vertical&quot; ? this.get(&quot;xDisplayName&quot;) : this.get(&quot;yDisplayName&quot;); } }, &#x2F;** * Read-only attribute indicating the type of series. * * @attribute type * @type String * @default cartesian *&#x2F; type: { value: &quot;cartesian&quot; }, &#x2F;** * Order of this instance of this &#x60;type&#x60;. * * @attribute order * @type Number *&#x2F; order: {}, &#x2F;** * Order of the instance * * @attribute graphOrder * @type Number *&#x2F; graphOrder: {}, &#x2F;** * x coordinates for the series. * * @attribute xcoords * @type Array *&#x2F; xcoords: {}, &#x2F;** * y coordinates for the series * * @attribute ycoords * @type Array *&#x2F; ycoords: {}, &#x2F;** * Reference to the &#x60;Chart&#x60; application. * * @attribute chart * @type ChartBase * @readOnly *&#x2F; chart: { readOnly: true, getter: function() { return this.get(&quot;graph&quot;).get(&quot;chart&quot;); } }, &#x2F;** * Reference to the &#x60;Graph&#x60; in which the series is drawn into. * * @attribute graph * @type Graph *&#x2F; graph: {}, &#x2F;** * Reference to the &#x60;Axis&#x60; instance used for assigning * x-values to the graph. * * @attribute xAxis * @type Axis *&#x2F; xAxis: {}, &#x2F;** * Reference to the &#x60;Axis&#x60; instance used for assigning * y-values to the graph. * * @attribute yAxis * @type Axis *&#x2F; yAxis: {}, &#x2F;** * Indicates which array to from the hash of value arrays in * the x-axis &#x60;Axis&#x60; instance. * * @attribute xKey * @type String *&#x2F; xKey: { setter: function(val) { return val.toString(); } }, &#x2F;** * Indicates which array to from the hash of value arrays in * the y-axis &#x60;Axis&#x60; instance. * * @attribute yKey * @type String *&#x2F; yKey: { setter: function(val) { return val.toString(); } }, &#x2F;** * Array of x values for the series. * * @attribute xData * @type Array *&#x2F; xData: {}, &#x2F;** * Array of y values for the series. * * @attribute yData * @type Array *&#x2F; yData: {}, &#x2F;** * Indicates whether the Series has been through its initial set up. * * @attribute rendered * @type Boolean *&#x2F; rendered: { value: false }, &#x2F;* * Returns the width of the parent graph * * @attribute width * @type Number *&#x2F; width: { readOnly: true, getter: function() { this.get(&quot;graph&quot;).get(&quot;width&quot;); } }, &#x2F;** * Returns the height of the parent graph * * @attribute height * @type Number *&#x2F; height: { readOnly: true, getter: function() { this.get(&quot;graph&quot;).get(&quot;height&quot;); } }, &#x2F;** * Indicates whether to show the series * * @attribute visible * @type Boolean * @default true *&#x2F; visible: { value: true }, &#x2F;** * Collection of area maps along the xAxis. Used to determine mouseover for multiple * series. * * @attribute xMarkerPlane * @type Array *&#x2F; xMarkerPlane: {}, &#x2F;** * Collection of area maps along the yAxis. Used to determine mouseover for multiple * series. * * @attribute yMarkerPlane * @type Array *&#x2F; yMarkerPlane: {}, &#x2F;** * Distance from a data coordinate to the left&#x2F;right for setting a hotspot. * * @attribute xMarkerPlaneOffset * @type Number *&#x2F; xMarkerPlaneOffset: { getter: function() { var marker = this.get(&quot;styles&quot;).marker; if(marker &amp;&amp; marker.width &amp;&amp; isFinite(marker.width)) { return marker.width * 0.5; } return this._defaultPlaneOffset; } }, &#x2F;** * Distance from a data coordinate to the top&#x2F;bottom for setting a hotspot. * * @attribute yMarkerPlaneOffset * @type Number *&#x2F; yMarkerPlaneOffset: { getter: function() { var marker = this.get(&quot;styles&quot;).marker; if(marker &amp;&amp; marker.height &amp;&amp; isFinite(marker.height)) { return marker.height * 0.5; } return this._defaultPlaneOffset; } }, &#x2F;** * Direction of the series * * @attribute direction * @type String *&#x2F; direction: { value: &quot;horizontal&quot; }, &#x2F;** * Indicates whether or not markers for a series will be grouped and rendered in a single complex shape instance. * * @attribute groupMarkers * @type Boolean *&#x2F; groupMarkers: { getter: function() { if(this._groupMarkers === undefined) { return this.get(&quot;graph&quot;).get(&quot;groupMarkers&quot;); } else { return this._groupMarkers; } }, setter: function(val) { this._groupMarkers = val; return val; } } } }); </pre> </div> </div> </div> </div> </div> </div> </div> <script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="..&#x2F;assets/js/yui-prettify.js"></script> <script src="..&#x2F;assets/../api.js"></script> <script src="..&#x2F;assets/js/api-filter.js"></script> <script src="..&#x2F;assets/js/api-list.js"></script> <script src="..&#x2F;assets/js/api-search.js"></script> <script src="..&#x2F;assets/js/apidocs.js"></script> </body> </html>
oystercrackher/dev.sdtn.com
sites/all/libraries/yui/api/files/charts_js_CartesianSeries.js.html
HTML
gpl-2.0
88,261
<HTML> <HEAD> <TITLE>A+ Reference: Label</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <SCRIPT> if (typeof(parent.ClassFrom)=="undefined") {parent.ClassFrom="all"} if (parent.ClassFrom!="all") document.write('<center>The <font color="#20B2AA">',parent.ClassFrom,'</font> Display Class</center>') c1 = parent.ClassFrom=="check" </SCRIPT> <A NAME=0> <H1><FONT color="#FF0000">The Label</FONT></H1> <dl> <dt><b>Presence</b><p> <dd>A label is shown whenever its label area is present, unless resizing has made the area too small for the label.&nbsp; (If blank, the label may <i>appear</i> to be absent.)<p> <dt><b>Content</b><p> <dd>Determined by <font face=Kapl color=red>`label</font>.&nbsp; If this attribute is null, the symbolic indices of the underlying slotfiller are used, as characters, without the backquotes;&nbsp; a symbolic index is likewise used for an individual label that is null in <font face=Kapl>`label</font>.<p> The Ravels of the values are used;&nbsp; if perchance a nested array is specified, the specifying A+ expression is shown.<p> <dt><b>Position</b><p> <dd> <SCRIPT> document.write((c1 ? 'Left justified next to the corresponding button.' : 'As indicated by the <font face=Kapl color=red>`justify</font> attribute;&nbsp; centered if <font face=Kapl>`justify</font> is empty.')) </SCRIPT> <p> <dt><b>Font</b><p> <dd>The label font is <font face=Kapl color=red>`labelfont</font> if that is non-null, else <font face=Kapl color=red>`font</font> if that is non-null, else kaplgallant (more precisely, the value of <font face=Kapl color=red>s.FONT</font>).<p> <dt><b>Color</b><p> <dd>The label color is <font face=Kapl color=red>`labelfg</font> if that is non-null, else <font face=Kapl color=red>`fg</font> if that is non-null, else black (more precisely, the value of <font face=Kapl color=red>s.BLACK</font>).<p> </dl> <HR> <ADDRESS><table width="100%"><tr><td><font size=2><i><a href="mailto:[email protected]">[email protected]</a></i></font></td><td align=right><font size=2><i>&#169; Copyright 1995&#150;2008 Morgan Stanley Dean Witter &amp; Co. All rights reserved.</i></font></td></tr></table></ADDRESS> </BODY> </HTML>
rdm/aplus-fsf
src/html/MapFigLabels.html
HTML
gpl-2.0
2,155
/* Product Name: dhtmlxSuite Version: 4.1.2 Edition: Standard License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact [email protected] Copyright UAB Dinamenta http://www.dhtmlx.com */ /* skin detected, extra file: skins/dhx_terrace.less */ .dhxeditor_dhx_terrace { position: relative; } .dhxeditor_dhx_terrace iframe.dhxeditor_mainiframe { position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_stb { position: relative; height: 34px; background-color: #f5f5f5; padding: 0px 5px; border-bottom: 1px solid #cccccc; } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button { float: left; position: relative; width: 18px; height: 18px; font-size: 2px; margin-left: 7px; margin-top: 9px; cursor: pointer; background-image: url("../imgs/dhxeditor_terrace/buttons.gif"); } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_bold { margin-left: 12px; background-position: 0px 0px; } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_italic { background-position: -18px 0px; } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_underline { background-position: -36px 0px; } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_stb div.dhx_cell_stb_button.btn_clearformat { background-position: -54px 0px; } .dhxeditor_dhx_terrace div.dhx_cell_editor { position: absolute; background-color: white; margin: 0px; padding: 0px; overflow: hidden; cursor: default; z-index: 0; } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_cont_editor { position: absolute; overflow: hidden; } .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_toolbar_def { position: relative; overflow: hidden; padding: 5px; border-bottom: 1px solid #cccccc; } .dhxwins_vp_dhx_terrace div.dhx_cell_cont_wins .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_stb { border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; } .dhxwins_vp_dhx_terrace div.dhx_cell_cont_wins .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_cont_editor { border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; } .dhxwins_vp_dhx_terrace div.dhx_cell_cont_wins .dhxeditor_dhx_terrace div.dhx_cell_editor div.dhx_cell_toolbar_def { padding: 0px; border-top: 1px solid #cccccc; } .dhxeditor_skin_detect { position: absolute; left: 0px; top: -100px; margin: 0; padding: 0; border: 0px solid white; width: 30px; height: 10px; overflow: hidden; }
o-unity/lanio
old/dhtmlx/sources/dhtmlxEditor/codebase/skins/dhtmlxeditor_dhx_terrace.css
CSS
gpl-2.0
2,763
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module gdata.photos.service</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="gdata.html"><font color="#ffffff">gdata</font></a>.<a href="gdata.photos.html"><font color="#ffffff">photos</font></a>.service</strong></big></big> (version 176)</font></td ><td align=right valign=bottom ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/svn/gdata-python-client-release/src/gdata/photos/service.py">/usr/local/svn/gdata-python-client-release/src/gdata/photos/service.py</a></font></td></tr></table> <p><tt>Google&nbsp;PhotoService&nbsp;provides&nbsp;a&nbsp;human-friendly&nbsp;interface&nbsp;to<br> Google&nbsp;Photo&nbsp;(a.k.a&nbsp;Picasa&nbsp;Web)&nbsp;services[1].<br> &nbsp;<br> It&nbsp;extends&nbsp;gdata.service.<a href="gdata.service.html#GDataService">GDataService</a>&nbsp;and&nbsp;as&nbsp;such&nbsp;hides&nbsp;all&nbsp;the<br> nasty&nbsp;details&nbsp;about&nbsp;authenticating,&nbsp;parsing&nbsp;and&nbsp;communicating&nbsp;with<br> Google&nbsp;Photos.&nbsp;<br> &nbsp;<br> [1]:&nbsp;<a href="http://code.google.com/apis/picasaweb/gdata.html">http://code.google.com/apis/picasaweb/gdata.html</a><br> &nbsp;<br> Example:<br> &nbsp;&nbsp;import&nbsp;gdata.photos,&nbsp;gdata.photos.service<br> &nbsp;&nbsp;pws&nbsp;=&nbsp;gdata.photos.service.<a href="#PhotosService">PhotosService</a>()<br> &nbsp;&nbsp;pws.ClientLogin(username,&nbsp;password)<br> &nbsp;&nbsp;#Get&nbsp;all&nbsp;albums<br> &nbsp;&nbsp;albums&nbsp;=&nbsp;pws.GetUserFeed().entry<br> &nbsp;&nbsp;#&nbsp;Get&nbsp;all&nbsp;photos&nbsp;in&nbsp;second&nbsp;album<br> &nbsp;&nbsp;photos&nbsp;=&nbsp;pws.GetFeed(albums[1].GetPhotosUri()).entry<br> &nbsp;&nbsp;#&nbsp;Get&nbsp;all&nbsp;tags&nbsp;for&nbsp;photos&nbsp;in&nbsp;second&nbsp;album&nbsp;and&nbsp;print&nbsp;them<br> &nbsp;&nbsp;tags&nbsp;=&nbsp;pws.GetFeed(albums[1].GetTagsUri()).entry<br> &nbsp;&nbsp;print&nbsp;[&nbsp;tag.summary.text&nbsp;for&nbsp;tag&nbsp;in&nbsp;tags&nbsp;]<br> &nbsp;&nbsp;#&nbsp;Get&nbsp;all&nbsp;comments&nbsp;for&nbsp;the&nbsp;first&nbsp;photos&nbsp;in&nbsp;list&nbsp;and&nbsp;print&nbsp;them<br> &nbsp;&nbsp;comments&nbsp;=&nbsp;pws.GetCommentFeed(photos[0].GetCommentsUri()).entry<br> &nbsp;&nbsp;print&nbsp;[&nbsp;c.summary.text&nbsp;for&nbsp;c&nbsp;in&nbsp;comments&nbsp;]<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Get&nbsp;a&nbsp;photo&nbsp;to&nbsp;work&nbsp;with<br> &nbsp;&nbsp;photo&nbsp;=&nbsp;photos[0]<br> &nbsp;&nbsp;#&nbsp;Update&nbsp;metadata<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Attributes&nbsp;from&nbsp;the&nbsp;&lt;gphoto:*&gt;&nbsp;namespace<br> &nbsp;&nbsp;photo.summary.text&nbsp;=&nbsp;u'A&nbsp;nice&nbsp;view&nbsp;from&nbsp;my&nbsp;veranda'<br> &nbsp;&nbsp;photo.title.text&nbsp;=&nbsp;u'Verandaview.jpg'<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Attributes&nbsp;from&nbsp;the&nbsp;&lt;media:*&gt;&nbsp;namespace<br> &nbsp;&nbsp;photo.media.keywords.text&nbsp;=&nbsp;u'Home,&nbsp;Long-exposure,&nbsp;Sunset'&nbsp;#&nbsp;Comma-separated<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Adding&nbsp;attributes&nbsp;to&nbsp;media&nbsp;object<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Rotate&nbsp;90&nbsp;degrees&nbsp;clockwise<br> &nbsp;&nbsp;photo.rotation&nbsp;=&nbsp;gdata.photos.Rotation(text='90')&nbsp;<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Submit&nbsp;modified&nbsp;photo&nbsp;object<br> &nbsp;&nbsp;photo&nbsp;=&nbsp;pws.UpdatePhotoMetadata(photo)<br> &nbsp;&nbsp;<br> &nbsp;&nbsp;#&nbsp;Make&nbsp;sure&nbsp;you&nbsp;only&nbsp;modify&nbsp;the&nbsp;newly&nbsp;returned&nbsp;object,&nbsp;else&nbsp;you'll&nbsp;get<br> &nbsp;&nbsp;#&nbsp;versioning&nbsp;errors.&nbsp;See&nbsp;Optimistic-concurrency<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Add&nbsp;comment&nbsp;to&nbsp;a&nbsp;picture<br> &nbsp;&nbsp;comment&nbsp;=&nbsp;pws.InsertComment(photo,&nbsp;u'I&nbsp;wish&nbsp;the&nbsp;water&nbsp;always&nbsp;was&nbsp;this&nbsp;warm')<br> &nbsp;<br> &nbsp;&nbsp;#&nbsp;Remove&nbsp;comment&nbsp;because&nbsp;it&nbsp;was&nbsp;silly<br> &nbsp;&nbsp;print&nbsp;"*blush*"<br> &nbsp;&nbsp;pws.Delete(comment.GetEditLink().href)</tt></p> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#aa55cc"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="StringIO.html">StringIO</a><br> <a href="atom.html">atom</a><br> </td><td width="25%" valign=top><a href="gdata.html">gdata</a><br> <a href="os.html">os</a><br> </td><td width="25%" valign=top><a href="sys.html">sys</a><br> <a href="time.html">time</a><br> </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ee77aa"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl> <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a> </font></dt><dd> <dl> <dt><font face="helvetica, arial"><a href="gdata.photos.service.html#GooglePhotosException">GooglePhotosException</a> </font></dt></dl> </dd> <dt><font face="helvetica, arial"><a href="gdata.service.html#GDataService">gdata.service.GDataService</a>(<a href="atom.service.html#AtomService">atom.service.AtomService</a>) </font></dt><dd> <dl> <dt><font face="helvetica, arial"><a href="gdata.photos.service.html#PhotosService">PhotosService</a> </font></dt></dl> </dd> </dl> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helvetica, arial"><a name="GooglePhotosException">class <strong>GooglePhotosException</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%">Methods defined here:<br> <dl><dt><a name="GooglePhotosException-__init__"><strong>__init__</strong></a>(self, response)</dt></dl> <hr> Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> <dl><dt><a name="GooglePhotosException-__getitem__"><strong>__getitem__</strong></a>(...)</dt></dl> <dl><dt><a name="GooglePhotosException-__str__"><strong>__str__</strong></a>(...)</dt></dl> </td></tr></table> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helvetica, arial"><a name="PhotosService">class <strong>PhotosService</strong></a>(<a href="gdata.service.html#GDataService">gdata.service.GDataService</a>)</font></td></tr> <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl><dt>Method resolution order:</dt> <dd><a href="gdata.photos.service.html#PhotosService">PhotosService</a></dd> <dd><a href="gdata.service.html#GDataService">gdata.service.GDataService</a></dd> <dd><a href="atom.service.html#AtomService">atom.service.AtomService</a></dd> <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> </dl> <hr> Methods defined here:<br> <dl><dt><a name="PhotosService-Delete"><strong>Delete</strong></a>(self, object_or_uri, *args, **kwargs)</dt><dd><tt>Delete&nbsp;an&nbsp;object.<br> &nbsp;<br> Re-implementing&nbsp;the&nbsp;<a href="gdata.service.html#GDataService">GDataService</a>.Delete&nbsp;method,&nbsp;to&nbsp;add&nbsp;some<br> convenience.<br> &nbsp;<br> Arguments:<br> object_or_uri:&nbsp;Any&nbsp;object&nbsp;that&nbsp;has&nbsp;a&nbsp;GetEditLink()&nbsp;method&nbsp;that<br> &nbsp;&nbsp;returns&nbsp;a&nbsp;link,&nbsp;or&nbsp;a&nbsp;uri&nbsp;to&nbsp;that&nbsp;object.<br> &nbsp;<br> Returns:<br> ?&nbsp;or&nbsp;<a href="#GooglePhotosException">GooglePhotosException</a>&nbsp;on&nbsp;errors</tt></dd></dl> <dl><dt><a name="PhotosService-GetContacts"><strong>GetContacts</strong></a>(self, user<font color="#909090">='default'</font>, limit<font color="#909090">=None</font>)</dt><dd><tt>Retrieve&nbsp;a&nbsp;feed&nbsp;that&nbsp;contains&nbsp;a&nbsp;list&nbsp;of&nbsp;your&nbsp;contacts<br> &nbsp;<br> Arguments:<br> user:&nbsp;Username&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;you&nbsp;want<br> &nbsp;<br> Returns<br> gdata.photos.UserFeed,&nbsp;with&nbsp;UserEntry&nbsp;entries<br> &nbsp;<br> See:<br> <a href="http://groups.google.com/group/Google-Picasa-Data-API/msg/819b0025b5ff5e38">http://groups.google.com/group/Google-Picasa-Data-API/msg/819b0025b5ff5e38</a></tt></dd></dl> <dl><dt><a name="PhotosService-GetEntry"><strong>GetEntry</strong></a>(self, uri, limit<font color="#909090">=None</font>, start_index<font color="#909090">=None</font>)</dt><dd><tt>Get&nbsp;an&nbsp;Entry.<br> &nbsp;<br> Arguments:<br> uri:&nbsp;the&nbsp;uri&nbsp;to&nbsp;the&nbsp;entry<br> limit&nbsp;(optional):&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;to&nbsp;return.&nbsp;Defaults&nbsp;to&nbsp;what<br> &nbsp;&nbsp;the&nbsp;server&nbsp;returns.<br> &nbsp;<br> Returns:<br> one&nbsp;of&nbsp;gdata.photos.AlbumEntry,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.UserEntry,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.PhotoEntry,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.CommentEntry,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.TagEntry,<br> &nbsp;&nbsp;depending&nbsp;on&nbsp;the&nbsp;results&nbsp;of&nbsp;the&nbsp;query.<br> Raises:<br> <a href="#GooglePhotosException">GooglePhotosException</a></tt></dd></dl> <dl><dt><a name="PhotosService-GetFeed"><strong>GetFeed</strong></a>(self, uri, limit<font color="#909090">=None</font>, start_index<font color="#909090">=None</font>)</dt><dd><tt>Get&nbsp;a&nbsp;feed.<br> &nbsp;<br> &nbsp;The&nbsp;results&nbsp;are&nbsp;ordered&nbsp;by&nbsp;the&nbsp;values&nbsp;of&nbsp;their&nbsp;`updated'&nbsp;elements,<br> &nbsp;with&nbsp;the&nbsp;most&nbsp;recently&nbsp;updated&nbsp;entry&nbsp;appearing&nbsp;first&nbsp;in&nbsp;the&nbsp;feed.<br> &nbsp;<br> Arguments:<br> uri:&nbsp;the&nbsp;uri&nbsp;to&nbsp;fetch<br> limit&nbsp;(optional):&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;to&nbsp;return.&nbsp;Defaults&nbsp;to&nbsp;what<br> &nbsp;&nbsp;the&nbsp;server&nbsp;returns.<br> &nbsp;<br> Returns:<br> one&nbsp;of&nbsp;gdata.photos.AlbumFeed,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.UserFeed,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.PhotoFeed,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.CommentFeed,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gdata.photos.TagFeed,<br> &nbsp;&nbsp;depending&nbsp;on&nbsp;the&nbsp;results&nbsp;of&nbsp;the&nbsp;query.<br> Raises:<br> <a href="#GooglePhotosException">GooglePhotosException</a><br> &nbsp;<br> See:<br> <a href="http://code.google.com/apis/picasaweb/gdata.html#Get_Album_Feed_Manual">http://code.google.com/apis/picasaweb/gdata.html#Get_Album_Feed_Manual</a></tt></dd></dl> <dl><dt><a name="PhotosService-GetTaggedPhotos"><strong>GetTaggedPhotos</strong></a>(self, tag, user<font color="#909090">='default'</font>, limit<font color="#909090">=None</font>)</dt><dd><tt>Get&nbsp;all&nbsp;photos&nbsp;belonging&nbsp;to&nbsp;a&nbsp;specific&nbsp;user,&nbsp;tagged&nbsp;by&nbsp;the&nbsp;given&nbsp;keyword<br> &nbsp;<br> Arguments:<br> tag:&nbsp;The&nbsp;tag&nbsp;you're&nbsp;looking&nbsp;for,&nbsp;e.g.&nbsp;`dog'<br> user&nbsp;(optional):&nbsp;Whose&nbsp;images/videos&nbsp;you&nbsp;want&nbsp;to&nbsp;search,&nbsp;defaults<br> &nbsp;&nbsp;to&nbsp;current&nbsp;user<br> limit&nbsp;(optional):&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;to&nbsp;return.<br> &nbsp;&nbsp;Defaults&nbsp;to&nbsp;everything&nbsp;the&nbsp;server&nbsp;returns.<br> &nbsp;<br> Returns:<br> gdata.photos.UserFeed&nbsp;containing&nbsp;PhotoEntry&nbsp;elements</tt></dd></dl> <dl><dt><a name="PhotosService-GetUserFeed"><strong>GetUserFeed</strong></a>(self, kind<font color="#909090">='album'</font>, user<font color="#909090">='default'</font>, limit<font color="#909090">=None</font>)</dt><dd><tt>Get&nbsp;user-based&nbsp;feed,&nbsp;containing&nbsp;albums,&nbsp;photos,&nbsp;comments&nbsp;or&nbsp;tags;<br> &nbsp;&nbsp;defaults&nbsp;to&nbsp;albums.<br> &nbsp;<br> The&nbsp;entries&nbsp;are&nbsp;ordered&nbsp;by&nbsp;the&nbsp;values&nbsp;of&nbsp;their&nbsp;`updated'&nbsp;elements,<br> with&nbsp;the&nbsp;most&nbsp;recently&nbsp;updated&nbsp;entry&nbsp;appearing&nbsp;first&nbsp;in&nbsp;the&nbsp;feed.<br> &nbsp;<br> Arguments:<br> kind:&nbsp;the&nbsp;kind&nbsp;of&nbsp;entries&nbsp;to&nbsp;get,&nbsp;either&nbsp;`album',&nbsp;`photo',<br> &nbsp;&nbsp;`comment'&nbsp;or&nbsp;`tag',&nbsp;or&nbsp;a&nbsp;python&nbsp;list&nbsp;of&nbsp;these.&nbsp;Defaults&nbsp;to&nbsp;`album'.<br> user&nbsp;(optional):&nbsp;whose&nbsp;albums&nbsp;we're&nbsp;querying.&nbsp;Defaults&nbsp;to&nbsp;current&nbsp;user.<br> limit&nbsp;(optional):&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;to&nbsp;return.<br> &nbsp;&nbsp;Defaults&nbsp;to&nbsp;everything&nbsp;the&nbsp;server&nbsp;returns.<br> &nbsp;<br> &nbsp;<br> Returns:<br> gdata.photos.UserFeed,&nbsp;containing&nbsp;appropriate&nbsp;Entry&nbsp;elements<br> &nbsp;<br> See:<br> <a href="http://code.google.com/apis/picasaweb/gdata.html#Get_Album_Feed_Manual">http://code.google.com/apis/picasaweb/gdata.html#Get_Album_Feed_Manual</a><br> <a href="http://googledataapis.blogspot.com/2007/07/picasa-web-albums-adds-new-api-features.html">http://googledataapis.blogspot.com/2007/07/picasa-web-albums-adds-new-api-features.html</a></tt></dd></dl> <dl><dt><a name="PhotosService-InsertAlbum"><strong>InsertAlbum</strong></a>(self, title, summary, location<font color="#909090">=None</font>, access<font color="#909090">='public'</font>, commenting_enabled<font color="#909090">='true'</font>, timestamp<font color="#909090">=None</font>)</dt><dd><tt>Add&nbsp;an&nbsp;album.<br> &nbsp;<br> Needs&nbsp;authentication,&nbsp;see&nbsp;<a href="#PhotosService-ClientLogin">ClientLogin</a>()<br> &nbsp;<br> Arguments:<br> title:&nbsp;Album&nbsp;title&nbsp;<br> summary:&nbsp;Album&nbsp;summary&nbsp;/&nbsp;description<br> access&nbsp;(optional):&nbsp;`private'&nbsp;or&nbsp;`public'.&nbsp;Public&nbsp;albums&nbsp;are&nbsp;searchable<br> &nbsp;&nbsp;by&nbsp;everyone&nbsp;on&nbsp;the&nbsp;internet.&nbsp;Defaults&nbsp;to&nbsp;`public'<br> commenting_enabled&nbsp;(optional):&nbsp;`true'&nbsp;or&nbsp;`false'.&nbsp;Defaults&nbsp;to&nbsp;`true'.<br> timestamp&nbsp;(optional):&nbsp;A&nbsp;date&nbsp;and&nbsp;time&nbsp;for&nbsp;the&nbsp;album,&nbsp;in&nbsp;milliseconds&nbsp;since<br> &nbsp;&nbsp;Unix&nbsp;epoch[1]&nbsp;UTC.&nbsp;Defaults&nbsp;to&nbsp;now.<br> &nbsp;<br> Returns:<br> The&nbsp;newly&nbsp;created&nbsp;gdata.photos.AlbumEntry<br> &nbsp;<br> See:<br> <a href="http://code.google.com/apis/picasaweb/gdata.html#Add_Album_Manual_Installed">http://code.google.com/apis/picasaweb/gdata.html#Add_Album_Manual_Installed</a><br> &nbsp;<br> [1]:&nbsp;<a href="http://en.wikipedia.org/wiki/Unix_epoch">http://en.wikipedia.org/wiki/Unix_epoch</a></tt></dd></dl> <dl><dt><a name="PhotosService-InsertComment"><strong>InsertComment</strong></a>(self, photo_or_uri, comment)</dt><dd><tt>Add&nbsp;a&nbsp;comment&nbsp;to&nbsp;a&nbsp;photo.<br> &nbsp;<br> Needs&nbsp;authentication,&nbsp;see&nbsp;<a href="#PhotosService-ClientLogin">ClientLogin</a>()<br> &nbsp;<br> Arguments:<br> photo_or_uri:&nbsp;a&nbsp;gdata.photos.PhotoEntry&nbsp;that&nbsp;is&nbsp;about&nbsp;to&nbsp;be&nbsp;commented<br> &nbsp;&nbsp;,&nbsp;or&nbsp;a&nbsp;`post'&nbsp;uri&nbsp;pointing&nbsp;to&nbsp;it<br> (string)&nbsp;comment:&nbsp;The&nbsp;actual&nbsp;comment<br> &nbsp;<br> Returns:<br> The&nbsp;new&nbsp;gdata.photos.CommentEntry<br> &nbsp;<br> Example:<br> p&nbsp;=&nbsp;<a href="#PhotosService-GetFeed">GetFeed</a>(PhotoUri)<br> tag&nbsp;=&nbsp;<a href="#PhotosService-InsertComment">InsertComment</a>(p,&nbsp;'OOOH!&nbsp;I&nbsp;would&nbsp;have&nbsp;loved&nbsp;to&nbsp;be&nbsp;there.<br> &nbsp;&nbsp;Who's&nbsp;that&nbsp;in&nbsp;the&nbsp;back?')</tt></dd></dl> <dl><dt><a name="PhotosService-InsertPhoto"><strong>InsertPhoto</strong></a>(self, album_or_uri, photo, filename_or_handle, content_type<font color="#909090">='image/jpeg'</font>)</dt><dd><tt>Add&nbsp;a&nbsp;PhotoEntry<br> &nbsp;<br> Needs&nbsp;authentication,&nbsp;see&nbsp;<a href="#PhotosService-ClientLogin">ClientLogin</a>()<br> &nbsp;<br> Arguments:<br> album_or_uri:&nbsp;AlbumFeed&nbsp;or&nbsp;uri&nbsp;of&nbsp;the&nbsp;album&nbsp;where&nbsp;the&nbsp;photo&nbsp;should&nbsp;go<br> photo:&nbsp;PhotoEntry&nbsp;to&nbsp;add<br> filename_or_handle:&nbsp;A&nbsp;file-like&nbsp;object&nbsp;or&nbsp;file&nbsp;name&nbsp;where&nbsp;the&nbsp;image/video<br> &nbsp;&nbsp;will&nbsp;be&nbsp;read&nbsp;from<br> content_type&nbsp;(optional):&nbsp;Internet&nbsp;media&nbsp;type&nbsp;(a.k.a.&nbsp;mime&nbsp;type)&nbsp;of<br> &nbsp;&nbsp;media&nbsp;object.&nbsp;Currently&nbsp;Google&nbsp;Photos&nbsp;supports&nbsp;these&nbsp;types:<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/bmp<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/gif<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/jpeg<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/png<br> &nbsp;&nbsp;&nbsp;<br> &nbsp;&nbsp;Images&nbsp;will&nbsp;be&nbsp;converted&nbsp;to&nbsp;jpeg&nbsp;on&nbsp;upload.&nbsp;Defaults&nbsp;to&nbsp;`image/jpeg'</tt></dd></dl> <dl><dt><a name="PhotosService-InsertPhotoSimple"><strong>InsertPhotoSimple</strong></a>(self, album_or_uri, title, summary, filename_or_handle, content_type<font color="#909090">='image/jpeg'</font>, keywords<font color="#909090">=None</font>)</dt><dd><tt>Add&nbsp;a&nbsp;photo&nbsp;without&nbsp;constructing&nbsp;a&nbsp;PhotoEntry.<br> &nbsp;<br> Needs&nbsp;authentication,&nbsp;see&nbsp;<a href="#PhotosService-ClientLogin">ClientLogin</a>()<br> &nbsp;<br> Arguments:<br> album_or_uri:&nbsp;AlbumFeed&nbsp;or&nbsp;uri&nbsp;of&nbsp;the&nbsp;album&nbsp;where&nbsp;the&nbsp;photo&nbsp;should&nbsp;go<br> title:&nbsp;Photo&nbsp;title<br> summary:&nbsp;Photo&nbsp;summary&nbsp;/&nbsp;description<br> filename_or_handle:&nbsp;A&nbsp;file-like&nbsp;object&nbsp;or&nbsp;file&nbsp;name&nbsp;where&nbsp;the&nbsp;image/video<br> &nbsp;&nbsp;will&nbsp;be&nbsp;read&nbsp;from<br> content_type&nbsp;(optional):&nbsp;Internet&nbsp;media&nbsp;type&nbsp;(a.k.a.&nbsp;mime&nbsp;type)&nbsp;of<br> &nbsp;&nbsp;media&nbsp;object.&nbsp;Currently&nbsp;Google&nbsp;Photos&nbsp;supports&nbsp;these&nbsp;types:<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/bmp<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/gif<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/jpeg<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/png<br> &nbsp;&nbsp;&nbsp;<br> &nbsp;&nbsp;Images&nbsp;will&nbsp;be&nbsp;converted&nbsp;to&nbsp;jpeg&nbsp;on&nbsp;upload.&nbsp;Defaults&nbsp;to&nbsp;`image/jpeg'<br> keywords&nbsp;(optional):&nbsp;a&nbsp;1)&nbsp;comma&nbsp;separated&nbsp;string&nbsp;or&nbsp;2)&nbsp;a&nbsp;python&nbsp;list()&nbsp;of<br> &nbsp;&nbsp;keywords&nbsp;(a.k.a.&nbsp;tags)&nbsp;to&nbsp;add&nbsp;to&nbsp;the&nbsp;image.<br> &nbsp;&nbsp;E.g.&nbsp;1)&nbsp;`dog,&nbsp;vacation,&nbsp;happy'&nbsp;2)&nbsp;['dog',&nbsp;'happy',&nbsp;'vacation']<br> &nbsp;<br> Returns:<br> The&nbsp;newly&nbsp;created&nbsp;gdata.photos.PhotoEntry&nbsp;or&nbsp;<a href="#GooglePhotosException">GooglePhotosException</a>&nbsp;on&nbsp;errors<br> &nbsp;<br> See:<br> <a href="http://code.google.com/apis/picasaweb/gdata.html#Add_Album_Manual_Installed">http://code.google.com/apis/picasaweb/gdata.html#Add_Album_Manual_Installed</a><br> [1]:&nbsp;<a href="http://en.wikipedia.org/wiki/Unix_epoch">http://en.wikipedia.org/wiki/Unix_epoch</a></tt></dd></dl> <dl><dt><a name="PhotosService-InsertTag"><strong>InsertTag</strong></a>(self, photo_or_uri, tag)</dt><dd><tt>Add&nbsp;a&nbsp;tag&nbsp;(a.k.a.&nbsp;keyword)&nbsp;to&nbsp;a&nbsp;photo.<br> &nbsp;<br> Needs&nbsp;authentication,&nbsp;see&nbsp;<a href="#PhotosService-ClientLogin">ClientLogin</a>()<br> &nbsp;<br> Arguments:<br> photo_or_uri:&nbsp;a&nbsp;gdata.photos.PhotoEntry&nbsp;that&nbsp;will&nbsp;be&nbsp;tagged,&nbsp;or&nbsp;a<br> &nbsp;&nbsp;`post'&nbsp;uri&nbsp;pointing&nbsp;to&nbsp;it<br> (string)&nbsp;tag:&nbsp;The&nbsp;tag/keyword<br> &nbsp;<br> Returns:<br> The&nbsp;new&nbsp;gdata.photos.TagEntry<br> &nbsp;<br> Example:<br> p&nbsp;=&nbsp;<a href="#PhotosService-GetFeed">GetFeed</a>(PhotoUri)<br> tag&nbsp;=&nbsp;<a href="#PhotosService-InsertTag">InsertTag</a>(p,&nbsp;'Beautiful&nbsp;sunsets')</tt></dd></dl> <dl><dt><a name="PhotosService-SearchCommunityPhotos"><strong>SearchCommunityPhotos</strong></a>(self, query, limit<font color="#909090">=100</font>)</dt><dd><tt>Search&nbsp;through&nbsp;all&nbsp;public&nbsp;photos&nbsp;and&nbsp;return&nbsp;a&nbsp;feed.<br> This&nbsp;will&nbsp;look&nbsp;for&nbsp;matches&nbsp;in&nbsp;file&nbsp;names&nbsp;and&nbsp;image&nbsp;tags&nbsp;(a.k.a.&nbsp;keywords)<br> &nbsp;<br> Arguments:<br> query:&nbsp;The&nbsp;string&nbsp;you're&nbsp;looking&nbsp;for,&nbsp;e.g.&nbsp;`vacation'<br> limit&nbsp;(optional):&nbsp;Don't&nbsp;return&nbsp;more&nbsp;than&nbsp;`limit'&nbsp;hits,&nbsp;defaults&nbsp;to&nbsp;100<br> &nbsp;<br> Returns:<br> gdata.GDataFeed&nbsp;with&nbsp;PhotoEntry&nbsp;elements</tt></dd></dl> <dl><dt><a name="PhotosService-SearchContactsPhotos"><strong>SearchContactsPhotos</strong></a>(self, user<font color="#909090">='default'</font>, search<font color="#909090">=None</font>, limit<font color="#909090">=None</font>)</dt><dd><tt>Search&nbsp;over&nbsp;your&nbsp;contacts'&nbsp;photos&nbsp;and&nbsp;return&nbsp;a&nbsp;feed<br> &nbsp;<br> Arguments:<br> user:&nbsp;Username&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;you&nbsp;want<br> search&nbsp;(optional):&nbsp;What&nbsp;to&nbsp;search&nbsp;for&nbsp;(photo&nbsp;title,&nbsp;description&nbsp;and&nbsp;keywords)<br> &nbsp;<br> Returns<br> gdata.photos.UserFeed,&nbsp;with&nbsp;PhotoEntry&nbsp;elements<br> &nbsp;<br> See:<br> <a href="http://groups.google.com/group/Google-Picasa-Data-API/msg/819b0025b5ff5e38">http://groups.google.com/group/Google-Picasa-Data-API/msg/819b0025b5ff5e38</a></tt></dd></dl> <dl><dt><a name="PhotosService-SearchUserPhotos"><strong>SearchUserPhotos</strong></a>(self, query, user<font color="#909090">='default'</font>, limit<font color="#909090">=100</font>)</dt><dd><tt>Search&nbsp;through&nbsp;all&nbsp;photos&nbsp;for&nbsp;a&nbsp;specific&nbsp;user&nbsp;and&nbsp;return&nbsp;a&nbsp;feed.<br> This&nbsp;will&nbsp;look&nbsp;for&nbsp;matches&nbsp;in&nbsp;file&nbsp;names&nbsp;and&nbsp;image&nbsp;tags&nbsp;(a.k.a.&nbsp;keywords)<br> &nbsp;<br> Arguments:<br> query:&nbsp;The&nbsp;string&nbsp;you're&nbsp;looking&nbsp;for,&nbsp;e.g.&nbsp;`vacation'<br> user&nbsp;(optional):&nbsp;The&nbsp;username&nbsp;of&nbsp;whose&nbsp;photos&nbsp;you&nbsp;want&nbsp;to&nbsp;search,&nbsp;defaults<br> &nbsp;&nbsp;to&nbsp;current&nbsp;user.<br> limit&nbsp;(optional):&nbsp;Don't&nbsp;return&nbsp;more&nbsp;than&nbsp;`limit'&nbsp;hits,&nbsp;defaults&nbsp;to&nbsp;100<br> &nbsp;<br> Only&nbsp;public&nbsp;photos&nbsp;are&nbsp;searched,&nbsp;unless&nbsp;you&nbsp;are&nbsp;authenticated&nbsp;and<br> searching&nbsp;through&nbsp;your&nbsp;own&nbsp;photos.<br> &nbsp;<br> Returns:<br> gdata.photos.UserFeed&nbsp;with&nbsp;PhotoEntry&nbsp;elements</tt></dd></dl> <dl><dt><a name="PhotosService-UpdatePhotoBlob"><strong>UpdatePhotoBlob</strong></a>(self, photo_or_uri, filename_or_handle, content_type<font color="#909090">='image/jpeg'</font>)</dt><dd><tt>Update&nbsp;a&nbsp;photo's&nbsp;binary&nbsp;data.<br> &nbsp;<br> Needs&nbsp;authentication,&nbsp;see&nbsp;<a href="#PhotosService-ClientLogin">ClientLogin</a>()<br> &nbsp;<br> Arguments:<br> photo_or_uri:&nbsp;a&nbsp;gdata.photos.PhotoEntry&nbsp;that&nbsp;will&nbsp;be&nbsp;updated,&nbsp;or&nbsp;a<br> &nbsp;&nbsp;`edit-media'&nbsp;uri&nbsp;pointing&nbsp;to&nbsp;it<br> filename_or_handle:&nbsp;&nbsp;A&nbsp;file-like&nbsp;object&nbsp;or&nbsp;file&nbsp;name&nbsp;where&nbsp;the&nbsp;image/video<br> &nbsp;&nbsp;will&nbsp;be&nbsp;read&nbsp;from<br> content_type&nbsp;(optional):&nbsp;Internet&nbsp;media&nbsp;type&nbsp;(a.k.a.&nbsp;mime&nbsp;type)&nbsp;of<br> &nbsp;&nbsp;media&nbsp;object.&nbsp;Currently&nbsp;Google&nbsp;Photos&nbsp;supports&nbsp;these&nbsp;types:<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/bmp<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/gif<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/jpeg<br> &nbsp;&nbsp;&nbsp;o&nbsp;image/png<br> Images&nbsp;will&nbsp;be&nbsp;converted&nbsp;to&nbsp;jpeg&nbsp;on&nbsp;upload.&nbsp;Defaults&nbsp;to&nbsp;`image/jpeg'<br> &nbsp;<br> Returns:<br> The&nbsp;modified&nbsp;gdata.photos.PhotoEntry<br> &nbsp;<br> Example:<br> p&nbsp;=&nbsp;<a href="#PhotosService-GetFeed">GetFeed</a>(PhotoUri)<br> p&nbsp;=&nbsp;<a href="#PhotosService-UpdatePhotoBlob">UpdatePhotoBlob</a>(p,&nbsp;'/tmp/newPic.jpg')<br> &nbsp;<br> It&nbsp;is&nbsp;important&nbsp;that&nbsp;you&nbsp;don't&nbsp;keep&nbsp;the&nbsp;old&nbsp;object&nbsp;around,&nbsp;once<br> it&nbsp;has&nbsp;been&nbsp;updated.&nbsp;See<br> <a href="http://code.google.com/apis/gdata/reference.html#Optimistic-concurrency">http://code.google.com/apis/gdata/reference.html#Optimistic-concurrency</a></tt></dd></dl> <dl><dt><a name="PhotosService-UpdatePhotoMetadata"><strong>UpdatePhotoMetadata</strong></a>(self, photo)</dt><dd><tt>Update&nbsp;a&nbsp;photo's&nbsp;metadata.&nbsp;<br> &nbsp;<br> Needs&nbsp;authentication,&nbsp;see&nbsp;<a href="#PhotosService-ClientLogin">ClientLogin</a>()<br> &nbsp;<br> You&nbsp;can&nbsp;update&nbsp;any&nbsp;or&nbsp;all&nbsp;of&nbsp;the&nbsp;following&nbsp;metadata&nbsp;properties:<br> &nbsp;*&nbsp;&lt;title&gt;<br> &nbsp;*&nbsp;&lt;media:description&gt;<br> &nbsp;*&nbsp;&lt;gphoto:checksum&gt;<br> &nbsp;*&nbsp;&lt;gphoto:client&gt;<br> &nbsp;*&nbsp;&lt;gphoto:rotation&gt;<br> &nbsp;*&nbsp;&lt;gphoto:timestamp&gt;<br> &nbsp;*&nbsp;&lt;gphoto:commentingEnabled&gt;<br> &nbsp;<br> &nbsp;Arguments:<br> &nbsp;photo:&nbsp;a&nbsp;gdata.photos.PhotoEntry&nbsp;object&nbsp;with&nbsp;updated&nbsp;elements<br> &nbsp;<br> &nbsp;Returns:<br> &nbsp;The&nbsp;modified&nbsp;gdata.photos.PhotoEntry<br> &nbsp;<br> &nbsp;Example:<br> &nbsp;p&nbsp;=&nbsp;<a href="#PhotosService-GetFeed">GetFeed</a>(uri).entry[0]<br> &nbsp;p.title.text&nbsp;=&nbsp;u'My&nbsp;new&nbsp;text'<br> &nbsp;p.commentingEnabled.text&nbsp;=&nbsp;'false'<br> &nbsp;p&nbsp;=&nbsp;<a href="#PhotosService-UpdatePhotoMetadata">UpdatePhotoMetadata</a>(p)<br> &nbsp;<br> &nbsp;It&nbsp;is&nbsp;important&nbsp;that&nbsp;you&nbsp;don't&nbsp;keep&nbsp;the&nbsp;old&nbsp;object&nbsp;around,&nbsp;once<br> &nbsp;it&nbsp;has&nbsp;been&nbsp;updated.&nbsp;See<br> &nbsp;<a href="http://code.google.com/apis/gdata/reference.html#Optimistic-concurrency">http://code.google.com/apis/gdata/reference.html#Optimistic-concurrency</a></tt></dd></dl> <dl><dt><a name="PhotosService-__init__"><strong>__init__</strong></a>(self, email<font color="#909090">=None</font>, password<font color="#909090">=None</font>, source<font color="#909090">=None</font>, server<font color="#909090">='picasaweb.google.com'</font>, additional_headers<font color="#909090">=None</font>)</dt><dd><tt>GooglePhotosService&nbsp;constructor.<br> &nbsp;&nbsp;<br> Arguments:<br> email:&nbsp;string&nbsp;(optional)&nbsp;The&nbsp;e-mail&nbsp;address&nbsp;of&nbsp;the&nbsp;account&nbsp;to&nbsp;use&nbsp;for<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;authentication.<br> password:&nbsp;string&nbsp;(optional)&nbsp;The&nbsp;password&nbsp;of&nbsp;the&nbsp;account&nbsp;to&nbsp;use&nbsp;for<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;authentication.<br> source:&nbsp;string&nbsp;(optional)&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;user's&nbsp;application.<br> server:&nbsp;string&nbsp;(optional)&nbsp;The&nbsp;server&nbsp;the&nbsp;feed&nbsp;is&nbsp;hosted&nbsp;on.<br> additional_headers:&nbsp;dict&nbsp;(optional)&nbsp;Any&nbsp;additional&nbsp;HTTP&nbsp;headers&nbsp;to&nbsp;be<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;transmitted&nbsp;to&nbsp;the&nbsp;service&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;key-value<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pairs.<br> &nbsp;<br> Returns:<br> A&nbsp;<a href="#PhotosService">PhotosService</a>&nbsp;object&nbsp;used&nbsp;to&nbsp;communicate&nbsp;with&nbsp;the&nbsp;Google&nbsp;Photos<br> service.</tt></dd></dl> <hr> Data and other attributes defined here:<br> <dl><dt><strong>userUri</strong> = '/data/feed/api/user/%s'</dl> <hr> Methods inherited from <a href="gdata.service.html#GDataService">gdata.service.GDataService</a>:<br> <dl><dt><a name="PhotosService-ClientLogin"><strong>ClientLogin</strong></a>(self, username, password, account_type<font color="#909090">=None</font>, service<font color="#909090">=None</font>, source<font color="#909090">=None</font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt><dd><tt>Convenience&nbsp;method&nbsp;for&nbsp;authenticating&nbsp;using&nbsp;ProgrammaticLogin.&nbsp;<br> &nbsp;<br> Sets&nbsp;values&nbsp;for&nbsp;email,&nbsp;password,&nbsp;and&nbsp;other&nbsp;optional&nbsp;members.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;username:<br> &nbsp;&nbsp;password:<br> &nbsp;&nbsp;account_type:&nbsp;string&nbsp;(optional)<br> &nbsp;&nbsp;service:&nbsp;string&nbsp;(optional)<br> &nbsp;&nbsp;captcha_token:&nbsp;string&nbsp;(optional)<br> &nbsp;&nbsp;captcha_response:&nbsp;string&nbsp;(optional)</tt></dd></dl> <dl><dt><a name="PhotosService-GenerateAuthSubURL"><strong>GenerateAuthSubURL</strong></a>(self, next, scope, secure<font color="#909090">=False</font>, session<font color="#909090">=True</font>)</dt><dd><tt>Generate&nbsp;a&nbsp;URL&nbsp;at&nbsp;which&nbsp;the&nbsp;user&nbsp;will&nbsp;login&nbsp;and&nbsp;be&nbsp;redirected&nbsp;back.<br> &nbsp;<br> Users&nbsp;enter&nbsp;their&nbsp;credentials&nbsp;on&nbsp;a&nbsp;Google&nbsp;login&nbsp;page&nbsp;and&nbsp;a&nbsp;token&nbsp;is&nbsp;sent<br> to&nbsp;the&nbsp;URL&nbsp;specified&nbsp;in&nbsp;next.&nbsp;See&nbsp;documentation&nbsp;for&nbsp;AuthSub&nbsp;login&nbsp;at:<br> <a href="http://code.google.com/apis/accounts/AuthForWebApps.html">http://code.google.com/apis/accounts/AuthForWebApps.html</a><br> &nbsp;<br> Args:<br> &nbsp;&nbsp;next:&nbsp;string&nbsp;The&nbsp;URL&nbsp;user&nbsp;will&nbsp;be&nbsp;sent&nbsp;to&nbsp;after&nbsp;logging&nbsp;in.<br> &nbsp;&nbsp;scope:&nbsp;string&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;service&nbsp;to&nbsp;be&nbsp;accessed.<br> &nbsp;&nbsp;secure:&nbsp;boolean&nbsp;(optional)&nbsp;Determines&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;issued&nbsp;token<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;is&nbsp;a&nbsp;secure&nbsp;token.<br> &nbsp;&nbsp;session:&nbsp;boolean&nbsp;(optional)&nbsp;Determines&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;issued&nbsp;token<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;can&nbsp;be&nbsp;upgraded&nbsp;to&nbsp;a&nbsp;session&nbsp;token.</tt></dd></dl> <dl><dt><a name="PhotosService-Get"><strong>Get</strong></a>(self, uri, extra_headers<font color="#909090">=None</font>, redirects_remaining<font color="#909090">=4</font>, encoding<font color="#909090">='UTF-8'</font>, converter<font color="#909090">=None</font>)</dt><dd><tt>Query&nbsp;the&nbsp;GData&nbsp;API&nbsp;with&nbsp;the&nbsp;given&nbsp;URI<br> &nbsp;<br> The&nbsp;uri&nbsp;is&nbsp;the&nbsp;portion&nbsp;of&nbsp;the&nbsp;URI&nbsp;after&nbsp;the&nbsp;server&nbsp;value&nbsp;<br> (ex:&nbsp;www.google.com).<br> &nbsp;<br> To&nbsp;perform&nbsp;a&nbsp;query&nbsp;against&nbsp;Google&nbsp;Base,&nbsp;set&nbsp;the&nbsp;server&nbsp;to&nbsp;<br> 'base.google.com'&nbsp;and&nbsp;set&nbsp;the&nbsp;uri&nbsp;to&nbsp;'/base/feeds/...',&nbsp;where&nbsp;...&nbsp;is&nbsp;<br> your&nbsp;query.&nbsp;For&nbsp;example,&nbsp;to&nbsp;find&nbsp;snippets&nbsp;for&nbsp;all&nbsp;digital&nbsp;cameras&nbsp;uri&nbsp;<br> should&nbsp;be&nbsp;set&nbsp;to:&nbsp;'/base/feeds/snippets?bq=digital+camera'<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;uri:&nbsp;string&nbsp;The&nbsp;query&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;URI.&nbsp;Example:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'/base/feeds/snippets?bq=digital+camera'.<br> &nbsp;&nbsp;extra_headers:&nbsp;dictionary&nbsp;(optional)&nbsp;Extra&nbsp;HTTP&nbsp;headers&nbsp;to&nbsp;be&nbsp;included<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in&nbsp;the&nbsp;GET&nbsp;request.&nbsp;These&nbsp;headers&nbsp;are&nbsp;in&nbsp;addition&nbsp;to&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;those&nbsp;stored&nbsp;in&nbsp;the&nbsp;client's&nbsp;additional_headers&nbsp;property.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;client&nbsp;automatically&nbsp;sets&nbsp;the&nbsp;Content-Type&nbsp;and&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Authorization&nbsp;headers.<br> &nbsp;&nbsp;redirects_remaining:&nbsp;int&nbsp;(optional)&nbsp;Tracks&nbsp;the&nbsp;number&nbsp;of&nbsp;additional<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;redirects&nbsp;this&nbsp;method&nbsp;will&nbsp;allow.&nbsp;If&nbsp;the&nbsp;service&nbsp;object&nbsp;receives<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a&nbsp;redirect&nbsp;and&nbsp;remaining&nbsp;is&nbsp;0,&nbsp;it&nbsp;will&nbsp;not&nbsp;follow&nbsp;the&nbsp;redirect.&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This&nbsp;was&nbsp;added&nbsp;to&nbsp;avoid&nbsp;infinite&nbsp;redirect&nbsp;loops.<br> &nbsp;&nbsp;encoding:&nbsp;string&nbsp;(optional)&nbsp;The&nbsp;character&nbsp;encoding&nbsp;for&nbsp;the&nbsp;server's<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response.&nbsp;Default&nbsp;is&nbsp;UTF-8<br> &nbsp;&nbsp;converter:&nbsp;func&nbsp;(optional)&nbsp;A&nbsp;function&nbsp;which&nbsp;will&nbsp;transform<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the&nbsp;server's&nbsp;results&nbsp;before&nbsp;it&nbsp;is&nbsp;returned.&nbsp;Example:&nbsp;use&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GDataFeedFromString&nbsp;to&nbsp;parse&nbsp;the&nbsp;server&nbsp;response&nbsp;as&nbsp;if&nbsp;it<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;were&nbsp;a&nbsp;GDataFeed.<br> &nbsp;<br> Returns:<br> &nbsp;&nbsp;If&nbsp;there&nbsp;is&nbsp;no&nbsp;ResultsTransformer&nbsp;specified&nbsp;in&nbsp;the&nbsp;call,&nbsp;a&nbsp;GDataFeed&nbsp;<br> &nbsp;&nbsp;or&nbsp;GDataEntry&nbsp;depending&nbsp;on&nbsp;which&nbsp;is&nbsp;sent&nbsp;from&nbsp;the&nbsp;server.&nbsp;If&nbsp;the&nbsp;<br> &nbsp;&nbsp;response&nbsp;is&nbsp;niether&nbsp;a&nbsp;feed&nbsp;or&nbsp;entry&nbsp;and&nbsp;there&nbsp;is&nbsp;no&nbsp;ResultsTransformer,<br> &nbsp;&nbsp;return&nbsp;a&nbsp;string.&nbsp;If&nbsp;there&nbsp;is&nbsp;a&nbsp;ResultsTransformer,&nbsp;the&nbsp;returned&nbsp;value&nbsp;<br> &nbsp;&nbsp;will&nbsp;be&nbsp;that&nbsp;of&nbsp;the&nbsp;ResultsTransformer&nbsp;function.</tt></dd></dl> <dl><dt><a name="PhotosService-GetAuthSubToken"><strong>GetAuthSubToken</strong></a>(self)</dt></dl> <dl><dt><a name="PhotosService-GetClientLoginToken"><strong>GetClientLoginToken</strong></a>(self)</dt></dl> <dl><dt><a name="PhotosService-GetMedia"><strong>GetMedia</strong></a>(self, uri, extra_headers<font color="#909090">=None</font>)</dt><dd><tt>Returns&nbsp;a&nbsp;MediaSource&nbsp;containing&nbsp;media&nbsp;and&nbsp;its&nbsp;metadata&nbsp;from&nbsp;the&nbsp;given<br> URI&nbsp;string.</tt></dd></dl> <dl><dt><a name="PhotosService-GetNext"><strong>GetNext</strong></a>(self, feed)</dt><dd><tt>Requests&nbsp;the&nbsp;next&nbsp;'page'&nbsp;of&nbsp;results&nbsp;in&nbsp;the&nbsp;feed.<br> &nbsp;<br> This&nbsp;method&nbsp;uses&nbsp;the&nbsp;feed's&nbsp;next&nbsp;link&nbsp;to&nbsp;request&nbsp;an&nbsp;additional&nbsp;feed<br> and&nbsp;uses&nbsp;the&nbsp;class&nbsp;of&nbsp;the&nbsp;feed&nbsp;to&nbsp;convert&nbsp;the&nbsp;results&nbsp;of&nbsp;the&nbsp;GET&nbsp;request.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;feed:&nbsp;atom.Feed&nbsp;or&nbsp;a&nbsp;subclass.&nbsp;The&nbsp;feed&nbsp;should&nbsp;contain&nbsp;a&nbsp;next&nbsp;link&nbsp;and<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the&nbsp;type&nbsp;of&nbsp;the&nbsp;feed&nbsp;will&nbsp;be&nbsp;applied&nbsp;to&nbsp;the&nbsp;results&nbsp;from&nbsp;the&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;server.&nbsp;The&nbsp;new&nbsp;feed&nbsp;which&nbsp;is&nbsp;returned&nbsp;will&nbsp;be&nbsp;of&nbsp;the&nbsp;same&nbsp;class<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;as&nbsp;this&nbsp;feed&nbsp;which&nbsp;was&nbsp;passed&nbsp;in.<br> &nbsp;<br> Returns:<br> &nbsp;&nbsp;A&nbsp;new&nbsp;feed&nbsp;representing&nbsp;the&nbsp;next&nbsp;set&nbsp;of&nbsp;results&nbsp;in&nbsp;the&nbsp;server's&nbsp;feed.<br> &nbsp;&nbsp;The&nbsp;type&nbsp;of&nbsp;this&nbsp;feed&nbsp;will&nbsp;match&nbsp;that&nbsp;of&nbsp;the&nbsp;feed&nbsp;argument.</tt></dd></dl> <dl><dt><a name="PhotosService-Post"><strong>Post</strong></a>(self, data, uri, extra_headers<font color="#909090">=None</font>, url_params<font color="#909090">=None</font>, escape_params<font color="#909090">=True</font>, redirects_remaining<font color="#909090">=4</font>, media_source<font color="#909090">=None</font>, converter<font color="#909090">=None</font>)</dt><dd><tt>Insert&nbsp;or&nbsp;update&nbsp;&nbsp;data&nbsp;into&nbsp;a&nbsp;GData&nbsp;service&nbsp;at&nbsp;the&nbsp;given&nbsp;URI.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;data:&nbsp;string,&nbsp;ElementTree._Element,&nbsp;atom.Entry,&nbsp;or&nbsp;gdata.GDataEntry&nbsp;The<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XML&nbsp;to&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;uri.<br> &nbsp;&nbsp;uri:&nbsp;string&nbsp;The&nbsp;location&nbsp;(feed)&nbsp;to&nbsp;which&nbsp;the&nbsp;data&nbsp;should&nbsp;be&nbsp;inserted.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example:&nbsp;'/base/feeds/items'.<br> &nbsp;&nbsp;extra_headers:&nbsp;dict&nbsp;(optional)&nbsp;HTTP&nbsp;headers&nbsp;which&nbsp;are&nbsp;to&nbsp;be&nbsp;included.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;client&nbsp;automatically&nbsp;sets&nbsp;the&nbsp;Content-Type,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Authorization,&nbsp;and&nbsp;Content-Length&nbsp;headers.<br> &nbsp;&nbsp;url_params:&nbsp;dict&nbsp;(optional)&nbsp;Additional&nbsp;URL&nbsp;parameters&nbsp;to&nbsp;be&nbsp;included<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in&nbsp;the&nbsp;URI.&nbsp;These&nbsp;are&nbsp;translated&nbsp;into&nbsp;query&nbsp;arguments<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in&nbsp;the&nbsp;form&nbsp;'&amp;dict_key=value&amp;...'.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example:&nbsp;{'max-results':&nbsp;'250'}&nbsp;becomes&nbsp;&amp;max-results=250<br> &nbsp;&nbsp;escape_params:&nbsp;boolean&nbsp;(optional)&nbsp;If&nbsp;false,&nbsp;the&nbsp;calling&nbsp;code&nbsp;has&nbsp;already<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ensured&nbsp;that&nbsp;the&nbsp;query&nbsp;will&nbsp;form&nbsp;a&nbsp;valid&nbsp;URL&nbsp;(all<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reserved&nbsp;characters&nbsp;have&nbsp;been&nbsp;escaped).&nbsp;If&nbsp;true,&nbsp;this<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method&nbsp;will&nbsp;escape&nbsp;the&nbsp;query&nbsp;and&nbsp;any&nbsp;URL&nbsp;parameters<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;provided.<br> &nbsp;&nbsp;media_source:&nbsp;MediaSource&nbsp;(optional)&nbsp;Container&nbsp;for&nbsp;the&nbsp;media&nbsp;to&nbsp;be&nbsp;sent<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;along&nbsp;with&nbsp;the&nbsp;entry,&nbsp;if&nbsp;provided.<br> &nbsp;&nbsp;converter:&nbsp;func&nbsp;(optional)&nbsp;A&nbsp;function&nbsp;which&nbsp;will&nbsp;be&nbsp;executed&nbsp;on&nbsp;the<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;server's&nbsp;response.&nbsp;Often&nbsp;this&nbsp;is&nbsp;a&nbsp;function&nbsp;like<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GDataEntryFromString&nbsp;which&nbsp;will&nbsp;parse&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;server's<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response&nbsp;and&nbsp;return&nbsp;a&nbsp;GDataEntry.<br> &nbsp;<br> Returns:<br> &nbsp;&nbsp;If&nbsp;the&nbsp;post&nbsp;succeeded,&nbsp;this&nbsp;method&nbsp;will&nbsp;return&nbsp;a&nbsp;GDataFeed,&nbsp;GDataEntry,<br> &nbsp;&nbsp;or&nbsp;the&nbsp;results&nbsp;of&nbsp;running&nbsp;converter&nbsp;on&nbsp;the&nbsp;server's&nbsp;result&nbsp;body&nbsp;(if<br> &nbsp;&nbsp;converter&nbsp;was&nbsp;specified).</tt></dd></dl> <dl><dt><a name="PhotosService-PostOrPut"><strong>PostOrPut</strong></a>(self, verb, data, uri, extra_headers<font color="#909090">=None</font>, url_params<font color="#909090">=None</font>, escape_params<font color="#909090">=True</font>, redirects_remaining<font color="#909090">=4</font>, media_source<font color="#909090">=None</font>, converter<font color="#909090">=None</font>)</dt><dd><tt>Insert&nbsp;data&nbsp;into&nbsp;a&nbsp;GData&nbsp;service&nbsp;at&nbsp;the&nbsp;given&nbsp;URI.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;verb:&nbsp;string,&nbsp;either&nbsp;'POST'&nbsp;or&nbsp;'PUT'<br> &nbsp;&nbsp;data:&nbsp;string,&nbsp;ElementTree._Element,&nbsp;atom.Entry,&nbsp;or&nbsp;gdata.GDataEntry&nbsp;The<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XML&nbsp;to&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;uri.&nbsp;<br> &nbsp;&nbsp;uri:&nbsp;string&nbsp;The&nbsp;location&nbsp;(feed)&nbsp;to&nbsp;which&nbsp;the&nbsp;data&nbsp;should&nbsp;be&nbsp;inserted.&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example:&nbsp;'/base/feeds/items'.&nbsp;<br> &nbsp;&nbsp;extra_headers:&nbsp;dict&nbsp;(optional)&nbsp;HTTP&nbsp;headers&nbsp;which&nbsp;are&nbsp;to&nbsp;be&nbsp;included.&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;client&nbsp;automatically&nbsp;sets&nbsp;the&nbsp;Content-Type,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Authorization,&nbsp;and&nbsp;Content-Length&nbsp;headers.<br> &nbsp;&nbsp;url_params:&nbsp;dict&nbsp;(optional)&nbsp;Additional&nbsp;URL&nbsp;parameters&nbsp;to&nbsp;be&nbsp;included<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in&nbsp;the&nbsp;URI.&nbsp;These&nbsp;are&nbsp;translated&nbsp;into&nbsp;query&nbsp;arguments<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in&nbsp;the&nbsp;form&nbsp;'&amp;dict_key=value&amp;...'.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example:&nbsp;{'max-results':&nbsp;'250'}&nbsp;becomes&nbsp;&amp;max-results=250<br> &nbsp;&nbsp;escape_params:&nbsp;boolean&nbsp;(optional)&nbsp;If&nbsp;false,&nbsp;the&nbsp;calling&nbsp;code&nbsp;has&nbsp;already<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ensured&nbsp;that&nbsp;the&nbsp;query&nbsp;will&nbsp;form&nbsp;a&nbsp;valid&nbsp;URL&nbsp;(all<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reserved&nbsp;characters&nbsp;have&nbsp;been&nbsp;escaped).&nbsp;If&nbsp;true,&nbsp;this<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method&nbsp;will&nbsp;escape&nbsp;the&nbsp;query&nbsp;and&nbsp;any&nbsp;URL&nbsp;parameters<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;provided.<br> &nbsp;&nbsp;media_source:&nbsp;MediaSource&nbsp;(optional)&nbsp;Container&nbsp;for&nbsp;the&nbsp;media&nbsp;to&nbsp;be&nbsp;sent<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;along&nbsp;with&nbsp;the&nbsp;entry,&nbsp;if&nbsp;provided.<br> &nbsp;&nbsp;converter:&nbsp;func&nbsp;(optional)&nbsp;A&nbsp;function&nbsp;which&nbsp;will&nbsp;be&nbsp;executed&nbsp;on&nbsp;the&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;server's&nbsp;response.&nbsp;Often&nbsp;this&nbsp;is&nbsp;a&nbsp;function&nbsp;like&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GDataEntryFromString&nbsp;which&nbsp;will&nbsp;parse&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;server's&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response&nbsp;and&nbsp;return&nbsp;a&nbsp;GDataEntry.<br> &nbsp;<br> Returns:<br> &nbsp;&nbsp;If&nbsp;the&nbsp;post&nbsp;succeeded,&nbsp;this&nbsp;method&nbsp;will&nbsp;return&nbsp;a&nbsp;GDataFeed,&nbsp;GDataEntry,<br> &nbsp;&nbsp;or&nbsp;the&nbsp;results&nbsp;of&nbsp;running&nbsp;converter&nbsp;on&nbsp;the&nbsp;server's&nbsp;result&nbsp;body&nbsp;(if<br> &nbsp;&nbsp;converter&nbsp;was&nbsp;specified).</tt></dd></dl> <dl><dt><a name="PhotosService-ProgrammaticLogin"><strong>ProgrammaticLogin</strong></a>(self, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt><dd><tt>Authenticates&nbsp;the&nbsp;user&nbsp;and&nbsp;sets&nbsp;the&nbsp;GData&nbsp;Auth&nbsp;token.<br> &nbsp;<br> Login&nbsp;retreives&nbsp;a&nbsp;temporary&nbsp;auth&nbsp;token&nbsp;which&nbsp;must&nbsp;be&nbsp;used&nbsp;with&nbsp;all<br> requests&nbsp;to&nbsp;GData&nbsp;services.&nbsp;The&nbsp;auth&nbsp;token&nbsp;is&nbsp;stored&nbsp;in&nbsp;the&nbsp;GData&nbsp;client<br> object.<br> &nbsp;<br> Login&nbsp;is&nbsp;also&nbsp;used&nbsp;to&nbsp;respond&nbsp;to&nbsp;a&nbsp;captcha&nbsp;challenge.&nbsp;If&nbsp;the&nbsp;user's&nbsp;login<br> attempt&nbsp;failed&nbsp;with&nbsp;a&nbsp;CaptchaRequired&nbsp;error,&nbsp;the&nbsp;user&nbsp;can&nbsp;respond&nbsp;by<br> calling&nbsp;Login&nbsp;with&nbsp;the&nbsp;captcha&nbsp;token&nbsp;and&nbsp;the&nbsp;answer&nbsp;to&nbsp;the&nbsp;challenge.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;captcha_token:&nbsp;string&nbsp;(optional)&nbsp;The&nbsp;identifier&nbsp;for&nbsp;the&nbsp;captcha&nbsp;challenge<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;which&nbsp;was&nbsp;presented&nbsp;to&nbsp;the&nbsp;user.<br> &nbsp;&nbsp;captcha_response:&nbsp;string&nbsp;(optional)&nbsp;The&nbsp;user's&nbsp;answer&nbsp;to&nbsp;the&nbsp;captch&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;challenge.<br> &nbsp;<br> Raises:<br> &nbsp;&nbsp;CaptchaRequired&nbsp;if&nbsp;the&nbsp;login&nbsp;service&nbsp;will&nbsp;require&nbsp;a&nbsp;captcha&nbsp;response<br> &nbsp;&nbsp;BadAuthentication&nbsp;if&nbsp;the&nbsp;login&nbsp;service&nbsp;rejected&nbsp;the&nbsp;username&nbsp;or&nbsp;password<br> &nbsp;&nbsp;Error&nbsp;if&nbsp;the&nbsp;login&nbsp;service&nbsp;responded&nbsp;with&nbsp;a&nbsp;403&nbsp;different&nbsp;from&nbsp;the&nbsp;above</tt></dd></dl> <dl><dt><a name="PhotosService-Put"><strong>Put</strong></a>(self, data, uri, extra_headers<font color="#909090">=None</font>, url_params<font color="#909090">=None</font>, escape_params<font color="#909090">=True</font>, redirects_remaining<font color="#909090">=3</font>, media_source<font color="#909090">=None</font>, converter<font color="#909090">=None</font>)</dt><dd><tt>Updates&nbsp;an&nbsp;entry&nbsp;at&nbsp;the&nbsp;given&nbsp;URI.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;data:&nbsp;string,&nbsp;ElementTree._Element,&nbsp;or&nbsp;xml_wrapper.ElementWrapper&nbsp;The&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XML&nbsp;containing&nbsp;the&nbsp;updated&nbsp;data.<br> &nbsp;&nbsp;uri:&nbsp;string&nbsp;A&nbsp;URI&nbsp;indicating&nbsp;entry&nbsp;to&nbsp;which&nbsp;the&nbsp;update&nbsp;will&nbsp;be&nbsp;applied.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example:&nbsp;'/base/feeds/items/ITEM-ID'<br> &nbsp;&nbsp;extra_headers:&nbsp;dict&nbsp;(optional)&nbsp;HTTP&nbsp;headers&nbsp;which&nbsp;are&nbsp;to&nbsp;be&nbsp;included.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;client&nbsp;automatically&nbsp;sets&nbsp;the&nbsp;Content-Type,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Authorization,&nbsp;and&nbsp;Content-Length&nbsp;headers.<br> &nbsp;&nbsp;url_params:&nbsp;dict&nbsp;(optional)&nbsp;Additional&nbsp;URL&nbsp;parameters&nbsp;to&nbsp;be&nbsp;included<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in&nbsp;the&nbsp;URI.&nbsp;These&nbsp;are&nbsp;translated&nbsp;into&nbsp;query&nbsp;arguments<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in&nbsp;the&nbsp;form&nbsp;'&amp;dict_key=value&amp;...'.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example:&nbsp;{'max-results':&nbsp;'250'}&nbsp;becomes&nbsp;&amp;max-results=250<br> &nbsp;&nbsp;escape_params:&nbsp;boolean&nbsp;(optional)&nbsp;If&nbsp;false,&nbsp;the&nbsp;calling&nbsp;code&nbsp;has&nbsp;already<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ensured&nbsp;that&nbsp;the&nbsp;query&nbsp;will&nbsp;form&nbsp;a&nbsp;valid&nbsp;URL&nbsp;(all<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reserved&nbsp;characters&nbsp;have&nbsp;been&nbsp;escaped).&nbsp;If&nbsp;true,&nbsp;this<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method&nbsp;will&nbsp;escape&nbsp;the&nbsp;query&nbsp;and&nbsp;any&nbsp;URL&nbsp;parameters<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;provided.<br> &nbsp;&nbsp;converter:&nbsp;func&nbsp;(optional)&nbsp;A&nbsp;function&nbsp;which&nbsp;will&nbsp;be&nbsp;executed&nbsp;on&nbsp;the&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;server's&nbsp;response.&nbsp;Often&nbsp;this&nbsp;is&nbsp;a&nbsp;function&nbsp;like&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GDataEntryFromString&nbsp;which&nbsp;will&nbsp;parse&nbsp;the&nbsp;body&nbsp;of&nbsp;the&nbsp;server's&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response&nbsp;and&nbsp;return&nbsp;a&nbsp;GDataEntry.<br> &nbsp;<br> Returns:<br> &nbsp;&nbsp;If&nbsp;the&nbsp;put&nbsp;succeeded,&nbsp;this&nbsp;method&nbsp;will&nbsp;return&nbsp;a&nbsp;GDataFeed,&nbsp;GDataEntry,<br> &nbsp;&nbsp;or&nbsp;the&nbsp;results&nbsp;of&nbsp;running&nbsp;converter&nbsp;on&nbsp;the&nbsp;server's&nbsp;result&nbsp;body&nbsp;(if<br> &nbsp;&nbsp;converter&nbsp;was&nbsp;specified).</tt></dd></dl> <dl><dt><a name="PhotosService-RevokeAuthSubToken"><strong>RevokeAuthSubToken</strong></a>(self)</dt><dd><tt>Revokes&nbsp;an&nbsp;existing&nbsp;AuthSub&nbsp;token.<br> &nbsp;<br> Raises:<br> &nbsp;&nbsp;NonAuthSubToken&nbsp;if&nbsp;the&nbsp;user's&nbsp;auth&nbsp;token&nbsp;is&nbsp;not&nbsp;an&nbsp;AuthSub&nbsp;token</tt></dd></dl> <dl><dt><a name="PhotosService-SetAuthSubToken"><strong>SetAuthSubToken</strong></a>(self, token)</dt></dl> <dl><dt><a name="PhotosService-SetClientLoginToken"><strong>SetClientLoginToken</strong></a>(self, token)</dt></dl> <dl><dt><a name="PhotosService-UpgradeToSessionToken"><strong>UpgradeToSessionToken</strong></a>(self)</dt><dd><tt>Upgrades&nbsp;a&nbsp;single&nbsp;use&nbsp;AuthSub&nbsp;token&nbsp;to&nbsp;a&nbsp;session&nbsp;token.<br> &nbsp;<br> Raises:<br> &nbsp;&nbsp;NonAuthSubToken&nbsp;if&nbsp;the&nbsp;user's&nbsp;auth&nbsp;token&nbsp;is&nbsp;not&nbsp;an&nbsp;AuthSub&nbsp;token</tt></dd></dl> <hr> Properties inherited from <a href="gdata.service.html#GDataService">gdata.service.GDataService</a>:<br> <dl><dt><strong>auth_token</strong></dt> <dd><tt>Get&nbsp;or&nbsp;set&nbsp;the&nbsp;token&nbsp;used&nbsp;for&nbsp;authentication.</tt></dd> <dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = __GetAuthToken(self)</dt></dl> </dd> <dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = __SetAuthSubToken(self, auth_token)</dt></dl> </dd> </dl> <dl><dt><strong>captcha_token</strong></dt> <dd><tt>Get&nbsp;the&nbsp;captcha&nbsp;token&nbsp;for&nbsp;a&nbsp;login&nbsp;request.</tt></dd> <dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = __GetCaptchaToken(self)</dt></dl> </dd> </dl> <dl><dt><strong>captcha_url</strong></dt> <dd><tt>Get&nbsp;the&nbsp;captcha&nbsp;URL&nbsp;for&nbsp;a&nbsp;login&nbsp;request.</tt></dd> <dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = __GetCaptchaURL(self)</dt></dl> </dd> </dl> <dl><dt><strong>source</strong></dt> <dd><tt>The&nbsp;source&nbsp;is&nbsp;the&nbsp;name&nbsp;of&nbsp;the&nbsp;application&nbsp;making&nbsp;the&nbsp;request.&nbsp;<br> It&nbsp;should&nbsp;be&nbsp;in&nbsp;the&nbsp;form&nbsp;company_id-app_name-app_version</tt></dd> <dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = __GetSource(self)</dt><dd><tt>#&nbsp;Private&nbsp;methods&nbsp;to&nbsp;create&nbsp;the&nbsp;source&nbsp;property.</tt></dd></dl> </dd> <dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = __SetSource(self, new_source)</dt></dl> </dd> </dl> <hr> Methods inherited from <a href="atom.service.html#AtomService">atom.service.AtomService</a>:<br> <dl><dt><a name="PhotosService-PrepareConnection"><strong>PrepareConnection</strong></a>(self, full_uri)</dt><dd><tt>Opens&nbsp;a&nbsp;connection&nbsp;to&nbsp;the&nbsp;server&nbsp;based&nbsp;on&nbsp;the&nbsp;full&nbsp;URI.<br> &nbsp;<br> Examines&nbsp;the&nbsp;target&nbsp;URI&nbsp;and&nbsp;the&nbsp;proxy&nbsp;settings,&nbsp;which&nbsp;are&nbsp;set&nbsp;as&nbsp;<br> environment&nbsp;variables,&nbsp;to&nbsp;open&nbsp;a&nbsp;connection&nbsp;with&nbsp;the&nbsp;server.&nbsp;This&nbsp;<br> connection&nbsp;is&nbsp;used&nbsp;to&nbsp;make&nbsp;an&nbsp;HTTP&nbsp;request.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;full_uri:&nbsp;str&nbsp;Which&nbsp;is&nbsp;the&nbsp;target&nbsp;relative&nbsp;(lacks&nbsp;protocol&nbsp;and&nbsp;host)&nbsp;or<br> &nbsp;&nbsp;absolute&nbsp;URL&nbsp;to&nbsp;be&nbsp;opened.&nbsp;Example:<br> &nbsp;&nbsp;'https://www.google.com/accounts/ClientLogin'&nbsp;or<br> &nbsp;&nbsp;'base/feeds/snippets'&nbsp;where&nbsp;the&nbsp;server&nbsp;is&nbsp;set&nbsp;to&nbsp;www.google.com.<br> &nbsp;<br> Returns:<br> &nbsp;&nbsp;A&nbsp;tuple&nbsp;containing&nbsp;the&nbsp;httplib.HTTPConnection&nbsp;and&nbsp;the&nbsp;full_uri&nbsp;for&nbsp;the<br> &nbsp;&nbsp;request.</tt></dd></dl> <dl><dt><a name="PhotosService-UseBasicAuth"><strong>UseBasicAuth</strong></a>(self, username, password, for_proxy<font color="#909090">=False</font>)</dt><dd><tt>Sets&nbsp;an&nbsp;Authenticaiton:&nbsp;Basic&nbsp;HTTP&nbsp;header&nbsp;containing&nbsp;plaintext.<br> &nbsp;<br> The&nbsp;username&nbsp;and&nbsp;password&nbsp;are&nbsp;base64&nbsp;encoded&nbsp;and&nbsp;added&nbsp;to&nbsp;an&nbsp;HTTP&nbsp;header<br> which&nbsp;will&nbsp;be&nbsp;included&nbsp;in&nbsp;each&nbsp;request.&nbsp;Note&nbsp;that&nbsp;your&nbsp;username&nbsp;and&nbsp;<br> password&nbsp;are&nbsp;sent&nbsp;in&nbsp;plaintext.<br> &nbsp;<br> Args:<br> &nbsp;&nbsp;username:&nbsp;str<br> &nbsp;&nbsp;password:&nbsp;str</tt></dd></dl> <hr> Data and other attributes inherited from <a href="atom.service.html#AtomService">atom.service.AtomService</a>:<br> <dl><dt><strong>__dict__</strong> = &lt;dictproxy object&gt;<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dl> <dl><dt><strong>__weakref__</strong> = &lt;attribute '__weakref__' of 'AtomService' objects&gt;<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dl> <dl><dt><strong>debug</strong> = False</dl> <dl><dt><strong>port</strong> = 80</dl> <dl><dt><strong>ssl</strong> = False</dl> </td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#eeaa77"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> <tr><td bgcolor="#eeaa77"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl><dt><a name="-ConvertAtomTimestampToEpoch"><strong>ConvertAtomTimestampToEpoch</strong></a>(timestamp)</dt><dd><tt>Helper&nbsp;function&nbsp;to&nbsp;convert&nbsp;a&nbsp;timestamp&nbsp;string,&nbsp;for&nbsp;instance<br> from&nbsp;atom:updated&nbsp;or&nbsp;atom:published,&nbsp;to&nbsp;milliseconds&nbsp;since&nbsp;Unix&nbsp;epoch<br> (a.k.a.&nbsp;POSIX&nbsp;time).<br> &nbsp;<br> `2007-07-22T00:45:10.000Z'&nbsp;-&gt;</tt></dd></dl> <dl><dt><a name="-GetSmallestThumbnail"><strong>GetSmallestThumbnail</strong></a>(media_thumbnail_list)</dt><dd><tt>Helper&nbsp;function&nbsp;to&nbsp;get&nbsp;the&nbsp;smallest&nbsp;thumbnail&nbsp;of&nbsp;a&nbsp;list&nbsp;of<br> &nbsp;&nbsp;gdata.media.Thumbnail.<br> Returns&nbsp;gdata.media.Thumbnail</tt></dd></dl> </td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#55aa55"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> <tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><strong>GPHOTOS_BAD_REQUEST</strong> = 400<br> <strong>GPHOTOS_CONFLICT</strong> = 409<br> <strong>GPHOTOS_INTERNAL_SERVER_ERROR</strong> = 500<br> <strong>GPHOTOS_INVALID_ARGUMENT</strong> = 601<br> <strong>GPHOTOS_INVALID_CONTENT_TYPE</strong> = 602<br> <strong>GPHOTOS_INVALID_KIND</strong> = 604<br> <strong>GPHOTOS_NOT_AN_IMAGE</strong> = 603<br> <strong>SUPPORTED_UPLOAD_TYPES</strong> = ('bmp', 'jpeg', 'jpg', 'gif', 'png')<br> <strong>UNKOWN_ERROR</strong> = 1000<br> <strong>__author__</strong> = u'[email protected]'<br> <strong>__license__</strong> = 'Apache License v2'<br> <strong>__version__</strong> = '176'</td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#7799ee"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr> <tr><td bgcolor="#7799ee"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%">[email protected]</td></tr></table> </body></html>
alon/polinax
libs/external_libs/gdata.py-1.0.13/pydocs/gdata.photos.service.html
HTML
gpl-2.0
58,987
<html lang="en"> <head> <title>Restricted Pointers - Using the GNU Compiler Collection (GCC)</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using the GNU Compiler Collection (GCC)"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="C_002b_002b-Extensions.html#C_002b_002b-Extensions" title="C++ Extensions"> <link rel="prev" href="C_002b_002b-Volatiles.html#C_002b_002b-Volatiles" title="C++ Volatiles"> <link rel="next" href="Vague-Linkage.html#Vague-Linkage" title="Vague Linkage"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> <link rel="stylesheet" type="text/css" href="../cs.css"> </head> <body> <div class="node"> <a name="Restricted-Pointers"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Vague-Linkage.html#Vague-Linkage">Vague Linkage</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="C_002b_002b-Volatiles.html#C_002b_002b-Volatiles">C++ Volatiles</a>, Up:&nbsp;<a rel="up" accesskey="u" href="C_002b_002b-Extensions.html#C_002b_002b-Extensions">C++ Extensions</a> <hr> </div> <h3 class="section">7.2 Restricting Pointer Aliasing</h3> <p><a name="index-restricted-pointers-3505"></a><a name="index-restricted-references-3506"></a><a name="index-restricted-this-pointer-3507"></a> As with the C front end, G++ understands the C99 feature of restricted pointers, specified with the <code>__restrict__</code>, or <code>__restrict</code> type qualifier. Because you cannot compile C++ by specifying the <samp><span class="option">-std=c99</span></samp> language flag, <code>restrict</code> is not a keyword in C++. <p>In addition to allowing restricted pointers, you can specify restricted references, which indicate that the reference is not aliased in the local context. <pre class="smallexample"> void fn (int *__restrict__ rptr, int &amp;__restrict__ rref) { /* <span class="roman">...</span> */ } </pre> <p class="noindent">In the body of <code>fn</code>, <var>rptr</var> points to an unaliased integer and <var>rref</var> refers to a (different) unaliased integer. <p>You may also specify whether a member function's <var>this</var> pointer is unaliased by using <code>__restrict__</code> as a member function qualifier. <pre class="smallexample"> void T::fn () __restrict__ { /* <span class="roman">...</span> */ } </pre> <p class="noindent">Within the body of <code>T::fn</code>, <var>this</var> has the effective definition <code>T *__restrict__ const this</code>. Notice that the interpretation of a <code>__restrict__</code> member function qualifier is different to that of <code>const</code> or <code>volatile</code> qualifier, in that it is applied to the pointer rather than the object. This is consistent with other compilers that implement restricted pointers. <p>As with all outermost parameter qualifiers, <code>__restrict__</code> is ignored in function definition matching. This means you only need to specify <code>__restrict__</code> in a function definition, rather than in a function prototype as well. </body></html>
hajuuk/asuswrt
release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/share/doc/arm-arm-none-eabi/html/gcc/Restricted-Pointers.html
HTML
gpl-2.0
4,522
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Boost.Geometry (aka GGL, Generic Geometry Library)</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <table cellpadding="2" width="100%"> <tbody> <tr> <td valign="top"> <img alt="Boost.Geometry" src="images/ggl-logo-big.png" height="80" width="200"> &nbsp;&nbsp; </td> <td valign="top" align="right"> <a href="http://www.boost.org"> <img alt="Boost C++ Libraries" src="images/accepted_by_boost.png" height="80" width="230" border="0"> </a> </td> </tr> </tbody> </table> <!-- Generated by Doxygen 1.8.6 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="namespaces.html"><span>Namespace&#160;List</span></a></li> <li><a href="namespacemembers.html"><span>Namespace&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceboost.html">boost</a></li><li class="navelem"><a class="el" href="namespaceboost_1_1geometry.html">geometry</a></li><li class="navelem"><a class="el" href="namespaceboost_1_1geometry_1_1strategy.html">strategy</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">boost::geometry::strategy Namespace Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1intersection"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1intersection.html">intersection</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1area"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1area.html">area</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1buffer"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1buffer.html">buffer</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1centroid"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1centroid.html">centroid</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1compare"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1compare.html">compare</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1covered__by"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1covered__by.html">covered_by</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1distance"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1distance.html">distance</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1side"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1side.html">side</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1transform"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1transform.html">transform</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1within"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1within.html">within</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1convex__hull"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1convex__hull.html">convex_hull</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1relate"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1relate.html">relate</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1geometry_1_1strategy_1_1simplify"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1simplify.html">simplify</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1strategy_1_1not__implemented.html">not_implemented</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Indicate compiler/library user that strategy is not implemented. <a href="structboost_1_1geometry_1_1strategy_1_1not__implemented.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <hr size="1"> <table width="100%"> <tbody> <tr> <td align="left"><small> <p>April 2, 2011</p> </small></td> <td align="right"> <small> Copyright &copy; 2007-2011 Barend Gehrels, Amsterdam, the Netherlands<br> Copyright &copy; 2008-2011 Bruno Lalande, Paris, France<br> Copyright &copy; 2009-2010 Mateusz Loskot, London, UK<br> </small> </td> </tr> </tbody> </table> <address style="text-align: right;"><small> Documentation is generated by&nbsp;<a href="http://www.doxygen.org/index.html">Doxygen</a> </small></address> </body> </html>
FFMG/myoddweb.piger
myodd/boost/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy.html
HTML
gpl-2.0
8,151
<!DOCTYPE html> <html> <head> <title>Advanced filters</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <ul id="jump_to"> <li> <a class="large" href="javascript:void(0);">Jump To &hellip;</a> <a class="small" href="javascript:void(0);">+</a> <div id="jump_wrapper"> <div id="jump_page"> <a class="source" href="advanced_filters.html"> advanced_filters.js </a> <a class="source" href="advanced_views.html"> advanced_views.js </a> <a class="source" href="basic_pourover_ing.html"> basic_pourover_ing.js </a> <a class="source" href="buffering.html"> buffering.js </a> </div> </li> </ul> <ul class="sections"> <li id="section-1"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-1">&#182;</a> </div> <h1 id="advanced-filters">Advanced filters</h1> <p>This example will cover the preset filter types and demonstrate how to create custom filter types.</p> </div> </li> <li id="section-2"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p>First, let’s use our set up from the <a href="/pourover/examples/examples_build/basic_pourover_ing.html">basic example</a></p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> monsters = [{name: <span class="hljs-string">"sphinx"</span>, mythology: <span class="hljs-string">"greek"</span>, eyes: <span class="hljs-number">2</span>, sex: <span class="hljs-string">"f"</span>, hobbies: [<span class="hljs-string">"riddles"</span>,<span class="hljs-string">"sitting"</span>,<span class="hljs-string">"being a wonder"</span>]}, {name: <span class="hljs-string">"hydra"</span>, mythology: <span class="hljs-string">"greek"</span>, eyes: <span class="hljs-number">18</span>, sex: <span class="hljs-string">"m"</span>, hobbies: [<span class="hljs-string">"coiling"</span>,<span class="hljs-string">"terrorizing"</span>,<span class="hljs-string">"growing"</span>]}, {name: <span class="hljs-string">"huldra"</span>, mythology: <span class="hljs-string">"norse"</span>, eyes: <span class="hljs-number">2</span>, sex: <span class="hljs-string">"f"</span>, hobbies: [<span class="hljs-string">"luring"</span>,<span class="hljs-string">"terrorizing"</span>]}, {name: <span class="hljs-string">"cyclops"</span>, mythology: <span class="hljs-string">"greek"</span>, eyes: <span class="hljs-number">1</span>, sex: <span class="hljs-string">"m"</span>, hobbies: [<span class="hljs-string">"staring"</span>,<span class="hljs-string">"terrorizing"</span>]}, {name: <span class="hljs-string">"fenrir"</span>, mythology: <span class="hljs-string">"norse"</span>, eyes: <span class="hljs-number">2</span>, sex: <span class="hljs-string">"m"</span>, hobbies: [<span class="hljs-string">"growing"</span>,<span class="hljs-string">"god-killing"</span>]}, {name: <span class="hljs-string">"medusa"</span>, mythology: <span class="hljs-string">"greek"</span>, eyes: <span class="hljs-number">2</span>, sex: <span class="hljs-string">"f"</span>, hobbies: [<span class="hljs-string">"coiling"</span>,<span class="hljs-string">"staring"</span>]}]; <span class="hljs-keyword">var</span> collection = <span class="hljs-keyword">new</span> PourOver.Collection(monsters);</pre></div></div> </li> <li id="section-3"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-3">&#182;</a> </div> <h3 id="preset-filters">Preset Filters</h3> </div> </li> <li id="section-4"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-4">&#182;</a> </div> <p>We have already seen <code>exactFilter</code> and <code>inclusionFilter</code> in the <a href="/pourover/examples/examples_build/basic_pourover_ing.html">basic example</a>. <em>NOTE: <code>exactFilter</code>s’ and <code>inclusionFilter</code>s’ names must be identical to the item attribute that they index</em> We have seen <code>manualFilter</code> in the <a href="/pourover/examples/examples_build/advanced_views.html">advanced views example</a></p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> mythology_filter = PourOver.makeExactFilter(<span class="hljs-string">"mythology"</span>, [<span class="hljs-string">"greek"</span>,<span class="hljs-string">"norse"</span>]); <span class="hljs-keyword">var</span> gender_filter = PourOver.makeExactFilter(<span class="hljs-string">"sex"</span>, [<span class="hljs-string">"m"</span>,<span class="hljs-string">"f"</span>]); <span class="hljs-keyword">var</span> hobbies_filter = PourOver.makeInclusionFilter(<span class="hljs-string">"hobbies"</span>,[<span class="hljs-string">"riddles"</span>, <span class="hljs-string">"sitting"</span>, <span class="hljs-string">"being a wonder"</span>, <span class="hljs-string">"coiling"</span>, <span class="hljs-string">"terrorizing"</span>, <span class="hljs-string">"growing"</span>, <span class="hljs-string">"luring"</span>, <span class="hljs-string">"staring"</span>, <span class="hljs-string">"god-killing"</span>]); <span class="hljs-keyword">var</span> favorites_filter = PourOver.makeManualFilter(<span class="hljs-string">"favorites"</span>); collection.addFilters([mythology_filter, gender_filter, hobbies_filter, favorites_filter]);</pre></div></div> </li> <li id="section-5"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-5">&#182;</a> </div> <p>There are two more preset filters which are related to each other:</p> <ul> <li><code>rangeFilter</code> : Possibilities are inclusive, numerical ranges ([[1,5],[6,10]]), queries can only be one of these exact ranges and they return all items, whose relevant attribute falls between the extents of the range</li> <li><code>dvrangeFilter</code> : Possibilities are an ordered set of values ([1,2,3,4,5,6,7,8,9,10]), queries are any lower and upper bound for the sorted set of possibilites and they return all items, whose relevant attribute falls between the extents of the range</li> </ul> <p>Range filters are more efficient than dvrangeFilters for wide domains ([[1,10000],[10001,100000]]). They trade efficiency for flexibility; you can only query by the preset ranges</p> <p><em>NOTE: Range filters must be numeric. DvrangeFilters can be any sorted set, it determines a range based on index.</em></p> </div> </li> <li id="section-6"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-6">&#182;</a> </div> <p>Here we create two eyes filters. One for each of the range filter types.</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> eyes_range_filter = PourOver.makeRangeFilter(<span class="hljs-string">"eyes_range"</span>,[[<span class="hljs-number">1</span>,<span class="hljs-number">1</span>],[<span class="hljs-number">2</span>,<span class="hljs-number">10</span>],[<span class="hljs-number">11</span>,<span class="hljs-number">20</span>]],{attr: <span class="hljs-string">"eyes"</span>}) <span class="hljs-keyword">var</span> eyes_dvrange_filter = PourOver.makeDVrangeFilter(<span class="hljs-string">"eyes_dvrange"</span>,[<span class="hljs-number">1</span>,<span class="hljs-number">2</span>,<span class="hljs-number">3</span>,<span class="hljs-number">4</span>,<span class="hljs-number">5</span>,<span class="hljs-number">6</span>,<span class="hljs-number">7</span>,<span class="hljs-number">8</span>,<span class="hljs-number">9</span>,<span class="hljs-number">10</span>,<span class="hljs-number">11</span>,<span class="hljs-number">12</span>,<span class="hljs-number">13</span>,<span class="hljs-number">14</span>,<span class="hljs-number">15</span>,<span class="hljs-number">16</span>,<span class="hljs-number">17</span>,<span class="hljs-number">18</span>,<span class="hljs-number">19</span>,<span class="hljs-number">20</span>],{attr: <span class="hljs-string">"eyes"</span>}) collection.addFilters([eyes_range_filter,eyes_dvrange_filter])</pre></div></div> </li> <li id="section-7"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-7">&#182;</a> </div> <p>To get all 2-10 eyed monsters</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> some_eyed_monster_cids = collection.filters.eyes_range.getFn([<span class="hljs-number">2</span>,<span class="hljs-number">10</span>]).cids <span class="hljs-keyword">var</span> some_eyed_monsters = collection.get(some_eyed_monster_cids)</pre></div></div> </li> <li id="section-8"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-8">&#182;</a> </div> <p>To get 1-2 eyed monsters</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> lte_two_eyed_monster_cids = collection.filters.eyes_dvrange.getFn([<span class="hljs-number">1</span>,<span class="hljs-number">2</span>]).cids <span class="hljs-keyword">var</span> lte_two_eyed_monsters = collection.get(lte_two_eyed_monster_cids)</pre></div></div> </li> <li id="section-9"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-9">&#182;</a> </div> <p>While we could get, say, all the 1-10 eyed monsters by <code>or</code> combining the 1-1 range and the 2-10 range, there would be no way to get 1-2 eyed monsters out of the <code>eyes_range_filter</code>. Here we see the flexibility of dvrangeFilters</p> </div> </li> <li id="section-10"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-10">&#182;</a> </div> <h3 id="making-new-filter-types">Making new filter types</h3> </div> </li> <li id="section-11"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-11">&#182;</a> </div> <p>One of the virtues of PourOver is how easy it is to construct new filter types for either convenience or optimization. PourOver’s default filtering is fast but not optimized for huge numerical domains, like Crossfilter. You could, if you wanted to, make a custom filter type to integrate Crossfilters continunous numerical filtering power with the patterns and abstractions of PourOver.</p> <p>Here we will create a new, toy filter type, caseInsensitiveFilter. It will work similarly to the exactFilter. However, it will match queries regardless of their case</p> </div> </li> <li id="section-12"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-12">&#182;</a> </div> <p>To create a new filter type we have to extend <code>PourOver.Filter</code> with a <code>cacheResults</code>,<code>addCacheResults</code> and <code>getFn</code></p> <ul> <li><code>cacheResults</code> specifies how to take set of items and assign them to possibilities</li> <li><code>addCacheResults</code> specifies how to append a set of items to extant possibility caches (This can be the same thing as cacheResults and only needs to be different for optimization purposes.</li> <li><code>getFn</code> specifies how to translate a query into some combination of possibility caches</li> </ul> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> CaseInsensitiveFilter = PourOver.Filter.extend({ cacheResults: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(items)</span>{</span> <span class="hljs-keyword">var</span> possibilities = <span class="hljs-keyword">this</span>.possibilities, attribute = <span class="hljs-keyword">this</span>.attr; _(items).each(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(i)</span>{</span> <span class="hljs-keyword">var</span> value = i[attribute].toLowerCase(); _(possibilities).each(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(p)</span>{</span> <span class="hljs-keyword">if</span> (p.value.toLowerCase() === value) { p.matching_cids = PourOver.insert_sorted(p.matching_cids,i.cid) } }) }); }, addCacheResults: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(new_items)</span>{</span> <span class="hljs-keyword">this</span>.cacheResults.call(<span class="hljs-keyword">this</span>,new_items); }, getFn: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(query)</span>{</span> <span class="hljs-keyword">var</span> query_lc = query.toLowerCase(), matching_possibility = _(<span class="hljs-keyword">this</span>.possibilities).find(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(p)</span>{</span> <span class="hljs-keyword">var</span> value_lc = p.value.toLowerCase(); <span class="hljs-keyword">return</span> value_lc === query_lc; });</pre></div></div> </li> <li id="section-13"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-13">&#182;</a> </div> <p><code>getFn</code> must return a <code>MatchSet</code> <code>makeQueryMatchSet</code> is a convenience function for making match sets.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">return</span> <span class="hljs-keyword">this</span>.makeQueryMatchSet(matching_possibility.matching_cids,query) } });</pre></div></div> </li> <li id="section-14"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-14">&#182;</a> </div> <p>Generally, we have to create convenience functions, mapping over input values to create the value objects that the Filter constructor expects.</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> makeCaseInsensitiveFilter = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(name,values,attr)</span>{</span> <span class="hljs-keyword">var</span> values = _(values).map(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(i)</span>{</span><span class="hljs-keyword">return</span> {value:i}}), opts = {associated_attrs: [attr], attr: attr}, filter = <span class="hljs-keyword">new</span> CaseInsensitiveFilter(name,values,opts); <span class="hljs-keyword">return</span> filter; } <span class="hljs-keyword">var</span> case_insensitive_name_filter = makeCaseInsensitiveFilter(<span class="hljs-string">"ci_name_filter"</span>,[<span class="hljs-string">"sphinx"</span>,<span class="hljs-string">"hydra"</span>,<span class="hljs-string">"huldra"</span>,<span class="hljs-string">"cyclops"</span>,<span class="hljs-string">"medusa"</span>,<span class="hljs-string">"fenrir"</span>],<span class="hljs-string">"name"</span>) collection.addFilters([case_insensitive_name_filter]) <span class="hljs-keyword">var</span> ci_cyclops_match_set = collection.filters.ci_name_filter.getFn(<span class="hljs-string">"CyClOps"</span>) <span class="hljs-keyword">var</span> ci_cyclops = collection.get(ci_cyclops_match_set.cids)</pre></div></div> </li> </ul> </div> </body> </html>
a-laughlin/rhokboston2014-cambridge-visual-budget
static/app/libs/bower_components/pourover/examples/examples_build/advanced_filters.html
HTML
gpl-2.0
18,689
<div> If a task is manual (Build other projects (manual step)) from Build Pipeline Plugin, show a button. </div>
zihaoyu/delivery-pipeline-plugin
src/main/resources/se/diabol/jenkins/pipeline/DeliveryPipelineView/help-allowManualTriggers.html
HTML
gpl-3.0
116
<!DOCTYPE html> <!--fieldset with one invalid element and another valid one is added dynamically --> <html class='reftest-wait'> <head> <style> fieldset:invalid { display: none; } </style> </head> <script> function onloadHandler() { document.getElementById("fieldset").appendChild(document.getElementById('i')); document.documentElement.className = ''; } </script> <body onload='onloadHandler();'> <input id='i' type='text' value='foo'> <fieldset id="fieldset"> <input id='j' type='email' value='emailfoo'> </fieldset> </body> </html>
Yukarumya/Yukarum-Redfoxes
layout/reftests/css-invalid/fieldset/fieldset-add-valid-with-invalid-element.html
HTML
mpl-2.0
603
/* Helper Classes */ .side-p { padding: 0 24px; } .p-none { padding: 0 !important; } .m-none { margin: 0 !important; } .p-l-none { padding-left: 0 !important; } .p-r-none { padding-right: 0 !important; } .p-t-none { padding-top: 0 !important; } .p-b-none { padding-bottom: 0 !important; } .m-l-none { margin-left: 0 !important; } .m-r-none { margin-right: 0 !important; } .m-t-none { margin-top: 0 !important; } .m-b-none { margin-bottom: 0 !important; } .errorlist { padding: 0; list-style-type: none; color: darkred; } .strip-list { list-style-type: none; } /* Base.html Styles */ html, body { height: 100%; width: 100%; } body { background-color: #f7fbfd; } #site-wrapper { min-height: 100%; width: 100%; background-color: #f5fafc; display: inline-block; } #content-container { min-height: 700px; margin-top: 30px; margin-bottom: 30px; background-color: white; border: 1px solid #cccccc; } .footer { background: #353F45; color: white; text-align: center; padding: 10px; width: 100%; } /* Account List & Detail Pages */ .ad-mh { font-weight: normal; } #new-contact { padding: 6px 24px; } .ci-td-p-r { padding: 12px 24px 0 12px !important; width: 10px; } .ci-td-p-l { padding-left: 24px !important; } .ad-control { float: right; display: inline-block; padding: 9px 0; font-size: 12px; } .gi-body { clear: both; } .nm { margin: 0; } .gi-sh { margin-bottom: 5px; } #gi-form textarea#id_desc { height: 138px; } .gi-form-addr { height: 25px; padding-left: 3px; margin-bottom: 3px; } #gi-form .errorlist { margin: 0; padding: 0; list-style: none; color: red; } #gi-form-submit { float: right; } .ad-container { margin-bottom: 72px; } .ad-headers { background-color: #808080; padding: 6px 24px; color: #f1f1f1; } .gi-header { border-bottom: 1px solid #bfbfbf; } #gi-container { padding: 0 24px; } #gi-form .gi-mh { width: 100%; } #cd-body { width: 100%; margin: 0 auto; } #cd-table { margin-bottom: 0; } #cd-table td { border-top: none; border-bottom: 1px solid #dddddd; } .co-item-date { font-size: 12px; color: #ccc; font-style: italic; } .co-item { border-bottom: 1px solid #ccc; padding: 12px 24px; } .co-item-h { margin-bottom: 3px; } #comm-form { margin-top: 20px; } #comm-form td { border-top: none !important; } .comm-submit { float: right; } #comm-form-internals { display: none; } #co-form-wrapper { padding: 0 24px; } .comm-submit-td { padding-right: 0 !important; } .pen { background-image: url('../images/pen.png'); width: 10px; height: 10px; display: block; } .cancel { background-image: url('../images/cancel.png'); width: 10px; height: 10px; display: block; } .comm-control { float: right; margin-left: 10px; } #contact-form { padding: 0 24px; } #contact-form td { border: none; } #contact-form table { margin-bottom: 0; } #contact-submit { float: right; margin-right: 8px; } #al-container { position: relative; min-height: 660px; } #al-control { margin-top: 20px; } #al-search { width: 88.5%; display: inline-block; } #al-group { padding: 0; margin-top: 24px; } .al-item { border-bottom: 1px solid #ccc; margin-bottom: 18px; padding-bottom: 5px; } .al-name { display: inline; } .al-created { float: right; } #al-paginate ul { padding: 0; } .con-cntrl { padding: 12px 0 0 6px !important; width: 10px; } .con-cntrl a { float: right; } /* Signup Page */ #payment-form table td { border: none; padding: 5px 15px 0 0; } #payment-form table th { border: none; padding: 6px 0 0 0; } .sn-sh { margin-top: 30px; border-bottom: 1px solid #ccc; padding-bottom: 6px; } #payment-submit { float: right; margin-bottom: 24px; margin-right: 15px; } /* Marketing Page Styles */ #mkt-container { min-height: 100%; } .mkt-nav { height: 66px; background-color: #f7fbfd; border: none; } .mkt-nav .navbar-brand { color: #d35301; font-size: 24px; } .mkt-nav .navbar-brand:hover { color: #F8501C; } .mkt-nav .navbar-collapse ul li a { color: #425c71; } .mkt-s1 { background-color: #425c71; } .mkt-s1-body { color: #f3f8fb; } .sign-up { margin: 24px 15px; font-size: 18px; } .mkt-vp { text-align: center; margin-top: 60px; } .mkt-s2-h { margin-top: 60px; text-align: center; } .mkt-s2-body { display: inline-block; } .sgn-btm { display: block; text-align: center; font-size: 18px; text-decoration: underline; margin-top: 60px; margin-bottom: 30px; } /* Login Page */ .lgn-container { margin: 30px auto; float: none; }
Tipex122/budget_xp
static/css/app.css
CSS
agpl-3.0
5,045
{% extends 'error_base.html' %} {% block title %}Internal Server Error{% endblock %} {% block error_content %} <h1>500 - There has been an error</h1> <p>We're sorry, there was an error when opening this page.</p> <p>Try <a href="{# blank to link back to same page #}">reloading this page</a> or try again later.</p> {% endblock %}
hzj123/56th
pombola/south_africa/templates/500.html
HTML
agpl-3.0
350
<div class="coming-soon"> <h3>Coming soon</h3> <a href="javascript:window.history.back()">Back</a> </div>
austinpapp/powerline-phonegap
src/templates/coming-soon.html
HTML
agpl-3.0
114
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <script src="resources/SVGTestCase.js"></script> <script src="../../fast/js/resources/js-test-pre.js"></script> <script src="../../fast/repaint/resources/repaint.js"></script> </head> <body onload="runRepaintTest()"> <h1>SVG 1.1 dynamic update tests</h1> <p id="description"></p> <div id="console"></div> <script src="script-tests/SVGFEDiffuseLightingElement-dom-in-attr.js"></script> </body> </html>
youfoh/webkit-efl
LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr.html
HTML
lgpl-2.1
462
<html> <head> <meta charset='utf-8'> <style> .pass { font-weight: bold; color: green; } .fail { font-weight: bold; color: red; } </style> <script> if (window.testRunner) testRunner.dumpAsText(); function SputnikError(message) { this.message = message; } SputnikError.prototype.toString = function () { return 'SputnikError: ' + this.message; }; var sputnikException; function testPrint(msg) { var span = document.createElement("span"); document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace span.innerHTML = msg + '<br />'; } function escapeHTML(text) { return text.toString().replace(/&/g, "&amp;").replace(/</g, "&lt;"); } function printTestPassed(msg) { testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>'); } function printTestFailed(msg) { testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>'); } function testFailed(msg) { throw new SputnikError(msg); } var successfullyParsed = false; </script> </head> <body> <p>S9.3_A3_T2</p> <div id='console'></div> <script> try { /** * @name: S9.3_A3_T2; * @section: 9.3, 11.6.1; * @assertion: Result of number conversion from boolean value is 1 if the argument is true, else is +0; * @description: False and true convert to Number by implicit transformation; */ // CHECK#1 if (+(false) !== +0) { testFailed('#1.1: +(false) === 0. Actual: ' + (+(false))); } else { if (1/+(false) !== Number.POSITIVE_INFINITY) { testFailed('#1.2: +(false) === +0. Actual: -0'); } } // CHECK#2 if (+(true) !== 1) { testFailed('#2: +(true) === 1. Actual: ' + (+(true))); } } catch (ex) { sputnikException = ex; } var successfullyParsed = true; </script> <script> if (!successfullyParsed) printTestFailed('successfullyParsed is not set'); else if (sputnikException) printTestFailed(sputnikException); else printTestPassed(""); testPrint('<br /><span class="pass">TEST COMPLETE</span>'); </script> </body> </html>
youfoh/webkit-efl
LayoutTests/sputnik/Conformance/09_Type_Conversion/9.3_ToNumber/S9.3_A3_T2.html
HTML
lgpl-2.1
2,048
<!DOCTYPE html> <html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{monitoring/layout}"> <head> <title>Authentication Events</title> <script th:inline="javascript"> /*<![CDATA[*/ var urls = { getEvents: /*[[@{/status/authnEvents/getEvents}]]*/ }; /*]]>*/ </script> <script type="text/javascript" th:inline="javascript"> function jqueryReady() { head.load( /*[[@{/css/authnEvents.css}]]*/ ); head.load( /*[[@{/js/authnEvents.js}]]*/ ); } </script> </head> <body id="cas"> <div layout:fragment="content"> <div id="authnEvents"> <h1>Manage Authentication Events</h1> <div class="tabsContainer row"> <!-- Nav tabs --> <ul id="myTabs" class="nav nav-tabs" role="tablist"> <li role="presentation" class="active"><a href="#authnEvents" aria-controls="authnEvents" role="tab" data-toggle="tab">Authentication Events</a></li> </ul> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="authnEventsTab"> <table id="authnEventsTable" class="display table table-striped table-bordered"> <thead> <tr> <th>Type</th> <th>Principal</th> <th>Created</th> <th>Timestamp</th> <th>User Agent</th> <th>Client IP</th> <th>Server IP</th> <th>Geo Lat.</th> <th>Geo Long.</th> <th>Geo Accuracy</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> <div th:replace="fragments/footerButtons"/> </div> </div> </body> </html>
prigaux/cas
webapp/resources/templates/monitoring/viewAuthenticationEvents.html
HTML
apache-2.0
2,248
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html lang="en" xml:lang="en"> <head> <meta charset="UTF-8"/> <meta name="keywords" content="toolbar, customizing"/> <link rel="start" href="../CotEditorHelp.html"/> <link rel="index" href="../xpgs/xall.html"/> <link rel="stylesheet" href="../../Shared/sty/standard.css"/> <title>Customizing the toolbar</title> </head> <body> <nav><ul> <li><a href="../CotEditorHelp.html">CotEditor Help</a></li> </ul></nav> <h1>Customizing the toolbar</h1> <p>As Finder or many Cocoa applications, CotEditor allows you to customize the toolbar. To do that:</p> <ul> <li>Choose View &gt; Customize Toolbar.</li> </ul> </body> </html>
eric-seekas/CotEditor
CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_customize_toolbar.html
HTML
apache-2.0
687
.box{ width:750px; margin:0px auto; } .submit_button { margin-top:20px; margin-right:210px; padding: 7px 10px; color: #fff; background: #27292B; -moz-border-radius:10px; -webkit-border-radius:10px; font-weight: bold; font-size: 14px; border:none; font-family: arial; cursor:pointer; float:right; } .submit_button:hover{ background: #373B3F; } .user_button { -webkit-border-radius:10px; -moz-border-radius:10px 10px 10px 10px; background:none repeat scroll 0 0 #27292B; text-decoration: none; border:medium none; color:#FFFFFF; cursor:pointer; font-family:arial; font-size:14px; font-weight:bold; margin:0 auto; padding:7px 10px; text-align:center; width:auto; margin-top:21px; } .user_button a{ color:#fff; text-decoration: none; } .user_button:hover{ background: #373B3F; } #page-yield { margin:0px 0; }
prafula/FedenaT
public/stylesheets/rtl/elective_groups/new.css
CSS
apache-2.0
949
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/transitional.dtd"> <html> <head> <meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8"> <title>Slide 4</title> </head> <body text="#000000" bgcolor="#FFFFFF" link="#000080" vlink="#0000CC" alink="#000080"> <center> <a href="text0.html">First page</a> <a href="text2.html">Back</a> <a href="text4.html">Continue</a> <a href="text58.html">Last page</a> <a href="es5-talk.html">Overview</a> <a href="img3.html">Graphics</a></center><br> <h1 style="direction:ltr;"><font color="#660066">EcmaScript 5 Overview</font></h1> <h2 style="direction:ltr;"><font color="#40458C">Theme: Emulate Platform (DOM) Objects</font> <h2 style="direction:ltr;"><font color="#40458C">Accessor (getter / setter) properties</font> <h2 style="direction:ltr;"><font color="#40458C">Property attribute control</font> <h2 style="direction:ltr;"><font color="#40458C">Theme: More Robust Programming</font> <h2 style="direction:ltr;"><font color="#40458C">Tamper-proof objects</font> <h2 style="direction:ltr;"><b><font color="#660000">Wart removal, clarifications, and exchanges</b></font> <h2 style="direction:ltr;"><font color="#40458C">Strict mode</font> <h2 style="direction:ltr;"><font color="#40458C">Theme: New APIs</font> <h2 style="direction:ltr;"><font color="#40458C">Higher order array methods</font> <h2 style="direction:ltr;"><font color="#40458C">JSON</font> <h2 style="direction:ltr;"><font color="#40458C">Function.prototype.bind</font> </body> </html>
googlearchive/caja
doc/html/es5-talk/text3.html
HTML
apache-2.0
1,572
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="RIDE" /> <meta name="rf-template" content="True" /> <style type="text/css"> html { font-family: Arial,Helvetica,sans-serif; background-color: white; color: black; } table { border-collapse: collapse; empty-cells: show; margin: 1em 0em; border: 1px solid black; } th, td { border: 1px solid black; padding: 0.1em 0.2em; height: 1.5em; width: 12em; } th { background-color: rgb(192, 192, 192); color: black; height: 1.7em; font-weight: bold; text-align: center; letter-spacing: 0.1em; } td.name { background-color: rgb(240, 240, 240); letter-spacing: 0.1em; } td.name, th.name { width: 10em; } </style> <title>Tests</title> </head> <body> <h1>Tests</h1> <table id="settings" border="1"> <tr> <th class="name">Setting</th> <th colspan="4">Value</th> </tr> <tr> <td class="name">Documentation</td> <td colspan="4">Test cases for IDE compatibility\n<br> Documentation has a newline</td> </tr> <tr> <td class="name">Suite Setup</td> <td>My Suite Setup</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">Suite Teardown</td> <td>My Suite Teardown</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">Test Setup</td> <td>My Test Setup</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">Test Teardown</td> <td>My Test Teardown</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">Force Tags</td> <td>force1</td> <td>force 2</td> <td></td> <td></td> </tr> <tr> <td class="name">Default Tags</td> <td>d1</td> <td>d2</td> <td></td> <td></td> </tr> <tr> <td class="name">Test Timeout</td> <td>1 minute</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">Metadata</td> <td>My Meta Data</td> <td>This has some interesting values</td> <td></td> <td></td> </tr> <tr> <td class="name">Resource</td> <td>golden_resource.html</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">Library</td> <td>OperatingSystem</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">Library</td> <td>ArgLib</td> <td>foo_with\n_newline</td> <td>bar</td> <td></td> </tr> <tr> <td class="name">Variables</td> <td>varz.py</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> </table> <p>Content between setting and variable table</p> <table id="variables" border="1"> <tr> <th class="name">Variable</th> <th colspan="4">Value</th> </tr> <tr> <td class="name">${SCALAR_VAR}</td> <td>Hello\n<br> , World!</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name">@{LIST}</td> <td>1</td> <td>2</td> <td>3</td> <td>4</td> </tr> <tr> <td class="name">${unicode}</td> <td>§öäå</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> </table> <table id="testcases" border="1"> <tr> <th class="name">Test Case</th> <th>Action</th> <th colspan="3">Arguments</th> </tr> <tr> <td class="name"><a name="test_Passing Test">Passing Test</a></td> <td>[Documentation]</td> <td colspan="3">This is a passing test</td> </tr> <tr> <td class="name"></td> <td>[Tags]</td> <td>tag1</td> <td>tag2</td> <td>tag3</td> </tr> <tr> <td class="name"></td> <td>[Timeout]</td> <td>20 seconds</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>Should Be Equal</td> <td>${SCALAR VAR}</td> <td>Hello\n<br> , World!</td> <td></td> </tr> <tr> <td class="name"></td> <td>Log Many</td> <td>Hello</td> <td>World</td> <td>${CURDIR}</td> </tr> <tr> <td class="name"></td> <td>...</td> <td>@{LIST}</td> <td>${UNICODE}</td> <td></td> </tr> <tr> <td class="name"></td> <td>Log Many</td> <td>1</td> <td>2</td> <td>3</td> </tr> <tr> <td class="name"></td> <td>...</td> <td>4</td> <td>5</td> <td>6</td> </tr> <tr> <td class="name"></td> <td>...</td> <td>7</td> <td>8</td> <td>9</td> </tr> <tr> <td class="name"></td> <td>...</td> <td>10</td> <td>11</td> <td>12</td> </tr> <tr> <td class="name"></td> <td>Should Not Contain</td> <td>${CURDIR}</td> <td>golden</td> <td></td> </tr> <tr> <td class="name"></td> <td>Curdir in Resource</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>Log</td> <td>${var from file}</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="test_User Keywords">User Keywords</a></td> <td>[Tags]</td> <td></td> <td>Skipping a tag</td> <td></td> </tr> <tr> <td class="name"></td> <td>[Setup]</td> <td></td> <td>Only argument</td> <td></td> </tr> <tr> <td class="name"></td> <td>[Timeout]</td> <td></td> <td>Only message</td> <td></td> </tr> <tr> <td class="name"></td> <td>${ret} =</td> <td>User Keyword</td> <td>args</td> <td></td> </tr> <tr> <td class="name"></td> <td>Should Be Equal</td> <td>${ret}</td> <td>Success</td> <td></td> </tr> <tr> <td class="name"></td> <td>Resource UK</td> <td>my value</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="test_Library With Args">Library With Args</a></td> <td>${man} =</td> <td>Get Mandatory</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>${def} =</td> <td>Get Default</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>Should Be Equal</td> <td>${man}${def}</td> <td>foobar</td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="test_Challenging Test">Challenging Test</a></td> <td>[Tags]</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>[Setup]</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>[Template]</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>[Timeout]</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>: FOR</td> <td>${i}</td> <td>IN</td> <td>@{list}</td> </tr> <tr> <td class="name"></td> <td></td> <td>Log</td> <td>${i}</td> <td></td> </tr> <tr> <td class="name"></td> <td>: FOR</td> <td>${x}</td> <td>${y}</td> <td>IN RANGE</td> </tr> <tr> <td class="name"></td> <td>...</td> <td>10</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td>${result} =</td> <td>Evaluate</td> <td>${x}*${y}</td> </tr> <tr> <td class="name"></td> <td></td> <td>Log</td> <td>${result}</td> <td></td> </tr> <tr> <td class="name"></td> <td>:PARALLEL</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td>Fail Unless</td> <td>@{list}[0]==1</td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td>Log</td> <td>Inside Paralell Block</td> <td></td> </tr> <tr> <td class="name"></td> <td>asdasd</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="test_Failing Teardown">Failing Teardown</a></td> <td>No Operation</td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>[Teardown]</td> <td>Fail</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="test_Unicode §">Unicode §</a></td> <td>Log</td> <td>½¼¤</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>Should Be Equal</td> <td>${unicode}</td> <td>§öäå</td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> </table> <table id="keywords" border="1"> <tr> <th class="name">Keyword</th> <th>Action</th> <th colspan="3">Arguments</th> </tr> <tr> <td class="name"><a name="keyword_My Test Setup">My Test Setup</a></td> <td>Log</td> <td>Hello from test setup</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="keyword_My Suite Setup">My Suite Setup</a></td> <td>Log</td> <td>Hello from suite setup</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="keyword_My Test Teardown">My Test Teardown</a></td> <td>Log</td> <td>Hello from test teardown</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="keyword_My Suite Teardown">My Suite Teardown</a></td> <td>Log</td> <td>Hello from suite teardown</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td class="name"><a name="keyword_User Keyword">User Keyword</a></td> <td>[Arguments]</td> <td>${arg}</td> <td>${default}=default</td> <td>@{list}</td> </tr> <tr> <td class="name"></td> <td>[Documentation]</td> <td colspan="3">This is a User Keyword</td> </tr> <tr> <td class="name"></td> <td>Log</td> <td>${arg}</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>Log</td> <td>${default}</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>Log Many</td> <td>@{list}</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td>[Return]</td> <td>Success</td> <td></td> <td></td> </tr> <tr> <td class="name"></td> <td></td> <td></td> <td></td> <td></td> </tr> </table> </body> </html>
caio2k/RIDE
utest/resources/robotdata/golden/tests.html
HTML
apache-2.0
9,210
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Mon Apr 04 23:10:27 CST 2016 --> <title>TaskLocator.NonLocality$</title> <meta name="date" content="2016-04-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TaskLocator.NonLocality$"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.Locality.html" title="interface in io.gearpump.streaming.appmaster"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.WorkerLocality.html" title="class in io.gearpump.streaming.appmaster"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html" target="_top">Frames</a></li> <li><a href="TaskLocator.NonLocality$.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">io.gearpump.streaming.appmaster</div> <h2 title="Class TaskLocator.NonLocality$" class="title">Class TaskLocator.NonLocality$</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.gearpump.streaming.appmaster.TaskLocator.NonLocality$</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.Locality.html" title="interface in io.gearpump.streaming.appmaster">TaskLocator.Locality</a></dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.html" title="class in io.gearpump.streaming.appmaster">TaskLocator</a></dd> </dl> <hr> <br> <pre>public static class <span class="typeNameLabel">TaskLocator.NonLocality$</span> extends java.lang.Object implements <a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.Locality.html" title="interface in io.gearpump.streaming.appmaster">TaskLocator.Locality</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html" title="class in io.gearpump.streaming.appmaster">TaskLocator.NonLocality$</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html#MODULE:D">MODULE$</a></span></code> <div class="block">Static reference to the singleton instance of this Scala object.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html#NonLocality:D--">NonLocality$</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="MODULE:D"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MODULE$</h4> <pre>public static final&nbsp;<a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html" title="class in io.gearpump.streaming.appmaster">TaskLocator.NonLocality$</a> MODULE$</pre> <div class="block">Static reference to the singleton instance of this Scala object.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="NonLocality:D--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NonLocality$</h4> <pre>public&nbsp;NonLocality$()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.Locality.html" title="interface in io.gearpump.streaming.appmaster"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator.WorkerLocality.html" title="class in io.gearpump.streaming.appmaster"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html" target="_top">Frames</a></li> <li><a href="TaskLocator.NonLocality$.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
stanleyxu2005/gearpump.github.io
releases/latest/api/java/io/gearpump/streaming/appmaster/TaskLocator.NonLocality$.html
HTML
apache-2.0
10,049
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Mon Apr 04 23:10:26 CST 2016 --> <title>GetDAG</title> <meta name="date" content="2016-04-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="GetDAG"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/task/GetCheckpointClock$.html" title="class in io.gearpump.streaming.task"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../io/gearpump/streaming/task/GetDAG$.html" title="class in io.gearpump.streaming.task"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/task/GetDAG.html" target="_top">Frames</a></li> <li><a href="GetDAG.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">io.gearpump.streaming.task</div> <h2 title="Class GetDAG" class="title">Class GetDAG</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.gearpump.streaming.task.GetDAG</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, scala.Equals, scala.Product</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">GetDAG</span> extends java.lang.Object implements scala.Product, scala.Serializable</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#io.gearpump.streaming.task.GetDAG">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../io/gearpump/streaming/task/GetDAG.html#GetDAG--">GetDAG</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.scala.Product"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;scala.Product</h3> <code>productArity, productElement, productIterator, productPrefix</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.scala.Equals"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;scala.Equals</h3> <code>canEqual, equals</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="GetDAG--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>GetDAG</h4> <pre>public&nbsp;GetDAG()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/gearpump/streaming/task/GetCheckpointClock$.html" title="class in io.gearpump.streaming.task"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../io/gearpump/streaming/task/GetDAG$.html" title="class in io.gearpump.streaming.task"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/gearpump/streaming/task/GetDAG.html" target="_top">Frames</a></li> <li><a href="GetDAG.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
stanleyxu2005/gearpump.github.io
releases/latest/api/java/io/gearpump/streaming/task/GetDAG.html
HTML
apache-2.0
8,215
<pre><code>here is some code </code></pre> <p>That's using the <em>fenced-code-blocks</em> extra.</p> <p>Here is an empty one (just to check):</p> <pre><code> </code></pre> <p>Here is one at the end of the file:</p> <pre><code> is indentation maintained? </code></pre>
JanX2/DTMarkdownParser
Test/Resources/fenced_code_blocks_simple.html
HTML
bsd-2-clause
277
<style include="cr-shared-style shimless-rma-shared"> #navigationButtonWrapper { bottom: var(--footer-height); position: absolute; } #continue { margin-inline-end: 8px; } </style> <base-page> <div slot="left-pane"> <h1>[[i18n('restockTitleText')]]</h1> <div class="instructions">[[i18n('restockInstructionsText')]]</div> <div id="navigationButtonWrapper"> <cr-button id="continue" class="action-button" on-click="onRestockContinueButtonClicked_" disabled="[[allButtonsDisabled]]"> [[i18n('restockContinueButtonText')]] </cr-button> <cr-button id="shutdown" on-click="onShutdownButtonClicked_" disabled="[[allButtonsDisabled]]"> [[i18n('restockShutdownButtonText')]] </cr-button> </div> </div> <div slot="right-pane"> <div class="illustration-wrapper"> <img class="illustration" src="illustrations/repair_start.svg"> </div> </div> </base-page>
chromium/chromium
ash/webui/shimless_rma/resources/wrapup_restock_page.html
HTML
bsd-3-clause
973
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>&lt;t&gt;</title> </head> <body> <!-- is structured inline --> <p><time datetime='2006-11-20'>text</time></p> <!-- is strictly inline --> <p><dfn><time datetime='2006-11-20'>text</time></dfn></p> <!-- can be empty --> <p>text <time datetime='2006-11-20'></time></p> <p>text <dfn><time datetime='2006-11-20'></time></dfn></p> <!-- can contain interactive --> <p><time datetime='2006-11-20'><a>text</a></time></p> <p><dfn><time datetime='2006-11-20'><a>text</a></time></dfn></p> <!-- vague moment of time in attribute --> <p><time datetime='2006-11-20T16:24'>text</time></p> <p><time datetime='2006-11-20T16:24:33'>text</time></p> <p><time datetime='2006-11-20T16:24:33.89'>text</time></p> <p><time datetime='2006-11-20T16:24Z'>text</time></p> <p><time datetime='2006-11-20T16:24:33Z'>text</time></p> <p><time datetime='2006-11-20T16:24:33.89Z'>text</time></p> <p><time datetime='2006-11-20T16:24+02:00'>text</time></p> <p><time datetime='2006-11-20T16:24:33+02:00'>text</time></p> <p><time datetime='2006-11-20T16:24:33.89+02:00'>text</time></p> <p><time datetime='16:24'>text</time></p> <p><time datetime='16:24:33'>text</time></p> <p><time datetime='16:24:33.89'>text</time></p> <!-- vague moment of time in content --> <p><time>2006-11-20T16:24</time></p> <p><time>2006-11-20T16:24:33</time></p> <p><time>2006-11-20T16:24:33.89</time></p> <p><time>2006-11-20T16:24Z</time></p> <p><time>2006-11-20T16:24:33Z</time></p> <p><time>2006-11-20T16:24:33.89Z</time></p> <p><time>2006-11-20T16:24+02:00</time></p> <p><time>2006-11-20T16:24:33+02:00</time></p> <p><time>2006-11-20T16:24:33.89+02:00</time></p> <p><time>16:24</time></p> <p><time>16:24:33</time></p> <p><time>16:24:33.89</time></p> </body> </html>
cr/fxos-certsuite
web-platform-tests/tests/conformance-checkers/html/elements/time/001-isvalid.html
HTML
mpl-2.0
1,859
<a href="https://github.com/<%= github %>"><%= author %></a>
frxnz/johnny-five.io
tpl/.author.html
HTML
mit
61
<div class="grid2"> <aside> <h4>Getting Started</h4> <ul> <li class="{% if page.title == "Welcome" %}current{% endif %}"> <a href="{{ site.url }}/docs/home">Welcome</a> </li> <li class="{% if page.title == "Installation" %}current{% endif %}"> <a href="{{ site.url }}/docs/installation">Installation</a> </li> <li class="{% if page.title == "Basic Usage" %}current{% endif %}"> <a href="{{ site.url }}/docs/usage">Basic Usage</a> </li> <li class="{% if page.title == "Directory structure" %}current{% endif %}"> <a href="{{ site.url }}/docs/structure">Directory structure</a> </li> <li class="{% if page.title == "Configuration" %}current{% endif %}"> <a href="{{ site.url }}/docs/configuration">Configuration</a> </li> </ul> <h4>Your Content</h4> <ul> <li class="{% if page.title == "Front-matter" %}current{% endif %}"> <a href="{{ site.url }}/docs/frontmatter">Front-matter</a> </li> <li class="{% if page.title == "Writing posts" %}current{% endif %}"> <a href="{{ site.url }}/docs/posts">Writing posts</a> </li> <li class="{% if page.title == "Creating pages" %}current{% endif %}"> <a href="{{ site.url }}/docs/pages">Creating pages</a> </li> <li class="{% if page.title == "Variables" %}current{% endif %}"> <a href="{{ site.url }}/docs/variables">Variables</a> </li> <li class="{% if page.title == "Blog migrations" %}current{% endif %}"> <a href="{{ site.url }}/docs/migrations">Blog migrations</a> </li> </ul> <h4>Customization</h4> <ul> <li class="{% if page.title == "Templates" %}current{% endif %}"> <a href="{{ site.url }}/docs/templates">Templates</a> </li> <li class="{% if page.title == "Permalinks" %}current{% endif %}"> <a href="{{ site.url }}/docs/permalinks">Permalinks</a> </li> <li class="{% if page.title == "Pagination" %}current{% endif %}"> <a href="{{ site.url }}/docs/pagination">Pagination</a> </li> <li class="{% if page.title == "Plugins" %}current{% endif %}"> <a href="{{ site.url }}/docs/plugins">Plugins</a> </li> <li class="{% if page.title == "Extras" %}current{% endif %}"> <a href="{{ site.url }}/docs/extras">Extras</a> </li> </ul> <h4>Deployment</h4> <ul> <li class="{% if page.title == "GitHub Pages" %}current{% endif %}"> <a href="{{ site.url }}/docs/github-pages">GitHub Pages</a> </li> <li class="{% if page.title == "Deployment methods" %}current{% endif %}"> <a href="{{ site.url }}/docs/deployment-methods">Other methods</a> </li> </ul> <h4>Miscellaneous</h4> <ul> <li class="{% if page.title == "Contributing" %}current{% endif %}"> <a href="{{ site.url }}/docs/contributing">Contributing</a> </li> <li class="{% if page.title == "Troubleshooting" %}current{% endif %}"> <a href="{{ site.url }}/docs/troubleshooting">Troubleshooting</a> </li> <li class="{% if page.title == "Sites using Jekyll" %}current{% endif %}"> <a href="{{ site.url }}/docs/sites">Sites using Jekyll</a> </li> <li class="{% if page.title == "Resources" %}current{% endif %}"> <a href="{{ site.url }}/docs/resources">Resources</a> </li> </ul> </aside> </div>
Technika/jekyll
site/_includes/docs_contents.html
HTML
mit
3,468
<a href="http://github.com/angular/angular.js/tree/v1.2.0-rc.2/src/ng/directive/ngClass.js#L211" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/directive/ngClass.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">ngClassOdd</code> <div><span class="hint">directive in module <code ng:non-bindable="">ng</code> </span> </div> </h1> <div><h2 id="Description">Description</h2> <div class="description"><div class="ng-directive-page ng-directive-ngclassodd-page"><p>The <code>ngClassOdd</code> and <code>ngClassEven</code> directives work exactly as <a href="api/ng.directive:ngClass"><code>ngClass</code></a>, except they work in conjunction with <code>ngRepeat</code> and take effect only on odd (even) rows.</p> <p>This directive can be applied only within the scope of an <a href="api/ng.directive:ngRepeat"><code>ngRepeat</code></a>.</p> </div></div> <h2 id="Usage">Usage</h2> <div class="usage">as attribute<pre class="prettyprint linenums">&lt;ANY ng-class-odd="{expression}"&gt; ... &lt;/ANY&gt;</pre> as class<pre class="prettyprint linenums">&lt;ANY class="ng-class-odd: {expression};"&gt; ... &lt;/ANY&gt;</pre> <h4 id="parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>ngClassOdd</td><td><a href="" class="label type-hint type-hint-expression">expression</a></td><td><div class="ng-directive-page ng-directive-ngclassodd-page"><p><a href="guide/expression">Expression</a> to eval. The result of the evaluation can be a string representing space delimited class names or an array.</p> </div></td></tr></tbody></table></div> <h2 id="Example">Example</h2> <div class="example"><div class="ng-directive-page ng-directive-ngclassodd-page"><h4>Source</h2> <div source-edit="" source-edit-deps="angular.js" source-edit-html="index.html-68" source-edit-css="style.css-69" source-edit-js="" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-70"></div> <div class="tabbable"><div class="tab-pane" title="index.html"> <pre class="prettyprint linenums" ng-set-text="index.html-68" ng-html-wrap=" angular.js"></pre> <script type="text/ng-template" id="index.html-68"> <ol ng-init="names=['John', 'Mary', 'Cate', 'Suz']"> <li ng-repeat="name in names"> <span ng-class-odd="'odd'" ng-class-even="'even'"> {{name}} </span> </li> </ol> </script> </div> <div class="tab-pane" title="style.css"> <pre class="prettyprint linenums" ng-set-text="style.css-69"></pre> <style type="text/css" id="style.css-69"> .odd { color: red; } .even { color: blue; } </style> </div> <div class="tab-pane" title="End to end test"> <pre class="prettyprint linenums" ng-set-text="scenario.js-70"></pre> <script type="text/ng-template" id="scenario.js-70"> it('should check ng-class-odd and ng-class-even', function() { expect(element('.doc-example-live li:first span').prop('className')). toMatch(/odd/); expect(element('.doc-example-live li:last span').prop('className')). toMatch(/even/); }); </script> </div> </div><h2>Demo</h4> <div class="well doc-example-live animate-container" ng-embed-app="" ng-set-html="index.html-68" ng-eval-javascript=""></div> </div></div> </div>
kristenhazard/coaching-carousel-js
vendor/angular-1.2.0-rc.3/docs/partials/api/ng.directive:ngClassOdd.html
HTML
mit
3,443
<dl class="sub-nav"> <dt>Filter:</dt> <dd class="active"><a href="#">All</a></dd> <dd><a href="#">Active</a></dd> <dd><a href="#">Pending</a></dd> <dd class-"hide-for-small-only"><a href="#">Suspended</a></dd> </dl>
zurb/foundation-sites-6
docs_old/includes/subnav/examples_subnav_basic.html
HTML
mit
225
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template on_invertible&lt;Type, true&gt;</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.74.0"> <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Icl"> <link rel="up" href="../interval_base_map.html#id1106993" title="Description"> <link rel="prev" href="on_invertible_Type__fal_id503648.html" title="Struct template on_invertible&lt;Type, false&gt;"> <link rel="next" href="on_total_absorbable_Typ_id503732.html" title="Struct template on_total_absorbable&lt;Type, false, absorbs_identities&gt;"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="on_invertible_Type__fal_id503648.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../interval_base_map.html#id1106993"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="on_total_absorbable_Typ_id503732.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry" lang="en"> <a name="boost.icl.interval_base_map.on_invertible_Type,_tru_id503690"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template on_invertible&lt;Type, true&gt;</span></h2> <p>boost::icl::interval_base_map::on_invertible&lt;Type, true&gt;</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../header/boost/icl/interval_base_map_hpp.html" title="Header &lt;boost/icl/interval_base_map.hpp&gt;">boost/icl/interval_base_map.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Type<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="on_invertible_Type__tru_id503690.html" title="Struct template on_invertible&lt;Type, true&gt;">on_invertible</a><span class="special">&lt;</span><span class="identifier">Type</span><span class="special">,</span> <span class="keyword">true</span><span class="special">&gt;</span> <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">Type</span><span class="special">::</span><span class="identifier">segment_type</span> <a name="boost.icl.interval_base_map.on_invertible_Type,_tru_id503690.segment_type"></a><span class="identifier">segment_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">Type</span><span class="special">::</span><span class="identifier">inverse_codomain_combine</span> <a name="boost.icl.interval_base_map.on_invertible_Type,_tru_id503690.inverse_codomain_combine"></a><span class="identifier">inverse_codomain_combine</span><span class="special">;</span> <span class="comment">// <a class="link" href="on_invertible_Type__tru_id503690.html#id503714-bb">public static functions</a></span> <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="on_invertible_Type__tru_id503690.html#id503717-bb"><span class="identifier">subtract</span></a><span class="special">(</span><span class="identifier">Type</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">segment_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1" lang="en"> <a name="id1115139"></a><h2>Description</h2> <div class="refsect2" lang="en"> <a name="id1115142"></a><h3> <a name="id503714-bb"></a><code class="computeroutput">on_invertible</code> public static functions</h3> <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="id503717-bb"></a><span class="identifier">subtract</span><span class="special">(</span><span class="identifier">Type</span> <span class="special">&amp;</span> object<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">segment_type</span> <span class="special">&amp;</span> operand<span class="special">)</span><span class="special">;</span></pre></li></ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007 -2010 Joachim Faulhaber<br>Copyright &#169; 1999 -2006 Cortex Software GmbH<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="on_invertible_Type__fal_id503648.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../interval_base_map.html#id1106993"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="on_total_absorbable_Typ_id503732.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
djsedulous/namecoind
libs/boost_1_50_0/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Type__tru_id503690.html
HTML
mit
6,573
<html> <head> <title>Docs For Class PHPExcel_Style_Borders</title> <link rel="stylesheet" type="text/css" href="../media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PHPExcel_Style</td> </tr> <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> [ <a href="../classtrees_PHPExcel_Style.html" class="menu">class tree: PHPExcel_Style</a> ] [ <a href="../elementindex_PHPExcel_Style.html" class="menu">index: PHPExcel_Style</a> ] [ <a href="../elementindex.html" class="menu">all elements</a> ] </td> </tr> <tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200" class="menu"> <b>Packages:</b><br /> <a href="../li_PHPExcel.html">PHPExcel</a><br /> <a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br /> <a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br /> <a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br /> <a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br /> <a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br /> <a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br /> <br /><br /> <b>Files:</b><br /> <div class="package"> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_Alignment_php.html"> Alignment.php </a><br> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_Border_php.html"> Border.php </a><br> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_Borders_php.html"> Borders.php </a><br> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_Color_php.html"> Color.php </a><br> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_Conditional_php.html"> Conditional.php </a><br> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_Fill_php.html"> Fill.php </a><br> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_Font_php.html"> Font.php </a><br> <a href="../PHPExcel_Style/_Classes_PHPExcel_Style_NumberFormat_php.html"> NumberFormat.php </a><br> </div><br /> <b>Classes:</b><br /> <div class="package"> <a href="../PHPExcel_Style/PHPExcel_Style_Alignment.html">PHPExcel_Style_Alignment</a><br /> <a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a><br /> <a href="../PHPExcel_Style/PHPExcel_Style_Borders.html">PHPExcel_Style_Borders</a><br /> <a href="../PHPExcel_Style/PHPExcel_Style_Color.html">PHPExcel_Style_Color</a><br /> <a href="../PHPExcel_Style/PHPExcel_Style_Conditional.html">PHPExcel_Style_Conditional</a><br /> <a href="../PHPExcel_Style/PHPExcel_Style_Fill.html">PHPExcel_Style_Fill</a><br /> <a href="../PHPExcel_Style/PHPExcel_Style_Font.html">PHPExcel_Style_Font</a><br /> <a href="../PHPExcel_Style/PHPExcel_Style_NumberFormat.html">PHPExcel_Style_NumberFormat</a><br /> </div> </td> <td> <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> <h1>Class: PHPExcel_Style_Borders</h1> Source Location: /PHPExcel/Style/Borders.php<br /><br /> <table width="100%" border="0"> <tr><td valign="top"> <h3><a href="#class_details">Class Overview</a></h3> <pre></pre><br /> <div class="description">PHPExcel_Style_Borders</div><br /><br /> <h4>Author(s):</h4> <ul> </ul> <h4>Copyright:</h4> <ul> <li>Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)</li> </ul> </td> <td valign="top"> <h3><a href="#class_vars">Variables</a></h3> <ul> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_bottom">$_bottom</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_diagonal">$_diagonal</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_diagonalDirection">$_diagonalDirection</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_horizontal">$_horizontal</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_left">$_left</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_outline">$_outline</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_right">$_right</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_top">$_top</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#var$_vertical">$_vertical</a></li> </ul> </td> <td valign="top"> <h3><a href="#class_consts">Constants</a></h3> <ul> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#constDIAGONAL_DOWN">DIAGONAL_DOWN</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#constDIAGONAL_NONE">DIAGONAL_NONE</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#constDIAGONAL_UP">DIAGONAL_UP</a></li> </ul> </td> <td valign="top"> <h3><a href="#class_methods">Methods</a></h3> <ul> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#method__construct">__construct</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodduplicate">duplicate</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetBottom">getBottom</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetDiagonal">getDiagonal</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetDiagonalDirection">getDiagonalDirection</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetHashCode">getHashCode</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetHorizontal">getHorizontal</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetLeft">getLeft</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetOutline">getOutline</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetRight">getRight</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetTop">getTop</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodgetVertical">getVertical</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodsetDiagonalDirection">setDiagonalDirection</a></li> <li><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html#methodsetOutline">setOutline</a></li> </ul> </td> </tr></table> <hr /> <table width="100%" border="0"><tr> </tr></table> <hr /> <a name="class_details"></a> <h3>Class Details</h3> <div class="tags"> [line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a42">42</a>]<br /> PHPExcel_Style_Borders<br /><br /><p>PHPExcel_Style_Borders</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>copyright:</b>&nbsp;&nbsp;</td><td>Copyright (c) 2006 - 2007 PHPExcel (http://www.codeplex.com/PHPExcel)</td> </tr> </table> </div> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <hr /> <a name="class_vars"></a> <h3>Class Variables</h3> <div class="tags"> <a name="var$_bottom"></a> <p></p> <h4>$_bottom = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a75">75</a>]</p> Bottom<br /><br /><p>Bottom</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_diagonal"></a> <p></p> <h4>$_diagonal = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a82">82</a>]</p> Diagonal<br /><br /><p>Diagonal</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_diagonalDirection"></a> <p></p> <h4>$_diagonalDirection = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a103">103</a>]</p> DiagonalDirection<br /><br /><p>DiagonalDirection</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_horizontal"></a> <p></p> <h4>$_horizontal = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a96">96</a>]</p> Horizontal<br /><br /><p>Horizontal</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_left"></a> <p></p> <h4>$_left = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a54">54</a>]</p> Left<br /><br /><p>Left</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_outline"></a> <p></p> <h4>$_outline = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a110">110</a>]</p> Outline, defaults to true<br /><br /><p>Outline, defaults to true</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>boolean</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_right"></a> <p></p> <h4>$_right = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a61">61</a>]</p> Right<br /><br /><p>Right</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_top"></a> <p></p> <h4>$_top = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a68">68</a>]</p> Top<br /><br /><p>Top</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="var$_vertical"></a> <p></p> <h4>$_vertical = <span class="value"></span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a89">89</a>]</p> Vertical<br /><br /><p>Vertical</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>private</td> </tr> </table> </div> <br /> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>Type:</b>&nbsp;&nbsp;</td> <td>int</td> </tr> </table> </div><br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> </div><br /> <hr /> <a name="class_methods"></a> <h3>Class Methods</h3> <div class="tags"> <hr /> <a name="method__construct"></a> <h3>constructor __construct <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a115">115</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code>PHPExcel_Style_Borders __construct( )</code> </td></tr></table> </td></tr></table><br /> Create a new PHPExcel_Style_Borders<br /><br /><p>Create a new PHPExcel_Style_Borders</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodduplicate"></a> <h3>method duplicate <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a257">257</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Borders.html">PHPExcel_Style_Borders</a> duplicate( )</code> </td></tr></table> </td></tr></table><br /> Duplicate object Duplicates the current object, also duplicating referenced objects (deep cloning).<br /><br /><p>Duplicate object Duplicates the current object, also duplicating referenced objects (deep cloning). Standard PHP clone does not copy referenced objects!</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetBottom"></a> <h3>method getBottom <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a162">162</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a> getBottom( )</code> </td></tr></table> </td></tr></table><br /> Get Bottom<br /><br /><p>Get Bottom</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetDiagonal"></a> <h3>method getDiagonal <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a171">171</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a> getDiagonal( )</code> </td></tr></table> </td></tr></table><br /> Get Diagonal<br /><br /><p>Get Diagonal</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetDiagonalDirection"></a> <h3>method getDiagonalDirection <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a198">198</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code>int getDiagonalDirection( )</code> </td></tr></table> </td></tr></table><br /> Get DiagonalDirection<br /><br /><p>Get DiagonalDirection</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetHashCode"></a> <h3>method getHashCode <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a234">234</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code>string getHashCode( )</code> </td></tr></table> </td></tr></table><br /> Get hash code<br /><br /><p>Get hash code</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>return:</b>&nbsp;&nbsp;</td><td>Hash code</td> </tr> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetHorizontal"></a> <h3>method getHorizontal <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a189">189</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a> getHorizontal( )</code> </td></tr></table> </td></tr></table><br /> Get Horizontal<br /><br /><p>Get Horizontal</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetLeft"></a> <h3>method getLeft <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a135">135</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a> getLeft( )</code> </td></tr></table> </td></tr></table><br /> Get Left<br /><br /><p>Get Left</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetOutline"></a> <h3>method getOutline <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a216">216</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code>boolean getOutline( )</code> </td></tr></table> </td></tr></table><br /> Get Outline<br /><br /><p>Get Outline</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetRight"></a> <h3>method getRight <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a144">144</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a> getRight( )</code> </td></tr></table> </td></tr></table><br /> Get Right<br /><br /><p>Get Right</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetTop"></a> <h3>method getTop <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a153">153</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a> getTop( )</code> </td></tr></table> </td></tr></table><br /> Get Top<br /><br /><p>Get Top</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodgetVertical"></a> <h3>method getVertical <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a180">180</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code><a href="../PHPExcel_Style/PHPExcel_Style_Border.html">PHPExcel_Style_Border</a> getVertical( )</code> </td></tr></table> </td></tr></table><br /> Get Vertical<br /><br /><p>Get Vertical</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodsetDiagonalDirection"></a> <h3>method setDiagonalDirection <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a207">207</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code>void setDiagonalDirection( [int $pValue = PHPExcel_Style_Borders::DIAGONAL_NONE])</code> </td></tr></table> </td></tr></table><br /> Set DiagonalDirection<br /><br /><p>Set DiagonalDirection</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <h4>Parameters:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="type">int&nbsp;&nbsp;</td> <td><b>$pValue</b>&nbsp;&nbsp;</td> <td></td> </tr> </table> </div><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> <hr /> <a name="methodsetOutline"></a> <h3>method setOutline <span class="smalllinenumber">[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a225">225</a>]</span></h3> <div class="function"> <table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border"> <table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code"> <code>void setOutline( [boolean $pValue = true])</code> </td></tr></table> </td></tr></table><br /> Set Outline<br /><br /><p>Set Outline</p><br /><br /><br /> <h4>Tags:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><b>access:</b>&nbsp;&nbsp;</td><td>public</td> </tr> </table> </div> <br /><br /> <h4>Parameters:</h4> <div class="tags"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="type">boolean&nbsp;&nbsp;</td> <td><b>$pValue</b>&nbsp;&nbsp;</td> <td></td> </tr> </table> </div><br /> <div class="top">[ <a href="#top">Top</a> ]</div> </div> </div><br /> <hr /> <a name="class_constss"></a> <h3>Class Constants</h3> <div class="tags"> <a name="constDIAGONAL_DOWN"></a> <p></p> <h4>DIAGONAL_DOWN = <span class="value">&nbsp;2</span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a47">47</a>]</p> <br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="constDIAGONAL_NONE"></a> <p></p> <h4>DIAGONAL_NONE = <span class="value">&nbsp;0</span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a45">45</a>]</p> <br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> <a name="constDIAGONAL_UP"></a> <p></p> <h4>DIAGONAL_UP = <span class="value">&nbsp;1</span></h4> <p>[line <a href="..//__filesource/fsource_PHPExcel_Style__PHPExcelStyleBorders.php.html#a46">46</a>]</p> <br /> <div class="top">[ <a href="#top">Top</a> ]</div><br /> </div><br /> <div class="credit"> <hr /> Documentation generated on Wed, 21 Feb 2007 08:22:02 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> </td> </tr> </table> </body> </html>
ALTELMA/OfficeEquipmentManager
application/libraries/PHPExcel/branches/v1.1.1/Documentation/PHPExcel_Style/PHPExcel_Style_Borders.html
HTML
mit
28,077
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Sun Jun 06 23:05:47 EDT 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.hsqldb.jdbc.JDBCParameterMetaData (HSQLDB 2.0.0 API) </TITLE> <META NAME="date" CONTENT="2010-06-06"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../javadoc.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.hsqldb.jdbc.JDBCParameterMetaData (HSQLDB 2.0.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hsqldb/jdbc/JDBCParameterMetaData.html" title="class in org.hsqldb.jdbc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/hsqldb/jdbc//class-useJDBCParameterMetaData.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JDBCParameterMetaData.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.hsqldb.jdbc.JDBCParameterMetaData</B></H2> </CENTER> No usage of org.hsqldb.jdbc.JDBCParameterMetaData <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hsqldb/jdbc/JDBCParameterMetaData.html" title="class in org.hsqldb.jdbc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/hsqldb/jdbc//class-useJDBCParameterMetaData.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JDBCParameterMetaData.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright © 2001 - 2009 HSQL Development Group.</i> </BODY> </HTML>
virtix/mut4j
lib/hsqldb-2.0.0/hsqldb/doc/apidocs/org/hsqldb/jdbc/class-use/JDBCParameterMetaData.html
HTML
mit
6,001
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>get_limits (Bio::Graphics::Page)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/bio/graphics/page.rb, line 222</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_limits</span> <span class="ruby-ivar">@tracks</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">track</span><span class="ruby-operator">|</span> <span class="ruby-identifier">lowest</span> = <span class="ruby-identifier">track</span>.<span class="ruby-identifier">features</span>.<span class="ruby-identifier">sort</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">x</span>, <span class="ruby-identifier">y</span><span class="ruby-operator">|</span> <span class="ruby-identifier">x</span>.<span class="ruby-identifier">start</span> <span class="ruby-operator">&lt;=&gt;</span> <span class="ruby-identifier">y</span>.<span class="ruby-identifier">start</span> }.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">start</span> <span class="ruby-identifier">highest</span> = <span class="ruby-identifier">track</span>.<span class="ruby-identifier">features</span>.<span class="ruby-identifier">sort</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">x</span>, <span class="ruby-identifier">y</span><span class="ruby-operator">|</span> <span class="ruby-identifier">y</span>.<span class="ruby-identifier">end</span> <span class="ruby-operator">&lt;=&gt;</span> <span class="ruby-identifier">x</span>.<span class="ruby-identifier">end</span> }.<span class="ruby-identifier">first</span>.<span class="ruby-identifier">end</span> <span class="ruby-ivar">@scale_start</span> = <span class="ruby-identifier">lowest</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">lowest</span> <span class="ruby-operator">&lt;</span> <span class="ruby-ivar">@scale_start</span> <span class="ruby-ivar">@scale_stop</span> = <span class="ruby-identifier">highest</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">highest</span> <span class="ruby-operator">&gt;</span> <span class="ruby-ivar">@scale_stop</span> <span class="ruby-ivar">@nt_per_px_x</span> = (<span class="ruby-ivar">@scale_stop</span> <span class="ruby-operator">-</span> <span class="ruby-ivar">@scale_start</span>).<span class="ruby-identifier">to_f</span> <span class="ruby-operator">/</span> <span class="ruby-ivar">@width</span>.<span class="ruby-identifier">to_f</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
sginzel/bioruby-svgenes
doc/classes/Bio/Graphics/Page.src/M000029.html
HTML
mit
3,142
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Tue Dec 31 17:08:27 CET 2013 --> <TITLE> org.apache.jmeter.protocol.jdbc (Apache JMeter API) </TITLE> <META NAME="date" CONTENT="2013-12-31"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.jmeter.protocol.jdbc (Apache JMeter API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/jmeter/protocol/java/test/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/jmeter/protocol/jdbc/config/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/jmeter/protocol/jdbc/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package org.apache.jmeter.protocol.jdbc </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.html" title="class in org.apache.jmeter.protocol.jdbc">AbstractJDBCTestElement</A></B></TD> <TD>A base class for all JDBC test elements handling the basics of a SQL request.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.html" title="class in org.apache.jmeter.protocol.jdbc">JDBCTestElementBeanInfoSupport</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/jmeter/protocol/java/test/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/jmeter/protocol/jdbc/config/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/jmeter/protocol/jdbc/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#xA9; 1998-2013 Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
GDasai/elemental-selenium-tips
vendor/apache-jmeter-2.11/docs/api/org/apache/jmeter/protocol/jdbc/package-summary.html
HTML
mit
6,801
<html> <head> <title>Galen Reports</title> <link rel="stylesheet" type="text/css" href="report.css"></link> <script src="jquery-1.11.2.min.js"></script> <script src="handlebars-v2.0.0.js"></script> <script src="galen-report.js"></script> <script> var reportData = { "testId" : "2-home-page-on-opera-browser", "name" : "Home page on Opera browser", "report" : { "nodes" : [ { "status" : "info", "nodes" : [ { "name" : "check specs/homePageLayout.gspec --include \"\"", "status" : "info", "nodes" : [ { "name" : "Check layout: specs/homePageLayout.gspec included tags: ", "status" : "error", "time" : 1439919900841, "includedTags" : [ ], "excludedTags" : [ ], "sections" : [ { "name" : "Overall layout", "objects" : [ { "name" : "content", "specs" : [ { "status" : "error", "place" : { "filePath" : "specs/shared/commonLayout.gspec", "lineNumber" : 4 }, "name" : "visible", "errors" : [ "\"content\" is absent on page" ], "highlight" : [ ] }, { "status" : "error", "place" : { "filePath" : "specs/shared/commonLayout.gspec", "lineNumber" : 8 }, "name" : "below navbar 370 to 410 px", "errors" : [ "\"content\" is absent on page" ], "highlight" : [ ] } ] }, { "name" : "navbar", "specs" : [ { "status" : "info", "place" : { "filePath" : "specs/shared/commonLayout.gspec", "lineNumber" : 6 }, "name" : "visible", "highlight" : [ "navbar" ] } ] } ] }, { "name" : "Bootstrap logo should be visible", "objects" : [ { "name" : "bootstrap-logo", "specs" : [ { "status" : "info", "place" : { "filePath" : "specs/homePageLayout.gspec", "lineNumber" : 14 }, "name" : "visible", "highlight" : [ "bootstrap-logo" ] } ] } ] } ], "objects" : { "navbar" : { "area" : [ 35, 0, 92, 50 ] }, "bootstrap-logo" : { "area" : [ 433, 130, 144, 144 ] } }, "screenshot" : "layout-2-screenshot.png", "type" : "layout" } ], "time" : 1439919897195, "type" : "node" } ], "time" : 1439919889394, "type" : "node" } ] } }; </script> <script> $(function () { var galenReport = createGalenReport(); galenReport.render("main", reportData); }); </script> </head> <body> <script id="report-tpl" type="text/x-handlebars-template"> <ul class="report-nodes"> {{#each report.nodes}} {{renderNode this}} {{/each}} </ul> </script> <script id="report-node-tpl" type="text/x-handlebars-template"> <li> <span class="report-time">{{formatReportTime time}}</span> <a class="expand-link node-expand-button node-status-{{status}} contains-children-{{hasChildElements nodes}} collapsed" href="#">{{status}}</a> <div class="node-name node-status-{{status}}">{{name}}</div> {{#if stacktrace}} <div class="stacktrace">{{stacktrace}}</div> {{/if}} {{#if attachments}} <ul class="report-node-attachments"> {{#each attachments}} <li> <a class="icon-sprite-before node-attachment" href="{{this}}">{{this}}</a> </li> {{/each}} </ul> {{/if}} <div class="node-details expand-container"> {{#if nodes}} <ul class="report-nodes"> {{#each nodes}} {{renderNode this}} {{/each}} </ul> {{/if}} </div> </li> </script> <script id="report-node-text-tpl" type="text/x-handlebars-template"> <li> <div class="node-simple-text"> {{name}} </div> </li> </script> <script id="report-layout-tpl" type="text/x-handlebars-template"> <li> <span class="report-time">{{formatReportTime time}}</span> <a class="expand-link node-expand-button node-status-label node-status-info contains-children-true collapsed" href="#">LAYOUT</a> <div class="node-name">{{name}}</div> <div class="node-details expand-container"> {{renderSublayout this}} </div> </li> </script> <script id="report-layout-sublayout-tpl" type="text/x-handlebars-template"> <div class="layout-report" data-layout-id="{{layoutId}}" data-screenshot="{{screenshot}}"> <ul class="layout-sections"> {{#each sections}} {{renderLayoutSection this}} {{/each}} </ul> </div> </script> <script id="report-layout-section-tpl" type="text/x-handlebars-template"> <li> <a class="layout-section icon-sprite-before expand-link contains-children-true" href="#">{{name}}</a> <div class="layout-details expand-container"> {{#if sections}} <ul class="layout-sections"> {{#each sections}} {{renderLayoutSection this}} {{/each}} </ul> {{/if}} {{#if objects}} <ul class="layout-objects"> {{#each objects}} {{renderLayoutObject this}} {{/each}} </ul> {{/if}} </div> </li> </script> <script id="report-layout-object-tpl" type="text/x-handlebars-template"> <li> <a class="layout-object icon-sprite-before expand-link contains-children-true" href="#">{{name}}</a> <ul class="layout-checks expand-container"> {{#each specs}} {{renderLayoutCheck this}} {{/each}} {{#each specGroups}} <li> <a class="layout-specgroup icon-sprite-before expand-link contains-children-true" href="#">{{name}}</a> <ul class="layout-checks expand-container"> {{#each specs}} {{renderLayoutCheck this}} {{/each}} </ul> </li> {{/each}} </ul> </li> </script> <script id="report-layout-check-tpl" type="text/x-handlebars-template"> <li> <a class="layout-check icon-sprite-before layout-check-status-{{status}}" href="#" data-highlight-objects="{{commaSeparated highlight}}" title="{{place.filePath}}#{{place.lineNumber}}" >{{name}}</a> {{#if errors}} <div class="layout-check-error-message"> {{#if imageComparison}} <a class="image-comparison-link" data-actual-image="{{imageComparison.actualImage}}" data-expected-image="{{imageComparison.expectedImage}}" data-map-image="{{imageComparison.comparisonMapImage}}" href="#">Show image comparison</a> {{/if}} <div class="layout-check-error-message-text"> <ul> {{#each errors}} <li>{{this}}</li> {{/each}} </ul> </div> </div> {{/if}} {{#if subLayout}} {{renderSublayout subLayout}} {{/if}} </li> </script> <script id="screenshot-popup-tpl" type="text/x-handlebars-template"> <div class="screenshot-canvas"> <img src="{{screenshot}}"/> {{#each objects}} <div class="canvas-rect" style="left: {{area.left}}px; top: {{area.top}}px; width: {{area.width}}px; height: {{area.height}}px; border-color: {{color}};"> <div class="canvas-rect-wrapper"> <div class="canvas-rect-hint" style="background: {{color}};">{{@key}}</div> </div> </div> {{/each}} </div> </script> <script id="image-comparison-tpl" type="text/x-handlebars-template"> <div class="image-comparison"> <h5>Actual</h5> <img src="{{actual}}"/> <h5>Expected</h5> <img src="{{expected}}"/> <h5>Comparison map</h5> <img src="{{map}}"/> </div> </script> <div id="menu"> <ul> <li><a class="menu-op-expand-all" href="#">Expand All</a></li> <li><a class="menu-op-collapse-all" href="#">Collapse All</a></li> <li><a class="menu-op-expand-errors" href="#">Expand Errors</a></li> </ul> </div> <h2>Home page on Opera browser</h2> <div id="main"></div> <div id="screen-shadow"></div> <div id="popup" class="popup"> <div class="popup-wrapper"> <a class="popup-close-link" href="#">close</a> <div class="popup-content"></div> </div> </div> <div id="notification" class="notification"> <div class="notification-wrapper"> <a class="notification-close-link" href="#">close</a> <div class="notification-summary"></div> <div class="notification-message"></div> </div> </div> </body> </html>
holisticon/holisticon.github.io
presentations/haw_continousdelivery2016/code/reports/bootstrap/2-home-page-on-opera-browser.html
HTML
mit
11,180
<span page-title ng-model="contentView">{{ 'Promote Content View:' | translate }} {{ contentView.name }}</span> <div> <a ui-sref="content-views.details.versions({contentViewId: contentView.id})" > <i class="fa fa-double-angle-left"></i> {{ "Back to Version List" | translate }} </a> <h3 translate>Promote Version {{ version.version }}</h3> <p class="details" translate> Choose a lifecycle environment from the available promotion paths. </p> <p class="info" translate> <i class="fa fa-star"></i> Starred environments are suggested for promotion. </p> <p ng-hide="working"> <i class="fa fa-spinner fa-spin"></i> <span translate>Loading Environment Paths...</span> </p> <div path-selector="availableEnvironments" ng-model="selectedEnvironment" mode="singleSelect" selection-required="false" path-attribute="environments" ng-hide="denied('promote_or_remove_content_views', contentView)" ng-show="working"> </div> <div> <button class="btn btn-primary btn-lg" ng-disabled="promoting || !selectedEnvironment" ng-click="verifySelection()" translate> Promote Version </button> <a ui-sref="content-views.details.versions" class="btn btn-default btn-lg" translate role="button"> Cancel </a> <div bst-modal="promote()" model="selectedEnvironment" model="selectedEnvironment"> <div data-block="modal-header" translate>Force Promote?</div> <div data-block="modal-body" translate>Promote version to {{ selectedEnvironment.name }}?<br /><br />{{ suggestedEnvironmentMessage() }}</div> <div data-block="modal-confirm-button" translate>Promote</div> </div> </div> </div>
komidore64/katello
engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html
HTML
gpl-2.0
1,715
<style> .icon-selection h3{padding-left:1em;} .icon-selection a{display:block;float:left;text-align:center;width:5em;height:6em;overflow:hidden;margin:auto .3em;} .icon-selection a:hover{text-decoration:none;} .icon-selection a i{display:block;font-size:2em;color:#000;} .icon-selection a span{display:block;height:1.2em;overflow:hidden;word-break:break-all;} </style> <div class="icon-selection"> <div class="page-header"> <h3>Web Application Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-adjust"><i class="fa fa-adjust"></i><span>fa-adjust</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-anchor"><i class="fa fa-anchor"></i><span>fa-anchor</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-archive"><i class="fa fa-archive"></i><span>fa-archive</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows"><i class="fa fa-arrows"></i><span>fa-arrows</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows-h"><i class="fa fa-arrows-h"></i><span>fa-arrows-h</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows-v"><i class="fa fa-arrows-v"></i><span>fa-arrows-v</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-asterisk"><i class="fa fa-asterisk"></i><span>fa-asterisk</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-automobile"><i class="fa fa-automobile"></i><span>fa-automobile</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ban"><i class="fa fa-ban"></i><span>fa-ban</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bank"><i class="fa fa-bank"></i><span>fa-bank</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bar-chart-o"><i class="fa fa-bar-chart-o"></i><span>fa-bar-chart-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-barcode"><i class="fa fa-barcode"></i><span>fa-barcode</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bars"><i class="fa fa-bars"></i><span>fa-bars</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-beer"><i class="fa fa-beer"></i><span>fa-beer</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bell"><i class="fa fa-bell"></i><span>fa-bell</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bell-o"><i class="fa fa-bell-o"></i><span>fa-bell-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bolt"><i class="fa fa-bolt"></i><span>fa-bolt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bomb"><i class="fa fa-bomb"></i><span>fa-bomb</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-book"><i class="fa fa-book"></i><span>fa-book</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bookmark"><i class="fa fa-bookmark"></i><span>fa-bookmark</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bookmark-o"><i class="fa fa-bookmark-o"></i><span>fa-bookmark-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-briefcase"><i class="fa fa-briefcase"></i><span>fa-briefcase</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bug"><i class="fa fa-bug"></i><span>fa-bug</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-building"><i class="fa fa-building"></i><span>fa-building</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-building-o"><i class="fa fa-building-o"></i><span>fa-building-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bullhorn"><i class="fa fa-bullhorn"></i><span>fa-bullhorn</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bullseye"><i class="fa fa-bullseye"></i><span>fa-bullseye</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cab"><i class="fa fa-cab"></i><span>fa-cab</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-calendar"><i class="fa fa-calendar"></i><span>fa-calendar</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-calendar-o"><i class="fa fa-calendar-o"></i><span>fa-calendar-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-camera"><i class="fa fa-camera"></i><span>fa-camera</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-camera-retro"><i class="fa fa-camera-retro"></i><span>fa-camera-retro</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-car"><i class="fa fa-car"></i><span>fa-car</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-down"><i class="fa fa-caret-square-o-down"></i><span>fa-caret-square-o-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-left"><i class="fa fa-caret-square-o-left"></i><span>fa-caret-square-o-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-right"><i class="fa fa-caret-square-o-right"></i><span>fa-caret-square-o-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-up"><i class="fa fa-caret-square-o-up"></i><span>fa-caret-square-o-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-certificate"><i class="fa fa-certificate"></i><span>fa-certificate</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-check"><i class="fa fa-check"></i><span>fa-check</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-check-circle"><i class="fa fa-check-circle"></i><span>fa-check-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-check-circle-o"><i class="fa fa-check-circle-o"></i><span>fa-check-circle-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-check-square"><i class="fa fa-check-square"></i><span>fa-check-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-check-square-o"><i class="fa fa-check-square-o"></i><span>fa-check-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-child"><i class="fa fa-child"></i><span>fa-child</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-circle"><i class="fa fa-circle"></i><span>fa-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-circle-o"><i class="fa fa-circle-o"></i><span>fa-circle-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-circle-o-notch"><i class="fa fa-circle-o-notch"></i><span>fa-circle-o-notch</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-circle-thin"><i class="fa fa-circle-thin"></i><span>fa-circle-thin</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-clock-o"><i class="fa fa-clock-o"></i><span>fa-clock-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cloud"><i class="fa fa-cloud"></i><span>fa-cloud</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cloud-download"><i class="fa fa-cloud-download"></i><span>fa-cloud-download</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cloud-upload"><i class="fa fa-cloud-upload"></i><span>fa-cloud-upload</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-code"><i class="fa fa-code"></i><span>fa-code</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-code-fork"><i class="fa fa-code-fork"></i><span>fa-code-fork</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-coffee"><i class="fa fa-coffee"></i><span>fa-coffee</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cog"><i class="fa fa-cog"></i><span>fa-cog</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cogs"><i class="fa fa-cogs"></i><span>fa-cogs</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-comment"><i class="fa fa-comment"></i><span>fa-comment</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-comment-o"><i class="fa fa-comment-o"></i><span>fa-comment-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-comments"><i class="fa fa-comments"></i><span>fa-comments</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-comments-o"><i class="fa fa-comments-o"></i><span>fa-comments-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-compass"><i class="fa fa-compass"></i><span>fa-compass</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-credit-card"><i class="fa fa-credit-card"></i><span>fa-credit-card</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-crop"><i class="fa fa-crop"></i><span>fa-crop</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-crosshairs"><i class="fa fa-crosshairs"></i><span>fa-crosshairs</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cube"><i class="fa fa-cube"></i><span>fa-cube</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cubes"><i class="fa fa-cubes"></i><span>fa-cubes</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cutlery"><i class="fa fa-cutlery"></i><span>fa-cutlery</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-dashboard"><i class="fa fa-dashboard"></i><span>fa-dashboard</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-database"><i class="fa fa-database"></i><span>fa-database</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-desktop"><i class="fa fa-desktop"></i><span>fa-desktop</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-dot-circle-o"><i class="fa fa-dot-circle-o"></i><span>fa-dot-circle-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-download"><i class="fa fa-download"></i><span>fa-download</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-edit"><i class="fa fa-edit"></i><span>fa-edit</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ellipsis-h"><i class="fa fa-ellipsis-h"></i><span>fa-ellipsis-h</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ellipsis-v"><i class="fa fa-ellipsis-v"></i><span>fa-ellipsis-v</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-envelope"><i class="fa fa-envelope"></i><span>fa-envelope</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-envelope-o"><i class="fa fa-envelope-o"></i><span>fa-envelope-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-envelope-square"><i class="fa fa-envelope-square"></i><span>fa-envelope-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-eraser"><i class="fa fa-eraser"></i><span>fa-eraser</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-exchange"><i class="fa fa-exchange"></i><span>fa-exchange</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-exclamation"><i class="fa fa-exclamation"></i><span>fa-exclamation</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-exclamation-circle"><i class="fa fa-exclamation-circle"></i><span>fa-exclamation-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-exclamation-triangle"><i class="fa fa-exclamation-triangle"></i><span>fa-exclamation-triangle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-external-link"><i class="fa fa-external-link"></i><span>fa-external-link</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-external-link-square"><i class="fa fa-external-link-square"></i><span>fa-external-link-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-eye"><i class="fa fa-eye"></i><span>fa-eye</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-eye-slash"><i class="fa fa-eye-slash"></i><span>fa-eye-slash</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-fax"><i class="fa fa-fax"></i><span>fa-fax</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-female"><i class="fa fa-female"></i><span>fa-female</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-fighter-jet"><i class="fa fa-fighter-jet"></i><span>fa-fighter-jet</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-archive-o"><i class="fa fa-file-archive-o"></i><span>fa-file-archive-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-audio-o"><i class="fa fa-file-audio-o"></i><span>fa-file-audio-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-code-o"><i class="fa fa-file-code-o"></i><span>fa-file-code-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-excel-o"><i class="fa fa-file-excel-o"></i><span>fa-file-excel-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-image-o"><i class="fa fa-file-image-o"></i><span>fa-file-image-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-movie-o"><i class="fa fa-file-movie-o"></i><span>fa-file-movie-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-pdf-o"><i class="fa fa-file-pdf-o"></i><span>fa-file-pdf-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-photo-o"><i class="fa fa-file-photo-o"></i><span>fa-file-photo-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-picture-o"><i class="fa fa-file-picture-o"></i><span>fa-file-picture-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-powerpoint-o"><i class="fa fa-file-powerpoint-o"></i><span>fa-file-powerpoint-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-sound-o"><i class="fa fa-file-sound-o"></i><span>fa-file-sound-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-video-o"><i class="fa fa-file-video-o"></i><span>fa-file-video-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-word-o"><i class="fa fa-file-word-o"></i><span>fa-file-word-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-zip-o"><i class="fa fa-file-zip-o"></i><span>fa-file-zip-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-film"><i class="fa fa-film"></i><span>fa-film</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-filter"><i class="fa fa-filter"></i><span>fa-filter</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-fire"><i class="fa fa-fire"></i><span>fa-fire</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-fire-extinguisher"><i class="fa fa-fire-extinguisher"></i><span>fa-fire-extinguisher</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-flag"><i class="fa fa-flag"></i><span>fa-flag</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-flag-checkered"><i class="fa fa-flag-checkered"></i><span>fa-flag-checkered</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-flag-o"><i class="fa fa-flag-o"></i><span>fa-flag-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-flash"><i class="fa fa-flash"></i><span>fa-flash</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-flask"><i class="fa fa-flask"></i><span>fa-flask</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-folder"><i class="fa fa-folder"></i><span>fa-folder</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-folder-o"><i class="fa fa-folder-o"></i><span>fa-folder-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-folder-open"><i class="fa fa-folder-open"></i><span>fa-folder-open</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-folder-open-o"><i class="fa fa-folder-open-o"></i><span>fa-folder-open-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-frown-o"><i class="fa fa-frown-o"></i><span>fa-frown-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gamepad"><i class="fa fa-gamepad"></i><span>fa-gamepad</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gavel"><i class="fa fa-gavel"></i><span>fa-gavel</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gear"><i class="fa fa-gear"></i><span>fa-gear</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gears"><i class="fa fa-gears"></i><span>fa-gears</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gift"><i class="fa fa-gift"></i><span>fa-gift</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-glass"><i class="fa fa-glass"></i><span>fa-glass</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-globe"><i class="fa fa-globe"></i><span>fa-globe</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-graduation-cap"><i class="fa fa-graduation-cap"></i><span>fa-graduation-cap</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-group"><i class="fa fa-group"></i><span>fa-group</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-hdd-o"><i class="fa fa-hdd-o"></i><span>fa-hdd-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-headphones"><i class="fa fa-headphones"></i><span>fa-headphones</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-heart"><i class="fa fa-heart"></i><span>fa-heart</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-heart-o"><i class="fa fa-heart-o"></i><span>fa-heart-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-history"><i class="fa fa-history"></i><span>fa-history</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-home"><i class="fa fa-home"></i><span>fa-home</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-image"><i class="fa fa-image"></i><span>fa-image</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-inbox"><i class="fa fa-inbox"></i><span>fa-inbox</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-info"><i class="fa fa-info"></i><span>fa-info</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-info-circle"><i class="fa fa-info-circle"></i><span>fa-info-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-institution"><i class="fa fa-institution"></i><span>fa-institution</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-key"><i class="fa fa-key"></i><span>fa-key</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-keyboard-o"><i class="fa fa-keyboard-o"></i><span>fa-keyboard-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-language"><i class="fa fa-language"></i><span>fa-language</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-laptop"><i class="fa fa-laptop"></i><span>fa-laptop</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-leaf"><i class="fa fa-leaf"></i><span>fa-leaf</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-legal"><i class="fa fa-legal"></i><span>fa-legal</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-lemon-o"><i class="fa fa-lemon-o"></i><span>fa-lemon-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-level-down"><i class="fa fa-level-down"></i><span>fa-level-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-level-up"><i class="fa fa-level-up"></i><span>fa-level-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-life-bouy"><i class="fa fa-life-bouy"></i><span>fa-life-bouy</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-life-ring"><i class="fa fa-life-ring"></i><span>fa-life-ring</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-life-saver"><i class="fa fa-life-saver"></i><span>fa-life-saver</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-lightbulb-o"><i class="fa fa-lightbulb-o"></i><span>fa-lightbulb-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-location-arrow"><i class="fa fa-location-arrow"></i><span>fa-location-arrow</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-lock"><i class="fa fa-lock"></i><span>fa-lock</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-magic"><i class="fa fa-magic"></i><span>fa-magic</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-magnet"><i class="fa fa-magnet"></i><span>fa-magnet</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-mail-forward"><i class="fa fa-mail-forward"></i><span>fa-mail-forward</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-mail-reply"><i class="fa fa-mail-reply"></i><span>fa-mail-reply</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-mail-reply-all"><i class="fa fa-mail-reply-all"></i><span>fa-mail-reply-all</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-male"><i class="fa fa-male"></i><span>fa-male</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-map-marker"><i class="fa fa-map-marker"></i><span>fa-map-marker</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-meh-o"><i class="fa fa-meh-o"></i><span>fa-meh-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-microphone"><i class="fa fa-microphone"></i><span>fa-microphone</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-microphone-slash"><i class="fa fa-microphone-slash"></i><span>fa-microphone-slash</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-minus"><i class="fa fa-minus"></i><span>fa-minus</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-minus-circle"><i class="fa fa-minus-circle"></i><span>fa-minus-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-minus-square"><i class="fa fa-minus-square"></i><span>fa-minus-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-minus-square-o"><i class="fa fa-minus-square-o"></i><span>fa-minus-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-mobile"><i class="fa fa-mobile"></i><span>fa-mobile</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-mobile-phone"><i class="fa fa-mobile-phone"></i><span>fa-mobile-phone</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-money"><i class="fa fa-money"></i><span>fa-money</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-moon-o"><i class="fa fa-moon-o"></i><span>fa-moon-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-mortar-board"><i class="fa fa-mortar-board"></i><span>fa-mortar-board</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-music"><i class="fa fa-music"></i><span>fa-music</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-navicon"><i class="fa fa-navicon"></i><span>fa-navicon</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-paper-plane"><i class="fa fa-paper-plane"></i><span>fa-paper-plane</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-paper-plane-o"><i class="fa fa-paper-plane-o"></i><span>fa-paper-plane-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-paw"><i class="fa fa-paw"></i><span>fa-paw</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pencil"><i class="fa fa-pencil"></i><span>fa-pencil</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pencil-square"><i class="fa fa-pencil-square"></i><span>fa-pencil-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pencil-square-o"><i class="fa fa-pencil-square-o"></i><span>fa-pencil-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-phone"><i class="fa fa-phone"></i><span>fa-phone</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-phone-square"><i class="fa fa-phone-square"></i><span>fa-phone-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-photo"><i class="fa fa-photo"></i><span>fa-photo</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-picture-o"><i class="fa fa-picture-o"></i><span>fa-picture-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plane"><i class="fa fa-plane"></i><span>fa-plane</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plus"><i class="fa fa-plus"></i><span>fa-plus</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plus-circle"><i class="fa fa-plus-circle"></i><span>fa-plus-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plus-square"><i class="fa fa-plus-square"></i><span>fa-plus-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plus-square-o"><i class="fa fa-plus-square-o"></i><span>fa-plus-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-power-off"><i class="fa fa-power-off"></i><span>fa-power-off</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-print"><i class="fa fa-print"></i><span>fa-print</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-puzzle-piece"><i class="fa fa-puzzle-piece"></i><span>fa-puzzle-piece</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-qrcode"><i class="fa fa-qrcode"></i><span>fa-qrcode</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-question"><i class="fa fa-question"></i><span>fa-question</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-question-circle"><i class="fa fa-question-circle"></i><span>fa-question-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-quote-left"><i class="fa fa-quote-left"></i><span>fa-quote-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-quote-right"><i class="fa fa-quote-right"></i><span>fa-quote-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-random"><i class="fa fa-random"></i><span>fa-random</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-recycle"><i class="fa fa-recycle"></i><span>fa-recycle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-refresh"><i class="fa fa-refresh"></i><span>fa-refresh</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-reorder"><i class="fa fa-reorder"></i><span>fa-reorder</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-reply"><i class="fa fa-reply"></i><span>fa-reply</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-reply-all"><i class="fa fa-reply-all"></i><span>fa-reply-all</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-retweet"><i class="fa fa-retweet"></i><span>fa-retweet</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-road"><i class="fa fa-road"></i><span>fa-road</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rocket"><i class="fa fa-rocket"></i><span>fa-rocket</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rss"><i class="fa fa-rss"></i><span>fa-rss</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rss-square"><i class="fa fa-rss-square"></i><span>fa-rss-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-search"><i class="fa fa-search"></i><span>fa-search</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-search-minus"><i class="fa fa-search-minus"></i><span>fa-search-minus</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-search-plus"><i class="fa fa-search-plus"></i><span>fa-search-plus</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-send"><i class="fa fa-send"></i><span>fa-send</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-send-o"><i class="fa fa-send-o"></i><span>fa-send-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-share"><i class="fa fa-share"></i><span>fa-share</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-share-alt"><i class="fa fa-share-alt"></i><span>fa-share-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-share-alt-square"><i class="fa fa-share-alt-square"></i><span>fa-share-alt-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-share-square"><i class="fa fa-share-square"></i><span>fa-share-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-share-square-o"><i class="fa fa-share-square-o"></i><span>fa-share-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-shield"><i class="fa fa-shield"></i><span>fa-shield</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-shopping-cart"><i class="fa fa-shopping-cart"></i><span>fa-shopping-cart</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sign-in"><i class="fa fa-sign-in"></i><span>fa-sign-in</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sign-out"><i class="fa fa-sign-out"></i><span>fa-sign-out</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-signal"><i class="fa fa-signal"></i><span>fa-signal</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sitemap"><i class="fa fa-sitemap"></i><span>fa-sitemap</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sliders"><i class="fa fa-sliders"></i><span>fa-sliders</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-smile-o"><i class="fa fa-smile-o"></i><span>fa-smile-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort"><i class="fa fa-sort"></i><span>fa-sort</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-alpha-asc"><i class="fa fa-sort-alpha-asc"></i><span>fa-sort-alpha-asc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-alpha-desc"><i class="fa fa-sort-alpha-desc"></i><span>fa-sort-alpha-desc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-amount-asc"><i class="fa fa-sort-amount-asc"></i><span>fa-sort-amount-asc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-amount-desc"><i class="fa fa-sort-amount-desc"></i><span>fa-sort-amount-desc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-asc"><i class="fa fa-sort-asc"></i><span>fa-sort-asc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-desc"><i class="fa fa-sort-desc"></i><span>fa-sort-desc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-down"><i class="fa fa-sort-down"></i><span>fa-sort-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-numeric-asc"><i class="fa fa-sort-numeric-asc"></i><span>fa-sort-numeric-asc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-numeric-desc"><i class="fa fa-sort-numeric-desc"></i><span>fa-sort-numeric-desc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sort-up"><i class="fa fa-sort-up"></i><span>fa-sort-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-space-shuttle"><i class="fa fa-space-shuttle"></i><span>fa-space-shuttle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-spinner"><i class="fa fa-spinner"></i><span>fa-spinner</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-spoon"><i class="fa fa-spoon"></i><span>fa-spoon</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-square"><i class="fa fa-square"></i><span>fa-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-square-o"><i class="fa fa-square-o"></i><span>fa-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-star"><i class="fa fa-star"></i><span>fa-star</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-star-half"><i class="fa fa-star-half"></i><span>fa-star-half</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-star-half-empty"><i class="fa fa-star-half-empty"></i><span>fa-star-half-empty</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-star-half-full"><i class="fa fa-star-half-full"></i><span>fa-star-half-full</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-star-half-o"><i class="fa fa-star-half-o"></i><span>fa-star-half-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-star-o"><i class="fa fa-star-o"></i><span>fa-star-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-suitcase"><i class="fa fa-suitcase"></i><span>fa-suitcase</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-sun-o"><i class="fa fa-sun-o"></i><span>fa-sun-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-support"><i class="fa fa-support"></i><span>fa-support</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tablet"><i class="fa fa-tablet"></i><span>fa-tablet</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tachometer"><i class="fa fa-tachometer"></i><span>fa-tachometer</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tag"><i class="fa fa-tag"></i><span>fa-tag</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tags"><i class="fa fa-tags"></i><span>fa-tags</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tasks"><i class="fa fa-tasks"></i><span>fa-tasks</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-taxi"><i class="fa fa-taxi"></i><span>fa-taxi</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-terminal"><i class="fa fa-terminal"></i><span>fa-terminal</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-thumb-tack"><i class="fa fa-thumb-tack"></i><span>fa-thumb-tack</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-thumbs-down"><i class="fa fa-thumbs-down"></i><span>fa-thumbs-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-thumbs-o-down"><i class="fa fa-thumbs-o-down"></i><span>fa-thumbs-o-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-thumbs-o-up"><i class="fa fa-thumbs-o-up"></i><span>fa-thumbs-o-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-thumbs-up"><i class="fa fa-thumbs-up"></i><span>fa-thumbs-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ticket"><i class="fa fa-ticket"></i><span>fa-ticket</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-times"><i class="fa fa-times"></i><span>fa-times</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-times-circle"><i class="fa fa-times-circle"></i><span>fa-times-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-times-circle-o"><i class="fa fa-times-circle-o"></i><span>fa-times-circle-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tint"><i class="fa fa-tint"></i><span>fa-tint</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-down"><i class="fa fa-toggle-down"></i><span>fa-toggle-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-left"><i class="fa fa-toggle-left"></i><span>fa-toggle-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-right"><i class="fa fa-toggle-right"></i><span>fa-toggle-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-up"><i class="fa fa-toggle-up"></i><span>fa-toggle-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-trash-o"><i class="fa fa-trash-o"></i><span>fa-trash-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tree"><i class="fa fa-tree"></i><span>fa-tree</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-trophy"><i class="fa fa-trophy"></i><span>fa-trophy</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-truck"><i class="fa fa-truck"></i><span>fa-truck</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-umbrella"><i class="fa fa-umbrella"></i><span>fa-umbrella</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-university"><i class="fa fa-university"></i><span>fa-university</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-unlock"><i class="fa fa-unlock"></i><span>fa-unlock</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-unlock-alt"><i class="fa fa-unlock-alt"></i><span>fa-unlock-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-unsorted"><i class="fa fa-unsorted"></i><span>fa-unsorted</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-upload"><i class="fa fa-upload"></i><span>fa-upload</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-user"><i class="fa fa-user"></i><span>fa-user</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-users"><i class="fa fa-users"></i><span>fa-users</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-video-camera"><i class="fa fa-video-camera"></i><span>fa-video-camera</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-volume-down"><i class="fa fa-volume-down"></i><span>fa-volume-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-volume-off"><i class="fa fa-volume-off"></i><span>fa-volume-off</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-volume-up"><i class="fa fa-volume-up"></i><span>fa-volume-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-warning"><i class="fa fa-warning"></i><span>fa-warning</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-wheelchair"><i class="fa fa-wheelchair"></i><span>fa-wheelchair</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-wrench"><i class="fa fa-wrench"></i><span>fa-wrench</span></a> </div> <div class="page-header"> <h3>File Type Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file"><i class="fa fa-file"></i><span>fa-file</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-archive-o"><i class="fa fa-file-archive-o"></i><span>fa-file-archive-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-audio-o"><i class="fa fa-file-audio-o"></i><span>fa-file-audio-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-code-o"><i class="fa fa-file-code-o"></i><span>fa-file-code-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-excel-o"><i class="fa fa-file-excel-o"></i><span>fa-file-excel-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-image-o"><i class="fa fa-file-image-o"></i><span>fa-file-image-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-movie-o"><i class="fa fa-file-movie-o"></i><span>fa-file-movie-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-o"><i class="fa fa-file-o"></i><span>fa-file-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-pdf-o"><i class="fa fa-file-pdf-o"></i><span>fa-file-pdf-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-photo-o"><i class="fa fa-file-photo-o"></i><span>fa-file-photo-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-picture-o"><i class="fa fa-file-picture-o"></i><span>fa-file-picture-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-powerpoint-o"><i class="fa fa-file-powerpoint-o"></i><span>fa-file-powerpoint-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-sound-o"><i class="fa fa-file-sound-o"></i><span>fa-file-sound-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-text"><i class="fa fa-file-text"></i><span>fa-file-text</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-text-o"><i class="fa fa-file-text-o"></i><span>fa-file-text-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-video-o"><i class="fa fa-file-video-o"></i><span>fa-file-video-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-word-o"><i class="fa fa-file-word-o"></i><span>fa-file-word-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-zip-o"><i class="fa fa-file-zip-o"></i><span>fa-file-zip-o</span></a> </div> <div class="page-header"> <h3>Spinner Iconss</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-circle-o-notch"><i class="fa fa-circle-o-notch"></i><span>fa-circle-o-notch</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cog"><i class="fa fa-cog"></i><span>fa-cog</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gear"><i class="fa fa-gear"></i><span>fa-gear</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-refresh"><i class="fa fa-refresh"></i><span>fa-refresh</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-spinner"><i class="fa fa-spinner"></i><span>fa-spinner</span></a> </div> <div class="page-header"> <h3>Form Control Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-check-square"><i class="fa fa-check-square"></i><span>fa-check-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-check-square-o"><i class="fa fa-check-square-o"></i><span>fa-check-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-circle"><i class="fa fa-circle"></i><span>fa-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-circle-o"><i class="fa fa-circle-o"></i><span>fa-circle-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-dot-circle-o"><i class="fa fa-dot-circle-o"></i><span>fa-dot-circle-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-minus-square"><i class="fa fa-minus-square"></i><span>fa-minus-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-minus-square-o"><i class="fa fa-minus-square-o"></i><span>fa-minus-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plus-square"><i class="fa fa-plus-square"></i><span>fa-plus-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plus-square-o"><i class="fa fa-plus-square-o"></i><span>fa-plus-square-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-square"><i class="fa fa-square"></i><span>fa-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-square-o"><i class="fa fa-square-o"></i><span>fa-square-o</span></a> </div> <div class="page-header"> <h3>Currency Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bitcoin"><i class="fa fa-bitcoin"></i><span>fa-bitcoin</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-btc"><i class="fa fa-btc"></i><span>fa-btc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cny"><i class="fa fa-cny"></i><span>fa-cny</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-dollar"><i class="fa fa-dollar"></i><span>fa-dollar</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-eur"><i class="fa fa-eur"></i><span>fa-eur</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-euro"><i class="fa fa-euro"></i><span>fa-euro</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gbp"><i class="fa fa-gbp"></i><span>fa-gbp</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-inr"><i class="fa fa-inr"></i><span>fa-inr</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-jpy"><i class="fa fa-jpy"></i><span>fa-jpy</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-krw"><i class="fa fa-krw"></i><span>fa-krw</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-money"><i class="fa fa-money"></i><span>fa-money</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rmb"><i class="fa fa-rmb"></i><span>fa-rmb</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rouble"><i class="fa fa-rouble"></i><span>fa-rouble</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rub"><i class="fa fa-rub"></i><span>fa-rub</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ruble"><i class="fa fa-ruble"></i><span>fa-ruble</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rupee"><i class="fa fa-rupee"></i><span>fa-rupee</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-try"><i class="fa fa-try"></i><span>fa-try</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-turkish-lira"><i class="fa fa-turkish-lira"></i><span>fa-turkish-lira</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-usd"><i class="fa fa-usd"></i><span>fa-usd</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-won"><i class="fa fa-won"></i><span>fa-won</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-yen"><i class="fa fa-yen"></i><span>fa-yen</span></a> </div> <div class="page-header"> <h3>Text Editor Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-align-center"><i class="fa fa-align-center"></i><span>fa-align-center</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-align-justify"><i class="fa fa-align-justify"></i><span>fa-align-justify</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-align-left"><i class="fa fa-align-left"></i><span>fa-align-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-align-right"><i class="fa fa-align-right"></i><span>fa-align-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bold"><i class="fa fa-bold"></i><span>fa-bold</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chain"><i class="fa fa-chain"></i><span>fa-chain</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chain-broken"><i class="fa fa-chain-broken"></i><span>fa-chain-broken</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-clipboard"><i class="fa fa-clipboard"></i><span>fa-clipboard</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-columns"><i class="fa fa-columns"></i><span>fa-columns</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-copy"><i class="fa fa-copy"></i><span>fa-copy</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-cut"><i class="fa fa-cut"></i><span>fa-cut</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-dedent"><i class="fa fa-dedent"></i><span>fa-dedent</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-eraser"><i class="fa fa-eraser"></i><span>fa-eraser</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file"><i class="fa fa-file"></i><span>fa-file</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-o"><i class="fa fa-file-o"></i><span>fa-file-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-text"><i class="fa fa-file-text"></i><span>fa-file-text</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-file-text-o"><i class="fa fa-file-text-o"></i><span>fa-file-text-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-files-o"><i class="fa fa-files-o"></i><span>fa-files-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-floppy-o"><i class="fa fa-floppy-o"></i><span>fa-floppy-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-font"><i class="fa fa-font"></i><span>fa-font</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-header"><i class="fa fa-header"></i><span>fa-header</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-indent"><i class="fa fa-indent"></i><span>fa-indent</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-italic"><i class="fa fa-italic"></i><span>fa-italic</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-link"><i class="fa fa-link"></i><span>fa-link</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-list"><i class="fa fa-list"></i><span>fa-list</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-list-alt"><i class="fa fa-list-alt"></i><span>fa-list-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-list-ol"><i class="fa fa-list-ol"></i><span>fa-list-ol</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-list-ul"><i class="fa fa-list-ul"></i><span>fa-list-ul</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-outdent"><i class="fa fa-outdent"></i><span>fa-outdent</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-paperclip"><i class="fa fa-paperclip"></i><span>fa-paperclip</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-paragraph"><i class="fa fa-paragraph"></i><span>fa-paragraph</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-paste"><i class="fa fa-paste"></i><span>fa-paste</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-repeat"><i class="fa fa-repeat"></i><span>fa-repeat</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rotate-left"><i class="fa fa-rotate-left"></i><span>fa-rotate-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rotate-right"><i class="fa fa-rotate-right"></i><span>fa-rotate-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-save"><i class="fa fa-save"></i><span>fa-save</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-scissors"><i class="fa fa-scissors"></i><span>fa-scissors</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-strikethrough"><i class="fa fa-strikethrough"></i><span>fa-strikethrough</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-subscript"><i class="fa fa-subscript"></i><span>fa-subscript</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-superscript"><i class="fa fa-superscript"></i><span>fa-superscript</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-table"><i class="fa fa-table"></i><span>fa-table</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-text-height"><i class="fa fa-text-height"></i><span>fa-text-height</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-text-width"><i class="fa fa-text-width"></i><span>fa-text-width</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-th"><i class="fa fa-th"></i><span>fa-th</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-th-large"><i class="fa fa-th-large"></i><span>fa-th-large</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-th-list"><i class="fa fa-th-list"></i><span>fa-th-list</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-underline"><i class="fa fa-underline"></i><span>fa-underline</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-undo"><i class="fa fa-undo"></i><span>fa-undo</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-unlink"><i class="fa fa-unlink"></i><span>fa-unlink</span></a> </div> <div class="page-header"> <h3>Directional Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-double-down"><i class="fa fa-angle-double-down"></i><span>fa-angle-double-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-double-left"><i class="fa fa-angle-double-left"></i><span>fa-angle-double-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-double-right"><i class="fa fa-angle-double-right"></i><span>fa-angle-double-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-double-up"><i class="fa fa-angle-double-up"></i><span>fa-angle-double-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-down"><i class="fa fa-angle-down"></i><span>fa-angle-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-left"><i class="fa fa-angle-left"></i><span>fa-angle-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-right"><i class="fa fa-angle-right"></i><span>fa-angle-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-angle-up"><i class="fa fa-angle-up"></i><span>fa-angle-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-down"><i class="fa fa-arrow-circle-down"></i><span>fa-arrow-circle-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-left"><i class="fa fa-arrow-circle-left"></i><span>fa-arrow-circle-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-o-down"><i class="fa fa-arrow-circle-o-down"></i><span>fa-arrow-circle-o-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-o-left"><i class="fa fa-arrow-circle-o-left"></i><span>fa-arrow-circle-o-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-o-right"><i class="fa fa-arrow-circle-o-right"></i><span>fa-arrow-circle-o-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-o-up"><i class="fa fa-arrow-circle-o-up"></i><span>fa-arrow-circle-o-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-right"><i class="fa fa-arrow-circle-right"></i><span>fa-arrow-circle-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-circle-up"><i class="fa fa-arrow-circle-up"></i><span>fa-arrow-circle-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-down"><i class="fa fa-arrow-down"></i><span>fa-arrow-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-left"><i class="fa fa-arrow-left"></i><span>fa-arrow-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-right"><i class="fa fa-arrow-right"></i><span>fa-arrow-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrow-up"><i class="fa fa-arrow-up"></i><span>fa-arrow-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows"><i class="fa fa-arrows"></i><span>fa-arrows</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows-alt"><i class="fa fa-arrows-alt"></i><span>fa-arrows-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows-h"><i class="fa fa-arrows-h"></i><span>fa-arrows-h</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows-v"><i class="fa fa-arrows-v"></i><span>fa-arrows-v</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-down"><i class="fa fa-caret-down"></i><span>fa-caret-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-left"><i class="fa fa-caret-left"></i><span>fa-caret-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-right"><i class="fa fa-caret-right"></i><span>fa-caret-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-down"><i class="fa fa-caret-square-o-down"></i><span>fa-caret-square-o-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-left"><i class="fa fa-caret-square-o-left"></i><span>fa-caret-square-o-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-right"><i class="fa fa-caret-square-o-right"></i><span>fa-caret-square-o-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-square-o-up"><i class="fa fa-caret-square-o-up"></i><span>fa-caret-square-o-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-caret-up"><i class="fa fa-caret-up"></i><span>fa-caret-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-circle-down"><i class="fa fa-chevron-circle-down"></i><span>fa-chevron-circle-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-circle-left"><i class="fa fa-chevron-circle-left"></i><span>fa-chevron-circle-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-circle-right"><i class="fa fa-chevron-circle-right"></i><span>fa-chevron-circle-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-circle-up"><i class="fa fa-chevron-circle-up"></i><span>fa-chevron-circle-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-down"><i class="fa fa-chevron-down"></i><span>fa-chevron-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-left"><i class="fa fa-chevron-left"></i><span>fa-chevron-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-right"><i class="fa fa-chevron-right"></i><span>fa-chevron-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-chevron-up"><i class="fa fa-chevron-up"></i><span>fa-chevron-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-hand-o-down"><i class="fa fa-hand-o-down"></i><span>fa-hand-o-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-hand-o-left"><i class="fa fa-hand-o-left"></i><span>fa-hand-o-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-hand-o-right"><i class="fa fa-hand-o-right"></i><span>fa-hand-o-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-hand-o-up"><i class="fa fa-hand-o-up"></i><span>fa-hand-o-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-long-arrow-down"><i class="fa fa-long-arrow-down"></i><span>fa-long-arrow-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-long-arrow-left"><i class="fa fa-long-arrow-left"></i><span>fa-long-arrow-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-long-arrow-right"><i class="fa fa-long-arrow-right"></i><span>fa-long-arrow-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-long-arrow-up"><i class="fa fa-long-arrow-up"></i><span>fa-long-arrow-up</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-down"><i class="fa fa-toggle-down"></i><span>fa-toggle-down</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-left"><i class="fa fa-toggle-left"></i><span>fa-toggle-left</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-right"><i class="fa fa-toggle-right"></i><span>fa-toggle-right</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-toggle-up"><i class="fa fa-toggle-up"></i><span>fa-toggle-up</span></a> </div> <div class="page-header"> <h3>Video Player Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-arrows-alt"><i class="fa fa-arrows-alt"></i><span>fa-arrows-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-backward"><i class="fa fa-backward"></i><span>fa-backward</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-compress"><i class="fa fa-compress"></i><span>fa-compress</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-eject"><i class="fa fa-eject"></i><span>fa-eject</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-expand"><i class="fa fa-expand"></i><span>fa-expand</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-fast-backward"><i class="fa fa-fast-backward"></i><span>fa-fast-backward</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-fast-forward"><i class="fa fa-fast-forward"></i><span>fa-fast-forward</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-forward"><i class="fa fa-forward"></i><span>fa-forward</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pause"><i class="fa fa-pause"></i><span>fa-pause</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-play"><i class="fa fa-play"></i><span>fa-play</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-play-circle"><i class="fa fa-play-circle"></i><span>fa-play-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-play-circle-o"><i class="fa fa-play-circle-o"></i><span>fa-play-circle-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-step-backward"><i class="fa fa-step-backward"></i><span>fa-step-backward</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-step-forward"><i class="fa fa-step-forward"></i><span>fa-step-forward</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-stop"><i class="fa fa-stop"></i><span>fa-stop</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-youtube-play"><i class="fa fa-youtube-play"></i><span>fa-youtube-play</span></a> </div> <div class="page-header"> <h3>Brand Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-adn"><i class="fa fa-adn"></i><span>fa-adn</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-android"><i class="fa fa-android"></i><span>fa-android</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-apple"><i class="fa fa-apple"></i><span>fa-apple</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-behance"><i class="fa fa-behance"></i><span>fa-behance</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-behance-square"><i class="fa fa-behance-square"></i><span>fa-behance-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bitbucket"><i class="fa fa-bitbucket"></i><span>fa-bitbucket</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bitbucket-square"><i class="fa fa-bitbucket-square"></i><span>fa-bitbucket-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-bitcoin"><i class="fa fa-bitcoin"></i><span>fa-bitcoin</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-btc"><i class="fa fa-btc"></i><span>fa-btc</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-codepen"><i class="fa fa-codepen"></i><span>fa-codepen</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-css3"><i class="fa fa-css3"></i><span>fa-css3</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-delicious"><i class="fa fa-delicious"></i><span>fa-delicious</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-deviantart"><i class="fa fa-deviantart"></i><span>fa-deviantart</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-digg"><i class="fa fa-digg"></i><span>fa-digg</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-dribbble"><i class="fa fa-dribbble"></i><span>fa-dribbble</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-dropbox"><i class="fa fa-dropbox"></i><span>fa-dropbox</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-drupal"><i class="fa fa-drupal"></i><span>fa-drupal</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-empire"><i class="fa fa-empire"></i><span>fa-empire</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-facebook"><i class="fa fa-facebook"></i><span>fa-facebook</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-facebook-square"><i class="fa fa-facebook-square"></i><span>fa-facebook-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-flickr"><i class="fa fa-flickr"></i><span>fa-flickr</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-foursquare"><i class="fa fa-foursquare"></i><span>fa-foursquare</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ge"><i class="fa fa-ge"></i><span>fa-ge</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-git"><i class="fa fa-git"></i><span>fa-git</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-git-square"><i class="fa fa-git-square"></i><span>fa-git-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-github"><i class="fa fa-github"></i><span>fa-github</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-github-alt"><i class="fa fa-github-alt"></i><span>fa-github-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-github-square"><i class="fa fa-github-square"></i><span>fa-github-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-gittip"><i class="fa fa-gittip"></i><span>fa-gittip</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-google"><i class="fa fa-google"></i><span>fa-google</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-google-plus"><i class="fa fa-google-plus"></i><span>fa-google-plus</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-google-plus-square"><i class="fa fa-google-plus-square"></i><span>fa-google-plus-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-hacker-news"><i class="fa fa-hacker-news"></i><span>fa-hacker-news</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-html5"><i class="fa fa-html5"></i><span>fa-html5</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-instagram"><i class="fa fa-instagram"></i><span>fa-instagram</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-joomla"><i class="fa fa-joomla"></i><span>fa-joomla</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-jsfiddle"><i class="fa fa-jsfiddle"></i><span>fa-jsfiddle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-linkedin"><i class="fa fa-linkedin"></i><span>fa-linkedin</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-linkedin-square"><i class="fa fa-linkedin-square"></i><span>fa-linkedin-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-linux"><i class="fa fa-linux"></i><span>fa-linux</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-maxcdn"><i class="fa fa-maxcdn"></i><span>fa-maxcdn</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-openid"><i class="fa fa-openid"></i><span>fa-openid</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pagelines"><i class="fa fa-pagelines"></i><span>fa-pagelines</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pied-piper"><i class="fa fa-pied-piper"></i><span>fa-pied-piper</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pied-piper-alt"><i class="fa fa-pied-piper-alt"></i><span>fa-pied-piper-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pied-piper-square"><i class="fa fa-pied-piper-square"></i><span>fa-pied-piper-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pinterest"><i class="fa fa-pinterest"></i><span>fa-pinterest</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-pinterest-square"><i class="fa fa-pinterest-square"></i><span>fa-pinterest-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-qq"><i class="fa fa-qq"></i><span>fa-qq</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ra"><i class="fa fa-ra"></i><span>fa-ra</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-rebel"><i class="fa fa-rebel"></i><span>fa-rebel</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-reddit"><i class="fa fa-reddit"></i><span>fa-reddit</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-reddit-square"><i class="fa fa-reddit-square"></i><span>fa-reddit-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-renren"><i class="fa fa-renren"></i><span>fa-renren</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-share-alt"><i class="fa fa-share-alt"></i><span>fa-share-alt</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-share-alt-square"><i class="fa fa-share-alt-square"></i><span>fa-share-alt-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-skype"><i class="fa fa-skype"></i><span>fa-skype</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-slack"><i class="fa fa-slack"></i><span>fa-slack</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-soundcloud"><i class="fa fa-soundcloud"></i><span>fa-soundcloud</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-spotify"><i class="fa fa-spotify"></i><span>fa-spotify</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-stack-exchange"><i class="fa fa-stack-exchange"></i><span>fa-stack-exchange</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-stack-overflow"><i class="fa fa-stack-overflow"></i><span>fa-stack-overflow</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-steam"><i class="fa fa-steam"></i><span>fa-steam</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-steam-square"><i class="fa fa-steam-square"></i><span>fa-steam-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-stumbleupon"><i class="fa fa-stumbleupon"></i><span>fa-stumbleupon</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-stumbleupon-circle"><i class="fa fa-stumbleupon-circle"></i><span>fa-stumbleupon-circle</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tencent-weibo"><i class="fa fa-tencent-weibo"></i><span>fa-tencent-weibo</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-trello"><i class="fa fa-trello"></i><span>fa-trello</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tumblr"><i class="fa fa-tumblr"></i><span>fa-tumblr</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-tumblr-square"><i class="fa fa-tumblr-square"></i><span>fa-tumblr-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-twitter"><i class="fa fa-twitter"></i><span>fa-twitter</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-twitter-square"><i class="fa fa-twitter-square"></i><span>fa-twitter-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-vimeo-square"><i class="fa fa-vimeo-square"></i><span>fa-vimeo-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-vine"><i class="fa fa-vine"></i><span>fa-vine</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-vk"><i class="fa fa-vk"></i><span>fa-vk</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-wechat"><i class="fa fa-wechat"></i><span>fa-wechat</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-weibo"><i class="fa fa-weibo"></i><span>fa-weibo</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-weixin"><i class="fa fa-weixin"></i><span>fa-weixin</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-windows"><i class="fa fa-windows"></i><span>fa-windows</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-wordpress"><i class="fa fa-wordpress"></i><span>fa-wordpress</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-xing"><i class="fa fa-xing"></i><span>fa-xing</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-xing-square"><i class="fa fa-xing-square"></i><span>fa-xing-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-yahoo"><i class="fa fa-yahoo"></i><span>fa-yahoo</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-youtube"><i class="fa fa-youtube"></i><span>fa-youtube</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-youtube-play"><i class="fa fa-youtube-play"></i><span>fa-youtube-play</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-youtube-square"><i class="fa fa-youtube-square"></i><span>fa-youtube-square</span></a> </div> <div class="page-header"> <h3>Medical Icons</h3> </div> <div class="clearfix"> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-ambulance"><i class="fa fa-ambulance"></i><span>fa-ambulance</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-h-square"><i class="fa fa-h-square"></i><span>fa-h-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-hospital-o"><i class="fa fa-hospital-o"></i><span>fa-hospital-o</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-medkit"><i class="fa fa-medkit"></i><span>fa-medkit</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-plus-square"><i class="fa fa-plus-square"></i><span>fa-plus-square</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-stethoscope"><i class="fa fa-stethoscope"></i><span>fa-stethoscope</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-user-md"><i class="fa fa-user-md"></i><span>fa-user-md</span></a> <a href="javascript:;" onclick="{$callback}('fa ' + $(this).find('span').text());" title="fa-wheelchair"><i class="fa fa-wheelchair"></i><span>fa-wheelchair</span></a> </div> </div>
xianhuachang/one
www/web/themes/default/utility/icon.html
HTML
gpl-2.0
94,360
h1 { font-size: 45px; } .intro-code { margin-top: 20px; } pre.highlight code * { white-space: nowrap; // this sets all children inside to nowrap } pre.highlight { overflow-x: auto; // this sets the scrolling in x } pre.highlight code { white-space: pre; // forces <code> to respect <pre> formatting } .main-container { padding-left: 30px; padding-right: 30px; } .btn:focus, .btn:focus:active { outline: none; } .sidebar { overflow: auto; font-family: verdana, sans-serif; font-size: 12px; font-weight: 200; background-color: #2e353d; position: fixed; top: 0px; width: 225px; height: 100%; color: #FFF; } .sidebar .brand { background-color: #23282e; display: block; text-align: center; padding: 25px 0; margin-top: 0; margin-bottom: 0; } .sidebar .brand a { color: #FFF; } .sidebar .brand a:hover, .sidebar .brand a:active, .sidebar .brand a:focus { text-decoration: none; } .sidebar .toggle-btn { display: none; } .sidebar .menu-list { width: inherit; } .sidebar .menu-list ul, .sidebar .menu-list li { background: #2e353d; list-style: none; padding: 0px; margin: 0px; line-height: 35px; cursor: pointer; } .sidebar .menu-list ul :not(collapsed) .arrow:before, .sidebar .menu-list li :not(collapsed) .arrow:before { font-family: FontAwesome; content: "\f078"; display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; float: right; } .sidebar .menu-list ul .active, .sidebar .menu-list li .active { border-left: 3px solid #d19b3d; background-color: #4f5b69; } .sidebar .menu-list ul .sub-menu li.active, .sidebar .menu-list li .sub-menu li.active { color: #d19b3d; } .sidebar .menu-list ul .sub-menu li.active a, .sidebar .menu-list li .sub-menu li.active a { color: #d19b3d; } .sidebar .menu-list ul .sub-menu li, .sidebar .menu-list li .sub-menu li { background-color: #181c20; border: none; border-bottom: 1px solid #23282e; margin-left: 0px; line-height: 1.4; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; padding-left: 25px; } .sidebar .menu-list ul .sub-menu li:hover, .sidebar .menu-list li .sub-menu li:hover { background-color: #020203; } .sidebar .menu-list ul .sub-menu li a, .sidebar .menu-list li .sub-menu li a { display: block; } .sidebar .menu-list ul .sub-menu li a:before, .sidebar .menu-list li .sub-menu li a:before { font-family: FontAwesome; font-size: 14px; font-weight: bold; content: "\f105"; display: inline; vertical-align: middle; padding-left: 0; padding-right: 7px; margin-left: -12px; } .sidebar .menu-list li { padding-left: 0px; border-left: 3px solid #2e353d; border-bottom: 1px solid #23282e; } .sidebar .menu-list li a { text-decoration: none; color: white; } .sidebar .menu-list li a i { padding-left: 10px; width: 20px; padding-right: 20px; } .sidebar .menu-list li:hover { border-left: 3px solid #d19b3d; background-color: #4f5b69; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .sidebar #menu-content { padding-bottom: 70px; } body { margin: 0px; padding: 0px; } .coredocs-section-title { margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid lightgrey; } .coredocs-link-title a, .coredocs-section-title a { display: none; } .coredocs-link-title a, .coredocs-section-title a { text-decoration: none; } .coredocs-link-title:hover a, .coredocs-section-title:hover a { display: inline; font-size: 20px; } .coredocs-section-title:last-child { margin-top: 0; } /* @group Language Switcher */ .sidebar .menu-list.menu-list-bottom { margin-bottom: 0; position: fixed; width: inherit; bottom: 0; left: 0; right: 0; border-top: 1px solid #23282e; } .sidebar .menu-list-bottom li span { float: right; margin-right: 20px; color: #d19b3d; } /* @end Language Switcher */ /* @group Docs Content */ .docs-content .meta .label { vertical-align: middle; font-size: 14px; font-weight: normal; } .docs-content .meta code { vertical-align: middle; padding: .2em .6em .3em; font-size: 14px; } .docs-content .btn { font-size: inherit; } .code-samples pre { margin-top: 20px; } /* @end Docs Content */ @media (max-width: 767px) { .main-container { padding-left: 15px; padding-right: 15px; } .sidebar { position: relative; width: 100%; margin-bottom: 10px; overflow: visible; } .sidebar .toggle-btn { display: block; cursor: pointer; position: absolute; right: 10px; top: 10px; z-index: 10 !important; padding: 3px; width: 40px; text-align: center; } .sidebar .menu-list.menu-list-bottom { position: static; } .sidebar .brand { margin-top: 0; margin-bottom: 0; text-align: left !important; font-size: 22px; padding: 0; padding-left: 20px; line-height: 50px !important; } } @media (min-width: 767px) { .sidebar .menu-list .menu-content { display: block; } #main { width:calc(100% - 225px); float: right; } } @media (min-width: 992px) { .modal-lg { width: 980px; } } .api-modal .modal-title .fa { color: #93c54b; } .api-modal .modal-body .request-awaiting { padding: 35px 10px; color: #7F8177; text-align: center; } .api-modal .modal-body .meta { margin-bottom: 20px; } .api-modal .modal-body .meta .label { vertical-align: middle; font-size: 14px; font-weight: normal; } .api-modal .modal-body .meta code { vertical-align: middle; padding: .2em .6em .3em; font-size: 14px; } .api-modal .modal-content .toggle-view { text-align: right; float: right; } .api-modal .modal-content .response .well { margin: 0; max-height: 550px; } .highlight { background-color: #f7f7f9 } .checkbox label.control-label { font-weight: bold } @media (min-width: 768px) { .navbar-nav.navbar-right:last-child { margin-right: 0 !important; } }
JustinWingChungHui/MyFamilyRoot
static/rest_framework/docs/css/base.css
CSS
gpl-2.0
6,147
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>iCalcreator 2.10.23 manual</title> <meta name="author" content="Kjell-Inge Gustafsson - kigkonsult"> <meta name="copyright" content="2007-2011 Kjell-Inge Gustafsson - kigkonsult"> <meta name="keywords" content="ical, calendar, calender, xcal, xml, icalender, rfc2445, vcalender, php, create"> <meta name="description" content="using iCalcreator v2.10.23"> <style type="text/css"> * { BACKGROUND-COLOR: white; COLOR : black; } a { FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : small; } a.ref { xbackground-color: transparent; background-color: inherit; FONT-FAMILY : monospace, arial; FONT-SIZE : small; FONT-STYLE : normal; TEXT-DECORATION : none; } body { FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : small; MARGIN-LEFT : 10px; WIDTH : 600px; } h1 { BACKGROUND-COLOR: silver; BORDER : thin solid black; FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : x-large; FONT-WEIGHT : bold; DISPLAY : block; } h2 { FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : large; } h3 { FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : medium; } h4 { FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : small; FONT-WEIGHT : bold; } h5 { FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : small; FONT-WEIGHT : normal; TEXT-DECORATION : underline; } p { FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : small; } .bb { BORDER-BOTTOM : gray dotted thin; } .blb { BORDER-LEFT : gray dotted thin; BORDER-BOTTOM : gray dotted thin; TEXT-ALIGN : center; } .bl { BORDER-LEFT : gray dotted thin; } .center { TEXT-ALIGN : center; } p.comment { background-color: transparent; FONT-FAMILY : monospace; FONT-SIZE : medium; FONT-STYLE : italic; FONT-WEIGHT : 300; WHITE-SPACE : pre; } span.comment { background-color: transparent; FONT-FAMILY : monospace; FONT-SIZE : medium; } .example { background-color: #DCDCDC; FONT-FAMILY : Courier, "Courier New"; FONT-SIZE : small; FONT-WEIGHT : 500; LINE-HEIGHT : 1.2em; WHITE-SPACE : pre; } .format { BORDER : gray dotted thin; FONT-FAMILY : Courier, "Courier New"; FONT-SIZE : small; FONT-WEIGHT : 500; LINE-HEIGHT : 1.5em; WHITE-SPACE : pre; } .header { BACKGROUND-COLOR: silver; BORDER : thin solid black; FONT-FAMILY : "Lucida Grande","Lucida Sans Unicode", "Bitstream Vera Sans", Lucida, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE : xx-large; WIDTH : 600px; } .label { FONT-FAMILY : arial; FONT-SIZE : small; FONT-WEIGHT : bold; LETTER-SPACING : 0.1em; } .quotes { background-color: transparent; FONT-FAMILY : arial; FONT-SIZE : small; xFONT-STYLE : italic; FONT-WEIGHT : 300; LETTER-SPACING : 0.2em; WHITE-SPACE : pre; } .ref { BACKGROUND-COLOR: transparent; FONT-FAMILY : monospace, arial; FONT-SIZE : x-small; xFONT-STYLE : italic; xFONT-WEIGHT : 600; VERTICAL-ALIGN : top; LETTER-SPACING : 0.2em; } .top { VERTICAL-ALIGN : top; } </style> </head> <body> <a name="top"></a> <p class="header">iCalcreator 2.10.23</p> iCalcreator class v2.10.23<br> copyright (c) 2007-2011 Kjell-Inge Gustafsson, kigkonsult<br> <a href="http://kigkonsult.se/iCalcreator/index.php" title="kigkonsult.se/iCalcreator" target="_blank">kigkonsult.se/iCalcreator</a><br> [email protected]<br> <h2>Description:</h2> iCalcreator is a <i>PHP</i> implementation of RFC2445/RFC2446 to manage iCal/xCal formatted files. <br> <a name="INTRO"></a><h1>1. INTRO</h1> <p> iCalcreator is a <i>PHP</i> class managing iCal formatted files for non-<i>calendar</i> systems like CMS, project management systems and other applications able to process <i>calendar</i> information like agendas, tasks, reports, todos, journalling data and for communication with <i>calendar</i> systems and applications. </p> <p> iCalcreator features create, parse, edit and select <i>calendar</i> and <i>calendar</i> components. </p> <p> iCalcreator is built of a class file with support of a function class file and are <i>calendar</i> component property oriented. Development environment is <i>PHP</i> version 5.x but coding is done to meet 4.x backward compatibility and may work. Some functions requires <i>PHP</i> >= 5.2.0. </p> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="iCal"></a><h2>1.1 Ical</h2> The iCalendar format, as described in <dl> <dt><a href="http://kigkonsult.se/downloads/dl.php?f=rfc5545" title="Download RFC5545 in text format" target="_blank">rfc5545</a> <dd>&quot;Internet Calendaring and Scheduling Core Object Specification (iCalendar)&quot; <dt><a href="http://kigkonsult.se/downloads/dl.php?f=rfc5546" title="Download RFC5546 in text format" target="_blank">rfc5546</a> <dd>&quot;iCalendar Transport-Independent Interoperability Protocol (iTIP)&quot;<br>Scheduling Events, BusyTime, To-dos and Journal Entries </dl> <p class="quotes">. ..allows for the capture and exchange of information<br>normally stored within a calendaring and scheduling application.</p> and <p class="quotes">. ..is an exchange format between applications or systems.</p> <p><a href="http://kigkonsult.se/downloads/dl.php?f=rfc5545" title="Download RFC5545 in text format" target="_blank">rfc5545</a> and <a href="http://kigkonsult.se/downloads/dl.php?f=rfc5546" title="Download RFC5546 in text format" target="_blank">rfc5546</a> obsoletes, respectively, <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="Download RFC2445 in text format" target="_blank">rfc2445</a> and <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2446" title="Download RFC2446 in text format" target="_blank">rfc2446</a>. </p> <p> A short iCal description is found at <a href="http://en.wikipedia.org/wiki/ICalendar#Core_object" title="iCalendar From Wikipedia, the free encyclopedia" target="_blank">Wikipedia</a>. If You are not familiar with iCal, read this first! Knowledge of <i>calendar</i> protocol rfc5545/rfc5546 is to recommend. </p> <p> Any references to rfc2445, below, corresponds to rfc5545. </p> <p> All iCalcreator functions calls are made as simple as possible BUT (, !!!,) read these rfc's properly! xCal (iCal xml) output format is supported but still experimental. </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="This_manual"></a><h2>1.2 This manual</h2> This style is used for text. <p class="format">This style is used for formats.</p> <p class="example">This style is used for <i>PHP</i> coding examples. <span class="comment"> // this style is used for coding comments.</span> </p> <p class="comment">This style is used for content details.</p> <p class="quotes">This style is used for RFC2445 quotes.</p> <p> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="Versioning"></a><h2>1.3 Versioning</h2> The release numbering convention used is major.minor(.micro&nbsp;/&nbsp;suffix). <dl> <dt>Major <dd>Indicates a very large change in the core package. Rewrites or major milestones. <dt>Minor <dd>Significant amount of feature addition/modification.<br>odd number - development/experimental release<br> even number - production release <dt>Micro <dd>Primarily bug fix and maintenance number. <dt>Suffix <dd>rc1 for first release candidate etc. </dl> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="Support"></a><h2>1.4 Support</h2> <p> The main support channel is using iCalcreator <a title="Sourceforge" href="http://sourceforge.net/projects/icalcreator/forums/" target="_blank">Sourceforge</a> forum. </p> <p> Use the contact <a href="http://kigkonsult.se/contact/index.php" title="kigkonsult.se/contact" target="_blank">page</a> for queries, improvement/development issues or professional support and development. Please note that paid support or consulting service has the highest priority. </p> <p> Our services are available for support and designing and developing iCalcreator etc. customizations, adaptations and other <i>PHP</i>/MySQL solutions with a special focus on software utility and reliability, supported through our iterative acquire/design/transition process modell. </p> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="Donate"></a><h2>1.5 Donate</h2> <p> You can show your appreciation for our free software, and can support future development by making a donation to the kigkonsult project iCalcreator. </p> <p> Make a donation of any size by clicking <a href="http://kigkonsult.se/contact/index.php#Donate" title="Donate" target="_blank">here</a>. Thanks in advance! </p> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="INSTALL"></a><h2>1.6 Install</h2> <a name="Basic"></a><h3>1.6.1 Basic</h3> Unpack to any folder<br> - add this folder to your include-path<br> - or unpack to your application-(include)-folder<br> Add <p class="format">require_once &quot;[folder/]iCalcreator.class.php&quot;;</p> to your php-script. <br> <br> If using php version 5.1 or higher, the default timezone need to be set/altered, now &quot;Europe/Stockholm&quot;, line 50 in the iCalcreator.class.php file. <br> <br> When creating a new <i>calendar</i>/component instance, review <a href="#Calendar_configuration_functions">config</a> settings. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="Boost"></a><h3>1.6.2 Boost performance</h3> To really boost performance, kigkonsult can now offer <i>PHP</i> (4 and 5) packages (iCalcreator etc) in byte coded files, using <a href="http://www.ioncube.com" target="_blank"><u>ionCube</u></a> encoder. <br> <br> Encoded files use a platform independent file format, and can be run on any platform for which ionCube supply a (free) Loader. Currently supported platforms are Windows (e.g. NT, XP, W2K), Intel Linux, FreeBSD, NetBSD, OpenBSD, OS X, and Sparc Solaris. <br> <br> Visit kigkonsult.se contact <a href="http://kigkonsult.se/contact/index.php" target="_blank"><u>page</u></a> for information and purchase. <br> <br> Use basic install (above), install ionCube Loader (requires an update of &quot;php.ini&quot; or additional file in &quot;/etc/php.d&quot; folder AND the execute rights to use the <i>PHP</i> &quot;dl&quot; function) and simply replace the <i>PHP</i> class files with the encoded files. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="Additional_Descriptors"></a><h2>1.7 Additional Descriptors</h2> The following properties (as described in <a href="http://en.wikipedia.org/wiki/ICalendar#Calendar_extensions" title="http://en.wikipedia.org/wiki/ICalendar#Calendar_extensions" target="_blank">wikipedia:iCal</a>) may be required when importing iCal files into some calendaring software (MS etc.): <dl> <dt>on <i>calendar</i> level <dd><a href="#METHOD">METHOD</a> property (value PUBLISH etc.) <dd><a href="#X-PROPERTY">X-WR-CALNAME</a> x-property <dd><a href="#X-PROPERTY">X-WR-CALDESC</a> x-property <dd><a href="#X-PROPERTY">X-WR-RELCALID</a> x-property <span class="comment">(a <a href="/wiki/Universally_Unique_Identifier" title="Universally Unique Identifier" class="mw-redirect">UUID</a>.)</span> <dd><a href="#X-PROPERTY">X-WR-TIMEZONE</a> x-property <dt>on component level <dd><a href="#DTSTAMP">DTSTAMP</a> property (in iCalcreator created automatically, if not set) <dd><a href="#UID">UID</a> property (in iCalcreator created automatically, if not set) <dt>on component level in <a href="#VTIMEZONE">vtimezone</a> component <dd><a href="#X-PROPERTY">X-LIC-LOCATION</a> x-property </dl> Recommendation is also to set <a href="#Unique_id">unique_id</a> when creating a new vcalendar/component instance, to ensure accurate setting of all components <a href="#UID">UID</a> property, even before <a href="#parse_merge">parse</a>. <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->setProperty( &quot;method&quot;, &quot;PUBLISH&quot; ) $vcalendar->setProperty( &quot;x-wr-calname&quot;, &quot;Calendar Sample&quot; ); $vcalendar->setProperty( &quot;X-WR-CALDESC&quot;, &quot;Calendar Description&quot; ); $uuid = &quot;3E26604A-50F4-4449-8B3E-E4F4932D05B5&quot;; $vcalendar->setProperty( &quot;X-WR-RELCALID&quot;, $uuid ); $vcalendar->setProperty( &quot;X-WR-TIMEZONE&quot;, &quot;Europe/Stockholm&quot; ); .. . </p> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="Addendum"></a><h2>1.8 Addendum</h2> <p> Download iCalcreator <a title="download iCalcreator coding samples" href="http://kigkonsult.se/downloads/index.php#iCalcreator" target="_blank">coding samples</a>. </p> <dl> <dt>Examples how to employ iCalcreator in software development <dd><a title="tinycal" href="http://kigkonsult.se/tinycal/index.php" target="_blank">tinycal</a>, <i>calendar</i>-in-a-box. <dd><a title="Create iCal event file on-demand from form" href="http://kigkonsult.se/eventCreator/index.php" target="_blank">The iCal file event editor</a> </dl> <p> If you are downloading the iCalcreatorusing sub-package, there are free iCal/xCal icons in the images directory, to use as buttons on a web page. </p> The <i>PHP</i> coding in this document or &quot;coding samples&quot; (above) are only for display of usage, recommendation is to use a coding standard, the following, incomplete, list is a good start; <dl> <dd><a href="http://www.dagbladet.no/development/phpcodingstandard/" target="_blank">http://www.dagbladet.no/development/phpcodingstandard/</a> <!-- <br> <a href="http://ez.no/ezpublish/documentation/development/standards/php" target="_blank">http://ez.no/ezpublish/documentation/development/standards/php</a> --> <dd><a href="http://framework.zend.com/manual/en/coding-standard.overview.html" target="_blank">http://framework.zend.com/manual/en/coding-standard.overview.html</a> <!-- <br> <a href="http://gforge.org/docman/view.php/1/2/coding-standards.html" target="_blank">http://gforge.org/docman/view.php/1/2/coding-standards.html</a> --> <dd><a href="http://pear.php.net/manual/en/standards.php" target="_blank">http://pear.php.net/manual/en/standards.php</a> </dl> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="INDEX"></a><h2>1.9 INDEX</h2> <a href="#INTRO">1. INTRO</a><br> <br> <a href="#iCal">1.1 Ical</a><br> <a href="#This_manual">1.2 This manual</a><br> <a href="#Versioning">1.3 Versioning</a><br> <a href="#Support">1.4 Support</a><br> <a href="#Donate">1.5 Donate</a><br> <a href="#INSTALL">1.6 Install</a><br> <a href="#Basic">1.6.1 Basic</a><br> <a href="#Boost">1.6.2 Boost performance</a><br> <a href="#Additional_Descriptors">1.7 Additional_Descriptors</a><br> <a href="#Addendum">1.8 Addendum</a><br> <a href="#INDEX">1.9 INDEX</a><br> <br> <a href="#Calendar_Component_list">2. Calendar Component list</a><br> <br> <a href="#VCALENDAR">2.1 VCALENDAR</a><br> <a href="#VEVENT">2.2 VEVENT</a><br> <a href="#VTODO">2.3 VTODO</a><br> <a href="#VJOURNAL">2.4 VJOURNAL</a><br> <a href="#VFREEBUSY">2.5 VFREEBUSY</a><br> <a href="#VALARM">2.6 VALARM</a><br> <a href="#VTIMEZONE">2.7 VTIMEZONE</a><br> <a href="#CalProps">2.10 Component Properties</a><br> <br> <a href="#Function_list">3. Function list</a><br> <br> <a href="#Calendar_object_functions">3.1 Calendar object functions</a><br> <br> <a href="#Calendar_object_constructors">3.1.1 Constructors</a><br> <a href="#vcalendar">3.1.1.1 vcalendar</a><br> <a href="#vevent">3.1.1.2 vevent</a><br> <a href="#vtodo">3.1.1.3 vtodo</a><br> <a href="#vjournal">3.1.1.4 vjournal</a><br> <a href="#vfreebusy">3.1.1.5 vfreebusy</a><br> <a href="#valarm">3.1.1.6 valarm</a><br> <a href="#vtimezone">3.1.1.7 vtimezone</a><br> <a href="#standard">3.1.1.8 standard</a><br> <a href="#daylight">3.1.1.9 daylight</a><br> <br> <a href="#Calendar_property_functions">3.1.2 Calendar property functions</a><br> <a href="#deleteProperty">3.1.2.1 deleteProperty</a><br> <a href="#getProperty">3.1.2.2 getProperty</a><br> <a href="#setProperty">3.1.2.3 setProperty</a><br> <a href="#CALSCALE">3.1.2.4 CALSCALE</a><br> <a href="#METHOD">3.1.2.5 METHOD</a><br> <a href="#VERSION">3.1.2.6 VERSION</a><br> <a href="#X-PROPERTY">3.1.2.7 X-PROPERTY</a><br> <br> <a href="#Calendar_component_functions">3.1.3 Calendar component functions</a><br> <a href="#deleteComponent">3.1.3.1 deleteComponent</a><br> <a href="#getComponent">3.1.3.2 getComponent</a><br> <a href="#newComponent">3.1.3.3 newComponent</a><br> <a href="#selectComponents">3.1.3.4 selectComponents</a><br> <a href="#setComponent">3.1.3.5 setComponent</a><br> <br> <a href="#Calendar_inputoutput_functions">3.1.4 Calendar input/output functions</a><br> <a href="#parse_merge">3.1.4.1 parse and merge</a><br> <a href="#createCalendar">3.1.4.2 createCalendar</a><br> <a href="#returnCalendar">3.1.4.3 returnCalendar</a><br> <a href="#saveCalendar">3.1.4.4 saveCalendar</a><br> <a href="#sort">3.1.4.5 sort</a><br> <a href="#useCachedCalendar">3.1.4.6 useCachedCalendar</a><br> <br> <a href="#Calendar_configuration_functions">3.1.5 Calendar configuration functions</a><br> <a href="#configKeys">3.1.5.1 configuration keys</a><br> <a href="#getConfig">3.1.5.2 getConfig</a><br> <a href="#initConfig">3.1.5.3 <i>calendar</i>/component initialization</a><br> <a href="#setConfig">3.1.5.4 setConfig</a><br> <a href="#allowEmpty">3.1.5.5 Allow empty components</a><br> <a href="#Compsinfo">3.1.5.6 Component information</a><br> <a href="#Delimiter">3.1.5.7 Delimiter</a><br> <a href="#Directory">3.1.5.8 Directory</a><br> <a href="#Fileinfo">3.1.5.9 Fileinfo</a><br> <a href="#Filename">3.1.5.10 Filename</a><br> <a href="#Filesize">3.1.5.11 Filesize</a><br> <a href="#Format">3.1.5.12 Format</a><br> <a href="#Language">3.1.5.13 Language</a><br> <a href="#NewlineChar">3.1.5.14 NewlineChar</a><br> <a href="#dTZID">3.1.5.15 TZID</a><br> <a href="#Unique_id">3.1.5.16 Unique_id</a><br> <a href="#configURL">3.1.5.17 URL</a><br> <br> <a href="#Calendar_component_object_property_function_list">3.2 Calendar component/object property function list</a><br> <br> <a href="#deleteProperty_PROP">3.2.1 deleteProperty</a><br> <a href="#getProperty_PROP">3.2.2 getProperty</a><br> <a href="#parse">3.2.3 parse</a><br> <a href="#setProperty_PROP">3.2.4 setProperty</a><br> <br> <a href="#ACTION">3.2.5 ACTION</a><br> <a href="#ATTACH">3.2.6 ATTACH</a><br> <a href="#ATTENDEE">3.2.7 ATTENDEE</a><br> <a href="#CATEGORIES">3.2.8 CATEGORIES</a><br> <a href="#CLASS">3.2.9 CLASS</a><br> <a href="#COMMENT">3.2.10 COMMENT</a><br> <a href="#COMPLETED">3.2.11 COMPLETED</a><br> <a href="#CONTACT">3.2.12 CONTACT</a><br> <a href="#CREATED">3.2.13 CREATED</a><br> <a href="#DESCRIPTION">3.2.14 DESCRIPTION</a><br> <a href="#DTEND">3.2.15 DTEND</a><br> <a href="#DTSTAMP">3.2.16 DTSTAMP</a><br> <a href="#DTSTART">3.2.17 DTSTART</a><br> <a href="#DUE">3.2.18 DUE</a><br> <a href="#DURATION">3.2.19 DURATION</a><br> <a href="#EXDATE">3.2.20 EXDATE</a><br> <a href="#EXRULE">3.2.21 EXRULE</a><br> <a href="#FREEBUSY_PROP">3.2.22 FREEBUSY</a><br> <a href="#GEO">3.2.23 GEO</a><br> <a href="#LAST-MODIFIED">3.2.24 LAST-MODIFIED</a><br> <a href="#LOCATION">3.2.25 LOCATION</a><br> <a href="#ORGANIZER">3.2.26 ORGANIZER</a><br> <a href="#PERCENT-COMPLETE">3.2.27 PERCENT-COMPLETE</a><br> <a href="#PRIORITY">3.2.28 PRIORITY</a><br> <a href="#RDATE">3.2.29 RDATE</a><br> <a href="#RECURRENCE-ID">3.2.30 RECURRENCE-ID</a><br> <a href="#RELATED-TO">3.2.31 RELATED-TO</a><br> <a href="#REPEAT">3.2.32 REPEAT</a><br> <a href="#REQUEST-STATUS">3.2.33 REQUEST-STATUS</a><br> <a href="#RESOURCES">3.2.34 RESOURCES</a><br> <a href="#RRULE">3.2.35 RRULE</a><br> <a href="#SEQUENCE">3.2.36 SEQUENCE</a><br> <a href="#STATUS">3.2.37 STATUS</a><br> <a href="#SUMMARY">3.2.38 SUMMARY</a><br> <a href="#TRANSP">3.2.39 TRANSP</a><br> <a href="#TRIGGER">3.2.40 TRIGGER</a><br> <a href="#TZID">3.2.41 TZID</a><br> <a href="#TZNAME">3.2.42 TZNAME</a><br> <a href="#TZOFFSETFROM">3.2.43 TZOFFSETFROM</a><br> <a href="#TZOFFSETTO">3.2.44 TZOFFSETTO</a><br> <a href="#TZURL">3.2.45 TZURL</a><br> <a href="#UID">3.2.46 UID</a><br> <a href="#URL">3.2.47 URL</a><br> <a href="#X-PROPERTY_PROP">3.2.48 X-PROPERTY</a><br> <br> <a href="#Calendar_component_configuration_functions">3.3 Calendar Component configuration functions</a><br> <br> <a href="#Language_PROP">3.3.1 Language</a><br> <br> <a href="#Calendar_component_object_misc_functions">3.4 Calendar component object misc. functions</a><br> <br> <a href="#deleteComponent_PROP">3.4.1 deleteComponent</a><br> <a href="#getComponent_PROP">3.4.2 getComponent</a><br> <a href="#newComponent_PROP">3.4.3 newComponent</a><br> <a href="#setComponent_PROP">3.4.4 setComponent</a><br> <br> <a href="#iCalUtilityFunctions">4. iCalUtilityFunctions</a><br> <br> <a href="#createTimezone">4.1 createTimezone</a><br> <a href="#transformDateTime">4.2 transformDateTime</a><br> <br> <a href="#Copyright_and_Licence">5. COPYRIGHT AND LICENSE</a><br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a name="Calendar_Component_list"></a><h1>2. Calendar Component list</h1> Quote from <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="RFC2445" target="_blank">RFC2445</a> - Internet Calendaring and Scheduling Core Object Specification (iCalendar)! (Described in iCal output format, content corresponds to xCal format.)<br> <a name="VCALENDAR"></a><h2>2.1 VCALENDAR</h2> <p class="center">icalobject = 1*(&quot;BEGIN&quot; &quot;:&quot; &quot;VCALENDAR&quot; CRLF</p> <p class="center">icalbody</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;VCALENDAR&quot; CRLF)</p> <br> icalbody = calprops component <br> calprops = 2*( <br> <p class="center">&quot;prodid&quot; and &quot;version&quot; are both REQUIRED, but MUST NOT occur more than once <p class="center">prodid / <a href="#VERSION">version</a> /</p> <p class="center">&quot;calscale&quot;and &quot;method&quot;are optional, but MUST NOT occur more than once</p> <p class="center"><a href="#CALSCALE">calscale</a> / <a href="#METHOD">method</a> /</p> <p class="center"><a href="#X-PROPERTY">x-prop</a></p> ) <br> <p class="center">component = 1*(<a href="#VEVENT">eventc</a> / <a href="#VTODO">todoc</a> / <a href="#VJOURNAL">journalc</a> / <a href="#VFREEBUSY">freebusyc</a> / <a href="#VTIMEZONE">timezonec</a> / iana-comp* / x-comp*)</p> <p class="center">iana-comp = &quot;BEGIN&quot; &quot;:&quot; iana-token CRLF</p> <p class="center">1*contentline</p> <p class="center">&quot;END&quot; &quot;:&quot; iana-token CRLF</p> <p class="center">x-comp = &quot;BEGIN&quot; &quot;:&quot; x-name CRLF</p> <p class="center">1*contentline</p> <p class="center">&quot;END&quot; &quot;:&quot; x-name CRLF</p> *) <span class="comment">not supported by iCalcreator</span> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="VEVENT"></a><h2>2.2 VEVENT</h2> <p class="center">&quot;BEGIN&quot; &quot;:&quot; &quot;VEVENT&quot; CRLF</p> <p class="center">eventprop *alarmc</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;VEVENT&quot; CRLF</p> eventprop = *( <p class="center">the following are optional,but MUST NOT occur more than once</p> <p class="center"><a href="#CLASS">class</a> / <a href="#CREATED">created</a> / <a href="#DESCRIPTION">description</a> / <a href="#DTSTART">dtstart</a> /</p> <p class="center"><a href="#GEO">geo</a> / <a href="#LAST-MODIFIED">last-mod</a> / <a href="#LOCATION">location</a> / <a href="#ORGANIZER">organizer</a> / <a href="#PRIORITY">priority</a> / </p> <p class="center"><a href="#DTSTAMP">dtstamp</a> / <a href="#SEQUENCE">seq</a> / <a href="#STATUS">status</a> / <a href="#SUMMARY">summary</a> / </p> <p class="center"><a href="#TRANSP">transp</a> / <a href="#UID">uid</a> / <a href="#URL">url</a> / <a href="#RECURRENCE-ID">recurid</a> /</p> <p class="center">either &quot;<a href="#DTEND">dtend</a>&quot; or &quot;<a href="#DURATION">duration</a>&quot; may appear in a &quot;eventprop&quot;, </p> <p class="center">but &quot;<a href="#DTEND">dtend</a>&quot; and &quot;<a href="#DURATION">duration</a>&quot; MUST NOT occur in the same &quot;eventprop&quot;</p> <p class="center"><a href="#DTEND">dtend</a> / <a href="#DURATION">duration</a> /</p> <p class="center">the following are optional, and MAY occur more than once</p> <p class="center"><a href="#ATTACH">attach</a> / <a href="#ATTENDEE">attendee</a> / <a href="#CATEGORIES">categories</a> / <a href="#COMMENT">comment</a> / </p> <p class="center"><a href="#CONTACT">contact</a> / <a href="#EXDATE">exdate</a> / <a href="#EXRULE">exrule</a> / <a href="#REQUEST-STATUS">rstatus</a> / </p> <p class="center"><a href="#RELATED-TO">related</a> / <a href="#RESOURCES">resources</a> / <a href="#RDATE">rdate</a> / <a href="#RRULE">rrule</a> / <a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="VTODO"></a><h2>2.3 VTODO</h2> <p class="center">&quot;BEGIN&quot; &quot;:&quot; &quot;VTODO&quot; CRLF</p> <p class="center">todoprop *alarmc</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;VTODO&quot; CRLF</p> todoprop = *( <p class="center">the following are optional, but MUST NOT occur more than once</p> <p class="center"><a href="#CLASS">class</a> / <a href="#COMPLETED">completed</a> / <a href="#CREATED">created</a> / <a href="#DESCRIPTION">description</a> / <a href="#DTSTAMP">dtstamp</a> / <a href="#DTSTART">dtstart</a> / </p> <p class="center"><a href="#GEO">geo</a> / <a href="#LAST-MODIFIED">last-mod</a> / <a href="#LOCATION">location</a> / <a href="#ORGANIZER">organizer</a> / <a href="#PERCENT-COMPLETE">percent</a> / <a href="#PRIORITY">priority</a> / </p> <p class="center"><a href="#RECURRENCE-ID">recurid</a> / <a href="#SEQUENCE">seq</a> / <a href="#STATUS">status</a> / <a href="#SUMMARY">summary</a> /<a href="#UID">uid</a> / <a href="#URL">url</a> /</p> <p class="center">either &quot;<a href="#DUE">due</a>&quot; or &quot;<a href="#DURATION">duration</a>&quot; may appear in a &quot;todoprop&quot;,</p> <p class="center"> but &quot;<a href="#DUE">due</a>&quot; and &quot;<a href="#DURATION">duration</a>&quot; MUST NOT occur in the same &quot;todoprop&quot;</p> <p class="center"><a href="#DUE">due</a> / <a href="#DURATION">duration</a> /</p> <p class="center">the following are optional,and MAY occur more than once</p> <p class="center"><a href="#ATTACH">attach</a> / <a href="#ATTENDEE">attendee</a> / <a href="#CATEGORIES">categories</a> / <a href="#COMMENT">comment</a> / </p> <p class="center"><a href="#CONTACT">contact</a> / <a href="#EXDATE">exdate</a> / <a href="#EXRULE">exrule</a> / <a href="#REQUEST-STATUS">rstatus</a> / </p> <p class="center"><a href="#RELATED-TO">related</a> / <a href="#RESOURCES">resources</a> / <a href="#RDATE">rdate</a> / <a href="#RRULE">rrule</a> / <a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="VJOURNAL"></a><h2>2.4 VJOURNAL</h2> <p class="center">journalc = &quot;BEGIN&quot; &quot;:&quot; &quot;VJOURNAL&quot; CRLF</p> <p class="center">jourprop</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;VJOURNAL&quot; CRLF</p> jourprop = *( <p class="center">the following are optional, but MUST NOT occur more than once</p> <p class="center"><a href="#CLASS">class</a> / <a href="#CREATED">created</a> / <a href="#DESCRIPTION">description</a> / <a href="#DTSTART">dtstart</a> / </p> <p class="center"><a href="#DTSTAMP">dtstamp</a> / <a href="#LAST-MODIFIED">last-mod</a> / <a href="#ORGANIZER">organizer</a> / <a href="#RECURRENCE-ID">recurid</a> / </p> <p class="center"><a href="#SEQUENCE">seq</a> / <a href="#STATUS">status</a> / <a href="#SUMMARY">summary</a> /<a href="#UID">uid</a> / <a href="#URL">url</a> /</p> <p class="center">the following are optional,and MAY occur more than once</p> <p class="center"><a href="#ATTACH">attach</a> / <a href="#ATTENDEE">attendee</a> / <a href="#CATEGORIES">categories</a> / <a href="#COMMENT">comment</a> /</p> <p class="center"><a href="#CONTACT">contact</a> / <a href="#EXDATE">exdate</a> / <a href="#EXRULE">exrule</a> / <a href="#RELATED-TO">related</a> / </p> <p class="center"><a href="#RDATE">rdate</a> / <a href="#RRULE">rrule</a> / <a href="#REQUEST-STATUS">rstatus</a> / <a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="VFREEBUSY"></a><h2>2.5 VFREEBUSY</h2> <p class="center">&quot;BEGIN&quot; &quot;:&quot; &quot;VFREEBUSY&quot; CRLF</p> <p class="center">fbprop</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;VFREEBUSY&quot; CRLF</p> fbprop = *( <p class="center">the following are optional, but MUST NOT occur more than once</p> <p class="center"><a href="#CONTACT">contact</a> / <a href="#DTSTART">dtstart</a> / <a href="#DTEND">dtend</a> / <a href="#DURATION">duration</a> / </p> <p class="center"><a href="#DTSTAMP">dtstamp</a> / <a href="#ORGANIZER">organizer</a> / <a href="#UID">uid</a> / <a href="#URL">url</a> / </p> <p class="center">the following are optional,and MAY occur more than once</p> <p class="center"><a href="#ATTENDEE">attendee</a> / <a href="#COMMENT">comment</a> / <a href="#FREEBUSY_PROP">freebusy</a> / <a href="#REQUEST-STATUS">rstatus</a> / <a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="VALARM"></a><h2>2.6 VALARM</h2> <p class="center">&quot;BEGIN&quot; &quot;:&quot; &quot;VALARM&quot; CRLF</p> <p class="center">(audioprop / dispprop / emailprop / procprop)</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;VALARM&quot; CRLF</p> audioprop = 2*( <p class="center">&quot;<a href="#ACTION">action</a>&quot; and &quot;<a href="#TRIGGER">trigger</a>&quot; are both REQUIRED, but MUST NOT occur more than once</p> <p class="center"><a href="#ACTION">action</a> / <a href="#TRIGGER">trigger</a> /</p> <p class="center">&quot;<a href="#DURATION">duration</a>&quot; and &quot;<a href="#REPEAT">repeat</a>&quot; are both optional,and MUST NOT occur more than once each,</p> <p class="center">but if one occurs, so MUST the other</p> <p class="center"><a href="#DURATION">duration</a> / <a href="#REPEAT">repeat</a> /</p> <p class="center">the following is optional, but MUST NOT occur more than once</p> <p class="center"><a href="#ATTACH">attach</a> / </p> <p class="center">the following is optional, and MAY occur more than once</p> <p class="center"><a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> dispprop = 3*( <p class="center">the following are all REQUIRED, but MUST NOT occur more than once</p> <p class="center"><a href="#ACTION">action</a> / <a href="#DESCRIPTION">description</a> / <a href="#TRIGGER">trigger</a> /</p> <p class="center">&quot;<a href="#DURATION">duration</a>&quot; and &quot;<a href="#REPEAT">repeat</a>&quot; are both optional,and MUST NOT occur more than once each,</p> <p class="center">but if one occurs, so MUST the other</p> <p class="center"><a href="#DURATION">duration</a> / <a href="#REPEAT">repeat</a> /</p> <p class="center">the following is optional, and MAY occur more than once</p> <p class="center"><a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> emailprop = 5*( <p class="center">the following are all REQUIRED, but MUST NOT occur more than once</p> <p class="center"><a href="#ACTION">action</a> / <a href="#DESCRIPTION">description</a> / <a href="#TRIGGER">trigger</a> / <a href="#SUMMARY">summary</a></p> <p class="center">the following is REQUIRED, and MAY occur more than once</p> <p class="center"><a href="#ATTENDEE">attendee</a> / </p> <p class="center">&quot;<a href="#DURATION">duration</a>&quot; and &quot;<a href="#REPEAT">repeat</a>&quot; are both optional, and MUST NOT occur more than once each,</p> <p class="center">but if one occurs, so MUST the other</p> <p class="center"><a href="#DURATION">duration</a> / <a href="#REPEAT">repeat</a> /</p> <p class="center">the following are optional, and MAY occur more than once</p> <p class="center"><a href="#ATTACH">attach</a> / <a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> procprop = 3*( <p class="center">the following are all REQUIRED, but MUST NOT occur more than once</p> <p class="center"><a href="#ACTION">action</a> / <a href="#ATTACH">attach</a> / <a href="#TRIGGER">trigger</a> /</p> <p class="center">&quot;<a href="#DURATION">duration</a>&quot; and &quot;<a href="#REPEAT">repeat</a>&quot; are both optional, and MUST NOT occur more than once each,</p> <p class="center">but if one occurs, so MUST the other</p> <p class="center"><a href="#DURATION">duration</a> / <a href="#REPEAT">repeat</a> /</p> <p class="center">&quot;<a href="#DESCRIPTION">description</a>&quot; is optional, and MUST NOT occur more than once</p> <p class="center"><a href="#DESCRIPTION">description</a> / </p> <p class="center">the following is optional, and MAY occur more than once</p> <p class="center"><a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="VTIMEZONE"></a><h2>2.7 VTIMEZONE</h2> <p class="center">&quot;BEGIN&quot; &quot;:&quot; &quot;VTIMEZONE&quot; CRLF</p> 2*( <p class="center">&quot;<a href="#TZID">tzid</a>&quot; is required, but MUST NOT occur more than once</p> <p class="center"><a href="#TZID">tzid</a> / </p> <p class="center">&quot;<a href="#LAST-MODIFIED">last-mod</a>&quot; and &quot;<a href="#TZURL">tzurl</a>&quot; are optional, but MUST NOT occur more than once</p> <p class="center"><a href="#LAST-MODIFIED">last-mod</a> / <a href="#TZURL">tzurl</a> /</p> <p class="center">one of &quot;standardc&quot; or &quot;daylightc&quot; MUST occur and each MAY occur more than once.</p> <p class="center">standardc / daylightc /</p> <p class="center">the following is optional, and MAY occur more than once</p> <p class="center"><a href="#X-PROPERTY_PROP">x-prop</a></p> ) <p class="center">&quot;END&quot; &quot;:&quot; &quot;VTIMEZONE&quot; CRLF</p> <p class="center">standardc = &quot;BEGIN&quot; &quot;:&quot; &quot;STANDARD&quot; CRLF</p> <p class="center">tzprop</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;STANDARD&quot; CRLF</p> <p class="center">daylightc = &quot;BEGIN&quot; &quot;:&quot; &quot;DAYLIGHT&quot; CRLF</p> <p class="center">tzprop</p> <p class="center">&quot;END&quot; &quot;:&quot; &quot;DAYLIGHT&quot; CRLF</p> <br> tzprop = 3*( <p class="center">the following are each REQUIRED, but MUST NOT occur more than once</p> <p class="center"><a href="#DTSTART">dtstart</a> / <a href="#TZOFFSETTO">tzoffsetto</a> / <a href="#TZOFFSETFROM">tzoffsetfrom</a> /</p> <p class="center">the following are optional, and MAY occur more than once</p> <p class="center"><a href="#COMMENT">comment</a> /<a href="#RDATE">rdate</a> / <a href="#RRULE">rrule</a> / <a href="#TZNAME">tzname</a> / <a href="#X-PROPERTY_PROP">x-prop</a></p> ) <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="CalProps"></a><h2>2.8 Component Properties</h2> A comprehensive table showing relation between <i>calendar</i> components and properties. <a href="#VTIMEZONE">vtimezone</a> properties are not included. <br><br> <table> <tr> <td>0-1</td> <td colspan="8">OPTIONAL property, MUST NOT occur more than once.</td> </tr> <tr> <td>0-m</td> <td colspan="8">OPTIONAL property, MAY occur more than once.</td> </tr> <tr> <td>0&nbsp;/&nbsp;1=1</td> <td colspan="8">A pair of OPTIONAL properties, MUST NOT occur more than once each.<br>If one occurs, so MUST the other</td> </tr> <tr> <td>0*1</td> <td colspan="8">A pair of OPTIONAL properties, MUST NOT occur more than once each.<br>If one occurs, so MUST NOT the other</td> </tr> <tr> <td>1-m</td> <td colspan="8">REQUIRED property, MAY occur more than once.</td> </tr> <tr> <td>1</td> <td colspan="8">REQUIRED property, MUST NOT occur more than once.</td> </tr> <tr> <td colspan="9">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td class="bl bb center top" rowspan="2"><a class="ref" href="#VEVENT">v<br>e<br>v<br>e<br>n<br>t</a></td> <td class="bl bb center top" rowspan="2"><a class="ref" href="#VTODO">v<br>t<br>o<br>d<br>o</a></td> <td class="bl bb center top" rowspan="2"><a class="ref" href="#VJOURNAL">v<br>j<br>o<br>u<br>r<br>n<br>a<br>l</a></td> <td class="bl bb center top" rowspan="2"><a class="ref" href="#VFREEBUSY">v<br>f<br>r<br>e<br>e<br>b<br>u<br>s<br>y</a></td> <td class="bl top center" colspan="4"><a class="ref" href="#VALARM">v&nbsp;a&nbsp;l&nbsp;a&nbsp;r&nbsp;m</a></td> </tr> <tr> <td class="bb">&nbsp;</td> <td class="bl bb center ref"><br><br><br><br>a<br>u<br>d<br>i<br>o</td> <td class="bl bb center ref"><br><br>d<br>i<br>s<br>p<br>l<br>a<br>y</td> <td class="bl bb center ref"><br><br><br><br>e<br>m<br>a<br>i<br>l</td> <td class="bl bb center ref">p<br>r<br>o<br>c<br>e<br>d<br>u<br>r<br>e</td> </tr> <tr> <td class="bb"><a class="ref" href="#ACTION">action</a></td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">1</td> <td class="blb">1</td> <td class="blb">1</td> <td class="blb">1</td> </tr> <tr> <td class="bb"><a class="ref" href="#ATTACH">attach</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb"></td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">0-m</td> <td class="blb">1</td> </tr> <tr> <td class="bb"><a class="ref" href="#ATTENDEE">attendee</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">1-m</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#CATEGORIES">categories</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#CLASS">class</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#COMMENT">comment</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#COMPLETED">completed</a></td> <td class="blb">&nbsp;</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#CONTACT">contact</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#CREATED">created</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#DESCRIPTION">description</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">1</td> <td class="blb">1</td> <td class="blb">0-1</td> </tr> <tr> <td class="bb"><a class="ref" href="#DTEND">dtend</a></td> <td class="blb">0*1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#DTSTAMP">dtstamp</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#DTSTART">dtstart</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#DUE">due</a></td> <td class="blb">&nbsp;</td> <td class="blb">0*1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#DURATION">duration</a></td> <td class="blb">0*1</td> <td class="blb">0*1</td> <td class="blb">&nbsp;</td> <td class="blb">0-1</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> </tr> <tr> <td class="bb"><a class="ref" href="#EXDATE">exdate</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#EXRULE">exrule</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#FREEBUSY_PROP">freebusy</a></td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#GEO">geo</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#LAST-MODIFIED">last-mod</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb"></td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#LOCATION">location</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#ORGANIZER">organizer</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#PERCENT-COMPLETE">percent</a></td> <td class="blb">&nbsp;</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#PRIORITY">priority</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#RDATE">rdate</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#RECURRENCE-ID">recurid</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#RELATED-TO">related</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#REPEAT">repeat</a></td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> <td class="blb">0&nbsp;/&nbsp;1=1</td> </tr> <tr> <td class="bb"><a class="ref" href="#RESOURCES">resources</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#RRULE">rrule</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#REQUEST-STATUS">rstatus</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#SEQUENCE">sequence</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#STATUS">status</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#SUMMARY">summary</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">1</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#TRANSP">transp</a></td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#TRIGGER">trigger</a></td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">1</td> <td class="blb">1</td> <td class="blb">1</td> <td class="blb">1</td> </tr> <tr> <td class="bb"><a class="ref" href="#UID">uid</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#URL">url</a></td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">0-1</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> <td class="blb">&nbsp;</td> </tr> <tr> <td class="bb"><a class="ref" href="#X-PROPERTY_PROP">x-prop</a></td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> <td class="blb">0-m</td> </tr> </table> <p> If not set, the <a href="#DTSTAMP">DTSTAMP</a> and <a href="#UID">UID</a> properties are automatically created by iCalcreator<br> for <a href="#VEVENT">vevent</a>,<a href="#VTODO">vtodo</a>, <a href="#VJOURNAL">vjournal</a> and <a href="#VFREEBUSY">vfreebusy</a> components<br> when using <i>calendar</i> functions <a href="#saveCalendar">saveCalendar</a> or <a href="#returnCalendar">returnCalendar</a><br> or when fetching DTSTAMP/UID property value with the component function <a href="#getProperty_PROP">getProperty</a>. </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_Component_list">[up]</a> <a name="Function_list"></a><h1>3. Function list</h1> <a name="Calendar_object_functions"></a><h2>3.1 Calendar object functions</h2> <a name="Calendar_object_constructors"></a><h3>3.1.1 Constructors</h3> <a name="vcalendar"></a><h2>3.1.1.1 vcalendar</h2> Create a new <a href="#VCALENDAR">VCALENDAR</a> object. <p class="label">Format</p> <p class="format">vcalendar()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="vevent"></a><h4>3.1.1.2 vevent</h4> <p class="label">Format 1</p> Create a new <a href="#VEVENT">VEVENT</a> object using a <i>calendar</i> factory-method, returning a reference to the new component. <p class="format">newComponent( &quot;vevent&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); $vevent->setProperty(... ... </p> <p class="label">Format 2</p> Create a new <a href="#VEVENT">VEVENT</a> object. <p class="format">vevent()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vevent = new vevent(); $vevent->setProperty(... ... $vcalendar->setComponent( $vevent ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="vtodo"></a><h4>3.1.1.3 vtodo</h4> <p class="label">Format 1</p> Create a new <a href="#VTODO">VTODO</a> object using a <i>calendar</i> factory-method, returning a reference to the new component. <p class="format">newComponent( &quot;vtodo&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtodo = &amp; $vcalendar->newComponent( &quot;vtodo&quot; ); $vtodo->setProperty(... ... </p> <p class="label">Format 2</p> Create a new <a href="#VTODO">VTODO</a> object. <p class="format">vtodo()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtodo = new vtodo(); $vtodo->setProperty(... ... $vcalendar->setComponent( $vtodo ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="vjournal"></a><h4>3.1.1.4 vjournal</h4> <p class="label">Format 1</p> Create a new <a href="#VJOUNAL">VJOURNAL</a> object using a <i>calendar</i> factory-method, returning a reference to the new component. <p class="format">newComponent( &quot;vjournal&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vjournal = &amp; $vcalendar->newComponent( &quot;vjournal&quot; ); $vjournal->setProperty(... ... </p> <p class="label">Format 2</p> Create a new <a href="#VJOURNAL">VJOURNAL</a> object. <p class="format">vjournal()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vjournal = new vjournal(); $vjournal->setProperty(... ... $vcalendar->setComponent( $vjournal ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="vfreebusy"></a><h4>3.1.1.5 vfreebusy</h4> <p class="label">Format 1</p> Create a new <a href="#VFREEBUSY">VFREEBUSY</a> object using a <i>calendar</i> factory-method, returning a reference to the new component. <p class="format">newComponent( &quot;vfreebusy&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vfreebusy = &amp; $vcalendar->newComponent( &quot;vfreebusy&quot; ); $vfreebusy->setProperty(... ... </p> <p class="label">Format 2</p> Create a new <a href="#VFREEBUSY">VFREEBUSY</a> object. <p class="format">vfreebusy()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vfreebusy = new vfreebusy(); $vfreebusy->setProperty(... ... $vcalendar->setComponent( $vfreebusy ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="valarm"></a><h4>3.1.1.6 valarm</h4> <p class="label">Format 1</p> Create a new <a href="#VALARM">VALARM</a> object using a component factory-method, returning a reference to the new (sub-)component. <p class="format">newComponent( &quot;valarm&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); $vevent->setProperty(... ... $valarm = &amp; $vevent->newComponent( &quot;valarm&quot; ); $valarm->setProperty(... ... </p> <p class="label">Format 2</p> Create a new <a href="#VALARM">VALARM</a> object. <p class="format">valarm()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vevent = new vevent(); $vevent->setProperty(... ... $valarm = new valarm(); $valarm->setProperty(... ... $vevent->setComponent( $valarm ); ... $vcalendar->setComponent( $vevent ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="vtimezone"></a><h4>3.1.1.7 vtimezone</h4> <p> The vtimezone component describe, at a minimum, the base offset from <b>UTC</b> for the time zone. For dates with UTC DATE-TIME, read <a href="#DATE_WITH_UTC_TIME">this</a>! </p> <p class="label">Format 1</p> Create a new <a href="#VTIMEZONE">VTIMEZONE</a> object using a <i>calendar</i> factory-method, returning a reference to the new component. <p class="format">newComponent( &quot;vtimezone&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty(... ... </p> <p class="label">Format 2</p> Create a new <a href="#VTIMEZONE">VTIMEZONE</a> object. <p class="format">vtimezone()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtimezone = new vtimezone(); $vtimezone->setProperty(... ... $vcalendar->setComponent( $vtimezone ); ... </p> <br> <h5>Creation of timezone components</h5> It is possible to create timezone components, using a function in iCalUtilityFunctions class, <a href="#createTimezone">createTimezone</a> and utilizing The <i>PHP</i> DateTimeZone class (<i>PHP</i> 5 >= 5.2.0). <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="standard"></a><h4>3.1.1.8 standard</h4> <p class="label">Format 1</p> Create a new <a href="#VTIMEZONE">VTIMEZONE</a> <b>standard</b> object using a component factory-method, returning a reference to the new (sub-)component. <p class="format">newComponent( &quot;standard&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty(... ... $standard = &amp; $vtimezone->newComponent( &quot;standard&quot; ); $standard->setProperty(... ... $daylight = &amp; $vtimezone->newComponent( &quot;daylight&quot; ); $daylight->setProperty(... ... </p> <p class="label">Format 2</p> Create a new <a href="#VTIMEZONE">VTIMEZONE</a> STANDARD object. <p class="format">vtimezone( &quot;standard&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtimezone = new vtimezone(); $vtimezone->setProperty(... ... $standard = new vtimezone( &quot;standard&quot; ); $standard->setProperty(... ... $vtimezone->setComponent( $standard ); ... $daylight = new vtimezone( &quot;daylight&quot; ); $daylight->setProperty(... ... $vtimezone->setComponent( $daylight ); ... $vcalendar->setComponent( $vtimezone ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="daylight"></a><h4>3.1.1.9 daylight</h4> <p class="label">Format 1</p> Create a new <a name="VTIMEZONE">VTIMEZONE</a> <b>daylight</b> object using a component factory-method, returning a reference to the new (sub-)component. <p class="format">newComponent( &quot;standard&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); ... $standard = &amp; $vtimezone->newComponent( &quot;standard&quot; ); ... $daylight = &amp; $vtimezone->newComponent( &quot;daylight&quot; ); ... </p> <p class="label">Format 2</p> Create a new <a href="#VTIMEZONE">VTIMEZONE</a> DAYLIGHT object. <p class="format">vtimezone( &quot;daylight&quot; )</p> <p class="label">Example</p> <p class="example"></p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtimezone = new vtimezone(); ... $standard = new vtimezone( &quot;standard&quot; ); ... $vtimezone->setComponent( $standard ); $daylight = new vtimezone( &quot;daylight&quot; ); ... $vtimezone->setComponent( $daylight ); $vcalendar->setComponent( $vtimezone ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Function_list">[up]</a> <a name="Calendar_property_functions"></a><h3>3.1.2 Calendar property functions</h3> <a name="deleteProperty"></a><h4>3.1.2.1 deleteProperty</h4> General <i>calendar</i> deleteProperty function, simplifying removal of <i>calendar</i> properties.<br> FALSE is returned if no property exists or when end-of-properties at consecutive function calls. <p class="label">Format</p> <p class="format">deleteProperty( [ string PropName [, int order=1 ] )</p> <p class="comment">propName - case independent, rfc2445 component property names, unknown/missing propName will be regarded as <a href="#X-PROPERTY">X-property</a>. order - if missing 1st/next occurrence, used with multiple (property) occurrences </p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); if( !$vcalendar->deleteProperty( &quot;method&quot; )) &nbsp;&nbsp;echo "METHOD property not found"; .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_property_functions">[up]</a> <a name="getProperty"></a><h4>3.1.2.2 getProperty</h4> <p class="label">Format 1</p> General <i>calendar</i> getProperty function, simplifying fetch of <i>calendar</i> properties.<br> FALSE is returned if no property exists or when end-of-properties at consecutive function calls. <p class="format">getProperty( [ string PropName [, int order=1 [, bool complete=FALSE ]]] )</p> <p class="comment">propName - case independent, rfc2445 component property names, unknown/missing propName will be regarded as <a href="#X-PROPERTY">X-property</a>. order - if missing 1st/next occurrence, used with multiply (property) occurrences complete - FALSE (default) : output only property value - TRUE : output = array( &quot;value&quot;=&gt; &lt;value&gt; ,&quot;params&quot; =&gt; &lt;parameter array&gt;) </p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $calscale = $vcalendar->getProperty( &quot;calscale&quot; ); .. . </p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $xprop = $vcalendar->getProperty( )) { // <span class="ref">get x-properties</span> .. . </p> <a name="getProperty2"> <p class="label">Format 2</p> Ability to fetch specific property (unique) values and number of occurrences. Supported properties are <a href="#ATTENDEE">ATTENDEE</a>, <a href="#CATEGORIES">CATEGORIES</a>, <a href="#DTSTART">DTSTART</a>, <a href="#LOCATION">LOCATION</a>, <a href="#ORGANIZER">ORGANIZER</a>, <a href="#PRIORITY">PRIORITY</a>, <a href="#RESOURCES">RESOURCES</a>, <a href="#STATUS">STATUS</a>, <a href="#SUMMARY">SUMMARY</a>, <a href="#UID">UID</a> or &quot;RECURRENCE-ID-UID&quot; (alt. &quot;R-UID&quot; ). The search includes in <b>ALL</b> components within <i>calendar</i>. <br><br> Outputs an array( *[&lt;unique-property-value&gt; =&gt; &lt;number of occurrence&gt;] )<br>or an empty array if no hits. The array is sorted by (asc.) key. <br><br> If a property contains multiple values (ex. &quot;CATAGORIES:course1,courseB&quot, &quot;LOCATION:London,Paris&quot; or &quot;RESOURCES:pc,developer&quot;), they are split into unique values. <br><br> To select components based on property values, see <a href="#selectComponents2">selectComponents</a> (Format 2). <p class="format">getProperty( string PropName )</p> <p class="comment">propName - case independent <a href="#DTSTART">DTSTART</a> as argument returns dates, in format &quot;YYYYMMDD&quot;, &quot;RECURRENCE-ID-UID&quot;returns <a href="#UID">UID</a> values for component(-s) where <a href="#RECURRENCE-ID">RECURRENCE-ID</a> is set. <a href="#ATTENDEE">ATTENDEE</a> and <a href="#ORGANIZER">ORGANIZER</a> values are prefixed by protocol like &quot;MAILTO:[email protected]&quot;. </p> <p class="label">Example 1</p> <p class="example">.. . $attendees = $vcalendar->getProperty( &quot;ATTENDEE&quot; ); foreach( $attendees as $attendee => $occurrCount ) { .. . </p> <p class="label">Example 2</p> <p class="example">.. . $startDates = $vcalendar->getProperty( &quot;DTSTART&quot; ); foreach( $startDates as $startDate => $occurrCount ) { .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_property_functions">[up]</a> <a name="setProperty"></a><h4>3.1.2.3 setProperty</h4> General <i>calendar</i> setProperty function,simplifying insert of <i>calendar</i> properties.<br> A successful update returns TRUE. <p class="label">Format</p> <p class="format">setProperty( string PropName, mixed Proparg_1 *[, mixed Proparg_n] )</p> propName case independent, strict rfc2445 <i>calendar</i> property names, unknown propName will be regarded as <a href="#X-PROPERTY">X-property</a>. <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); // <span class="ref">initiate new CALENDAR</span> $vcalendar->setProperty( &quot;calscale&quot;, &quot;GREGORIAN&quot; ); </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_property_functions">[up]</a> <a name="CALSCALE"></a><h4>3.1.2.4 CALSCALE</h4> This property defines the <i>calendar</i> scale used for the <i>calendar</i> information specified in the iCalendar object. <br><br> The default value is &quot;GREGORIAN&quot;, implied when missing. <h5>Delete CALSCALE</h5> Remove CALSCALE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;calscale&quot; )</p> <p class="label">Example</p> <p class="example">$vcalendar->deleteProperty( &quot;CALSCALE&quot; );</p> <h5>Get Calscale</h5> Fetch property value. <p class="label">Format</p> <p class="format">getProperty( &quot;calscale&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $calscale = $vcalendar->getProperty( &quot;calscale&quot; ); .. . </p> <h5>Set CALSCALE</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;calscale&quot;, string value )</p> <p class="label">Example</p> <p class="example"> $config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); // <span class="ref">initiate new CALENDAR</span> $vcalendar->setProperty( &quot;calscale&quot;, &quot;GREGORIAN&quot; ); .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_property_functions">[up]</a> <a name="METHOD"></a><h4>3.1.2.5 METHOD</h4> This property defines the iCalendar object method associated with the <i>calendar</i> object. <br><br> METHOD property (value PUBLISH etc.) may be required when importing iCal files into some calendaring software (MS etc.), as well as <a href="#X-PROPERTY">x-properties</a> "X-WR-CALNAME", "X-WR-CALDESC" and "X-WR-TIMEZONE" and the (automatically created) <a href="#DTSTAMP">DTSTAMP</a> and <a href="#UID">UID</a> properties. <h5>Delete METHOD</h5> Remove METHOD from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;METHOD&quot; )</p> <p class="label">Example</p> <p class="example">$vcalendar->deleteProperty( &quot;METHOD&quot; );</p> <h5>Get METHOD</h5> Fetch property value. <p class="label">Format</p> <p class="format">getProperty( &quot;method&quot; );</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $method = $vcalendar->getProperty( &quot;method&quot; ) .. . </p> <h5>Set METHOD</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;method&quot;, string value )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); // <span class="ref">initiate new CALENDAR</span> $vcalendar->setProperty( &quot;method&quot;, &quot;PUBLISH&quot; ) </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_property_functions">[up]</a> <a name="VERSION"></a><h4>3.1.2.6 VERSION</h4> This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object.<br> This property is always placed first in the <i>calendar</i> file.<br> <h5>Get Version</h5> Fetch property value. <p class="label">Format</p> <p class="format">getProperty( &quot;version&quot; )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $version = $vcalendar->getProperty( &quot;version&quot; ) .. . </p> <h5>Set Version</h5> Insert property value. Only version 2.0 valid, version is <b>AUTO</b> generated at <i>calendar</i> creation. <p class="label">Format</p> <p class="format">setProperty( &quot;version&quot;, string version )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); // <span class="ref">initiate new CALENDAR</span> $vcalendar->setProperty( &quot;version&quot;, &quot;2.0&quot; ) </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_property_functions">[up]</a> <a name="X-PROPERTY"></a><h4>3.1.2.7 X-PROPERTY</h4> A <i>calendar</i>, non-standard property with a TEXT value and a name with an &quot;X-&quot; prefix. In a <i>calendar</i>, an x-property, with an unique name, can occur only once but the number of x-properties are unlimited. <br><br> X-properties "X-WR-CALNAME", "X-WR-CALDESC" and "X-WR-TIMEZONE" may be required when importing iCal files into some calendaring software (MS etc.), as well as <a href="#METHOD">METHOD</a> property (value PUBLISH etc.) and the (automatically created) <a href="#DTSTAMP">DTSTAMP</a> and <a href="#UID">UID</a> properties. <h5>Delete X-PROPERTY</h5> Remove X-PROPERTY from <i>calendar</i>. <p class="label">Format</p> <p class="format">deleteProperty( &quot;&lt;X-PROPERTY&gt;&quot; )</p> <p class="label">Example 1</p> <p class="example">$vcalendar->deleteProperty( &quot;&lt;X-PROPERTY&gt;&quot; );</p> <p class="label">Example 2</p> Deleting all x-properties. <p class="example">while( $vcalendar->deleteProperty()) continue;</p> <h5>Get X-PROPERTY</h5> Fetch property value. <p class="label">Format</p> <p class="format">getProperty()<br> getProperty( &quot;&lt;X-PROPERTY&gt;&quot; )</p> <p class="comment">output = array( propertyName<span class="ref">1</span>, propertyData<span class="ref">2</span> )</p> <p class="format">getProperty( FALSE, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( propertyName<span class="ref">1</span> , array( &quot;value&quot; =&gt; propertyData<span class="ref">2</span> ) , &quot;params&quot; =&gt; params<span class="ref">&nbsp;3</span>)) </p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $xprop = $vcalendar->getProperty( )) { //<span class="ref">read all x-props in a loop</span> .. . </p> <p class="comment">$xprop = array( propertyName<span class="ref">1</span>, propertyData<span class="ref">2</span> )</p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); if( $xprop = $vcalendar->getProperty( &quot;X-WR-TIMEZONE&quot; )) { //<span class="ref">if exists, read X-WR-TIMEZONE x-prop</span> .. . </p> <p class="comment">$xprop = array( &quot;X-WR-TIMEZONE&quot;, propertyData<span class="ref">2</span> )</p> <p class="label">Example 3</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $xprop = $vcalendar->getProperty( FALSE, FALSE, TRUE )) { .. . </p> <p class="comment">$xprop = array( propertyName<span class="ref">1</span> , array( &quot;value &quot; =&gt; propertyData<span class="ref">2</span> ) , &quot;params &quot;=&gt; params<span class="ref">&nbsp;3</span> ) </p> <h5>Set X-PROPERTY</h5> Insert property name and value. If an x-prop with the same name already exists, it will be replaced. PropertyNames are always stored upperCase, ex. x-wr-calname =&gt; X-WR-CALNAME. <p class="label">Format</p> <p class="format">setProperty( propertyName, propertyData [, params ] )</p> <p class="comment">propertyName<span class="ref">1</span> = Any property name with a &quot;X-&quot; prefix propertyData<span class="ref">2</span> = Value type TEXT params<span class="ref">3</span> = array( [&quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); // initiate new CALENDAR // <span class="ref">set some X-properties.. .</span> $vcalendar->setProperty( &quot;x-wr-calname&quot;, &quot;Calendar Sample&quot; ) $vcalendar->setProperty( &quot;X-WR-CALDESC&quot;, &quot;Calendar Description&quot; ); $vcalendar->setProperty( &quot;X-WR-TIMEZONE&quot;, &quot;Europe/Stockholm&quot; ); </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_property_functions">[up]</a> <a name="Calendar_component_functions"></a><h3>3.1.3 Calendar component functions</h3> <a name="deleteComponent"></a><h4>3.1.3.1 deleteComponent</h4> Remove component from <i>calendar</i>.<br> FALSE is returned if no property exists or when end-of-properties at consecutive function calls. <p class="label">format 1</p> Remove component with order number (1st=1, 2nd=2.. .). <p class="format">deleteComponent( int orderNumber )</p> <p class="label">format 2</p> Remove component with component type (e.g. &quot;vevent&quot;) and order 1 alt. suborder number. <p class="format">deleteComponent( string componentType [, int componentSuborderNumber])</p> <p class="label">format 3</p> Remove component with <a href="#UID">UID</a>. N.B <a href="#UID">UID</a> is NOT set for <a href="#VALARM">ALARM</a> / <a href="#VTIMEZONE">TIMEZONE</a> components. <p class="format">deleteComponent( string <a href="#UID">UID</a> )</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcal = new vcalendar( $config ); $vcal->parse(); $vcal->deleteComponent( 1 ); $vcal->deleteComponent( &quot;vtodo&quot;, 2 ); $vcal->deleteComponent( &quot;[email protected]&quot;); .. . </p> <p class="label">Example 2</p> Deleting all components, using format 2 without order number. <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcal = new vcalendar( $config ); $vcal->parse(); .. . while( $vcal->deleteComponent( &quot;vevent&quot;)) continue; .. . $vtodo = $vcal->getComponent( &quot;vtodo&quot; ); while( $vtodo->deleteComponent( &quot;valarm&quot;)) continue; .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_functions">[up]</a> <a name="getComponent"></a><h4>3.1.3.2 getComponent</h4> Get component from <i>calendar</i>.<br> FALSE is returned if no property exists or when end-of-properties at consecutive function calls. <p class="label">format 1</p> Get next component, until end-of-components. <p class="format">getComponent()</p> <p class="label">format 2</p> Get specific component with order number (1st=1, 2nd=2.. .). <p class="format">getComponent( int orderNumber )</p> <p class="label">format 3</p> Get (first/next) component with component type (until end-of-components) alt. get specific component with component type and suborder number (1st=1, 2nd=2.. .). <p class="format">getComponent( string componentType [, int componentSuborderNumber])</p> <p class="label">format 4</p> Get (first/next) component with <a href="#UID">UID</a> as key. (<a href="#UID">UID</a> is NOT set for <a href="#VALARM">ALARM</a> / <a href="#VTIMEZONE">TIMEZONE</a> components.) <p class="format">getComponent( string <a href="#UID">UID</a> )</p> <p class="label">format 5</p> Get (first/next) component based on specific property contents; <a href="#DTSTART">DTSTART</a>, <a href="#DTEND">DTEND</a>, <a href="#DUE">DUE</a>, <a href="#CREATED">CREATED</a>, <a href="#COMPLETED">COMPLETED</a>, <a href="#DTSTAMP">DTSTAMP</a>, <a href="#LAST-MODIFIED">LAST-MODIFIED</a>, <a href="#RECURRENCE-ID">RECURRENCE-ID</a>, <a href="#ATTENDEE">ATTENDEE</a>, <a href="#CATEGORIES">CATEGORIES</a>, <a href="#LOCATION">LOCATION</a>, <a href="#ORGANIZER">ORGANIZER</a>, <a href="#PRIORITY">PRIORITY</a>, <a href="#RESOURCES">RESOURCES</a>, <a href="#STATUS">STATUS</a>, <a href="#SUMMARY">SUMMARY</a>, <a href="#UID">UID</a>. For the property &quot;SUMMARY&quot; ,if a search value (any case) exists within property value, a hit exists. For the other, non-date, properties an exact (strict case) match is required.<br> Note, <a href="#ATTENDEE">ATTENDEE</a> and <a href="#ORGANIZER">ORGANIZER</a> values must be prefixed by protocol ex.&quot;MAILTO:[email protected]&quot;. <p class="format">getComponent( array(*[string propertyName =&gt; string uniqueValue] ))</p> <p class="comment">propertyName = property name, above propertyData = unique property value (strict case), date format &quot;YYYYMMDD&quot; (if any side is DATE, only dates are used), datetime format &quot;YYYYMMDDTHHMMSS&quot; </p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $comp = $vcalendar->getComponent()) { .. . } .. . </p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); if( $comp = $vcalendar->getComponent( 1 )) { .. . } .. . </p> <p class="label">Example 3</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); if( $comp = $vcalendar->getComponent( &quot;vtodo&quot;, 2 ) { .. . } .. . </p> <p class="label">Example 4</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $uid = &quot;[email protected]&quot;; if($comp = $vcalendar->getComponent( $uid ){ .. . } .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_functions">[up]</a> <a name="newComponent"></a><h4>3.1.3.3 newComponent</h4> Create component (<a href="#VEVENT">EVENT</a> / <a href="#VTODO">VTODO</a> / <a href="#VJOURNAL">VJOURNAL</a> / <a href="#VFREEBUSY">VFREEBUSY</a> / <a href="#VTIMEZONE">VTIMEZONE</a>) using a <i>calendar</i> factory-method, returning a reference to the new component. <p class="label">Format</p> <p class="format">newComponent( string componentType )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_functions">[up]</a> <a name="selectComponents"></a><h4>3.1.3.4 selectComponents</h4> <p class="label">Format 1</p> Selects <a href="#VEVENT">EVENT</a> / <a href="#VTODO">VTODO</a> / <a href="#VJOURNAL">VJOURNAL</a> / <a href="#VFREEBUSY">VFREEBUSY</a> components from <i>calendar</i> on based on <b>dates</b> (notice <a href="#date_restriction">date restriction</a>), based on the initial <a href="#DTSTART">DTSTART</a> property along with the <a href="#RRULE">RRULE</a>, <a href="#RDATE">RDATE</a>, <a href="#EXDATE">EXDATE</a> and <a href="#EXRULE">EXRULE</a> properties in the component. If property <a href="#DTSTART">DTSTART</a> is missing in a <a href="#VTODO">VTODO</a> component then <a href="#DTSTART">DUE</a> is used.<br> <br> Limitations: <ul> <li>The values &quot;SECONDLY&quot; / &quot;MINUTELY&quot; / &quot;HOURLY&quot; in the &quot;FREQ&quot; rule part are NOT supported. <li>If using components with properties<br /> <a href="#UID">UID</a> in combination with <a href="#SEQUENCE">SEQUENCE</a> and <a href="#RECURRENCE-ID">RECURRENCE-ID</a><br /> (i.e. an individual instance within the recurrence set),<br /> the <a href="#RECURRENCE-ID">RECURRENCE-ID</a> parameter &quot;RANGE&quot; (&quot;THISANDPRIOR&quot; / &quot;THISANDFUTURE&quot;) is NOT supported.<br> </ul> Requirement: <ul> <li><a href="#sort">sort</a> <b>MUST</b> be executed before &quot;selectComponents&quot;, notice example below. </ul> FALSE is returned if no selected component exists. <p class="format">selectComponents([ int startYear, int startMonth, int startDay [, int endYear, int endMonth, int endDay [, mixed cType [, bool flat [,bool any [,bool split]]]]]]) </p> Returns an array with components (events.. .). For all recurrent instances of a <i>calendar</i> component, an x-property, &quot;X-CURRENT-DTSTART&quot; and opt. also &quot;X-CURRENT-DTEND&quot; alt. &quot;X-CURRENT-DUE&quot;, has been created with a TEXT content, &quot;Y-m-d&nbsp;[H:i:s][timezone/UTC&nbsp;offset]&quot; showing the current start and opt. also end alt. due date.<br> Also a &quot;X-RECURRENCE&quot; x-property is set with order number (valid if selectComponents is called from DTSTART date). <p class="comment">startYear : start year (4*digit), default current year startMonth : start month (1-2*digit), default current month startDay : start day (1-2*digit), default current day endYear : end year (4*digit), default startYear endMonth : end month (1-2*digit), default startMonth endDay : end day (1-2*digit), default startDay cType : <i>calendar</i> component type(-s), string/array (&quot;vevent&quot;, &quot;vtodo&quot;, &quot;vjournal&quot;, &quot;vfreebusy&quot;) FALSE (default) =&gt; all flat : TRUE =&gt; output : array[] (ignores split) component where recurrence pattern exists within period FALSE (default) =&gt; output : array[Year][Month][Day][] any : TRUE (default) =&gt; select components with recurrence pattern in period FALSE =&gt; only components that starts (DTSTART) within period split : TRUE (default) =&gt; one component copy for every day it occurs within the period FALSE =&gt; one occurrence of component in output array, start date/recurrence (start) date valid flat any split combinations (defaults in upper case) 1 FALSE TRUE TRUE 2 FALSE TRUE false 3 FALSE false [false] (split set to false if flat=FALSE and any=false) 4 true TRUE [false] (split set to false if flat=true) 5 true false [false] (split set to false if flat=true) </p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $vcalendar->sort(); $events_arr = $vcalendar->selectComponents( 2007,11,1,2007,11,30,&quot;vevent&quot;); // <span class="comment">select all events occurring 1-30 nov. 2007</span> foreach( $events_arr as $year =&gt; $year_arr ) { foreach( $year_arr as $month =&gt; $month_arr ) { foreach( $month_arr as $day =&gt; $day_arr ) { foreach( $day_arr as $event ) { $currddate = $event->getProperty( &quot;x-current-dtstart&quot; ); <span class="comment">// if member of a recurrence set, returns // array(&quot; x-current-dtstart&quot;, // &lt;(string) date(&quot;Y-m-d&nbsp;[H:i:s][timezone/UTC&nbsp;offset]&quot;)&gt;)</span> $startDate = $event->getProperty( &quot;dtstart&quot; ); $summary = $event->getProperty( &quot;summary&quot; ); $description = $event->getProperty( &quot;description&quot; ); .. . </p> <a name="selectComponents2"></a> <p class="label">format 2</p> Using this format, the function selects components based on specific property value(-s), <a href="#ATTENDEE">ATTENDEE</a>, <a href="#CATEGORIES">CATEGORIES</a>, <a href="#LOCATION">LOCATION</a>, <a href="#ORGANIZER">ORGANIZER</a>, <a href="#PRIORITY">PRIORITY</a>, <a href="#RESOURCES">RESOURCES</a>, <a href="#STATUS">STATUS</a>, <a href="#SUMMARY">SUMMARY</a> or <a href="#UID">UID</a>. For the property &quot;SUMMARY&quot; ,if a search value (any case) exists within property value, a hit is found. For the other properties an exact (strict case) match is required.<br> <a href="#ATTENDEE">ATTENDEE</a> and <a href="#ORGANIZER">ORGANIZER</a> search values must be prefixed by protocol ex. &quot;MAILTO:[email protected]&quot;. Multiple search properties may coexist. <br> <br> To retrieve property values, see <a href="#getProperty2">getProperty</a> (Format 2) on <i>calendar</i> level. <p class="format">selectComponents( searchArray )</p> Outputs an array of matched (unique) components in <a href="#UID">UID</a> order. <p class="comment">searchArray : array( propertyName =&gt; propertyValue ) propertyName : above (any case) propertyValue : string value / array( *[string value] ) </p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $vcalendar->sort(); $searchArray = array( &quot;PRIORITY&quot; =&gt; array( 1, 2, 3, 4 )); $highPrioArr = $vcalendar->selectComponents( $searchArray ); // <span class="comment">select all components with PRIORITY set to high (1-4)</span> if( !empty( $highPrioArr )) { $highPrioCal = new vcalendar( array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; )); $highPrioCal-&gt;setProperty( "X-WR-CALDESC", "High priority events" ); foreach( $highPrioArr as $highPrioComponent ) $highPrioCal-&gt;setComponent( $highPrioComponent ); $highPrioCal-&gt;returnCalendar(); } .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_functions">[up]</a> <a name="setComponent"></a><h4>3.1.3.5 setComponent</h4> Replace or update component in <i>calendar</i>. Also add <i>calendar</i> component to <i>calendar</i> when <i>calendar</i> component is created with the procedural (<b>non</b>-factory) method, see example <a href="#vevent">VEVENT</a>, format 2. A successful update return TRUE. <p class="label">format 1</p> Insert last in component chain. <p class="format">setComponent( component ) addComponent( component ) // <span class="ref">alias</span> </p> <p class="comment">addComponent, may be removed i future versions.</p> <p class="label">format 2</p> Insert/replace component with order number (1st=1, 2nd=2.. .). If replace and orderNumber is not found, component is inserted last in chain. <p class="format">setComponent( component, int orderNumber )</p> <p class="label">format 3</p> Replace component with component type and 1st alt. component order number. If orderNumber is not found, component is inserted last in chain. <p class="format">setComponent( component, string componentType [,int component suborder no])</p> <p class="label">format 4</p> Replace component with <a href="#UID">UID</a>. N.B <a href="#UID">UID</a> is NOT set for <a href="#VALARM">ALARM</a> / <a href="#VTIMEZONE">TIMEZONE</a> components. If <a href="#UID">UID</a> is not found, component is inserted last in chain. <p class="format">setComponent( component, string <a href="#UID">UID</a> )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $vevent = vcalendar->getComponent( 1 );&nbsp;//<span class="comment">fetch first EVENT</span> $vevent->setProperty( &quot;dtstart&quot;&nbsp;//<span class="comment">update <a class="ref" href="#DTSTART">DTSTART</a> property</span> , 2006, 12, 24, 19, 30, 00 ); .. . $vcalendar->setComponent( $vevent, 1 ); // replace first component .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_functions">[up]</a> <a name="Calendar_inputoutput_functions"></a><h3>3.1.4 Calendar input/output functions</h3> <a name="parse_merge"></a><h4>3.1.4.1 parse and merge</h4> Parse iCal file(-s) or string/array <i>calendar</i>Content into a single vcalendar object (components, properties and parameters), including multiple vcalendars (within a single ICS file) parse, e.g. Oracle Calendar exports. <br><br> As long as php.ini directive &quot;allow_url_fopen&quot; is enabled, remote files, URLs; protocol &quot;http&quot; (&quot;webcal&quot;), are supported. A remote file, URL, <b>must</b> be prefixed by &quot;http://&quot; (&quot;webcal://&quot;) and suffixed by a valid filename.! Recommendation is to download (cache) remote file before parsing, due to execution time and control. <br><br> If missing, component property <a href="#UID">UID</a> is created when parsing. For that reason <a href="#Unique_id">UNIQUE_ID</a> might need to be set before parsing, Se examples below. <br><br> Notice <a href="#date_restriction">date restriction</a>! <br><br> If parse error occurs (like file access error, invalid <i>calendar</i> file or <i>calendar</i> file without components), FALSE is returned. <p class="label">Format</p> <p class="format">parse( [ mixed textToParse ] )</p> <p class="comment">textToParse = string calendarContent ex. result from - file_get_contents( &quot;filename&quot;) array calendarContent ex. result from - file( &quot;filename&quot;, FILE_IGNORE_NEW_LINES )</p> <p class="label">parse example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot;); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); .. . </p> <p class="label">parse example 2</p> <p class="example"> $config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;url&quot; =&gt; &quot;http://www.ical.net/calendars/calendar.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); .. . </p> <p class="label">parse example 3</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;url&quot; =&gt; &quot;http://www.ical.net/calendars/calendar.ics&quot; ); $vcalendar = new vcalendar( $config ); ... $str = array( &quot;BEGIN:VCALENDAR&quot;, &quot;PRODID:-//kigkonsult.se//NONSGML kigkonsult.se iCalcreator 2.10.23//&quot;, &quot;VERSION:2.0&quot;, &quot;BEGIN:VEVENT&quot;, &quot;DTSTART:20101224T190000Z&quot;, &quot;DTEND:20101224T200000Z&quot;, &quot;DTSTAMP:20101020T103827Z&quot;, &quot;UID:[email protected]&quot;, &quot;DESCRIPTION:example&quot;, &quot;END:VEVENT&quot;, &quot;END:VCALENDAR&quot;); $vcalendar->parse( $str ); ... </p> <p class="label">merge example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->setConfig( &quot;filename&quot;,&nbsp;&nbsp;&quot;file1.ics&quot; ); $vcalendar->parse(); $vcalendar->setConfig( &quot;filename&quot;,&nbsp;&nbsp;&quot;file2.ics&quot; ); $vcalendar->parse(); $vcalendar->sort(); $vcalendar->setConfig( &quot;directory&quot;,&nbsp;&quot;export&quot; ); $vcalendar->setConfig( &quot;filename&quot;,&nbsp;&nbsp;&quot;icalmerge.ics&quot; ); $vcalendar->saveCalendar(); .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_inputoutput_functions">[up]</a> <a name="createCalendar"></a><h4>3.1.4.2 createCalendar</h4> Generate and return <i>calendar</i> in a string, testing.. .? <p class="label">Format</p> <p class="format">createCalendar()</p> <p class="label">Example</p> <p class="example">.. . $str = $vcalendar->createCalendar(); echo $str; </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_inputoutput_functions">[up]</a> <a name="returnCalendar"></a><h4>3.1.4.3 returnCalendar</h4> Redirect <i>calendar</i> content to user browser. Filename, addressed to browser, is automatically generated if missing or not set;<br> <span class="format">$filename = date( &quot;YmdHis&quot; ).&quot;.ics&quot; </span><br> <p class="label">Format</p> <p class="format">returnCalendar( [bool utf8Encode [, bool gzip ]] )</p> <p class="comment">utf8Encode = TRUE: utf8 encoded output, FALSE: (default) no encoding gzip = TRUE: gzip compressed output and header &quot;Content-Encoding: gzip&quot; set, FALSE: (default) no compressing</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); .. . $vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); $vevent->setProperty( &quot;dtstart&quot;, array( &quot;year&quot; =&gt; 2007 , &quot;month&quot; =&gt; 4 , &quot;day&quot; =&gt; 1 , &quot;hour&quot; =&gt; 19 )); $vevent->setProperty( &quot;duration&quot;, 0, 0, 3 )); $vevent->setProperty( &quot;LOCATION&quot;, &quot;Central Plaza&quot; ); $vevent->setProperty( &quot;summary&quot;, &quot;PHP summit&quot; ); .. . $vcalendar->returnCalendar(); </p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $utf8Encode = TRUE; $hacPar = &quot;HTTP_ACCEPT_ENCODING&quot;; if( isset( $_SERVER[$hacPar] ) &amp;&amp; ( FALSE !== strpos( strtolower( $_SERVER[$hacPar] ), &quot;gzip&quot; ))) $gzip = TRUE; else $gzip = FALSE; $vcalendar->returnCalendar( $utf8Encode, $gzip ); </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_inputoutput_functions">[up]</a> <a name="saveCalendar"></a><h4>3.1.4.4 saveCalendar</h4> Save ical <i>calendar</i> in a file, uses present directory if directory not set, filename is automatically generated if missing or not set;<br> <span class="format">$filename = date( &quot;YmdHis&quot; ).&quot;.ics&quot; </span><br> Directory/filename <b>must</b> be writeable, delimiter default <i>PHP</i> constant DIRECTORY_SEPARATOR. <br><br> As long as php.ini directive &quot;allow_url_fopen&quot; is enabled, remote files, URLs; protocol &quot;http&quot; (&quot;webcal&quot;), are supported. Recommendation is to save to a local file and upload later, due to execution time and control. <br><br> If file error occurs, FALSE is returned. <p class="label">Format</p> <p class="format">saveCalendar ( string directory/FALSE [, string filename/FALSE [, string delimiter/FALSE ]] ) </p> Parameters for <span class="format">directory/filename/delimiter</span>, kept for backward compatibility, may be removed i future versions. Recommendation is to use <span class="format">setConfig</span>, Se example below. <p class="label">Example</p> <p class="example">.. . $vcalendar->setConfig( array( &quot;directory&quot; =&gt; &quot;depot&quot;, &quot;filename&quot; =&gt; &quot;calendar.ics&quot; )); $result = $vcalendar->saveCalendar(); if( !$result ) &nbsp;&nbsp;echo &quot;error when saving.. .&quot; </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_inputoutput_functions">[up]</a> <a name="sort"></a><h4>3.1.4.5 sort</h4> <p class="label">Format 1</p> Sort created/parsed <i>calendar</i> components on the following (prioritized) keys:<br> 1 - X-CURRENT-DTSTART - X-CURRENT-DTEND/X-CURRENT-DUE<br> &nbsp;&nbsp;&nbsp;&nbsp;(if created in function <a href="#selectComponents">selectComponents</a>)<br> 1 - <a href="#DTSTART">DTSTART</a> - <a href="#DTEND">DTEND</a> alt. <a href="#DURATION">DURATION</a> (<a href="#VEVENT">VEVENT</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components)<br> 1 - <a href="#DTSTART">DTSTART</a> - <a href="#DUE">DUE</a> alt. <a href="#DURATION">DURATION</a> (<a href="#VTODO">VTODO</a> components)<br> 1 - <a href="#DTSTART">DTSTART</a> (<a href="#VJOURNAL">VJOURNAL</a> components)<br> 2 - <a href="#CREATED">CREATED</a> / <a href="#DTSTAMP">DTSTAMP</a><br> 3 - <a href="#UID">UID</a><br> <a href="#VTIMEZONE">VTIMEZONE</a> component(-s) are always sorted first in chain.<br> Sub-components (<a href="#VTIMEZONE">STANDARD</a>&nbsp;/&nbsp;<a href="#VTIMEZONE">DAYLIGHT</a>&nbsp;/&nbsp;<a href="#VALARM">ALARM</a>), if exists, are not sorted. <p class="format">sort()</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $vcalendar->sort(); $vcalendar->returnCalendar(); </p> <p class="label">Format 2</p> Sort created/parsed <i>calendar</i> components on specific property values and ascending order. <p class="format">sort( sortArgument )</p> <p class="comment">sortArgument: &quot;<a href="#ATTENDEE">ATTENDEE</a>&quot; / &quot;<a href="#CATEGORIES">CATEGORIES</a>&quot; / &quot;<a href="#DTSTAMP">DTSTAMP</a>&quot; / &quot;<a href="#LOCATION">LOCATION"</a>&quot; / &quot;<a href="#ORGANIZER">ORGANIZER</a>&quot; /&quot;<a href="#RESOURCES">RESOURCES</a>&quot; / &quot;<a href="#PRIORITY">PRIORITY</a>&quot; / &quot;<a href="#STATUS">STATUS</a>&quot; / &quot;<a href="#SUMMARY">SUMMARY</a>&quot; for a property where multiple occurrence may exist (<a href="#ATTENDEE">ATTENDEE</a>, <a href="#CATEGORIES">CATEGORIES</a>, <a href="#RESOURCES">RESOURCES</a> ), lowest (alphabetic) value is used as sort parameter. </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_inputoutput_functions">[up]</a> <a name="useCachedCalendar"></a><h4>3.1.4.6 useCachedCalendar</h4> If recent version of local (non-empty and saved) <i>calendar</i> file exists, an HTTP redirect header is sent otherwise FALSE is returned. <p class="label">Format</p> <p class="format">useCachedCalendar( [ int timeout ] ) useCachedCalendar( string directory/FALSE , string filename/FALSE , string delimiter/FALSE [, int timeout ] ) </p> <p class="comment">timeout : default 3600 sec Second format with parameters for <span class="format">directory/filename/delimiter</span>,<br>kept for backward compatibility, may be removed i future<br>versions. Recommendation is to use <span class="format">setConfig</span>, Se example below.</p> <p class="label">Example</p> <p class="example">.. . $vcalendar->setConfig( &quot;directory&quot;, &quot;depot&quot; ); $vcalendar->setConfig( &quot;filename&quot;, &quot;calendar.ics&quot; ); $vcalendar->useCachedCalendar(); </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_inputoutput_functions">[up]</a> <a name="Calendar_configuration_functions"></a><h3>3.1.5 Calendar configuration functions</h3> <a name="configKeys"></a><h4>3.1.5.1 configuration keys</h4> All configuration keys (allowEmpty, compsInfo etc.) case independent. <br> <br> <table> <tr> <td class="bl bb">key</td> <td class="bl bb"><i>calendar</i></td> <td class="bl bb">component</td> <td class="bl bb">remark</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#allowEmpty">allowEmpty</a></td> <td class="bl bb center">*</td> <td class="bl bb center">*</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Compsinfo">Compsinfo</a></td> <td class="bl bb center">*</td> <td class="bl bb center">*</td> <td class="bl bb ref">getConfig only</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Delimiter">Delimiter</a></td> <td class="bl bb center">*</td> <td class="bl bb">&nbsp;</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Directory">Directory</a></td> <td class="bl bb center">*</td> <td class="bl bb">&nbsp;</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Filename">Filename</a></td> <td class="bl bb center">*</td> <td class="bl bb">&nbsp;</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Dirfile">Dirfile</a></td> <td class="bl bb center">*</td> <td class="bl bb">&nbsp;</td> <td class="bl bb ref">getConfig only</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Filesize">Filesize</a></td> <td class="bl bb center">*</td> <td class="bl bb">&nbsp;</td> <td class="bl bb ref">getConfig only</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Format">Format</a></td> <td class="bl bb center">*</td> <td class="bl bb">&nbsp;</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Language">Language</a></td> <td class="bl bb center">*</td> <td class="bl bb center">*</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#NewlineChar">NewlineChar</a></td> <td class="bl bb center">*</td> <td class="bl bb center">*</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#dTZID">TZID</a></td> <td class="bl bb center">*</td> <td class="bl bb center">*</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#Unique_id">Unique_id</a></td> <td class="bl bb center">*</td> <td class="bl bb center">*</td> <td class="bl bb ref">&nbsp;</td> </tr> <tr> <td class="bl bb"><a class="ref" href="#configURL">URL</a></td> <td class="bl bb center">*</td> <td class="bl bb">&nbsp;</td> <td class="bl bb ref">&nbsp;</td> </tr> </table> <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="getConfig"></a><h4>3.1.5.2 getConfig</h4> <p class="format">getConfig( [string key )</p> <p class="label">Example 1</p> <p class="example">.. . $filename = $vcalendar->getConfig( &quot;filename&quot; ); .. .</p> In this example, notice <a href="#Filename">Filename</a> <br> <p class="label">Example 2</p> <p class="example">.. . $config = $vcalendar->getConfig(); .. .</p> <p class="comment">Output= array( string key =&gt; mixed value *[, string key =&gt; mixed value] )</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="initConfig"></a><h4>3.1.5.3 calendar/component initialization</h4> <p class="label">Format</p> When creating a new <i>calendar</i>. <p class="format">vcalendar( array( string key =&gt; mixed value *[,string key =&gt; mixed value]))</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); .. . </p> When creating a new <i>calendar</i> component. <p class="format">component( array( string key =&gt; mixed value *[,string key =&gt; mixed value]))</p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vevent = new vevent( $config ); .. . </p> <p class="label">Example 3</p> <p class="example">. .. $config = $vcalendar->getConfig(); $vevent = new vevent( $config ); .. . </p> Only component relevant configuration are set. If using the <a href="#newComponent">newComponent</a> function, configuration is set automatically. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="setConfig"></a><h4>3.1.5.4 setConfig</h4> A successful &quot;setConfig&quot; returns TRUE. <p class="label">Format 1</p> <p class="format">setConfig( array( string key=>mixed value *[, string key=>mixed value]))</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar(); $vcalendar->setConfig( $config ); .. . </p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vevent = new vevent(); $vevent->setConfig( $config ); .. . </p> <p class="label">Format 2</p> <p class="format">setConfig( string key, string value )</p> <p class="label">Example 1</p> <p class="example">$vcalendar = new vcalendar(); $vcalendar->setConfig( &quot;directory&quot;, &quot;depot&quot; ); .. . </p> <p class="label">Example 2</p> <p class="example">$vevent = new vevent(); $vevent->setConfig( &quot;unique_id&quot;, &quot;kigkonsult.se&quot; ); .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="allowEmpty"></a><h4>3.1.5.5 Allow empty components</h4> Allow or reject empty <i>calendar</i> properties, default allow (TRUE). <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Compsinfo"></a><h4>3.1.5.6 Component information</h4> Only to use with function getConfig.<br> <br> Get information about <i>calendar</i> components. Returns array with basic information about all components (in array format) within <i>calendar</i>. <p class="comment">Output = array ( *compinfo ) compinfo = array ( &quot;ordno&quot; =&gt; int ordno, // <span class="ref">order number (1st=1, 2nd=2..)</span> , &quot;type&quot; =&gt; string type // <span class="ref">component type (vevent, vtodo.. .</span> , &quot;uid&quot; =&gt; string uid // <span class="ref">component <a href="#UID">UID</a> (not for <a href="#VALARM">ALARM</a> / <a href="#VTIMEZONE">TIMEZONE</a>)</span> , &quot;props&quot; =&gt; array( *[ propertyName =&gt; Property count ]) // <span class="ref">for every set property</span> , &quot;sub&quot; =&gt; array( *compinfo )) // <span class="ref">if subcomponents exists, an array for each subcomponent</span></p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $compsinfo = $vcalendar->getConfig( &quot;compsinfo&quot; ); foreach( $compsinfo as compinfo) { &nbsp;echo &quot; order number : &quot;.$compinfo[&quot;ordno&quot;].&quot;&lt;br&nbsp;/&gt;&quot;; &nbsp;echo &quot; type : &quot;.$compinfo[&quot;type&quot;].&quot;&lt;br&nbsp;/&gt;&quot;; &nbsp;echo &quot; UID : &quot;.$compinfo[&quot;uid&quot;].&quot;&lt;br&nbsp;/&gt;&quot;; &nbsp;foreach( $compinfo[&quot;props&quot;] as $propertyName =&gt; $propertyCount ) &nbsp;&nbsp;echo &quot; $propertyName = $propertyCount&quot;; &nbsp;if( is_array( $compinfo[&quot;sub&quot;] )) { &nbsp;&nbsp;foreach( $compinfo[&quot;sub&quot;] as $subcompinfo ) { &nbsp;&nbsp;&nbsp;echo &quot; order number : &quot;.$subcompinfo[&quot;ordno&quot;].&quot;&lt;br&nbsp;/&gt;&quot;; &nbsp;&nbsp;&nbsp;/* .. dito if subcomponents exists .. . */ &nbsp;&nbsp;} &nbsp;} } </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Delimiter"></a><h4>3.1.5.7 Delimiter</h4> Directory/filename delimiter. <br> <br> Default <i>PHP</i> constant DIRECTORY_SEPARATOR. If used, <b>must</b> be set BEFORE filename! <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Directory"></a><h4>3.1.5.8 Directory</h4> Local directory to store/read iCal files, default &nbsp;&quot;<b>.</b>&quot;. <br> <br> Directory <b>must</b> be set BEFORE <a href="#Filename">filename</a> and <b>must</b> exist and be writeable otherwise FALSE is returned. If set using an config array and together with <a name="Filename"><u>Filename</u></a>, Directory are set first. When setting Directory any previously set <a href="#configURL">URL</a> is removed. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Fileinfo"></a><h4>3.1.5.9 Fileinfo</h4> Only available in function getConfig, giving information in array format about <a href="#Directory">directory</a>, <a href="#Filename">filename</a> and <a href="#Filesize">filesize</a>. <p class="label">Example</p> <p class="example">$fileinfo = $vcalendar->getConfig( &quot;fileinfo&quot; );</p> <p class="comment">output = array( &lt;directory&gt;, &lt;filename&gt;, &lt;filesize&gt; )</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Filename"></a><h4>3.1.5.10 Filename</h4> iCal local file name, default created like (if not set):<br> <p class="format">$filename = date( &quot;YmdHis&quot; ).&quot;.ics&quot;;</p> <p class="format">$filename = date( &quot;YmdHis&quot; ).&quot;.xml&quot;; <span class="comment"> // if <a href="#Format">format</a> set to &quot;xcal&quot;</span></p> <br> If not set, filename is created when requested, ex. in functions <a href="#saveCalendar">saveCalendar</a> or getConfig(&quot;filename&quot;). <br> <br> Local filename <b>must</b> be set AFTER setting directory (and opt. delimiter)! Filename (and opt. directory) <b>must</b> be readable/writeable otherwise FALSE is returned. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Filesize"></a><h4>3.1.5.11 Filesize</h4> Only when getting configuration (using function getConfig).<br> Returns the size of the file in bytes, to be called<br> - after &quot;saveCalendar()&quot;<br> or<br> - after a &quot;setConfig( &quot;directory&quot; / &quot;filename&quot; )&quot; and before/after &quot;parse()&quot;.<br> Getting the filesize for a remote file (URL) will always return zero. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Format"></a><h4>3.1.5.12 Format</h4> Format for <i>calendar</i> output, &quot;iCal&quot;/&quot;xCal&quot;, any case. <br> &quot;iCal&quot; is default (rfc2445), &quot;xCal&quot; force xml formatted output. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Language"></a><h4>3.1.5.13 Language</h4> Language for <i>calendar</i> and component TEXT value properties as defined in [RFC 1766]. <br> <br> If NOT set in TEXT property parameters, language from &quot;setConfig( &quot;language&quot;, ..&quot; at component level will be used, if set, otherwise language from &quot;setConfig( &quot;language&quot;, ..&quot; at <i>calendar</i> level will be used, if set. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="NewlineChar"></a><h4>3.1.5.14 NewlineChar</h4> Character(s) used for carriage return + line feed (CR+LF), default &quot;\r\n&quot;. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="dTZID"></a><h4>3.1.5.15 TZID</h4> Default (local?) timezone, will be used if no TZID parameter is supplied when setting <a href="#DTSTART">DTSTART</a>, <a href="#DTEND">DTEND</a>, <a href="#DUE">DUE</a> or <a href="#RECURRENCE-ID">RECURRENCE-ID</a> (auto completion). Note, some <i>calendar</i> software also require <a href="#Additional_Descriptors">X-WR-TIMEZONE</a> (to be set manually). <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Unique_id"></a><h4>3.1.5.16 Unique_id</h4> Unique_id is used in property PRODID at <i>calendar</i> level and <a href="#UID">UID</a> at component level, both created automatically, if not set. <p class="quotes">PRODID The identifier is RECOMMENDED to be the identical syntax to the [RFC 822] addr-spec. A good method to assure uniqueness is to put the domain name or a domain literal IP address of the host on which.. .<p> Default <b>AUTOMATICALLY</b> generated by using <i>PHP</i> function gethostbyname( $_SERVER[&quot;SERVER_NAME&quot;] ) when running in a web server environment or &quot;localhost&quot; when using command line interface. Used when setting other (domain) name than server name. <br> <br> A strong recommendation is <b>always</b> to set unique_id when creating a new vcalendar or component object, to ensure accurate creation of all components <a href="#UID">UID</a> property, also before <a href="#parse">parse</a>, in case of missing <a href="#UID">UID</a>. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="configURL"></a><h4>3.1.5.17 URL</h4> When managing remote files with URL (writing using <a href="#saveCalendar">saveCalendar()</a>, or reading using <a href="#parse">parse()</a>), only protocol &quot;http&quot; (&quot;webcal&quot;) is supported, i.e. url <b>must</b> be prefixed by &quot;http://&quot; (&quot;webcal://&quot;) and suffixed by a valid filename. <br> When setting URL, any previously set Directory is removed.<br> The URL filename part can be retrieved by - getConfig( &quot;filename&quot; ). <br> <br> When storing a remote iCal file locally, only directory need to be set, filename remains unchanged (i.e. 1. set URL, 2. parse, 3. set directory). <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;url&quot;, &quot;http://www.iCal.net/depot/calendar.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $vcalendar->sort(); .. . .. . $vcalendar->setConfig( &quot;directory&quot;, &quot;depot&quot; ); $vcalendar->saveCalendar(); // <span class="ref">local save in &quot;depot&quot; folder, </span> // <span class="ref">using original filename</span> </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_configuration_functions">[up]</a> <a name="Calendar_component_object_property_function_list"></a><h2>3.2 Calendar component object property function list</h2> <p> All <i>calendar</i> component property functions for get/set data.<br> For property format in detail, see <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="RFC2445" target="_blank">RFC2445</a> - Internet Calendaring and Scheduling Core Object Specification (iCalendar). </p> <a name="DATE_WITH_UTC_TIME"></a> <span class="label">Notice:</span> for properties and DATE-TIME with <b>UTC</b> time. <p class="quotes">RFC2445: The date with UTC time, or absolute time, is identified by a LATIN CAPITAL LETTER Z suffix character (US-ASCII decimal 90), the UTC designator, appended to the time value. For example, the following represents January 19, 1998, at 0700 UTC: </p> <p class="quotes">DTSTART:19980119T070000Z</p> <p class="quotes">The <a href="#TZID">TZID</a> property parameter MUST <b>NOT</b> be applied to DATE-TIME properties whose time values are specified in UTC. </p> <p> <a name="date_restriction"></a> <span class="label">Notice:</span> date limitation.<br> Due to a limitation in <i>PHP</i> date functions, e.g. <span class="format">mktime</span>, <span class="format">strtotime</span>, a date (e.g. while setting <a href="#DTSTART">DTSTART</a> property) before &quot;January 1 1970 00:00:00 GMT&quot; may force a <i>PHP</i> date function to generate an error or set date to &quot;January 1 1970&quot;. </p> <a name="deleteProperty_PROP"></a><h3>3.2.1 deleteProperty</h3> General <i>calendar</i> delete property function,simplifying removal of <i>calendar</i> properties.<br> FALSE is returned if no property exists or when end-of-properties at consecutive function calls. <p class="label">Format</p> <p class="format">deleteProperty( [ string PropName [, int order=1 ] )</p> <p class="comment">propName - case independent, rfc2445 component property names, unknown/missing propName will be used as <a href="#X-PROPERTY_PROP">X-property</a>. order - if missing 1st/next occurrence, used with multiply (property) occurrences</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $e = $vcalendar->getComponent( &quot;vevent&quot; ); while( $e->deleteProperty( &quot;comment&quot; )) &nbsp;&nbsp;continue; // <span class="ref">remove all COMMENT properties</span> .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="getProperty_PROP"></a><h3>3.2.2 getProperty</h3> General get property function, simplifying fetch of <i>calendar</i> properties.<br> FALSE is returned if no property exists or when end-of-properties at consecutive function calls. <p class="label">Format</p> <p class="format">getProperty( string PropName [, int order=1 [, bool complete=FALSE ]] )</p> <p class="comment">propName - case independent, rfc2445 component property names, unknown/missing propName will be used as <a href="#X-PROPERTY_PROP">X-property</a>. order - if missing/FALSE 1st/next occurrence, otherwise with multiply occurrences (1st=1, 2nd=2.. .) complete - FALSE (default): output only property value TRUE : output = array(&quot;value&quot; =&gt; &lt;value&gt; ,&quot;params&quot;=&gt; &lt;parameter array&gt;) </p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;directory&quot; =&gt; &quot;import&quot;, &quot;filename&quot; =&gt; &quot;file.ics&quot; ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $vevent = $vcalendar->getComponent( &quot;vevent&quot; )) { &nbsp;$dtstart = $vevent->getProperty( &quot;dtstart&quot; ); // <span class="ref">one occurrence</span> &nbsp;$description = $vevent->getProperty( &quot;description&quot; ); // <span class="ref">one occurrence</span> &nbsp;while( $comment = $vevent->getProperty( &quot;comment&quot; )) { // <span class="ref">MAY occur more than once</span> &nbsp;.. . &nbsp;} .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="parse"></a><h3>3.2.3 parse</h3> Parse strict rfc2445 component property text and/or ALARMs. <br><br> A rfc2445 strict formatted property text, in string or array format and starting with property name. <br> <br> Complete <a href="#VALARM">ALARM</a>s, all properties included, in array format and first array row as &quot;BEGIN:VALARM&quot;, last as &quot;END:VALARM&quot; as well as <a href="#VTIMEZONE">TIMEZONE</a> and standard/daylight subcomponents. <br><br> FALSE is returned if (read-file) problems occur. <p class="label">Format</p> <p class="format">parse( mixed propertyText )</p> <p class="comment"> propertyText = string/array, rcf2445 formatted property/properties, property name <b>must</b> begin (first) line</p> <p class="label">example</p> <p class="example">.. . $vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); $e->parse( &quot;DTSTAMP:19970324T1200Z&quot; ); $e->parse( &quot;SEQUENCE:0&quot; ); $e->parse( &quot;ORGANIZER:MAILTO:[email protected]&quot; ); $e->parse( array( &quot;ATTENDEE;RSVP=TRUE:MAILTO:[email protected]&quot;, &quot;ATTENDEE;RSVP=TRUE:MAILTO:[email protected]&quot;, &quot;ATTENDEE;RSVP=TRUE:MAILTO:[email protected]&quot;, &quot;ATTENDEE;RSVP=TRUE:MAILTO:[email protected]&quot; )); $e->parse( &quot;DTSTART:19970324T123000Z&quot; ); $e->parse( &quot;DTEND:19970324T210000Z&quot; ); $e->parse( &quot;CATEGORIES:MEETING,PROJECT&quot; ); $e->parse( &quot;CLASS:PUBLIC&quot; ); $e->parse( &quot;SUMMARY:Calendaring Interoperability Planning Meeting&quot; ); $e->parse( &quot;STATUS:DRAFT&quot; ); $e->parse( array( &quot;DESCRIPTION:Project xyz Review Meeting Minutes&quot; ,&quot;Agenda&quot; ,&quot;1. Review of project version 1.0 requirements.&quot; ,&quot;2. Definition of project processes.&quot; ,&quot;3. Review of project schedule.&quot; ,&quot;Participants: John Smith, Jane Doe, Jim Dandy&quot; ,&quot;- It was decided that the requirements need to be signed off by &quot;. &quot;product marketing.&quot; ,&quot;- Project processes were accepted.&quot; ,&quot;- Project schedule needs to account for scheduled holidays and employee&quot;. &quot; vacation time. Check with HR for specific dates.&quot; ,&quot;- New schedule will be distributed by Friday.&quot; ,&quot;- Next weeks meeting is cancelled. No meeting until 3/23.&quot; )); $e->parse( &quot;LOCATION:LDB Lobby&quot; ); $e->parse( &quot;ATTACH;FMTTYPE=application/postscript:ftp://xyz.com/pub/conf/bkgrnd.ps&quot; ); $e->parse( array( &quot;BEGIN:VALARM&quot;, &quot;ACTION:AUDIO&quot;, &quot;TRIGGER;VALUE=DATE-TIME:19970224T070000Z&quot;, &quot;ATTACH;FMTTYPE=audio/basic:http://host.com/pub/audio-files/ssbanner.aud&quot;, &quot;REPEAT:4&quot;, &quot;DURATION:PT1H&quot;, &quot;X-alarm:non-standard ALARM property&quot;, &quot;END:VALARM&quot; )); $e->parse( &quot;X-xomment:non-standard property will be displayed, comma escaped&quot;); .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="setProperty_PROP"></a><h3>3.2.4 setProperty</h3> General set property function, simplifying insert of component properties. For properties where multiple occurrences are allowed, last parameter is an index, implementing replaceProperty functionality.<br> A successful update returns TRUE. <p class="label">Format</p> <p class="format">setProperty( string PropName, mixed Proparg_1 *[, mixed Proparg_n] )</p> <p class="comment">propName case independent, rfc2445 component property names, unknown propName will be regarded as <a href="#X-PROPERTY_PROP">X-property</a>.</p> <p class="label">Example</p> <p class="example">$vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); $vevent->setProperty( &quot;dtstart&quot; , array(&quot;year&quot;=&gt;2007,&quot;month&quot;=&gt;4,&quot;day&quot;=&gt;1,&quot;hour&quot;=&gt;19)); $vevent->setProperty( &quot;duration&quot;, 0, 0, 3 )); $vevent->setProperty( &quot;LOCATION&quot;, &quot;Central Plaza&quot; ); $vevent->setProperty( &quot;summary&quot;, &quot;PHP summit&quot; ); .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="ACTION"></a><h3>3.2.5 ACTION</h3> This property defines the action to be invoked when an <a href="#VALARM">VALARM</a> is triggered,<br> &quot;AUDIO&quot; / &quot;DISPLAY&quot; / &quot;EMAIL&quot; / &quot;PROCEDURE&quot;. This property is REQUIRED and MUST NOT occur more than once. <h5>Delete ACTION</h5> Remove ACTION from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;Action&quot; )</p> <p class="label">Example</p> <p class="example">$valarm->deleteProperty( &quot;Action&quot; );</p> <h5>Get ACTION</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;Action&quot; )</p> <p class="comment">output = actionValue <span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;Action&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; actionValue<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$action = $valarm->getProperty( &quot;action&quot; );</p> <h5>Set ACTION</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;Action&quot;, actionValue [, xparam ] )</p> <p class="comment">actionValue<span class="ref">1</span> = one of &quot;AUDIO&quot; / &quot;DISPLAY&quot; / &quot;EMAIL&quot; / &quot;PROCEDURE&quot; xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$valarm->setProperty( &quot;action&quot;, &quot;DISPLAY&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="ATTACH"></a><h3>3.2.6 ATTACH</h3> The property provides the capability to associate a document object with a <i>calendar</i> component. The property is is REQUIRED and MUST NOT occur more than once in an &quot;ALARM&quot; (&quot;ACTION&quot; &quot;procedure&quot;), OPTIONAL and MUST NOT occur more than once in an &quot;ALARM&quot; (&quot;ACTION&quot; &quot;audio&quot;) and OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VALARM">VALARM</a> (&quot;ACTION&quot; &quot;email&quot;) components. <br><br> The default value type for ATTACH is URI. The value type can also be set to BINARY to indicate inline binary encoded content information (params <span class="ref">2</span>). <h5>Delete ATTACH</h5> Remove ATTACH from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;ATTACH&quot; )</p> <p class="label">Example 1</p> <p class="example">$valarm->deleteProperty( &quot;ATTACH&quot; );</p> <p class="label">Example 2</p> Delete ATTACH property no 2. <p class="format">$valarm->deleteProperty( &quot;ATTACH&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all ATTACH properties. <p class="example">while( $valarm->deleteProperty( &quot;ATTACH&quot; )) continue;</p> <h5>Get ATTACH</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;Attach&quot; )</p> <p class="comment">output = attachValue<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;ATTACH&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; attachValue<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;Attach&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo ATTACH</p> <p class="label">Example</p> <p class="example">$attach = $valarm->getProperty( &quot;attach&quot; );</p> <h5>Set ATTACH</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;attach&quot;, attachValue<span class="ref">1</span> [, params [, propOrderNo ]] )</p> <p class="comment">attachValue<span class="ref">1</span> = URI / inline binary encoded content information. params<span class="ref">2</span> = array( [ &quot;ENCODING&quot; =&gt; &quot;BASE64&quot;, &quot;VALUE&quot; =&gt; &quot;BINARY&quot; ] [, &quot;FMTTYPE&quot; =&gt; contentType ] [,&nbsp;xparam ] ) contentType = The parameter value MUST be the TEXT for either an IANA registered content type or a non-standard content type. xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;attach&quot; , &quot;ftp://domain.com/pub/docs/agenda.doc&quot; , array( &quot;FMTTYPE&quot; =&gt; &quot;application/binary&quot; )); </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="ATTENDEE"></a><h3>3.2.7 ATTENDEE</h3> The property defines an "Attendee" within a <i>calendar</i> component and is OPTIONAL and MUST NOT occur more than once in a VALARM (&quot;ACTION&quot; &quot;email&quot;), OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components. <br><br> This value type for ATTENDEE is URI, a <i>calendar</i> user address. <h5>Delete ATTENDEE</h5> Remove ATTENDEE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;ATTENDEE&quot; )</p> <p class="label">Example 1</p> <p class="example">$valarm->deleteProperty( &quot;ATTENDEE&quot; );</p> <p class="label">Example 2</p> Delete ATTENDEE property no 2. <p class="example">$valarm->deleteProperty( &quot;ATTENDEE&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all ATTENDEE properties. <p class="example">while( $valarm->deleteProperty( &quot;ATTENDEE&quot; )) continue;</p> <h5>Get ATTENDEE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;Attendee&quot; )</p> <p class="comment">output = attendeeValue <span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;ATTENDEE&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; attendeeValue<span class="ref">1</span> , &quot;params&quot; =&gt; array( params<span class="ref">2</span> ))</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;ATTENDEE&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo ATTENDEE</p> <p class="label">Example</p> <p class="example">$attendee = $valarm->getProperty( &quot;attendee&quot; );</p> <h5>Set ATTENDEE</h5> Insert property value. If exist, default parameter values are removed after input (params<span class="ref">2</span>). Property value must be prefixed by protocol (ftp://, http://,mailto:, file://.. . ref. rfc 1738 ), if missing, &quot;mailto:&quot; is set (ex. indicating an internet mail address). Also MEMBER and DIR parameters must be prefixed by protocol. DELEGATED-TO, DELEGATED-FROM, SENT-BY parameters must use protocol &quot;mailto:&quot;, prefixed if missing (ex. indicating an internet mail address). <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;attendee&quot;, attendeeValue [, params [, propOrderNo ]] )</p> <p class="comment">attendeeValue<span class="ref">1</span> = a <i>calendar</i> user address, a URI as defined by [RFC 1738] or any other IANA registered form for a URI. params<span class="ref">2</span> = array( [CUTYPE] [,MEMBER] [,ROLE] [,PARTSTAT] [,RVSP] [,DELEGATED-TO] [,DELEGATED-FROM] [,SENT-BY] [,CN] [,DIR] [,LANGUAGE] [,xparams] ) CUTYPE = "CUTYPE" =&gt; &quot;INDIVIDUAL&quot; (An individual, <b>Default</b>) / &quot;GROUP&quot; (A group of individuals) / &quot;RESOURCE&quot; (A physical resource) / &quot;ROOM&quot; (A room resource) / &quot;UNKNOWN&quot; (Otherwise not known) / x-name (Experimental type) / iana-token (Other IANA registered type) MEMBER = "MEMBER" =&gt; array( *[ &quot;single member of the group or list membership&quot;]) ROLE = "ROLE" =&gt; &quot;CHAIR&quot; (Indicates chair of the <i>calendar</i> entity) / &quot;REQ-PARTICIPANT&quot; (required participation, <b>Default</b>) / &quot;OPT-PARTICIPANT&quot; (optional participation) / &quot;NON-PARTICIPANT&quot; (information purposes only) / x-name (Experimental role) / iana-token (Other IANA role) PARTSTAT = &quot;PARTSTAT&quot; =&gt; &quot;NEEDS-ACTION&quot; (Event needs action, <b>Default</b>) / &quot;ACCEPTED&quot; (Event accepted) / &quot;DECLINED&quot; (Event declined) / &quot;TENTATIVE&quot; (Event tentatively accepted) / &quot;DELEGATED&quot; (Event delegated) / &quot;NEEDS-ACTION&quot; (To-do needs action, <b>Default</b>) / &quot;ACCEPTED&quot; (To-do accepted) / &quot;DECLINED&quot; (To-do declined) / &quot;TENTATIVE&quot; (To-do tentatively accepted) / &quot;DELEGATED&quot; (To-do delegated) / &quot;COMPLETED&quot; (To-do completed. <a href="#COMPLETED">COMPLETED</a> property has date/time completed) / &quot;IN-PROCESS&quot; (To-do in process of being completed) / &quot;NEEDS-ACTION&quot; (Journal needs action, <b>Default</b>) / &quot;ACCEPTED&quot; (Journal accepted) / &quot;DECLINED&quot; (Journal declined) / x-name (Experimental status) / iana-token (Other IANA registered status) RSVP = &quot;RSVP&quot; =&gt; &quot;TRUE&quot; / &quot;FALSE&quot;, <b>Default</b> (reply expectation) DELEGATED-TO = &quot;DELEGATED-TO&quot; =&gt; array(*[&quot;single <i>calendar</i> user to specified by the property has delegated participation&quot;]) DELEGATED-FROM = &quot;DELEGATED-FROM&quot; =&gt; array( *[ &quot;single <i>calendar</i> user that have delegated their participation to the <i>calendar</i> user specified by the property&quot; ] ) SENT-BY = &quot;SENT-BY&quot; =&gt; single <i>calendar</i> user that is acting on behalf of the <i>calendar</i> user specified by the property&quot; LANGUAGE = &quot;LANGUAGE&quot; =&gt; language for text values in CN parameter&quot; CN = &quot;CN&quot; =&gt; &quot;common name to be associated with the <i>calendar</i> user specified by the property&quot; DIR = &quot;DIR&quot; =&gt; &quot;reference to a directory entry associated with the <i>calendar</i> user specified by the property&quot; xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> See rules in detail in <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="RFC2445" target="_blank">RFC2445</a> - Internet Calendaring and Scheduling Core Object Specification (iCalendar). <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;attendee&quot; , &quot;[email protected]&quot; $vevent->setProperty( &quot;attendee&quot; , &quot;[email protected]&quot; , array( &quot;cutype&quot; =&gt; &quot;INDIVIDUAL&quot; , &quot;member&quot; =&gt; array( &quot;[email protected]&quot; , &quot;[email protected]&quot; , &quot;[email protected]&quot; ) , &quot;role&quot; =&gt; &quot;CHAIR&quot; , &quot;PARTSTAT&quot; =&gt; &quot;ACCEPTED&quot; , &quot;RSVP&quot; =&gt; &quot;TRUE&quot; , &quot;DELEgated-to&quot; =&gt; array( &quot;[email protected]&quot; , &quot;[email protected]&quot; , &quot;[email protected]&quot; ) , &quot;delegateD-FROM&quot; =&gt;array( &quot;[email protected]&quot; , &quot;[email protected]&quot;) , &quot;SENT-BY&quot; =&gt; &quot;[email protected]&quot; , &quot;LANGUAGE&quot; =&gt; &quot;us-EN&quot; , &quot;CN&quot; =&gt; &quot;John Doe&quot; , &quot;DIR&quot; =&gt; &quot;http://www.ical.net/info.doc&quot; , &quot;x-agenda&quot; =&gt; &quot;status reports&quot; <span class="comment">// xparam</span> , &quot;x-length&quot; =&gt; &quot;15 min&quot; )); <span class="comment">// xparam</span> </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="CATEGORIES"></a><h3>3.2.8 CATEGORIES</h3> This property defines the categories for a <i>calendar</i> component and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> and <a href="#VJOURNAL">VJOURNAL</a> components.<br><br> The value type for CATEGORIES is TEXT. <h5>Delete CATEGORIES</h5> Remove CATEGORIES from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;CATEGORIES&quot; )</p> <p class="label">Example 1</p> <p class="example">$vevent->deleteProperty( &quot;CATEGORIES&quot; );</p> <p class="label">Example 2</p> Delete CATEGORIES property no 2. <p class="example">$vevent->deleteProperty( &quot;CATEGORIES&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all CATEGORIES properties. <p class="example">while( $vevent->deleteProperty( &quot;CATEGORIES&quot; )) continue;</p> <h5>Get CATEGORIES</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;CATEGORIES&quot; )</p> <p class="comment">output = categoryValue<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;CATEGORIES&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; categories<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;CATEGORIES&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo CATEGORIES</p> <p class="label">Example</p> <p class="example">$categories = $valarm->getProperty( &quot;categories&quot; );</p> <h5>Set CATEGORIES</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;categories&quot;, mixed categories [, params [, propOrderNo ]] )</p> <p class="comment">categories<span class="ref">1</span> = string categoryValue / array( *categoryValue ) categoryValue<span class="ref"> </span>= textual categories or subtypes of the <i>calendar</i> component, can be specified as a list of categories separated by the COMMA character params<span class="ref">2</span> = array( [&quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;][, xparam] ) xparam<span class="ref"> </span> = *[ xparamkey =&gt; xparamvalue ] propOrderNo<span class="ref"> </span> = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;categories&quot;, &quot;project_x&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="CLASS"></a><h3>3.2.9 CLASS</h3> This property defines the access classification for a <i>calendar</i> component and is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> and <a href="#VJOURNAL">VJOURNAL</a> components. <h5>Delete CLASS</h5> Remove CLASS from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;CLASS&quot; )</p> <p class="label">Example</p> <p class="example">$vjournal->deleteProperty( &quot;CLASS&quot; );</p> <h5>Get CLASS</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;CLASS&quot; )</p> <p class="comment">output = classValue<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;CLASS&quot;, FALSE , TRUE )</p> <p class="comment">output = array &quot;value&quot; =&gt; classValue<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$class = $valarm->getProperty( &quot;class&quot; );</p> <h5>Set CLASS</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;class&quot;, string classvalue [, xparam ] )</p> <p class="comment">classvalue<span class="ref">1</span> = &quot;PUBLIC&quot; / &quot;PRIVATE&quot; / &quot;CONFIDENTIAL&quot; / iana-token / x-name xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;class&quot;, &quot;CONFIDENTIAL&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="COMMENT"></a><h3>3.2.10 COMMENT</h3> This property specifies non-processing information intended to provide a comment to the <i>calendar</i> user and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a>, <a href="#VFREEBUSY">VFREEBUSY</a>, <a href="#VTIMEZONE">STANDARD</a> and <a href="#VTIMEZONE">DAYLIGHT</a> components.<br><br> The value type for COMMENT is TEXT. <h5>Delete COMMENT</h5> Remove COMMENT from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;COMMENT&quot; )</p> <p class="label">Example 1</p> <p class="example">$vevent->deleteProperty( &quot;COMMENT&quot; );</p> <p class="label">Example 2</p> Delete COMMENT property no 2. <p class="example">$vevent->deleteProperty( &quot;COMMENT&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all COMMENT properties. <p class="example">while( $vevent->deleteProperty( &quot;COMMENT&quot; )) continue;</p> <h5>Get COMMENT</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;COMMENT&quot; )</p> <p class="comment">output = commentValue<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;COMMENT&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; commentValue<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;COMMENT&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo COMMENT</p> <p class="label">Example</p> <p class="example">$comment = $vevent->getProperty( &quot;comment&quot; );</p> <h5>Set COMMENT</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;comment&quot;, commentValue [, params [, propOrderNo ]] )</p> <p class="comment">commentValue<span class="ref">1</span> = Value type Text params<span class="ref">2</span> = array( [&quot;ALTREP&quot; =&gt; &quot;&lt;an alternate text representation, URI&gt;&quot;] [, &quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam ] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;comment&quot;, &quot;this is a comment&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="COMPLETED"></a><h3>3.2.11 COMPLETED</h3> This property defines the date and time that a <a href="#VTODO">VTODO</a> was actually completed and is OPTIONAL and MUST NOT occur more than once.<br><br> The value type for COMPLETED is <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. <h5>Delete COMPLETED</h5> Remove COMPLETED from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;COMPLETED&quot; )</p> <p class="label">Example</p> <p class="example">$vtodo->deleteProperty( &quot;COMPLETED&quot; );</p> <h5>Get COMPLETED</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;COMPLETED&quot; )</p> <p class="comment">output = completedDate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;COMPLETED&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; completedDate<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$completed = $vtodo->getProperty( &quot;completed&quot; );</p> <h5>Set COMPLETED</h5> Insert property value. Input date is always a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME or, if &quot;offset&quot; parameter is used, converted to a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime from local to UTC datetime. <p class="label">Format</p> <p class="format">setProperty( &quot;completed&quot;, completedDate [, xparam ] )</p> <p class="comment">completedDate<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec , &quot;tz&quot; =&gt; offset ]] ) completedDate = int year , int month , int day [, int hour , int min , int sec ] completedDate = array( int year , int month , int day [, int hour , int min , int sec [, offset ]] ) completedDate = array ( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; => offset]) completedDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex. &nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;); $vcalendar = new vcalendar( $config ); $vtodo = &amp; $vcalendar->newComponent( &quot;vtodo&quot; ); .. . $vtodo->setProperty( &quot;completed&quot;, 2006, 8, 10, 10, 0, 0 ); // <span class="ref">10 august 2006 10.00 UTC</span></p> <p class="label">Example 2</p> <p class="example">$date = array(&quot;year&quot; =&gt; 2006, &quot;month&quot; =&gt; 10, &quot;day&quot; =&gt; 10, &quot;hour&quot; =&gt; 10, &quot;min&quot; =&gt; 0, &quot;sec&quot; =&gt; 0, &quot;tz&quot; =&gt; &quot;+0200&quot;); // <span class="ref">local date + UTC offset =&gt; <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a>DATE-TIME</span> $vtodo->setProperty( &quot;completed&quot;, $date );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="CONTACT"></a><h3>3.2.12 CONTACT</h3> The property is used to represent textual contact information or alternately a reference to textual contact information associated with the <i>calendar</i> component. The property is OPTIONAL and MUST NOT occur more than once in a VFREEBUSY or MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> and <a href="#VJOURNAL">VJOURNAL</a> components.<br><br> The value type for CONTACT is TEXT. <h5>Delete CONTACT</h5> Remove CONTACT from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;CONTACT&quot; )</p> <p class="label">Example 1</p> <p class="example">$vevent->deleteProperty( &quot;CONTACT&quot; );</p> <p class="label">Example 2</p> Delete CONTACT property no 2. <p class="example">$vevent->deleteProperty( &quot;CONTACT&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all CONTACT properties. <p class="example">while( $vevent->deleteProperty( &quot;CONTACT&quot; )) continue;</p> <h5>Get CONTACT</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;CONTACT&quot; )</p> <p class="comment">output = contactValue<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;CONTACT&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; contactValue<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;CONTACT&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo CONTACT</p> <p class="label">Example</p> <p class="example">$contact = $vevent->getProperty( &quot;contact&quot; );</p> <h5>Set CONTACT</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;contact&quot;, contactValue [, params [, propOrderNo ]] )</p> <p class="comment">contactValue<span class="ref">1</span> = Value type TEXT params<span class="ref">2</span> = array ( [&quot;ALTREP&quot; =&gt; &quot;&lt;an alternate text representation, URI&gt;&quot;] [, &quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$c->setProperty( &quot;contact&quot;, &quot;tel 012-34 56 789&quot; )</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="CREATED"></a><h3>3.2.13 CREATED</h3> This property specifies the date and time that the <i>calendar</i> information was created by the <i>calendar</i> user agent in the <i>calendar</i> store. Note: This is analogous to the creation date and time for a file in the file system. The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> and <a href="#VJOURNAL">VJOURNAL</a> components.<br><br> The value type for CREATED is <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. <h5>Delete CREATED</h5> Remove CREATED from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;CREATED&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;CREATED&quot; );</p> <h5>Get CREATED</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;CREATED&quot; )</p> <p class="comment">output = createdDate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;CREATED&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; createdDate<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$created = $vevent->getProperty( &quot;CREATED&quot; );</p> <h5>Set CREATED</h5> Insert property value. Input date is always a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME or, if &quot;offset&quot; parameter is used, converted to a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime from local to UTC datetime. <p class="label">Format</p> <p class="format">setProperty( &quot;created&quot;, [ createdDate [, xparam ]] )</p> <p class="comment">createdDate<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec , &quot;tz&quot; =&gt; offset ]] ) createdDate = int year , int month , int day [, int hour , int min , int sec ] createdDate = array( int year , int month , int day [, int hour , int min , int sec [, offset ]] ) createdDate = array ( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; => offset ]) createdDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex. &nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtodo = &amp; $vcalendar->newComponent( &quot;vtodo&quot; ); .. . $vtodo->setProperty( &quot;created&quot;, 2006, 8, 11, 14, 30, 35 ); // <span class="ref">11 august 2006 14.30.35 UTC</span> </p> <p class="label">Example 2</p> <p class="example">$date = array(&quot;year&quot; =&gt; 2006, &quot;month&quot; =&gt; 10, &quot;day&quot; =&gt; 10, &quot;hour&quot; =&gt; 10, &quot;min&quot; =&gt; 0, &quot;sec&quot; =&gt; 0, &quot;tz&quot; =&gt; &quot;+0200&quot;); // <span class="ref">local date + UTC offset =&gt; <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME</span> $vtodo->setProperty( &quot;created&quot;, $date ); .. .</p> <p class="label">Example 3</p> <p class="example">$vevent->setProperty( &quot;created&quot; ); // <span class="ref">current UTC date-time is set if called without parameters</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="DESCRIPTION"></a><h3>3.2.14 DESCRIPTION</h3> This property provides a more complete textual description of the <i>calendar</i> component, than that provided by the <a href="#SUMMARY">SUMMARY</a> property (, analogous to a mail BODY). The property is OPTIONAL, MUST NOT occur more than once within <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> or <a href="#VALARM">VALARM</a> (PROCEDURE) but can be specified multiple times within a <a href="#VJOURNAL">VJOURNAL</a> <i>calendar</i> component. The property is REQUIRED in <a href="#VALARM">VALARM</a> (DISPLAY, EMAIL) component.<br><br> The value type for DESCRIPTION is TEXT. <h5>Delete DESCRIPTION</h5> Remove DESCRIPTION from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;DESCRIPTION&quot; )</p> <p class="label">Example 1</p> <p class="example">$vevent->deleteProperty( &quot;DESCRIPTION&quot; );</p> <p class="label">Example 2</p> Delete DESCRIPTION property no 2. <p class="example">$vjournal->deleteProperty( &quot;DESCRIPTION&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all DESCRIPTION properties. <p class="example">while( $vjournal->deleteProperty( &quot;DESCRIPTION&quot; )) continue;</p> <h5>Get DESCRIPTION</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;DESCRIPTION&quot; )</p> <p class="comment">output = descriptionValue<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;DESCRIPTION&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; descriptionValue<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$description = $vevent->getProperty( &quot;description&quot; );</p> <h5>Set DESCRIPTION</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;description&quot;, descriptionValue [, params [, propOrderNo ]] )</p> <p class="comment">descriptionValue<span class="ref">1</span> = Value type TEXT params<span class="ref">2</span> = array( [&quot;ALTREP&quot; =&gt; &quot;&lt;an alternate text representation, URI&gt;&quot;] [, &quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;description&quot;, &quot;This is a description&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="DTEND"></a><h3>3.2.15 DTEND</h3> This property specifies the date and time that a <i>calendar</i> component ends. The property is OPTIONAL and MUST NOT occur more than once in VFREEBUSY and VEVENT. In VEVENT, it only occurs if DURATION NOT occurs. <br><br> The default value type for DTEND is DATE-TIME, can be set to a DATE value type. <br><br> Notice that an end date without a time is in effect midnight of the day before the date, so for timeless dates, use the date following the event date for it to be correct. For an &quot;all-day event&quot; and using timeless dates, the DTEND is equal DTSTART plus one day, example all-day event (2007-12-01)<br>DTSTART;VALUE=DATE:20071201<br> DTEND;VALUE=DATE:20071202. <h5>Delete DTEND</h5> Remove DTEND from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;DTEND&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;DTEND&quot; );</p> <h5>Get DTEND</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;DTEND&quot; )</p> <p class="comment">output = dtendDate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;DTEND&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; dtendDate<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$dtend = $vevent->getProperty( &quot;dtend&quot; );</p> <h5>Set DTEND</h5> Insert property value. If DATE value type is expected, &quot;VALUE&quot; = &quot;DATE&quot; <b>must</b> be set (in params<span class="ref">2</span>) otherwise DATE-TIME (default) value type is set. <br> <br> If no timezone parameter (tz or tzidparam below) is set (then local time is assumed) and config <a href="#dTZID">TZID</a> is set, date-time values will be set WITH timezone from config. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime from a time zone to another. <br> <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;dtend&quot;, dtendDate [, params<span class="ref">2</span> ] ) <p class="comment">dtendDate<span class="ref">1</span> = array ( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec [, &quot;tz&quot; =&gt; mixed tz ]] ) dtendDate = int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] dtendDate = array( int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] ) dtendDate = array( &quot;timestamp&quot; =&gt; int timestamp [,&quot;tz&quot; =&gt; mixed tz]) dtendDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex.&nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> dtendDate : Within the "VFREEBUSY" <i>calendar</i> component, the time MUST be specified in the <a href="#DATE_WITH_UTC_TIME">UTC</a> time format. tz = &lt;timezone identifier&gt; / UTC offset (timezone will be used as tzidparam (below), if tzidparam not set) offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME params<span class="ref">2</span> = array([ tzidparam/datetimeparam/dateparam ] *[,xparams]) tzidparam = &quot;TZID&quot; =&gt; &lt;timezone identifier&gt; // <span class="ref">output as local date-time with timezone identifier</span> datetimeparam = &quot;VALUE&quot; =&gt; &quot;DATE-TIME&quot; // <span class="ref">default, output as date-time</span> dateparam = &quot;VALUE&quot; =&gt; &quot;DATE&quot; // <span class="ref">output as DATE, ex. all-day event</span> xparams = xparamkey =&gt; xparamvalue</p> <p class="label">Example 1</p> <p class="example">$vevent->setProperty( &quot;dtend&quot; , 2006, 8, 11, 16, 30, 0 ); <span class="ref">// 11 august 2006 16.30.00 local date</span></p> <p class="label">Example 2</p> <p class="example">$vfreebusy->setProperty( &quot;dtend&quot; , 2006, 8, 11, 16, 30, 0, &quot;-040000&quot; ); <span class="ref">// 11 august 2006 16.30.00 -040000 : local date + UTC offset =&gt; <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME</span></p> <p class="label">Example 3</p> <p class="example">$vevent->setProperty( &quot;dtend&quot; , array( &quot;year&quot; =&gt;, 2006, &quot;month&quot; =&gt; 8, &quot;day&quot;=&gt; 11 ) , array( &quot;VALUE&quot; =&gt; &quot;DATE&quot; )); <span class="ref">// end of one or more all-day events</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="DTSTAMP"></a><h3>3.2.16 DTSTAMP</h3> The property indicates the date/time that the instance of the iCalendar object was created and is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components. However, DTSTAMP is <b>AUTOMATICALLY</b> GENERATED in iCalcreator. <br><br> DTSTAMP may be required when importing iCal files into some calendaring software<br>(MS etc.), as well as (<i>calendar</i>) <a href="#X-PROPERTY">x-properties</a> "X-WR-CALNAME", "X-WR-CALDESC" and<br>"X-WR-TIMEZONE", <a href="#METHOD">METHOD</a> property (value PUBLISH etc.) and the (also created) <a href="#UID">UID</a> property. <br><br> The value type for DTSTAMP is <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. <h5>Delete DTSTAMP</h5> If DTSTAMP if removed from a component, DTSTAMP will automatically be recreated when calendar output functions like <a href="#createCalendar">createCalendar</a>, <a href="#returnCalendar">returnCalendar</a> or <a href="#saveCalendar">saveCalendar</a> is executed. <p class="label">Format</p> <p class="format">deleteProperty( &quot;DTSTAMP&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;DTSTAMP&quot; );</p> <h5>Get DTSTAMP</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;DTSTAMP&quot; )</p> <p class="comment">output = dtstampDate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;DTSTAMP&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; dtstampDate<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$dtstamp = $vevent->getProperty( &quot;dtstamp&quot; );</p> <h5>Set DTSTAMP</h5> Insert property value. Input date is always a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME or, if &quot;offset&quot; parameter is used, converted to a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime To UTC. <p class="label">Format</p> <p class="format">setProperty( &quot;dtstamp&quot;, dtstampDate [, xparam ] )</p> <p class="comment">dtstampDate<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec , &quot;tz&quot; =&gt; offset ]] ) dtstampDate = int year , int month , int day [, int hour , int min , int sec ] dtstampDate = array( int year , int month , int day [, int hour , int min , int sec [, offset ]] ) dtstampDate = array ( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; => offset ]) dtstampDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex. &nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtodo = &amp; $vcalendar->newComponent( &quot;vtodo&quot; ); .. . $vtodo->setProperty( &quot;dstamp&quot; , 2006, 8, 11, 7, 30, 1 ); <span class="ref">// 11 august 2006 07.30.01 UTC</span></p> <p class="label">Example 2</p> <p class="example">$date = array(&quot;year&quot; =&gt; 2006, &quot;month&quot; =&gt; 10, &quot;day&quot; =&gt; 10, &quot;hour&quot; =&gt; 10, &quot;min&quot; =&gt; 0, &quot;sec&quot; =&gt; 0, &quot;tz&quot; =&gt; &quot;+0200&quot;); // <span class="ref">local date + UTC offset =&gt; <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME</span> $vtodo->setProperty( &quot;dtstamp&quot;, $date ); .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="DTSTART"></a><h3>3.2.17 DTSTART</h3> This property specifies when the <i>calendar</i> component begins.<br> The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components.<br> The property is REQUIRED, but MUST NOT occur more than once in <a href="#VTIMEZONE">STANDARD</a> and <a href="#VTIMEZONE">DAYLIGHT</a> components.<br><br> The default value type for DTSTART is DATE-TIME, can be set to a DATE value type.<br><br> For an &quot;all-day event&quot; and using timeless dates, example (2007-12-01)<br> DTSTART;VALUE=DATE:20071201<br> DTEND;VALUE=DATE:20071202. // <span class="ref">opt., in effect midnight of the day <u>before</u> the date!!</span> <h5>Delete DTSTART</h5> Remove DTSTART from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;DTSTART&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;DTSTART&quot; );</p> <h5>Get DTSTART</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;DTSTART&quot; )</p> <p class="comment">output = dtstartDate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;DTSTART&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; dtstartDate<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$dtstart = $vevent->getProperty( &quot;dtstart&quot; );</p> <h5>Set DTSTART</h5> Insert property value. If DATE value type is expected, &quot;VALUE&quot; = &quot;DATE&quot; <b>must</b> be set (in params<span class="ref">2</span>) otherwise DATE-TIME (default) value type is set. <br> <br> If no timezone parameter (tz or tzidparam below) is set (then local time is assumed) and config <a href="#dTZID">TZID</a> is set, date-time values will be set WITH timezone from config. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime from a time zones to another. <br> <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;dtstart&quot;, dtstartDate [, params ] )</p> <p class="comment">dtstartDate<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec [, &quot;tz&quot; =&gt; mixed tz ]] ) dtstartDate = int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] dtstartDate = array( int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] ) dtstartDate = array(&quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; =&gt; mixed tz]) dtstartDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex.&nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> dtstartDate : Within the "VFREEBUSY" <i>calendar</i> component, the dtstartDate MUST be specified in the <a href="#DATE_WITH_UTC_TIME">UTC</a> time format. tz = &lt;timezone identifier&gt; / offset (timezone will be used as tzidparam (below), if tzidparam not set) offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME params<span class="ref">2</span> = array([ tzidparam/datetimeparam/dateparam ] *[, xparams]) tzidparam = &quot;TZID&quot; =&gt; &lt;timezone identifier&gt; // <span class="ref">output as local date-time with timezone identifier</span> datetimeparam = &quot;VALUE&quot; =&gt; &quot;DATE-TIME&quot; // <span class="ref">default, output as date-time</span> dateparam = &quot;VALUE&quot; =&gt; &quot;DATE&quot; // <span class="ref">output as DATE, ex. all-day event</span> xparams = xparamkey =&gt; xparamvalue</p> <p class="label">Example 1</p> <p class="example">$vevent->setProperty( &quot;dstart&quot; , 2006, 8, 11, 7, 30, 1 ); <span class="comment">// 11 august 2006 07.30.01 local date</span></p> <p class="label">Example 2</p> <p class="example">$vevent->setProperty( &quot;dstart&quot; , 2006, 8, 11, 16, 30, 0, &quot;-040000&quot; ); <span class="comment">// 11 august 2006 16.30.00 -040000, // local date + UTC offset =&gt; <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME</span></p> <p class="label">Example 3</p> <p class="example">$vevent->setProperty( &quot;dtstart&quot; , array( &quot;year&quot; =&gt;, 2006, &quot;month&quot; =&gt; 8, &quot;day&quot;=&gt; 11 ) , array( &quot;VALUE&quot; =&gt; &quot;DATE&quot; )); <span class="comment">// start of an all-day event, or a period of (entire) days</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="DUE"></a><h3>3.2.18 DUE</h3> This property defines the date and time when a <a href="#VTODO">VTODO</a> is expected to be completed and is OPTIONAL and MUST NOT occur more than once and only if DURATION NOT occurs.<br><br> The default value type for DUE is DATE-TIME, can be set to a DATE value type. <h5>Delete DUE</h5> Remove DUE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;DUE&quot; )</p> <p class="label">Example</p> <p class="example">$vtodo->deleteProperty( &quot;DUE&quot; );</p> <h5>Get DUE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;DUE&quot; )</p> <p class="comment">output = dueDate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;DUE&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; dueDate<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$due = $vtodo->getProperty( &quot;due&quot; );</p> <h5>Set DUE</h5> Insert property value. If DATE value type is expected, &quot;VALUE&quot; = &quot;DATE&quot; <b>must</b> be set (in params<span class="ref">2</span>) otherwise DATE-TIME (default) value type is set. <br> <br> If no timezone parameter (tz or tzidparam below) is set (then local time is assumed) and config <a href="#dTZID">TZID</a> is set, date-time values will be set WITH timezone from config. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime from a time zone to another. <br> <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;due&quot;, dueDate [, params ] )</p> <p class="comment">dueDate<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec [, &quot;tz&quot; =&gt; mixed tz ]] ) dueDate = int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] dueDate = array( int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] ) dueDate = array( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; =&gt; mixed tz]) dueDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex.&nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> tz = &lt;timezone identifier&gt; / offset (timezone will be used as tzidparam (below), if tzidparam not set) offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME params<span class="ref">2</span> = array([ tzidparam/datetimeparam/dateparam ] *[, xparams]) tzidparam = &quot;TZID&quot; =&gt; &lt;timezone identifier&gt; // <span class="ref">output as local date-time with timezone identifier</span> datetimeparam = &quot;VALUE&quot; =&gt; &quot;DATE-TIME&quot; // <span class="ref">default, output as date-time</span> dateparam = &quot;VALUE&quot; =&gt; &quot;DATE&quot; // <span class="ref">output as DATE, &quot;during the day&quot;</span> xparams = xparamkey =&gt; xparamvalue</p> <p class="label">Example 1</p> <p class="example">$vtodo->setProperty( &quot;due&quot; , 2006, 8, 11, 18, 0, 0 ); <span class="comment">// 11 august 2005 18.00.00 local date</span></p> <p class="label">Example 2</p> <p class="example">$vtodo->setProperty( &quot;due&quot; , 2006, 8, 11, 16, 30, 0, &quot;-040000&quot; ); <span class="comment">// 11 august 2006 16.30.00 -040000 // local date + UTC offset sets <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a>DATE-TIME</span></p> <p class="label">Example 3</p> <p class="example">$vtodo->setProperty( &quot;due&quot; , array( &quot;year&quot; =&gt;, 2006, &quot;month&quot; =&gt; 8, &quot;day&quot;=&gt; 11 ) , array( &quot;VALUE&quot; =&gt; &quot;DATE&quot; )); <span class="comment">// due &quot;during the day&quot;</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="DURATION"></a><h3>3.2.19 DURATION</h3> The property specifies a positive duration of time<br> In a VEVENT it is OPTIONAL and MUST NOT occur more than once and MUST NOT occur in pair with DTEND. If one occurs, so MUST NOT the other.<br> In a VTODO it is OPTIONAL and MUST NOT occur more than once and MUST NOT occur in pair with DUE. If one occurs, so MUST NOT the other.<br> In a VFREEBUSY it is OPTIONAL and MUST NOT occur more than once.<br> In a VALARM it is OPTIONAL and MUST NOT occur more than once and MUST occur in pair with TRIGGER. If one occurs, so MUST the other. <h5>Delete DURATION</h5> Remove DURATION from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;DURATION&quot; )</p> <p class="label">Example</p> <p class="example">$valarm->deleteProperty( &quot;DURATION&quot; );</p> <h5>Get DURATION</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;DURATION&quot; )</p> <p class="comment">output = duration<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;DURATION&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; duration<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$duration = $vtodo->getProperty( &quot;duration&quot; );</p> <p class="label">option</p> If a 4th argument is used and set to TRUE, returned output is in a DATE-TIME output format (like <a href="#DTEND">DTEND</a> / <a href="#DUE">DUE</a>), based on <a href="#DTSTART">DTSTART</a> value with added DURATION value. <h5>Set DURATION</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;duration&quot;, duration [, xparam ] )</p> <p class="comment"> duration<span class="ref">1</span> = array ( &quot;week&quot; =&gt; int week ) duration<span class="ref">1</span> = array ( &quot;day&quot; =&gt; int day ) [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec ]) duration = array ( &quot;sec&quot; =&gt; int sec ) duration = array( int week/false [, int day/false [, int hour , int min , int sec ]] ) duration = int week/false [, int day/false [, int hour , int min , int sec ]] duration = string dur-value = [&quot;+&quot;] &quot;P&quot; (dur-date/dur-time/dur-week) dur-date = dur-day [dur-time] dur-time = &quot;T&quot; (dur-hour / dur-minute / dur-second) dur-week = 1*DIGIT &quot;W&quot; dur-hour = 1*DIGIT &quot;H&quot; [dur-minute] dur-minute = 1*DIGIT &quot;M&quot; [dur-second] dur-second = 1*DIGIT &quot;S&quot; dur-day = 1*DIGIT &quot;D&quot; xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example 1</p> <p class="example">$vtodo->setProperty &quot;duration&quot; , array( &quot;day&quot; =&gt; 1 )); </p> <p class="ref">// one day</p> <p class="label">Example 2</p> <p class="example">$vtodo->setProperty( &quot;duration&quot; , &quot;PT4H&quot; ); <p class="ref"> // four hours</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="EXDATE"></a><h3>3.2.20 EXDATE</h3> This property defines the list of date/time exceptions for a recurring <i>calendar</i> component and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> components.<br><br> The default value type for EXDATE is DATE-TIME, can be set to a DATE value type. <h5>Delete EXDATE</h5> Remove EXDATE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;EXDATE&quot; )</p> <p class="label">Example 1</p> <p class="example">$vtodo->deleteProperty( &quot;EXDATE&quot; );</p> <p class="label">Example 2</p> Delete EXDATE property no 2. <p class="example">$vjournal->deleteProperty( &quot;EXDATE&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all EXDATE properties. <p class="example">while( $vjournal->deleteProperty( &quot;EXDATE&quot; )) continue;</p> <h5>Get EXDATE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;EXDATE&quot; )<p> <p class="comment">output = exdates<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;exdate&quot;, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; exdates<span class="ref">1</span> , &quot;params&quot; =&gt; xparams<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;EXDATE&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo EXDATE</p> <p class="label">Example</p> <p class="example">$exdate = $vtodo->getProperty( &quot;exdate&quot; );</p> <h5>Set EXDATE</h5> Insert property value.<br> If &quot;TZID&quot; is set in params, ex. &quot;TZID&quot; = &quot;CET&quot;, all timezone or offset in dates are ignored and DATE-TIME value type is set.<br> If DATE value type is set in params (&quot;VALUE&quot; = &quot;DATE&quot;), all timezone or offset in dates are ignored.<br> If no &quot;VALUE&quot; parameter in params, DATE-TIME (default) value type is set.<br> If empty params and offset in 1st date, all remaining dates are set to UTC.<br> If no &quot;TZID&quot; is set in params and timezone in 1st date, all remaining dates are within this timezone and param &quot;TZID&quot; is set.<br> If none of the above rules are applicable, DATE-TIME and local date is set default.<br> Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime from a time zone to another. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;exdate&quot;, exdates [, xparams [, propOrderNo ]] )</p> <p class="comment">exdates<span class="ref">1</span> = array ( date *[, date ] ) date = array( int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] ) date<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec [, &quot;tz&quot; =&gt; mixed tz ]] ) date = array( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; =&gt; mixed tz]) date = string datestring // <span class="ref">string date, acceptable by strtotime function, ex.&nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> tz = &lt;timezone identifier&gt; / offset (timezone will be used as tzidparam (below), if tzidparam not set) offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME params<span class="ref">2</span> = array([(datetimeparam/dateparam)&nbsp;/ tzidparam] [,xparam]) datetimeparam = &quot;VALUE&quot; =&gt; &quot;DATE-TIME&quot; // <span class="ref">default, output as date-time</span> dateparam = &quot;VALUE&quot; =&gt; &quot;DATE&quot; // <span class="ref">output as DATE</span> tzidparam = &quot;TZID&quot; =&gt; &lt;timezone identifier&gt; xparams = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example 1</p> <p class="example">$vevent->setProperty( &quot;exdate&quot; , array( array( 2006, 8, 14, 16, 0, 0 )); <span class="ref">// >exclude 2006-08-14 16.00.00 (local date) from recurrence pattern</span></p> <p class="label">Example 2</p> <p class="example">$vevent->setProperty( &quot;exdate&quot; , array( array(&quot;year&quot; =&gt;,2006,&quot;month&quot; =&gt; 8,&quot;day&quot;=&gt; 11)) , array( &quot;VALUE&quot; =&gt; &quot;DATE&quot; )); <span class="ref">// exclude 2006-08-11 from recurrence pattern;</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="EXRULE"></a><h3>3.2.21 EXRULE</h3> This property defines a rule or repeating pattern for an exception to a recurrence set and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> components. <h5>Delete EXRULE</h5> Remove EXRULE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;EXRULE&quot; )</p> <p class="label">Example 1</p> <p class="example">$vtodo->deleteProperty( &quot;EXRULE&quot; );</p> <p class="label">Example 2</p> Delete EXRULE property no 2. <p class="example">$vjournal->deleteProperty( &quot;EXRULE&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all EXRULE properties. <p class="example">while( $vjournal->deleteProperty( &quot;EXRULE&quot; )) continue;</p> <h5>Get EXRULE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;EXRULE&quot; )</p> <p class="comment">output = recur<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;exrule&quot;, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; recur<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;EXRULE&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo EXRULE</p> <p class="label">Example</p> <p class="example">$exrule = $vtodo->getProperty( &quot;exrule&quot; );</p> <h5>Set EXRULE</h5> Insert property value.<br> Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime to UTC time zone.<br> Parameters, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;exrule&quot;, recur [, xparams [, propOrderNo ]] )</p> See rules in detail in <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="RFC2445" target="_blank">RFC2445</a> - Internet Calendaring and Scheduling Core Object Specification (iCalendar). <p class="comment">recur<span class="ref">1</span> = array( "FREQ"=&gt;freq // <span class="ref">either UNTIL or COUNT may appear in a &quot;recur&quot;, but UNTIL and COUNT MUST NOT occur in the same &quot;recur&quot;</span> [, &quot;UNTIL&quot; &quot;=&gt;&quot; >enddate ] [, &quot;COUNT&quot; &quot;=&gt;&quot; 1*DIGIT ] // <span class="ref">the rest of these keywords are optional, but MUST NOT occur more than once</span> [, &quot;INTERVAL&quot; &quot;=&gt;&quot; 1*DIGIT ] [, &quot;BYSECOND&quot; &quot;=&gt;&quot; byseclist ] [, &quot;BYMINUTE&quot; &quot;=&gt;&quot; byminlist ] [, &quot;BYHOUR&quot; &quot;=&gt;&quot; byhrlist ] [, &quot;BYDAY&quot; &quot;=&gt;&quot; bywdaylist ] [, &quot;BYMONTHDAY&quot; &quot;=&gt;&quot; bymodaylist ] [, &quot;BYYEARDAY&quot; &quot;=&gt;&quot; byyrdaylist ] [, &quot;BYWEEKNO&quot; &quot;=&gt;&quot; bywknolist ] [, &quot;BYMONTH&quot; &quot;=&gt;&quot; bymolist ] [, &quot;BYSETPOS&quot; &quot;=&gt;&quot; bysplist ] [, &quot;WKST&quot; &quot;=&gt;&quot; weekday ] [, x-name &quot;=&gt;&quot; text ] ) freq = &quot;SECONDLY&quot; / &quot;MINUTELY&quot; / &quot;HOURLY&quot; / &quot;DAILY&quot; / &quot;WEEKLY&quot; / &quot;MONTHLY&quot; / &quot;YEARLY&quot; enddate = date enddate = / date-time ;An <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME value byseclist = seconds byseclist = array(seconds *(, seconds )) seconds = 1DIGIT / 2DIGIT ;0 to 59 byminlist = minutes byminlist = array( minutes *(, minutes )) minutes = 1DIGIT / 2DIGIT ;0 to 59 byhrlist = hour byhrlist = array( hour *(, hour )) hour = 1DIGIT / 2DIGIT ;0 to 23 bywdaylist = weekdaynum bywdaylist = array( weekdaynum *("," weekdaynum )) weekdaynum = array( [([plus] ordwk / minus ordwk)], &quot;DAY&quot; =&gt; weekday ) plus = &quot;+&quot; minus = &quot;-&quot; ordwk = 1DIGIT / 2DIGIT ;1 to 53 weekday = &quot;SU&quot; / &quot;MO&quot; / &quot;TU&quot; / &quot;WE&quot; / &quot;TH&quot; / &quot;FR&quot; / &quot;SA&quot; ; Corresponding to ; SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, ; FRIDAY, SATURDAY and SUNDAY days of the week. bymodaylist = monthdaynum bymodaylist = array( monthdaynum *(, monthdaynum )) monthdaynum = ( [plus] ordmoday ) / ( minus ordmoday ) ordmoday = 1DIGIT / 2DIGIT ;1 to 31 byyrdaylist = yeardaynum byyrdaylist = array( yeardaynum *(, yeardaynum )) yeardaynum = ( [plus] ordyrday ) / ( minus ordyrday ) ordyrday = 1DIGIT / 2DIGIT / 3DIGIT ;1 to 366 bywknolist = weeknum bywknolist = array( weeknum *(, weeknum )) weeknum = ( [plus] ordwk ) / ( minus ordwk ) bymolist = monthnum bymolist = array( monthnum *(, monthnum )) monthnum = 1DIGIT / 2DIGIT ;1 to 12 bysplist = setposday bysplist = array( setposday *(, setposday )) setposday = yeardaynum</p> <p class="comment"> xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] ) propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vevent->setProperty(&nbsp;&quot;Exrule&quot; ,&nbsp;array( &quot;FREQ&quot; =&gt; &quot;MONTHLY&quot; , &quot;UNTIL&quot; =&gt; &quot;20060831&quot; // <span class="ref">DATE / DATE-TIME in <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a> format; string/array, see <a href="#CREATED">CREATED</a> format</span> , &quot;INTERVAL&quot; =&gt; 2 , &quot;WKST&quot; =&gt; &quot;SU&quot; , &quot;BYSECOND&quot; =&gt; 2 , &quot;BYMINUTE&quot; =&gt; array( 2, -4, 6 ) // (*) , &quot;BYHOUR&quot; =&gt; array( 2, 4, -6 ) // (*) , &quot;BYMONTHDAY&quot; =&gt; -2 // (*) , &quot;BYYEARDAY&quot; =&gt; 2 // (*) , &quot;BYWEEKNO&quot; =&gt; array( 2, -4, 6 ) // (*) , &quot;BYMONTH&quot; =&gt; 2 // (*) , &quot;BYSETPOS&quot; =&gt; array( 2, -4, 6 ) // (*) , &quot;BYday&quot; =&gt; array( array(-2, &quot;DAY&quot; =&gt; &quot;WE&quot; ) , array( 3, &quot;DAY&quot; =&gt; &quot;TH&quot;) , array( 5, &quot;DAY&quot; =&gt; &quot;FR&quot;) , array( &quot;DAY&quot; =&gt; &quot;MO&quot;)) // (**) , &quot;X-NAME&quot; =&gt; &quot;x-value&quot; ) , array( &quot;xparamkey&quot; =&gt; &quot;xparamValue&quot; )); $vtodo->setProperty( >&quot;exrule&quot; , array( &quot;FREQ&quot; =&gt; &quot;WEEKLY&quot; , &quot;COUNT&quot; =&gt; 2 , &quot;INTERVAL&quot; =&gt; 2 , &quot;WKST&quot; =&gt; &quot;SU&quot; , &quot;BYSECOND&quot; =&gt; array( -2, 4, 6 ) // (*) , &quot;BYMINUTE&quot; =&gt; -2 // (*) , &quot;BYHOUR&quot; =&gt; 2 // (*) , &quot;BYMONTHDAY&quot; =&gt; array( 2, -4, 6 ) // (*) , &quot;BYYEARDAY&quot; =&gt; array( -2, 4, 6 ) // (*) , &quot;BYWEEKNO&quot; =&gt; -2 // (*) , &quot;BYMONTH&quot; =&gt; array( 2, 4, -6 ) // (*) , &quot;BYSETPOS&quot; =&gt; -2 // (*) , &quot;BYday&quot; =&gt; array( 5, &quot;DAY&quot; =&gt; &quot;WE&quot; ) // (**) , &quot;X-NAME&quot; =&gt; &quot;x-value&quot; ) , array( &quot;xparamkey&quot; =&gt; &quot;xparamValue&quot; )); //<span class="ref">(*) single value/array of values</span> //<span class="ref">(**) single value array /array of arrays</span> </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="FREEBUSY_PROP"></a><h3>3.2.22 FREEBUSY</h3> The property defines one or more free or busy time intervals in a <a href="#VFREEBUSY">VFREEBUSY</a> <i>calendar</i> component.<br><br> The value type for FREEBUSY is PERIOD. A PERIOD is a DATE-TIME/DATE-TIME or a DATE-TIME/duration. <h5>Delete FREEBUSY</h5> Remove FREEBUSY from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;FREEBUSY&quot; )</p> <p class="label">Example 1</p> <p class="example">$vfreebusy->deleteProperty( &quot;FREEBUSY&quot; );</p> <p class="label">Example 2</p> Delete FREEBUSY property no 2. <p class="example">$vfreebusy->deleteProperty( &quot;FREEBUSY&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all FREEBUSY properties. <p class="example">while( $vfreebusy->deleteProperty( &quot;FREEBUSY&quot; )) continue;</p> <h5>Get FREEBUSY</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;FREEBUSY&quot; )</p> <p class="comment">output = array( &quot;fbtyp&quot; =&gt; freebusytype<span class="ref">1</span> , periods<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;FREEBUSY&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; array(&quot;fbtype&quot; =&gt; freebusytype<span class="ref">1</span> ,periods<span class="ref">2</span>) , &quot;params&quot; =&gt; xparams<span class="ref"> 3</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;FREEBUSY&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo FREEBUSY</p> <p class="label">Example</p> <p class="example">$freebusy = $vfreebusy->getProperty( &quot;FREEBUSY&quot; );</p> <h5>Set FREEBUSY</h5> Insert property value. A FREEBUSY input date is always a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. <p class="label">Format</p> <p class="format">setProperty( &quot;freebusy&quot;,freebusytype,fbperiods [,xparams [,propOrderNo ]] )</p> <p class="comment">freebusytype<span class="ref">1</span> = one of &quot;FREE&quot; / &quot;BUSY&quot; <b>Default</b> / &quot;BUSY-UNAVAILABLE&quot; / &quot;BUSY-TENTATIVE&quot; / x-name fbperiods = array( periods<span class="ref">2</span> )&nbsp; periods<span class="ref">2</span> = array( startdate, enddate/duration ) *[, array( startdate, enddate/duration )] startdate/enddate = array( int year , int month , int day , int int hour , int min , int day ) startdate/enddate = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day , &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec ) // <span class="ref">output format</span> startdate/enddate = array( &quot;timestamp&quot; =&gt; int timestamp ) startdate/enddate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex.&nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> startdate/enddate : date and time values MUST be an <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME duration = array( int week/false [, int day/false , int hour , int min , int sec] ) duration = array( &quot;week&quot; =&gt; int week/false [, &quot;day&quot; =&gt; int day/false [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec ]] ); // <span class="ref">output format</span> duration = array( &quot;sec&quot; =&gt; int sec ) duration = string dur-value = ([&quot;+&quot;]/&quot;-&quot;) &quot;P&quot; (dur-date/dur-time/dur-week) dur-date = dur-day [dur-time] dur-time = &quot;T&quot; (dur-hour / dur-minute / dur-second) dur-week = 1*DIGIT &quot;W&quot; dur-hour = 1*DIGIT &quot;H&quot; [dur-minute] dur-minute = 1*DIGIT &quot;M&quot; [dur-second] dur-second = 1*DIGIT &quot;S&quot; dur-day = 1*DIGIT &quot;D&quot; xparams<span class="ref">3</span> = array( *[ xparamkey =&gt; xparamvalue ] ) propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> See rules in detail in <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="RFC2445" target="_blank">RFC2445</a> - Internet Calendaring and Scheduling Core Object Specification (iCalendar). <p class="example">$fdate1 = array ( 2001, 1, 1, 1, 1, 1 ); alt. $fdate1 = array ( &quot;year&quot; =&gt; 2001 , &quot;month&quot; =&gt; 1 , &quot;day&quot; =&gt; 1 , &quot;hour&quot; =&gt; 1 , &quot;min&quot; =&gt; 1 , &quot;sec&quot; =&gt; 1 ); $fdate2 = array ( 2002, 2, 2, 2, 2, 2 ); $fdate3 = array ( 2003, 3, 3, 3, 3, 3 ); $fdate4 = &quot;4 April 2005 4:4:4&quot;; $fdate7 = array ( &quot;year&quot; =&gt; 2007 , &quot;month&quot; =&gt; 7 , &quot;day&quot; =&gt; 7 ); $fdur6 = array ( &quot;week&quot; =&gt; 0 , &quot;day&quot; =&gt; 5 , &quot;hour&quot; =&gt; 5 , &quot;min&quot; =&gt; 5 , &quot;sec&quot; =&gt; 5 ); $fdur7 = array ( 0, 0, 6 ); // <span class="ref">duration for 6 hours</span> $fdur8 = &quot;P2D&quot;; // <span class="ref">duration two days</span> $freebusy->setProperty &quot;freebusy&quot; , &quot;FREE&quot; , array( array( $fdate1, $fdate2 ) , array( $fdate3, $fdur6 ) , array( $fdate4, $fdate5 ))); $freebusy->setProperty(&quot;freebusy&quot; , &quot;Busy&quot; , array( array( array( $fdate1, $fdate2 ) , array( $fdate3, $fdur8 ) , array( $fdate4, $fdur7 ) , array( $fdate1, $fdate3 )));</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="GEO"></a><h3>3.2.23 GEO</h3> This property specifies information related to the global position for the activity specified by VEVENT and VTODO components and is OPTIONAL and MUST NOT occur more than once. <br><br> Value type for latitude and longitude is FLOAT. &quot;Values for latitude and longitude shall be expressed as decimal fractions of degrees. Whole degrees of latitude shall be represented by a two-digit decimal number ranging from 0 through 90. Whole degrees of longitude shall be represented by a decimal number ranging from 0 through 180. When a decimal fraction of a degree is specified, it shall be separated from the whole number of degrees by a decimal point.&quot; <h5>Delete GEO</h5> Remove GEO from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;GEO&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;GEO&quot; );</p> <h5>Get GEO</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;GEO&quot; )</p> <p class="comment">output = array( &quot;latitude&quot; =&gt; &lt;latitude&gt; , &quot;longitude&quot; =&gt; &lt;longitude&gt;))</p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;GEO&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; array ( &quot;latitude&quot; =&gt; &lt;latitude&gt; , &quot;longitude&quot; =&gt; &lt;longitude&gt;)) , &quot;params&quot; =&gt; xparam <span class="ref">1</span> )</p> <p class="label">Example</p> <p class="example">$geo = $vevent->getProperty( &quot;GEO&quot; );</p> <h5>Set GEO</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;geo&quot;, float latitude, float longitude [, xparam ] )</p> <p class="comment">xparam <span class="ref">1</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;geo&quot;, 11.23456, -23.45678 );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="LAST-MODIFIED"></a><h3>3.2.24 LAST-MODIFIED</h3> The property specifies the date and time that the information associated with the <i>calendar</i> component was last revised in the <i>calendar</i> store. The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VTIMEZONE">VTIMEZONE</a> components.<br><br> The value type for LAST-MODIFIED is <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. <h5>Delete LAST-MODIFIED</h5> Remove LAST-MODIFIED from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;LAST-MODIFIED&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;LAST-MODIFIED&quot; );</p> <h5>Get LAST-MODIFIED</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;LAST-MODIFIED&quot; )</p> <p class="comment">output = moddate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;LAST-MODIFIED&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; moddate<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$lastMod = $vevent->getProperty( &quot;LAST-MODIFIED&quot; );</p> <h5>Set LAST-MODIFIED</h5> Insert property value. Input date is always a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME or, if &quot;offset&quot; parameter is used, converted to a <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime to UTC time zone. <p class="label">Format</p> <p class="format">setProperty( &quot;Last-Modified&quot; [, moddate [, xparam ]] )</p> <p class="comment">moddate<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec , &quot;tz&quot; =&gt; offset ]] ) completedDate = int year , int month , int day [, int hour , int min , int sec ] completedDate = array( int year , int month , int day [, int hour , int min , int sec [, offset ]] ) completedDate = array ( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; => offset]) completedDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex. &nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtodo = &amp; $vcalendar->newComponent( &quot;vtodo&quot; ); .. . $vtodo->setProperty(&quot;last-modified&quot; , 2006, 8, 14, 12, 1, 2 ); <span class="ref">// 14 august 2006 12.01.02 UTC</span></p> <p class="label">Example 2</p> <p class="example">$date = array(&quot;year&quot; =&gt; 2006, &quot;month&quot; =&gt; 10, &quot;day&quot; =&gt; 10, &quot;hour&quot; =&gt; 10, &quot;min&quot; =&gt; 0, &quot;sec&quot; =&gt; 0, &quot;tz&quot; =&gt; &quot;+0200&quot;); <span class="ref">// local date + UTC offset =&gt; <a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME</span> $vtodo->setProperty( &quot;last-modified&quot;, $date ); .. .</p> <p class="label">Example 3</p> <p class="example">$vevent->setProperty( &quot;last-modified&quot; ); <span class="ref">// current UTC DATE-TIME is set if called without parameters</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="LOCATION"></a><h3>3.2.25 LOCATION</h3> The property defines the intended venue for the activity defined by a <i>calendar</i> component. The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a> and <a href="#VTODO">VTODO</a> components. <br><br> The value type for LOCATION is TEXT. <h5>Delete LOCATION</h5> Remove LOCATION from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;LOCATION&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;LOCATION&quot; );</p> <h5>Get LOCATION</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;LOCATION&quot; )</p> <p class="comment">output = location<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;LOCATION&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; location<span class="ref">1</span> , &quot;params&quot; =&gt; param<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$location = $vevent->getProperty( &quot;LOCATION&quot; );</p> <h5>Set LOCATION</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;location&quot;, string location [, array param] )</p> <p class="comment">location<span class="ref">1</span> = Value type TEXT params<span class="ref">2</span> = array( [&quot;ALTREP&quot; =&gt; &quot;&lt;an alternate text representation, URI&gt;&quot;] [, &quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam ] xparam = *[ xparamkey =&gt; xparamvalue ]</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;location&quot;, &quot;Buckingham Palace&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="ORGANIZER"></a><h3>3.2.26 ORGANIZER</h3> The property defines the organizer for a <i>calendar</i> component and is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components.<br><br> This value type for ORGANIZER is URI, a <i>calendar</i> user address. <h5>Delete ORGANIZER</h5> Remove ORGANIZER from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;ORGANIZER&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;ORGANIZER&quot; );</p> <h5>Get ORGANIZER</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;ORGANIZER&quot; )</p> <p class="comment">output = organizer<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;ORGANIZER&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; organizer<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$organizer = $vevent->getProperty( &quot;ORGANIZER&quot; );</p> <h5>Set ORGANIZER</h5> Insert property value. Property value must be prefixed by protocol (ftp://, http://,mailto:, file://.. . ref. rfc 1738 ). Also DIR parameter must be prefixed by protocol. SENT-BY parameter must use protocol &quot;mailto:&quot;, prefixed if missing. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;organizer&quot;, organizer [, params] )</p> <p class="comment">organizer<span class="ref">1</span> = a <i>calendar</i> user address, a URI as defined by [RFC 1738] or any other IANA registered form for a URI. params<span class="ref">2</span> = array( [&quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot; (applies to the CN parameter value) ] [, &quot;CN&quot; =&gt; &quot;common name to be associated with the <i>calendar</i> user specified by the property&quot;] [, &quot;DIR&quot; =&gt; &quot;reference to a directory entry associated with the <i>calendar</i> user specified by the property&quot; ] [, &quot;SENT-BY&quot; =&gt; &quot;single <i>calendar</i> user that is acting on behalf of the <i>calendar</i> user specified by the property&quot; ] [, xparam ] xparam = *[ xparamkey =&gt; xparamvalue ]</p> <p class="label">Example</p> <p class="example"> $dir = &quot;ldap://domain.com:6666/o=3DDC%20Comp,c=3DUS??(cn=3DJohn%20Doe)&quot;; $vevent-&gt;setProperty( &quot;organizer&quot; , &quot;[email protected]&quot; , array( &quot;CN&quot; =&gt; &quot;John Doe&quot; , &quot;DIR&quot; =&gt; $dir , &quot;SENT-BY&quot; =&gt; &quot;[email protected]&quot; , &quot;X-Key1&quot; =&gt; &quot;X-Value1&quot; , &quot;X-Key2&quot; =&gt; &quot;X-Value2&quot; ));</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="PERCENT-COMPLETE"></a><h3>3.2.27 PERCENT-COMPLETE</h3> This property is used by an assignee or delegatee of a <a href="#VTODO">VTODO</a> to convey the percent completion of a <a href="#VTODO">VTODO</a> to the Organizer and is OPTIONAL and MUST NOT occur more than once.<br><br> The property value is a positive integer between zero and one hundred. A value of "0" indicates the <a href="#VTODO">VTODO</a> has not yet been started. A value of "100" indicates that the <a href="#VTODO">VTODO</a> has been completed. Integer values in between indicate the percent partially complete. <h5>Delete PERCENT-COMPLETE</h5> Remove PERCENT-COMPLETE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;PERCENT-COMPLETE&quot; )</p> <p class="label">Example</p> <p class="example">$vtodo->deleteProperty( &quot;PERCENT-COMPLETE&quot; );</p> <h5>Get PERCENT-COMPLETE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;PERCENT-COMPLETE&quot; )</p> <p class="comment">output = percent<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;PRIORITY&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; percent<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$percent = $vtodo->getProperty( &quot;PERCENT-COMPLETE&quot; );</p> <h5>Set PERCENT-COMPLETE</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;Percent-Complete&quot;, percent [, xparam ] )</p> <p class="comment">percent<span class="ref">1</span> = Value type INTEGER xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$vtodo->setProperty( &quot;percent-complete&quot;, 90 );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="PRIORITY"></a><h3>3.2.28 PRIORITY</h3> The property defines the relative priority for a <i>calendar</i> component and is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a> and <a href="#VTODO">VTODO</a> components.<br><br> The priority is specified as an integer in the range zero to nine.<br> A value of zero (US-ASCII decimal 48) specifies an undefined priority.<br> A value of one (US-ASCII decimal 49) is the highest priority.<br> A value of two (US-ASCII decimal 50) is the second highest priority.<br> Subsequent numbers specify a decreasing ordinal priority.<br> A value of nine (US-ASCII decimal 58) is the lowest priority. <h5>Delete PRIORITY</h5> Remove PRIORITY from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;PRIORITY&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;PRIORITY&quot; );</p> <h5>Get PRIORITY</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;PRIORITY&quot; )</p> <p class="comment">output = priority<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;PRIORITY&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; priority<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$priority = $vevent->getProperty( &quot;priority&quot; );</p> <h5>Set PRIORITY</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;priority&quot;, priority [, xparam ] )</p> <p class="comment">priority<span class="ref">1</span> = Value type INTEGER xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;priority&quot;, 3 );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="RDATE"></a><h3>3.2.29 RDATE</h3> This property defines the list of date/times for a recurrence set and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a>, <a href="#VTIMEZONE">STANDARD</a> and <a href="#VTIMEZONE">DAYLIGHT</a> components.<br><br> The default value type for RDATE is DATE-TIME, can be set to DATE or PERIOD (params <span class="ref">2</span>). <h5>Delete RDATE</h5> Remove RDATE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;RDATE&quot; )</p> <p class="label">Example 1</p> <p class="example">$vtodo->deleteProperty( &quot;RDATE&quot; );</p> <p class="label">Example 2</p> Delete RDATE property no 2. <p class="example">$vjournal->deleteProperty( &quot;RDATE&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all RDATE properties. <p class="example">while( $vjournal->deleteProperty( &quot;RDATE&quot; )) continue;</p> <h5>Get RDATE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;RDATE&quot; )</p> <p class="comment">output = dates<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;RDATE&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; dates<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;RDATE&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo RDATE</p> <p class="label">Example</p> <p class="example">$rdates = $vevent->getProperty( &quot;RDATE&quot; );</p> <h5>Set RDATE</h5> Insert property value.<br> If &quot;TZID&quot; is set in params, ex. &quot;TZID&quot; = &quot;CET&quot;, all timezone or offset in dates are ignored and DATE-TIME value type is set.<br> If DATE value type is set in params (&quot;VALUE&quot; = &quot;DATE&quot;), all timezone or offset in dates are ignored.<br> If &quot;PERIOD&quot; is set in params (&quot;VALUE&quot; = &quot;PERIOD&quot;), DATE-TIME value type is set.<br> If no &quot;VALUE&quot; parameter in params, DATE-TIME (default) value type is set.<br> If empty params and offset in 1st date, all remaining dates are set to UTC.<br> If no &quot;TZID&quot; is set in params and timezone in 1st date, all remaining dates are within this timezone and param &quot;TZID&quot; is set.<br> If none of the above rules are applicable, DATE-TIME and local date is set default. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;rdate&quot;, dates [, params [, propOrderNo ]] )</p> <p class="comment">dates<span class="ref">1</span> = array ( date2 *[, date2 ] ) date2 = date date2 = array( startdate, enddate/duration ) ] startdate = date enddate = date date = array( int year , int month , int day [, int int hour , int min , int day , mixed tz ] ) date = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec [, &quot;tz&quot; =&gt; mixed tz ]] ) // <span class="ref">output format</span> date = array( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; =&gt; mixed tz ] ) date = string datestring // <span class="ref">string date, acceptable by strtotime function, ex.&nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> tz = timezone / offset (timezone will be used as tzidparam, if tzidparam not exists) offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME duration = array( int week/false [, int day/false , int hour , int min , int sec] ) duration = array([ &quot;week&quot; =&gt; int week/false ,] / [ &quot;day&quot; =&gt; int day/false [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec ]] ); // <span class="ref">output format, only used keys</span> duration = array( &quot;sec&quot; =&gt; int sec ); duration = string format duration like &quot;P15DT5H0M20S&quot; params<span class="ref">2</span> = ([tzidparam ( / datetimeparam / dateparam / periodparam )] *[, xparams ] ) tzidparam = &quot;TZID&quot; =&gt; &lt;timezone identifier&gt; // <span class="ref">output as local DATE-TIME with timezone identifier</span> datetimeparam = &quot;VALUE&quot; =&gt; &quot;DATE-TIME&quot; // <span class="ref">default, output as DATE-TIME</span> dateparam = &quot;VALUE&quot; =&gt; &quot;DATE&quot; // <span class="ref">output as DATE</span> periodparam = &quot;VALUE&quot; =&gt; &quot;PERIOD&quot; // <span class="ref">output as PERIOD (datetime)</span> xparams = xparamkey =&gt; xparamvalue propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> See rules in detail in <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="RFC2445" target="_blank">RFC2445</a> - Internet Calendaring and Scheduling Core Object Specification (iCalendar).<br> <p class="example">// $rdate1 = array ( 2001, 1, 1, 1, 1, 1 ); // alt. $rdate1 = array( &quot;year&quot; =&gt; 2001 , &quot;month&quot; =&gt; 1 , &quot;day&quot; =&gt; 1 , &quot;hour&quot; =&gt; 1 , &quot;min&quot; =&gt; 1 , &quot;sec&quot; =&gt; 1 , &quot;tz&quot; =&gt; &quot;GMT&quot; ); $rdate2 = array( 2002, 2, 2, 2, 2, 2, &quot;GMT&quot; ); $rdate3 = &quot;3 March 2003 03.03.03&quot;; $rdate4 = array( 2004, 4, 4, 4, 4, 4, &quot;GMT&quot; ); $rdate5 = array( 2005, 10, 5, 5, 5, 5 ); $rdate8 = array( &quot;year&quot; =&gt; 2007, &quot;month&quot; =&gt; 7, &quot;day&quot; =&gt; 7 ); $rdur6 = array( &quot;week&quot; =&gt; 0 , &quot;day&quot; =&gt; 0 , &quot;hour&quot; =&gt; 5 , &quot;min&quot; =&gt; 5 , &quot;sec&quot; =&gt; 5 ); $rdur7 = array( 0, 0, 6 ); <span class="comment">// duration for 6 hours</span> $rdur8 = array( &quot;week&quot; =&gt; 8 ); <span class="comment">// duration for 8 weeks</span> $vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); $vevent->setProperty( &quot;rdate&quot;, array( $rdate1 )); <span class="comment">// one recurrence date, date in 7-params format (DATE-TIME)</span> $vevent->setProperty( &quot;rdate&quot;, array( $rdate1, $rdate2 )); <span class="comment">// two dates, date 7-params format (DATE-TIME)</span> $vevent->setProperty( &quot;rdate&quot;, array( array( $rdate1, $rdate2 ) , array( $rdate3, $rdate4 )) , array( &quot;VALUE&quot; => &quot;PERIOD&quot; )); <span class="comment">// Both fromdate and enddate must have 7 params (DATE-TIME) !!!</span> $vevent->setProperty( &quot;rdate&quot;, array( array( $rdate2, $rdur6 )) , array( &quot;VALUE&quot; => &quot;PERIOD&quot; )); <span class="comment">// one duration (fromdate-duration)</span> $vevent->setProperty( &quot;rdate&quot;, array( array( $rdate1, $date2 ) , array( $rdate3, $rdur7 )) , array( &quot;VALUE&quot; => &quot;PERIOD&quot; )); <span class="comment">// period, pairs of fromdate+enddate and fromdate-duration</span> $vevent->setProperty( &quot;rdate&quot;, array( $rdate5, $date8 )) , array( &quot;VALUE&quot; => &quot;DATE&quot; )); <span class="comment">// dates in DATE format</span> .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="RECURRENCE-ID"></a><h3>3.2.30 RECURRENCE-ID</h3> This property is used in conjunction with the <a href="#UID">UID</a> and <a href="#SEQUENCE">SEQUENCE</a> property to identify a specific instance of a recurring <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> or <a href="#VJOURNAL">VJOURNAL</a> <i>calendar</i> component and is OPTIONAL and MAY NOT occur more than once.<br><br> The property value is the effective value of the <a href="#DTSTART">DTSTART</a> property of the recurrence instance. The default value type is DATE-TIME, can be set to DATE (params <span class="ref">2</span>). <h5>Delete RECURRENCE-ID</h5> Remove RECURRENCE-ID from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;RECURRENCE-ID&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;RECURRENCE-ID&quot; );</p> <h5>Get RECURRENCE-ID</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;RECURRENCE-ID&quot; )</p> <p class="comment">output = recurrIdDate<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;RECURRENCE-ID&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; recurrIdDate<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$recurrDate = $vtodo->getProperty( &quot;RECURRENCE-ID&quot; );</p> <h5>Set RECURRENCE-ID</h5> Insert property value. If DATE value type is expected, &quot;VALUE&quot; = &quot;DATE&quot; <b>must</b> be set (in params<span class="ref">2</span>) otherwise DATE-TIME (default) value type is set. <br> <br> If no timezone parameter (tz or tzidparam below) is set (then local time is assumed) and config <a href="#dTZID">TZID</a> is set, date-time values will be set WITH timezone from config. Notice, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime from a time zone to another. <p class="label">Format</p> <p class="format">setProperty( &quot;recurrence-id&quot;, recurrIdDate [, params ] )</p> <p class="comment">recurrIdDate<span class="ref">1</span> = array( &quot;year&quot; =&gt; int year , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec [, &quot;tz&quot; =&gt; mixed tz ]] ) recurrIdDate = int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] recurrIdDate = array( int year , int month , int day [, int hour , int min , int sec [, mixed tz ]] ) recurrIdDate = array( &quot;timestamp&quot; =&gt; int timestamp [, &quot;tz&quot; =&gt; mixed tz ] ) recurrIdDate = string datestring // <span class="ref">string date, acceptable by strtotime function, ex. &quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> tz = timezone / offset (timezone will be used as tzidparam, if tzidparam not exists) offset = (+/-)HHmm[ss], local date + UTC offset =&gt; <a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME params<span class="ref">2</span> = array([ datetimeparam/dateparam/tzidparam ] [, rangeparam ] [, xparam ] ) datetimeparam = &quot;VALUE&quot; =&gt; &quot;DATE-TIME&quot; // <span class="ref">default, output as DATE-TIME</span> dateparam = &quot;VALUE&quot; =&gt; &quot;DATE&quot; // <span class="ref">output as DATE</span> tzidparam = &quot;TZID&quot; =&gt; &lt;timezone identifier&gt; // <span class="ref">output as local date-time with timezone identifier</span> rangeparam = &quot;RANGE&quot; =&gt; ( "THISANDPRIOR" / "THISANDFUTURE" ) // <span class="ref">range parameter</span> xparam = *[ xparamkey =&gt; xparamvalue ]</p> <p class="label">Example</p> <p class="example">$vtodo->setProperty( &quot;recurrence-id&quot;, &quot;3 March 2003 03.03.03&quot; ); <span class="comment">// 3 march 2003 03.03.03 local time</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="RELATED-TO"></a><h3>3.2.31 RELATED-TO</h3> The property is used to represent a relationship or reference between one <i>calendar</i> component and another and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> components.<br><br> The property value consists of the persistent, globally unique identifier of another <i>calendar</i> component. This value would be represented in a <i>calendar</i> component by the <a href="#UID">UID</a> property.<br><br> The value type for RELATED-TO is TEXT. <h5>Delete RELATED-TO</h5> Remove RELATED-TO from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;RELATED-TO&quot; )</p> <p class="label">Example 1</p> <p class="example">$vtodo->deleteProperty( &quot;RELATED-TO&quot; );</p> <p class="label">Example 2</p> Delete RELATED-TO property no 2. <p class="example">$vjournal->deleteProperty( &quot;RELATED-TO&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all RELATED-TO properties. <p class="example">while( $vjournal->deleteProperty( &quot;RELATED-TO&quot; )) continue;</p> <h5>Get RELATED-TO</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;RELATED-TO&quot; )</p> <p class="comment">output = relid<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;RELATED-TO&quot;, propOrderNo/FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; relid<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;RELATED-TO&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo RELATED-TO</p> <p class="label">Example</p> <p class="example">$relatedId = $vtodo->getProperty( &quot;RELATED-TO&quot; );</p> <h5>Set RELATED-TO</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;Related-To&quot;, relid [, params [, propOrderNo ]] )</p> <p class="comment">relid<span class="ref">1</span> = Value type TEXT. params<span class="ref">2</span> = array( [ reltype ] [, xparam] ) reltype = &quot;RELTYPE&quot; =&gt; (&quot;PARENT&quot; (Default) / &quot;CHILD&quot; / &quot;SIBLING&quot; / iana-token / x-name) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vtodo->setProperty( &quot;related-to&quot;, &quot;[email protected]&quot;);</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="REPEAT"></a><h3>3.2.32 REPEAT</h3> This property defines the number of time the <a href="#VALARM">ALARM</a> should be repeated, after the initial trigger. If the <a href="#VALARM">ALARM</a> triggers more than once, then this property MUST be specified along with the <a href="#DURATION">DURATION</a> property. <h5>Delete REPEAT</h5> Remove REPEAT from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;REPEAT&quot; )</p> <p class="label">Example</p> <p class="example">$valarm->deleteProperty( &quot;REPEAT&quot; );</p> <h5>Get REPEAT</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;REPEAT&quot; )</p> <p class="comment">output = repeatTimes<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;REPEAT&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; repeatTimes<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$repeat = $vtodo->getProperty( &quot;REPEAT&quot; );</p> <h5>Set REPEAT</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;repeat&quot;, repeatTimes [, xparam ] )</p> <p class="comment">repeatTimes<span class="ref">1</span> = Value type INTEGER xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$valarm->setProperty( &quot;repeat&quot;, 2 );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="REQUEST-STATUS"></a><h3>3.2.33 REQUEST-STATUS</h3> This property defines the status code returned for a scheduling request and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components. <h5>Delete REQUEST-STATUS</h5> Remove REQUEST-STATUS from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;REQUEST-STATUS&quot; )</p> <p class="label">Example 1</p> <p class="example">$vtodo->deleteProperty( &quot;REQUEST-STATUS&quot; );</p> <p class="label">Example 2</p> Delete REQUEST-STATUS property no 2. <p class="example">$vjournal->deleteProperty( &quot;REQUEST-STATUS&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all REQUEST-STATUS properties. <p class="example">while( $vjournal->deleteProperty( &quot;REQUEST-STATUS&quot; )) continue;</p> <h5>Get REQUEST-STATUS</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;REQUEST-STATUS&quot; )</p> <p class="comment">output = array( &quot;statcode&quot; =&gt; statcode<span class="ref">1</span> , &quot;text&quot; =&gt; errtext<span class="ref">2</span> [ , &quot;extdata&quot; =&gt; extraData<span class="ref"> 3</span> ] )</p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;REQUEST-STATUS&quot;, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; array( &quot;statcode&quot; =&gt; statcode<span class="ref">1</span> , &quot;text&quot; =&gt; errtext<span class="ref">2</span> [ , &quot;extdata&quot; =&gt; extraData<span class="ref">3</span> ] ) , &quot;params&quot; =&gt; params<span class="ref">4</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;REQUEST-STATUS&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo REQUEST-STATUS</p> <p class="label">Example</p> <p class="example">$requestStatus = $vtodo->getProperty( &quot;REQUEST-STATUS&quot; );</p> <h5>Set REQUEST-STATUS</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;Request-Status&quot; , statcode, errtext [,extraData/FALSE [,params [,propOrderNo]]])</p> <p class="comment">statcode<span class="ref">1</span> = Hierarchical, numeric return status code (1*DIGIT *(&quot;.&quot; 1*DIGIT)) errtext<span class="ref">2</span> = Textual status description extraData<span class="ref">3</span> = Textual exception data. For example, the offending property name and value or complete property line. params<span class="ref">4</span> = array( [&quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam ] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vfreebusy->setProperty(&quot;request-status&quot; , 2.0 , &quot;Invalid property value&quot; , &quot;DTSTART:96-Apr-31&quot;);</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="RESOURCES"></a><h3>3.2.34 RESOURCES</h3> This property defines the equipment or resources anticipated for an activity specified by a <i>calendar</i> entity and is OPTIONAL and MAY occur more than once in <a href="#VEVENT">VEVENT</a> and <a href="#VTODO">VTODO</a> components.<br><br> The value type for RESOURCES is TEXT. <h5>Delete RESOURCES</h5> Remove RESOURCES from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;RESOURCES&quot; )</p> <p class="label">Example 1</p> <p class="example">$vevent->deleteProperty( &quot;RESOURCES&quot; );</p> <p class="label">Example 2</p> Delete RESOURCES property no 2. <p class="example">$vevent->deleteProperty( &quot;RESOURCES&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all RESOURCES properties. <p class="example">while( $vevent->deleteProperty( &quot;RESOURCES&quot; )) continue;</p> <h5>Get RESOURCES</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;RESOURCES&quot; )</p> <p class="comment">output = resources<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;RESOURCES&quot;, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; resources<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;RESOURCES&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo RESOURCES</p> <p class="label">Example</p> <p class="example">$resources = $vtodo->getProperty( &quot;RESOURCES&quot; );</p> <h5>Set RESOURCES</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;resources&quot;, resources [, params [, propOrderNo ]] )</p> <p class="comment">resources<span class="ref">1</span> = string resource / array( *resource ) resource = textual resources or subtypes of the <i>calendar</i> component, can be specified as a list of resources separated by the COMMA character. params<span class="ref">2</span> = array([ &quot;ALTREP&quot; =&gt; &quot;&lt;an alternate text representation, URI&gt;&quot;] [, &quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;resources&quot;, &quot;COMPUTER PROJECTOR&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="RRULE"></a><h3>3.2.35 RRULE</h3> This property defines a rule or repeating pattern for recurring <a href="#VEVENT">EVENTs</a>, <a href="#VTODO">TODOs</a>, <a href="#VTIMEZONE">STANDARD</a> or <a href="#VTIMEZONE">DAYLIGHT</a> definitions and is OPTIONAL and MAY occur more than once. <h5>Delete RRULE</h5> Remove RRULE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;RRULE&quot; )</p> <p class="label">Example 1</p> <p class="example">$vevent->deleteProperty( &quot;RRULE&quot; );</p> <p class="label">Example 2</p> Delete RRULE property no 2. <p class="example">$vevent->deleteProperty( &quot;RRULE&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all RRULE properties. <p class="example">while( $vevent->deleteProperty( &quot;RRULE&quot; )) continue;</p> <h5>Get RRULE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;RRULE&quot; )</p> <p class="comment">output = recur<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;RRULE&quot;, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; recur<span class="ref">1</span> , &quot;params&quot; =&gt; xparams<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;RRULE&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo RRULE</p> <p class="label">Example</p> <p class="example">$rrules = $vtodo->getProperty( &quot;RRULE&quot; );</p> <h5>Set RRULE</h5> Insert property value. <br> Parameters will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;rrule&quot;, recur [, xparams [, propOrderNo ]] )</p> <p> For rules example see <a href="#EXRULE">Exrule</a> format and in detail in <a href="http://kigkonsult.se/downloads/dl.php?f=rfc2445" title="RFC2445" target="_blank">RFC2445</a> - Internet Calendaring and Scheduling Core Object Specification (iCalendar). </p> <p class="comment">recur<span class="ref">1</span> = see <a href="#EXRULE">Exrule</a> xparams<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] ) propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="SEQUENCE"></a><h3>3.2.36 SEQUENCE</h3> This property defines the revision sequence number of the <i>calendar</i> component within a sequence of revisions. The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> and <a href="#VJOURNAL">VJOURNAL</a> components. <br> <p class="quotes"> It is monotonically incremented by the <a href="#ORGANIZER">ORGANIZER's</a> CUA (Calendar User Agent) each time the <a href="#ORGANIZER">ORGANIZER</a> makes a significant revision to the <i>calendar</i> component. When the <a href="#ORGANIZER">ORGANIZER</a> makes changes to one of the following properties, the sequence number MUST be incremented: <a href="#DTSTART">DTSTART</a>, <a href="#DTEND">DTEND</a>, <a href="#DUE">DUE</a>, <a href="#RDATE">RDATE</a>, <a href="#RRULE">RRULE</a>, <a href="#EXDATE">EXDATE</a>, <a href="#EXRULE">EXRULE</a>, <a href="#STATUS">STATUS</a>. In addition, changes made by the <a href="#ORGANIZER">ORGANIZER</a> to other properties can also force the sequence number to be incremented. The <a href="#ORGANIZER">ORGANIZER</a> CUA MUST increment the sequence number when ever it makes changes to properties in the <i>calendar</i> component that the <a href="#ORGANIZER">ORGANIZER</a> deems will jeopardize the validity of the participation status of the <a href="#ATTENDEE">Attendees</a>. For example, changing the location of a meeting from one locale to another distant locale could effectively impact the participation status of the <a href="#ATTENDEE">Attendees</a>. </p> <h5>Delete SEQUENCE</h5> Remove SEQUENCE from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;SEQUENCE&quot; )</p> <p class="label">Example</p> <p class="example">$vtodo->deleteProperty( &quot;SEQUENCE&quot; );</p> <h5>Get SEQUENCE</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;SEQUENCE&quot; )</p> <p class="comment">output = sequence<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;SEQUENCE&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; sequence<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$sequence = $vtodo->getProperty( &quot;SEQUENCE&quot; );</p> <h5>Set SEQUENCE</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;sequence&quot; [, sequence [, xparam ]] )</p> <p class="comment">sequence<span class="ref">1</span> = Value type INTEGER xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example 1</p> <p class="example">$vevent->setProperty( &quot;sequence&quot;, 2 ); <span class="comment">// set sequence number to 2</span></p> <p class="label">Example 2</p> <p class="example">$vevent->setProperty( &quot;sequence&quot; ); <span class="comment">// force sequence number to be set to 0 // or, if sequence exists, incremented by 1</span></p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="STATUS"></a><h3>3.2.37 STATUS</h3> This property defines the overall status or confirmation for the <i>calendar</i> component. The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> and <a href="#VJOURNAL">VJOURNAL</a> components. <h5>Delete STATUS</h5> Remove STATUS from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;STATUS&quot; )</p> <p class="label">Example</p> <p class="example">$vtodo->deleteProperty( &quot;STATUS&quot; );</p> <h5>Get STATUS</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;STATUS&quot; )</p> <p class="comment">output = status<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;STATUS&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; status<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$status = $vtodo->getProperty( &quot;STATUS&quot; );</p> <h5>Set STATUS</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;status&quot;, status [, xparam ] )</p> <p class="comment"> // <span class="ref">Status values for a <a href="#vevent">VEVENT</a></span> status<span class="ref">1</span> = &quot;TENTATIVE&quot; // <span class="ref">Indicates event is tentative</span> / &quot;CONFIRMED&quot; // <span class="ref">Indicates event is definite</span> / &quot;CANCELLED&quot; // <span class="ref">Indicates event was cancelled</span> // <span class="ref">Status values for <a href="#VTODO">VTODO</a></span> status<span class="ref">1</span> = &quot;NEEDS-ACTION&quot; // <span class="ref">Indicates to-do needs action</span> / &quot;COMPLETED&quot; // <span class="ref">Indicates to-do completed</span> / &quot;IN-PROCESS&quot; // <span class="ref">Indicates to-do in process of</span> / &quot;CANCELLED&quot; // <span class="ref">Indicates to-do was cancelled</span> // <span class="ref">Status values for <a href="#VJOURNAL">VJOURNAL</a></span> status<span class="ref">1</span> = &quot;DRAFT&quot; // <span class="ref">Indicates journal is draft</span> / &quot;FINAL&quot; // <span class="ref">Indicates journal is final</span> / &quot;CANCELLED&quot; // <span class="ref">Indicates journal is removed</span> xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;Status&quot;, &quot;COMPLETED&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="SUMMARY"></a><h3>3.2.38 SUMMARY</h3> This property defines a short (&quot;one line&quot;) summary or subject for the <i>calendar</i> component. (In &quot;rfc2445, Recommended Practices&quot;, up to 255 characters) (, analogous to a mail SUBJECT). The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a> and <a href="#VJOURNAL">VJOURNAL</a> components. The property is REQUIRED and MUST occur once in <a href="#VALARM">VALARM</a> (EMAIL) <i>calendar</i> component.<br><br> The value type for SUMMARY is TEXT. <h5>Delete SUMMARY</h5> Remove SUMMARY from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;SUMMARY&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;SUMMARY&quot; );</p> <h5>Get SUMMARY</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;SUMMARY&quot; )</p> <p class="comment">output = summary<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;SUMMARY&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; summary<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$summary = $vtodo->getProperty( &quot;SUMMARY&quot; );</p> <h5>Set SUMMARY</h5> Insert property value. <br> Parameters, if any, will be ordered as prescribed in rcf2445. <p class="label">Format</p> <p class="format">setProperty( &quot;summary&quot;, summary [, params ] )</p> <p CLASS="comment">summary<span class="ref">1</span> = Value type TEXT, a short, one line summary about the activity or journal entry. params<span class="ref">2</span> = array( [&quot;ALTREP&quot; =&gt; &quot;&lt;an alternate text representation, URI&gt;&quot;] [, &quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam ] ) xparam = *[ xparamkey =&gt; xparamvalue ]</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;summary&quot;, &quot;This is a summary&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="TRANSP"></a><h3>3.2.39 TRANSP</h3> This property defines whether an <a href="#VEVENT">EVENT</a> is transparent or not to busy time searches and is OPTIONAL and MUST NOT occur more than once. <h5>Delete TRANSP</h5> Remove TRANSP from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;TRANSP&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;TRANSP&quot; );</p> <h5>Get TRANSP</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;TRANSP&quot; )</p> <p class="comment">output = transp<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;TRANSP&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; transp<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$transp = $vtodo->getProperty( &quot;TRANSP&quot; );</p> <h5>Set TRANSP</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;transp&quot;, transp [, xparam ] )</p> <p class="comment">transp<span class="ref">1</span> = &quot;OPAQUE&quot; / &quot;TRANSPARENT&quot; xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$vevent->setProperty( &quot;transp&quot;, &quot;TRANSPARENT&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="TRIGGER"></a><h3>3.2.40 TRIGGER</h3> This property specifies when an <a href="#VALARM">ALARM</a> will trigger and is REQUIRED and MUST NOT occur more than once.<br><br> The default value type is DURATION. The value type can be set to a DATE-TIME value type, in which case the value MUST specify an <a href="#DATE_WITH_UTC_TIME">UTC</a> formatted DATE-TIME value. <h5>Delete TRIGGER</h5> Remove TRIGGER from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;TRIGGER&quot; )</p> <p class="label">Example</p> <p class="example">$valarm->deleteProperty( &quot;TRIGGER&quot; );</p> <h5>Get TRIGGER</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;TRIGGER&quot; )</p> <p class="comment">output = duration/date</p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;TRIGGER&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; duration<span class="ref">1</span>/date<span class="ref">3</span> ) , &quot;params&quot; =&gt; params<span class="ref">4</span> ) <p class="label">Example</p> <p class="example">$trigger = $vtodo->getProperty( &quot;TRIGGER&quot; );</p> <h5>Set TRIGGER</h5> Insert property value.<br> Note, use function <a href="#transformDateTime">transformDateTime</a> to change a datetime (in a local time zone) to UTC time zone. <p class="label">Format 1</p> <p class="format">setProperty( &quot;trigger&quot;, duration<span class="ref">1</span> [, params<span class="ref">4</span> ] )</p> <p class="label">Format 2</p> <p class="format">setProperty( &quot;trigger&quot;, duration<span class="ref">2</span> [, params<span class="ref">4</span> ] )</p> <p class="label">Format 3</p> <p class="format">setProperty( &quot;trigger&quot;, date<span class="ref">3</span> [, params<span class="ref">4</span> ] )</p> <p class="label">Format</p> <p class="format">setProperty( &quot;trigger&quot;, int year/FALSE , int month/FALSE , int day/FALSE [, int week/FALSE [, int hour/FALSE , int min/FALSE , int sec/FALSE [, bool relatedStart=TRUE [, bool before=TRUE [, array params<span class="ref">4</span> ]]]]] )</p> <p class="comment">duration<span class="ref">1</span> = array( &quot;week&quot; =&gt; int week , &quot;relatedStart&quot; =&gt; bool relstart , &quot;before&quot; =&gt; bool before ) duration<span class="ref">1</span> = array( &quot;day&quot; =&gt; int day , &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec , &quot;relatedStart&quot; =&gt; bool relstart , &quot;before&quot; =&gt; bool before ) relatedStart = TRUE : related start (default), FALSE : related end before = TRUE : before relatedStart (default), FALSE : after relatedStart duration<span class="ref">2</span> = string dur-value = ([&quot;+&quot;]/&quot;-&quot;)&quot;P&quot;(dur-date/dur-time/dur-week) dur-date = dur-day [dur-time] dur-time = &quot;T&quot; (dur-hour / dur-minute / dur-second) dur-week = 1*DIGIT &quot;W&quot; dur-day = 1*DIGIT &quot;D&quot; dur-hour = 1*DIGIT &quot;H&quot; [dur-minute] dur-minute = 1*DIGIT &quot;M&quot; [dur-second] dur-second = 1*DIGIT &quot;S&quot; date<span class="ref">3</span> = array( &quot;year&quot; =&gt; int year // <span class="ref"><a href="#DATE_WITH_UTC_TIME">UTC</a> DATE-TIME</span> , &quot;month&quot; =&gt; int month , &quot;day&quot; =&gt; int day [, &quot;hour&quot; =&gt; int hour , &quot;min&quot; =&gt; int min , &quot;sec&quot; =&gt; int sec ]) date<span class="ref">3</span> = array ( &quot;timestamp&quot; =&gt; int timestamp ) // <span class="ref"><a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a>DATE-TIME</span> date<span class="ref">3</span> = string datestring // <span class="ref">string date, acceptable by strtotime function, ex.&nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> // <span class="ref"><a class="ref" href="#DATE_WITH_UTC_TIME">UTC</a>DATE-TIME</span> params<span class="ref">4</span> = array( [[ reltype [, trigRelparam ]] / datetimeparam ] [, xparams ] ) reltyp = &quot;RELATED&quot; =&gt; &quot;START&quot; (default) / &quot;END&quot; trigRelparam = &quot;VALUE&quot; =&gt; &quot;DURATION&quot; datetimeparam= &quot;VALUE&quot; =&gt; &quot;DATE-TIME&quot; xparam = *[ xparamkey =&gt; xparamvalue ]</p> <p class="label">Example 1</p> <p class="example">$valarm->setProperty( &quot;trigger&quot; , FALSE, FALSE, FALSE, FALSE, 1, 2, 3 ); <span class="comment">// duration, 1 hour 2 min 3 sec, before start</span></p> <p class="label">Example 2</p> <p class="example">$valarm->setProperty( &quot;trigger&quot; , array (&quot;hour&quot;=&gt;1,&quot;min&quot;=&gt;2,&quot;sec&quot;=&gt;3 ); <span class="comment">// duration, 1 hour 2 min 3 sec, before start</span></p> <p class="label">Example 3</p> <p class="example">$valarm->setProperty( &quot;trigger&quot; , &quot;PT1H2M3S&quot; ); <span class="comment">// duration, 1 hour 2 min 3 sec, before start</span></p> <p class="label">Example 4</p> <p class="example">$valarm->setProperty( &quot;trigger&quot; , FALSE, FALSE, FALSE, 1 , FALSE, FALSE, FALSE, FALSE, FALSE ); <span class="comment">// duration, 1 week after end</span></p> <p class="label">Example 5</p> <p class="example">$valarm->setProperty( &quot;trigger&quot; , array ( &quot;week&quot; =&gt; 1 , &quot;relatedStart&quot; =&gt; FALSE , &quot;before&quot; =&gt; FALSE )); <span class="comment">// duration, 1 week after end</span></p> <p class="label">Example 6</p> <p class="example">$valarm->setProperty( &quot;trigger&quot; , &quot;P1W&quot; , array( &quot;related&quot; =&gt; &quot;END&quot; )); <span class="comment">// duration, 1 week after end</span></p> <p class="label">Example 7</p> <p class="example">$valarm->setProperty( &quot;trigger&quot; , array( &quot;year&quot; =&gt; 2007 , &quot;month&quot; =&gt; 6 , &quot;day&quot; =&gt; 5, , &quot;hour&quot; =&gt; 2 , &quot;min&quot; =&gt; 2 , &quot;sec&quot; =&gt; 3 ));</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="TZID"></a><h3>3.2.41 TZID</h3> This property specifies the text value that uniquely identifies the <a href="#VTIMEZONE">VTIMEZONE</a> <i>calendar</i> component and is REQUIRED, but MUST NOT occur more than once. <br><br> The value type for TZID is TEXT. <h5>Delete TZID</h5> Remove TZID from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;TZID&quot; )</p> <p class="label">Example</p> <p class="example">$vtimezone->deleteProperty( &quot;TZID&quot; );</p> <h5>Get TZID</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;TZID&quot; )</p> <p class="comment">output = tzid<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;TZID&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; tzid<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$tzid = $vtimezone->getProperty( &quot;TZID&quot; );</p> <h5>Set TZID</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;tzid&quot;, tzid [, xparam ] )</p> <p class="comment">tzid<span class="ref">1</span> = Value type TEXT xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty( &quot;tzid&quot;, &quot;US-Eastern&quot; ); .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="TZNAME"></a><h3>3.2.42 TZNAME</h3> This property specifies the customary designation for a <a href="#VTIMEZONE">STANDARD</a> or <a href="#VTIMEZONE">DAYLIGHT</a> description and is OPTIONAL and MAY occur more than once.<br><br> The value type for TZNAME is TEXT. <h5>Delete TZNAME</h5> Remove TZNAME from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;TZNAME&quot; )</p> <p class="label">Example 1</p> <p class="example">$vtimezonestd->deleteProperty( &quot;TZNAME&quot; );</p> <p class="label">Example 2</p> Delete TZNAME property no 2. <p class="example">$vtimezonestd->deleteProperty( &quot;TZNAME&quot;, 2 );</p> <p class="label">Example 3</p> Deleting all TZNAME properties. <p class="example">while( $vtimezonestd->deleteProperty( &quot;TZNAME&quot; )) continue;</p> <h5>Get TZNAME</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;TZNAME&quot; )</p> <p class="comment">output = tzname<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;TZNAME&quot;, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; tzname<span class="ref">1</span> , &quot;params&quot; =&gt; params<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( &quot;TZNAME&quot;, propOrderNo )</p> <p class="comment">Get propOrderNo TZNAME</p> <p class="label">Example</p> <p class="example">$tzname = $timezonestandard->getProperty( &quot;TZNAME&quot; );</p> <h5>Set TZNAME</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;tzname&quot;, tzname [, params [, propOrderNo ]] )</p> <p class="comment">tzname<span class="ref">1</span> = Value type TEXT params<span class="ref">2</span> = array( [ &quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot; ] [, xparam ] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty( &quot;Tzid&quot;, &quot;US-Eastern&quot; ); $vtimezone->setProperty( &quot;Last-Modified&quot;, &quot;19870101&quot; ); $standard = &amp; $vtimezone->newComponent( &quot;standard&quot; ); $standard->setProperty( &quot;tzname&quot;, &quot;EST&quot; ); .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="TZOFFSETFROM"></a><h3>3.2.43 TZOFFSETFROM</h3> This property specifies the offset which is in use prior to this <a href="#VTIMEZONE">TIMEZONE</a> observance. The property is REQUIRED, but MUST NOT occur more than once in <a href="#VTIMEZONE">STANDARD</a> and <a href="#VTIMEZONE">DAYLIGHT</a> components. <h5>Delete TZOFFSETFROM</h5> Remove TZOFFSETFROM from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;TZOFFSETFROM&quot; )</p> <p class="label">Example</p> <p class="example">$vtimezonestd->deleteProperty( &quot;TZOFFSETFROM&quot; );</p> <h5>Get TZOFFSETFROM</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;TZOFFSETFROM&quot; )</p> <p class="comment">output = tzoffsetfrom<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;TZOFFSETFROM&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; tzoffsetfrom<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$tzoffsetfrom = $timezonestandard->getProperty( &quot;TZOFFSETFROM&quot; );</p> <h5>Set TZOFFSETFROM</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;tzoffsetfrom&quot;, tzoffsetfrom [, xparam ] )</p> <p class="comment">tzoffsetfrom<span class="ref">1</span> = (+/-)HHmm[ss], UTC offset xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty( &quot;Tzid&quot;, &quot;US-Eastern&quot; ); $vtimezone->setProperty( &quot;Last-Modified&quot;, &quot;19870101&quot; ); $standard = &amp; $vtimezone->newComponent( &quot;standard&quot; ); $standard->setProperty( &quot;tzname&quot;, &quot;EST&quot; ); $standard->setProperty( &quot;tzoffsetfrom&quot;, &quot;-0500&quot; ); .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="TZOFFSETTO"></a><h3>3.2.44 TZOFFSETTO</h3> This property specifies the offset which is in use in this <a href="#VTIMEZONE">TIMEZONE</a> observance. The property is REQUIRED, but MUST NOT occur more than once in <a href="#VTIMEZONE">STANDARD</a> and <a href="#VTIMEZONE">DAYLIGHT</a> components. <h5>Delete TZOFFSETTO</h5> Remove TZOFFSETTO from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;TZOFFSETTO&quot; )</p> <p class="label">Example</p> <p class="example">$daylight->deleteProperty( &quot;TZOFFSETTO&quot; );</p> <h5>Get TZOFFSETTO</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;TZOFFSETTO&quot; )</p> <p class="comment">output = tzoffsetto<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;TZOFFSETTO&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; tzoffsetto<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$tzoffsetto = $timezonestandard->getProperty( &quot;TZOFFSETTO&quot; );</p> <h5>Set TZOFFSETTO</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;tzoffsetto&quot;, tzoffsetto [, xparam ] )</p> <p class="comment">tzoffsetto<span class="ref">1</span> = (+/-)HHmm[ss], UTC offset xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty( &quot;Tzid&quot;, &quot;US-Eastern&quot; ); $vtimezone->setProperty( &quot;Last-Modified&quot;, &quot;19870101&quot; ); $standard = &amp; $vtimezone->newComponent( &quot;standard&quot; ); .. . $daylight = &amp; $vtimezone->newComponent( &quot;daylight&quot; ); $daylight->setProperty( &quot;tzoffsetto&quot;, &quot;1345&quot; ); .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="TZURL"></a><h3>3.2.45 TZURL</h3> The TZURL provides a means for a <a href="#VTIMEZONE">VTIMEZONE</a> component to point to a network location that can be used to retrieve an up-to-date version of itself. The property is OPTIONAL and MUST NOT occur more than once. <h5>Delete TZURL</h5> Remove TZURL from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;TZURL&quot; )</p> <p class="label">Example</p> <p class="example">$vtimezone->deleteProperty( &quot;TZURL&quot; );</p> <h5>Get TZURL</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;TZURL&quot; )</p> <p class="comment">output = tzurl<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;TZURL&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; tzurl<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$tzurl = $timezonestandard->getProperty( &quot;TZURL&quot; );</p> <h5>Set TZURL</h5> Insert property value. <p class="label">Format</p> <p class="format">setProperty( &quot;tzurl&quot;, tzurl [, xparam ] )</p> <p class="comment">tzurl<span class="ref">1</span> = Value type URI xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$tz = &quot;http://zones.stds_r_us.net/tz/US-Eastern&quot; ); $config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty( &quot;Tzid&quot;, &quot;US-Eastern&quot; ); $vtimezone->setProperty( &quot;Last-Modified&quot;, &quot;19870101T000000&quot; ); $vtimezone->setProperty( &quot;tzurl&quot;, $tz ); .. . .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="UID"></a><h3>3.2.46 UID</h3> The persistent, globally <b>U</b>nique <b>ID</b>entifier for the <i>calendar</i> component. The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components.<br> However, UID is <b>AUTOMATICALLY</b> generated in iCalcreator and configuration <a href="#Unique_id">unique_id</a>, is used when auto-creating component UID. <br> <br> UID generated format : <p class="format">date(&quot;Ymd\THisT&quot;).&quot;-&quot;.[microSec][random].&quot;@&quot;.<a href="#Unique_id">unique_id</a> </p> microSec = microseconds, 4 pos<br> random = 6 characters aA-zZ, 0-9 <p class="label">Example</p> <p class="example">&quot;[email protected]&quot;</p> UID may be required when importing iCal files into some calendaring software (MS etc.), as well as (<i>calendar</i>) properties <a href="#X-PROPERTY">x-properties</a> "X-WR-CALNAME", "X-WR-CALDESC" and "X-WR-TIMEZONE", <a href="#METHOD">METHOD</a> (value PUBLISH etc.) and the (also automatically created) <a href="#DTSTAMP">DTSTAMP</a> property. <br><br> The value type for UID is TEXT. <h5>Delete UID</h5> If UID is remove from a component, UID will automatically be recreated when <i>calendar</i> output functions like <a href="#createCalendar">createCalendar</a>, <a href="#returnCalendar">returnCalendar</a> or <a href="#saveCalendar">saveCalendar</a> is executed. <p class="label">Format</p> <p class="format">deleteProperty( &quot;UID&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;UID&quot; );</p> <h5>Get UID</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;UID&quot; )</p> <p class="comment">output = uid<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;UID&quot;, FALSE , TRUE )</p> <p class="comment">output = array( &quot;value&quot; =&gt; uid<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$uid = $vevent->getProperty( &quot;UID&quot; );</p> <h5>Set UID</h5> Insert property value, overrides any previously set or auto-created UID.<br> Do <b>NOT</b> use an integer UID or only a component name in UID (ex. &quot;vevent&quot;), this may cause malfunction in <a href="#setComponent">setComponent</a> with index or UID argument. <p class="label">Format</p> <p class="format">setProperty( &quot;uid&quot;, uid [, xparam ] )</p> <p class="comment">uid<span class="ref">1</span> = Value type TEXT xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] )</p> <p class="label">Example</p> <p class="example">$vevent->setProperty(&quot;uid&quot;,&quot;[email protected]&quot;);</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="URL"></a><h3>3.2.47 URL</h3> This property defines a Uniform Resource Locator (URL) associated with the iCalendar object. The property is OPTIONAL and MUST NOT occur more than once in <a href="#VEVENT">VEVENT</a>, <a href="#VTODO">VTODO</a>, <a href="#VJOURNAL">VJOURNAL</a> and <a href="#VFREEBUSY">VFREEBUSY</a> components. <h5>Delete URL</h5> Remove URL from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;URL&quot; )</p> <p class="label">Example</p> <p class="example">$vevent->deleteProperty( &quot;URL&quot; );</p> <h5>Get URL</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;URL&quot; )</p> <p class="comment">output = url<span class="ref">1</span></p> <p class="label">Format 2</p> <p class="format">getProperty( &quot;URL&quot;, FALSE , TRUE )</p> <p class="comment">output = array &quot;value&quot; =&gt; url<span class="ref">1</span> , &quot;params&quot; =&gt; xparam<span class="ref">2</span> )</p> <p class="label">Example</p> <p class="example">$url = $vevent->getProperty( &quot;URL&quot; );</p> <h5>Set URL</h5> Insert property value.<br> <p class="label">Format</p> <p class="format">setProperty( &quot;url&quot;, url [, xparam ] )</p> <p class="comment">url<span class="ref">1</span> = Value type URI xparam<span class="ref">2</span> = array( *[ xparamkey =&gt; xparamvalue ] (</p> <p class="label">Example</p> <p class="example">$vtodo->setProperty( &quot;url&quot;, &quot;http://www.icaldomain.net&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a name="X-PROPERTY_PROP"></a><h3>3.2.48 X-PROPERTY</h3> A component, non-standard property with a TEXT value and a name with an &quot;X-&quot; prefix. In a component, an x-property, with an unique name, can occur only once but the number of x-properties are unlimited. <br> <h5>Delete X-PROPERTY</h5> Remove X-PROPERTY from component. <p class="label">Format</p> <p class="format">deleteProperty( &quot;&lt;X-PROPERTY&gt;&quot; )</p> <p class="label">Example 1</p> <p class="example">$vevent->deleteProperty( &quot;&lt;X-PROPERTY&gt;&quot; );</p> <p class="label">Example 2</p> Deleting all x-properties. <p class="example">while( $vevent->deleteProperty()) continue;</p> <h5>Get X-property</h5> Fetch property value. <p class="label">Format 1</p> <p class="format">getProperty( &quot;&lt;X-PROPERTY&gt;&quot; )</p> <p class="comment">output = array( propertyName<span class="ref">1</span> , propertyData<span class="ref">2</span> )</p> <p class="label">Format 2</p> <p class="format">getProperty()</p> <p class="comment">output = array( propertyName<span class="ref">1</span> , propertyData<span class="ref">2</span> )</p> <p class="label">Format 3</p> <p class="format">getProperty( FALSE, propOrderNo/FALSE, TRUE )</p> <p class="comment">output = array( propertyName<span class="ref">1</span> , array ( &quot;value&quot; =&gt; propertyData<span class="ref">2</span> ) , &quot;params&quot; =&gt; params<span class="ref">&nbsp;3</span>))</p> <p class="label">Format 4</p> <p class="format">getProperty( FALSE, propOrderNo )</p> <p class="comment">Get propOrderNo X-property</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot;, &quot;file.ics&quot; ); ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); if( FALSE !== ( $d = $vcalendar->getProperty( &quot;X-WR-TIMEZONE&quot; ))) echo $d[1]; .. .</p> <p class="comment"> // $xprop = array( propertyName<span class="ref">1</span>, propertyData<span class="ref">2</span> )</p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot;, &quot;file.ics&quot; ); ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $xprop = $vcalendar->getProperty( )) { .. .</p> <p class="comment"> // $xprop = array( propertyName<span class="ref">1</span>, propertyData<span class="ref">2</span> )</p> <p class="label">Example 3</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot;, &quot;file.ics&quot; ); ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $xprop = $vcalendar->getProperty( &quot;X-ABC-MMSUBJ&quot; )) { .. .</p> <p class="comment"> // $xprop = array( &quot;X-ABC-MMSUBJ&quot;, propertyData<span class="ref">2</span> )</p> <p class="label">Example 4</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot;, &quot;file.ics&quot; ); ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); while( $xprop = $vcalendar->getProperty( FALSE, FALSE, TRUE )) { .. .</p> <p class="comment"> // $xprop = array( propertyName<span class="ref">1</span> // , array( &quot;value&quot; =&gt; propertyData<span class="ref">2</span> ) // , &quot;params&quot; =&gt; params<span class="ref">&nbsp;3</span> )</p> <h5>Set X-property</h5> Insert property name and value. If an x-prop with the same name already exists, it will be replaced. <p class="label">Format</p> <p class="format">setProperty( propertyName, propertyData [, params ] )</p> <p class="comment">propertyName<span class="ref">1</span> = Any property name with a &quot;X-&quot; prefix propertyData<span class="ref">2</span> = Value type TEXT params<span class="ref">3</span> = array( [&quot;LANGUAGE&quot; =&gt; &quot;&lt;lang&gt;&quot;] [, xparam] ) xparam = *[ xparamkey =&gt; xparamvalue ] propOrderNo = int ordernumber, 1=1st, 2=2nd etc</p> <p class="label">Example</p> <p class="example">$component->setProperty(&quot;X-ABC-MMSUBJ&quot;,&quot;http://load.noise.org/mysubj.wav&quot;);</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_object_property_function_list">[up]</a> <a NAME="Calendar_component_configuration_functions"></a><h2>3.3 Calendar Component configuration functions</h2> <a name="Language_PROP"></a><h3>3.3.1 Language</h3> Language for specific <i>calendar</i> component as defined in [RFC 1766].<br> Language set at component level can be overridden by specific component property parameter.<br> A successful &quot;setConfig&quot; returns TRUE. <h5>Get language</h5> Language for <i>calendar</i> (only if language is set at component level). <p class="label">Format</p> <p class="format">getConfig( &quot;language&quot; )</p> <p class="label">Example</p> <p class="example">$lang = $vevent->getConfig( &quot;language&quot; );</p> <h5>Set LANGUAGE</h5> <p class="label">Format</p> <p class="format">setConfig( &quot;language&quot;, string &lt;lang&gt; )</p> <p class="label">Example</p> <p class="example">$vevent->setConfig( &quot;language&quot;, &quot;en&quot; );</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_configuration_functions">[up]</a> <a name="Calendar_component_object_misc_functions"></a><h2>3.4 Calendar component object misc. functions</h2> Calendar component subcomponent functions <a name="deleteComponent_PROP"></a><h4>3.4.1 deleteComponent</h4> Remove subcomponent from component. <p class="label">Format</p> <p class="format">deleteComponent( int orderNumber )</p> <p class="comment">Remove component with order number (1st=1, 2nd=2.. .).</p> <p class="format">deleteComponent( string componentType [, int componentSuborderNumber])</p> <p class="comment">Remove component with component type (ex. &quot;vevent&quot;) and order 1 alt. suborder number.</p> <p class="format">deleteComponent( string <a href="#UID">UID</a> )</p> <p class="comment">Remove component with <a href="#UID">UID</a>. N.B <a href="#UID">UID</a> is NOT set for <a href="#VALARM">ALARM</a> / <a href="#VTIMEZONE">timezone</a> components.</p> <p class="label">Example 1</p> Delete first subcomponent. <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot;, &quot;file.ics&quot; ); ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $comp1 = $vcalendar->getComponent(); $comp1->deleteComponent( 1 ); .. .</p> <p class="label">Example 2</p> Delete all subcomponents. <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot;, &quot;file.ics&quot; ); ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $comp1 = $vcalendar->getComponent(); while( $comp1->deleteComponent( &quot;valarm&quot; ) continue; .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_configuration_functions">[up]</a> <a name="getComponent_PROP"></a><h4>3.4.2 getComponent</h4> Get subComponent from component. <p class="label">Format 1</p> <p class="format">getComponent()</p> <p class="comment">Get next component until end-of-components.</p> <p class="label">Format 2</p> <p class="format">getComponent( int orderNumber )</p> <p class="comment">Get component with order number (1st=1, 2nd=2.. .).</p> <p class="label">Format 3</p> <p class="format">getComponent( string componentType [, int componentSuborderNumber])</p> <p class="comment">Get (next) component with component type (until end-of-components) alt. component with component type and suborder number (1st=1, 2nd=2..).</p> <p class="label">Format 4</p> <p class="format">getComponent( string <a href="#UID">UID</a> )</p> <p class="comment">Get component with <a href="#UID">UID</a>. N.B <a href="#UID">UID</a> is NOT set for <a href="#VALARM">ALARM</a> / <a href="#VTIMEZONE">timezone</a> components.</p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot;, &quot;filename&quot;, &quot;file.ics&quot; ); ); $vcalendar = new vcalendar( $config ); $vcalendar->parse(); $comp1 = $vcalendar->getComponent()); while( $subComp = $comp1->getComponent()) { .. .</p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_configuration_functions">[up]</a> <a name="newComponent_PROP"></a><h4>3.4.3 newComponent</h4> Create subcomponent (<a href="#VALARM">ALARN</a> / <a href="#VTIMEZONE">VTIMEZONE STANDARD</a> / <a href="#VTIMEZONE">VTIMEZONE DAYLIGHT</a>) using a component factory-method, returning a reference to the new component. <p class="label">Format</p> <p class="format">newComponent( string componentType )</p> <p class="label">Example 1</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vevent = &amp; $vcalendar->newComponent( &quot;vevent&quot; ); $vevent->setProperty( &quot;dtstart&quot; // <span class="ref">add some <a href="#VEVENT">EVENT</a> properties</span> , 2006, 12, 24, 19, 30, 00 ); $vevent->setProperty(.. . ... $valarm = &amp; $vevent->newComponent( &quot;valarm&quot; ); $valarm->setProperty( &quot;trigger&quot;, .. . ... </p> <p class="label">Example 2</p> <p class="example">$config = array( &quot;unique_id&quot; => &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); ... $vtimezone = &amp; $vcalendar->newComponent( &quot;vtimezone&quot; ); $vtimezone->setProperty(.. . ... $standard = &amp; $vtimezone->newComponent( &quot;standard&quot; ); $standard->setProperty(.. . ... $daylight = &amp; $vtimezone->newComponent( &quot;daylight&quot; ); $daylight->setProperty(.. . ... </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_configuration_functions">[up]</a> <a name="setComponent_PROP"></a><h4>3.4.4 setComponent</h4> Add <i>calendar</i> component to <i>calendar</i> or replace/update component in <i>calendar</i>. <p class="label">Format 1</p> <p class="format">setComponent( component ) addSubComponent( component ) // <span class="ref">alias</span></p> <p class="comment">Insert last in component chain.</p> <p class="label">Format 2</p> <p class="format">setComponent( component, int orderNumber )</p> <p class="comment">Replace component with order number(1st=1, 2nd=2.. .). If orderNumber is not found, component is inserted last in chain.</p> <p class="label">Format 3</p> <p class="format">setComponent( component, string componentType [,component suborder number])</p> <p class="comment">Replace component with component type and component order number. if orderNumber is not found, component is inserted last in chain. </p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); // <span class="ref">initiate new CALENDAR</span> .. . $vevent = new vevent(); $vevent->setProperty( &quot;dtstart&quot; // <span class="ref">add some <a href="#VEVENT">EVENT</a> properties</span> , 2006, 12, 24, 19, 30, 00 ); $vevent->setProperty(.. . .. . $valarm = new valarm(); $valarm->setProperty( &quot;trigger&quot;, .. . .. . $vevent->setComponent( $valarm ); $vcalendar->setComponent( $vevent ); .. . </p> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#Calendar_component_configuration_functions">[up]</a> <a name="iCalUtilityFunctions"></a><h1>4. iCalUtilityFunctions</h1> iCalUtilityFunctions.class.php contains static functions used by iCalcreator, also usable outside the iCalcreator class. Please examine the class file to explore other functions. <br> <br> <a name="createTimezone"></a><h4>4.1 createTimezone</h4> The function, applied on a iCalcrator instance and using a <i>PHP</i> valid timezone (as arguments) creates simple vtimezone, standard and (opt.) daylight components, based on <i>PHP</i> DateTimeZone class and the most recent transition dates for the timezone.<br> (<i>PHP</i> 5 >= 5.2.0) <br> <br> Note, only when timezone NOT is UTC. For dates with UTC DATE-TIME, read <a href="#DATE_WITH_UTC_TIME">this</a>! <br> <br> FALSE is returned if not using a <i>PHP</i> valid timezone. <p class="label">Format</p> <p class="format">createTimezone( calendar, timezone [, xprops ] )</p> <p class="comment">calendar = iCalcreator instance timezone = an <i>PHP</i> (DateTimeZone) valid timezone xprops = array( *[ x-propName =&gt; value ] ), timezone non-standard properties </p> <p class="label">Example</p> <p class="example">$config = array( &quot;unique_id&quot; =&gt; &quot;kigkonsult.se&quot; ); $vcalendar = new vcalendar( $config ); .. . $PHPtz = &quot;Europe/Stockholm&quot;; $xprops = array( &quot;X-LIC-LOCATION&quot; => $PHPtz ); iCalUtilityFunctions::createTimezone( $vcalendar, $PHPtz, $xprops ); .. . </p> Output (when using createCalendar or returnCalendar functions):<br> <span class="ref"> BEGIN:VTIMEZONE<br> TZID:Europe/Stockholm<br> X-LIC-LOCATION:Europe/Stockholm<br> BEGIN:STANDARD<br> DTSTART:20101031T020000<br> TZOFFSETFROM:+0200<br> TZOFFSETTO:+0100<br> RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10<br> TZNAME:CET<br> END:STANDARD<br> BEGIN:DAYLIGHT<br> DTSTART:20100328T030000<br> TZOFFSETFROM:+0100<br> TZOFFSETTO:+0200<br> RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3<br> TZNAME:CEST<br> END:DAYLIGHT<br> END:VTIMEZONE </span> <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#iCalUtilityFunctions">[up]</a> <a name="transformDateTime"></a><h4>4.2 transformDateTime</h4> Transforms a datetime from a time zone to another. (Requires <i>PHP</i> >= 5.2.0 and <i>PHP</i> DateTimeZone acceptable time zones) <br> <br> FALSE is returned if not using a &quot;strtotime&quot; acceptable datetime or unacceptable <i>PHP</i> time zones. If TRUE, the dateTime argument (below) is converted to the new time zone, otherwise unaltered. <p class="label">Format</p> <p class="format">transformDateTime( dateTime, timezoneFrom, timezoneTo [, format ] )</p> <p class="comment">dateTime = string datetime // <span class="ref">acceptable by strtotime function ex. &nbsp;&quot;14 august 2006 16.00.00&quot; (notice <a class="ref" href="#date_restriction">date restriction</a>)</span> timezoneFrom = string, a <i>PHP</i> (DateTimeZone) valid time zone timezoneTo = string, a <i>PHP</i> (DateTimeZone) valid time zone, default &quot;UTC&quot; format = string, format accepted by date(), default &quot;Ymd\THis&quot; </p> <p class="label">Example</p> <p class="example"> .. . $d = date( &quot;Y-m-d H:i:s&quot; ); $tzFr = &quot;Europe/Stockholm&quot;; if( FALSE !== iCalUtilityFunctions::transformDateTime( $d, $tzFr )) $event->setProperty( &quot;dtstart&quot;, $d.&quot;Z&quot; ); else $event->setProperty( &quot;dtstart&quot;, $d, array( &quot;TZID&quot; => $tzFr )); .. .<br> </p> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> <a href="#iCalUtilityFunctions">[up]</a> <a name="Copyright_and_Licence"></a><h1>5. COPYRIGHT AND LICENSE</h1> <h2>Copyright</h2> iCalcreator class <br> copyright (c) 2007-2011 Kjell-Inge Gustafsson, kigkonsult<br> <a href="http://kigkonsult.se/iCalcreator/index.php" title="kigkonsult.se/iCalcreator" target="_blank">kigkonsult.se/iCalcreator</a><br> [email protected]<br> <h2>License</h2> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. <br><br> This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. <br><br> You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or download it <a href="http://kigkonsult.se/downloads/dl.php?f=LGPL" target="_blank">here</a>. <br> <br> <a href="#INDEX">[index]</a> <a href="#top">[top]</a> </body> </html>
sudocoda/Power
wp-content/plugins/all-in-one-event-calendar/lib/iCalcreator-2.10.23/using.html
HTML
gpl-2.0
299,172