path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
libs/log/doc/html/boost/log/sources/single_thread_model.html | rprata/boost | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct single_thread_model</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="Chapter 1. Boost.Log v2">
<link rel="up" href="../../../logging_sources.html#header.boost.log.sources.threading_models_hpp" title="Header <boost/log/sources/threading_models.hpp>">
<link rel="prev" href="multi_thread_model.html" title="Struct template multi_thread_model">
<link rel="next" href="../../../sinks.html" title="Sinks">
</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></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="multi_thread_model.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../logging_sources.html#header.boost.log.sources.threading_models_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="../../../sinks.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.log.sources.single_thread_model"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct single_thread_model</span></h2>
<p>boost::log::sources::single_thread_model — Single thread locking model. </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: <<a class="link" href="../../../logging_sources.html#header.boost.log.sources.threading_models_hpp" title="Header <boost/log/sources/threading_models.hpp>">boost/log/sources/threading_models.hpp</a>>
</span>
<span class="keyword">struct</span> <a class="link" href="single_thread_model.html" title="Struct single_thread_model">single_thread_model</a> <span class="special">{</span>
<span class="comment">// <a class="link" href="single_thread_model.html#idp43830864-bb">public member functions</a></span>
<span class="keyword">void</span> <a class="link" href="single_thread_model.html#idp43831424-bb"><span class="identifier">lock_shared</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="single_thread_model.html#idp43832544-bb"><span class="identifier">try_lock_shared</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TimeT<span class="special">></span> <span class="keyword">bool</span> <a class="link" href="single_thread_model.html#idp43833664-bb"><span class="identifier">timed_lock_shared</span></a><span class="special">(</span><span class="identifier">TimeT</span> <span class="keyword">const</span> <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="single_thread_model.html#idp43836320-bb"><span class="identifier">unlock_shared</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="single_thread_model.html#idp43837440-bb"><span class="identifier">lock</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="single_thread_model.html#idp43838560-bb"><span class="identifier">try_lock</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TimeT<span class="special">></span> <span class="keyword">bool</span> <a class="link" href="single_thread_model.html#idp43839680-bb"><span class="identifier">timed_lock</span></a><span class="special">(</span><span class="identifier">TimeT</span> <span class="keyword">const</span> <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="single_thread_model.html#idp43842336-bb"><span class="identifier">unlock</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="single_thread_model.html#idp43843456-bb"><span class="identifier">lock_upgrade</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="single_thread_model.html#idp43844576-bb"><span class="identifier">try_lock_upgrade</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TimeT<span class="special">></span> <span class="keyword">bool</span> <a class="link" href="single_thread_model.html#idp43845696-bb"><span class="identifier">timed_lock_upgrade</span></a><span class="special">(</span><span class="identifier">TimeT</span> <span class="keyword">const</span> <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="single_thread_model.html#idp43848352-bb"><span class="identifier">unlock_upgrade</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="single_thread_model.html#idp43849472-bb"><span class="identifier">unlock_upgrade_and_lock</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="single_thread_model.html#idp43850592-bb"><span class="identifier">unlock_and_lock_upgrade</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="single_thread_model.html#idp43851712-bb"><span class="identifier">unlock_and_lock_shared</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="single_thread_model.html#idp43852832-bb"><span class="identifier">unlock_upgrade_and_lock_shared</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="single_thread_model.html#idp43853968-bb"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="single_thread_model.html" title="Struct single_thread_model">single_thread_model</a> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp122280512"></a><h2>Description</h2>
<div class="refsect2">
<a name="idp122280928"></a><h3>
<a name="idp43830864-bb"></a><code class="computeroutput">single_thread_model</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43831424-bb"></a><span class="identifier">lock_shared</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idp43832544-bb"></a><span class="identifier">try_lock_shared</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TimeT<span class="special">></span> <span class="keyword">bool</span> <a name="idp43833664-bb"></a><span class="identifier">timed_lock_shared</span><span class="special">(</span><span class="identifier">TimeT</span> <span class="keyword">const</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43836320-bb"></a><span class="identifier">unlock_shared</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43837440-bb"></a><span class="identifier">lock</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idp43838560-bb"></a><span class="identifier">try_lock</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TimeT<span class="special">></span> <span class="keyword">bool</span> <a name="idp43839680-bb"></a><span class="identifier">timed_lock</span><span class="special">(</span><span class="identifier">TimeT</span> <span class="keyword">const</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43842336-bb"></a><span class="identifier">unlock</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43843456-bb"></a><span class="identifier">lock_upgrade</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">bool</span> <a name="idp43844576-bb"></a><span class="identifier">try_lock_upgrade</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TimeT<span class="special">></span> <span class="keyword">bool</span> <a name="idp43845696-bb"></a><span class="identifier">timed_lock_upgrade</span><span class="special">(</span><span class="identifier">TimeT</span> <span class="keyword">const</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43848352-bb"></a><span class="identifier">unlock_upgrade</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43849472-bb"></a><span class="identifier">unlock_upgrade_and_lock</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43850592-bb"></a><span class="identifier">unlock_and_lock_upgrade</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43851712-bb"></a><span class="identifier">unlock_and_lock_shared</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43852832-bb"></a><span class="identifier">unlock_upgrade_and_lock_shared</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp43853968-bb"></a><span class="identifier">swap</span><span class="special">(</span><a class="link" href="single_thread_model.html" title="Struct single_thread_model">single_thread_model</a> <span class="special">&</span><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 © 2007-2015 Andrey
Semashev<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="multi_thread_model.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../logging_sources.html#header.boost.log.sources.threading_models_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="../../../sinks.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
doc/html/qtce.html | tsuibin/qtextended | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.4: Qt on Windows CE</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="namespaces.html"><font color="#004faf">All Namespaces</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">Qt on Windows CE<br /><span class="subtitle"></span>
</h1>
<p>These classes are relevant to Qt for Windows CE users.</p>
<p><table width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0">
</table></p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%" align="left">Copyright © 2008 Nokia</td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.4.3</div></td>
</tr></table></div></address></body>
</html>
|
doc/html/qpointer.html | liuyanghejerry/qtextended | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.4: QPointer Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="namespaces.html"><font color="#004faf">All Namespaces</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">QPointer Class Reference<br /><span class="small-subtitle">[<a href="qtcore.html">QtCore</a> module]</span>
</h1>
<p>The QPointer class is a template class that provides guarded pointers to QObjects. <a href="#details">More...</a></p>
<pre> #include <QPointer></pre><ul>
<li><a href="qpointer-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h3>Public Functions</h3>
<ul>
<li><div class="fn"/><b><a href="qpointer.html#QPointer">QPointer</a></b> ()</li>
<li><div class="fn"/><b><a href="qpointer.html#QPointer-2">QPointer</a></b> ( T * <i>p</i> )</li>
<li><div class="fn"/><b><a href="qpointer.html#QPointer-3">QPointer</a></b> ( const QPointer<T> & <i>p</i> )</li>
<li><div class="fn"/><b><a href="qpointer.html#dtor.QPointer">~QPointer</a></b> ()</li>
<li><div class="fn"/>T * <b><a href="qpointer.html#data">data</a></b> () const</li>
<li><div class="fn"/>bool <b><a href="qpointer.html#isNull">isNull</a></b> () const</li>
<li><div class="fn"/><b><a href="qpointer.html#operator-T--2a">operator T *</a></b> () const</li>
<li><div class="fn"/>T & <b><a href="qpointer.html#operator-2a">operator*</a></b> () const</li>
<li><div class="fn"/>T * <b><a href="qpointer.html#operator--gt">operator-></a></b> () const</li>
<li><div class="fn"/>QPointer<T> & <b><a href="qpointer.html#operator-eq">operator=</a></b> ( const QPointer<T> & <i>p</i> )</li>
<li><div class="fn"/>QPointer<T> & <b><a href="qpointer.html#operator-eq-2">operator=</a></b> ( T * <i>p</i> )</li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QPointer class is a template class that provides guarded pointers to QObjects.</p>
<p>A guarded pointer, QPointer<T>, behaves like a normal C++ pointer <tt>T *</tt>, except that it is automatically set to 0 when the referenced object is destroyed (unlike normal C++ pointers, which become "dangling pointers" in such cases). <tt>T</tt> must be a subclass of <a href="qobject.html">QObject</a>.</p>
<p>Guarded pointers are useful whenever you need to store a pointer to a <a href="qobject.html">QObject</a> that is owned by someone else, and therefore might be destroyed while you still hold a reference to it. You can safely test the pointer for validity.</p>
<p>Example:</p>
<pre> QPointer<QLabel> label = new QLabel;
label->setText("&Status:");
...
if (label)
label->show();</pre>
<p>If the <a href="qlabel.html">QLabel</a> is deleted in the meantime, the <tt>label</tt> variable will hold 0 instead of an invalid address, and the last line will never be executed.</p>
<p>The functions and operators available with a QPointer are the same as those available with a normal unguarded pointer, except the pointer arithmetic operators (<tt>+</tt>, <tt>-</tt>, <tt>++</tt>, and <tt>--</tt>), which are normally used only with arrays of objects.</p>
<p>Use QPointers like normal pointers and you will not need to read this class documentation.</p>
<p>For creating guarded pointers, you can construct or assign to them from a T* or from another guarded pointer of the same type. You can compare them with each other using operator==() and operator!=(), or test for 0 with <a href="qpointer.html#isNull">isNull</a>(). You can dereference them using either the <tt>*x</tt> or the <tt>x->member</tt> notation.</p>
<p>A guarded pointer will automatically cast to a <tt>T</tt> *, so you can freely mix guarded and unguarded pointers. This means that if you have a QPointer<<a href="qwidget.html">QWidget</a>>, you can pass it to a function that requires a <a href="qwidget.html">QWidget</a> *. For this reason, it is of little value to declare functions to take a QPointer as a parameter; just use normal pointers. Use a QPointer when you are storing a pointer over time.</p>
<p>Note that class <tt>T</tt> must inherit <a href="qobject.html">QObject</a>, or a compilation or link error will result.</p>
<p>See also <a href="qobject.html">QObject</a> and <a href="qobjectcleanuphandler.html">QObjectCleanupHandler</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="QPointer"></a>QPointer::QPointer ()</h3>
<p>Constructs a 0 guarded pointer.</p>
<p>See also <a href="qpointer.html#isNull">isNull</a>().</p>
<h3 class="fn"><a name="QPointer-2"></a>QPointer::QPointer ( T * <i>p</i> )</h3>
<p>Constructs a guarded pointer that points to same object that <i>p</i> points to.</p>
<h3 class="fn"><a name="QPointer-3"></a>QPointer::QPointer ( const QPointer<T> & <i>p</i> )</h3>
<p>Copies one guarded pointer from another. The constructed guarded pointer points to the same object that <i>p</i> points to (which may be 0).</p>
<h3 class="fn"><a name="dtor.QPointer"></a>QPointer::~QPointer ()</h3>
<p>Destroys the guarded pointer. Just like a normal pointer, destroying a guarded pointer does <i>not</i> destroy the object being pointed to.</p>
<h3 class="fn"><a name="data"></a>T * QPointer::data () const</h3>
<p>Returns the pointer to the object being guarded.</p>
<p>This function was introduced in Qt 4.4.</p>
<h3 class="fn"><a name="isNull"></a>bool QPointer::isNull () const</h3>
<p>Returns <tt>true</tt> if the referenced object has been destroyed or if there is no referenced object; otherwise returns false.</p>
<h3 class="fn"><a name="operator-T--2a"></a>QPointer::operator T * () const</h3>
<p>Cast operator; implements pointer semantics. Because of this function you can pass a <a href="qpointer.html">QPointer</a><T> to a function where a T* is required.</p>
<h3 class="fn"><a name="operator-2a"></a>T & QPointer::operator* () const</h3>
<p>Dereference operator; implements pointer semantics. Just use this operator as you would with a normal C++ pointer.</p>
<h3 class="fn"><a name="operator--gt"></a>T * QPointer::operator-> () const</h3>
<p>Overloaded arrow operator; implements pointer semantics. Just use this operator as you would with a normal C++ pointer.</p>
<h3 class="fn"><a name="operator-eq"></a>QPointer<T> & QPointer::operator= ( const QPointer<T> & <i>p</i> )</h3>
<p>Assignment operator. This guarded pointer will now point to the same object that <i>p</i> points to.</p>
<h3 class="fn"><a name="operator-eq-2"></a>QPointer<T> & QPointer::operator= ( T * <i>p</i> )</h3>
<p>This is an overloaded member function, provided for convenience.</p>
<p>Assignment operator. This guarded pointer will now point to the same object that <i>p</i> points to.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%" align="left">Copyright © 2008 Nokia</td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.4.3</div></td>
</tr></table></div></address></body>
</html>
|
www/jquerymob/demos/old-faq-pages/why-is-only-the-first-page-loaded.html | arthurtofani/libr-reader | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Q&A - jQuery Mobile Demos</title>
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="../css/themes/default/jquery.mobile-1.4.0.min.css">
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
<script src="../js/jquery.js"></script>
<script src="../_assets/js/index.js"></script>
<script src="../js/jquery.mobile-1.4.0.min.js"></script>
</head>
<body>
<div data-role="page" class="jqm-demos">
<div data-role="header" class="jqm-header">
<h2><a href="../" title="jQuery Mobile Demos home"><img src="../_assets/img/jquery-logo.png" alt="jQuery Mobile"></a></h2>
<p><span class="jqm-version"></span> Demos</p>
<a href="#" class="jqm-navmenu-link ui-btn ui-btn-icon-notext ui-corner-all ui-icon-bars ui-nodisc-icon ui-alt-icon ui-btn-left">Menu</a>
<a href="#" class="jqm-search-link ui-btn ui-btn-icon-notext ui-corner-all ui-icon-search ui-nodisc-icon ui-alt-icon ui-btn-right">Search</a>
</div><!-- /header -->
<div role="main" class="ui-content jqm-content">
<p><strong>Note: this page has not been updated after 1.3</strong></p>
<h2>Question:</h2>
<h1>Why is only the first page of my multi page document loaded?</h1>
<h2>Answer:</h2>
<p>jQuery Mobile currently only supports loading of single page documents via AJAX. To navigate to a multi page document you must disable ajax on the link by adding the <code>data-ajax="false"</code> attribute. There is also a widget to allow for supporting sub-pages by Todd Thompson available at <a href="https://github.com/ToddThomson/jQuery-Mobile-Subpage-Widget">https://github.com/ToddThomson/jQuery-Mobile-Subpage-Widget</a></p>
</div><!-- /content -->
<div data-role="panel" class="jqm-navmenu-panel" data-position="left" data-display="overlay" data-theme="a">
<ul class="jqm-list ui-alt-icon ui-nodisc-icon">
<li data-filtertext="demos homepage" data-icon="home"><a href=".././">Home</a></li>
<li data-filtertext="introduction overview getting started"><a href="../intro/" data-ajax="false">Introduction</a></li>
<li data-filtertext="buttons button markup buttonmarkup method anchor link button element"><a href="../button-markup/" data-ajax="false">Buttons</a></li>
<li data-filtertext="form button widget input button submit reset"><a href="../button/" data-ajax="false">Button widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Checkboxradio widget</h3>
<ul>
<li data-filtertext="form checkboxradio widget checkbox input checkboxes controlgroups"><a href="../checkboxradio-checkbox/" data-ajax="false">Checkboxes</a></li>
<li data-filtertext="form checkboxradio widget radio input radio buttons controlgroups"><a href="../checkboxradio-radio/" data-ajax="false">Radio buttons</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Collapsible (set) widget</h3>
<ul>
<li data-filtertext="collapsibles content formatting"><a href="../collapsible/" data-ajax="false">Collapsible</a></li>
<li data-filtertext="dynamic collapsible set accordion append expand"><a href="../collapsible-dynamic/" data-ajax="false">Dynamic collapsibles</a></li>
<li data-filtertext="accordions collapsible set widget content formatting grouped collapsibles"><a href="../collapsibleset/" data-ajax="false">Collapsible set</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Controlgroup widget</h3>
<ul>
<li data-filtertext="controlgroups selectmenu checkboxradio input grouped buttons horizontal vertical"><a href="../controlgroup/" data-ajax="false">Controlgroup</a></li>
<li data-filtertext="dynamic controlgroup dynamically add buttons"><a href="../controlgroup-dynamic/" data-ajax="false">Dynamic controlgroups</a></li>
</ul>
</li>
<li data-filtertext="form datepicker widget date input"><a href="../datepicker/" data-ajax="false">Datepicker</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Events</h3>
<ul>
<li data-filtertext="swipe to delete list items listviews swipe events"><a href="../swipe-list/" data-ajax="false">Swipe list items</a></li>
<li data-filtertext="swipe to navigate swipe page navigation swipe events"><a href="../swipe-page/" data-ajax="false">Swipe page navigation</a></li>
</ul>
</li>
<li data-filtertext="filterable filter elements sorting searching listview table"><a href="../filterable/" data-ajax="false">Filterable widget</a></li>
<li data-filtertext="form flipswitch widget flip toggle switch binary select checkbox input"><a href="../flipswitch/" data-ajax="false">Flipswitch widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Forms</h3>
<ul>
<li data-filtertext="forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms/" data-ajax="false">Forms</a></li>
<li data-filtertext="form hide labels hidden accessible ui-hidden-accessible forms"><a href="../forms-label-hidden-accessible/" data-ajax="false">Hide labels</a></li>
<li data-filtertext="form field containers fieldcontain ui-field-contain forms"><a href="../forms-field-contain/" data-ajax="false">Field containers</a></li>
<li data-filtertext="forms disabled form elements"><a href="../forms-disabled/" data-ajax="false">Forms disabled</a></li>
<li data-filtertext="forms gallery examples overview forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms-gallery/" data-ajax="false">Forms gallery</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Grids</h3>
<ul>
<li data-filtertext="grids columns blocks content formatting rwd responsive css framework"><a href="../grids/" data-ajax="false">Grids</a></li>
<li data-filtertext="buttons in grids css framework"><a href="../grids-buttons/" data-ajax="false">Buttons in grids</a></li>
<li data-filtertext="custom responsive grids rwd css framework"><a href="../grids-custom-responsive/" data-ajax="false">Custom responsive grids</a></li>
</ul>
</li>
<li data-filtertext="blocks content formatting sections heading"><a href="../body-bar-classes/" data-ajax="false">Grouping and dividing content</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Icons</h3>
<ul>
<li data-filtertext="button icons svg disc alt custom icon position"><a href="../icons/" data-ajax="false">Icons</a></li>
<li data-filtertext=""><a href="../icons-grunticon/" data-ajax="false">Grunticon loader</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Listview widget</h3>
<ul>
<li data-filtertext="listview widget thumbnails icons nested split button collapsible ul ol"><a href="../listview/" data-ajax="false">Listview</a></li>
<li data-filtertext="autocomplete filterable reveal listview filtertextbeforefilter placeholder"><a href="../listview-autocomplete/" data-ajax="false">Listview autocomplete</a></li>
<li data-filtertext="autocomplete filterable reveal listview remote data filtertextbeforefilter placeholder"><a href="../listview-autocomplete-remote/" data-ajax="false">Listview autocomplete remote data</a></li>
<li data-filtertext="autodividers anchor jump scroll linkbars listview lists ul ol"><a href="../listview-autodividers-linkbar/" data-ajax="false">Listview autodividers linkbar</a></li>
<li data-filtertext="listview autodividers selector autodividersselector lists ul ol"><a href="../listview-autodividers-selector/" data-ajax="false">Listview autodividers selector</a></li>
<li data-filtertext="listview nested list items"><a href="../listview-nested-lists/" data-ajax="false">Listview Nested Listviews</a></li>
<li data-filtertext="listview collapsible list items flat"><a href="../listview-collapsible-item-flat/" data-ajax="false">Listview collapsible list items (flat)</a></li>
<li data-filtertext="listview collapsible list indented"><a href="../listview-collapsible-item-indented/" data-ajax="false">Listview collapsible list items (indented)</a></li>
<li data-filtertext="grid listview responsive grids responsive listviews lists ul"><a href="../listview-grid/" data-ajax="false">Listview responsive grid</a></li>
</ul>
</li>
<li data-filtertext="loader widget page loading navigation overlay spinner"><a href="../loader/" data-ajax="false">Loader widget</a></li>
<li data-filtertext="navbar widget navmenu toolbars header footer"><a href="../navbar/" data-ajax="false">Navbar widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Navigation</h3>
<ul>
<li data-filtertext="ajax navigation navigate widget history event method"><a href="../navigation/" data-ajax="false">Navigation</a></li>
<li data-filtertext="linking pages page links navigation ajax prefetch cache"><a href="../navigation-linking-pages/" data-ajax="false">Linking pages</a></li>
<li data-filtertext="php redirect server redirection server-side navigation"><a href="../navigation-php-redirect/" data-ajax="false">PHP redirect demo</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Pages</h3>
<ul>
<li data-filtertext="pages page widget ajax navigation"><a href="../pages/" data-ajax="false">Pages</a></li>
<li data-filtertext="single page"><a href="../pages-single-page/" data-ajax="false">Single page</a></li>
<li data-filtertext="multipage multi-page page"><a href="../pages-multi-page/" data-ajax="false">Multi-page template</a></li>
<li data-filtertext="dialog page widget modal popup"><a href="../pages-dialog/" data-ajax="false">Dialog page</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Panel widget</h3>
<ul>
<li data-filtertext="panel widget sliding panels reveal push overlay responsive"><a href="../panel/" data-ajax="false">Panel</a></li>
<li data-filtertext=""><a href="../panel-external/" data-ajax="false">External panels</a></li>
<li data-filtertext="panel "><a href="../panel-fixed/" data-ajax="false">Fixed panels</a></li>
<li data-filtertext="panel slide panels sliding panels shadow rwd responsive breakpoint"><a href="../panel-responsive/" data-ajax="false">Panels responsive</a></li>
<li data-filtertext="panel custom style custom panel width reveal shadow listview panel styling page background wrapper"><a href="../panel-styling/" data-ajax="false">Custom panel style</a></li>
<li data-filtertext="panel open on swipe"><a href="../panel-swipe-open/" data-ajax="false">Panel open on swipe</a></li>
<li data-filtertext="panels outside page internal external toolbars"><a href="../panel-external-internal/" data-ajax="false">Panel external and internal</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Popup widget</h3>
<ul>
<li data-filtertext="popup widget popups dialog modal transition tooltip lightbox form overlay screen flip pop fade transition"><a href="../popup/" data-ajax="false">Popup</a></li>
<li data-filtertext="popup alignment position"><a href="../popup-alignment/" data-ajax="false">Popup alignment</a></li>
<li data-filtertext="popup arrow size popups popover"><a href="../popup-arrow-size/" data-ajax="false">Popup arrow size</a></li>
<li data-filtertext="dynamic popups popup images lightbox"><a href="../popup-dynamic/" data-ajax="false">Dynamic popups</a></li>
<li data-filtertext="popups with iframes scaling"><a href="../popup-iframe/" data-ajax="false">Popups with iframes</a></li>
<li data-filtertext="popup image scaling"><a href="../popup-image-scaling/" data-ajax="false">Popup image scaling</a></li>
<li data-filtertext="external popup outside multi-page"><a href="../popup-outside-multipage" data-ajax="false">Popup outside multi-page</a></li>
</ul>
</li>
<li data-filtertext="form rangeslider widget dual sliders dual handle sliders range input"><a href="../rangeslider/" data-ajax="false">Rangeslider widget</a></li>
<li data-filtertext="responsive web design rwd adaptive progressive enhancement PE accessible mobile breakpoints media query media queries"><a href="../rwd/" data-ajax="false">Responsive Web Design</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Selectmenu widget</h3>
<ul>
<li data-filtertext="form selectmenu widget select input custom select menu selects"><a href="../selectmenu/" data-ajax="false">Selectmenu</a></li>
<li data-filtertext="form custom select menu selectmenu widget custom menu option optgroup multiple selects"><a href="../selectmenu-custom/" data-ajax="false">Custom select menu</a></li>
<li data-filtertext="filterable select filter popup dialog"><a href="../selectmenu-custom-filter/" data-ajax="false">Custom select menu with filter</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Slider widget</h3>
<ul>
<li data-filtertext="form slider widget range input single sliders"><a href="../slider/" data-ajax="false">Slider</a></li>
<li data-filtertext="form slider widget flipswitch slider binary select flip toggle switch"><a href="../slider-flipswitch/" data-ajax="false">Slider flip toggle switch</a></li>
<li data-filtertext="form slider tooltip handle value input range sliders"><a href="../slider-tooltip/" data-ajax="false">Slider tooltip</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Table widget</h3>
<ul>
<li data-filtertext="table widget reflow column toggle th td responsive tables rwd hide show tabular"><a href="../table-column-toggle/" data-ajax="false">Table Column Toggle</a></li>
<li data-filtertext="table column toggle phone comparison demo"><a href="../table-column-toggle-example/" data-ajax="false">Table Column Toggle demo</a></li>
<li data-filtertext="responsive tables table column toggle heading groups rwd breakpoint"><a href="../table-column-toggle-heading-groups/" data-ajax="false">Table Column Toggle heading groups</a></li>
<li data-filtertext="responsive tables table column toggle hide rwd breakpoint customization options"><a href="../table-column-toggle-options/" data-ajax="false">Table Column Toggle options</a></li>
<li data-filtertext="table reflow th td responsive rwd columns tabular"><a href="../table-reflow/" data-ajax="false">Table Reflow</a></li>
<li data-filtertext="responsive tables table reflow heading groups rwd breakpoint"><a href="../table-reflow-heading-groups/" data-ajax="false">Table Reflow heading groups</a></li>
<li data-filtertext="responsive tables table reflow stripes strokes table style"><a href="../table-reflow-stripes-strokes/" data-ajax="false">Table Reflow stripes and strokes</a></li>
<li data-filtertext="responsive tables table reflow stack custom styles"><a href="../table-reflow-styling/" data-ajax="false">Table Reflow custom styles</a></li>
</ul>
</li>
<li data-filtertext="ui tabs widget"><a href="../tabs/" data-ajax="false">Tabs widget</a></li>
<li data-filtertext="form textinput widget text input textarea number date time tel email file color password"><a href="../textinput/" data-ajax="false">Textinput widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Theming</h3>
<ul>
<li data-filtertext="default theme swatches theming style css"><a href="../theme-default/" data-ajax="false">Default theme</a></li>
<li data-filtertext="classic theme old theme swatches theming style css"><a href="../theme-classic/" data-ajax="false">Classic theme</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Toolbar widget</h3>
<ul>
<li data-filtertext="toolbar widget header footer toolbars fixed fullscreen external sections"><a href="../toolbar/" data-ajax="false">Toolbar</a></li>
<li data-filtertext="dynamic toolbars dynamically add toolbar header footer"><a href="../toolbar-dynamic/" data-ajax="false">Dynamic toolbars</a></li>
<li data-filtertext="external toolbars header footer"><a href="../toolbar-external/" data-ajax="false">External toolbars</a></li>
<li data-filtertext="fixed toolbars header footer"><a href="../toolbar-fixed/" data-ajax="false">Fixed toolbars</a></li>
<li data-filtertext="fixed fullscreen toolbars header footer"><a href="../toolbar-fixed-fullscreen/" data-ajax="false">Fullscreen toolbars</a></li>
<li data-filtertext="external fixed toolbars header footer"><a href="../toolbar-fixed-external/" data-ajax="false">Fixed external toolbars</a></li>
<li data-filtertext="external persistent toolbars header footer navbar navmenu"><a href="../toolbar-fixed-persistent/" data-ajax="false">Persistent toolbars</a></li>
<li data-filtertext="external ajax optimized toolbars persistent toolbars header footer navbar"><a href="../toolbar-fixed-persistent-optimized/" data-ajax="false">AJAX optimized toolbars</a></li>
<li data-filtertext="form in toolbars header footer"><a href="../toolbar-fixed-forms/" data-ajax="false">Form in toolbar</a></li>
</ul>
</li>
<li data-filtertext="page transitions animated pages popup navigation flip slide fade pop"><a href="../transitions/" data-ajax="false">Transitions</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>3rd party API demos</h3>
<ul>
<li data-filtertext="backbone requirejs navigation router"><a href="../backbone-requirejs/" data-ajax="false">Backbone RequireJS</a></li>
<li data-filtertext="google maps geolocation demo"><a href="../map-geolocation/" data-ajax="false">Google Maps geolocation</a></li>
<li data-filtertext="google maps hybrid"><a href="../map-list-toggle/" data-ajax="false">Google Maps list toggle</a></li>
</ul>
</li>
</ul>
</div><!-- /panel -->
<div data-role="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
<p>jQuery Mobile Demos version <span class="jqm-version"></span></p>
<p>Copyright 2013 The jQuery Foundation</p>
</div><!-- /footer -->
<!-- TODO: This should become an external panel so we can add input to markup (unique ID) -->
<div data-role="panel" class="jqm-search-panel" data-position="right" data-display="overlay" data-theme="a">
<div class="jqm-search">
<ul class="jqm-list" data-filter-placeholder="Search demos..." data-filter-reveal="true">
<li data-filtertext="demos homepage" data-icon="home"><a href=".././">Home</a></li>
<li data-filtertext="introduction overview getting started"><a href="../intro/" data-ajax="false">Introduction</a></li>
<li data-filtertext="buttons button markup buttonmarkup method anchor link button element"><a href="../button-markup/" data-ajax="false">Buttons</a></li>
<li data-filtertext="form button widget input button submit reset"><a href="../button/" data-ajax="false">Button widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Checkboxradio widget</h3>
<ul>
<li data-filtertext="form checkboxradio widget checkbox input checkboxes controlgroups"><a href="../checkboxradio-checkbox/" data-ajax="false">Checkboxes</a></li>
<li data-filtertext="form checkboxradio widget radio input radio buttons controlgroups"><a href="../checkboxradio-radio/" data-ajax="false">Radio buttons</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Collapsible (set) widget</h3>
<ul>
<li data-filtertext="collapsibles content formatting"><a href="../collapsible/" data-ajax="false">Collapsible</a></li>
<li data-filtertext="dynamic collapsible set accordion append expand"><a href="../collapsible-dynamic/" data-ajax="false">Dynamic collapsibles</a></li>
<li data-filtertext="accordions collapsible set widget content formatting grouped collapsibles"><a href="../collapsibleset/" data-ajax="false">Collapsible set</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Controlgroup widget</h3>
<ul>
<li data-filtertext="controlgroups selectmenu checkboxradio input grouped buttons horizontal vertical"><a href="../controlgroup/" data-ajax="false">Controlgroup</a></li>
<li data-filtertext="dynamic controlgroup dynamically add buttons"><a href="../controlgroup-dynamic/" data-ajax="false">Dynamic controlgroups</a></li>
</ul>
</li>
<li data-filtertext="form datepicker widget date input"><a href="../datepicker/" data-ajax="false">Datepicker</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Events</h3>
<ul>
<li data-filtertext="swipe to delete list items listviews swipe events"><a href="../swipe-list/" data-ajax="false">Swipe list items</a></li>
<li data-filtertext="swipe to navigate swipe page navigation swipe events"><a href="../swipe-page/" data-ajax="false">Swipe page navigation</a></li>
</ul>
</li>
<li data-filtertext="filterable filter elements sorting searching listview table"><a href="../filterable/" data-ajax="false">Filterable widget</a></li>
<li data-filtertext="form flipswitch widget flip toggle switch binary select checkbox input"><a href="../flipswitch/" data-ajax="false">Flipswitch widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Forms</h3>
<ul>
<li data-filtertext="forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms/" data-ajax="false">Forms</a></li>
<li data-filtertext="form hide labels hidden accessible ui-hidden-accessible forms"><a href="../forms-label-hidden-accessible/" data-ajax="false">Hide labels</a></li>
<li data-filtertext="form field containers fieldcontain ui-field-contain forms"><a href="../forms-field-contain/" data-ajax="false">Field containers</a></li>
<li data-filtertext="forms disabled form elements"><a href="../forms-disabled/" data-ajax="false">Forms disabled</a></li>
<li data-filtertext="forms gallery examples overview forms text checkbox radio range button submit reset inputs selects textarea slider flipswitch label form elements"><a href="../forms-gallery/" data-ajax="false">Forms gallery</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Grids</h3>
<ul>
<li data-filtertext="grids columns blocks content formatting rwd responsive css framework"><a href="../grids/" data-ajax="false">Grids</a></li>
<li data-filtertext="buttons in grids css framework"><a href="../grids-buttons/" data-ajax="false">Buttons in grids</a></li>
<li data-filtertext="custom responsive grids rwd css framework"><a href="../grids-custom-responsive/" data-ajax="false">Custom responsive grids</a></li>
</ul>
</li>
<li data-filtertext="blocks content formatting sections heading"><a href="../body-bar-classes/" data-ajax="false">Grouping and dividing content</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Icons</h3>
<ul>
<li data-filtertext="button icons svg disc alt custom icon position"><a href="../icons/" data-ajax="false">Icons</a></li>
<li data-filtertext=""><a href="../icons-grunticon/" data-ajax="false">Grunticon loader</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Listview widget</h3>
<ul>
<li data-filtertext="listview widget thumbnails icons nested split button collapsible ul ol"><a href="../listview/" data-ajax="false">Listview</a></li>
<li data-filtertext="autocomplete filterable reveal listview filtertextbeforefilter placeholder"><a href="../listview-autocomplete/" data-ajax="false">Listview autocomplete</a></li>
<li data-filtertext="autocomplete filterable reveal listview remote data filtertextbeforefilter placeholder"><a href="../listview-autocomplete-remote/" data-ajax="false">Listview autocomplete remote data</a></li>
<li data-filtertext="autodividers anchor jump scroll linkbars listview lists ul ol"><a href="../listview-autodividers-linkbar/" data-ajax="false">Listview autodividers linkbar</a></li>
<li data-filtertext="listview autodividers selector autodividersselector lists ul ol"><a href="../listview-autodividers-selector/" data-ajax="false">Listview autodividers selector</a></li>
<li data-filtertext="listview nested list items"><a href="../listview-nested-lists/" data-ajax="false">Listview Nested Listviews</a></li>
<li data-filtertext="listview collapsible list items flat"><a href="../listview-collapsible-item-flat/" data-ajax="false">Listview collapsible list items (flat)</a></li>
<li data-filtertext="listview collapsible list indented"><a href="../listview-collapsible-item-indented/" data-ajax="false">Listview collapsible list items (indented)</a></li>
<li data-filtertext="grid listview responsive grids responsive listviews lists ul"><a href="../listview-grid/" data-ajax="false">Listview responsive grid</a></li>
</ul>
</li>
<li data-filtertext="loader widget page loading navigation overlay spinner"><a href="../loader/" data-ajax="false">Loader widget</a></li>
<li data-filtertext="navbar widget navmenu toolbars header footer"><a href="../navbar/" data-ajax="false">Navbar widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Navigation</h3>
<ul>
<li data-filtertext="ajax navigation navigate widget history event method"><a href="../navigation/" data-ajax="false">Navigation</a></li>
<li data-filtertext="linking pages page links navigation ajax prefetch cache"><a href="../navigation-linking-pages/" data-ajax="false">Linking pages</a></li>
<li data-filtertext="php redirect server redirection server-side navigation"><a href="../navigation-php-redirect/" data-ajax="false">PHP redirect demo</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Pages</h3>
<ul>
<li data-filtertext="pages page widget ajax navigation"><a href="../pages/" data-ajax="false">Pages</a></li>
<li data-filtertext="single page"><a href="../pages-single-page/" data-ajax="false">Single page</a></li>
<li data-filtertext="multipage multi-page page"><a href="../pages-multi-page/" data-ajax="false">Multi-page template</a></li>
<li data-filtertext="dialog page widget modal popup"><a href="../pages-dialog/" data-ajax="false">Dialog page</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Panel widget</h3>
<ul>
<li data-filtertext="panel widget sliding panels reveal push overlay responsive"><a href="../panel/" data-ajax="false">Panel</a></li>
<li data-filtertext=""><a href="../panel-external/" data-ajax="false">External panels</a></li>
<li data-filtertext="panel "><a href="../panel-fixed/" data-ajax="false">Fixed panels</a></li>
<li data-filtertext="panel slide panels sliding panels shadow rwd responsive breakpoint"><a href="../panel-responsive/" data-ajax="false">Panels responsive</a></li>
<li data-filtertext="panel custom style custom panel width reveal shadow listview panel styling page background wrapper"><a href="../panel-styling/" data-ajax="false">Custom panel style</a></li>
<li data-filtertext="panel open on swipe"><a href="../panel-swipe-open/" data-ajax="false">Panel open on swipe</a></li>
<li data-filtertext="panels outside page internal external toolbars"><a href="../panel-external-internal/" data-ajax="false">Panel external and internal</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Popup widget</h3>
<ul>
<li data-filtertext="popup widget popups dialog modal transition tooltip lightbox form overlay screen flip pop fade transition"><a href="../popup/" data-ajax="false">Popup</a></li>
<li data-filtertext="popup alignment position"><a href="../popup-alignment/" data-ajax="false">Popup alignment</a></li>
<li data-filtertext="popup arrow size popups popover"><a href="../popup-arrow-size/" data-ajax="false">Popup arrow size</a></li>
<li data-filtertext="dynamic popups popup images lightbox"><a href="../popup-dynamic/" data-ajax="false">Dynamic popups</a></li>
<li data-filtertext="popups with iframes scaling"><a href="../popup-iframe/" data-ajax="false">Popups with iframes</a></li>
<li data-filtertext="popup image scaling"><a href="../popup-image-scaling/" data-ajax="false">Popup image scaling</a></li>
<li data-filtertext="external popup outside multi-page"><a href="../popup-outside-multipage" data-ajax="false">Popup outside multi-page</a></li>
</ul>
</li>
<li data-filtertext="form rangeslider widget dual sliders dual handle sliders range input"><a href="../rangeslider/" data-ajax="false">Rangeslider widget</a></li>
<li data-filtertext="responsive web design rwd adaptive progressive enhancement PE accessible mobile breakpoints media query media queries"><a href="../rwd/" data-ajax="false">Responsive Web Design</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Selectmenu widget</h3>
<ul>
<li data-filtertext="form selectmenu widget select input custom select menu selects"><a href="../selectmenu/" data-ajax="false">Selectmenu</a></li>
<li data-filtertext="form custom select menu selectmenu widget custom menu option optgroup multiple selects"><a href="../selectmenu-custom/" data-ajax="false">Custom select menu</a></li>
<li data-filtertext="filterable select filter popup dialog"><a href="../selectmenu-custom-filter/" data-ajax="false">Custom select menu with filter</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Slider widget</h3>
<ul>
<li data-filtertext="form slider widget range input single sliders"><a href="../slider/" data-ajax="false">Slider</a></li>
<li data-filtertext="form slider widget flipswitch slider binary select flip toggle switch"><a href="../slider-flipswitch/" data-ajax="false">Slider flip toggle switch</a></li>
<li data-filtertext="form slider tooltip handle value input range sliders"><a href="../slider-tooltip/" data-ajax="false">Slider tooltip</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Table widget</h3>
<ul>
<li data-filtertext="table widget reflow column toggle th td responsive tables rwd hide show tabular"><a href="../table-column-toggle/" data-ajax="false">Table Column Toggle</a></li>
<li data-filtertext="table column toggle phone comparison demo"><a href="../table-column-toggle-example/" data-ajax="false">Table Column Toggle demo</a></li>
<li data-filtertext="responsive tables table column toggle heading groups rwd breakpoint"><a href="../table-column-toggle-heading-groups/" data-ajax="false">Table Column Toggle heading groups</a></li>
<li data-filtertext="responsive tables table column toggle hide rwd breakpoint customization options"><a href="../table-column-toggle-options/" data-ajax="false">Table Column Toggle options</a></li>
<li data-filtertext="table reflow th td responsive rwd columns tabular"><a href="../table-reflow/" data-ajax="false">Table Reflow</a></li>
<li data-filtertext="responsive tables table reflow heading groups rwd breakpoint"><a href="../table-reflow-heading-groups/" data-ajax="false">Table Reflow heading groups</a></li>
<li data-filtertext="responsive tables table reflow stripes strokes table style"><a href="../table-reflow-stripes-strokes/" data-ajax="false">Table Reflow stripes and strokes</a></li>
<li data-filtertext="responsive tables table reflow stack custom styles"><a href="../table-reflow-styling/" data-ajax="false">Table Reflow custom styles</a></li>
</ul>
</li>
<li data-filtertext="ui tabs widget"><a href="../tabs/" data-ajax="false">Tabs widget</a></li>
<li data-filtertext="form textinput widget text input textarea number date time tel email file color password"><a href="../textinput/" data-ajax="false">Textinput widget</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Theming</h3>
<ul>
<li data-filtertext="default theme swatches theming style css"><a href="../theme-default/" data-ajax="false">Default theme</a></li>
<li data-filtertext="classic theme old theme swatches theming style css"><a href="../theme-classic/" data-ajax="false">Classic theme</a></li>
</ul>
</li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>Toolbar widget</h3>
<ul>
<li data-filtertext="toolbar widget header footer toolbars fixed fullscreen external sections"><a href="../toolbar/" data-ajax="false">Toolbar</a></li>
<li data-filtertext="dynamic toolbars dynamically add toolbar header footer"><a href="../toolbar-dynamic/" data-ajax="false">Dynamic toolbars</a></li>
<li data-filtertext="external toolbars header footer"><a href="../toolbar-external/" data-ajax="false">External toolbars</a></li>
<li data-filtertext="fixed toolbars header footer"><a href="../toolbar-fixed/" data-ajax="false">Fixed toolbars</a></li>
<li data-filtertext="fixed fullscreen toolbars header footer"><a href="../toolbar-fixed-fullscreen/" data-ajax="false">Fullscreen toolbars</a></li>
<li data-filtertext="external fixed toolbars header footer"><a href="../toolbar-fixed-external/" data-ajax="false">Fixed external toolbars</a></li>
<li data-filtertext="external persistent toolbars header footer navbar navmenu"><a href="../toolbar-fixed-persistent/" data-ajax="false">Persistent toolbars</a></li>
<li data-filtertext="external ajax optimized toolbars persistent toolbars header footer navbar"><a href="../toolbar-fixed-persistent-optimized/" data-ajax="false">AJAX optimized toolbars</a></li>
<li data-filtertext="form in toolbars header footer"><a href="../toolbar-fixed-forms/" data-ajax="false">Form in toolbar</a></li>
</ul>
</li>
<li data-filtertext="page transitions animated pages popup navigation flip slide fade pop"><a href="../transitions/" data-ajax="false">Transitions</a></li>
<li data-role="collapsible" data-collapsed-icon="carat-d" data-expanded-icon="carat-u" data-iconpos="right" data-inset="false">
<h3>3rd party API demos</h3>
<ul>
<li data-filtertext="backbone requirejs navigation router"><a href="../backbone-requirejs/" data-ajax="false">Backbone RequireJS</a></li>
<li data-filtertext="google maps geolocation demo"><a href="../map-geolocation/" data-ajax="false">Google Maps geolocation</a></li>
<li data-filtertext="google maps hybrid"><a href="../map-list-toggle/" data-ajax="false">Google Maps list toggle</a></li>
</ul>
</li>
</ul>
</div>
</div><!-- /panel -->
</div><!-- /page -->
</body>
</html>
|
doc/html/qitemeditorcreatorbase.html | liuyanghejerry/qtextended | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.4: QItemEditorCreatorBase Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="namespaces.html"><font color="#004faf">All Namespaces</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="mainclasses.html"><font color="#004faf">Main Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">QItemEditorCreatorBase Class Reference<br /><span class="small-subtitle">[<a href="qtgui.html">QtGui</a> module]</span>
</h1>
<p>The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators. <a href="#details">More...</a></p>
<pre> #include <QItemEditorCreatorBase></pre><p>Inherited by <a href="qitemeditorcreator.html">QItemEditorCreator</a> and <a href="qstandarditemeditorcreator.html">QStandardItemEditorCreator</a>.</p>
<p>This class was introduced in Qt 4.2.</p>
<ul>
<li><a href="qitemeditorcreatorbase-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h3>Public Functions</h3>
<ul>
<li><div class="fn"/>virtual <b><a href="qitemeditorcreatorbase.html#dtor.QItemEditorCreatorBase">~QItemEditorCreatorBase</a></b> ()</li>
<li><div class="fn"/>virtual QWidget * <b><a href="qitemeditorcreatorbase.html#createWidget">createWidget</a></b> ( QWidget * <i>parent</i> ) const = 0</li>
<li><div class="fn"/>virtual QByteArray <b><a href="qitemeditorcreatorbase.html#valuePropertyName">valuePropertyName</a></b> () const = 0</li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators.</p>
<p>QItemEditorCreatorBase objects are specialized widget factories that provide editor widgets for one particular <a href="qvariant.html">QVariant</a> data type. They are used by <a href="qitemeditorfactory.html">QItemEditorFactory</a> to create editors for <a href="qitemdelegate.html">QItemDelegate</a>s. Creator bases must be registered with <a href="qitemeditorfactory.html#registerEditor">QItemEditorFactory::registerEditor</a>().</p>
<p>An editor should provide a user property for the data it edits. QItemDelagates can then access the property using Qt's <a href="metaobjects.html">meta-object system</a> to set and retrieve the editing data. A property is set as the user property with the USER keyword:</p>
<pre> Q_PROPERTY(QColor color READ color WRITE setColor USER true)</pre>
<p>If the editor does not provide a user property, it must return the name of the property from <a href="qitemeditorcreatorbase.html#valuePropertyName">valuePropertyName</a>(); delegates will then use the name to access the property. If a user property exists, item delegates will not call <a href="qitemeditorcreatorbase.html#valuePropertyName">valuePropertyName</a>().</p>
<p><a href="qstandarditemeditorcreator.html">QStandardItemEditorCreator</a> is a convenience template class that can be used to register widgets without the need to subclass QItemEditorCreatorBase.</p>
<p>See also <a href="qstandarditemeditorcreator.html">QStandardItemEditorCreator</a>, <a href="qitemeditorfactory.html">QItemEditorFactory</a>, <a href="model-view-programming.html">Model/View Programming</a>, and <a href="itemviews-coloreditorfactory.html">Color Editor Factory Example</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="dtor.QItemEditorCreatorBase"></a>QItemEditorCreatorBase::~QItemEditorCreatorBase () <tt> [virtual]</tt></h3>
<p>Destroys the editor creator object.</p>
<h3 class="fn"><a name="createWidget"></a><a href="qwidget.html">QWidget</a> * QItemEditorCreatorBase::createWidget ( <a href="qwidget.html">QWidget</a> * <i>parent</i> ) const <tt> [pure virtual]</tt></h3>
<p>Returns an editor widget with the given <i>parent</i>.</p>
<p>When implementing this function in subclasses of this class, you must construct and return new editor widgets with the parent widget specified.</p>
<h3 class="fn"><a name="valuePropertyName"></a><a href="qbytearray.html">QByteArray</a> QItemEditorCreatorBase::valuePropertyName () const <tt> [pure virtual]</tt></h3>
<p>Returns the name of the property used to get and set values in the creator's editor widgets.</p>
<p>When implementing this function in subclasses, you must ensure that the editor widget's property specified by this function can accept the type the creator is registered for. For example, a creator which constructs <a href="qcheckbox.html">QCheckBox</a> widgets to edit boolean values would return the <a href="qabstractbutton.html#checkable-prop">checkable</a> property name from this function, and must be registered in the item editor factory for the <a href="qvariant.html#Type-enum">QVariant::Bool</a> type.</p>
<p>Note: Since Qt 4.2 the item delegates query the user property of widgets, and only call this function if the widget has no user property. You can override this behavior by reimplementing <a href="qabstractitemdelegate.html#setModelData">QAbstractItemDelegate::setModelData</a>() and <a href="qabstractitemdelegate.html#setEditorData">QAbstractItemDelegate::setEditorData</a>().</p>
<p>See also <a href="qmetaobject.html#userProperty">QMetaObject::userProperty</a>() and <a href="qitemeditorfactory.html#registerEditor">QItemEditorFactory::registerEditor</a>().</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%" align="left">Copyright © 2008 Nokia</td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt 4.4.3</div></td>
</tr></table></div></address></body>
</html>
|
matlab/codes/matrix/help/curvearea.html | hongseshitou/guillaumemaze | <html>
<head>
<title>Help: curvearea</title>
</head>
<body>
<center><table><tbody>
<tr>
<td style="border: 1px solid rgb(170, 170, 170); padding: 5px; background-color: #fff;">
<h4>curvearea</h4>Compute curve area in a crude way
<br><small>Last modified: 25-Sep-2009 16:28:37</small>
</tr>
<tr>
<td style="border: 0px solid rgb(170, 170, 170); padding: 5px; background-color: #fff;">
<a href="http://guillaumemaze.googlecode.com/svn/trunk/matlab/codes/matrix/curvearea.m">Download here</a>
</td>
</tr>
<tr>
<td style="border: 1px solid rgb(170, 170, 170); padding: 5px; background-color: #ddd; font-size:12px;">
<br>% CURVEAREA Compute curve area in a crude way<br>%<br>% AREA = CURVEAREA(CB,X)<br>% where CB(NX) define the curve and X the axis<br>%
</td>
</tr>
<tr>
<td style="border: 1px solid rgb(170, 170, 170); padding: 5px; background-color: #fff; font-size:12px;">
Last update: 2011 March 04, 17:46<br>
Created by Guillaume Maze<br>
More informations at: <a href="http://codes.guillaumemaze.org/matlab">codes.guillaumemaze.org/matlab</a><br>
</td>
</tr>
</tbody></table></center>
</body>
</html>
|
web/static/components/dimmer.css | suminb/web | /*!
* # Semantic UI 2.4.2 - Dimmer
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Dimmer
*******************************/
.dimmable:not(body) {
position: relative;
}
.ui.dimmer {
display: none;
position: absolute;
top: 0em !important;
left: 0em !important;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
padding: 1em;
background-color: rgba(0, 0, 0, 0.85);
opacity: 0;
line-height: 1;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-transition: background-color 0.5s linear;
transition: background-color 0.5s linear;
-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;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
will-change: opacity;
z-index: 1000;
}
/* Dimmer Content */
.ui.dimmer > .content {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
color: #FFFFFF;
}
/* Loose Coupling */
.ui.segment > .ui.dimmer {
border-radius: inherit !important;
}
/* Scrollbars */
.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.1);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.25);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.15);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, 0.35);
}
/*******************************
States
*******************************/
/* Animating */
.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
overflow: hidden;
}
/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 1;
}
/* Disabled */
.ui.disabled.dimmer {
width: 0 !important;
height: 0 !important;
}
/*******************************
Variations
*******************************/
/*--------------
Legacy
---------------*/
/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.legacy.dimmer,
.dimmed.dimmable > .ui.visible.legacy.dimmer,
.ui.active.legacy.dimmer {
display: block;
}
/*--------------
Alignment
---------------*/
.ui[class*="top aligned"].dimmer {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ui[class*="bottom aligned"].dimmer {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
/*--------------
Page
---------------*/
.ui.page.dimmer {
position: fixed;
-webkit-transform-style: '';
transform-style: '';
-webkit-perspective: 2000px;
perspective: 2000px;
-webkit-transform-origin: center center;
transform-origin: center center;
}
body.animating.in.dimmable,
body.dimmed.dimmable {
overflow: hidden;
}
body.dimmable > .dimmer {
position: fixed;
}
/*--------------
Blurring
---------------*/
.blurring.dimmable > :not(.dimmer) {
-webkit-filter: blur(0px) grayscale(0);
filter: blur(0px) grayscale(0);
-webkit-transition: 800ms -webkit-filter ease;
transition: 800ms -webkit-filter ease;
transition: 800ms filter ease;
transition: 800ms filter ease, 800ms -webkit-filter ease;
}
.blurring.dimmed.dimmable > :not(.dimmer) {
-webkit-filter: blur(5px) grayscale(0.7);
filter: blur(5px) grayscale(0.7);
}
/* Dimmer Color */
.blurring.dimmable > .dimmer {
background-color: rgba(0, 0, 0, 0.6);
}
.blurring.dimmable > .inverted.dimmer {
background-color: rgba(255, 255, 255, 0.6);
}
/*--------------
Aligned
---------------*/
.ui.dimmer > .top.aligned.content > * {
vertical-align: top;
}
.ui.dimmer > .bottom.aligned.content > * {
vertical-align: bottom;
}
/*--------------
Inverted
---------------*/
.ui.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
.ui.inverted.dimmer > .content > * {
color: #FFFFFF;
}
/*--------------
Simple
---------------*/
/* Displays without javascript */
.ui.simple.dimmer {
display: block;
overflow: hidden;
opacity: 1;
width: 0%;
height: 0%;
z-index: -100;
background-color: rgba(0, 0, 0, 0);
}
.dimmed.dimmable > .ui.simple.dimmer {
overflow: visible;
opacity: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
z-index: 1;
}
.ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0);
}
.dimmed.dimmable > .ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
/*******************************
Theme Overrides
*******************************/
/*******************************
User Overrides
*******************************/
|
tests/wpt/web-platform-tests/mixed-content/link-css-tag/no-opt-in/cross-origin-http/top-level/no-redirect/blockable/no-opt-in-blocks.https.html | pyfisch/servo | <!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="burnik@chromium.org">
<link rel="help" href="http://www.w3.org/TR/mixed-content/#category-blockable">
<meta name="assert" content="opt_in_method: no-opt-in
origin: cross-origin-http
source_scheme: https
context_nesting: top-level
redirection: no-redirect
subresource: link-css-tag
expectation: blocked">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/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": "cross-origin-http",
"source_scheme": "https",
"context_nesting": "top-level",
"redirection": "no-redirect",
"subresource": "link-css-tag",
"expectation": "blocked"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
src/libtcod-1.5.2/doc/html2/bsp.html | yrmvgh/BrogueR | <!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=ISO-8859-1">
<title>libtcod documentation | BSP toolkit</title>
<script type="text/javascript" src="../js/doctcod.js"></script>
<link href="../css/style.css" rel="stylesheet" type="text/css"></head>
<link type="text/css" rel="stylesheet" href="../css/shCore.css"></link>
<link type="text/css" rel="stylesheet" href="../css/shThemeDefault.css"></link>
<script language="javascript" src="../js/shCore.js"></script>
<script language="javascript" src="../js/shBrushBash.js"></script>
<body><div class="header">
<p><span class="title1">libtcod</span><span class="title2">documentation</span></p>
</div>
<div class="breadcrumb"><div class="breadcrumbtext"><p>
you are here: <a onclick="link('../index2.html')">Index</a> > <a onclick="link('bsp.html')">12. BSP toolkit</a><br>
<a class="prev" onclick="link('zip.html')">11. Compression toolkit</a> | <a class="next" onclick="link('fov.html')">13. Field of view</a>
</p></div></div>
<div class="filter"><input type="checkbox" id="chk_c" name="chk_c" onchange="enable('c',this.checked)" checked='checked' ><label for='chk_c'> C </label><input type="checkbox" id="chk_cpp" name="chk_cpp" onchange="enable('cpp',this.checked)" checked='checked' ><label for='chk_cpp'> C++ </label><input type="checkbox" id="chk_py" name="chk_py" onchange="enable('py',this.checked)" checked='checked' ><label for='chk_py'> Py </label><input type="checkbox" id="chk_lua" name="chk_lua" onchange="enable('lua',this.checked)" disabled='disabled'><label class='disabled' for='chk_lua'> Lua </label><input type="checkbox" id="chk_cs" name="chk_cs" onchange="enable('cs',this.checked)" disabled='disabled'><label class='disabled' for='chk_cs'> C# </label></div>
<div class="main"><div class="maintext">
<h1>12. BSP toolkit</h1>
<div id="toc"><ul><li><a onclick="link('bsp_init.html')">12.1. Creating a BSP tree</a></li>
<li><a onclick="link('bsp_split.html')">12.2. Splitting the tree</a></li>
<li><a onclick="link('bsp_resize.html')">12.3. Resizing a tree</a></li>
<li><a onclick="link('bsp_read.html')">12.4. Reading information from the tree</a></li>
<li><a onclick="link('bsp_traverse.html')">12.5. Traversing the tree</a></li>
</ul></div>
<p>This toolkit allows to create and manipulate 2D Binary Space Partition trees. They can be used to split a rectangular region into non overlapping sub-regions.<br /> </p>
</div></div>
<div class="footer"><div class="footertext">
<p>libtcod 1.5.2, © 2008, 2009, 2010, 2012 Jice & Mingos<br>
This file has been generated by doctcod.</p>
<p><table width='100%'><tr><td><a href="http://doryen.eptalys.net/libtcod">libtcod website</a></td>
<td><a href="http://doryen.eptalys.net/forum/index.php?board=12.0">libtcod on Roguecentral forums</a></td>
<td><a href="http://doryen.eptalys.net/libtcod/tutorial">libtcod tutorials</a></td>
</tr></table></p>
</div></div>
</body>
<script>
initFilter();
SyntaxHighlighter.all();
</script>
</html>
|
src/jni/sdl2_gfx/Docs/html/_s_d_l2__rotozoom_8h.html | renpytom/python-for-android | <!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"/>
<title>SDL2_gfx: I:/Sources/sdl2gfx/SDL2_rotozoom.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">SDL2_gfx
 <span id="projectnumber">1.0.1</span>
</div>
<div id="projectbrief">GraphicsprimitivesandsurfacefunctionsforSDL2</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.8.0 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#define-members">Defines</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">I:/Sources/sdl2gfx/SDL2_rotozoom.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <math.h></code><br/>
<code>#include "SDL.h"</code><br/>
</div>
<p><a href="_s_d_l2__rotozoom_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="define-members"></a>
Defines</h2></td></tr>
<tr class="memitem:ae71449b1cc6e6250b91f539153a7a0d3"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#ae71449b1cc6e6250b91f539153a7a0d3">M_PI</a>   3.1415926535897932384626433832795</td></tr>
<tr class="memitem:a6541cd06edcce77d8a6f1c6350c988af"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#a6541cd06edcce77d8a6f1c6350c988af">SMOOTHING_OFF</a>   0</td></tr>
<tr class="memdesc:a6541cd06edcce77d8a6f1c6350c988af"><td class="mdescLeft"> </td><td class="mdescRight">Disable anti-aliasing (no smoothing). <a href="#a6541cd06edcce77d8a6f1c6350c988af"></a><br/></td></tr>
<tr class="memitem:abeb6ae7618fcb315d0399fe65849a2e8"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#abeb6ae7618fcb315d0399fe65849a2e8">SMOOTHING_ON</a>   1</td></tr>
<tr class="memdesc:abeb6ae7618fcb315d0399fe65849a2e8"><td class="mdescLeft"> </td><td class="mdescRight">Enable anti-aliasing (smoothing). <a href="#abeb6ae7618fcb315d0399fe65849a2e8"></a><br/></td></tr>
<tr class="memitem:ab3316f8a2f78ed696bbe0242c75b6ee7"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a>   extern</td></tr>
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a6f5f31a362f63370dc60049df14d6856"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface * </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#a6f5f31a362f63370dc60049df14d6856">rotozoomSurface</a> (SDL_Surface *src, double angle, double zoom, int smooth)</td></tr>
<tr class="memdesc:a6f5f31a362f63370dc60049df14d6856"><td class="mdescLeft"> </td><td class="mdescRight">Rotates and zooms a surface and optional anti-aliasing. <a href="#a6f5f31a362f63370dc60049df14d6856"></a><br/></td></tr>
<tr class="memitem:a592d84489ce544c050a9f3fe0e04f3f6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface * </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#a592d84489ce544c050a9f3fe0e04f3f6">rotozoomSurfaceXY</a> (SDL_Surface *src, double angle, double zoomx, double zoomy, int smooth)</td></tr>
<tr class="memdesc:a592d84489ce544c050a9f3fe0e04f3f6"><td class="mdescLeft"> </td><td class="mdescRight">Rotates and zooms a surface with different horizontal and vertival scaling factors and optional anti-aliasing. <a href="#a592d84489ce544c050a9f3fe0e04f3f6"></a><br/></td></tr>
<tr class="memitem:a9097c513174e2d97603292c08a9db923"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> void </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#a9097c513174e2d97603292c08a9db923">rotozoomSurfaceSize</a> (int width, int height, double angle, double zoom, int *dstwidth, int *dstheight)</td></tr>
<tr class="memdesc:a9097c513174e2d97603292c08a9db923"><td class="mdescLeft"> </td><td class="mdescRight">Returns the size of the resulting target surface for a <a class="el" href="_s_d_l2__rotozoom_8c.html#a5f64ed53eeee5f2667971c857698d1e5" title="Rotates and zooms a surface and optional anti-aliasing.">rotozoomSurface()</a> call. <a href="#a9097c513174e2d97603292c08a9db923"></a><br/></td></tr>
<tr class="memitem:aa0126562efa572575e3962fe51d69e7c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> void </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#aa0126562efa572575e3962fe51d69e7c">rotozoomSurfaceSizeXY</a> (int width, int height, double angle, double zoomx, double zoomy, int *dstwidth, int *dstheight)</td></tr>
<tr class="memdesc:aa0126562efa572575e3962fe51d69e7c"><td class="mdescLeft"> </td><td class="mdescRight">Returns the size of the resulting target surface for a <a class="el" href="_s_d_l2__rotozoom_8c.html#aab98b5b0da4ea468bacf47f7b85f0ee2" title="Rotates and zooms a surface with different horizontal and vertival scaling factors and optional anti-...">rotozoomSurfaceXY()</a> call. <a href="#aa0126562efa572575e3962fe51d69e7c"></a><br/></td></tr>
<tr class="memitem:a0867857132421429994198cabacb0528"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface * </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#a0867857132421429994198cabacb0528">zoomSurface</a> (SDL_Surface *src, double zoomx, double zoomy, int smooth)</td></tr>
<tr class="memdesc:a0867857132421429994198cabacb0528"><td class="mdescLeft"> </td><td class="mdescRight">Zoom a surface by independent horizontal and vertical factors with optional smoothing. <a href="#a0867857132421429994198cabacb0528"></a><br/></td></tr>
<tr class="memitem:a87a121da75a099fd980295c759a7005d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> void </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#a87a121da75a099fd980295c759a7005d">zoomSurfaceSize</a> (int width, int height, double zoomx, double zoomy, int *dstwidth, int *dstheight)</td></tr>
<tr class="memdesc:a87a121da75a099fd980295c759a7005d"><td class="mdescLeft"> </td><td class="mdescRight">Calculates the size of the target surface for a <a class="el" href="_s_d_l2__rotozoom_8c.html#abdd772b2f6b1f26134e4e90cda657a21" title="Zoom a surface by independent horizontal and vertical factors with optional smoothing.">zoomSurface()</a> call. <a href="#a87a121da75a099fd980295c759a7005d"></a><br/></td></tr>
<tr class="memitem:a9adfe732cbca348e3287096e7c67e72d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface * </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#a9adfe732cbca348e3287096e7c67e72d">shrinkSurface</a> (SDL_Surface *src, int factorx, int factory)</td></tr>
<tr class="memdesc:a9adfe732cbca348e3287096e7c67e72d"><td class="mdescLeft"> </td><td class="mdescRight">Shrink a surface by an integer ratio using averaging. <a href="#a9adfe732cbca348e3287096e7c67e72d"></a><br/></td></tr>
<tr class="memitem:ac2858dec47549c8f82360568b5a29363"><td class="memItemLeft" align="right" valign="top"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface * </td><td class="memItemRight" valign="bottom"><a class="el" href="_s_d_l2__rotozoom_8h.html#ac2858dec47549c8f82360568b5a29363">rotateSurface90Degrees</a> (SDL_Surface *src, int numClockwiseTurns)</td></tr>
<tr class="memdesc:ac2858dec47549c8f82360568b5a29363"><td class="mdescLeft"> </td><td class="mdescRight">Rotates a 8/16/24/32 bit surface in increments of 90 degrees. <a href="#ac2858dec47549c8f82360568b5a29363"></a><br/></td></tr>
</table>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="ae71449b1cc6e6250b91f539153a7a0d3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="_s_d_l2__rotozoom_8h.html#ae71449b1cc6e6250b91f539153a7a0d3">M_PI</a>   3.1415926535897932384626433832795</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8h_source.html#l00041">41</a> of file <a class="el" href="_s_d_l2__rotozoom_8h_source.html">SDL2_rotozoom.h</a>.</p>
</div>
</div>
<a class="anchor" id="ab3316f8a2f78ed696bbe0242c75b6ee7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a>   extern</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8h_source.html#l00070">70</a> of file <a class="el" href="_s_d_l2__rotozoom_8h_source.html">SDL2_rotozoom.h</a>.</p>
</div>
</div>
<a class="anchor" id="a6541cd06edcce77d8a6f1c6350c988af"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="_s_d_l2__rotozoom_8h.html#a6541cd06edcce77d8a6f1c6350c988af">SMOOTHING_OFF</a>   0</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Disable anti-aliasing (no smoothing). </p>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8h_source.html#l00051">51</a> of file <a class="el" href="_s_d_l2__rotozoom_8h_source.html">SDL2_rotozoom.h</a>.</p>
</div>
</div>
<a class="anchor" id="abeb6ae7618fcb315d0399fe65849a2e8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="_s_d_l2__rotozoom_8h.html#abeb6ae7618fcb315d0399fe65849a2e8">SMOOTHING_ON</a>   1</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Enable anti-aliasing (smoothing). </p>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8h_source.html#l00056">56</a> of file <a class="el" href="_s_d_l2__rotozoom_8h_source.html">SDL2_rotozoom.h</a>.</p>
</div>
</div>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ac2858dec47549c8f82360568b5a29363"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface* <a class="el" href="_s_d_l2__rotozoom_8h.html#ac2858dec47549c8f82360568b5a29363">rotateSurface90Degrees</a> </td>
<td>(</td>
<td class="paramtype">SDL_Surface * </td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>numClockwiseTurns</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Rotates a 8/16/24/32 bit surface in increments of 90 degrees. </p>
<p>Specialized 90 degree rotator which rotates a 'src' surface in 90 degree increments clockwise returning a new surface. Faster than rotozoomer since no scanning or interpolation takes place. Input surface must be 8/16/24/32 bit. (code contributed by J. Schiller, improved by C. Allport and A. Schiffler)</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">src</td><td>Source surface to rotate. </td></tr>
<tr><td class="paramname">numClockwiseTurns</td><td>Number of clockwise 90 degree turns to apply to the source.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns:</dt><dd>The new, rotated surface; or NULL for surfaces with incorrect input format. </dd></dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l00803">803</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
<a class="anchor" id="a6f5f31a362f63370dc60049df14d6856"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface* <a class="el" href="_s_d_l2__rotozoom_8h.html#a6f5f31a362f63370dc60049df14d6856">rotozoomSurface</a> </td>
<td>(</td>
<td class="paramtype">SDL_Surface * </td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>angle</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoom</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>smooth</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Rotates and zooms a surface and optional anti-aliasing. </p>
<p>Rotates and zoomes a 32bit or 8bit 'src' surface to newly created 'dst' surface. 'angle' is the rotation in degrees and 'zoom' a scaling factor. If 'smooth' is set then the destination 32bit surface is anti-aliased. If the surface is not 8bit or 32bit RGBA/ABGR it will be converted into a 32bit RGBA format on the fly.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">src</td><td>The surface to rotozoom. </td></tr>
<tr><td class="paramname">angle</td><td>The angle to rotate in degrees. </td></tr>
<tr><td class="paramname">zoom</td><td>The scaling factor. </td></tr>
<tr><td class="paramname">smooth</td><td>Antialiasing flag; set to SMOOTHING_ON to enable.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns:</dt><dd>The new rotozoomed surface. </dd></dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l01035">1035</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
<a class="anchor" id="a9097c513174e2d97603292c08a9db923"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> void <a class="el" href="_s_d_l2__rotozoom_8h.html#a9097c513174e2d97603292c08a9db923">rotozoomSurfaceSize</a> </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>width</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>height</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>angle</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoom</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int * </td>
<td class="paramname"><em>dstwidth</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int * </td>
<td class="paramname"><em>dstheight</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the size of the resulting target surface for a <a class="el" href="_s_d_l2__rotozoom_8c.html#a5f64ed53eeee5f2667971c857698d1e5" title="Rotates and zooms a surface and optional anti-aliasing.">rotozoomSurface()</a> call. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">width</td><td>The source surface width. </td></tr>
<tr><td class="paramname">height</td><td>The source surface height. </td></tr>
<tr><td class="paramname">angle</td><td>The angle to rotate in degrees. </td></tr>
<tr><td class="paramname">zoom</td><td>The scaling factor. </td></tr>
<tr><td class="paramname">dstwidth</td><td>The calculated width of the rotozoomed destination surface. </td></tr>
<tr><td class="paramname">dstheight</td><td>The calculated height of the rotozoomed destination surface. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l01013">1013</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
<a class="anchor" id="aa0126562efa572575e3962fe51d69e7c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> void <a class="el" href="_s_d_l2__rotozoom_8h.html#aa0126562efa572575e3962fe51d69e7c">rotozoomSurfaceSizeXY</a> </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>width</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>height</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>angle</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomy</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int * </td>
<td class="paramname"><em>dstwidth</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int * </td>
<td class="paramname"><em>dstheight</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the size of the resulting target surface for a <a class="el" href="_s_d_l2__rotozoom_8c.html#aab98b5b0da4ea468bacf47f7b85f0ee2" title="Rotates and zooms a surface with different horizontal and vertival scaling factors and optional anti-...">rotozoomSurfaceXY()</a> call. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">width</td><td>The source surface width. </td></tr>
<tr><td class="paramname">height</td><td>The source surface height. </td></tr>
<tr><td class="paramname">angle</td><td>The angle to rotate in degrees. </td></tr>
<tr><td class="paramname">zoomx</td><td>The horizontal scaling factor. </td></tr>
<tr><td class="paramname">zoomy</td><td>The vertical scaling factor. </td></tr>
<tr><td class="paramname">dstwidth</td><td>The calculated width of the rotozoomed destination surface. </td></tr>
<tr><td class="paramname">dstheight</td><td>The calculated height of the rotozoomed destination surface. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l00996">996</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
<a class="anchor" id="a592d84489ce544c050a9f3fe0e04f3f6"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface* <a class="el" href="_s_d_l2__rotozoom_8h.html#a592d84489ce544c050a9f3fe0e04f3f6">rotozoomSurfaceXY</a> </td>
<td>(</td>
<td class="paramtype">SDL_Surface * </td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>angle</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomy</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>smooth</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Rotates and zooms a surface with different horizontal and vertival scaling factors and optional anti-aliasing. </p>
<p>Rotates and zooms a 32bit or 8bit 'src' surface to newly created 'dst' surface. 'angle' is the rotation in degrees, 'zoomx and 'zoomy' scaling factors. If 'smooth' is set then the destination 32bit surface is anti-aliased. If the surface is not 8bit or 32bit RGBA/ABGR it will be converted into a 32bit RGBA format on the fly.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">src</td><td>The surface to rotozoom. </td></tr>
<tr><td class="paramname">angle</td><td>The angle to rotate in degrees. </td></tr>
<tr><td class="paramname">zoomx</td><td>The horizontal scaling factor. </td></tr>
<tr><td class="paramname">zoomy</td><td>The vertical scaling factor. </td></tr>
<tr><td class="paramname">smooth</td><td>Antialiasing flag; set to SMOOTHING_ON to enable.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns:</dt><dd>The new rotozoomed surface. </dd></dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l01056">1056</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
<a class="anchor" id="a9adfe732cbca348e3287096e7c67e72d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface* <a class="el" href="_s_d_l2__rotozoom_8h.html#a9adfe732cbca348e3287096e7c67e72d">shrinkSurface</a> </td>
<td>(</td>
<td class="paramtype">SDL_Surface * </td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>factorx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>factory</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Shrink a surface by an integer ratio using averaging. </p>
<p>Shrinks a 32bit or 8bit 'src' surface to a newly created 'dst' surface. 'factorx' and 'factory' are the shrinking ratios (i.e. 2=1/2 the size, 3=1/3 the size, etc.) The destination surface is antialiased by averaging the source box RGBA or Y information. If the surface is not 8bit or 32bit RGBA/ABGR it will be converted into a 32bit RGBA format on the fly. The input surface is not modified. The output surface is newly allocated.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">src</td><td>The surface to shrink. </td></tr>
<tr><td class="paramname">factorx</td><td>The horizontal shrinking ratio. </td></tr>
<tr><td class="paramname">factory</td><td>The vertical shrinking ratio.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns:</dt><dd>The new, shrunken surface. </dd></dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l01512">1512</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
<a class="anchor" id="a0867857132421429994198cabacb0528"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> SDL_Surface* <a class="el" href="_s_d_l2__rotozoom_8h.html#a0867857132421429994198cabacb0528">zoomSurface</a> </td>
<td>(</td>
<td class="paramtype">SDL_Surface * </td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomy</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>smooth</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Zoom a surface by independent horizontal and vertical factors with optional smoothing. </p>
<p>Zooms a 32bit or 8bit 'src' surface to newly created 'dst' surface. 'zoomx' and 'zoomy' are scaling factors for width and height. If 'smooth' is on then the destination 32bit surface is anti-aliased. If the surface is not 8bit or 32bit RGBA/ABGR it will be converted into a 32bit RGBA format on the fly. If zoom factors are negative, the image is flipped on the axes.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">src</td><td>The surface to zoom. </td></tr>
<tr><td class="paramname">zoomx</td><td>The horizontal zoom factor. </td></tr>
<tr><td class="paramname">zoomy</td><td>The vertical zoom factor. </td></tr>
<tr><td class="paramname">smooth</td><td>Antialiasing flag; set to SMOOTHING_ON to enable.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns:</dt><dd>The new, zoomed surface. </dd></dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l01361">1361</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
<a class="anchor" id="a87a121da75a099fd980295c759a7005d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="_s_d_l2__rotozoom_8h.html#ab3316f8a2f78ed696bbe0242c75b6ee7">SDL2_ROTOZOOM_SCOPE</a> void <a class="el" href="_s_d_l2__rotozoom_8h.html#a87a121da75a099fd980295c759a7005d">zoomSurfaceSize</a> </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>width</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>height</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomx</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double </td>
<td class="paramname"><em>zoomy</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int * </td>
<td class="paramname"><em>dstwidth</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int * </td>
<td class="paramname"><em>dstheight</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Calculates the size of the target surface for a <a class="el" href="_s_d_l2__rotozoom_8c.html#abdd772b2f6b1f26134e4e90cda657a21" title="Zoom a surface by independent horizontal and vertical factors with optional smoothing.">zoomSurface()</a> call. </p>
<p>The minimum size of the target surface is 1. The input factors can be positive or negative.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">width</td><td>The width of the source surface to zoom. </td></tr>
<tr><td class="paramname">height</td><td>The height of the source surface to zoom. </td></tr>
<tr><td class="paramname">zoomx</td><td>The horizontal zoom factor. </td></tr>
<tr><td class="paramname">zoomy</td><td>The vertical zoom factor. </td></tr>
<tr><td class="paramname">dstwidth</td><td>Pointer to an integer to store the calculated width of the zoomed target surface. </td></tr>
<tr><td class="paramname">dstheight</td><td>Pointer to an integer to store the calculated height of the zoomed target surface. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="_s_d_l2__rotozoom_8c_source.html#l01311">1311</a> of file <a class="el" href="_s_d_l2__rotozoom_8c_source.html">SDL2_rotozoom.c</a>.</p>
</div>
</div>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>
</body>
</html>
|
kie-wb-common-screens/kie-wb-common-library/kie-wb-common-library-client/src/main/java/org/kie/workbench/common/screens/library/client/screens/project/changerequest/review/tab/changedfiles/ChangedFilesScreenView.css | jomarko/kie-wb-common | /*
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.changed-files-container .list-view-pf-view {
background-color: transparent;
margin-top: 20px !important;
} |
core/standards/wf1/interactive/textarea-required-003.html | frivoal/presto-testo | <!doctype html>
<meta charset="utf-8" />
<title>textarea required, invalid value</title>
<p>
You should see an empty text area. Click the submit button below.
A message should appear indicating that the text area must be contain
some text. Enter "foobar", and then again click the submit button.
The following page should include the entered text.
</p>
<form action="../res/return_single_post.php" method="post">
<p>
<textarea name="test" required="asd"></textarea>
<input name="submit" type="submit" />
</p>
</form>
|
third_party/webgl/src/sdk/tests/conformance2/textures/misc/active-3d-texture-bug.html | endlessm/chromium-browser | <!--
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGL Active TEXTURE1 Bug Tests</title>
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
<script src="../../../js/js-test-pre.js"></script>
<script src="../../../js/webgl-test-utils.js"></script>
</head>
<body>
<div id="description"></div>
<canvas id="canvas" width="64" height="64"> </canvas>
<div id="console"></div>
<script id="vshader" type="x-shader/x-vertex">#version 300 es
precision mediump float;
in vec4 a_position;
in vec2 a_coord;
out vec2 v_coord;
void main() {
gl_Position = a_position;
v_coord = a_coord;
}
</script>
<script id="fshader" type="x-shader/x-fragment">#version 300 es
precision mediump float;
in vec2 v_coord;
uniform mediump sampler3D u_sampler;
out vec4 o_color;
void main () {
o_color = texture(u_sampler, vec3(v_coord, 0.0));
}
</script>
<script>
"use strict";
description("Test for a MacOSX 10.12 with Intel GPUs driver crash bug activating TEXTURE1 for 3d texture");
debug("");
var wtu = WebGLTestUtils;
var canvas = document.getElementById("canvas");
var gl = wtu.create3DContext(canvas, null, 2);
var samplerLoc;
function render(textureUnit, width, height, expectedColor, msg) {
gl.uniform1i(samplerLoc, textureUnit);
wtu.setupUnitQuad(gl, 0, 1);
wtu.clearAndDrawUnitQuad(gl);
wtu.checkCanvasRect(gl, 0, 0, width, height, expectedColor, msg);
}
function activeTextureTest() {
var texture = gl.createTexture();
var sampler = gl.createSampler();
var width = 64;
var height = 64;
var depth = 4;
var black = [0, 0, 0, 255];
var size = width * height * depth * 4;
var buf = new Uint8Array(size);
for (var i = 0; i < size; i += 4) {
buf[i + 0] = 0;
buf[i + 1] = 255;
buf[i + 2] = 0;
buf[i + 3] = 255;
}
var program = wtu.setupProgram(gl, ["vshader", "fshader"], ['a_position', 'a_coord'], [0, 1]);
samplerLoc = gl.getUniformLocation(program, "u_sampler");
gl.viewport(0, 0, width, height);
gl.bindTexture(gl.TEXTURE_3D, texture);
gl.texImage3D(gl.TEXTURE_3D, 0, gl.RGBA, width, height, depth, 0, gl.RGBA, gl.UNSIGNED_BYTE, buf);
// texture is unbound from the default texture unit TEXTURE0,
// then a default black texture will be bound to TEXTURE0.
gl.bindTexture(gl.TEXTURE_3D, null);
// Active TEXTURE1 and 3d texture are necessary to reproduce the crash bug.
gl.activeTexture(gl.TEXTURE1);
gl.bindSampler(0, sampler);
gl.samplerParameteri(sampler, gl.TEXTURE_MIN_FILTER, gl.NEAREST);
gl.samplerParameteri(sampler, gl.TEXTURE_MAG_FILTER, gl.NEAREST);
gl.bindTexture(gl.TEXTURE_3D, texture);
gl.texParameteri(gl.TEXTURE_3D, gl.TEXTURE_MIN_FILTER, gl.NEAREST);
gl.texParameteri(gl.TEXTURE_3D, gl.TEXTURE_MAG_FILTER, gl.NEAREST);
// Render using sampler
// When rendering from texture unit 0, the black texture will be drawn.
render(0, width, height, black, "Result pixels rendering from TEXTURE0 should be black");
gl.bindSampler(0, null);
gl.deleteSampler(sampler);
// Render using texture
// When rendering from texture unit 0, the black texture will be drawn.
// Crash happens when calling gl.drawArrays during this rendering.
render(0, width, height, black, "Result pixels rendering from TEXTURE0 should be black");
gl.bindTexture(gl.TEXTURE_3D, null);
gl.deleteTexture(texture);
gl.deleteProgram(program);
}
if (!gl) {
testFailed("Fail to get a WebGL2 context");
} else {
testPassed("Created WebGL2 context successfully");
activeTextureTest();
}
debug("");
var successfullyParsed = true;
</script>
<script src="../../../js/js-test-post.js"></script>
</body>
</html>
|
testeJsGaleria/js/jquery-ui-1.10.3.custom/development-bundle/themes/ui-lightness/minified/jquery.ui.core.min.css | dereckleme/siteBouts | /*! jQuery UI - v1.10.3 - 2013-06-12
* http://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%} |
www/node_modules/jquery-slimscroll/examples/disable-fade-out.html | luoxiaobatman/frontend-playground | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>jquery.slimscroll - disable fade out</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<link href="libs/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="libs/prettify/prettify.js"></script>
<script type="text/javascript" src="../jquery.slimscroll.js"></script>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<div class="examples">
<div id="testDiv">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus, felis interdum condimentum consectetur, nisl libero elementum eros, vehicula congue lacus eros non diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus mauris lorem, lacinia id tempus non, imperdiet et leo. Cras sit amet erat sit amet lacus egestas placerat. Aenean ultricies ultrices mauris ac congue. In vel tortor vel velit tristique tempus ac id nisi. Proin quis lorem velit. Nunc dui dui, blandit a ullamcorper vitae, congue fringilla lectus. Aliquam ultricies malesuada feugiat. Vestibulum placerat turpis et eros lobortis vel semper sapien pulvinar.</p>
<p>Pellentesque rhoncus aliquet porta. Sed vel magna eu turpis pharetra consequat ut vitae lectus. In molestie sollicitudin mi sit amet convallis. Aliquam erat volutpat. Nullam feugiat placerat ipsum eget malesuada. Nulla facilisis nunc non dolor vehicula pretium. Sed dui magna, sodales id pharetra non, ullamcorper eu sapien. Mauris ac consectetur leo. Mauris consequat, lectus ut bibendum pulvinar, leo magna feugiat enim, eu commodo lacus sem vel ante. Sed tempus metus eget leo mollis vulputate. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar rhoncus quam, vel semper tellus viverra id. Nulla rutrum porttitor odio, a rutrum purus gravida non. Etiam ac purus augue, eget vestibulum purus. Aenean venenatis ullamcorper augue, non consequat elit tempor sed. Donec velit sapien, volutpat sed ultricies egestas, semper a ante. Fusce dapibus, quam eget auctor suscipit, nibh leo posuere ante, at auctor nisi lacus in sem. Morbi interdum consectetur euismod. Cras accumsan est lacus. Nulla eleifend, eros vel consequat commodo, arcu nunc malesuada nunc, quis sagittis felis sem ac turpis.</p>
<p>Nulla rhoncus elementum convallis. Mauris condimentum aliquet egestas. Ut iaculis nisi eget tellus accumsan venenatis. Maecenas imperdiet aliquam porta. Aenean ultrices dolor sed quam laoreet varius. Curabitur condimentum blandit erat, quis accumsan eros interdum vitae. Curabitur ligula arcu, sollicitudin vitae iaculis sed, blandit sit amet enim. Morbi ullamcorper, metus vel mollis tristique, arcu turpis malesuada nisi, at dignissim lorem odio a orci. Proin ultrices, ipsum ut vestibulum interdum, libero felis auctor mi, vitae convallis nisl justo ac tellus. Integer nec lacinia turpis. Etiam massa nisl, rhoncus quis rutrum in, pretium eu leo. Proin a velit ut nulla laoreet vestibulum. Curabitur eu elit vitae felis auctor tincidunt. Curabitur tincidunt, metus sed sollicitudin cursus, quam elit commodo erat, ut tempor erat sapien vitae velit. Morbi nec viverra erat.</p>
<p>Nullam scelerisque facilisis pretium. Vivamus lectus leo, commodo ac sagittis ac, dictum a mi. Donec quis massa ut libero malesuada commodo in et risus. Fusce nunc dolor, aliquet vel rutrum in, molestie sit amet massa. Aliquam suscipit, justo a commodo condimentum, enim sapien fringilla ante, sed lobortis orci lectus in ante. Donec vel interdum est. Donec placerat cursus lacus, eu ultricies nisl tincidunt a. Fusce libero risus, sagittis eleifend iaculis aliquet, condimentum vitae diam. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin leo purus, sodales a venenatis luctus, faucibus ac enim. Sed id metus ac sem lobortis pretium. Mauris faucibus tempor scelerisque. Nunc vulputate interdum tortor, non tincidunt dui condimentum eget. Aenean in porttitor velit. Nam accumsan rhoncus risus id consectetur.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus, felis interdum condimentum consectetur, nisl libero elementum eros, vehicula congue lacus eros non diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus mauris lorem, lacinia id tempus non, imperdiet et leo. Cras sit amet erat sit amet lacus egestas placerat. Aenean ultricies ultrices mauris ac congue. In vel tortor vel velit tristique tempus ac id nisi. Proin quis lorem velit. Nunc dui dui, blandit a ullamcorper vitae, congue fringilla lectus. Aliquam ultricies malesuada feugiat. Vestibulum placerat turpis et eros lobortis vel semper sapien pulvinar.</p>
<p>Pellentesque rhoncus aliquet porta. Sed vel magna eu turpis pharetra consequat ut vitae lectus. In molestie sollicitudin mi sit amet convallis. Aliquam erat volutpat. Nullam feugiat placerat ipsum eget malesuada. Nulla facilisis nunc non dolor vehicula pretium. Sed dui magna, sodales id pharetra non, ullamcorper eu sapien. Mauris ac consectetur leo. Mauris consequat, lectus ut bibendum pulvinar, leo magna feugiat enim, eu commodo lacus sem vel ante. Sed tempus metus eget leo mollis vulputate. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar rhoncus quam, vel semper tellus viverra id. Nulla rutrum porttitor odio, a rutrum purus gravida non. Etiam ac purus augue, eget vestibulum purus. Aenean venenatis ullamcorper augue, non consequat elit tempor sed. Donec velit sapien, volutpat sed ultricies egestas, semper a ante. Fusce dapibus, quam eget auctor suscipit, nibh leo posuere ante, at auctor nisi lacus in sem. Morbi interdum consectetur euismod. Cras accumsan est lacus. Nulla eleifend, eros vel consequat commodo, arcu nunc malesuada nunc, quis sagittis felis sem ac turpis.</p>
<p>Nulla rhoncus elementum convallis. Mauris condimentum aliquet egestas. Ut iaculis nisi eget tellus accumsan venenatis. Maecenas imperdiet aliquam porta. Aenean ultrices dolor sed quam laoreet varius. Curabitur condimentum blandit erat, quis accumsan eros interdum vitae. Curabitur ligula arcu, sollicitudin vitae iaculis sed, blandit sit amet enim. Morbi ullamcorper, metus vel mollis tristique, arcu turpis malesuada nisi, at dignissim lorem odio a orci. Proin ultrices, ipsum ut vestibulum interdum, libero felis auctor mi, vitae convallis nisl justo ac tellus. Integer nec lacinia turpis. Etiam massa nisl, rhoncus quis rutrum in, pretium eu leo. Proin a velit ut nulla laoreet vestibulum. Curabitur eu elit vitae felis auctor tincidunt. Curabitur tincidunt, metus sed sollicitudin cursus, quam elit commodo erat, ut tempor erat sapien vitae velit. Morbi nec viverra erat.</p>
<p>Nullam scelerisque facilisis pretium. Vivamus lectus leo, commodo ac sagittis ac, dictum a mi. Donec quis massa ut libero malesuada commodo in et risus. Fusce nunc dolor, aliquet vel rutrum in, molestie sit amet massa. Aliquam suscipit, justo a commodo condimentum, enim sapien fringilla ante, sed lobortis orci lectus in ante. Donec vel interdum est. Donec placerat cursus lacus, eu ultricies nisl tincidunt a. Fusce libero risus, sagittis eleifend iaculis aliquet, condimentum vitae diam. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin leo purus, sodales a venenatis luctus, faucibus ac enim. Sed id metus ac sem lobortis pretium. Mauris faucibus tempor scelerisque. Nunc vulputate interdum tortor, non tincidunt dui condimentum eget. Aenean in porttitor velit. Nam accumsan rhoncus risus id consectetur.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus, felis interdum condimentum consectetur, nisl libero elementum eros, vehicula congue lacus eros non diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus mauris lorem, lacinia id tempus non, imperdiet et leo. Cras sit amet erat sit amet lacus egestas placerat. Aenean ultricies ultrices mauris ac congue. In vel tortor vel velit tristique tempus ac id nisi. Proin quis lorem velit. Nunc dui dui, blandit a ullamcorper vitae, congue fringilla lectus. Aliquam ultricies malesuada feugiat. Vestibulum placerat turpis et eros lobortis vel semper sapien pulvinar.</p>
<p>Pellentesque rhoncus aliquet porta. Sed vel magna eu turpis pharetra consequat ut vitae lectus. In molestie sollicitudin mi sit amet convallis. Aliquam erat volutpat. Nullam feugiat placerat ipsum eget malesuada. Nulla facilisis nunc non dolor vehicula pretium. Sed dui magna, sodales id pharetra non, ullamcorper eu sapien. Mauris ac consectetur leo. Mauris consequat, lectus ut bibendum pulvinar, leo magna feugiat enim, eu commodo lacus sem vel ante. Sed tempus metus eget leo mollis vulputate. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar rhoncus quam, vel semper tellus viverra id. Nulla rutrum porttitor odio, a rutrum purus gravida non. Etiam ac purus augue, eget vestibulum purus. Aenean venenatis ullamcorper augue, non consequat elit tempor sed. Donec velit sapien, volutpat sed ultricies egestas, semper a ante. Fusce dapibus, quam eget auctor suscipit, nibh leo posuere ante, at auctor nisi lacus in sem. Morbi interdum consectetur euismod. Cras accumsan est lacus. Nulla eleifend, eros vel consequat commodo, arcu nunc malesuada nunc, quis sagittis felis sem ac turpis.</p>
<p>Nulla rhoncus elementum convallis. Mauris condimentum aliquet egestas. Ut iaculis nisi eget tellus accumsan venenatis. Maecenas imperdiet aliquam porta. Aenean ultrices dolor sed quam laoreet varius. Curabitur condimentum blandit erat, quis accumsan eros interdum vitae. Curabitur ligula arcu, sollicitudin vitae iaculis sed, blandit sit amet enim. Morbi ullamcorper, metus vel mollis tristique, arcu turpis malesuada nisi, at dignissim lorem odio a orci. Proin ultrices, ipsum ut vestibulum interdum, libero felis auctor mi, vitae convallis nisl justo ac tellus. Integer nec lacinia turpis. Etiam massa nisl, rhoncus quis rutrum in, pretium eu leo. Proin a velit ut nulla laoreet vestibulum. Curabitur eu elit vitae felis auctor tincidunt. Curabitur tincidunt, metus sed sollicitudin cursus, quam elit commodo erat, ut tempor erat sapien vitae velit. Morbi nec viverra erat.</p>
<p>Nullam scelerisque facilisis pretium. Vivamus lectus leo, commodo ac sagittis ac, dictum a mi. Donec quis massa ut libero malesuada commodo in et risus. Fusce nunc dolor, aliquet vel rutrum in, molestie sit amet massa. Aliquam suscipit, justo a commodo condimentum, enim sapien fringilla ante, sed lobortis orci lectus in ante. Donec vel interdum est. Donec placerat cursus lacus, eu ultricies nisl tincidunt a. Fusce libero risus, sagittis eleifend iaculis aliquet, condimentum vitae diam. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin leo purus, sodales a venenatis luctus, faucibus ac enim. Sed id metus ac sem lobortis pretium. Mauris faucibus tempor scelerisque. Nunc vulputate interdum tortor, non tincidunt dui condimentum eget. Aenean in porttitor velit. Nam accumsan rhoncus risus id consectetur.</p>
</div>
<pre class="prettyprint">
$('#testDiv').slimscroll();
</pre>
<div id="testDiv2">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus, felis interdum condimentum consectetur, nisl libero elementum eros, vehicula congue lacus eros non diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus mauris lorem, lacinia id tempus non, imperdiet et leo. Cras sit amet erat sit amet lacus egestas placerat. Aenean ultricies ultrices mauris ac congue. In vel tortor vel velit tristique tempus ac id nisi. Proin quis lorem velit. Nunc dui dui, blandit a ullamcorper vitae, congue fringilla lectus. Aliquam ultricies malesuada feugiat. Vestibulum placerat turpis et eros lobortis vel semper sapien pulvinar.</p>
<p>Pellentesque rhoncus aliquet porta. Sed vel magna eu turpis pharetra consequat ut vitae lectus. In molestie sollicitudin mi sit amet convallis. Aliquam erat volutpat. Nullam feugiat placerat ipsum eget malesuada. Nulla facilisis nunc non dolor vehicula pretium. Sed dui magna, sodales id pharetra non, ullamcorper eu sapien. Mauris ac consectetur leo. Mauris consequat, lectus ut bibendum pulvinar, leo magna feugiat enim, eu commodo lacus sem vel ante. Sed tempus metus eget leo mollis vulputate. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar rhoncus quam, vel semper tellus viverra id. Nulla rutrum porttitor odio, a rutrum purus gravida non. Etiam ac purus augue, eget vestibulum purus. Aenean venenatis ullamcorper augue, non consequat elit tempor sed. Donec velit sapien, volutpat sed ultricies egestas, semper a ante. Fusce dapibus, quam eget auctor suscipit, nibh leo posuere ante, at auctor nisi lacus in sem. Morbi interdum consectetur euismod. Cras accumsan est lacus. Nulla eleifend, eros vel consequat commodo, arcu nunc malesuada nunc, quis sagittis felis sem ac turpis.</p>
<p>Nulla rhoncus elementum convallis. Mauris condimentum aliquet egestas. Ut iaculis nisi eget tellus accumsan venenatis. Maecenas imperdiet aliquam porta. Aenean ultrices dolor sed quam laoreet varius. Curabitur condimentum blandit erat, quis accumsan eros interdum vitae. Curabitur ligula arcu, sollicitudin vitae iaculis sed, blandit sit amet enim. Morbi ullamcorper, metus vel mollis tristique, arcu turpis malesuada nisi, at dignissim lorem odio a orci. Proin ultrices, ipsum ut vestibulum interdum, libero felis auctor mi, vitae convallis nisl justo ac tellus. Integer nec lacinia turpis. Etiam massa nisl, rhoncus quis rutrum in, pretium eu leo. Proin a velit ut nulla laoreet vestibulum. Curabitur eu elit vitae felis auctor tincidunt. Curabitur tincidunt, metus sed sollicitudin cursus, quam elit commodo erat, ut tempor erat sapien vitae velit. Morbi nec viverra erat.</p>
<p>Nullam scelerisque facilisis pretium. Vivamus lectus leo, commodo ac sagittis ac, dictum a mi. Donec quis massa ut libero malesuada commodo in et risus. Fusce nunc dolor, aliquet vel rutrum in, molestie sit amet massa. Aliquam suscipit, justo a commodo condimentum, enim sapien fringilla ante, sed lobortis orci lectus in ante. Donec vel interdum est. Donec placerat cursus lacus, eu ultricies nisl tincidunt a. Fusce libero risus, sagittis eleifend iaculis aliquet, condimentum vitae diam. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin leo purus, sodales a venenatis luctus, faucibus ac enim. Sed id metus ac sem lobortis pretium. Mauris faucibus tempor scelerisque. Nunc vulputate interdum tortor, non tincidunt dui condimentum eget. Aenean in porttitor velit. Nam accumsan rhoncus risus id consectetur.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus, felis interdum condimentum consectetur, nisl libero elementum eros, vehicula congue lacus eros non diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus mauris lorem, lacinia id tempus non, imperdiet et leo. Cras sit amet erat sit amet lacus egestas placerat. Aenean ultricies ultrices mauris ac congue. In vel tortor vel velit tristique tempus ac id nisi. Proin quis lorem velit. Nunc dui dui, blandit a ullamcorper vitae, congue fringilla lectus. Aliquam ultricies malesuada feugiat. Vestibulum placerat turpis et eros lobortis vel semper sapien pulvinar.</p>
<p>Pellentesque rhoncus aliquet porta. Sed vel magna eu turpis pharetra consequat ut vitae lectus. In molestie sollicitudin mi sit amet convallis. Aliquam erat volutpat. Nullam feugiat placerat ipsum eget malesuada. Nulla facilisis nunc non dolor vehicula pretium. Sed dui magna, sodales id pharetra non, ullamcorper eu sapien. Mauris ac consectetur leo. Mauris consequat, lectus ut bibendum pulvinar, leo magna feugiat enim, eu commodo lacus sem vel ante. Sed tempus metus eget leo mollis vulputate. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar rhoncus quam, vel semper tellus viverra id. Nulla rutrum porttitor odio, a rutrum purus gravida non. Etiam ac purus augue, eget vestibulum purus. Aenean venenatis ullamcorper augue, non consequat elit tempor sed. Donec velit sapien, volutpat sed ultricies egestas, semper a ante. Fusce dapibus, quam eget auctor suscipit, nibh leo posuere ante, at auctor nisi lacus in sem. Morbi interdum consectetur euismod. Cras accumsan est lacus. Nulla eleifend, eros vel consequat commodo, arcu nunc malesuada nunc, quis sagittis felis sem ac turpis.</p>
<p>Nulla rhoncus elementum convallis. Mauris condimentum aliquet egestas. Ut iaculis nisi eget tellus accumsan venenatis. Maecenas imperdiet aliquam porta. Aenean ultrices dolor sed quam laoreet varius. Curabitur condimentum blandit erat, quis accumsan eros interdum vitae. Curabitur ligula arcu, sollicitudin vitae iaculis sed, blandit sit amet enim. Morbi ullamcorper, metus vel mollis tristique, arcu turpis malesuada nisi, at dignissim lorem odio a orci. Proin ultrices, ipsum ut vestibulum interdum, libero felis auctor mi, vitae convallis nisl justo ac tellus. Integer nec lacinia turpis. Etiam massa nisl, rhoncus quis rutrum in, pretium eu leo. Proin a velit ut nulla laoreet vestibulum. Curabitur eu elit vitae felis auctor tincidunt. Curabitur tincidunt, metus sed sollicitudin cursus, quam elit commodo erat, ut tempor erat sapien vitae velit. Morbi nec viverra erat.</p>
<p>Nullam scelerisque facilisis pretium. Vivamus lectus leo, commodo ac sagittis ac, dictum a mi. Donec quis massa ut libero malesuada commodo in et risus. Fusce nunc dolor, aliquet vel rutrum in, molestie sit amet massa. Aliquam suscipit, justo a commodo condimentum, enim sapien fringilla ante, sed lobortis orci lectus in ante. Donec vel interdum est. Donec placerat cursus lacus, eu ultricies nisl tincidunt a. Fusce libero risus, sagittis eleifend iaculis aliquet, condimentum vitae diam. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin leo purus, sodales a venenatis luctus, faucibus ac enim. Sed id metus ac sem lobortis pretium. Mauris faucibus tempor scelerisque. Nunc vulputate interdum tortor, non tincidunt dui condimentum eget. Aenean in porttitor velit. Nam accumsan rhoncus risus id consectetur.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus, felis interdum condimentum consectetur, nisl libero elementum eros, vehicula congue lacus eros non diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus mauris lorem, lacinia id tempus non, imperdiet et leo. Cras sit amet erat sit amet lacus egestas placerat. Aenean ultricies ultrices mauris ac congue. In vel tortor vel velit tristique tempus ac id nisi. Proin quis lorem velit. Nunc dui dui, blandit a ullamcorper vitae, congue fringilla lectus. Aliquam ultricies malesuada feugiat. Vestibulum placerat turpis et eros lobortis vel semper sapien pulvinar.</p>
<p>Pellentesque rhoncus aliquet porta. Sed vel magna eu turpis pharetra consequat ut vitae lectus. In molestie sollicitudin mi sit amet convallis. Aliquam erat volutpat. Nullam feugiat placerat ipsum eget malesuada. Nulla facilisis nunc non dolor vehicula pretium. Sed dui magna, sodales id pharetra non, ullamcorper eu sapien. Mauris ac consectetur leo. Mauris consequat, lectus ut bibendum pulvinar, leo magna feugiat enim, eu commodo lacus sem vel ante. Sed tempus metus eget leo mollis vulputate. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar rhoncus quam, vel semper tellus viverra id. Nulla rutrum porttitor odio, a rutrum purus gravida non. Etiam ac purus augue, eget vestibulum purus. Aenean venenatis ullamcorper augue, non consequat elit tempor sed. Donec velit sapien, volutpat sed ultricies egestas, semper a ante. Fusce dapibus, quam eget auctor suscipit, nibh leo posuere ante, at auctor nisi lacus in sem. Morbi interdum consectetur euismod. Cras accumsan est lacus. Nulla eleifend, eros vel consequat commodo, arcu nunc malesuada nunc, quis sagittis felis sem ac turpis.</p>
<p>Nulla rhoncus elementum convallis. Mauris condimentum aliquet egestas. Ut iaculis nisi eget tellus accumsan venenatis. Maecenas imperdiet aliquam porta. Aenean ultrices dolor sed quam laoreet varius. Curabitur condimentum blandit erat, quis accumsan eros interdum vitae. Curabitur ligula arcu, sollicitudin vitae iaculis sed, blandit sit amet enim. Morbi ullamcorper, metus vel mollis tristique, arcu turpis malesuada nisi, at dignissim lorem odio a orci. Proin ultrices, ipsum ut vestibulum interdum, libero felis auctor mi, vitae convallis nisl justo ac tellus. Integer nec lacinia turpis. Etiam massa nisl, rhoncus quis rutrum in, pretium eu leo. Proin a velit ut nulla laoreet vestibulum. Curabitur eu elit vitae felis auctor tincidunt. Curabitur tincidunt, metus sed sollicitudin cursus, quam elit commodo erat, ut tempor erat sapien vitae velit. Morbi nec viverra erat.</p>
<p>Nullam scelerisque facilisis pretium. Vivamus lectus leo, commodo ac sagittis ac, dictum a mi. Donec quis massa ut libero malesuada commodo in et risus. Fusce nunc dolor, aliquet vel rutrum in, molestie sit amet massa. Aliquam suscipit, justo a commodo condimentum, enim sapien fringilla ante, sed lobortis orci lectus in ante. Donec vel interdum est. Donec placerat cursus lacus, eu ultricies nisl tincidunt a. Fusce libero risus, sagittis eleifend iaculis aliquet, condimentum vitae diam. Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin leo purus, sodales a venenatis luctus, faucibus ac enim. Sed id metus ac sem lobortis pretium. Mauris faucibus tempor scelerisque. Nunc vulputate interdum tortor, non tincidunt dui condimentum eget. Aenean in porttitor velit. Nam accumsan rhoncus risus id consectetur.</p>
</div>
<pre class="prettyprint">
$('#testDiv2').slimscroll({
disableFadeOut: true
});
</pre>
</div>
<script type="text/javascript">
$(function(){
$('#testDiv').slimscroll();
$('#testDiv2').slimscroll({
disableFadeOut: true
});
});
</script>
<script type="text/javascript">
//enable syntax highlighter
prettyPrint();
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3112455-22']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html> |
view/stache/insert_benchmark.html | rjgotten/canjs | <!DOCTYPE HTML>
<html>
<head>
<style>
p {
font: 12px/16px Arial;
margin: 10px 10px 15px;
}
button {
font: bold 14px/14px Arial;
margin-left: 10px;
}
#grid {
margin: 10px;
}
#timing {
clear: both;
padding-top: 10px;
}
.box-view {
width: 20px; height: 20px;
float: left;
position: relative;
margin: 8px;
}
.box {
border-radius: 100px;
width: 20px; height: 10px;
padding: 5px 0;
color: #fff;
font: 10px/10px Arial;
text-align: center;
position: absolute;
}
</style>
</head>
<body>
<button id='start'>Start</button>
<button id='stop'>Stop</button>
<script type="text/javascript" src="../node_modules/steal/steal.js" main="@empty"></script>
<script type="text/javascript">
steal("can/view/stache", function(stache){
var template = can.stache("<ul>"+
"{{#each tasks}}"+
"<li class='{{#if completed}}completed{{/if}}'>"+
"{{name}}"+
"</li>"+
"{{/each}}"+
"</ul>");
var tasks = new can.List([
{name: "Mow lawn", completed: false},
{name: "Walk dog", completed: true}
]);
var frag = template({tasks: tasks});
var template = can.stache("<ul>...</ul>"),
tasks = new can.List([
{name: "Do dishes", completed: false},
{name: "Walk dog", completed: true}
]),
frag = template({tasks: tasks});
var template = stache(
"{{#each boxes}}"+
"<div class='box-view'>"+
"<div class='box' id='box-{{number}}' style='top: {{top}}px; left: {{left}}px; background: rgb(0,0,{{color}});'>"+
"{{content}}"+
"</div>"+
"</div>"+
"{{/each}}");
var boxes = new can.List([]),
Box = can.Map.extend({
count: 0,
content: 0,
tick: function(){
var count = this.attr("count")+1
this.attr({
count: count,
left: Math.cos(count / 10) * 10,
top: Math.sin(count / 10) * 10,
color: count % 255,
content: count
})
return this;
}
}),
newboxes = [];
for(var i =0; i < 400; i++) {
boxes.push( new Box({ number: i }).tick() );
newboxes.push( new Box({ number: i+100 }).tick() );
}
var frag = template({boxes: boxes});
var div = document.createElement("div")
document.body.appendChild(div)
div.appendChild(frag)
var count = 0;
$("#start").click(function(){
var start = new Date();
boxes.push.apply(boxes, newboxes);
console.log("adding 100 boxes", new Date() - start)
})
})
</script>
</body>
</html> |
vendor/ng-slider/src/css/ng-slider.round.css | ISBX/isbx-loopback-cms | .jslider_round .jslider-bg i,
.jslider_round .jslider-pointer { background-image: url(../img/jslider.round.png); }
.jslider_round.sliderCSS .jslider-bg i,
.jslider_round.sliderCSS .jslider-pointer { background-image: none; }
.jslider_round.sliderCSS .jslider-pointer { z-index: 3; background-color: #615959; width: 10px; height: 10px; border-radius: 50%; top: -3px;}
.jslider_round .jslider-pointer { z-index: 2; width: 20px; height: 17px; top: -6px; }
.jslider_round.vertical .jslider-bg i,
.jslider_round.vertical .jslider-pointer { background-image: url(../img/jslider.round.vertical.png); }
.jslider_round.vertical.sliderCSS .jslider-bg i,
.jslider_round.vertical.sliderCSS .jslider-pointer { background-image: none; }
.jslider_round.vertical.sliderCSS .jslider-pointer { left: 15px; background-color: #615959; width: 10px; height: 10px; border-radius: 50%; }
.jslider_round.vertical .jslider-pointer { width: 20px; height: 17px; top: -6px; margin-left: -6px; }
|
theme/css/skins/skin-corporate-restaurant.css | wiliamdecosta/wajib-pajak-new | a {
color: #e09b23;
}
a:hover {
color: #e3a539;
}
a:focus {
color: #e3a539;
}
a:active {
color: #cd8c1d;
}
html .heading-primary,
html .lnk-primary,
html .text-color-primary {
color: #e09b23 !important;
}
html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
border-color: #e09b23;
}
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
color: #344257 !important;
}
html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
border-color: #344257;
}
html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
color: #d1e7e7 !important;
}
html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
border-color: #d1e7e7;
}
html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
color: #edeada !important;
}
html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
border-color: #edeada;
}
html .heading-dark,
html .lnk-dark,
html .text-color-dark {
color: #2e353e !important;
}
html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
border-color: #2e353e;
}
html .heading-light,
html .lnk-light,
html .text-color-light {
color: #ffffff !important;
}
html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
border-color: #ffffff;
}
html .background-color-primary {
background-color: #e09b23 !important;
}
html .background-color-secondary {
background-color: #344257 !important;
}
html .background-color-tertiary {
background-color: #d1e7e7 !important;
}
html .background-color-quaternary {
background-color: #edeada !important;
}
html .background-color-dark {
background-color: #2e353e !important;
}
html .background-color-light {
background-color: #ffffff !important;
}
.alternative-font {
color: #e09b23;
}
html .blockquote-primary {
border-color: #e09b23 !important;
}
html .blockquote-secondary {
border-color: #344257 !important;
}
html .blockquote-tertiary {
border-color: #d1e7e7 !important;
}
html .blockquote-quaternary {
border-color: #edeada !important;
}
html .blockquote-dark {
border-color: #2e353e !important;
}
html .blockquote-light {
border-color: #ffffff !important;
}
p.drop-caps:first-child:first-letter {
color: #e09b23;
}
p.drop-caps.drop-caps-style-2:first-child:first-letter {
background-color: #e09b23;
}
ul.nav-pills > li.active > a {
background-color: #e09b23;
}
ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
background-color: #e09b23;
}
html ul.nav-pills-primary a {
color: #e09b23;
}
html ul.nav-pills-primary a:hover {
color: #e3a539;
}
html ul.nav-pills-primary a:focus {
color: #e3a539;
}
html ul.nav-pills-primary a:active {
color: #cd8c1d;
}
html ul.nav-pills-primary > li.active > a {
background-color: #e09b23;
}
html ul.nav-pills-primary > li.active > a:hover,
html ul.nav-pills-primary > li.active > a:focus {
background-color: #e09b23;
}
html ul.nav-pills-secondary a {
color: #344257;
}
html ul.nav-pills-secondary a:hover {
color: #3e4e67;
}
html ul.nav-pills-secondary a:focus {
color: #3e4e67;
}
html ul.nav-pills-secondary a:active {
color: #2a3647;
}
html ul.nav-pills-secondary > li.active > a {
background-color: #344257;
}
html ul.nav-pills-secondary > li.active > a:hover,
html ul.nav-pills-secondary > li.active > a:focus {
background-color: #344257;
}
html ul.nav-pills-tertiary a {
color: #d1e7e7;
}
html ul.nav-pills-tertiary a:hover {
color: #e2f0f0;
}
html ul.nav-pills-tertiary a:focus {
color: #e2f0f0;
}
html ul.nav-pills-tertiary a:active {
color: #c0dede;
}
html ul.nav-pills-tertiary > li.active > a {
background-color: #d1e7e7;
}
html ul.nav-pills-tertiary > li.active > a:hover,
html ul.nav-pills-tertiary > li.active > a:focus {
background-color: #d1e7e7;
}
html ul.nav-pills-quaternary a {
color: #edeada;
}
html ul.nav-pills-quaternary a:hover {
color: #f5f4eb;
}
html ul.nav-pills-quaternary a:focus {
color: #f5f4eb;
}
html ul.nav-pills-quaternary a:active {
color: #e5e0c9;
}
html ul.nav-pills-quaternary > li.active > a {
background-color: #edeada;
}
html ul.nav-pills-quaternary > li.active > a:hover,
html ul.nav-pills-quaternary > li.active > a:focus {
background-color: #edeada;
}
html ul.nav-pills-dark a {
color: #2e353e;
}
html ul.nav-pills-dark a:hover {
color: #39424d;
}
html ul.nav-pills-dark a:focus {
color: #39424d;
}
html ul.nav-pills-dark a:active {
color: #23282f;
}
html ul.nav-pills-dark > li.active > a {
background-color: #2e353e;
}
html ul.nav-pills-dark > li.active > a:hover,
html ul.nav-pills-dark > li.active > a:focus {
background-color: #2e353e;
}
html ul.nav-pills-light a {
color: #ffffff;
}
html ul.nav-pills-light a:hover {
color: #ffffff;
}
html ul.nav-pills-light a:focus {
color: #ffffff;
}
html ul.nav-pills-light a:active {
color: #f2f2f2;
}
html ul.nav-pills-light > li.active > a {
background-color: #ffffff;
}
html ul.nav-pills-light > li.active > a:hover,
html ul.nav-pills-light > li.active > a:focus {
background-color: #ffffff;
}
.sort-source-wrapper .nav > li.active > a {
color: #e09b23;
}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
color: #e09b23;
}
.sort-source.sort-source-style-2 > li.active > a:after {
border-top-color: #e09b23;
}
html .label-primary {
background-color: #e09b23;
}
html .label-secondary {
background-color: #344257;
}
html .label-tertiary {
background-color: #d1e7e7;
}
html .label-quaternary {
background-color: #edeada;
}
html .label-dark {
background-color: #2e353e;
}
html .label-light {
background-color: #ffffff;
}
.btn-link {
color: #e09b23;
}
.btn-link:hover {
color: #e3a539;
}
.btn-link:active {
color: #cd8c1d;
}
html .btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #e09b23;
border-color: #e09b23 #e09b23 #b67d1a;
}
html .btn-primary:hover {
border-color: #e3a539 #e3a539 #cd8c1d;
background-color: #e3a539;
}
html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
border-color: #cd8c1d #cd8c1d #cd8c1d;
background-color: #cd8c1d;
}
html .btn-primary.dropdown-toggle {
border-left-color: #cd8c1d;
}
html .btn-primary[disabled] {
border-color: #edc47c;
background-color: #edc47c;
}
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
color: #ffffff;
}
html .btn-primary-scale-2 {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #b67d1a;
border-color: #b67d1a #b67d1a #8a5e13;
}
html .btn-primary-scale-2:hover {
border-color: #cd8c1d #cd8c1d #a06e17;
background-color: #cd8c1d;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2:active:hover,
html .btn-primary-scale-2:active:focus {
border-color: #a06e17 #a06e17 #a06e17;
background-color: #a06e17;
}
html .btn-primary-scale-2.dropdown-toggle {
border-left-color: #a06e17;
}
html .btn-primary-scale-2[disabled] {
border-color: #e6af50;
background-color: #e6af50;
}
html .btn-secondary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #344257;
border-color: #344257 #344257 #212a37;
}
html .btn-secondary:hover {
border-color: #3e4e67 #3e4e67 #2a3647;
background-color: #3e4e67;
}
html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
border-color: #2a3647 #2a3647 #2a3647;
background-color: #2a3647;
}
html .btn-secondary.dropdown-toggle {
border-left-color: #2a3647;
}
html .btn-secondary[disabled] {
border-color: #5a7297;
background-color: #5a7297;
}
html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
color: #ffffff;
}
html .btn-secondary-scale-2 {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #212a37;
border-color: #212a37 #212a37 #0e1217;
}
html .btn-secondary-scale-2:hover {
border-color: #2a3647 #2a3647 #171e27;
background-color: #2a3647;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2:active:hover,
html .btn-secondary-scale-2:active:focus {
border-color: #171e27 #171e27 #171e27;
background-color: #171e27;
}
html .btn-secondary-scale-2.dropdown-toggle {
border-left-color: #171e27;
}
html .btn-secondary-scale-2[disabled] {
border-color: #475a77;
background-color: #475a77;
}
html .btn-tertiary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #d1e7e7;
border-color: #d1e7e7 #d1e7e7 #afd6d6;
}
html .btn-tertiary:hover {
border-color: #e2f0f0 #e2f0f0 #c0dede;
background-color: #e2f0f0;
}
html .btn-tertiary:active,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
border-color: #c0dede #c0dede #c0dede;
background-color: #c0dede;
}
html .btn-tertiary.dropdown-toggle {
border-left-color: #c0dede;
}
html .btn-tertiary[disabled] {
border-color: #ffffff;
background-color: #ffffff;
}
html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
color: #777777;
}
html .btn-tertiary-scale-2 {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #afd6d6;
border-color: #afd6d6 #afd6d6 #8ec4c4;
}
html .btn-tertiary-scale-2:hover {
border-color: #c0dede #c0dede #9fcdcd;
background-color: #c0dede;
}
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2:active:hover,
html .btn-tertiary-scale-2:active:focus {
border-color: #9fcdcd #9fcdcd #9fcdcd;
background-color: #9fcdcd;
}
html .btn-tertiary-scale-2.dropdown-toggle {
border-left-color: #9fcdcd;
}
html .btn-tertiary-scale-2[disabled] {
border-color: #f3f8f8;
background-color: #f3f8f8;
}
html .btn-quaternary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #edeada;
border-color: #edeada #edeada #dcd7b8;
}
html .btn-quaternary:hover {
border-color: #f5f4eb #f5f4eb #e5e0c9;
background-color: #f5f4eb;
}
html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
border-color: #e5e0c9 #e5e0c9 #e5e0c9;
background-color: #e5e0c9;
}
html .btn-quaternary.dropdown-toggle {
border-left-color: #e5e0c9;
}
html .btn-quaternary[disabled] {
border-color: #ffffff;
background-color: #ffffff;
}
html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
color: #777777;
}
html .btn-quaternary-scale-2 {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #dcd7b8;
border-color: #dcd7b8 #dcd7b8 #ccc395;
}
html .btn-quaternary-scale-2:hover {
border-color: #e5e0c9 #e5e0c9 #d4cda7;
background-color: #e5e0c9;
}
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2:active:hover,
html .btn-quaternary-scale-2:active:focus {
border-color: #d4cda7 #d4cda7 #d4cda7;
background-color: #d4cda7;
}
html .btn-quaternary-scale-2.dropdown-toggle {
border-left-color: #d4cda7;
}
html .btn-quaternary-scale-2[disabled] {
border-color: #fefdfc;
background-color: #fefdfc;
}
html .btn-dark {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #2e353e;
border-color: #2e353e #2e353e #181c21;
}
html .btn-dark:hover {
border-color: #39424d #39424d #23282f;
background-color: #39424d;
}
html .btn-dark:active,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
border-color: #23282f #23282f #23282f;
background-color: #23282f;
}
html .btn-dark.dropdown-toggle {
border-left-color: #23282f;
}
html .btn-dark[disabled] {
border-color: #596779;
background-color: #596779;
}
html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
color: #ffffff;
}
html .btn-dark-scale-2 {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #181c21;
border-color: #181c21 #181c21 #030303;
}
html .btn-dark-scale-2:hover {
border-color: #23282f #23282f #0d0f12;
background-color: #23282f;
}
html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2:active:hover,
html .btn-dark-scale-2:active:focus {
border-color: #0d0f12 #0d0f12 #0d0f12;
background-color: #0d0f12;
}
html .btn-dark-scale-2.dropdown-toggle {
border-left-color: #0d0f12;
}
html .btn-dark-scale-2[disabled] {
border-color: #444e5b;
background-color: #444e5b;
}
html .btn-light {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ffffff;
border-color: #ffffff #ffffff #e6e6e6;
}
html .btn-light:hover {
border-color: #ffffff #ffffff #f2f2f2;
background-color: #ffffff;
}
html .btn-light:active,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
border-color: #f2f2f2 #f2f2f2 #f2f2f2;
background-color: #f2f2f2;
}
html .btn-light.dropdown-toggle {
border-left-color: #f2f2f2;
}
html .btn-light[disabled] {
border-color: #ffffff;
background-color: #ffffff;
}
html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
color: #777777;
}
html .btn-light-scale-2 {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #e6e6e6;
border-color: #e6e6e6 #e6e6e6 #cccccc;
}
html .btn-light-scale-2:hover {
border-color: #f2f2f2 #f2f2f2 #d9d9d9;
background-color: #f2f2f2;
}
html .btn-light-scale-2:active,
html .btn-light-scale-2:focus,
html .btn-light-scale-2:active:hover,
html .btn-light-scale-2:active:focus {
border-color: #d9d9d9 #d9d9d9 #d9d9d9;
background-color: #d9d9d9;
}
html .btn-light-scale-2.dropdown-toggle {
border-left-color: #d9d9d9;
}
html .btn-light-scale-2[disabled] {
border-color: #ffffff;
background-color: #ffffff;
}
html .btn-borders.btn-primary {
background: transparent;
border-color: #e09b23;
color: #e09b23;
text-shadow: none;
}
html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #e09b23;
border-color: #e09b23 #e09b23 #b67d1a;
border-color: #e09b23 !important;
color: #ffffff;
}
html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
border-color: #e3a539 #e3a539 #cd8c1d;
background-color: #e3a539;
}
html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
border-color: #cd8c1d #cd8c1d #cd8c1d;
background-color: #cd8c1d;
}
html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
border-left-color: #cd8c1d;
}
html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled] {
border-color: #edc47c;
background-color: #edc47c;
}
html .btn-borders.btn-secondary {
background: transparent;
border-color: #344257;
color: #344257;
text-shadow: none;
}
html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #344257;
border-color: #344257 #344257 #212a37;
border-color: #344257 !important;
color: #ffffff;
}
html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
border-color: #3e4e67 #3e4e67 #2a3647;
background-color: #3e4e67;
}
html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
border-color: #2a3647 #2a3647 #2a3647;
background-color: #2a3647;
}
html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
border-left-color: #2a3647;
}
html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled] {
border-color: #5a7297;
background-color: #5a7297;
}
html .btn-borders.btn-tertiary {
background: transparent;
border-color: #d1e7e7;
color: #d1e7e7;
text-shadow: none;
}
html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #d1e7e7;
border-color: #d1e7e7 #d1e7e7 #afd6d6;
border-color: #d1e7e7 !important;
color: #777777;
}
html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
border-color: #e2f0f0 #e2f0f0 #c0dede;
background-color: #e2f0f0;
}
html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus,
html .btn-borders.btn-tertiary:hover:active:hover,
html .btn-borders.btn-tertiary:focus:active:hover,
html .btn-borders.btn-tertiary:hover:active:focus,
html .btn-borders.btn-tertiary:focus:active:focus {
border-color: #c0dede #c0dede #c0dede;
background-color: #c0dede;
}
html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
border-left-color: #c0dede;
}
html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled] {
border-color: #ffffff;
background-color: #ffffff;
}
html .btn-borders.btn-quaternary {
background: transparent;
border-color: #edeada;
color: #edeada;
text-shadow: none;
}
html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #edeada;
border-color: #edeada #edeada #dcd7b8;
border-color: #edeada !important;
color: #777777;
}
html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
border-color: #f5f4eb #f5f4eb #e5e0c9;
background-color: #f5f4eb;
}
html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus,
html .btn-borders.btn-quaternary:hover:active:hover,
html .btn-borders.btn-quaternary:focus:active:hover,
html .btn-borders.btn-quaternary:hover:active:focus,
html .btn-borders.btn-quaternary:focus:active:focus {
border-color: #e5e0c9 #e5e0c9 #e5e0c9;
background-color: #e5e0c9;
}
html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
border-left-color: #e5e0c9;
}
html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled] {
border-color: #ffffff;
background-color: #ffffff;
}
html .btn-borders.btn-dark {
background: transparent;
border-color: #2e353e;
color: #2e353e;
text-shadow: none;
}
html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #2e353e;
border-color: #2e353e #2e353e #181c21;
border-color: #2e353e !important;
color: #ffffff;
}
html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
border-color: #39424d #39424d #23282f;
background-color: #39424d;
}
html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus,
html .btn-borders.btn-dark:hover:active:hover,
html .btn-borders.btn-dark:focus:active:hover,
html .btn-borders.btn-dark:hover:active:focus,
html .btn-borders.btn-dark:focus:active:focus {
border-color: #23282f #23282f #23282f;
background-color: #23282f;
}
html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
border-left-color: #23282f;
}
html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled] {
border-color: #596779;
background-color: #596779;
}
html .btn-borders.btn-light {
background: transparent;
border-color: #ffffff;
color: #ffffff;
text-shadow: none;
}
html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ffffff;
border-color: #ffffff #ffffff #e6e6e6;
border-color: #ffffff !important;
color: #777777;
}
html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
border-color: #ffffff #ffffff #f2f2f2;
background-color: #ffffff;
}
html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus,
html .btn-borders.btn-light:hover:active:hover,
html .btn-borders.btn-light:focus:active:hover,
html .btn-borders.btn-light:hover:active:focus,
html .btn-borders.btn-light:focus:active:focus {
border-color: #f2f2f2 #f2f2f2 #f2f2f2;
background-color: #f2f2f2;
}
html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
border-left-color: #f2f2f2;
}
html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled] {
border-color: #ffffff;
background-color: #ffffff;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #e09b23;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #e09b23 !important;
border-color: #e09b23;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
color: #e09b23;
}
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
background-color: #e09b23;
border-color: #e09b23;
}
.pagination > .active > a,
body.dark .pagination > .active > a {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #e09b23;
border-color: #e09b23 #e09b23 #b67d1a;
}
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
border-color: #e3a539 #e3a539 #cd8c1d;
background-color: #e3a539;
}
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a:active:hover,
body.dark .pagination > .active > a:active:hover,
.pagination > .active > a:active:focus,
body.dark .pagination > .active > a:active:focus {
border-color: #cd8c1d #cd8c1d #cd8c1d;
background-color: #cd8c1d;
}
.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
border-left-color: #cd8c1d;
}
.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled] {
border-color: #edc47c;
background-color: #edc47c;
}
html .alert-primary {
background-color: #e09b23;
border-color: #d6931e;
color: #ffffff;
}
html .alert-primary .alert-link {
color: #ffffff;
}
html .alert-secondary {
background-color: #344257;
border-color: #2e3b4d;
color: #ffffff;
}
html .alert-secondary .alert-link {
color: #ffffff;
}
html .alert-tertiary {
background-color: #d1e7e7;
border-color: #c7e2e2;
color: #777777;
}
html .alert-tertiary .alert-link {
color: #777777;
}
html .alert-quaternary {
background-color: #edeada;
border-color: #e8e4d0;
color: #777777;
}
html .alert-quaternary .alert-link {
color: #777777;
}
html .alert-dark {
background-color: #2e353e;
border-color: #272d35;
color: #ffffff;
}
html .alert-dark .alert-link {
color: #ffffff;
}
html .alert-light {
background-color: #ffffff;
border-color: #f7f7f7;
color: #777777;
}
html .alert-light .alert-link {
color: #777777;
}
html .progress-bar-primary {
background-color: #e09b23;
}
html .progress-bar-secondary {
background-color: #344257;
}
html .progress-bar-tertiary {
background-color: #d1e7e7;
}
html .progress-bar-quaternary {
background-color: #edeada;
}
html .progress-bar-dark {
background-color: #2e353e;
}
html .progress-bar-light {
background-color: #ffffff;
}
html section.section-primary {
background-color: #e09b23 !important;
border-color: #cd8c1d !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
color: #ffffff;
}
html section.section-primary p {
color: #e6e6e6;
}
html section.section-primary-scale-2 {
background-color: #b67d1a !important;
border-color: #a06e17 !important;
}
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
border-top-color: #b67d1a;
}
html section.section-secondary {
background-color: #344257 !important;
border-color: #2a3647 !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
color: #ffffff;
}
html section.section-secondary p {
color: #e6e6e6;
}
html section.section-secondary-scale-2 {
background-color: #212a37 !important;
border-color: #171e27 !important;
}
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
border-top-color: #212a37;
}
html section.section-tertiary {
background-color: #d1e7e7 !important;
border-color: #c0dede !important;
}
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
color: #777777;
}
html section.section-tertiary p {
color: #5e5e5e;
}
html section.section-tertiary-scale-2 {
background-color: #afd6d6 !important;
border-color: #9fcdcd !important;
}
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
border-top-color: #afd6d6;
}
html section.section-quaternary {
background-color: #edeada !important;
border-color: #e5e0c9 !important;
}
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
color: #777777;
}
html section.section-quaternary p {
color: #5e5e5e;
}
html section.section-quaternary-scale-2 {
background-color: #dcd7b8 !important;
border-color: #d4cda7 !important;
}
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
border-top-color: #dcd7b8;
}
html section.section-dark {
background-color: #2e353e !important;
border-color: #23282f !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
color: #ffffff;
}
html section.section-dark p {
color: #e6e6e6;
}
html section.section-dark-scale-2 {
background-color: #181c21 !important;
border-color: #0d0f12 !important;
}
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
border-top-color: #181c21;
}
html section.section-light {
background-color: #ffffff !important;
border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
color: #777777;
}
html section.section-light p {
color: #5e5e5e;
}
html section.section-light-scale-2 {
background-color: #e6e6e6 !important;
border-color: #d9d9d9 !important;
}
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
border-top-color: #e6e6e6;
}
html section.section-default-scale-1 {
background-color: #dbdbdb !important;
border-top-color: #d3d3d3 !important;
}
html section.section-default-scale-2 {
background-color: #c1c1c1 !important;
border-top-color: #b9b9b9 !important;
}
html section.section-default-scale-3 {
background-color: #a8a8a8 !important;
border-top-color: #a0a0a0 !important;
}
html section.section-default-scale-4 {
background-color: #8e8e8e !important;
border-top-color: #868686 !important;
}
html section.section-default-scale-5 {
background-color: #757575 !important;
border-top-color: #6d6d6d !important;
}
html section.section-default-scale-6 {
background-color: #5b5b5b !important;
border-top-color: #535353 !important;
}
html section.section-default-scale-7 {
background-color: #424242 !important;
border-top-color: #3a3a3a !important;
}
html section.section-default-scale-8 {
background-color: #282828 !important;
border-top-color: #202020 !important;
}
html section.section-default-scale-9 {
background-color: #0f0f0f !important;
border-top-color: #070707 !important;
}
html.dark section.section-default-scale-1 {
background-color: #333a44 !important;
border-top-color: #2c323b !important;
}
html.dark section.section-default-scale-2 {
background-color: #495362 !important;
border-top-color: #424b59 !important;
}
html.dark section.section-default-scale-3 {
background-color: #5e6b7f !important;
border-top-color: #586476 !important;
}
html.dark section.section-default-scale-4 {
background-color: #77849a !important;
border-top-color: #6e7d93 !important;
}
html.dark section.section-default-scale-5 {
background-color: #949faf !important;
border-top-color: #8b97a9 !important;
}
html.dark section.section-default-scale-6 {
background-color: #b1b9c5 !important;
border-top-color: #a8b1be !important;
}
html.dark section.section-default-scale-7 {
background-color: #ced3db !important;
border-top-color: #c5cbd4 !important;
}
html.dark section.section-default-scale-8 {
background-color: #ebeef1 !important;
border-top-color: #e3e6ea !important;
}
html.dark section.section-default-scale-9 {
background-color: #ffffff !important;
border-top-color: #f7f7f7 !important;
}
section.page-header h1 {
border-bottom-color: #e09b23;
}
section.page-header.custom-product {
background-color: #cd8c1d;
border-top-color: #da961f;
}
html .page-header-color.page-header-primary {
background-color: #e09b23;
border-bottom-color: #e09b23;
color: #ffffff;
}
html .page-header-color.page-header-primary h1 {
color: #ffffff;
}
html .page-header-color.page-header-primary h1 span {
color: #ffffff;
}
html .page-header-color.page-header-primary a {
color: #ffffff;
}
html .page-header-color.page-header-primary .breadcrumb > .active {
color: #ffffff;
}
html .page-header-color.page-header-secondary {
background-color: #344257;
border-bottom-color: #344257;
color: #ffffff;
}
html .page-header-color.page-header-secondary h1 {
color: #ffffff;
}
html .page-header-color.page-header-secondary h1 span {
color: #ffffff;
}
html .page-header-color.page-header-secondary a {
color: #ffffff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active {
color: #ffffff;
}
html .page-header-color.page-header-tertiary {
background-color: #d1e7e7;
border-bottom-color: #d1e7e7;
color: #777777;
}
html .page-header-color.page-header-tertiary h1 {
color: #777777;
}
html .page-header-color.page-header-tertiary h1 span {
color: #777777;
}
html .page-header-color.page-header-tertiary a {
color: #777777;
}
html .page-header-color.page-header-tertiary .breadcrumb > .active {
color: #777777;
}
html .page-header-color.page-header-quaternary {
background-color: #edeada;
border-bottom-color: #edeada;
color: #777777;
}
html .page-header-color.page-header-quaternary h1 {
color: #777777;
}
html .page-header-color.page-header-quaternary h1 span {
color: #777777;
}
html .page-header-color.page-header-quaternary a {
color: #777777;
}
html .page-header-color.page-header-quaternary .breadcrumb > .active {
color: #777777;
}
html .page-header-color.page-header-dark {
background-color: #2e353e;
border-bottom-color: #2e353e;
color: #ffffff;
}
html .page-header-color.page-header-dark h1 {
color: #ffffff;
}
html .page-header-color.page-header-dark h1 span {
color: #ffffff;
}
html .page-header-color.page-header-dark a {
color: #ffffff;
}
html .page-header-color.page-header-dark .breadcrumb > .active {
color: #ffffff;
}
html .page-header-color.page-header-light {
background-color: #ffffff;
border-bottom-color: #ffffff;
color: #777777;
}
html .page-header-color.page-header-light h1 {
color: #777777;
}
html .page-header-color.page-header-light h1 span {
color: #777777;
}
html .page-header-color.page-header-light a {
color: #777777;
}
html .page-header-color.page-header-light .breadcrumb > .active {
color: #777777;
}
html .toggle-primary .toggle label {
color: #e09b23;
border-left-color: #e09b23;
border-right-color: #e09b23;
}
html .toggle-primary .toggle.active > label {
background-color: #e09b23;
border-color: #e09b23;
color: #ffffff;
}
html .toggle-primary.toggle-simple .toggle > label:after {
background-color: #e09b23;
}
html .toggle-secondary .toggle label {
color: #344257;
border-left-color: #344257;
border-right-color: #344257;
}
html .toggle-secondary .toggle.active > label {
background-color: #344257;
border-color: #344257;
color: #ffffff;
}
html .toggle-secondary.toggle-simple .toggle > label:after {
background-color: #344257;
}
html .toggle-tertiary .toggle label {
color: #d1e7e7;
border-left-color: #d1e7e7;
border-right-color: #d1e7e7;
}
html .toggle-tertiary .toggle.active > label {
background-color: #d1e7e7;
border-color: #d1e7e7;
color: #777777;
}
html .toggle-tertiary.toggle-simple .toggle > label:after {
background-color: #d1e7e7;
}
html .toggle-quaternary .toggle label {
color: #edeada;
border-left-color: #edeada;
border-right-color: #edeada;
}
html .toggle-quaternary .toggle.active > label {
background-color: #edeada;
border-color: #edeada;
color: #777777;
}
html .toggle-quaternary.toggle-simple .toggle > label:after {
background-color: #edeada;
}
html .toggle-dark .toggle label {
color: #2e353e;
border-left-color: #2e353e;
border-right-color: #2e353e;
}
html .toggle-dark .toggle.active > label {
background-color: #2e353e;
border-color: #2e353e;
color: #ffffff;
}
html .toggle-dark.toggle-simple .toggle > label:after {
background-color: #2e353e;
}
html .toggle-light .toggle label {
color: #ffffff;
border-left-color: #ffffff;
border-right-color: #ffffff;
}
html .toggle-light .toggle.active > label {
background-color: #ffffff;
border-color: #ffffff;
color: #777777;
}
html .toggle-light.toggle-simple .toggle > label:after {
background-color: #ffffff;
}
.thumb-info .thumb-info-type {
background-color: #e09b23;
}
.thumb-info .thumb-info-action-icon {
background-color: #e09b23;
}
.thumb-info-social-icons a {
background-color: #e09b23;
}
.thumbnail .zoom {
background-color: #e09b23;
}
.img-thumbnail .zoom {
background-color: #e09b23;
}
html .thumb-info .thumb-info-action-icon-primary {
background-color: #e09b23;
}
html .thumb-info .thumb-info-action-icon-primary i {
color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-secondary {
background-color: #344257;
}
html .thumb-info .thumb-info-action-icon-secondary i {
color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-tertiary {
background-color: #d1e7e7;
}
html .thumb-info .thumb-info-action-icon-tertiary i {
color: #777777;
}
html .thumb-info .thumb-info-action-icon-quaternary {
background-color: #edeada;
}
html .thumb-info .thumb-info-action-icon-quaternary i {
color: #777777;
}
html .thumb-info .thumb-info-action-icon-dark {
background-color: #2e353e;
}
html .thumb-info .thumb-info-action-icon-dark i {
color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light {
background-color: #ffffff;
}
html .thumb-info .thumb-info-action-icon-light i {
color: #777777;
}
.thumb-info-ribbon {
background: #e09b23;
}
.thumb-info-ribbon:before {
border-right-color: #a06e17;
border-left-color: #a06e17;
}
.inverted {
background-color: #e09b23;
}
html .inverted-primary {
background-color: #e09b23;
}
html .inverted-secondary {
background-color: #344257;
}
html .inverted-tertiary {
background-color: #d1e7e7;
}
html .inverted-quaternary {
background-color: #edeada;
}
html .inverted-dark {
background-color: #2e353e;
}
html .inverted-light {
background-color: #ffffff;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
background-color: #c8891c;
}
.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
color: #e09b23;
}
.owl-carousel .owl-nav [class*="owl-"] {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #e09b23;
border-color: #e09b23 #e09b23 #b67d1a;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
border-color: #e3a539 #e3a539 #cd8c1d;
background-color: #e3a539;
}
.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:active:hover,
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
border-color: #cd8c1d #cd8c1d #cd8c1d;
background-color: #cd8c1d;
}
.owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
border-left-color: #cd8c1d;
}
.owl-carousel .owl-nav [class*="owl-"][disabled] {
border-color: #edc47c;
background-color: #edc47c;
}
html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
color: #e09b23;
}
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
border-top-color: #e09b23;
}
html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
border-top-color: #e09b23;
color: #e09b23;
}
html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
border-top-color: #e09b23;
}
html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
border-bottom-color: #e09b23;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
border-left-color: #e09b23;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
border-right-color: #e09b23;
}
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
color: #e09b23;
}
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
border-top-color: #e09b23;
}
html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
border-top-color: #e09b23;
color: #e09b23;
}
html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
border-bottom-color: #e09b23;
}
html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
border-bottom-color: #e09b23;
}
html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
border-left-color: #e09b23;
}
html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
border-left-color: #e09b23;
}
html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
border-right-color: #e09b23;
}
html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
border-right-color: #e09b23;
}
html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
color: #344257;
}
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
border-top-color: #344257;
}
html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
border-top-color: #344257;
color: #344257;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
border-bottom-color: #344257;
}
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
border-bottom-color: #344257;
}
html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
border-left-color: #344257;
}
html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
border-left-color: #344257;
}
html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
border-right-color: #344257;
}
html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
border-right-color: #344257;
}
html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
color: #d1e7e7;
}
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
border-top-color: #d1e7e7;
}
html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
border-top-color: #d1e7e7;
color: #d1e7e7;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
border-bottom-color: #d1e7e7;
}
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
border-bottom-color: #d1e7e7;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
border-left-color: #d1e7e7;
}
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
border-left-color: #d1e7e7;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
border-right-color: #d1e7e7;
}
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
border-right-color: #d1e7e7;
}
html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
color: #edeada;
}
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
border-top-color: #edeada;
}
html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
border-top-color: #edeada;
color: #edeada;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
border-bottom-color: #edeada;
}
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
border-bottom-color: #edeada;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
border-left-color: #edeada;
}
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
border-left-color: #edeada;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
border-right-color: #edeada;
}
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
border-right-color: #edeada;
}
html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
color: #2e353e;
}
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
border-top-color: #2e353e;
}
html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
border-top-color: #2e353e;
color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
border-bottom-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
border-left-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
border-right-color: #2e353e;
}
html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
border-right-color: #2e353e;
}
html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
color: #ffffff;
}
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
border-top-color: #ffffff;
}
html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
border-top-color: #ffffff;
color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
border-bottom-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
border-left-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
border-right-color: #ffffff;
}
html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
border-right-color: #ffffff;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
border-right-color: #e09b23;
border-left-color: transparent;
}
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
border-right-color: transparent;
border-left-color: #e09b23;
}
.list.list-icons li .fa,
.list.list-icons li .icons {
color: #e09b23;
border-color: #e09b23;
}
.list.list-icons.list-icons-style-3 li .fa,
.list.list-icons.list-icons-style-3 li .icons {
background-color: #e09b23;
}
.list.list-ordened li:before {
color: #e09b23;
border-color: #e09b23;
}
.list.list-ordened.list-ordened-style-3 li:before {
background-color: #e09b23;
}
html .list-primary.list-icons li .fa,
html .list-primary.list-icons li .icons {
color: #e09b23;
border-color: #e09b23;
}
html .list-primary.list-icons.list-icons-style-3 li .fa,
html .list-primary.list-icons.list-icons-style-3 li .icons {
background-color: #e09b23;
color: #ffffff;
}
html .list-primary.list-ordened li:before {
color: #e09b23;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
background-color: #e09b23;
color: #ffffff;
}
html .list-secondary.list-icons li .fa,
html .list-secondary.list-icons li .icons {
color: #344257;
border-color: #344257;
}
html .list-secondary.list-icons.list-icons-style-3 li .fa,
html .list-secondary.list-icons.list-icons-style-3 li .icons {
background-color: #344257;
color: #ffffff;
}
html .list-secondary.list-ordened li:before {
color: #344257;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
background-color: #344257;
color: #ffffff;
}
html .list-tertiary.list-icons li .fa,
html .list-tertiary.list-icons li .icons {
color: #d1e7e7;
border-color: #d1e7e7;
}
html .list-tertiary.list-icons.list-icons-style-3 li .fa,
html .list-tertiary.list-icons.list-icons-style-3 li .icons {
background-color: #d1e7e7;
color: #777777;
}
html .list-tertiary.list-ordened li:before {
color: #d1e7e7;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
background-color: #d1e7e7;
color: #777777;
}
html .list-quaternary.list-icons li .fa,
html .list-quaternary.list-icons li .icons {
color: #edeada;
border-color: #edeada;
}
html .list-quaternary.list-icons.list-icons-style-3 li .fa,
html .list-quaternary.list-icons.list-icons-style-3 li .icons {
background-color: #edeada;
color: #777777;
}
html .list-quaternary.list-ordened li:before {
color: #edeada;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
background-color: #edeada;
color: #777777;
}
html .list-dark.list-icons li .fa,
html .list-dark.list-icons li .icons {
color: #2e353e;
border-color: #2e353e;
}
html .list-dark.list-icons.list-icons-style-3 li .fa,
html .list-dark.list-icons.list-icons-style-3 li .icons {
background-color: #2e353e;
color: #ffffff;
}
html .list-dark.list-ordened li:before {
color: #2e353e;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
background-color: #2e353e;
color: #ffffff;
}
html .list-light.list-icons li .fa,
html .list-light.list-icons li .icons {
color: #ffffff;
border-color: #ffffff;
}
html .list-light.list-icons.list-icons-style-3 li .fa,
html .list-light.list-icons.list-icons-style-3 li .icons {
background-color: #ffffff;
color: #777777;
}
html .list-light.list-ordened li:before {
color: #ffffff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
background-color: #ffffff;
color: #777777;
}
.parallax blockquote i.fa-quote-left {
color: #e09b23;
}
section.video blockquote i.fa-quote-left {
color: #e09b23;
}
.panel-group .panel-heading a {
color: #e09b23;
}
html .panel-group.panel-group-primary .panel-heading {
background-color: #e09b23 !important;
}
html .panel-group.panel-group-primary .panel-heading a {
color: #ffffff;
}
html .panel-group.panel-group-secondary .panel-heading {
background-color: #344257 !important;
}
html .panel-group.panel-group-secondary .panel-heading a {
color: #ffffff;
}
html .panel-group.panel-group-tertiary .panel-heading {
background-color: #d1e7e7 !important;
}
html .panel-group.panel-group-tertiary .panel-heading a {
color: #777777;
}
html .panel-group.panel-group-quaternary .panel-heading {
background-color: #edeada !important;
}
html .panel-group.panel-group-quaternary .panel-heading a {
color: #777777;
}
html .panel-group.panel-group-dark .panel-heading {
background-color: #2e353e !important;
}
html .panel-group.panel-group-dark .panel-heading a {
color: #ffffff;
}
html .panel-group.panel-group-light .panel-heading {
background-color: #ffffff !important;
}
html .panel-group.panel-group-light .panel-heading a {
color: #777777;
}
html .divider.divider-primary .fa,
html .divider.divider-primary .icons {
color: #e09b23;
}
html .divider.divider-primary.divider-small hr {
background: #e09b23;
}
html .divider.divider-secondary .fa,
html .divider.divider-secondary .icons {
color: #344257;
}
html .divider.divider-secondary.divider-small hr {
background: #344257;
}
html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
color: #d1e7e7;
}
html .divider.divider-tertiary.divider-small hr {
background: #d1e7e7;
}
html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .icons {
color: #edeada;
}
html .divider.divider-quaternary.divider-small hr {
background: #edeada;
}
html .divider.divider-dark .fa,
html .divider.divider-dark .icons {
color: #2e353e;
}
html .divider.divider-dark.divider-small hr {
background: #2e353e;
}
html .divider.divider-light .fa,
html .divider.divider-light .icons {
color: #ffffff;
}
html .divider.divider-light.divider-small hr {
background: #ffffff;
}
html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
background: #e09b23;
color: #ffffff;
}
html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .icons {
background: #344257;
color: #ffffff;
}
html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
background: #d1e7e7;
color: #777777;
}
html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .icons {
background: #edeada;
color: #777777;
}
html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .icons {
background: #2e353e;
color: #ffffff;
}
html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .icons {
background: #ffffff;
color: #777777;
}
html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .icons {
border-color: #e09b23;
}
html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .icons {
border-color: #344257;
}
html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .icons {
border-color: #d1e7e7;
}
html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .icons {
border-color: #edeada;
}
html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .icons {
border-color: #2e353e;
}
html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .icons {
border-color: #ffffff;
}
#header .tip {
background: #e09b23;
color: #ffffff;
}
#header .tip:before {
border-right-color: #e09b23;
}
html #header .tip-primary {
background: #e09b23 !important;
color: #ffffff !important;
}
html #header .tip-primary:before {
border-right-color: #e09b23 !important;
}
html #header .tip-secondary {
background: #344257 !important;
color: #ffffff !important;
}
html #header .tip-secondary:before {
border-right-color: #344257 !important;
}
html #header .tip-tertiary {
background: #d1e7e7 !important;
color: #777777 !important;
}
html #header .tip-tertiary:before {
border-right-color: #d1e7e7 !important;
}
html #header .tip-quaternary {
background: #edeada !important;
color: #777777 !important;
}
html #header .tip-quaternary:before {
border-right-color: #edeada !important;
}
html #header .tip-dark {
background: #2e353e !important;
color: #ffffff !important;
}
html #header .tip-dark:before {
border-right-color: #2e353e !important;
}
html #header .tip-light {
background: #ffffff !important;
color: #777777 !important;
}
html #header .tip-light:before {
border-right-color: #ffffff !important;
}
html[dir="rtl"] #header .tip.skin:before {
border-left-color: #e09b23;
}
#header .header-btn-collapse-nav {
background: #e09b23;
}
@media (min-width: 992px) {
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
background: #e09b23;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
border-top-color: #e09b23;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent transparent transparent #e09b23;
}
#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
border-top-color: #e09b23;
}
#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent #e09b23 transparent;
}
#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
border-top-color: #e09b23;
}
#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
color: #e09b23;
}
#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
color: #e09b23;
}
#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
background-color: #e09b23;
}
#header .header-nav.header-nav-top-line nav > ul li.active > a,
#header .header-nav.header-nav-top-line nav > ul li:hover > a {
color: #e09b23;
}
#header .header-nav.header-nav-top-line nav > ul li.active > a:before,
#header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
background: #e09b23;
}
#header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
color: #e09b23;
}
html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
border-left-color: #e09b23;
}
html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
border-right-color: #e09b23;
}
}
@media (min-width: 992px) {
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
color: #e09b23;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
background: #e09b23;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
border-top-color: #e09b23;
background-color: #e09b23;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
color: #ffffff;
border-bottom-color: #e3a539;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
background: #e3a539;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent transparent transparent #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
color: #ffffff;
opacity: 0.70;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
color: #344257;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
background: #344257;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
border-top-color: #344257;
background-color: #344257;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
color: #ffffff;
border-bottom-color: #3e4e67;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
background: #3e4e67;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent transparent transparent #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
color: #ffffff;
opacity: 0.70;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
color: #d1e7e7;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
background: #d1e7e7;
color: #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
border-top-color: #d1e7e7;
background-color: #d1e7e7;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
color: #777777;
border-bottom-color: #e2f0f0;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
background: #e2f0f0;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent transparent transparent #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
color: #777777;
opacity: 0.70;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
color: #edeada;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
background: #edeada;
color: #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
border-top-color: #edeada;
background-color: #edeada;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
color: #777777;
border-bottom-color: #f5f4eb;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
background: #f5f4eb;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent transparent transparent #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
color: #777777;
opacity: 0.70;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
color: #2e353e;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
background: #2e353e;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
border-top-color: #2e353e;
background-color: #2e353e;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
color: #ffffff;
border-bottom-color: #39424d;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
background: #39424d;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent transparent transparent #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
color: #ffffff;
opacity: 0.70;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
background: #ffffff;
color: #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
border-top-color: #ffffff;
background-color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
color: #777777;
border-bottom-color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
background: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
border-color: transparent transparent transparent #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
color: #777777;
opacity: 0.70;
}
}
@media (max-width: 991px) {
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li > a:focus,
#header .header-nav-main nav > ul > li > a:hover {
color: #e09b23;
}
#header .header-nav-main nav > ul > li.active > a,
#header .header-nav-main nav > ul > li.active > a:focus,
#header .header-nav-main nav > ul > li.active > a:hover {
background-color: #e09b23;
}
}
@media (max-width: 991px) {
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
color: #e09b23;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
background: #e09b23;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
color: #344257;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
background: #344257;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
color: #d1e7e7;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
background: #d1e7e7;
color: #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
color: #edeada;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
background: #edeada;
color: #777777;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
color: #2e353e;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
background: #2e353e;
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
color: #ffffff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
background: #ffffff;
color: #777777;
}
}
html #header .header-top.header-top-primary {
background: #e09b23;
border-top-color: #cd8c1d;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
background: #e3a539;
}
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
background: #e3a539;
}
html #header .header-top.header-top-primary .dropdown-menu {
background: #e3a539;
border-color: #e3a539;
}
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
background: #e6af50 !important;
}
html #header .header-top.header-top-secondary {
background: #344257;
border-top-color: #2a3647;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
background: #3e4e67;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
background: #3e4e67;
}
html #header .header-top.header-top-secondary .dropdown-menu {
background: #3e4e67;
border-color: #3e4e67;
}
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
background: #475a77 !important;
}
html #header .header-top.header-top-tertiary {
background: #d1e7e7;
border-top-color: #c0dede;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
background: #e2f0f0;
}
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
background: #e2f0f0;
}
html #header .header-top.header-top-tertiary .dropdown-menu {
background: #e2f0f0;
border-color: #e2f0f0;
}
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
background: #f3f8f8 !important;
}
html #header .header-top.header-top-quaternary {
background: #edeada;
border-top-color: #e5e0c9;
}
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
background: #f5f4eb;
}
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
background: #f5f4eb;
}
html #header .header-top.header-top-quaternary .dropdown-menu {
background: #f5f4eb;
border-color: #f5f4eb;
}
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
background: #fefdfc !important;
}
html #header .header-top.header-top-dark {
background: #2e353e;
border-top-color: #23282f;
}
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
background: #39424d;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
background: #39424d;
}
html #header .header-top.header-top-dark .dropdown-menu {
background: #39424d;
border-color: #39424d;
}
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
background: #444e5b !important;
}
html #header .header-top.header-top-light {
background: #ffffff;
border-top-color: #f2f2f2;
}
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
background: #ffffff;
}
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
background: #ffffff;
}
html #header .header-top.header-top-light .dropdown-menu {
background: #ffffff;
border-color: #ffffff;
}
html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
background: #ffffff !important;
}
@media (min-width: 992px) {
html #header .header-nav-bar-primary {
background: #e09b23 !important;
color: #ffffff !important;
}
html #header .header-nav-bar-secondary {
background: #344257 !important;
color: #ffffff !important;
}
html #header .header-nav-bar-tertiary {
background: #d1e7e7 !important;
color: #777777 !important;
}
html #header .header-nav-bar-quaternary {
background: #edeada !important;
color: #777777 !important;
}
html #header .header-nav-bar-dark {
background: #2e353e !important;
color: #ffffff !important;
}
html #header .header-nav-bar-light {
background: #ffffff !important;
color: #777777 !important;
}
}
@media (min-width: 992px) {
#header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
color: #e09b23;
}
#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
color: #e09b23;
}
}
.testimonial blockquote {
background: #e3a539;
}
.testimonial .testimonial-arrow-down {
border-top-color: #e3a539;
}
html .testimonial-primary blockquote {
background: #e3a539;
}
html .testimonial-primary .testimonial-arrow-down {
border-top-color: #e3a539;
}
html .testimonial-secondary blockquote {
background: #3e4e67;
}
html .testimonial-secondary .testimonial-arrow-down {
border-top-color: #3e4e67;
}
html .testimonial-tertiary blockquote {
background: #e2f0f0;
}
html .testimonial-tertiary .testimonial-arrow-down {
border-top-color: #e2f0f0;
}
html .testimonial-quaternary blockquote {
background: #f5f4eb;
}
html .testimonial-quaternary .testimonial-arrow-down {
border-top-color: #f5f4eb;
}
html .testimonial-dark blockquote {
background: #39424d;
}
html .testimonial-dark .testimonial-arrow-down {
border-top-color: #39424d;
}
html .testimonial-light blockquote {
background: #ffffff;
}
html .testimonial-light .testimonial-arrow-down {
border-top-color: #ffffff;
}
.circular-bar.only-icon .fa,
.circular-bar.only-icon .icons {
color: #e09b23;
}
html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
color: #e09b23;
}
html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
color: #344257;
}
html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
color: #d1e7e7;
}
html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
color: #edeada;
}
html .counters .counter-dark .fa,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
color: #2e353e;
}
html .counters .counter-light .fa,
html .counters .counter-light .icons,
html .counters .counter-light strong {
color: #ffffff;
}
.icon-featured {
background-color: #e09b23;
}
.featured-box-primary .icon-featured {
background-color: #e09b23;
}
.featured-box-primary .icon-featured:after {
border-color: #e09b23;
}
.featured-box-primary h4 {
color: #e09b23;
}
.featured-box-primary .box-content {
border-top-color: #e09b23;
}
html .featured-box-primary .icon-featured {
background-color: #e09b23;
}
html .featured-box-primary h4 {
color: #e09b23;
}
html .featured-box-primary .box-content {
border-top-color: #e09b23;
}
html .featured-box-secondary .icon-featured {
background-color: #344257;
}
html .featured-box-secondary h4 {
color: #344257;
}
html .featured-box-secondary .box-content {
border-top-color: #344257;
}
html .featured-box-tertiary .icon-featured {
background-color: #d1e7e7;
}
html .featured-box-tertiary h4 {
color: #d1e7e7;
}
html .featured-box-tertiary .box-content {
border-top-color: #d1e7e7;
}
html .featured-box-quaternary .icon-featured {
background-color: #edeada;
}
html .featured-box-quaternary h4 {
color: #edeada;
}
html .featured-box-quaternary .box-content {
border-top-color: #edeada;
}
html .featured-box-dark .icon-featured {
background-color: #2e353e;
}
html .featured-box-dark h4 {
color: #2e353e;
}
html .featured-box-dark .box-content {
border-top-color: #2e353e;
}
html .featured-box-light .icon-featured {
background-color: #ffffff;
}
html .featured-box-light h4 {
color: #ffffff;
}
html .featured-box-light .box-content {
border-top-color: #ffffff;
}
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
border-color: #e09b23;
color: #e09b23;
}
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
border-color: #344257;
color: #344257;
}
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
border-color: #d1e7e7;
color: #d1e7e7;
}
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
border-color: #edeada;
color: #edeada;
}
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
border-color: #2e353e;
color: #2e353e;
}
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
border-color: #ffffff;
color: #ffffff;
}
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
border-color: #e09b23;
color: #e09b23;
}
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
border-color: #344257;
color: #344257;
}
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
border-color: #d1e7e7;
color: #d1e7e7;
}
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
border-color: #edeada;
color: #edeada;
}
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
border-color: #2e353e;
color: #2e353e;
}
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
border-color: #ffffff;
color: #ffffff;
}
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
color: #e09b23;
}
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
color: #344257;
}
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
color: #d1e7e7;
}
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
color: #edeada;
}
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
color: #2e353e;
}
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
color: #ffffff;
}
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
color: #e09b23;
}
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
color: #344257;
}
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
color: #d1e7e7;
}
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
color: #edeada;
}
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
color: #2e353e;
}
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
color: #ffffff;
}
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
color: #e09b23;
}
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
color: #344257;
}
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
color: #d1e7e7;
}
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
color: #edeada;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
color: #2e353e;
}
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
color: #ffffff;
}
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
box-shadow: 0 0 0 3px #e09b23;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
box-shadow: 0 0 0 3px #344257;
}
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
box-shadow: 0 0 0 3px #d1e7e7;
}
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
box-shadow: 0 0 0 3px #edeada;
}
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
box-shadow: 0 0 0 3px #2e353e;
}
html .featured-box-effect-2.featured-box-light .icon-featured:after {
box-shadow: 0 0 0 3px #ffffff;
}
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
box-shadow: 0 0 0 10px #e09b23;
}
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
background: #e09b23 !important;
}
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
box-shadow: 0 0 0 10px #344257;
}
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
background: #344257 !important;
}
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
box-shadow: 0 0 0 10px #d1e7e7;
}
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
background: #d1e7e7 !important;
}
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
box-shadow: 0 0 0 10px #edeada;
}
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
background: #edeada !important;
}
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
box-shadow: 0 0 0 10px #2e353e;
}
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
background: #2e353e !important;
}
html .featured-box-effect-3.featured-box-light .icon-featured:after {
box-shadow: 0 0 0 10px #ffffff;
}
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
background: #ffffff !important;
}
.feature-box .feature-box-icon {
background-color: #e09b23;
}
html .feature-box-primary .feature-box-icon {
background-color: #e09b23;
}
html .feature-box-secondary .feature-box-icon {
background-color: #344257;
}
html .feature-box-tertiary .feature-box-icon {
background-color: #d1e7e7;
}
html .feature-box-quaternary .feature-box-icon {
background-color: #edeada;
}
html .feature-box-dark .feature-box-icon {
background-color: #2e353e;
}
html .feature-box-light .feature-box-icon {
background-color: #ffffff;
}
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
color: #e09b23;
}
html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
color: #e09b23;
}
html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
color: #344257;
}
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
color: #d1e7e7;
}
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
color: #edeada;
}
html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
color: #2e353e;
}
html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
color: #ffffff;
}
.feature-box.feature-box-style-3 .feature-box-icon {
border-color: #e09b23;
}
.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
color: #e09b23;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
border-color: #e09b23;
}
html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
color: #e09b23;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
border-color: #344257;
}
html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
color: #344257;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
border-color: #d1e7e7;
}
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
color: #d1e7e7;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
border-color: #edeada;
}
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
color: #edeada;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
border-color: #2e353e;
}
html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
color: #2e353e;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon {
border-color: #ffffff;
}
html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
color: #ffffff;
}
.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
color: #e09b23;
}
html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
color: #e09b23;
}
html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
color: #344257;
}
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
color: #d1e7e7;
}
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
color: #edeada;
}
html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
color: #2e353e;
}
html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
color: #ffffff;
}
.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
color: #e09b23;
}
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
color: #e09b23;
}
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
color: #344257;
}
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
color: #d1e7e7;
}
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
color: #edeada;
}
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
color: #2e353e;
}
html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
color: #ffffff;
}
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
color: #e09b23;
}
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
color: #344257;
}
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
color: #d1e7e7;
}
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
color: #edeada;
}
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
color: #2e353e;
}
html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
color: #ffffff;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
background-color: #b67d1a;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
background-color: #cd8c1d;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
background-color: #e09b23;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
background-color: #e3a539;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
background-color: #e6af50;
}
html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
background-color: #e9b966;
}
html .featured-boxes-full .featured-box-full-primary {
background-color: #e09b23;
color: #ffffff;
}
html .featured-boxes-full .featured-box-full-secondary {
background-color: #344257;
color: #ffffff;
}
html .featured-boxes-full .featured-box-full-tertiary {
background-color: #d1e7e7;
color: #777777;
}
html .featured-boxes-full .featured-box-full-quaternary {
background-color: #edeada;
color: #777777;
}
html .featured-boxes-full .featured-box-full-dark {
background-color: #2e353e;
color: #ffffff;
}
html .featured-boxes-full .featured-box-full-light {
background-color: #ffffff;
color: #777777;
}
.pricing-table .most-popular {
border-color: #e09b23;
}
.pricing-table .most-popular h3 {
background-color: #e09b23 !important;
}
.pricing-table.princig-table-flat .plan h3 {
background-color: #e09b23;
}
.pricing-table.princig-table-flat .plan h3 span {
background: #e09b23;
}
html .call-to-action.featured.featured-primary {
border-top-color: #e09b23;
}
html .call-to-action.call-to-action-primary {
background: #e09b23;
}
html .call-to-action.with-full-borders-primary {
border-color: #e09b23;
}
html .call-to-action.call-to-action-primary {
background: #e09b23;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
color: #ffffff;
}
html .call-to-action.featured.featured-secondary {
border-top-color: #344257;
}
html .call-to-action.call-to-action-secondary {
background: #344257;
}
html .call-to-action.with-full-borders-secondary {
border-color: #344257;
}
html .call-to-action.call-to-action-secondary {
background: #344257;
}
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
color: #ffffff;
}
html .call-to-action.featured.featured-tertiary {
border-top-color: #d1e7e7;
}
html .call-to-action.call-to-action-tertiary {
background: #d1e7e7;
}
html .call-to-action.with-full-borders-tertiary {
border-color: #d1e7e7;
}
html .call-to-action.call-to-action-tertiary {
background: #d1e7e7;
}
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
color: #777777;
}
html .call-to-action.featured.featured-quaternary {
border-top-color: #edeada;
}
html .call-to-action.call-to-action-quaternary {
background: #edeada;
}
html .call-to-action.with-full-borders-quaternary {
border-color: #edeada;
}
html .call-to-action.call-to-action-quaternary {
background: #edeada;
}
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
color: #777777;
}
html .call-to-action.featured.featured-dark {
border-top-color: #2e353e;
}
html .call-to-action.call-to-action-dark {
background: #2e353e;
}
html .call-to-action.with-full-borders-dark {
border-color: #2e353e;
}
html .call-to-action.call-to-action-dark {
background: #2e353e;
}
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
color: #ffffff;
}
html .call-to-action.featured.featured-light {
border-top-color: #ffffff;
}
html .call-to-action.call-to-action-light {
background: #ffffff;
}
html .call-to-action.with-full-borders-light {
border-color: #ffffff;
}
html .call-to-action.call-to-action-light {
background: #ffffff;
}
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
color: #777777;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
background: #e09b23;
box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #e09b23;
}
ul.history li .featured-box .box-content {
border-top-color: #e09b23;
}
.recent-posts .date .month,
article.post .post-date .month {
background-color: #e09b23;
}
.recent-posts .date .day,
article.post .post-date .day {
color: #e09b23;
}
.slider .tp-bannertimer {
background-color: #e09b23;
}
.home-concept strong {
color: #e09b23;
}
html .home-intro-primary {
background: #e09b23;
}
html .home-intro-secondary {
background: #344257;
}
html .home-intro-tertiary {
background: #d1e7e7;
}
html .home-intro-quaternary {
background: #edeada;
}
html .home-intro-dark {
background: #2e353e;
}
html .home-intro-light {
background: #ffffff;
}
.home-intro p em {
color: #e6af50;
}
html .slider-container .tp-caption-overlay-primary {
background: #e09b23;
}
html .slider-container .tp-caption-overlay-opacity-primary {
background: rgba(224, 155, 35, 0.4);
}
html .slider-container .tp-caption-overlay-secondary {
background: #344257;
}
html .slider-container .tp-caption-overlay-opacity-secondary {
background: rgba(52, 66, 87, 0.4);
}
html .slider-container .tp-caption-overlay-tertiary {
background: #d1e7e7;
}
html .slider-container .tp-caption-overlay-opacity-tertiary {
background: rgba(209, 231, 231, 0.4);
}
html .slider-container .tp-caption-overlay-quaternary {
background: #edeada;
}
html .slider-container .tp-caption-overlay-opacity-quaternary {
background: rgba(237, 234, 218, 0.4);
}
html .slider-container .tp-caption-overlay-dark {
background: #2e353e;
}
html .slider-container .tp-caption-overlay-opacity-dark {
background: rgba(46, 53, 62, 0.4);
}
html .slider-container .tp-caption-overlay-light {
background: #ffffff;
}
html .slider-container .tp-caption-overlay-opacity-light {
background: rgba(255, 255, 255, 0.4);
}
/* Arrows */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #e09b23;
border-color: #e09b23 #e09b23 #b67d1a;
}
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
border-color: #e3a539 #e3a539 #cd8c1d;
background-color: #e3a539;
}
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow:active:hover,
.tparrows.tparrows-carousel.tp-rightarrow:active:hover,
.tparrows.tparrows-carousel.tp-leftarrow:active:focus,
.tparrows.tparrows-carousel.tp-rightarrow:active:focus {
border-color: #cd8c1d #cd8c1d #cd8c1d;
background-color: #cd8c1d;
}
.tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
border-left-color: #cd8c1d;
}
.tparrows.tparrows-carousel.tp-leftarrow[disabled],
.tparrows.tparrows-carousel.tp-rightarrow[disabled] {
border-color: #edc47c;
background-color: #edc47c;
}
.shop ul.products li.product .onsale {
background-color: #e09b23;
border-bottom-color: #bf831b;
}
.shop .star-rating span,
.shop .cart-totals tr.total .amount {
color: #e09b23;
}
#footer .footer-ribbon {
background: #e09b23;
}
#footer .footer-ribbon:before {
border-right-color: #a06e17;
border-left-color: #a06e17;
}
#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
color: #e09b23;
}
#footer.color {
background: #e09b23;
border-top-color: #e09b23;
}
#footer.color .footer-ribbon {
background: #b67d1a;
}
#footer.color .footer-ribbon:before {
border-right-color: #734f10;
}
#footer.color .footer-copyright {
background: #cd8c1d;
border-top-color: #cd8c1d;
}
html #footer.color-primary {
background: #e09b23;
border-top-color: #e09b23;
}
html #footer.color-primary .footer-ribbon {
background: #b67d1a;
}
html #footer.color-primary .footer-ribbon:before {
border-right-color: #734f10;
}
html #footer.color-primary .footer-copyright {
background: #cd8c1d;
border-top-color: #cd8c1d;
}
html #footer.color-secondary {
background: #344257;
border-top-color: #344257;
}
html #footer.color-secondary .footer-ribbon {
background: #212a37;
}
html #footer.color-secondary .footer-ribbon:before {
border-right-color: #040507;
}
html #footer.color-secondary .footer-copyright {
background: #2a3647;
border-top-color: #2a3647;
}
html #footer.color-tertiary {
background: #d1e7e7;
border-top-color: #d1e7e7;
}
html #footer.color-tertiary .footer-ribbon {
background: #afd6d6;
}
html #footer.color-tertiary .footer-ribbon:before {
border-right-color: #7dbbbb;
}
html #footer.color-tertiary .footer-copyright {
background: #c0dede;
border-top-color: #c0dede;
}
html #footer.color-quaternary {
background: #edeada;
border-top-color: #edeada;
}
html #footer.color-quaternary .footer-ribbon {
background: #dcd7b8;
}
html #footer.color-quaternary .footer-ribbon:before {
border-right-color: #c3b984;
}
html #footer.color-quaternary .footer-copyright {
background: #e5e0c9;
border-top-color: #e5e0c9;
}
html #footer.color-dark {
background: #2e353e;
border-top-color: #2e353e;
}
html #footer.color-dark .footer-ribbon {
background: #181c21;
}
html #footer.color-dark .footer-ribbon:before {
border-right-color: #000000;
}
html #footer.color-dark .footer-copyright {
background: #23282f;
border-top-color: #23282f;
}
html #footer.color-light {
background: #ffffff;
border-top-color: #ffffff;
}
html #footer.color-light .footer-ribbon {
background: #e6e6e6;
}
html #footer.color-light .footer-ribbon:before {
border-right-color: #bfbfbf;
}
html #footer.color-light .footer-copyright {
background: #f2f2f2;
border-top-color: #f2f2f2;
}
.sample-icon-list .sample-icon a:hover {
background-color: #e09b23;
}
html.boxed .body {
border-top-color: #e09b23;
}
.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-radius: 0;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a,
.nav-tabs-justified > li > a,
.navbar {
border-radius: 0;
}
}
#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.panel-group .panel-heading,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev,
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
border-radius: 0;
}
@media (max-width: 479px) {
.tabs .nav.nav-tabs.nav-justified li:first-child a,
.tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
border-radius: 0;
}
}
@media (min-width: 992px) {
#header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
#header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
#header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
#header.flat-menu nav ul.nav-main li a,
html.boxed #header.flat-menu .header-top {
border-radius: 0;
}
}
|
wp-content/plugins/realia/libraries/PayPal-PHP-SDK/sample/doc/payments/AuthorizePayment.html | jhonrsalcedo/sitio | <!DOCTYPE html><html lang="en"><head><title>payments/AuthorizePayment</title></head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"><meta name="groc-relative-root" content="../"><meta name="groc-document-path" content="payments/AuthorizePayment"><meta name="groc-project-path" content="payments/AuthorizePayment.php"><link rel="stylesheet" type="text/css" media="all" href="../assets/style.css"><script type="text/javascript" src="../assets/behavior.js"></script><body><div id="meta"><div class="file-path">payments/AuthorizePayment.php</div></div><div id="document"><div class="segment"><div class="code"><div class="wrapper"><span class="hljs-preprocessor"><?php</span></div></div></div><div class="segment"><div class="comments "><div class="wrapper"><h1 id="authorize-payment">Authorize Payment</h1>
<p>This sample code demonstrates how you can authorize a payment.
API used: /v1/payments/authorization
<a href="https://developer.paypal.com/webapps/developer/docs/integration/direct/capture-payment/#authorize-the-payment">https://developer.paypal.com/webapps/developer/docs/integration/direct/capture-payment/#authorize-the-payment</a></p></div></div><div class="code"><div class="wrapper"><span class="hljs-keyword">require</span> <span class="hljs-keyword">__DIR__</span> . <span class="hljs-string">'/../bootstrap.php'</span>;
<span class="hljs-keyword">use</span> <span class="hljs-title">PayPal</span>\<span class="hljs-title">Api</span>\<span class="hljs-title">Address</span>;
<span class="hljs-keyword">use</span> <span class="hljs-title">PayPal</span>\<span class="hljs-title">Api</span>\<span class="hljs-title">CreditCard</span>;
<span class="hljs-keyword">use</span> <span class="hljs-title">PayPal</span>\<span class="hljs-title">Api</span>\<span class="hljs-title">FundingInstrument</span>;
<span class="hljs-keyword">use</span> <span class="hljs-title">PayPal</span>\<span class="hljs-title">Api</span>\<span class="hljs-title">Payer</span>;
<span class="hljs-keyword">use</span> <span class="hljs-title">PayPal</span>\<span class="hljs-title">Api</span>\<span class="hljs-title">Amount</span>;
<span class="hljs-keyword">use</span> <span class="hljs-title">PayPal</span>\<span class="hljs-title">Api</span>\<span class="hljs-title">Transaction</span>;
<span class="hljs-keyword">use</span> <span class="hljs-title">PayPal</span>\<span class="hljs-title">Api</span>\<span class="hljs-title">Payment</span>;</div></div></div><div class="segment"><div class="comments "><div class="wrapper"><p>The biggest difference between creating a payment, and authorizing a payment is to set the intent of payment
to correct setting. In this case, it would be 'authorize'</p></div></div><div class="code"><div class="wrapper"><span class="hljs-variable">$addr</span> = <span class="hljs-keyword">new</span> Address();
<span class="hljs-variable">$addr</span>->setLine1(<span class="hljs-string">"3909 Witmer Road"</span>)
->setLine2(<span class="hljs-string">"Niagara Falls"</span>)
->setCity(<span class="hljs-string">"Niagara Falls"</span>)
->setState(<span class="hljs-string">"NY"</span>)
->setPostalCode(<span class="hljs-string">"14305"</span>)
->setCountryCode(<span class="hljs-string">"US"</span>)
->setPhone(<span class="hljs-string">"716-298-1822"</span>);
<span class="hljs-variable">$card</span> = <span class="hljs-keyword">new</span> CreditCard();
<span class="hljs-variable">$card</span>->setType(<span class="hljs-string">"visa"</span>)
->setNumber(<span class="hljs-string">"4417119669820331"</span>)
->setExpireMonth(<span class="hljs-string">"11"</span>)
->setExpireYear(<span class="hljs-string">"2019"</span>)
->setCvv2(<span class="hljs-string">"012"</span>)
->setFirstName(<span class="hljs-string">"Joe"</span>)
->setLastName(<span class="hljs-string">"Shopper"</span>)
->setBillingAddress(<span class="hljs-variable">$addr</span>);
<span class="hljs-variable">$fi</span> = <span class="hljs-keyword">new</span> FundingInstrument();
<span class="hljs-variable">$fi</span>->setCreditCard(<span class="hljs-variable">$card</span>);
<span class="hljs-variable">$payer</span> = <span class="hljs-keyword">new</span> Payer();
<span class="hljs-variable">$payer</span>->setPaymentMethod(<span class="hljs-string">"credit_card"</span>)
->setFundingInstruments(<span class="hljs-keyword">array</span>(<span class="hljs-variable">$fi</span>));
<span class="hljs-variable">$amount</span> = <span class="hljs-keyword">new</span> Amount();
<span class="hljs-variable">$amount</span>->setCurrency(<span class="hljs-string">"USD"</span>)
->setTotal(<span class="hljs-number">1</span>);
<span class="hljs-variable">$transaction</span> = <span class="hljs-keyword">new</span> Transaction();
<span class="hljs-variable">$transaction</span>->setAmount(<span class="hljs-variable">$amount</span>)
->setDescription(<span class="hljs-string">"Payment description."</span>);
<span class="hljs-variable">$payment</span> = <span class="hljs-keyword">new</span> Payment();</div></div></div><div class="segment"><div class="comments "><div class="wrapper"><p>Setting intent to authorize creates a payment
authorization. Setting it to sale creates actual payment</p></div></div><div class="code"><div class="wrapper"><span class="hljs-variable">$payment</span>->setIntent(<span class="hljs-string">"authorize"</span>)
->setPayer(<span class="hljs-variable">$payer</span>)
->setTransactions(<span class="hljs-keyword">array</span>(<span class="hljs-variable">$transaction</span>));</div></div></div><div class="segment"><div class="comments "><div class="wrapper"><p>For Sample Purposes Only.</p></div></div><div class="code"><div class="wrapper"><span class="hljs-variable">$request</span> = <span class="hljs-keyword">clone</span> <span class="hljs-variable">$payment</span>;</div></div></div><div class="segment"><div class="comments "><div class="wrapper"><h3 id="create-payment">Create Payment</h3>
<p>Create a payment by calling the payment->create() method
with a valid ApiContext (See bootstrap.php for more on <code>ApiContext</code>)
The return object contains the state.</p></div></div><div class="code"><div class="wrapper"><span class="hljs-keyword">try</span> {
<span class="hljs-variable">$payment</span>->create(<span class="hljs-variable">$apiContext</span>);
} <span class="hljs-keyword">catch</span> (<span class="hljs-keyword">Exception</span> <span class="hljs-variable">$ex</span>) {
ResultPrinter::printError(<span class="hljs-string">'Authorize a Payment'</span>, <span class="hljs-string">'Authorized Payment'</span>, <span class="hljs-variable">$payment</span>->getId(), <span class="hljs-variable">$request</span>, <span class="hljs-variable">$ex</span>);
<span class="hljs-keyword">exit</span>(<span class="hljs-number">1</span>);
}
ResultPrinter::printResult(<span class="hljs-string">'Authorize a Payment'</span>, <span class="hljs-string">'Authorized Payment'</span>, <span class="hljs-variable">$payment</span>->getId(), <span class="hljs-variable">$request</span>, <span class="hljs-variable">$payment</span>);
<span class="hljs-variable">$transactions</span> = <span class="hljs-variable">$payment</span>->getTransactions();
<span class="hljs-variable">$relatedResources</span> = <span class="hljs-variable">$transactions</span>[<span class="hljs-number">0</span>]->getRelatedResources();
<span class="hljs-variable">$authorization</span> = <span class="hljs-variable">$relatedResources</span>[<span class="hljs-number">0</span>]->getAuthorization();
<span class="hljs-keyword">return</span> <span class="hljs-variable">$authorization</span>;</div></div></div></div></body></html> |
Extensions/edible_reblogs.css | finagle29/XKit | .is_reblog:not(.ui_note),
.bread {
background: url("http://pngimg.com/upload/bread_PNG2281.png")!important;
background-size: 100% auto!important;
background-position: center!important;
}
/*
The torturous bread needs to remove all background colors
in order to make everything bread.
*/
.bread {
background-color: none!important;
}
.is_reblog:not(.ui_note) .post_wrapper .post-source-footer,
.is_reblog:not(.ui_note) .post_wrapper .chat_line {
background: transparent !important;
}
|
help/help/src/sakai_screensteps_assignmentsStudentGuide/How-do-I-view-my-assignment-feedback-.html | rodriguezdevera/sakai | <!DOCTYPE html>
<html lang="en">
<head>
<title>How do I view my assignment feedback?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="sakai.assignment" name="description">
<meta content="instructor comments, instructor feedback, assignment grades, peer review comments" name="search">
<link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/skin/morpheus-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/sakai-help-tool/css/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<script src="/library/webjars/jquery/1.11.3/jquery.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='featherlight']").featherlight({
type: { image:true },
closeOnClick: 'anywhere'
});
});
</script>
</head>
<body>
<div id="wrapper">
<div id="article-content">
<div id="article-header">
<h1 class="article-title">How do I view my assignment feedback?</h1>
</div>
<div id="article-description">
<p>Once your instructor has graded your assignment, you can view the feedback on your work in the Assignments tool.</p>
</div> <div id="steps-container"> <div id="step-8035" class="step-container"> <h2 class="step-title">Go to Assignments.</h2> <div class="step-instructions"><p>Select the <strong>Assignments</strong> tool from the Tool Menu in your site.</p></div> </div>
<div class="clear"></div> <div id="step-8036" class="step-container"> <h2 class="step-title">Click on an assignment.</h2> <div class="step-image-container step-image-fullsize">
<img src="/library/image/help/en/How-do-I-view-my-assignment-feedback-/Click-on-an-assignment-sm.png" width="640" height="182" class="step-image" alt="Click on an assignment."><div class="step-image-caption">
<a href="/library/image/help/en/How-do-I-view-my-assignment-feedback-/Click-on-an-assignment.png" rel="featherlight" target="_blank">Zoom</a>
</div>
</div>
<div class="step-instructions">
<p>Click on the title of an assignment to view the feedback for that item. </p>
<p><em>Note: Assignments which display </em><em><strong>Returned</strong></em><em> in the Status column have been graded and the feedback released for student viewing.</em></p>
</div> </div>
<div class="clear"></div> <div id="step-8037" class="step-container"> <h2 class="step-title">View assignment and feedback.</h2> <div class="step-image-container step-image-fullsize">
<img src="/library/image/help/en/How-do-I-view-my-assignment-feedback-/View-assignment-and-feedback-sm.png" width="640" height="585" class="step-image" alt="View assignment and feedback."><div class="step-image-caption">
<a href="/library/image/help/en/How-do-I-view-my-assignment-feedback-/View-assignment-and-feedback.png" rel="featherlight" target="_blank">Zoom</a>
</div>
</div>
<div class="step-instructions">
<p>Your assignment and feedback will be displayed.</p>
<ol>
<li>The title, student name, submission date, and grade appear at the top.</li>
<li>The original assignment instructions and attachments appear below the submission and grade information.</li>
<li>Your submission and/or attached files display below the assignment instructions.</li>
<li>Instructor comments and/or attached files appear at the bottom.</li>
</ol>
<p><em>Note: If your assignment had a peer assessment component, and your instructor has allowed students to see peer reviews of their own work, you will also see peer reviewer comments on the feedback screen.</em></p>
</div> </div>
<div class="clear"></div> </div>
</div>
</div>
</body>
</html>
|
help/pwsafeDE/html/wzfinish.html | ronys/pwsafe-test | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Assistent Beenden</title>
<!-- pwsafe version: 3.25--><!-- Modified: 04/02/2011 --><!--Popup control -->
<script language="javascript" src="html/popups.js">
</script>
<link rel="stylesheet" type="text/css" href="style.css"></head>
<body>
<object id="popup" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"></object>
<!-- Popup Source File -->
<h1>Assistent Beenden</h1>
<p>Während die ausgewähte Funktion (Vergleich, Zusammenführen, Synchronisieren oder Exportieren) läuft, wird diese Seite entweder die benutzte Datenbank (
Vergleich, Zusammenführen und Synchronisieren) oder die zu schreibende Datei (Export zu Text oder XML) anzeigen. Auch wird der gerade in Bearbeitung befindlicher Eintrag (in der Form «Gruppe» «Titel» «Benutzername») angezeigt. Während dieses Vorganges ist weder "Ansicht Berichte" noch "Beenden" freigegeben.</p>
<p>Einmal fertig, können Sie den Bericht anschauen und/oder den Assistenten verlassen.
Im Menu Ansicht können sie auf Festplatte abspeichern (im selben Verzeichnis wie die Datenbank) und/oder den Inhalt in die Zwischenablage ablegen. Wenn auf Festplatte abgespeichert, können Sie es nochmal anschauen mit <a href="view_menu.html">"Ansicht → Berichte"</a>. Es sei bemerkt dass beim Abspeichern auf Festplatte jeder vorheriger Bericht zur gleichen Funktion in diesem Verzeichnis überschrieben wird. <span style="color=red;">Hinweis: Der Bericht kann sensible Daten enthalten, so Vorsicht ist geboten beim Abspeichern auf die Festplatte.</span></p>
<!-- Added some white space at the bottom for natural scrolling -->
<br>
<br>
<br>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="Keyword" value="Wizard Finish">
</object>
</body>
</html>
|
LayoutTests/ietestcenter/Javascript/15.12-0-1.html | nwjs/blink | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="resources/ie-test-pre.js"></script>
<script src="TestCases/15.12-0-1.js"></script>
<script src="resources/ie-test-post.js"></script>
</body>
</html>
|
third_party/blink/web_tests/accessibility/aria-relations-should-ignore-hidden-targets.html | scheib/chromium | <!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<div class="container">
<ul id="tablist" role="tablist">
<li id="tab" role="tab" aria-controls="panel"></li>
</ul>
<div id="panel" role="tabpanel">Panel</div>
</div>
<script>
test(function(t) {
var axTab = accessibilityController.accessibleElementById('tab');
var panel = document.getElementById('panel');
var axPanel = accessibilityController.accessibleElementById('panel');
assert_not_equals(axPanel, undefined,
'axPanel not undefined, Initial state');
assert_equals(axTab.ariaControlsElementAtIndex(0), axPanel,
'Initial state');
panel.style.display = 'none';
assert_not_equals(axPanel, undefined,
'axPanel not undefined, display: none');
assert_not_equals(axTab.ariaControlsElementAtIndex(0), axPanel,
'display: none');
// Restore the "display" attribute and test with "visibility".
panel.style.display = 'initial';
axPanel = accessibilityController.accessibleElementById('panel');
assert_not_equals(axPanel, undefined,
'axPanel not undefined, display: initial');
assert_equals(axTab.ariaControlsElementAtIndex(0), axPanel,
'display: initial');
panel.style.visibility = 'hidden';
assert_equals(axTab.ariaControlsElementAtIndex(0), undefined,
'visibility: hidden');
}, 'aria-controls should ignore hidden targets.');
</script>
<div class="container">
<h1 id="headingWithFlowtos" aria-flowto="item1 item2">Heading</h1>
<ul id="flowtoItems">
<li id="item1">One</li>
<li id="item2">Two</li>
</ul>
</div>
<script>
test(function(t)
{
var axHeading = accessibilityController.accessibleElementById('headingWithFlowtos');
var flowtoItems = document.getElementById('flowtoItems');
var item1 = document.getElementById('item1');
var axItem1 = accessibilityController.accessibleElementById('item1');
var item2 = document.getElementById('item2');
var axItem2 = accessibilityController.accessibleElementById('item2');
assert_equals(axHeading.ariaFlowToElementAtIndex(0), axItem1);
assert_equals(axHeading.ariaFlowToElementAtIndex(1), axItem2);
item2.style.display = 'none';
assert_equals(axHeading.ariaFlowToElementAtIndex(0), axItem1);
assert_not_equals(axHeading.ariaFlowToElementAtIndex(1), axItem2);
// Restore the "display" attribute and test with "visibility".
item2.style.display = 'initial';
axItem2 = accessibilityController.accessibleElementById('item2');
item1.style.visibility = 'hidden';
assert_equals(axHeading.ariaFlowToElementAtIndex(0), axItem2);
flowtoItems.style.display = 'none';
assert_not_equals(axHeading.ariaFlowToElementAtIndex(0), axItem2);
}, 'aria-flowto should ignore hidden targets.');
</script>
|
LayoutTests/ietestcenter/Javascript/11.13.1-1-1.html | ondra-novak/blink | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="resources/ie-test-pre.js"></script>
<script src="TestCases/11.13.1-1-1.js"></script>
<script src="resources/ie-test-post.js"></script>
</body>
</html>
|
lib/boost/doc/html/boost/accumulators/as_weighted_fe_idp58989536.html | Bloodyaugust/sugarlabcppboilerplate | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template as_weighted_feature<tag::relative_tail_variate_means< LeftRight, VariateType, VariateTag >></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="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_variate_means_hpp" title="Header <boost/accumulators/statistics/tail_variate_means.hpp>">
<link rel="prev" href="as_weighted_fe_idp58984960.html" title="Struct template as_weighted_feature<tag::absolute_tail_variate_means< LeftRight, VariateType, VariateTag >>">
<link rel="next" href="feature_of_tag_idp58994112.html" title="Struct template feature_of<tag::absolute_tail_variate_means< LeftRight, VariateType, VariateTag >>">
</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="as_weighted_fe_idp58984960.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_variate_means_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="feature_of_tag_idp58994112.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.accumulators.as_weighted_fe_idp58989536"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template as_weighted_feature<tag::relative_tail_variate_means< LeftRight, VariateType, VariateTag >></span></h2>
<p>boost::accumulators::as_weighted_feature<tag::relative_tail_variate_means< LeftRight, VariateType, VariateTag >></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: <<a class="link" href="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_variate_means_hpp" title="Header <boost/accumulators/statistics/tail_variate_means.hpp>">boost/accumulators/statistics/tail_variate_means.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> LeftRight<span class="special">,</span> <span class="keyword">typename</span> VariateType<span class="special">,</span> <span class="keyword">typename</span> VariateTag<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="as_weighted_fe_idp58989536.html" title="Struct template as_weighted_feature<tag::relative_tail_variate_means< LeftRight, VariateType, VariateTag >>">as_weighted_feature</a><span class="special"><</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">relative_tail_variate_means</span><span class="special"><</span> <span class="identifier">LeftRight</span><span class="special">,</span> <span class="identifier">VariateType</span><span class="special">,</span> <span class="identifier">VariateTag</span> <span class="special">></span><span class="special">></span> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <a class="link" href="tag/relative_weigh_idp60310544.html" title="Struct template relative_weighted_tail_variate_means">tag::relative_weighted_tail_variate_means</a><span class="special"><</span> <span class="identifier">LeftRight</span><span class="special">,</span> <span class="identifier">VariateType</span><span class="special">,</span> <span class="identifier">VariateTag</span> <span class="special">></span> <a name="boost.accumulators.as_weighted_fe_idp58989536.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></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 © 2005, 2006 Eric Niebler<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="as_weighted_fe_idp58984960.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_variate_means_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="feature_of_tag_idp58994112.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
lib/boost/doc/html/boost/units/imperial/yard_base_unit.html | Bloodyaugust/missilewarcpp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct yard_base_unit</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_units/Reference.html#header.boost.units.base_units.imperial.yard_hpp" title="Header <boost/units/base_units/imperial/yard.hpp>">
<link rel="prev" href="../base_unit_inf_idp344472272.html" title="Struct base_unit_info<imperial::ton_base_unit>">
<link rel="next" href="../base_unit_inf_idp344488912.html" title="Struct base_unit_info<metric::angstrom_base_unit>">
</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="../base_unit_inf_idp344472272.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_units/Reference.html#header.boost.units.base_units.imperial.yard_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="../base_unit_inf_idp344488912.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.units.imperial.yard_base_unit"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct yard_base_unit</span></h2>
<p>boost::units::imperial::yard_base_unit</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: <<a class="link" href="../../../boost_units/Reference.html#header.boost.units.base_units.imperial.yard_hpp" title="Header <boost/units/base_units/imperial/yard.hpp>">boost/units/base_units/imperial/yard.hpp</a>>
</span>
<span class="keyword">struct</span> <a class="link" href="yard_base_unit.html" title="Struct yard_base_unit">yard_base_unit</a> <span class="special">:</span> <span class="keyword">public</span> boost::units::base_unit< yard_base_unit, si::meter_base_unit::dimension_type,-301 >
<span class="special">{</span>
<span class="comment">// <a class="link" href="yard_base_unit.html#idp344482144-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="yard_base_unit.html#idp344482704-bb"><span class="identifier">name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="yard_base_unit.html#idp344483824-bb"><span class="identifier">symbol</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp507315296"></a><h2>Description</h2>
<div class="refsect2">
<a name="idp507315712"></a><h3>
<a name="idp344482144-bb"></a><code class="computeroutput">yard_base_unit</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp344482704-bb"></a><span class="identifier">name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp344483824-bb"></a><span class="identifier">symbol</span><span class="special">(</span><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 © 2003-2008 Matthias Christian Schabel<br>Copyright © 2007-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="../base_unit_inf_idp344472272.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_units/Reference.html#header.boost.units.base_units.imperial.yard_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="../base_unit_inf_idp344488912.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
mapfishapp/src/main/webapp/lib/geoext.ux/ux/FeatureSelectionModel/tests/lib/GeoExt.ux/FeatureSelectionModel.html | debard/georchestra-ird | <!DOCTYPE html>
<html debug="true">
<head>
<script type="text/javascript" src="http://www.openlayers.org/api/2.10/OpenLayers.js">
</script>
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.0/adapter/ext/ext-base.js">
</script>
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.0/ext-all.js">
</script>
<script type="text/javascript" src="../../../../../../geoext/lib/GeoExt.js">
</script>
<script type="text/javascript" src="../../../lib/GeoExt.ux/Ext.ux.grid.GridMouseEvents.js">
</script>
<script type="text/javascript" src="../../../lib/GeoExt.ux/GeoExt.ux.FeatureSelectionModel.js">
</script>
<script type="text/javascript">
function test_ctor(t) {
t.plan(5);
// set up
var map, layer, feature, grid, store, selectControl;
map = new OpenLayers.Map("map", {allOverlays: true});
layer = new OpenLayers.Layer.Vector("vector");
map.addLayer(layer);
feature = new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.Point(1, 2),
{foo: "foo", bar: "bar"}
);
layer.addFeatures(feature);
store = new GeoExt.data.FeatureStore({
layer: layer,
features: [feature]
});
selectControl = new OpenLayers.Control.SelectFeature(layer, {
hover: false,
multiple: false
});
map.addControl(selectControl);
selectControl.activate();
grid = new Ext.grid.GridPanel({
renderTo: "grid",
store: store,
columns: [{
header: "Name",
width: 200,
dataIndex: "name"
}, {
header: "Elevation",
width: 100,
dataIndex: "elevation"
}],
sm: new GeoExt.ux.FeatureSelectionModel(),
plugins: [Ext.ux.grid.GridMouseEvents]
});
// 5 tests
t.ok(grid instanceof Ext.grid.GridPanel,
"ctor creates a Ext.grid.GridPanel object");
t.ok(grid.getSelectionModel() instanceof GeoExt.ux.FeatureSelectionModel,
"grid's selection model is an instance of GeoExt.ux.FeatureSelectionModel");
t.ok(grid.getSelectionModel() instanceof GeoExt.grid.FeatureSelectionModel,
"grid's selection model is an instance of GeoExt.grid.FeatureSelectionModel");
t.ok(grid.getSelectionModel().bound,
"class binds a select control if standard constructor is used");
t.ok(!grid.getSelectionModel().boundHover,
"class binds no hover control if standard constructor is used");
grid.destroy();
}
function test_controls(t){
t.plan(12);
// set up
var map, layer, feature, grid, store, selectControl;
map = new OpenLayers.Map("map", {allOverlays: true});
layer = new OpenLayers.Layer.Vector("vector");
map.addLayer(layer);
feature = new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.Point(1, 2),
{foo: "foo", bar: "bar"}
);
layer.addFeatures(feature);
store = new GeoExt.data.FeatureStore({
layer: layer,
features: [feature]
});
grid = new Ext.grid.GridPanel({
renderTo: "grid",
store: store,
columns: [{
header: "Name",
width: 200,
dataIndex: "name"
}, {
header: "Elevation",
width: 100,
dataIndex: "elevation"
}],
sm: new GeoExt.ux.FeatureSelectionModel({controlMode: 'select'}),
plugins: [Ext.ux.grid.GridMouseEvents]
});
var sm = grid.getSelectionModel();
t.ok(sm.bound,
"Selection model binds a select control if controlMode is set to 'select' in constructor");
t.ok(!sm.boundHover,
"Selection model binds no hover control if controlMode is set to 'select' in constructor");
t.ok(sm.hasListener('rowselect'),
"class has listener 'rowselect' if controlMode is set to 'select' in constructor");
t.ok(!sm.hasListener('rowmouseenter'),
"class has no listener 'rowmouseenter' if controlMode is set to 'select' in constructor");
grid.destroy();
grid = new Ext.grid.GridPanel({
renderTo: "grid",
store: store,
columns: [{
header: "Name",
width: 200,
dataIndex: "name"
}, {
header: "Elevation",
width: 100,
dataIndex: "elevation"
}],
sm: new GeoExt.ux.FeatureSelectionModel({controlMode: 'hover'}),
plugins: [Ext.ux.grid.GridMouseEvents]
});
var sm = grid.getSelectionModel();
t.ok(!sm.bound,
"Selection model binds no select control if controlMode is set to 'hover' in constructor");
t.ok(sm.boundHover,
"Selection model binds a hover control if controlMode is set to 'hover' in constructor");
t.ok(!sm.hasListener('rowselect'),
"class has no listener 'rowselect' if controlMode is set to 'hover' in constructor");
t.ok(grid.hasListener('rowmouseenter'),
"class has a listener 'rowmouseenter' if controlMode is set to 'hover' in constructor");
grid.destroy();
grid = new Ext.grid.GridPanel({
renderTo: "grid",
store: store,
columns: [{
header: "Name",
width: 200,
dataIndex: "name"
}, {
header: "Elevation",
width: 100,
dataIndex: "elevation"
}],
sm: new GeoExt.ux.FeatureSelectionModel({controlMode: 'both'}),
plugins: [Ext.ux.grid.GridMouseEvents]
});
var sm = grid.getSelectionModel();
t.ok(grid.getSelectionModel().bound,
"Selection model binds a select control if controlMode is set to 'both' in constructor");
t.ok(grid.getSelectionModel().boundHover,
"Selection model binds a hover control if controlMode is set to 'both' in constructor");
t.ok(sm.hasListener('rowselect'),
"class has a listener 'rowselect' if controlMode is set to 'both' in constructor");
t.ok(grid.hasListener('rowmouseenter'),
"class has a listener 'rowmouseenter' if controlMode is set to 'both' in constructor");
grid.destroy();
}
</script>
<body>
<div id="map" style="width:600px; height: 400px"></div>
<div id="grid"></div>
</body>
</html>
|
web-app/js-lib/ext-4.0.7/docs/source/Bar2.html | ozoneplatform/owf-framework | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="text/css">
.highlight { display: block; background-color: #ddd; }
</style>
<script type="text/javascript">
function highlight() {
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
}
</script>
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js"><span id='Ext-chart-series-Bar'>/**
</span> * Creates a Bar Chart. A Bar Chart is a useful visualization technique to display quantitative information for
* different categories that can show some progression (or regression) in the dataset. As with all other series, the Bar
* Series must be appended in the *series* Chart array configuration. See the Chart documentation for more information.
* A typical configuration object for the bar series could be:
*
* @example
* var store = Ext.create('Ext.data.JsonStore', {
* fields: ['name', 'data1', 'data2', 'data3', 'data4', 'data5'],
* data: [
* { 'name': 'metric one', 'data1':10, 'data2':12, 'data3':14, 'data4':8, 'data5':13 },
* { 'name': 'metric two', 'data1':7, 'data2':8, 'data3':16, 'data4':10, 'data5':3 },
* { 'name': 'metric three', 'data1':5, 'data2':2, 'data3':14, 'data4':12, 'data5':7 },
* { 'name': 'metric four', 'data1':2, 'data2':14, 'data3':6, 'data4':1, 'data5':23 },
* { 'name': 'metric five', 'data1':27, 'data2':38, 'data3':36, 'data4':13, 'data5':33 }
* ]
* });
*
* Ext.create('Ext.chart.Chart', {
* renderTo: Ext.getBody(),
* width: 500,
* height: 300,
* animate: true,
* store: store,
* axes: [{
* type: 'Numeric',
* position: 'bottom',
* fields: ['data1'],
* label: {
* renderer: Ext.util.Format.numberRenderer('0,0')
* },
* title: 'Sample Values',
* grid: true,
* minimum: 0
* }, {
* type: 'Category',
* position: 'left',
* fields: ['name'],
* title: 'Sample Metrics'
* }],
* series: [{
* type: 'bar',
* axis: 'bottom',
* highlight: true,
* tips: {
* trackMouse: true,
* width: 140,
* height: 28,
* renderer: function(storeItem, item) {
* this.setTitle(storeItem.get('name') + ': ' + storeItem.get('data1') + ' views');
* }
* },
* label: {
* display: 'insideEnd',
* field: 'data1',
* renderer: Ext.util.Format.numberRenderer('0'),
* orientation: 'horizontal',
* color: '#333',
* 'text-anchor': 'middle'
* },
* xField: 'name',
* yField: ['data1']
* }]
* });
*
* In this configuration we set `bar` as the series type, bind the values of the bar to the bottom axis and set the
* xField or category field to the `name` parameter of the store. We also set `highlight` to true which enables smooth
* animations when bars are hovered. We also set some configuration for the bar labels to be displayed inside the bar,
* to display the information found in the `data1` property of each element store, to render a formated text with the
* `Ext.util.Format` we pass in, to have an `horizontal` orientation (as opposed to a vertical one) and we also set
* other styles like `color`, `text-anchor`, etc.
*/
Ext.define('Ext.chart.series.Bar', {
/* Begin Definitions */
extend: 'Ext.chart.series.Cartesian',
alternateClassName: ['Ext.chart.BarSeries', 'Ext.chart.BarChart', 'Ext.chart.StackedBarChart'],
requires: ['Ext.chart.axis.Axis', 'Ext.fx.Anim'],
/* End Definitions */
type: 'bar',
alias: 'series.bar',
<span id='Ext-chart-series-Bar-cfg-column'> /**
</span> * @cfg {Boolean} column Whether to set the visualization as column chart or horizontal bar chart.
*/
column: false,
<span id='Ext-chart-series-Bar-cfg-style'> /**
</span> * @cfg style Style properties that will override the theming series styles.
*/
style: {},
<span id='Ext-chart-series-Bar-cfg-gutter'> /**
</span> * @cfg {Number} gutter The gutter space between single bars, as a percentage of the bar width
*/
gutter: 38.2,
<span id='Ext-chart-series-Bar-cfg-groupGutter'> /**
</span> * @cfg {Number} groupGutter The gutter space between groups of bars, as a percentage of the bar width
*/
groupGutter: 38.2,
<span id='Ext-chart-series-Bar-cfg-xPadding'> /**
</span> * @cfg {Number} xPadding Padding between the left/right axes and the bars
*/
xPadding: 0,
<span id='Ext-chart-series-Bar-cfg-yPadding'> /**
</span> * @cfg {Number} yPadding Padding between the top/bottom axes and the bars
*/
yPadding: 10,
constructor: function(config) {
this.callParent(arguments);
var me = this,
surface = me.chart.surface,
shadow = me.chart.shadow,
i, l;
Ext.apply(me, config, {
highlightCfg: {
lineWidth: 3,
stroke: '#55c',
opacity: 0.8,
color: '#f00'
},
shadowAttributes: [{
"stroke-width": 6,
"stroke-opacity": 0.05,
stroke: 'rgb(200, 200, 200)',
translate: {
x: 1.2,
y: 1.2
}
}, {
"stroke-width": 4,
"stroke-opacity": 0.1,
stroke: 'rgb(150, 150, 150)',
translate: {
x: 0.9,
y: 0.9
}
}, {
"stroke-width": 2,
"stroke-opacity": 0.15,
stroke: 'rgb(100, 100, 100)',
translate: {
x: 0.6,
y: 0.6
}
}]
});
me.group = surface.getGroup(me.seriesId + '-bars');
if (shadow) {
for (i = 0, l = me.shadowAttributes.length; i < l; i++) {
me.shadowGroups.push(surface.getGroup(me.seriesId + '-shadows' + i));
}
}
},
// @private sets the bar girth.
getBarGirth: function() {
var me = this,
store = me.chart.getChartStore(),
column = me.column,
ln = store.getCount(),
gutter = me.gutter / 100;
return (me.chart.chartBBox[column ? 'width' : 'height'] - me[column ? 'xPadding' : 'yPadding'] * 2) / (ln * (gutter + 1) - gutter);
},
// @private returns the gutters.
getGutters: function() {
var me = this,
column = me.column,
gutter = Math.ceil(me[column ? 'xPadding' : 'yPadding'] + me.getBarGirth() / 2);
return me.column ? [gutter, 0] : [0, gutter];
},
// @private Get chart and data boundaries
getBounds: function() {
var me = this,
chart = me.chart,
store = chart.getChartStore(),
bars = [].concat(me.yField),
barsLen = bars.length,
groupBarsLen = barsLen,
groupGutter = me.groupGutter / 100,
column = me.column,
xPadding = me.xPadding,
yPadding = me.yPadding,
stacked = me.stacked,
barWidth = me.getBarGirth(),
math = Math,
mmax = math.max,
mabs = math.abs,
groupBarWidth, bbox, minY, maxY, axis, out,
scale, zero, total, rec, j, plus, minus;
me.setBBox(true);
bbox = me.bbox;
//Skip excluded series
if (me.__excludes) {
for (j = 0, total = me.__excludes.length; j < total; j++) {
if (me.__excludes[j]) {
groupBarsLen--;
}
}
}
if (me.axis) {
axis = chart.axes.get(me.axis);
if (axis) {
out = axis.calcEnds();
minY = out.from;
maxY = out.to;
}
}
if (me.yField && !Ext.isNumber(minY)) {
axis = Ext.create('Ext.chart.axis.Axis', {
chart: chart,
fields: [].concat(me.yField)
});
out = axis.calcEnds();
minY = out.from;
maxY = out.to;
}
if (!Ext.isNumber(minY)) {
minY = 0;
}
if (!Ext.isNumber(maxY)) {
maxY = 0;
}
scale = (column ? bbox.height - yPadding * 2 : bbox.width - xPadding * 2) / (maxY - minY);
groupBarWidth = barWidth / ((stacked ? 1 : groupBarsLen) * (groupGutter + 1) - groupGutter);
zero = (column) ? bbox.y + bbox.height - yPadding : bbox.x + xPadding;
if (stacked) {
total = [[], []];
store.each(function(record, i) {
total[0][i] = total[0][i] || 0;
total[1][i] = total[1][i] || 0;
for (j = 0; j < barsLen; j++) {
if (me.__excludes && me.__excludes[j]) {
continue;
}
rec = record.get(bars[j]);
total[+(rec > 0)][i] += mabs(rec);
}
});
total[+(maxY > 0)].push(mabs(maxY));
total[+(minY > 0)].push(mabs(minY));
minus = mmax.apply(math, total[0]);
plus = mmax.apply(math, total[1]);
scale = (column ? bbox.height - yPadding * 2 : bbox.width - xPadding * 2) / (plus + minus);
zero = zero + minus * scale * (column ? -1 : 1);
}
else if (minY / maxY < 0) {
zero = zero - minY * scale * (column ? -1 : 1);
}
return {
bars: bars,
bbox: bbox,
barsLen: barsLen,
groupBarsLen: groupBarsLen,
barWidth: barWidth,
groupBarWidth: groupBarWidth,
scale: scale,
zero: zero,
xPadding: xPadding,
yPadding: yPadding,
signed: minY / maxY < 0,
minY: minY,
maxY: maxY
};
},
// @private Build an array of paths for the chart
getPaths: function() {
var me = this,
chart = me.chart,
store = chart.getChartStore(),
bounds = me.bounds = me.getBounds(),
items = me.items = [],
gutter = me.gutter / 100,
groupGutter = me.groupGutter / 100,
animate = chart.animate,
column = me.column,
group = me.group,
enableShadows = chart.shadow,
shadowGroups = me.shadowGroups,
shadowAttributes = me.shadowAttributes,
shadowGroupsLn = shadowGroups.length,
bbox = bounds.bbox,
xPadding = me.xPadding,
yPadding = me.yPadding,
stacked = me.stacked,
barsLen = bounds.barsLen,
colors = me.colorArrayStyle,
colorLength = colors && colors.length || 0,
math = Math,
mmax = math.max,
mmin = math.min,
mabs = math.abs,
j, yValue, height, totalDim, totalNegDim, bottom, top, hasShadow, barAttr, attrs, counter,
shadowIndex, shadow, sprite, offset, floorY;
store.each(function(record, i, total) {
bottom = bounds.zero;
top = bounds.zero;
totalDim = 0;
totalNegDim = 0;
hasShadow = false;
for (j = 0, counter = 0; j < barsLen; j++) {
// Excluded series
if (me.__excludes && me.__excludes[j]) {
continue;
}
yValue = record.get(bounds.bars[j]);
height = Math.round((yValue - mmax(bounds.minY, 0)) * bounds.scale);
barAttr = {
fill: colors[(barsLen > 1 ? j : 0) % colorLength]
};
if (column) {
Ext.apply(barAttr, {
height: height,
width: mmax(bounds.groupBarWidth, 0),
x: (bbox.x + xPadding + i * bounds.barWidth * (1 + gutter) + counter * bounds.groupBarWidth * (1 + groupGutter) * !stacked),
y: bottom - height
});
}
else {
// draw in reverse order
offset = (total - 1) - i;
Ext.apply(barAttr, {
height: mmax(bounds.groupBarWidth, 0),
width: height + (bottom == bounds.zero),
x: bottom + (bottom != bounds.zero),
y: (bbox.y + yPadding + offset * bounds.barWidth * (1 + gutter) + counter * bounds.groupBarWidth * (1 + groupGutter) * !stacked + 1)
});
}
if (height < 0) {
if (column) {
barAttr.y = top;
barAttr.height = mabs(height);
} else {
barAttr.x = top + height;
barAttr.width = mabs(height);
}
}
if (stacked) {
if (height < 0) {
top += height * (column ? -1 : 1);
} else {
bottom += height * (column ? -1 : 1);
}
totalDim += mabs(height);
if (height < 0) {
totalNegDim += mabs(height);
}
}
barAttr.x = Math.floor(barAttr.x) + 1;
floorY = Math.floor(barAttr.y);
if (!Ext.isIE9 && barAttr.y > floorY) {
floorY--;
}
barAttr.y = floorY;
barAttr.width = Math.floor(barAttr.width);
barAttr.height = Math.floor(barAttr.height);
items.push({
series: me,
storeItem: record,
value: [record.get(me.xField), yValue],
attr: barAttr,
point: column ? [barAttr.x + barAttr.width / 2, yValue >= 0 ? barAttr.y : barAttr.y + barAttr.height] :
[yValue >= 0 ? barAttr.x + barAttr.width : barAttr.x, barAttr.y + barAttr.height / 2]
});
// When resizing, reset before animating
if (animate && chart.resizing) {
attrs = column ? {
x: barAttr.x,
y: bounds.zero,
width: barAttr.width,
height: 0
} : {
x: bounds.zero,
y: barAttr.y,
width: 0,
height: barAttr.height
};
if (enableShadows && (stacked && !hasShadow || !stacked)) {
hasShadow = true;
//update shadows
for (shadowIndex = 0; shadowIndex < shadowGroupsLn; shadowIndex++) {
shadow = shadowGroups[shadowIndex].getAt(stacked ? i : (i * barsLen + j));
if (shadow) {
shadow.setAttributes(attrs, true);
}
}
}
//update sprite position and width/height
sprite = group.getAt(i * barsLen + j);
if (sprite) {
sprite.setAttributes(attrs, true);
}
}
counter++;
}
if (stacked && items.length) {
items[i * counter].totalDim = totalDim;
items[i * counter].totalNegDim = totalNegDim;
}
}, me);
},
// @private render/setAttributes on the shadows
renderShadows: function(i, barAttr, baseAttrs, bounds) {
var me = this,
chart = me.chart,
surface = chart.surface,
animate = chart.animate,
stacked = me.stacked,
shadowGroups = me.shadowGroups,
shadowAttributes = me.shadowAttributes,
shadowGroupsLn = shadowGroups.length,
store = chart.getChartStore(),
column = me.column,
items = me.items,
shadows = [],
zero = bounds.zero,
shadowIndex, shadowBarAttr, shadow, totalDim, totalNegDim, j, rendererAttributes;
if ((stacked && (i % bounds.groupBarsLen === 0)) || !stacked) {
j = i / bounds.groupBarsLen;
//create shadows
for (shadowIndex = 0; shadowIndex < shadowGroupsLn; shadowIndex++) {
shadowBarAttr = Ext.apply({}, shadowAttributes[shadowIndex]);
shadow = shadowGroups[shadowIndex].getAt(stacked ? j : i);
Ext.copyTo(shadowBarAttr, barAttr, 'x,y,width,height');
if (!shadow) {
shadow = surface.add(Ext.apply({
type: 'rect',
group: shadowGroups[shadowIndex]
}, Ext.apply({}, baseAttrs, shadowBarAttr)));
}
if (stacked) {
totalDim = items[i].totalDim;
totalNegDim = items[i].totalNegDim;
if (column) {
shadowBarAttr.y = zero - totalNegDim;
shadowBarAttr.height = totalDim;
}
else {
shadowBarAttr.x = zero - totalNegDim;
shadowBarAttr.width = totalDim;
}
}
if (animate) {
if (!stacked) {
rendererAttributes = me.renderer(shadow, store.getAt(j), shadowBarAttr, i, store);
me.onAnimate(shadow, { to: rendererAttributes });
}
else {
rendererAttributes = me.renderer(shadow, store.getAt(j), Ext.apply(shadowBarAttr, { hidden: true }), i, store);
shadow.setAttributes(rendererAttributes, true);
}
}
else {
rendererAttributes = me.renderer(shadow, store.getAt(j), Ext.apply(shadowBarAttr, { hidden: false }), i, store);
shadow.setAttributes(rendererAttributes, true);
}
shadows.push(shadow);
}
}
return shadows;
},
<span id='Ext-chart-series-Bar-method-drawSeries'> /**
</span> * Draws the series for the current chart.
*/
drawSeries: function() {
var me = this,
chart = me.chart,
store = chart.getChartStore(),
surface = chart.surface,
animate = chart.animate,
stacked = me.stacked,
column = me.column,
enableShadows = chart.shadow,
shadowGroups = me.shadowGroups,
shadowGroupsLn = shadowGroups.length,
group = me.group,
seriesStyle = me.seriesStyle,
items, ln, i, j, baseAttrs, sprite, rendererAttributes, shadowIndex, shadowGroup,
bounds, endSeriesStyle, barAttr, attrs, anim;
if (!store || !store.getCount()) {
return;
}
//fill colors are taken from the colors array.
delete seriesStyle.fill;
endSeriesStyle = Ext.apply(seriesStyle, this.style);
me.unHighlightItem();
me.cleanHighlights();
me.getPaths();
bounds = me.bounds;
items = me.items;
baseAttrs = column ? {
y: bounds.zero,
height: 0
} : {
x: bounds.zero,
width: 0
};
ln = items.length;
// Create new or reuse sprites and animate/display
for (i = 0; i < ln; i++) {
sprite = group.getAt(i);
barAttr = items[i].attr;
if (enableShadows) {
items[i].shadows = me.renderShadows(i, barAttr, baseAttrs, bounds);
}
// Create a new sprite if needed (no height)
if (!sprite) {
attrs = Ext.apply({}, baseAttrs, barAttr);
attrs = Ext.apply(attrs, endSeriesStyle || {});
sprite = surface.add(Ext.apply({}, {
type: 'rect',
group: group
}, attrs));
}
if (animate) {
rendererAttributes = me.renderer(sprite, store.getAt(i), barAttr, i, store);
sprite._to = rendererAttributes;
anim = me.onAnimate(sprite, { to: Ext.apply(rendererAttributes, endSeriesStyle) });
if (enableShadows && stacked && (i % bounds.barsLen === 0)) {
j = i / bounds.barsLen;
for (shadowIndex = 0; shadowIndex < shadowGroupsLn; shadowIndex++) {
anim.on('afteranimate', function() {
this.show(true);
}, shadowGroups[shadowIndex].getAt(j));
}
}
}
else {
rendererAttributes = me.renderer(sprite, store.getAt(i), Ext.apply(barAttr, { hidden: false }), i, store);
sprite.setAttributes(Ext.apply(rendererAttributes, endSeriesStyle), true);
}
items[i].sprite = sprite;
}
// Hide unused sprites
ln = group.getCount();
for (j = i; j < ln; j++) {
group.getAt(j).hide(true);
}
// Hide unused shadows
if (enableShadows) {
for (shadowIndex = 0; shadowIndex < shadowGroupsLn; shadowIndex++) {
shadowGroup = shadowGroups[shadowIndex];
ln = shadowGroup.getCount();
for (j = i; j < ln; j++) {
shadowGroup.getAt(j).hide(true);
}
}
}
me.renderLabels();
},
// @private handled when creating a label.
onCreateLabel: function(storeItem, item, i, display) {
var me = this,
surface = me.chart.surface,
group = me.labelsGroup,
config = me.label,
endLabelStyle = Ext.apply({}, config, me.seriesLabelStyle || {}),
sprite;
return surface.add(Ext.apply({
type: 'text',
group: group
}, endLabelStyle || {}));
},
// @private callback used when placing a label.
onPlaceLabel: function(label, storeItem, item, i, display, animate, j, index) {
// Determine the label's final position. Starts with the configured preferred value but
// may get flipped from inside to outside or vice-versa depending on space.
var me = this,
opt = me.bounds,
groupBarWidth = opt.groupBarWidth,
column = me.column,
chart = me.chart,
chartBBox = chart.chartBBox,
resizing = chart.resizing,
xValue = item.value[0],
yValue = item.value[1],
attr = item.attr,
config = me.label,
rotate = config.orientation == 'vertical',
field = [].concat(config.field),
format = config.renderer,
text = format(storeItem.get(field[index])),
size = me.getLabelSize(text),
width = size.width,
height = size.height,
zero = opt.zero,
outside = 'outside',
insideStart = 'insideStart',
insideEnd = 'insideEnd',
offsetX = 10,
offsetY = 6,
signed = opt.signed,
x, y, finalAttr;
label.setAttributes({
text: text
});
label.isOutside = false;
if (column) {
if (display == outside) {
if (height + offsetY + attr.height > (yValue >= 0 ? zero - chartBBox.y : chartBBox.y + chartBBox.height - zero)) {
display = insideEnd;
}
} else {
if (height + offsetY > attr.height) {
display = outside;
label.isOutside = true;
}
}
x = attr.x + groupBarWidth / 2;
y = display == insideStart ?
(zero + ((height / 2 + 3) * (yValue >= 0 ? -1 : 1))) :
(yValue >= 0 ? (attr.y + ((height / 2 + 3) * (display == outside ? -1 : 1))) :
(attr.y + attr.height + ((height / 2 + 3) * (display === outside ? 1 : -1))));
}
else {
if (display == outside) {
if (width + offsetX + attr.width > (yValue >= 0 ? chartBBox.x + chartBBox.width - zero : zero - chartBBox.x)) {
display = insideEnd;
}
}
else {
if (width + offsetX > attr.width) {
display = outside;
label.isOutside = true;
}
}
x = display == insideStart ?
(zero + ((width / 2 + 5) * (yValue >= 0 ? 1 : -1))) :
(yValue >= 0 ? (attr.x + attr.width + ((width / 2 + 5) * (display === outside ? 1 : -1))) :
(attr.x + ((width / 2 + 5) * (display === outside ? -1 : 1))));
y = attr.y + groupBarWidth / 2;
}
//set position
finalAttr = {
x: x,
y: y
};
//rotate
if (rotate) {
finalAttr.rotate = {
x: x,
y: y,
degrees: 270
};
}
//check for resizing
if (animate && resizing) {
if (column) {
x = attr.x + attr.width / 2;
y = zero;
} else {
x = zero;
y = attr.y + attr.height / 2;
}
label.setAttributes({
x: x,
y: y
}, true);
if (rotate) {
label.setAttributes({
rotate: {
x: x,
y: y,
degrees: 270
}
}, true);
}
}
//handle animation
if (animate) {
me.onAnimate(label, { to: finalAttr });
}
else {
label.setAttributes(Ext.apply(finalAttr, {
hidden: false
}), true);
}
},
/* @private
* Gets the dimensions of a given bar label. Uses a single hidden sprite to avoid
* changing visible sprites.
* @param value
*/
getLabelSize: function(value) {
var tester = this.testerLabel,
config = this.label,
endLabelStyle = Ext.apply({}, config, this.seriesLabelStyle || {}),
rotated = config.orientation === 'vertical',
bbox, w, h,
undef;
if (!tester) {
tester = this.testerLabel = this.chart.surface.add(Ext.apply({
type: 'text',
opacity: 0
}, endLabelStyle));
}
tester.setAttributes({
text: value
}, true);
// Flip the width/height if rotated, as getBBox returns the pre-rotated dimensions
bbox = tester.getBBox();
w = bbox.width;
h = bbox.height;
return {
width: rotated ? h : w,
height: rotated ? w : h
};
},
// @private used to animate label, markers and other sprites.
onAnimate: function(sprite, attr) {
sprite.show();
return this.callParent(arguments);
},
isItemInPoint: function(x, y, item) {
var bbox = item.sprite.getBBox();
return bbox.x <= x && bbox.y <= y
&& (bbox.x + bbox.width) >= x
&& (bbox.y + bbox.height) >= y;
},
// @private hide all markers
hideAll: function() {
var axes = this.chart.axes;
if (!isNaN(this._index)) {
if (!this.__excludes) {
this.__excludes = [];
}
this.__excludes[this._index] = true;
this.drawSeries();
axes.each(function(axis) {
axis.drawAxis();
});
}
},
// @private show all markers
showAll: function() {
var axes = this.chart.axes;
if (!isNaN(this._index)) {
if (!this.__excludes) {
this.__excludes = [];
}
this.__excludes[this._index] = false;
this.drawSeries();
axes.each(function(axis) {
axis.drawAxis();
});
}
},
<span id='Ext-chart-series-Bar-method-getLegendColor'> /**
</span> * Returns a string with the color to be used for the series legend item.
* @param index
*/
getLegendColor: function(index) {
var me = this,
colorLength = me.colorArrayStyle.length;
if (me.style && me.style.fill) {
return me.style.fill;
} else {
return me.colorArrayStyle[index % colorLength];
}
},
highlightItem: function(item) {
this.callParent(arguments);
this.renderLabels();
},
unHighlightItem: function() {
this.callParent(arguments);
this.renderLabels();
},
cleanHighlights: function() {
this.callParent(arguments);
this.renderLabels();
}
});</pre>
</body>
</html>
|
source/api/apidocs-4.5/root_admin/deletePortableIpRange.html | resmo/cloudstack-www | <!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 v4.5.0 Root Admin API Reference
</span>
<p></p>
<h1>deletePortableIpRange</h1>
<p>deletes a range of portable public IP's associated with a region</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_Root_Admin.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>Id of the portable ip range</strong></td><td style="width:180px;"><strong>true</strong></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>displaytext</strong></td><td style="width:500px;">any text associated with the success or failure</td>
</tr>
<tr>
<td style="width:200px;"><strong>success</strong></td><td style="width:500px;">true if operation is executed successfully</td>
</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&page=4.2.0/rootadmin"></iframe>
</noscript>
</div>
<div id="footer_mainmaster">
<p>Copyright © 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>
|
source/api/apidocs-4.1/user/listOsCategories.html | resmo/cloudstack-www | <!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 v4.1.0 User API Reference
</span>
<p></p>
<h1>listOsCategories</h1>
<p>Lists all supported OS categories for this cloud.</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_User.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;"><i>id</i></td><td style="width:500px;"><i>list Os category by id</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>keyword</i></td><td style="width:500px;"><i>List by keyword</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>name</i></td><td style="width:500px;"><i>list os category by name</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>page</i></td><td style="width:500px;"><i></i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>pagesize</i></td><td style="width:500px;"><i></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 ID of the OS category</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the OS category</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2012 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 and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
fdisk/help/A.fr.html | webdev1001/webmin | <header>Option 'read-lookahead'</header>
Option du disque qui est généralement activé.
<hr> |
tests/test-cases/colors/scale-color/expected_output.css | mgushee/chicken-sass | p {
color: #d4f7d4;
color: rgba(168, 240, 168, 0.545);
color: #c899ff;
color: rgba(200, 205, 208, 0.7); }
|
documentation/_shop_window_open_packet_8cs.html | gareox/tibiaapi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TibiaAPI: E:/dev/misc/ta/tibiaapi/Packets/Incoming/ShopWindowOpenPacket.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<script type="text/javascript">
<!--
function changeDisplayState (e){
var num=this.id.replace(/[^[0-9]/g,'');
var button=this.firstChild;
var sectionDiv=document.getElementById('dynsection'+num);
if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
sectionDiv.style.display='block';
button.src='open.gif';
}else{
sectionDiv.style.display='none';
button.src='closed.gif';
}
}
function initDynSections(){
var divs=document.getElementsByTagName('div');
var sectionCounter=1;
for(var i=0;i<divs.length-1;i++){
if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
var header=divs[i];
var section=divs[i+1];
var button=header.firstChild;
if (button!='IMG'){
divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
button=document.createElement('img');
divs[i].insertBefore(button,divs[i].firstChild);
}
header.style.cursor='pointer';
header.onclick=changeDisplayState;
header.id='dynheader'+sectionCounter;
button.src='closed.gif';
section.id='dynsection'+sectionCounter;
section.style.display='none';
section.style.marginLeft='14px';
sectionCounter++;
}
}
}
window.onload = initDynSections;
-->
</script>
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>E:/dev/misc/ta/tibiaapi/Packets/Incoming/ShopWindowOpenPacket.cs File Reference</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_shop_window_open_packet.html">Tibia.Packets.Incoming.ShopWindowOpenPacket</a></td></tr>
<tr><td colspan="2"><br><h2>Packages</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">package </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_tibia_1_1_packets_1_1_incoming.html">Tibia.Packets.Incoming</a></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="_shop_window_open_packet_8cs.html#81a223a02c34d82b47199f08308847f2">System</a></td></tr>
</table>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="81a223a02c34d82b47199f08308847f2"></a><!-- doxytag: member="ShopWindowOpenPacket.cs::System" ref="81a223a02c34d82b47199f08308847f2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">using <a class="el" href="_timer_8cs.html#81a223a02c34d82b47199f08308847f2">System</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jul 7 18:50:08 2009 for TibiaAPI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>
|
web/node_modules/leaflet/spec/coverage/PhantomJS 1.8 (Mac)/src/Leaflet.js.html | ingalls/Emendo | <!doctype html>
<html>
<head>
<title>Code coverage report for src/Leaflet.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-language" content="en-gb">
<link rel='stylesheet' href='../prettify.css'>
<style type='text/css'>
body, html {
margin:0; padding: 0;
}
body {
font-family: "Helvetic Neue", Helvetica,Arial;
font-size: 10pt;
}
div.header, div.footer {
background: #eee;
padding: 1em;
}
div.header {
z-index: 100;
position: fixed;
top: 0;
border-bottom: 1px solid #666;
width: 100%;
}
div.footer {
border-top: 1px solid #666;
}
div.body {
margin-top: 10em;
}
div.meta {
font-size: 90%;
text-align: center;
}
h1, h2, h3 {
font-weight: normal;
}
h1 {
font-size: 12pt;
}
h2 {
font-size: 10pt;
}
pre {
font-family: consolas, menlo, monaco, monospace;
margin: 0;
padding: 0;
line-height: 14px;
font-size: 14px;
}
div.path { font-size: 110%; }
div.path a:link, div.path a:visited { color: #000; }
table.coverage { border-collapse: collapse; margin:0; padding: 0 }
table.coverage td {
margin: 0;
padding: 0;
color: #111;
vertical-align: top;
}
table.coverage td.line-count {
width: 50px;
text-align: right;
padding-right: 5px;
}
table.coverage td.line-coverage {
color: #777 !important;
text-align: right;
border-left: 1px solid #666;
border-right: 1px solid #666;
}
table.coverage td.text {
}
table.coverage td span.cline-any {
display: inline-block;
padding: 0 5px;
width: 40px;
}
table.coverage td span.cline-neutral {
background: #eee;
}
table.coverage td span.cline-yes {
background: #b5d592;
color: #999;
}
table.coverage td span.cline-no {
background: #fc8c84;
}
.cstat-yes { color: #111; }
.cstat-no { background: #fc8c84; color: #111; }
.fstat-no { background: #ffc520; color: #111 !important; }
.cbranch-no { background: yellow !important; color: #111; }
.missing-if-branch {
display: inline-block;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: black;
color: yellow;
xtext-decoration: line-through;
}
.missing-if-branch .typ {
color: inherit !important;
}
.entity, .metric { font-weight: bold; }
.metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; }
.metric small { font-size: 80%; font-weight: normal; color: #666; }
div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; }
div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; }
div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; }
div.coverage-summary th.file { border-right: none !important; }
div.coverage-summary th.pic { border-left: none !important; text-align: right; }
div.coverage-summary th.pct { border-right: none !important; }
div.coverage-summary th.abs { border-left: none !important; text-align: right; }
div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; }
div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; }
div.coverage-summary td.file { text-align: right; border-left: 1px solid #666; white-space: nowrap; }
div.coverage-summary td.pic { min-width: 120px !important; }
div.coverage-summary a:link { text-decoration: none; color: #000; }
div.coverage-summary a:visited { text-decoration: none; color: #333; }
div.coverage-summary a:hover { text-decoration: underline; }
div.coverage-summary tfoot td { border-top: 1px solid #666; }
div.coverage-summary .yui3-datatable-sort-indicator, div.coverage-summary .dummy-sort-indicator {
height: 10px;
width: 7px;
display: inline-block;
margin-left: 0.5em;
}
div.coverage-summary .yui3-datatable-sort-indicator {
background: url("http://yui.yahooapis.com/3.6.0/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png") no-repeat scroll 0 0 transparent;
}
div.coverage-summary .yui3-datatable-sorted .yui3-datatable-sort-indicator {
background-position: 0 -20px;
}
div.coverage-summary .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
background-position: 0 -10px;
}
.high { background: #b5d592 !important; }
.medium { background: #ffe87c !important; }
.low { background: #fc8c84 !important; }
span.cover-fill, span.cover-empty {
display:inline-block;
border:1px solid #444;
background: white;
height: 12px;
}
span.cover-fill {
background: #ccc;
border-right: 1px solid #444;
}
span.cover-empty {
background: white;
border-left: none;
}
span.cover-full {
border-right: none !important;
}
pre.prettyprint {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.com { color: #999 !important; }
</style>
</head>
<body>
<div class='header high'>
<h1>Code coverage report for <span class='entity'>src/Leaflet.js</span></h1>
<h2>
Statements: <span class='metric'>90% <small>(9 / 10)</small></span>
Branches: <span class='metric'>50% <small>(1 / 2)</small></span>
Functions: <span class='metric'>100% <small>(1 / 1)</small></span>
Lines: <span class='metric'>90% <small>(9 / 10)</small></span>
</h2>
<div class="path"><a href="../index.html">All files</a> » <a href="index.html">src/</a> » Leaflet.js</div>
</div>
<div class='body'>
<pre><table class="coverage">
<tr><td class="line-count">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23</td><td class="line-coverage"><span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">/*
* The L namespace contains all Leaflet classes and functions.
* This code allows you to handle any possible namespace conflicts.
*/
var L, originalL;
<span class="missing-if-branch" title="if path not taken"" >I</span>if (typeof exports !== undefined + '') {
<span class="cstat-no" title="statement not covered" > L = exports;</span>
} else {
originalL = window.L;
L = {};
L.noConflict = function () {
window.L = originalL;
return this;
};
window.L = L;
}
L.version = '0.6-dev';
</pre></td></tr>
</table></pre>
</div>
<div class='footer'>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Thu Apr 04 2013 12:16:35 GMT+0300 (EEST)</div>
</div>
</body>
<script src="../prettify.js"></script>
<script src="http://yui.yahooapis.com/3.6.0/build/yui/yui-min.js"></script>
<script>
YUI().use('datatable', function (Y) {
var formatters = {
pct: function (o) {
o.className += o.record.get('classes')[o.column.key];
try {
return o.value.toFixed(2) + '%';
} catch (ex) { return o.value + '%'; }
},
html: function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.record.get(o.column.key + '_html');
}
},
defaultFormatter = function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.value;
};
function getColumns(theadNode) {
var colNodes = theadNode.all('tr th'),
cols = [],
col;
colNodes.each(function (colNode) {
col = {
key: colNode.getAttribute('data-col'),
label: colNode.get('innerHTML') || ' ',
sortable: !colNode.getAttribute('data-nosort'),
className: colNode.getAttribute('class'),
type: colNode.getAttribute('data-type'),
allowHTML: colNode.getAttribute('data-html') === 'true' || colNode.getAttribute('data-fmt') === 'html'
};
col.formatter = formatters[colNode.getAttribute('data-fmt')] || defaultFormatter;
cols.push(col);
});
return cols;
}
function getRowData(trNode, cols) {
var tdNodes = trNode.all('td'),
i,
row = { classes: {} },
node,
name;
for (i = 0; i < cols.length; i += 1) {
name = cols[i].key;
node = tdNodes.item(i);
row[name] = node.getAttribute('data-value') || node.get('innerHTML');
row[name + '_html'] = node.get('innerHTML');
row.classes[name] = node.getAttribute('class');
//Y.log('Name: ' + name + '; Value: ' + row[name]);
if (cols[i].type === 'number') { row[name] = row[name] * 1; }
}
//Y.log(row);
return row;
}
function getData(tbodyNode, cols) {
var data = [];
tbodyNode.all('tr').each(function (trNode) {
data.push(getRowData(trNode, cols));
});
return data;
}
function replaceTable(node) {
if (!node) { return; }
var cols = getColumns(node.one('thead')),
data = getData(node.one('tbody'), cols),
table,
parent = node.get('parentNode');
table = new Y.DataTable({
columns: cols,
data: data,
sortBy: 'file'
});
parent.set('innerHTML', '');
table.render(parent);
}
Y.on('domready', function () {
replaceTable(Y.one('div.coverage-summary table'));
if (typeof prettyPrint === 'function') {
prettyPrint();
}
});
});
</script>
</html>
|
target/classes/org/olat/course/nodes/projectbroker/_chelp/projectbroker-optionsCustomfields.html | RLDevOps/Scholastic | <br/>
$r.translate("chelp.projectbroker.customfieldAddFieldLink")<br/>
$r.translate("chelp.projectbroker.customfieldAddFieldLinkCustomfieldNameLabel")<br/>
$r.translate("chelp.projectbroker.customfieldAddFieldLinkCustomfieldValueLabel")<br/>
$r.translate("chelp.projectbroker.customfieldAddFieldLinkCustomfieldTableEnabled")<br/>
$r.translate("chelp.projectbroker.customfieldDeleteLink")<br/>
|
tests/test-cases/scss-tests/134_test_nested_function_shadow/expected.compressed.css | mgushee/chicken-sass | foo{a:2}baz{b:1}
|
odk/src/main/resources/webapp/css/ODK.css | wstrzelczyk/modules | .form-def-row {
padding: 1px 7px 1px 18px;
height: 37px;
line-height: 32px;
border-top: none;
}
.modal.modal-wide .modal-dialog {
width: 80%;
}
.modal-wide .modal-body {
overflow-y: auto;
}
.form-hint-error {
background: #d45252;
border-radius: 3px;
color: #ffffff;
padding: 4px 6px;
z-index: 999;
font-size: 11px;
position: relative;
} |
plugins/visualization-column-charts/static/stacked-column-chart.css | datafunk/datawrapper |
.chart.vis-stacked-column-chart {
overflow: hidden;
}
|
myodd/boost/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html | FFMG/myoddweb.piger | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>deref_data</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="Chapter 1. Fusion 2.2">
<link rel="up" href="../functions.html" title="Functions">
<link rel="prev" href="advance_c.html" title="advance_c">
<link rel="next" href="../operator.html" title="Operator">
</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="advance_c.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.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="../operator.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="fusion.iterator.functions.deref_data"></a><a class="link" href="deref_data.html" title="deref_data">deref_data</a>
</h4></div></div></div>
<h6>
<a name="fusion.iterator.functions.deref_data.h0"></a>
<span class="phrase"><a name="fusion.iterator.functions.deref_data.description"></a></span><a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.description">Description</a>
</h6>
<p>
Deferences the data property associated with the element referenced by
an associative iterator.
</p>
<h6>
<a name="fusion.iterator.functions.deref_data.h1"></a>
<span class="phrase"><a name="fusion.iterator.functions.deref_data.synopsis"></a></span><a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">I</span>
<span class="special">></span>
<span class="keyword">typename</span> <a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">deref_data</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
</pre>
<div class="table">
<a name="fusion.iterator.functions.deref_data.t0"></a><p class="title"><b>Table 1.7. Parameters</b></p>
<div class="table-contents"><table class="table" summary="Parameters">
<colgroup>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Parameter
</p>
</th>
<th>
<p>
Requirement
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody><tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">i</span></code>
</p>
</td>
<td>
<p>
Model of <a class="link" href="../concepts/associative_iterator.html" title="Associative Iterator">Associative
Iterator</a>
</p>
</td>
<td>
<p>
Operation's argument
</p>
</td>
</tr></tbody>
</table></div>
</div>
<br class="table-break"><h6>
<a name="fusion.iterator.functions.deref_data.h2"></a>
<span class="phrase"><a name="fusion.iterator.functions.deref_data.expression_semantics"></a></span><a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
</pre>
<p>
<span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
</p>
<p>
<span class="bold"><strong>Semantics</strong></span>: Dereferences the data property
associated with the element referenced by an associative iterator <code class="computeroutput"><span class="identifier">i</span></code>.
</p>
<h6>
<a name="fusion.iterator.functions.deref_data.h3"></a>
<span class="phrase"><a name="fusion.iterator.functions.deref_data.header"></a></span><a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<h6>
<a name="fusion.iterator.functions.deref_data.h4"></a>
<span class="phrase"><a name="fusion.iterator.functions.deref_data.example"></a></span><a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special"><</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special"><</span><span class="keyword">float</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&></span> <span class="special">></span> <span class="identifier">map</span><span class="special">;</span>
<span class="keyword">int</span> <span class="identifier">i</span><span class="special">(</span><span class="number">0</span><span class="special">);</span>
<span class="identifier">map</span> <span class="identifier">m</span><span class="special">(</span><span class="number">1.0f</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(</span><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><a class="link" href="../../sequence/intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">m</span><span class="special">))</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
<span class="identifier">assert</span><span class="special">(&(</span><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><a class="link" href="../../sequence/intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">m</span><span class="special">)))</span> <span class="special">==</span> <span class="special">&</span><span class="identifier">i</span><span class="special">);</span>
</pre>
</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 © 2001-2006, 2011, 2012 Joel de Guzman,
Dan Marsden, Tobias Schwinger<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="advance_c.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.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="../operator.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
old/jq-ui/api/themes/default/splitbutton.css | SUTFutureCoder/iDa1.5 | .s-btn-downarrow{
display:inline-block;
width:16px;
line-height:14px;
*line-height:15px;
background:url('images/menu_downarrow.png') no-repeat 9px center;
}
a.s-btn-active{
background-position: bottom right;
}
a.s-btn-active span.l-btn-left{
background-position: bottom left;
}
a.s-btn-active .s-btn-downarrow{
background:url('images/menu_split_downarrow.png') no-repeat 4px -19px;
}
a:hover.l-btn .s-btn-downarrow{
background:url('images/menu_split_downarrow.png') no-repeat 4px -19px;
}
a.s-btn-plain-active{
background:transparent;
border:1px solid #7eabcd;
_padding:0px 5px 0px 0px;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
}
a.s-btn-plain-active .s-btn-downarrow{
background:url('images/menu_split_downarrow.png') no-repeat 4px -19px;
} |
sites/all/modules/debut_event/help/Context.html | leonlee/MTA-CMS | <p>The Event feature comes with a <a target="_blank" href="http://drupal.org/project/context">Context</a> that customizes display settings when Event content is being viewed. The context:</p>
<ul>
<li>Displays a contextual sidebar block.</li>
<li>Sets breadcrumbs to point to the Event landing page.</li>
<li>Sets the active menu item.</li>
</ul>
<p>Use the context administration page to customize <a href="&base_url&admin/build/context/list/event-content-type/edit">this</a> or other contexts.</p>
|
wp-admin/css/colors/midnight/colors.css | rasken2003/fuga-it-business | /*! This file is auto-generated */
/*
* Button mixin- creates a button effect with correct
* highlights/shadows, based on a base color.
*/
body {
background: #f1f1f1;
}
/* Links */
a {
color: #0073aa;
}
a:hover, a:active, a:focus {
color: #0096dd;
}
#post-body .misc-pub-post-status:before,
#post-body #visibility:before,
.curtime #timestamp:before,
#post-body .misc-pub-revisions:before,
span.wp-media-buttons-icon:before {
color: currentColor;
}
.wp-core-ui .button-link {
color: #0073aa;
}
.wp-core-ui .button-link:hover, .wp-core-ui .button-link:active, .wp-core-ui .button-link:focus {
color: #0096dd;
}
.media-modal .delete-attachment,
.media-modal .trash-attachment,
.media-modal .untrash-attachment,
.wp-core-ui .button-link-delete {
color: #a00;
}
.media-modal .delete-attachment:hover,
.media-modal .trash-attachment:hover,
.media-modal .untrash-attachment:hover,
.media-modal .delete-attachment:focus,
.media-modal .trash-attachment:focus,
.media-modal .untrash-attachment:focus,
.wp-core-ui .button-link-delete:hover,
.wp-core-ui .button-link-delete:focus {
color: #dc3232;
}
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
}
input[type=radio]:checked::before {
background: #7e8993;
}
.wp-core-ui input[type=reset]:hover,
.wp-core-ui input[type=reset]:active {
color: #0096dd;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
select:focus,
textarea:focus {
border-color: #e14d43;
box-shadow: 0 0 0 1px #e14d43;
}
/* Core UI */
.wp-core-ui .button {
border-color: #7e8993;
color: #32373c;
}
.wp-core-ui .button.hover,
.wp-core-ui .button:hover,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
border-color: #717c87;
color: #262a2e;
}
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
border-color: #7e8993;
color: #262a2e;
box-shadow: 0 0 0 1px #32373c;
}
.wp-core-ui .button:active {
border-color: #7e8993;
color: #262a2e;
box-shadow: none;
}
.wp-core-ui .button.active,
.wp-core-ui .button.active:focus,
.wp-core-ui .button.active:hover {
border-color: #e14d43;
color: #262a2e;
box-shadow: inset 0 2px 5px -3px #e14d43;
}
.wp-core-ui .button.active:focus {
box-shadow: 0 0 0 1px #32373c;
}
.wp-core-ui .button,
.wp-core-ui .button-secondary {
color: #e14d43;
border-color: #e14d43;
}
.wp-core-ui .button.hover,
.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
border-color: #d02c21;
color: #d02c21;
}
.wp-core-ui .button.focus,
.wp-core-ui .button:focus,
.wp-core-ui .button-secondary:focus {
border-color: #e8776f;
color: #a4231a;
box-shadow: 0 0 0 1px #e8776f;
}
.wp-core-ui .button-primary:hover {
color: #fff;
}
.wp-core-ui .button-primary {
background: #e14d43;
border-color: #e14d43;
color: #fff;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus {
background: #e35950;
border-color: #df4136;
color: #fff;
}
.wp-core-ui .button-primary:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
}
.wp-core-ui .button-primary:active {
background: #dd382d;
border-color: #dd382d;
color: #fff;
}
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover {
background: #e14d43;
color: #fff;
border-color: #ba281e;
box-shadow: inset 0 2px 5px -3px #200705;
}
.wp-core-ui .button-group > .button.active {
border-color: #e14d43;
}
.wp-core-ui .wp-ui-primary {
color: #fff;
background-color: #363b3f;
}
.wp-core-ui .wp-ui-text-primary {
color: #363b3f;
}
.wp-core-ui .wp-ui-highlight {
color: #fff;
background-color: #e14d43;
}
.wp-core-ui .wp-ui-text-highlight {
color: #e14d43;
}
.wp-core-ui .wp-ui-notification {
color: #fff;
background-color: #69a8bb;
}
.wp-core-ui .wp-ui-text-notification {
color: #69a8bb;
}
.wp-core-ui .wp-ui-text-icon {
color: #f1f2f3;
}
/* List tables */
.wrap .page-title-action,
.wrap .page-title-action:active {
border: 1px solid #e14d43;
color: #e14d43;
}
.wrap .page-title-action:hover {
color: #d02c21;
border-color: #d02c21;
}
.wrap .page-title-action:focus {
border-color: #e8776f;
color: #a4231a;
box-shadow: 0 0 0 1px #e8776f;
}
.view-switch a.current:before {
color: #363b3f;
}
.view-switch a:hover:before {
color: #69a8bb;
}
/* Admin Menu */
#adminmenuback,
#adminmenuwrap,
#adminmenu {
background: #363b3f;
}
#adminmenu a {
color: #fff;
}
#adminmenu div.wp-menu-image:before {
color: #f1f2f3;
}
#adminmenu a:hover,
#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus {
color: #fff;
background-color: #e14d43;
}
#adminmenu li.menu-top:hover div.wp-menu-image:before,
#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
color: #fff;
}
/* Active tabs use a bottom border color that matches the page background color. */
.about-wrap .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
background-color: #f1f1f1;
border-bottom-color: #f1f1f1;
}
/* Admin Menu: submenu */
#adminmenu .wp-submenu,
#adminmenu .wp-has-current-submenu .wp-submenu,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
background: #26292c;
}
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after,
#adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
border-right-color: #26292c;
}
#adminmenu .wp-submenu .wp-submenu-head {
color: #c3c4c5;
}
#adminmenu .wp-submenu a,
#adminmenu .wp-has-current-submenu .wp-submenu a,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
color: #c3c4c5;
}
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover,
#adminmenu .wp-has-current-submenu .wp-submenu a:focus,
#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover {
color: #e14d43;
}
/* Admin Menu: current */
#adminmenu .wp-submenu li.current a,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
color: #fff;
}
#adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus {
color: #e14d43;
}
ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
border-right-color: #f1f1f1;
}
#adminmenu li.current a.menu-top,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head,
.folded #adminmenu li.current.menu-top {
color: #fff;
background: #e14d43;
}
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before,
#adminmenu a.current:hover div.wp-menu-image:before,
#adminmenu li.current div.wp-menu-image:before,
#adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before,
#adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before,
#adminmenu li:hover div.wp-menu-image:before,
#adminmenu li a:focus div.wp-menu-image:before,
#adminmenu li.opensub div.wp-menu-image:before {
color: #fff;
}
/* Admin Menu: bubble */
#adminmenu .awaiting-mod,
#adminmenu .update-plugins {
color: #fff;
background: #69a8bb;
}
#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins,
#adminmenu li:hover a .awaiting-mod,
#adminmenu li.menu-top:hover > a .update-plugins {
color: #fff;
background: #26292c;
}
/* Admin Menu: collapse button */
#collapse-button {
color: #f1f2f3;
}
#collapse-button:hover,
#collapse-button:focus {
color: #e14d43;
}
/* Admin Bar */
#wpadminbar {
color: #fff;
background: #363b3f;
}
#wpadminbar .ab-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
color: #fff;
}
#wpadminbar .ab-icon,
#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before,
#wpadminbar .ab-item:after {
color: #f1f2f3;
}
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
color: #e14d43;
background: #26292c;
}
#wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar li.hover span.ab-label,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label {
color: #e14d43;
}
#wpadminbar:not(.mobile) li:hover .ab-icon:before,
#wpadminbar:not(.mobile) li:hover .ab-item:before,
#wpadminbar:not(.mobile) li:hover .ab-item:after,
#wpadminbar:not(.mobile) li:hover #adminbarsearch:before {
color: #e14d43;
}
/* Admin Bar: submenu */
#wpadminbar .menupop .ab-sub-wrapper {
background: #26292c;
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
background: #4c4c4d;
}
#wpadminbar .ab-submenu .ab-item,
#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
color: #c3c4c5;
}
#wpadminbar .quicklinks li .blavatar,
#wpadminbar .menupop .menupop > .ab-item:before {
color: #f1f2f3;
}
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li .ab-item:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li #adminbarsearch.adminbar-focused:before {
color: #e14d43;
}
#wpadminbar .quicklinks li a:hover .blavatar,
#wpadminbar .quicklinks li a:focus .blavatar,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar,
#wpadminbar .menupop .menupop > .ab-item:hover:before,
#wpadminbar.mobile .quicklinks .ab-icon:before,
#wpadminbar.mobile .quicklinks .ab-item:before {
color: #e14d43;
}
#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
color: #f1f2f3;
}
/* Admin Bar: search */
#wpadminbar #adminbarsearch:before {
color: #f1f2f3;
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
color: #fff;
background: #464d52;
}
/* Admin Bar: recovery mode */
#wpadminbar #wp-admin-bar-recovery-mode {
color: #fff;
background-color: #69a8bb;
}
#wpadminbar #wp-admin-bar-recovery-mode .ab-item,
#wpadminbar #wp-admin-bar-recovery-mode a.ab-item {
color: #fff;
}
#wpadminbar .ab-top-menu > #wp-admin-bar-recovery-mode.hover > .ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > #wp-admin-bar-recovery-mode > .ab-item:focus {
color: #fff;
background-color: #5f97a8;
}
/* Admin Bar: my account */
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
border-color: #464d52;
background-color: #464d52;
}
#wpadminbar #wp-admin-bar-user-info .display-name {
color: #fff;
}
#wpadminbar #wp-admin-bar-user-info a:hover .display-name {
color: #e14d43;
}
#wpadminbar #wp-admin-bar-user-info .username {
color: #c3c4c5;
}
/* Pointers */
.wp-pointer .wp-pointer-content h3 {
background-color: #e14d43;
border-color: #dd382d;
}
.wp-pointer .wp-pointer-content h3:before {
color: #e14d43;
}
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
.wp-pointer.wp-pointer-top .wp-pointer-arrow-inner,
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow,
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow-inner {
border-bottom-color: #e14d43;
}
/* Media */
.media-item .bar,
.media-progress-bar div {
background-color: #e14d43;
}
.details.attachment {
box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #e14d43;
}
.attachment.details .check {
background-color: #e14d43;
box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e14d43;
}
.media-selection .attachment.selection.details .thumbnail {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43;
}
/* Themes */
.theme-browser .theme.active .theme-name,
.theme-browser .theme.add-new-theme a:hover:after,
.theme-browser .theme.add-new-theme a:focus:after {
background: #e14d43;
}
.theme-browser .theme.add-new-theme a:hover span:after,
.theme-browser .theme.add-new-theme a:focus span:after {
color: #e14d43;
}
.theme-section.current,
.theme-filter.current {
border-bottom-color: #363b3f;
}
body.more-filters-opened .more-filters {
color: #fff;
background-color: #363b3f;
}
body.more-filters-opened .more-filters:before {
color: #fff;
}
body.more-filters-opened .more-filters:hover,
body.more-filters-opened .more-filters:focus {
background-color: #e14d43;
color: #fff;
}
body.more-filters-opened .more-filters:hover:before,
body.more-filters-opened .more-filters:focus:before {
color: #fff;
}
/* Widgets */
.widgets-chooser li.widgets-chooser-selected {
background-color: #e14d43;
color: #fff;
}
.widgets-chooser li.widgets-chooser-selected:before,
.widgets-chooser li.widgets-chooser-selected:focus:before {
color: #fff;
}
/* Nav Menus */
.nav-menus-php .item-edit:focus:before {
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
}
/* Responsive Component */
div#wp-responsive-toggle a:before {
color: #f1f2f3;
}
.wp-responsive-open div#wp-responsive-toggle a {
border-color: transparent;
background: #e14d43;
}
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
background: #26292c;
}
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
color: #f1f2f3;
}
/* TinyMCE */
.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item.mce-selected,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
background: #e14d43;
}
/* Customizer */
.wp-core-ui #customize-controls .control-section:hover > .accordion-section-title,
.wp-core-ui #customize-controls .control-section .accordion-section-title:hover,
.wp-core-ui #customize-controls .control-section.open .accordion-section-title,
.wp-core-ui #customize-controls .control-section .accordion-section-title:focus {
color: #0073aa;
border-left-color: #e14d43;
}
.wp-core-ui .customize-controls-close:focus,
.wp-core-ui .customize-controls-close:hover,
.wp-core-ui .customize-controls-preview-toggle:focus,
.wp-core-ui .customize-controls-preview-toggle:hover {
color: #0073aa;
border-top-color: #e14d43;
}
.wp-core-ui .customize-panel-back:hover,
.wp-core-ui .customize-panel-back:focus,
.wp-core-ui .customize-section-back:hover,
.wp-core-ui .customize-section-back:focus {
color: #0073aa;
border-left-color: #e14d43;
}
.wp-core-ui .customize-screen-options-toggle:hover,
.wp-core-ui .customize-screen-options-toggle:active,
.wp-core-ui .customize-screen-options-toggle:focus,
.wp-core-ui .active-menu-screen-options .customize-screen-options-toggle,
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover,
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active,
.wp-core-ui #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus {
color: #0073aa;
}
.wp-core-ui .customize-screen-options-toggle:focus:before,
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus:before, .wp-core-ui.wp-customizer button:focus .toggle-indicator:before,
.wp-core-ui .menu-item-bar .item-delete:focus:before,
.wp-core-ui #available-menu-items .item-add:focus:before,
.wp-core-ui #customize-save-button-wrapper .save:focus,
.wp-core-ui #publish-settings:focus {
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
}
.wp-core-ui #customize-controls .customize-info.open .customize-help-toggle,
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:focus,
.wp-core-ui #customize-controls .customize-info .customize-help-toggle:hover {
color: #0073aa;
}
.wp-core-ui .control-panel-themes .customize-themes-section-title:focus,
.wp-core-ui .control-panel-themes .customize-themes-section-title:hover {
border-left-color: #e14d43;
color: #0073aa;
}
.wp-core-ui .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
background: #e14d43;
}
.wp-core-ui .control-panel-themes .customize-themes-section-title.selected {
color: #0073aa;
}
.wp-core-ui #customize-theme-controls .control-section:hover > .accordion-section-title:after,
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:hover:after,
.wp-core-ui #customize-theme-controls .control-section.open .accordion-section-title:after,
.wp-core-ui #customize-theme-controls .control-section .accordion-section-title:focus:after,
.wp-core-ui #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
.wp-core-ui #customize-outer-theme-controls .control-section.open .accordion-section-title:after,
.wp-core-ui #customize-outer-theme-controls .control-section .accordion-section-title:focus:after {
color: #0073aa;
}
.wp-core-ui .customize-control .attachment-media-view .button-add-media:focus {
background-color: #fbfbfc;
border-color: #e14d43;
border-style: solid;
box-shadow: 0 0 0 1px #e14d43;
outline: 2px solid transparent;
}
.wp-core-ui .wp-full-overlay-footer .devices button:focus,
.wp-core-ui .wp-full-overlay-footer .devices button.active:hover {
border-bottom-color: #e14d43;
}
.wp-core-ui .wp-full-overlay-footer .devices button:hover:before,
.wp-core-ui .wp-full-overlay-footer .devices button:focus:before {
color: #e14d43;
}
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus {
color: #e14d43;
}
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
.wp-core-ui .wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
box-shadow: 0 0 0 1px #e8776f, 0 0 2px 1px #e14d43;
}
.wp-core-ui.wp-customizer .theme-overlay .theme-header .close:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .close:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .right:hover, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:focus, .wp-core-ui.wp-customizer .theme-overlay .theme-header .left:hover {
border-bottom-color: #e14d43;
color: #0073aa;
} |
samples/Quicksilver/EPiServer.Reference.Commerce.Manager/Apps/Shell/Styles/css/FormStyle.css | Geta/SEO.Sitemaps | /*
Name: Form Stylesheet
Purpose: Used to control styles of various forms and form
controls used in the Console Manager
*/
BUTTON.GRAD
{
border-right: #7b9ebd 1px solid;
padding-right: 5px;
border-top: #7b9ebd 1px solid;
padding-left: 5px;
font-size: 11px;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
border-left: #7b9ebd 1px solid;
cursor: hand;
border-bottom: #7b9ebd 1px solid;
}
#DataForm
{
width: 100%;
height: 100%;
margin: 5px 5px 5px 5px;
}
#DataForm
{
width: 100%;
color: #000000;
border: 0px solid #D7E5F2;
border-collapse: collapse;
}
.DataForm
{
width: 100%;
color: #000000;
border: 0px solid #D7E5F2;
border-collapse: collapse;
}
#DataForm td
{
padding-left: 4px;
padding-bottom: 2px;
padding-right: 2px;
padding-top: 2px;
}
.DataForm th.FormSectionHeader
{
font-size: 12pt;
font-weight: bold;
padding: 10px 0;
}
.DataFormContainer
{
margin: 5px 5px 5px 5px;
width: 100%;
height: 100%;
}
.FormLabelCell
{
padding-top: 5px;
padding-bottom: 5px;
vertical-align: top;
color: #3670A7;
background-color: transparent;
}
.FormSpacerCell
{
border-top: 1px solid #D7E5F2;
padding-left: 4px;
}
.FormSectionCell
{
padding: 4px;
color: black;
font-weight: bold;
border-bottom: 1px solid black;
}
.FormFieldDescription
{
color: #3670A7;
font-style: italic;
}
.FormFieldCell
{
color: #000000;
text-align: left;
margin-right: 0px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
table.FormTable
{
border: 0;
width: 100%;
}
table.FormTable {
border-collapse: collapse; /* 'cellspacing' equivalent*/
}
table.FormTable td,
table.FormTable th {
padding: 5px; /* 'cellpadding' equivalent*/
}
.CalendarImage
{
cursor: pointer;
}
.FormHighlight
{
background-color: lemonchiffon;
z-index: 100;
}
.FormPopup
{
z-index: 100;
position: absolute;
}
.Hidden
{
visibility: hidden;
}
.SectionHeader
{
color: #003399;
font-family: arial;
font-size: 12pt;
font-weight: bold;
}
.SectionLine
{
background-color: #2254b1;
}
.DisabledIcon
{
cursor: pointer;
opacity: 0.4;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.CommonContent
{
background-color: White;
}
.CommonListHeaderLeftMost
{
background-color: #DFDFDF;
font-weight: bold;
padding: 6px;
text-align: left;
}
.CommonListCellLeftMost
{
font-family: Arial,Helvetica;
padding: 6px;
}
/* BUTTONS */
.ButtonContainer
{
margin: 5px 5px 5px 2px;
width: 90%;
}
.editDiv input
{
padding: 2px;
}
#DataForm .ajax__calendar_body td
{
padding: 0px;
}
.pad3
{
padding:3px;
}
.pad5
{
padding:5px;
}
.pad5 tr td
{
padding:5px;
}
.pad5 tr td label
{
padding-left:5px;
}
.pad7
{
padding:7px;
}
.withpadding label
{
padding-left: 5px;
}
table.bordered
{
border-left: solid 1px #E6E6E6;
border-top: solid 1px #E6E6E6;
border-right: solid 1px #E6E6E6;
border-collapse:separate!important;
}
table.bordered td
{
padding:2px;
border-bottom: solid 1px #E6E6E6;
}
table.bordered td input[type="checkbox"]
{
padding:2px;
}
.LinkButtonAddMember
{
display:block;
padding-top:5pt;
} |
webapp/src/main/webapp/develop/invoice-forms/prepare-bank-transfer.html | nagyistoce/camunda-bpm-webapp | <form class="form-horizontal"
role="form">
<div class="panel panel-info">Please prepare the bank transfer for the following invoice</div>
<div class="control-group">
<label class="control-label">Invoice Document</label>
<div class="controls">
<a cam-file-download="invoiceDocument"></a>
</div>
</div>
<div class="control-group">
<label class="control-label">Creditor</label>
<div class="controls">
<input cam-variable-name="creditor"
type="text"
name="creditor"
readonly="true"
class="form-control" />
</div>
</div>
<div class="control-group">
<label class="control-label">Amount</label>
<div class="controls">
<input cam-variable-name="amount"
type="text"
name="amount"
readonly="true"
class="form-control" />
</div>
</div>
<div class="control-group">
<label class="control-label">Invoice Number</label>
<div class="controls">
<input cam-variable-name="invoiceNumber"
type="text"
name="invoiceNumber"
readonly="true"
class="form-control" />
</div>
</div>
<div class="control-group">
<label class="control-label">Approved by </label>
<div class="controls">
<input cam-variable-name="approver"
type="text"
name="approved"
readonly="true"
class="form-control"></input>
<p></p>
</div>
</div>
</form>
|
Bootstrap/2.3/united/templates/home.html | StephenPower/Collector-City-Market-Place-Themes | <div class="span12">
<h2>{{ home.title }}</h2>
</div>
<div class="carousel slide span6" id="myCarousel">
<!-- Carousel items -->
<div class="carousel-inner">
{% for item in new_items %}
{% if loop.first %}
<div class="active item">
<a href="{{item.url}}">
<img src="{% if item.image.medium %}{{ item.image.medium }}{% else %}{{ 'no_photo_small.png' | asset_url }}{% endif %}" alt="{{ item.title }}" />
<div class="carousel-caption">
<h4> {{ item.title}} </h4>
<p>{{ item.description|truncate(160) }}</p>
</div>
</a>
</div>
{% else %}
<div class="item">
<a href="{{item.url}}">
<img src="{% if item.image.medium %}{{ item.image.medium }}{% else %}{{ 'no_photo_small.png' | asset_url }}{% endif %}" alt="{{ item.title }}" />
<div class="carousel-caption">
<h4> {{ item.title}} </h4>
<p>{{ item.description|truncate(60) }}</p>
</div>
</a>
</div>
{% endif %}
{% endfor %}
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
<div class="span3 offset2">
<ul class="well unstyled">
<li class="side-header">{{ home.title }}</li>
<li> {{ home.body }}</li>
<li class="side-header">Browse</li>
<li><a href="/search/?=">Item's For Sale</a></li>
<li class="side-header">Sign Up For Our Newsletter</li>
<li>
<div class="form-stacked " id="EmailSignUp">
{{ mailing_list }}
</div>
</li>
</ul>
</div>
<div class="span8">
<hr />
<h3>Sample Colors For this Theme</h3>
<div class="label-important">
<p>This is Important Color</p>
</div>
<div class="label-warning">
<p>This is Warning Color</p>
</div>
<div class="label-warning">
<p>This is Success Color</p>
</div>
<div class="label-info">
<p>This is info Color</p>
</div>
<div class="label-inverse">
<p>This is inverse Color</p>
</div>
<a href="{{ url_refund }}" title="Refund Policy">Refund Policy</a>
</div>
<!--
{#
Page: home.html
Purpose: Shops home page
Status: Required
This Template is Passed to the layout.html as {{ content }}
CSS Notes:
Please note, the HTML constrains the home.img size, you may want to alter
Variables on This Page:
home
Description: Basic Variable for the home page
.body
Description: text as entered in shop admin
.title
Description: Item title as entered by the shop owner
.image
Description: Optional: Shop admin can enter home page image
.img.url
Description: url for the home image
{{ mailing_list }}
Description: Allows users to sign up for shop's mailing list
Filters on this Page
None
Variable to iterate over
None
Author: Stephen Power
#}.....
--> |
website/static/css/pages/contributor-page.css | zachjanicki/osf.io | .narrow-list{
margin: 0px 0px;
list-style: none;
}
#generate-private-link {
margin: 20px 20px;
}
.text-align{
margin-left: 7px;
}
#privateLinkTable .tooltip{
word-wrap: break-word;
}
.more-link-node{
margin-top: 5px;
}
.link-url{
padding: 3px 0px;
background-color: #F5F5F5;
}
.link-name {
display: inline-block;
}
#privateLinkTable .btn-group {
width: 100%;
display: flex;
display: -webkit-flex;
display: -ms-flex;
}
.contributor-delete-staged {
background-color: #f5f5f5;
}
.copy-button {
margin-right: 0;
border-right: none;
}
.contrib-placeholder {
background: #EFEFEF;
width: 100%;
height: 40px;
}
.sortable-bars {
color: #ccc;
cursor: pointer;
}
select.input-sm {
white-space: nowrap;
min-width: 111px;
}
.no-items {
text-align: center;
background-color: #eee;
}
#manageContributorsTableth:first-child(:not(.sortable)),
#adminContributorsTable th:first-child(:not(.sortable)) {
width: 40px;
}
#manageContributorsTable th:first-child.sortable,
#adminContributorsTable th:first-child.sortable {
width: 87px;
text-indent: 20px;
}
th.biblio-contrib {
width: 109px;
}
th.remove {
width: 94px;
}
#privateLinkTable th.shared-comp {
width: 120px;
}
/*Responsive tables*/
table.responsive-table thead th {
font-weight: 600;
}
table.responsive-table thead th.min-width {
width: 1px;
}
table.responsive-table thead th, table.responsive-table tbody td {
padding: .8rem;
font-size: 1.4rem;
background-color: white;
}
table.responsive-table tbody td>.header {
display: none;
}
table.responsive-table tbody tr td:first-child .toggle-icon {
display: none;
}
table.responsive-table tbody tr td .card-header {
display: none;
vertical-align: middle;
margin-left: 8px;
}
table.responsive-table tbody tr td .card-header > span{
display: block;
}
@media screen and (max-width: 600px) {
table.responsive-table-xxs tr.contrib-placeholder td {
margin: 0;
padding: 0;
height: 0;
}
table.responsive-table-xxs tr:nth-child(2).contrib-placeholder td {
border-width: 0 !important;
}
table.responsive-table-xxs tr.contrib-placeholder {
background: white;
margin-top: -1px;
}
table.responsive-table-xxs thead { display: none; }
table.responsive-table-xxs tbody td {
display: block;
padding: .6rem;
}
table.responsive-table-xxs tbody tr {
display: block;
}
table.responsive-table-xxs tbody tr td {
border-style: solid;
border-color: #ddd;
border-width: 0 1px;
}
table.responsive-table-xxs tbody tr td:first-child {
border-top-width: 1px;
}
table.responsive-table-xxs tbody tr td:first-child.expanded {
border-bottom-width: 1px;
}
table.responsive-table-xxs tbody tr:not(.contrib-placeholder) td:last-child {
border-bottom-width: 1px;
}
table.responsive-table-xxs tbody tr td .card-header {
display: inline-block;
width: 70%;
}
table.responsive-table-xxs tbody tr .table-only {
display: none;
}
table.responsive-table-xxs tbody tr:not(:first-child) {
margin-top: -1px;
}
table.responsive-table-xxs tbody tr td:first-child {
color: #333;
background-color: #f5f5f5;
position: relative;
}
table.responsive-table-xxs tbody tr td:not(:first-child)>div {
padding: 6px;
}
table.responsive-table-xxs tbody tr td:not(:first-child) {
padding: 0 0;
}
table.responsive-table-xxs tbody tr td{
color: #333;
background-color: #fff;
}
table.responsive-table-xxs tbody tr td:first-child .toggle-icon {
position: absolute;
right: 15px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
display: inline-block;
}
table.responsive-table-xxs tbody td>.header {
display: inline-block;
font-weight: bold;
text-align: left;
padding-bottom: 5px;
padding-right: 5px;
padding-top: 5px;
}
table.responsive-table-xxs tbody td.text-center {
text-align: left;
}
}
@media screen and (max-width: 768px) {
table.responsive-table-xs thead { display: none; }
table.responsive-table-xs tbody td {
display: block;
padding: .6rem;
}
table.responsive-table-xs tbody tr {
display: block;
}
table.responsive-table-xs tbody tr td {
border-style: solid;
border-color: #ddd;
border-width: 0 1px;
}
table.responsive-table-xs tbody tr td:first-child {
border-top-width: 1px;
}
table.responsive-table-xs tbody tr td:first-child.expanded {
border-bottom-width: 1px;
}
table.responsive-table-xs tbody tr td:last-child {
border-bottom-width: 1px;
}
table.responsive-table-xs tbody tr td .card-header {
display: inline-block;
}
table.responsive-table-xs tbody tr td .link-url {
display: block;
width: 75%;
}
table.responsive-table-xs tbody tr .table-only {
display: none;
}
table.responsive-table-xs tbody tr:not(:first-child) {
margin-top: -1px;
}
table.responsive-table-xs tbody tr td:first-child {
color: #333;
background-color: #f5f5f5;
position: relative;
}
table.responsive-table-xs tbody tr td:not(:first-child)>div {
padding: 6px;
}
table.responsive-table-xs tbody tr td:not(:first-child) {
padding: 0 0;
}
table.responsive-table-xs tbody tr td{
color: #333;
background-color: #fff;
}
table.responsive-table-xs tbody tr td:first-child .toggle-icon {
position: absolute;
right: 15px;
top: 50%;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
display: inline-block;
}
table.responsive-table-xs tbody td>.header {
display: inline-block;
font-weight: bold;
text-align: left;
padding-bottom: 5px;
padding-right: 5px;
padding-top: 5px;
}
table.responsive-table-xs tbody td.text-center {
text-align: left;
}
}
.filters {
margin-top: 24px;
}
@media screen and (max-width: 991px) {
.btn-group-justified-vertical {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified-vertical > .btn,
.btn-group-justified-vertical > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified-vertical > .btn-group .btn {
width: 100%;
}
}
@media screen and (min-width: 992px) {
.btn-group-justified-vertical {
width: 100%;
}
.btn-group-justified-vertical > .btn,
.btn-group-justified-vertical > .btn-group,
.btn-group-justified-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-justified-vertical > .btn-group > .btn {
float: none;
}
.btn-group-justified-vertical > .btn + .btn,
.btn-group-justified-vertical > .btn + .btn-group,
.btn-group-justified-vertical > .btn-group + .btn,
.btn-group-justified-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-justified-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-justified-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-justified-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
}
.btn-group-justified-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-justified-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-justified-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-justified-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
|
third_party/blink/web_tests/transitions/equivalent-background-image-no-transition.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<style>
#foo {
transition: all 0.05s linear, top 0.1s linear;
position: absolute;
top: 30px;
left: 10px;
width: 300px;
height: 300px;
background-image: -webkit-linear-gradient(red, green, blue);
}
#foo.trans {
top: 40px;
}
</style>
</head>
<body>
<div id="foo">This should not fire a background-image transition.</div>
<script>
'use strict';
async_test(t => {
foo.addEventListener('transitionend', t.step_func_done((evt) => {
assert_equals(evt.propertyName, 'top');
}));
// Force a layout so that changing the classname below causes an animation.
document.body.offsetHeight;
foo.className = 'trans';
});
</script>
</body>
</html>
|
third_party/blink/web_tests/fragmentation/margin-bottom-at-top-of-fragmentainer.html | chromium/chromium | <!DOCTYPE html>
<p>There should be a blue square below.</p>
<div style="position:relative; columns:2; column-gap:0; column-fill:auto; width:200px; height:100px;">
<div style="margin-bottom:50px; height:100px;"></div>
<div id="elm" style="height:100px; background:blue;"></div>
</div>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
test(() => {
var elm = document.getElementById("elm");
assert_equals(elm.offsetLeft, 100);
assert_equals(elm.offsetTop, 0);
}, "Margins should collapse with fragmentainer boundaries");
</script>
|
app/views/sprintbeta8-4/contracts/new-contract/provider-or-employer.html | tyfairclough/das-aml-beta-ui | {% extends "layout.html" %}
{% block page_title %}
Apprenticeships
{% endblock %}
{% block content %}
<!-- This just directs the user to the correct place depending on which button is checked -->
<script>
var whereNow = function() {
var status = $('input[name=radio-group]:checked').val();
console.log(status)
if (status == "employer") {
window.location.href='cohorts';
} else {
window.location.href='find-provider';
}
};
</script>
<style>
</style>
<main id="content" role="main">
{% include "includes/phase_banner_beta.html" %}
<!--div class="breadcrumbs">
<ol role="breadcrumbs">
<li><a href="/{% include "includes/sprint-link.html" %}/account">Access my funds</a></li>
</ol>
</div-->
<div class="breadcrumbs back-breadcrumb">
<ol role="breadcrumbs">
{% include "includes/breadcrumbs/register-back.html" %}
</ol>
</div>
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge" >Who should start this process?</h1>
<p class="first-para-spacing">You can start adding the details of your apprenticeships to this commitment or you ask ask your provider to start it for you.</p>
<form action="individual-figures">
<fieldset>
<!--h2 class="heading-medium">Choose</h2-->
<legend class="visuallyhidden">Choose provider to enter details</legend>
<div class="form-group">
<label class="block-label" for="radio1">
<input id="radio1" type="radio" name="radio-group" value="employer">
I will start adding apprenticeships to this commitment
</label>
<label class="block-label" for="radio2">
<input id="radio2" type="radio" name="radio-group" value="provider">
I'd like my provider to start adding apprenticeships
</label>
</div>
</fieldset>
<input class="button" id="saveAndContinue" onclick="whereNow()" value="Save and continue">
</form>
<div style="margin-top:50px"></div>
<!-- template to pull in the start tabs so this doesn't get too messy - it is pulling in the tabs -->
</div>
<div class="column-one-third">
<!--aside class="related">
<h2 class="heading-medium" style="margin-top:10px">Existing account</h2>
<nav role="navigation">
<ul class="robSideNav">
<li>
<a href="../login">Sign in</a>
</li>
</ul>
</nav>
</aside-->
</div>
</div>
</main>
{% endblock %}
|
src/3rdparty/loki/doc/html/a00088.html | GraphicsEmpire/tetcutter | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Loki: Loki::NoCopy< P > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="a00192.html">Loki</a>::<a class="el" href="a00088.html">NoCopy</a>
</div>
</div>
<div class="contents">
<h1>Loki::NoCopy< P > Class Template Reference<br>
<small>
[<a class="el" href="a00219.html">Ownership policies</a>]</small>
</h1><!-- doxytag: class="Loki::NoCopy" --><code>#include <SmartPtr.h></code>
<p>
<p>
<a href="a00415.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<class P><br>
class Loki::NoCopy< P ></h3>
Implementation of the OwnershipPolicy used by <a class="el" href="a00132.html">SmartPtr</a> Implements a policy that doesn't allow copying objects <hr>The documentation for this class was generated from the following file:<ul>
<li>SmartPtr.h</ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 29 18:51:45 2009 for Loki by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>
|
vendor/assets/javascripts/docs/partials/api/ng/provider/$locationProvider.html | bdipaola/DiplomacyScoring | <a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/location.js?message=docs($locationProvider)%3A%20describe%20your%20change...#L697' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.4.7/src/ng/location.js#L697' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">$locationProvider</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
<a href="api/ng/service/$location">- $location</a>
</li>
<li>
- provider in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Use the <code>$locationProvider</code> to configure how the application deep linking paths are stored.</p>
</div>
<div>
<h2>Methods</h2>
<ul class="methods">
<li id="hashPrefix">
<h3><p><code>hashPrefix([prefix]);</code></p>
</h3>
<div></div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
prefix
<div><em>(optional)</em></div>
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>Prefix for hash part (containing path and search)</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>current value if used as getter or itself (chaining) if used as setter</p>
</td>
</tr>
</table>
</li>
<li id="html5Mode">
<h3><p><code>html5Mode([mode]);</code></p>
</h3>
<div></div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
mode
<div><em>(optional)</em></div>
</td>
<td>
<a href="" class="label type-hint type-hint-boolean">boolean</a><a href="" class="label type-hint type-hint-object">Object</a>
</td>
<td>
<p>If boolean, sets <code>html5Mode.enabled</code> to value.
If object, sets <code>enabled</code>, <code>requireBase</code> and <code>rewriteLinks</code> to respective values. Supported
properties:</p>
<ul>
<li><strong>enabled</strong> – <code>{boolean}</code> – (default: false) If true, will rely on <code>history.pushState</code> to
change urls where supported. Will fall back to hash-prefixed paths in browsers that do not
support <code>pushState</code>.</li>
<li><strong>requireBase</strong> - <code>{boolean}</code> - (default: <code>true</code>) When html5Mode is enabled, specifies
whether or not a <base> tag is required to be present. If <code>enabled</code> and <code>requireBase</code> are
true, and a base tag is not present, an error will be thrown when <code>$location</code> is injected.
See the <a href="guide/$location">$location guide for more information</a></li>
<li><strong>rewriteLinks</strong> - <code>{boolean}</code> - (default: <code>true</code>) When html5Mode is enabled,
enables/disables url rewriting for relative links.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">Object</a></td>
<td><p>html5Mode object if used as getter or itself (chaining) if used as setter</p>
</td>
</tr>
</table>
</li>
</ul>
</div>
|
tests/wpt/web-platform-tests/pointerevents/pointerevent_setpointercapture_disconnected.html | UK992/servo | <!doctype html>
<html>
<head>
<title>setPointerCapture() throws on disconnected node</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="pointerevent_styles.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-actions.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="pointerevent_support.js"></script>
<script type="text/javascript">
var detected_pointertypes = {};
add_completion_callback(showPointerTypes);
var test_setPointerCapture = async_test("setPointerCapture: DOMException InvalidStateError");
function run() {
var target0 = document.getElementById("target0");
var target1 = document.getElementById("target1");
target1.parentNode.removeChild(target1);
on_event(target0, "pointerdown", function (event) {
detected_pointertypes[ event.pointerType ] = true;
try {
target1.setPointerCapture(event.pointerId);
test_setPointerCapture.step(function() {
assert_unreached("DOMException: InvalidStateError should have been thrown.");
});
} catch (e) {
// TA: 13.4
test_setPointerCapture.step(function() {
assert_equals(e.name, "InvalidStateError", "DOMException should be InvalidStateError");
});
}
test_setPointerCapture.done();
});
// Inject mouse inputs.
new test_driver.Actions()
.pointerMove(0, 0, {origin: target0})
.pointerDown()
.pointerUp()
.send();
}
</script>
</head>
<body onload="run()">
<h1>Pointer Event: DOMException InvalidStateError</h1>
<h4>Test Description:
When the setPointerCapture method is invoked, if the target node does not participate in its ownerDocument's tree, a DOMException with the name InvalidStateError must be thrown.
</h4>
<br>
<div id="target0">
Use the mouse, touch or pen to contact this box.
</div>
<div id="target1"></div>
<div id="complete-notice">
<p>The following pointer types were detected: <span id="pointertype-log"></span>.</p>
</div>
<div id="log"></div>
</body>
</html>
|
cms/templates/register.html | ahmedaljazzar/edx-platform | <%inherit file="base.html" />
<%def name="online_help_token()"><% return "register" %></%def>
<%!
from django.utils.translation import ugettext as _
from django.urls import reverse
%>
<%block name="title">${_("Sign Up")}</%block>
<%block name="bodyclass">not-signedin view-signup</%block>
<%block name="content">
<div class="wrapper-content wrapper">
<section class="content">
<header>
<h1 class="title title-1">${_("Sign Up for {studio_name}").format(studio_name=settings.STUDIO_NAME)}</h1>
<a href="${reverse('login')}" class="action action-signin">${_("Already have a {studio_name} Account? Sign in").format(studio_name=settings.STUDIO_SHORT_NAME)}</a>
</header>
<p class="introduction">${_("Ready to start creating online courses? Sign up below and start creating your first {platform_name} course today.").format(platform_name=settings.PLATFORM_NAME)}</p>
<article class="content-primary" role="main">
<form id="register_form" method="post">
<div id="register_error" name="register_error" class="message message-status message-status error">
</div>
<fieldset>
<legend class="sr">${_("Required Information to Sign Up for {studio_name}").format(studio_name=settings.STUDIO_NAME)}</legend>
<ol class="list-input">
<li class="field text required" id="field-email">
<label for="email">${_("E-mail")}</label>
## Translators: This is the placeholder text for a field that requests an email address.
<input id="email" type="email" name="email" placeholder="${_("example: username@domain.com")}" />
</li>
<li class="field text required" id="field-name">
<label for="name">${_("Full Name")}</label>
## Translators: This is the placeholder text for a field that requests the user's full name.
<input id="name" type="text" name="name" placeholder="${_("example: Jane Doe")}" />
</li>
<li class="field text required" id="field-username">
<label for="username">${_("Public Username")}</label>
## Translators: This is the placeholder text for a field that asks the user to pick a username
<input id="username" type="text" name="username" placeholder="${_("example: JaneDoe")}" />
<span class="tip tip-stacked">${_("This will be used in public discussions with your courses and in our edX101 support forums")}</span>
</li>
<li class="field text required" id="field-password">
<label for="password">${_("Password")}</label>
<input id="password" type="password" name="password" />
<span id="password_error" class="tip tip-error hidden" role="alert"></span>
</li>
<li class="field-group">
<div class="field text" id="field-location">
<label for="location">${_("Your Location")}</label>
<input class="short" id="location" type="text" name="location" />
</div>
<div class="field text" id="field-language">
<label for="language">${_("Preferred Language")}</label>
<input class="short" id="language" type="text" name="language" />
</div>
</li>
<li class="field checkbox required" id="field-tos">
<input id="tos" name="terms_of_service" type="checkbox" value="true" />
<label for="tos">
${_("I agree to the {a_start} Terms of Service {a_end}").format(a_start='<a data-rel="edx.org" href="{}">'.format(marketing_link('TOS')), a_end="</a>")}
</label>
</li>
</ol>
</fieldset>
<div class="form-actions">
<button type="submit" id="submit" name="submit" class="action action-primary">${_("Create My Account & Start Authoring Courses")}</button>
</div>
<!-- no honor code for CMS, but need it because we're using the lms student object -->
<input name="honor_code" type="checkbox" value="true" checked="true" hidden="true">
</form>
</article>
<aside class="content-supplementary" role="complementary">
<h2 class="sr">${_("Common {studio_name} Questions").format(studio_name=settings.STUDIO_SHORT_NAME)}</h2>
<div class="bit">
<h3 class="title-3">${_("Who is {studio_name} for?").format(studio_name=settings.STUDIO_SHORT_NAME)}</h3>
<p>${_("{studio_name} is for anyone that wants to create online courses that leverage the global {platform_name} platform. Our users are often faculty members, teaching assistants and course staff, and members of instructional technology groups.").format(
studio_name=settings.STUDIO_SHORT_NAME, platform_name=settings.PLATFORM_NAME,
)}</p>
</div>
<div class="bit">
<h3 class="title-3">${_("How technically savvy do I need to be to create courses in {studio_name}?").format(studio_name=settings.STUDIO_SHORT_NAME)}</h3>
<p>${_("{studio_name} is designed to be easy to use by almost anyone familiar with common web-based authoring environments (Wordpress, Moodle, etc.). No programming knowledge is required, but for some of the more advanced features, a technical background would be helpful. As always, we are here to help, so don't hesitate to dive right in.").format(
studio_name=settings.STUDIO_SHORT_NAME,
)}</p>
</div>
<div class="bit">
<h3 class="title-3">${_("I've never authored a course online before. Is there help?")}</h3>
<p>${_("Absolutely. We have created an online course, edX101, that describes some best practices: from filming video, creating exercises, to the basics of running an online course. Additionally, we're always here to help, just drop us a note.")}</p>
</div>
</aside>
</section>
</div>
</%block>
<%block name="requirejs">
require(["js/factories/register"], function (RegisterFactory) {
RegisterFactory();
});
</%block>
|
web/resizing/resizing-bar.html | mikedizon/dc.js | <!DOCTYPE html>
<html lang="en">
<head>
<title>dc.js - Bar Chart Example</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../css/dc.css"/>
</head>
<body>
<div id="test"></div>
<script type="text/javascript" src="../js/d3.js"></script>
<script type="text/javascript" src="../js/crossfilter.js"></script>
<script type="text/javascript" src="../js/dc.js"></script>
<script type="text/javascript">
var chart = dc.barChart("#test");
d3.csv("../examples/morley.csv", function(error, experiments) {
experiments.forEach(function(x) {
x.Speed = +x.Speed;
});
var ndx = crossfilter(experiments),
runDimension = ndx.dimension(function(d) {return +d.Run;}),
speedSumGroup = runDimension.group().reduceSum(function(d) {return d.Speed * d.Run / 1000;});
chart
.width(window.innerWidth-20)
.height(window.innerHeight-20)
.x(d3.scale.linear().domain([6,20]))
.brushOn(false)
.xAxisLabel("This is the X Axis!!")
.yAxisLabel("This is the Y Axis!")
.dimension(runDimension)
.group(speedSumGroup)
.on('renderlet', function(chart) {
chart.selectAll('rect').on("click", function(d) {
console.log("click!", d);
});
});
chart.render();
// respond to browser resize (not necessary if width/height is static)
window.onresize = function() {
chart
.width(window.innerWidth-20)
.height(window.innerHeight-20)
.rescale()
.redraw();
};
});
</script>
</body>
</html>
|
solr/vendor/docs/solr-core/org/apache/solr/core/class-use/NodeConfig.NodeConfigBuilder.html | ebsco/vufind | <!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_71) on Tue Feb 16 15:23:08 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.core.NodeConfig.NodeConfigBuilder (Solr 5.5.0 API)</title>
<meta name="date" content="2016-02-16">
<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="Uses of Class org.apache.solr.core.NodeConfig.NodeConfigBuilder (Solr 5.5.0 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><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/core/class-use/NodeConfig.NodeConfigBuilder.html" target="_top">Frames</a></li>
<li><a href="NodeConfig.NodeConfigBuilder.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.core.NodeConfig.NodeConfigBuilder" class="title">Uses of Class<br>org.apache.solr.core.NodeConfig.NodeConfigBuilder</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.core">org.apache.solr.core</a></td>
<td class="colLast">
<div class="block">Core classes implementin Solr internals and the management of <a href="../../../../../org/apache/solr/core/SolrCore.html" title="class in org.apache.solr.core"><code>SolrCore</code></a>s</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.core">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a> in <a href="../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</a> that return <a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setCloudConfig(org.apache.solr.core.CloudConfig)">setCloudConfig</a></strong>(<a href="../../../../../org/apache/solr/core/CloudConfig.html" title="class in org.apache.solr.core">CloudConfig</a> cloudConfig)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setCollectionsAdminHandlerClass(java.lang.String)">setCollectionsAdminHandlerClass</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> collectionsAdminHandlerClass)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setConfigSetBaseDirectory(java.lang.String)">setConfigSetBaseDirectory</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> configSetBaseDirectory)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setConfigSetsHandlerClass(java.lang.String)">setConfigSetsHandlerClass</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> configSetsHandlerClass)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setCoreAdminHandlerClass(java.lang.String)">setCoreAdminHandlerClass</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> coreAdminHandlerClass)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setCoreLoadThreads(int)">setCoreLoadThreads</a></strong>(int coreLoadThreads)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setCoreRootDirectory(java.lang.String)">setCoreRootDirectory</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> coreRootDirectory)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setInfoHandlerClass(java.lang.String)">setInfoHandlerClass</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> infoHandlerClass)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setLogWatcherConfig(org.apache.solr.logging.LogWatcherConfig)">setLogWatcherConfig</a></strong>(<a href="../../../../../org/apache/solr/logging/LogWatcherConfig.html" title="class in org.apache.solr.logging">LogWatcherConfig</a> logWatcherConfig)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setManagementPath(java.lang.String)">setManagementPath</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> managementPath)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setShardHandlerFactoryConfig(org.apache.solr.core.PluginInfo)">setShardHandlerFactoryConfig</a></strong>(<a href="../../../../../org/apache/solr/core/PluginInfo.html" title="class in org.apache.solr.core">PluginInfo</a> shardHandlerFactoryConfig)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setSharedLibDirectory(java.lang.String)">setSharedLibDirectory</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sharedLibDirectory)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setSolrProperties(java.util.Properties)">setSolrProperties</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a> solrProperties)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setTransientCacheSize(int)">setTransientCacheSize</a></strong>(int transientCacheSize)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setUpdateShardHandlerConfig(org.apache.solr.update.UpdateShardHandlerConfig)">setUpdateShardHandlerConfig</a></strong>(<a href="../../../../../org/apache/solr/update/UpdateShardHandlerConfig.html" title="class in org.apache.solr.update">UpdateShardHandlerConfig</a> updateShardHandlerConfig)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">NodeConfig.NodeConfigBuilder</a></code></td>
<td class="colLast"><span class="strong">NodeConfig.NodeConfigBuilder.</span><code><strong><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html#setUseSchemaCache(boolean)">setUseSchemaCache</a></strong>(boolean useSchemaCache)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/apache/solr/core/NodeConfig.NodeConfigBuilder.html" title="class in org.apache.solr.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/core/class-use/NodeConfig.NodeConfigBuilder.html" target="_top">Frames</a></li>
<li><a href="NodeConfig.NodeConfigBuilder.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-lists/counter-list-item-ref.html | chromium/chromium | <!DOCTYPE HTML>
<h2>Test counter(list-item), using generated content</h2>
<div style="float: left; width: 200px">
Ordered lists
<ol>
<li>1 a 1</li>
<li>2 b 2</li>
<li>3 c 3</li>
</ol>
<ol>
<li value="30">30 a 30</li>
<li value="31">31 b 31</li>
<li value="32">32 c 32</li>
</ol>
<ol>
<li>1 a 1</li>
<li>2 b 2</li>
<li value="30">30 c 30</li>
<li value="31">31 d 31</li>
<li value="35">35 e 35</li>
<li value="36">36 f 36</li>
</ol>
</div>
<div style="float: left; width: 200px">
Reversed ordered lists
<ol>
<li value="3">3 a 3</li>
<li value="2">2 b 2</li>
<li value="1">1 c 1</li>
</ol>
<ol>
<li value="30">30 a 30</li>
<li value="29">29 b 29</li>
<li value="28">28 c 28</li>
</ol>
<ol>
<li value="32">32 a 32</li>
<li value="31">31 b 31</li>
<li value="30">30 c 30</li>
<li value="29">29 d 29</li>
<li value="35">35 e 35</li>
<li value="34">34 f 34</li>
</ol>
</div>
<div style="float: left; width: 200px">
Unordered lists
<ul>
<li>1 a 1</li>
<li>2 b 2</li>
<li>3 c 3</li>
</ul>
<ul>
<li>1 a 1</li>
<li>2 b 2</li>
<li>30 c 30</li>
<li>31 d 31</li>
<li>35 e 35</li>
<li>36 f 36</li>
</ul>
</div>
|
apps/amo/templates/amo/robots.html | muffinresearch/addons-server | # robots.txt file for Mozilla Add-ons, addons.mozilla.org
User-agent: *
Allow: /
{# Due to URL changes we have to use * here and hope most crawlers respect it #}
Disallow: /*{{ url('addons.share', 0, add_prefix=False)|replace('0', '*') }}
Disallow: /*{{ url('addons.contribute', 0, add_prefix=False)|replace('0', '*') }}
{# The downloads live at locale-agnostic URLs now. #}
{% for a in apps -%}
Disallow: /{{ a.short }}{{ remora_url('downloads', lang='', app='') }}/
{% endfor %}
{# Spacing is a little weird because it makes the output prettier #}
{% for l in settings.AMO_LANGUAGES %}
{% for a in apps -%}
Disallow: /{{ l }}/{{ a.short }}{{ url('search.search', add_prefix=False) }}
Disallow: /{{ l }}/{{ a.short }}{{ url('password_reset_form', add_prefix=False) }}
{% endfor %}
{% endfor %}
|
vendor/angular-1.4.8/docs/partials/api/ng/provider/$sceProvider.html | confapp/data_manager | <a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/sce.js?message=docs($sceProvider)%3A%20describe%20your%20change...#L383' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.4.8/src/ng/sce.js#L383' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">$sceProvider</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
<a href="api/ng/service/$sce">- $sce</a>
</li>
<li>
- provider in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>The $sceProvider provider allows developers to configure the <a href="api/ng/service/$sce">$sce</a> service.</p>
<ul>
<li>enable/disable Strict Contextual Escaping (SCE) in a module</li>
<li>override the default implementation with a custom delegate</li>
</ul>
<p>Read more about <a href="api/ng/service/$sce">Strict Contextual Escaping (SCE)</a>.</p>
</div>
<div>
<h2>Methods</h2>
<ul class="methods">
<li id="enabled">
<h3><p><code>enabled([value]);</code></p>
</h3>
<div><p>Enables/disables SCE and returns the current value.</p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
value
<div><em>(optional)</em></div>
</td>
<td>
<a href="" class="label type-hint type-hint-boolean">boolean</a>
</td>
<td>
<p>If provided, then enables/disables SCE.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-boolean">boolean</a></td>
<td><p>true if SCE is enabled, false otherwise.</p>
</td>
</tr>
</table>
</li>
</ul>
</div>
|
tw_bootstrap/docs/4.0/examples/sticky-footer-navbar/index.html | teamP5OCCPM/observons_nao | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>Sticky Footer Navbar Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="sticky-footer-navbar.css" rel="stylesheet">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">Fixed navbar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
<form class="form-inline mt-2 mt-md-0">
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<!-- Begin page content -->
<div class="container">
<div class="mt-3">
<h1>Sticky footer with fixed navbar</h1>
</div>
<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p>
<p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
</div>
<footer class="footer">
<div class="container">
<span class="text-muted">Place sticky footer content here.</span>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../../../assets/js/vendor/popper.min.js"></script>
<script src="../../../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
|
ajax/libs/primeng/9.1.3/resources/components/radiobutton/radiobutton.min.css | cdnjs/cdnjs | .ui-radiobutton{display:inline-block;cursor:pointer;vertical-align:middle;margin-right:.25em;user-select:none;-moz-user-select:none;-webkit-user-select:none}.ui-radiobutton-box{width:1.125em;height:1.125em;line-height:1.125em;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;text-align:center;position:relative}.ui-radiobutton-icon{display:block;position:absolute;left:50%;top:50%;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em}.ui-radiobutton{vertical-align:middle} |
tests/wpt/web-platform-tests/css/cssom/inline-style-001.html | anthgur/servo | <!DOCTYPE html>
<html>
<head>
<title>CSS Test: Inline CSSStyleDeclaration</title>
<link rel="author" title="Bear Travis" href="mailto:betravis@adobe.com">
<link rel="help" href="http://www.w3.org/TR/cssom-1/#elementcssinlinestyle">
<meta name="flags" content="dom">
<meta name="assert" content="Inline CSSStyleDeclaration is properly initialized and can be modified through its interface">
<script src="/resources/testharness.js" type="text/javascript"></script>
<script src="/resources/testharnessreport.js" type="text/javascript"></script>
</head>
<body>
<noscript>Test not run - javascript required.</noscript>
<div id="log"></div>
<div id="test" style="margin-left: 5px;"></div>
<script type="text/javascript">
test(function() {
var test = document.getElementById("test");
assert_idl_attribute(test, "style");
declaration = test.style;
}, "CSSStyleDeclaration_accessible", {
assert: "Can access CSSStyleDeclaration through style property"
});
test(function() {
assert_equals(declaration.cssText, "margin-left: 5px;");
assert_equals(declaration.getPropertyValue("margin-left"), "5px");
}, "read", {
assert: "initial property values are correct"
});
test(function() {
declaration.cssText = "margin-left: 10px; padding-left: 10px;";
assert_equals(declaration.cssText, "margin-left: 10px; padding-left: 10px;");
assert_equals(declaration.length, 2);
assert_equals(declaration.item(0), "margin-left");
assert_equals(declaration.item(1), "padding-left");
assert_equals(declaration.getPropertyValue("margin-left"), "10px");
assert_equals(declaration.getPropertyValue("padding-left"), "10px");
var computedStyle = window.getComputedStyle(document.getElementById("test"));
assert_equals(computedStyle.getPropertyValue("margin-left"), "10px");
assert_equals(computedStyle.getPropertyValue("padding-left"), "10px");
}, "csstext_write", {
assert: [ "setting cssText adds new properties",
"setting cssText removes existing properties",
"properties set through cssText are reflected in the computed style"]
});
test(function() {
while(declaration.length > 0)
declaration.removeProperty(declaration.item(0));
declaration.setProperty("margin-left", "15px");
declaration.setProperty("padding-left", "15px");
assert_equals(declaration.length, 2);
assert_equals(declaration.item(0), "margin-left");
assert_equals(declaration.item(1), "padding-left");
assert_equals(declaration.getPropertyValue("margin-left"), "15px");
assert_equals(declaration.getPropertyValue("padding-left"), "15px");
var computedStyle = window.getComputedStyle(document.getElementById("test"));
assert_equals(computedStyle.getPropertyValue("margin-left"), "15px");
assert_equals(computedStyle.getPropertyValue("padding-left"), "15px");
}, "property_write", {
assert: [ "setProperty adds new properties",
"properties set through setProperty are reflected in the computed style"]
});
test(function() {
while(declaration.length > 0)
declaration.removeProperty(declaration.item(0));
declaration.cssText = "margin: 20px";
assert_equals(declaration.getPropertyValue("margin-top"), "20px");
assert_equals(declaration.getPropertyValue("margin-right"), "20px");
assert_equals(declaration.getPropertyValue("margin-bottom"), "20px");
assert_equals(declaration.getPropertyValue("margin-left"), "20px");
}, "shorthand_properties", {
assert: "shorthand property is expanded"
});
</script>
</body>
</html>
|
vendor/packages/django-tastypie/docs/_build/html/bundles.html | nirmeshk/oh-mainline |
<!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" />
<title>Bundles — Tastypie v0.9.13-beta documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.9.13-beta',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Tastypie v0.9.13-beta documentation" href="index.html" />
<link rel="next" title="Api" href="api.html" />
<link rel="prev" title="Resources" href="resources.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="api.html" title="Api"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="resources.html" title="Resources"
accesskey="P">previous</a> |</li>
<li><a href="toc.html">Tastypie v0.9.13-beta documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="bundles">
<h1>Bundles<a class="headerlink" href="#bundles" title="Permalink to this headline">¶</a></h1>
<div class="section" id="what-are-bundles">
<h2>What Are Bundles?<a class="headerlink" href="#what-are-bundles" title="Permalink to this headline">¶</a></h2>
<p>Bundles are a small abstraction that allow Tastypie to pass data between
resources. This allows us not to depend on passing <tt class="docutils literal"><span class="pre">request</span></tt> to every single
method (especially in places where this would be overkill). It also allows
resources to work with data coming into the application paired together with
an unsaved instance of the object in question. Finally, it aids in keeping
Tastypie more thread-safe.</p>
<p>Think of it as package of user data & an object instance (either of which are
optionally present).</p>
</div>
<div class="section" id="attributes">
<h2>Attributes<a class="headerlink" href="#attributes" title="Permalink to this headline">¶</a></h2>
<p>All data within a bundle can be optional, especially depending on how it’s
being used. If you write custom code using <tt class="docutils literal"><span class="pre">Bundle</span></tt>, make sure appropriate
guards are in place.</p>
<div class="section" id="obj">
<h3><tt class="docutils literal"><span class="pre">obj</span></tt><a class="headerlink" href="#obj" title="Permalink to this headline">¶</a></h3>
<p>Either a Python object or <tt class="xref docutils literal"><span class="pre">None</span></tt>.</p>
<p>Usually a Django model, though it may/may not have been saved already.</p>
</div>
<div class="section" id="data">
<h3><tt class="docutils literal"><span class="pre">data</span></tt><a class="headerlink" href="#data" title="Permalink to this headline">¶</a></h3>
<p>Always a plain Python dictionary of data. If not provided, it will be empty.</p>
</div>
<div class="section" id="request">
<h3><tt class="docutils literal"><span class="pre">request</span></tt><a class="headerlink" href="#request" title="Permalink to this headline">¶</a></h3>
<p>Either the Django <tt class="docutils literal"><span class="pre">request</span></tt> that’s part of the issued request or an empty
<tt class="docutils literal"><span class="pre">HttpRequest</span></tt> if it wasn’t provided.</p>
</div>
<div class="section" id="related-obj">
<h3><tt class="docutils literal"><span class="pre">related_obj</span></tt><a class="headerlink" href="#related-obj" title="Permalink to this headline">¶</a></h3>
<p>Either another “parent” Python object or <tt class="xref docutils literal"><span class="pre">None</span></tt>.</p>
<p>Useful when handling one-to-many relations. Used in conjunction with
<tt class="docutils literal"><span class="pre">related_name</span></tt>.</p>
</div>
<div class="section" id="related-name">
<h3><tt class="docutils literal"><span class="pre">related_name</span></tt><a class="headerlink" href="#related-name" title="Permalink to this headline">¶</a></h3>
<p>Either a Python string name of an attribute or <tt class="xref docutils literal"><span class="pre">None</span></tt>.</p>
<p>Useful when handling one-to-many relations. Used in conjunction with
<tt class="docutils literal"><span class="pre">related_obj</span></tt>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="toc.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Bundles</a><ul>
<li><a class="reference internal" href="#what-are-bundles">What Are Bundles?</a></li>
<li><a class="reference internal" href="#attributes">Attributes</a><ul>
<li><a class="reference internal" href="#obj"><tt class="docutils literal"><span class="pre">obj</span></tt></a></li>
<li><a class="reference internal" href="#data"><tt class="docutils literal"><span class="pre">data</span></tt></a></li>
<li><a class="reference internal" href="#request"><tt class="docutils literal"><span class="pre">request</span></tt></a></li>
<li><a class="reference internal" href="#related-obj"><tt class="docutils literal"><span class="pre">related_obj</span></tt></a></li>
<li><a class="reference internal" href="#related-name"><tt class="docutils literal"><span class="pre">related_name</span></tt></a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="resources.html"
title="previous chapter">Resources</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="api.html"
title="next chapter">Api</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/bundles.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="api.html" title="Api"
>next</a> |</li>
<li class="right" >
<a href="resources.html" title="Resources"
>previous</a> |</li>
<li><a href="toc.html">Tastypie v0.9.13-beta documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2010-2013, Daniel Lindsley, Cody Soyland, Matt Croydon, Josh Bohde & Issac Kelly.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
</html> |
site/xref/org/apache/log4j/lf5/util/ResourceUtils.html | cbcp9189/apache-log4j-1.2.17 | <!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>ResourceUtils xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../apidocs/org/apache/log4j/lf5/util/ResourceUtils.html">View Javadoc</a></div><pre>
<a name="1" href="#1">1</a> <em class="jxr_comment">/*</em>
<a name="2" href="#2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
<a name="3" href="#3">3</a> <em class="jxr_comment"> * contributor license agreements. See the NOTICE file distributed with</em>
<a name="4" href="#4">4</a> <em class="jxr_comment"> * this work for additional information regarding copyright ownership.</em>
<a name="5" href="#5">5</a> <em class="jxr_comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em>
<a name="6" href="#6">6</a> <em class="jxr_comment"> * (the "License"); you may not use this file except in compliance with</em>
<a name="7" href="#7">7</a> <em class="jxr_comment"> * the License. You may obtain a copy of the License at</em>
<a name="8" href="#8">8</a> <em class="jxr_comment"> * </em>
<a name="9" href="#9">9</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a name="10" href="#10">10</a> <em class="jxr_comment"> * </em>
<a name="11" href="#11">11</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
<a name="12" href="#12">12</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a name="13" href="#13">13</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a name="14" href="#14">14</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
<a name="15" href="#15">15</a> <em class="jxr_comment"> * limitations under the License.</em>
<a name="16" href="#16">16</a> <em class="jxr_comment"> */</em>
<a name="17" href="#17">17</a> <strong class="jxr_keyword">package</strong> org.apache.log4j.lf5.util;
<a name="18" href="#18">18</a>
<a name="19" href="#19">19</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
<a name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> java.net.URL;
<a name="21" href="#21">21</a>
<a name="22" href="#22">22</a> <em class="jxr_javadoccomment">/**</em>
<a name="23" href="#23">23</a> <em class="jxr_javadoccomment"> * ResourceUtils. Provide a set of convenience methods for working with</em>
<a name="24" href="#24">24</a> <em class="jxr_javadoccomment"> * Resources.</em>
<a name="25" href="#25">25</a> <em class="jxr_javadoccomment"> *</em>
<a name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * @see org.apache.log4j.lf5.util.Resource</em>
<a name="27" href="#27">27</a> <em class="jxr_javadoccomment"> *</em>
<a name="28" href="#28">28</a> <em class="jxr_javadoccomment"> * @author Michael J. Sikorsky</em>
<a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> * @author Robert Shaw</em>
<a name="30" href="#30">30</a> <em class="jxr_javadoccomment"> */</em>
<a name="31" href="#31">31</a>
<a name="32" href="#32">32</a> <em class="jxr_comment">// Contributed by ThoughtWorks Inc.</em>
<a name="33" href="#33">33</a>
<a name="34" href="#34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/log4j/lf5/util/ResourceUtils.html">ResourceUtils</a> {
<a name="35" href="#35">35</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="36" href="#36">36</a> <em class="jxr_comment">// Constants:</em>
<a name="37" href="#37">37</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="38" href="#38">38</a>
<a name="39" href="#39">39</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="40" href="#40">40</a> <em class="jxr_comment">// Protected Variables:</em>
<a name="41" href="#41">41</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="42" href="#42">42</a>
<a name="43" href="#43">43</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="44" href="#44">44</a> <em class="jxr_comment">// Private Variables:</em>
<a name="45" href="#45">45</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="46" href="#46">46</a>
<a name="47" href="#47">47</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="48" href="#48">48</a> <em class="jxr_comment">// Constructors:</em>
<a name="49" href="#49">49</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="50" href="#50">50</a>
<a name="51" href="#51">51</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="52" href="#52">52</a> <em class="jxr_comment">// Public Methods:</em>
<a name="53" href="#53">53</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="54" href="#54">54</a>
<a name="55" href="#55">55</a> <em class="jxr_javadoccomment">/**</em>
<a name="56" href="#56">56</a> <em class="jxr_javadoccomment"> * Get the InputStream for this resource. Note: to convert an InputStream</em>
<a name="57" href="#57">57</a> <em class="jxr_javadoccomment"> * into an InputReader, use: new InputStreamReader(InputStream).</em>
<a name="58" href="#58">58</a> <em class="jxr_javadoccomment"> *</em>
<a name="59" href="#59">59</a> <em class="jxr_javadoccomment"> * @param object The object to grab the Classloader from.</em>
<a name="60" href="#60">60</a> <em class="jxr_javadoccomment"> * This parameter is quite important from a</em>
<a name="61" href="#61">61</a> <em class="jxr_javadoccomment"> * visibility of resources standpoint as the</em>
<a name="62" href="#62">62</a> <em class="jxr_javadoccomment"> * hierarchy of Classloaders plays a role.</em>
<a name="63" href="#63">63</a> <em class="jxr_javadoccomment"> *</em>
<a name="64" href="#64">64</a> <em class="jxr_javadoccomment"> * @param resource The resource to load.</em>
<a name="65" href="#65">65</a> <em class="jxr_javadoccomment"> *</em>
<a name="66" href="#66">66</a> <em class="jxr_javadoccomment"> * @return If the Resource was found, the InputStream, otherwise null.</em>
<a name="67" href="#67">67</a> <em class="jxr_javadoccomment"> *</em>
<a name="68" href="#68">68</a> <em class="jxr_javadoccomment"> * @see Resource</em>
<a name="69" href="#69">69</a> <em class="jxr_javadoccomment"> * @see #getResourceAsURL(Object,Resource)</em>
<a name="70" href="#70">70</a> <em class="jxr_javadoccomment"> * @see InputStream</em>
<a name="71" href="#71">71</a> <em class="jxr_javadoccomment"> */</em>
<a name="72" href="#72">72</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> InputStream getResourceAsStream(Object object, <a href="../../../../../org/apache/log4j/lf5/util/Resource.html">Resource</a> resource) {
<a name="73" href="#73">73</a> ClassLoader loader = object.getClass().getClassLoader();
<a name="74" href="#74">74</a>
<a name="75" href="#75">75</a> InputStream in = <strong class="jxr_keyword">null</strong>;
<a name="76" href="#76">76</a>
<a name="77" href="#77">77</a> <strong class="jxr_keyword">if</strong> (loader != <strong class="jxr_keyword">null</strong>) {
<a name="78" href="#78">78</a> in = loader.getResourceAsStream(resource.getName());
<a name="79" href="#79">79</a> } <strong class="jxr_keyword">else</strong> {
<a name="80" href="#80">80</a> in = ClassLoader.getSystemResourceAsStream(resource.getName());
<a name="81" href="#81">81</a> }
<a name="82" href="#82">82</a>
<a name="83" href="#83">83</a> <strong class="jxr_keyword">return</strong> in;
<a name="84" href="#84">84</a> }
<a name="85" href="#85">85</a>
<a name="86" href="#86">86</a> <em class="jxr_javadoccomment">/**</em>
<a name="87" href="#87">87</a> <em class="jxr_javadoccomment"> * Get the URL for this resource.</em>
<a name="88" href="#88">88</a> <em class="jxr_javadoccomment"> *</em>
<a name="89" href="#89">89</a> <em class="jxr_javadoccomment"> * @param object The object to grab the Classloader from.</em>
<a name="90" href="#90">90</a> <em class="jxr_javadoccomment"> * This parameter is quite important from a</em>
<a name="91" href="#91">91</a> <em class="jxr_javadoccomment"> * visibility of resources standpoint as the</em>
<a name="92" href="#92">92</a> <em class="jxr_javadoccomment"> * hierarchy of Classloaders plays a role.</em>
<a name="93" href="#93">93</a> <em class="jxr_javadoccomment"> *</em>
<a name="94" href="#94">94</a> <em class="jxr_javadoccomment"> * @param resource The resource to load.</em>
<a name="95" href="#95">95</a> <em class="jxr_javadoccomment"> *</em>
<a name="96" href="#96">96</a> <em class="jxr_javadoccomment"> * @return If the Resource was found, the URL, otherwise null.</em>
<a name="97" href="#97">97</a> <em class="jxr_javadoccomment"> *</em>
<a name="98" href="#98">98</a> <em class="jxr_javadoccomment"> * @see Resource</em>
<a name="99" href="#99">99</a> <em class="jxr_javadoccomment"> * @see #getResourceAsStream(Object,Resource)</em>
<a name="100" href="#100">100</a> <em class="jxr_javadoccomment"> */</em>
<a name="101" href="#101">101</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> URL getResourceAsURL(Object object, <a href="../../../../../org/apache/log4j/lf5/util/Resource.html">Resource</a> resource) {
<a name="102" href="#102">102</a> ClassLoader loader = object.getClass().getClassLoader();
<a name="103" href="#103">103</a>
<a name="104" href="#104">104</a> URL url = <strong class="jxr_keyword">null</strong>;
<a name="105" href="#105">105</a>
<a name="106" href="#106">106</a> <strong class="jxr_keyword">if</strong> (loader != <strong class="jxr_keyword">null</strong>) {
<a name="107" href="#107">107</a> url = loader.getResource(resource.getName());
<a name="108" href="#108">108</a> } <strong class="jxr_keyword">else</strong> {
<a name="109" href="#109">109</a> url = ClassLoader.getSystemResource(resource.getName());
<a name="110" href="#110">110</a> }
<a name="111" href="#111">111</a>
<a name="112" href="#112">112</a> <strong class="jxr_keyword">return</strong> (url);
<a name="113" href="#113">113</a> }
<a name="114" href="#114">114</a>
<a name="115" href="#115">115</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="116" href="#116">116</a> <em class="jxr_comment">// Protected Methods:</em>
<a name="117" href="#117">117</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="118" href="#118">118</a>
<a name="119" href="#119">119</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="120" href="#120">120</a> <em class="jxr_comment">// Private Methods:</em>
<a name="121" href="#121">121</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="122" href="#122">122</a>
<a name="123" href="#123">123</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="124" href="#124">124</a> <em class="jxr_comment">// Nested Top-Level Classes or Interfaces:</em>
<a name="125" href="#125">125</a> <em class="jxr_comment">//--------------------------------------------------------------------------</em>
<a name="126" href="#126">126</a>
<a name="127" href="#127">127</a> }
<a name="128" href="#128">128</a>
<a name="129" href="#129">129</a>
<a name="130" href="#130">130</a>
<a name="131" href="#131">131</a>
<a name="132" href="#132">132</a>
<a name="133" href="#133">133</a>
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
thirdparty/sources/boost_1_60_0/libs/phoenix/doc/html/phoenix/modules/object/construction.html | gwq5210/litlib | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Construction</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="Chapter 1. Phoenix 3.2.0">
<link rel="up" href="../object.html" title="Object">
<link rel="prev" href="../object.html" title="Object">
<link rel="next" href="new.html" title="New">
</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="../object.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../object.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="new.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="phoenix.modules.object.construction"></a><a class="link" href="construction.html" title="Construction">Construction</a>
</h4></div></div></div>
<p>
<span class="bold"><strong><span class="emphasis"><em>Lazy constructors...</em></span></strong></span>
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">phoenix</span><span class="special">/</span><span class="identifier">object</span><span class="special">/</span><span class="identifier">construct</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<p>
Lazily construct an object from an arbitrary set of arguments:
</p>
<pre class="programlisting"><span class="identifier">construct</span><span class="special"><</span><span class="identifier">T</span><span class="special">>(</span><span class="identifier">ctor_arg1</span><span class="special">,</span> <span class="identifier">ctor_arg2</span><span class="special">,</span> <span class="special">...,</span> <span class="identifier">ctor_argN</span><span class="special">);</span>
</pre>
<p>
where the given parameters are the parameters to the constructor of the
object of type T (This implies, that type T is expected to have a constructor
with a corresponding set of parameter types.).
</p>
<p>
Example:
</p>
<pre class="programlisting"><span class="identifier">construct</span><span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">>(</span><span class="identifier">arg1</span><span class="special">,</span> <span class="identifier">arg2</span><span class="special">)</span>
</pre>
<p>
Constructs a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span></code> from <code class="computeroutput"><span class="identifier">arg1</span></code>
and <code class="computeroutput"><span class="identifier">arg2</span></code>.
</p>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>
The maximum number of actual parameters is limited by the preprocessor
constant BOOST_PHOENIX_COMPOSITE_LIMIT. Note though, that this limit
should not be greater than BOOST_PHOENIX_LIMIT. By default, <code class="computeroutput"><span class="identifier">BOOST_PHOENIX_COMPOSITE_LIMIT</span></code> is set
to <code class="computeroutput"><span class="identifier">BOOST_PHOENIX_LIMIT</span></code>
(See <a class="link" href="../../actor.html" title="Actor">Actor</a>).
</p></td></tr>
</table></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 © 2002-2005, 2010, 2014, 2015 Joel de Guzman, Dan Marsden, Thomas
Heller, John Fletcher<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="../object.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../object.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="new.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
strongswan-5.5.1/src/manager/templates/static/style.css | ccwf2006/one-key-ikev2-vpn |
body {
font-family: Verdana, Helvetica, sans-serif;
font-size: .9em;
color: #230100;
background-color: #f7f4d3;
margin: 0;
}
.content {
text-align: center;
}
.content > * {
background-color: #e5bf5e;
border: solid 2px;
padding: .2em 1em .2em 1em;
margin: 1em;
text-align: left;
}
textarea, select, input {
background-color: #ffec9e;
border: 1px solid;
padding: 1px 3px 1px 3px;
}
.menu {
text-align: right;
background-color: #e5bf5e;
padding: 3px;
border-bottom: solid 2px;
}
a {
color: black;
text-decoration: none;
}
h1 {
margin-top: 1em;
}
hr {
border: solid 1px;
}
a img {
border: none;
}
.expand {
}
.expand h1 {
font-size: 1em;
cursor: pointer;
margin: 0;
float: left;
padding-top: 3px;
}
.expand h1 span {
margin-left: 2em;
margin-right: 2em;
}
.expander {
clear:left;
}
.controls {
margin-top: 3px;
text-align: right;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.highlight {
}
.fleft {
margin-right: 2em;
float: left;
}
.fright {
float: left;
}
.cleft {
clear:left;
}
.cright {
clear:right;
}
.both {
clear:both;
}
.drawing {
border-collapse:collapse
}
.drawing .images {
height: 100px;
}
.drawing .images td {
padding: 0px;
width: 100px;
}
.drawing tr .left {
text-align: left;
}
.drawing tr .right {
text-align: right;
}
|
www/js/dojox/grid/tests/test_sizing.html | avz-cmf/zaboy-middleware | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>dojox.grid.Grid Sizing Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<style type="text/css">
@import "../../../dojo/resources/dojo.css";
@import "../resources/Grid.css";
@import "../resources/tundraGrid.css";
.heading {
font-weight: bold;
padding-bottom: 0.25em;
}
#container {
width: 400px;
height: 200px;
border: 4px double #333;
}
#grid {
border: 1px solid #333;
}
</style>
<script type="text/javascript" src="../../../dojo/dojo.js"
data-dojo-config="isDebug: true, parseOnLoad: true"></script>
<script type="text/javascript">
dojo.require("dijit.dijit");
dojo.require("dojox.grid.DataGrid");
dojo.require("dojo.data.ItemFileWriteStore");
dojo.require("dojo.parser");
</script>
<script type="text/javascript" src="support/test_data.js"></script>
<script type="text/javascript">
var structure = [
{
noscroll: false,
cells: [
{name: 'Column 1', field: 'col1'},
{name: 'Column 2', field: 'col2'}
]
},
[
{name: 'Column 3', field: 'col3'},
{name: 'Column 4', field: 'col4'},
{name: 'Column 5', field: 'col5'},
{name: 'Column 6', field: 'col6'},
{name: 'Column 7', field: 'col7'}
]
];
// get can return data for each cell of the grid
function get(inRowIndex) {
return [this.index, inRowIndex].join(', ');
}
function resizeInfo() {
setTimeout(function() {
dojo.byId('gridWidth').value = grid.domNode.clientWidth;
dojo.byId('gridHeight').value = grid.domNode.clientHeight;
}, 1);
}
function resizeGrid() {
grid.set('autoHeight', false);
grid.set('autoWidth', false);
var
w = Number(dojo.byId('gridWidth').value),
h = Number(dojo.byId('gridHeight').value);
dojo.contentBox(grid.domNode, {w: w, h: h});
grid.update();
}
function fitWidth() {
grid.set('autoHeight', false);
grid.set('autoWidth', true);
grid.update();
}
function fitHeight() {
grid.set('autoHeight', true);
grid.set('autoWidth', false);
grid.update();
}
function fitBoth() {
grid.set('autoHeight', true);
grid.set('autoWidth', true);
grid.update();
}
function sizeDefault() {
grid.set('autoHeight', false);
grid.set('autoWidth', false);
grid.domNode.style.width = '';
grid.domNode.style.height = 0;
grid.update();
}
dojo.addOnLoad(function() {
dojo.byId('gridWidth').value = 500;
dojo.byId('gridHeight').value = 200;
dojo.connect(grid, 'update', resizeInfo);
resizeGrid();
});
</script>
</head>
<body class="tundra">
<div class="heading">dojox.grid.Grid Sizing Test</div>
Grid width: <input id="gridWidth" type="text">
and height: <input id="gridHeight" type="text">
<button onclick="resizeGrid()">Resize Grid</button><br><br>
<button onclick="fitWidth()">Fit Data Width</button>
<button onclick="fitHeight()">Fit Data Height</button>
<button onclick="fitBoth()">Fit Data Width & Height</button>
<button onclick="sizeDefault()">DefaultSize</button><br><br>
<div id="grid" data-dojo-id="grid" dojoType="dojox.grid.DataGrid"
autoWidth="true" autoHeight="true" store="test_store"
structure="structure" elasticView="2"></div>
<p>Grid fits to a sized container by default:</p>
<div id="container">
<div id="grid1" data-dojo-id="grid1" dojoType="dojox.grid._Grid"
get="get" structure="structure" rowCount="10" elasticView="2"></div>
</div>
<p> Grid is essentially hidden (height of zero) when parent container is unsized
(nothing, including the header, should be displayed):</p>
<div id="unsizedContainer">
<div id="grid2" dojoType="dojox.grid._Grid"
get="get" structure="structure" rowCount="10" elasticView="2"></div>
</div>
<p> Grid is autoHeight and autoWidth via markup</p>
<div id="grid3" dojoType="dojox.grid._Grid"
autoWidth="true" autoHeight="true" get="get"
structure="structure" rowCount="10" elasticView="2"></div>
</body>
</html>
|
tests/wpt/web-platform-tests/conformance-checkers/html/elements/picture/always-matching-source-media-empty-with-following-source-srcset-novalid.html | Acidburn0zzz/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /conformance-checkers/tools/picture.py. -->
<meta charset=utf-8>
<title>invalid always-matching-source-media-empty-with-following-source-srcset</title>
<picture><source srcset=x media><source srcset=x><img src=x alt></picture> |
schema.org/eg-0345-rdfa.html | structured-data/linter | Example is JSON-LD only.
|
src/gwt/dojo/gridx/public/dojo/gridx/tests/test_grid_autoHideVScroller.html | andrescabrera/gwt-dojo-toolkit | <!DOCTYPE html>
<html>
<head>
<title>Test Auto-Hide VScroller</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<link rel='stylesheet' href="support/common.css" />
<style type="text/css">
.gridx {
width: 800px;
height: 450px;
margin-bottom: 20px;
}
</style>
<script type="text/javascript" src="../../dojo/dojo.js"
data-dojo-config="async: true, isDebug: true, parseOnLoad: true, packages:[{name: 'gridx', location:'../gridx'}]"></script>
<script type="text/javascript" src='support/common.js'></script>
<script type="text/javascript" src='test_grid_autoHideVScroller.js'></script>
</head>
<body class='claro'>
<h1 class='title' tabindex='0' onfocus='this.style.color="blue"' onblur='this.style.color=""'>
Test Auto-Hide VScroller
</h1>
<div id='grid1' data-dojo-type='gridx.Grid' data-dojo-props='
cacheClass: "gridx/core/model/cache/Sync",
store: store,
structure: layout1,
barTop: [
"gridx/modules/barPlugins/QuickFilter",
{content: "Grid with fixed column width", style: "font-weight: bold; text-shadow: 1px 1px 1px #fff;"}
],
modules: [
"gridx/modules/Focus",
"gridx/modules/ColumnResizer",
"gridx/modules/filter/Filter",
"gridx/modules/pagination/Pagination",
"gridx/modules/pagination/PaginationBar",
"gridx/modules/Bar"
]
'></div>
<div id='grid2' data-dojo-type='gridx.Grid' data-dojo-props='
cacheClass: "gridx/core/model/cache/Sync",
store: store,
structure: layout2,
barTop: [
"gridx/modules/barPlugins/QuickFilter",
{content: "Grid with auto column width", style: "font-weight: bold; text-shadow: 1px 1px 1px #fff;"}
],
modules: [
"gridx/modules/Focus",
"gridx/modules/ColumnResizer",
"gridx/modules/filter/Filter",
"gridx/modules/pagination/Pagination",
"gridx/modules/pagination/PaginationBar",
"gridx/modules/Bar"
]
'></div>
<div id='grid3' data-dojo-type='gridx.Grid' data-dojo-props='
cacheClass: "gridx/core/model/cache/Sync",
store: store,
structure: layout3,
barTop: [
"gridx/modules/barPlugins/QuickFilter",
{content: "Grid with percentage column width", style: "font-weight: bold; text-shadow: 1px 1px 1px #fff;"}
],
modules: [
"gridx/modules/ColumnResizer",
"gridx/modules/Focus",
"gridx/modules/filter/Filter",
"gridx/modules/pagination/Pagination",
"gridx/modules/pagination/PaginationBar",
"gridx/modules/Bar"
]
'></div>
<div id='grid4' data-dojo-type='gridx.Grid' data-dojo-props='
cacheClass: "gridx/core/model/cache/Sync",
store: store,
structure: layout4,
columnWidthAutoResize: true,
barTop: [
"gridx/modules/barPlugins/QuickFilter",
{content: "Grid with auto-resize columns", style: "font-weight: bold; text-shadow: 1px 1px 1px #fff;"}
],
modules: [
"gridx/modules/Focus",
"gridx/modules/filter/Filter",
"gridx/modules/pagination/Pagination",
"gridx/modules/pagination/PaginationBar",
"gridx/modules/Bar"
]
'></div>
<div id='grid5' data-dojo-type='gridx.Grid' data-dojo-props='
cacheClass: "gridx/core/model/cache/Sync",
store: store,
structure: layout5,
barTop: [
"gridx/modules/barPlugins/QuickFilter",
{content: "AutoWidth grid", style: "font-weight: bold; text-shadow: 1px 1px 1px #fff;"}
],
autoWidth: true,
modules: [
"gridx/modules/ColumnResizer",
"gridx/modules/Focus",
"gridx/modules/filter/Filter",
"gridx/modules/Bar"
]
'></div>
</body>
</html>
|
static/components/fancytree-2.9.0/demo/sample-json.html | H4213/WeLyon1.0 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Fancytree - Example</title>
<script src="../lib/jquery.js" type="text/javascript"></script>
<script src="../lib/jquery-ui.custom.js" type="text/javascript"></script>
<link href="../src/skin-win8/ui.fancytree.css" rel="stylesheet" type="text/css">
<script src="../src/jquery.fancytree.js" type="text/javascript"></script>
<!-- Start_Exclude: This block is not part of the sample code -->
<link href="../lib/prettify.css" rel="stylesheet">
<script src="../lib/prettify.js" type="text/javascript"></script>
<link href="sample.css" rel="stylesheet" type="text/css">
<script src="sample.js" type="text/javascript"></script>
<!-- End_Exclude -->
<style type="text/css">
/* span.fancytree-node span.fancytree-icon {
background-image: url("skin-custom/bug.png");
background-position: 0 0;
}*/
span.fancytree-node.no span.fancytree-icon {
background-position: 0 0;
background-image: url("skin-custom/exclamation.png");
}
span.fancytree-node.yes span.fancytree-icon {
background-position: 0 0;
background-image: url("skin-custom/accept.png");
}
span.fancytree-node.link span.fancytree-icon {
background-position: 0 0;
background-image: url("skin-custom/arrow_right.png");
}
span.fancytree-node.answer span.fancytree-icon {
background-position: 0 0;
background-image: url("skin-custom/emoticon_smile.png");
}
</style>
<script type="text/javascript">
$(function(){
// using default options
$("#tree").fancytree({
source: {url: "ajax-tree-decide.json"}
});
});
</script>
<!-- Start_Exclude: This block is not part of the sample code -->
<script type="text/javascript">
$(function(){
addSampleButton({
label: "Products",
code: function(){
$("#tree").fancytree("getTree").reload({url: "ajax-tree-products.json"});
}
});
addSampleButton({
label: "Files",
code: function(){
$("#tree").fancytree("getTree").reload({url: "ajax-tree-fs.json"});
}
});
});
</script>
<!-- End_Exclude -->
</head>
<body class="example">
<h1>Example: Default</h1>
<div class="description">
This tree uses default options.<br>
It is initialized from a hidden <ul> element on this page.
</div>
<div>
<label for="skinswitcher">Skin:</label> <select id="skinswitcher"></select>
</div>
<div id="tree"></div>
<!-- Start_Exclude: This block is not part of the sample code -->
<hr>
<p id="sampleButtons">
</p>
<p class="sample-links no_code">
<a class="hideInsideFS" href="https://github.com/mar10/fancytree">jquery.fancytree.js project home</a>
<a class="hideOutsideFS" href="#">Link to this page</a>
<a class="hideInsideFS" href="index.html">Example Browser</a>
<a href="#" id="codeExample">View source code</a>
</p>
<pre id="sourceCode" class="prettyprint" style="display:none"></pre>
<!-- End_Exclude -->
</body>
</html>
|
web/js/js/admin/docs/sections/plugins/tools.html | Kellin-Andrea/culturaCalena | <section>
<h1 class="blue" data-id="#plugins/tools"><i class="ace-icon fa fa-desktop grey"></i> Tools</h1>
<div class="hr hr-double hr32"></div>
<!-- #section:plugins/tools -->
<div class="help-content">
<h3 class="info-title smaller" data-id="#plugins/tools.node-js">Node.js</h3>
<!-- #section:plugins/tools.node-js -->
<div class="info-section">
<ul class="info-list list-unstyled">
<li>
For more information and installing Node.js please see its page at
<a href="http://nodejs.org">nodejs.org</a>
</li>
<li>
It's optional and you don't need to use it.
<br />
I've used it for compiling LESS files into CSS and
Mustache templates into static HTML
</li>
</ul>
</div>
<!-- /section:plugins/tools.node-js -->
<h3 class="info-title smaller" data-id="#plugins/tools.less-js">Less.js</h3>
<!-- #section:plugins/tools.less-js -->
<div class="info-section">
<ul class="info-list list-unstyled">
<li>
Less is a CSS pre-processor which is useful for creating and maintating large amounts of CSS code
</li>
<li>
You can find more info about it here <a href="http://lesscss.org/">lesscss.org</a>
</li>
<li>
Almost all Ace CSS files are generated from compiling LESS files
</li>
<li>
First you need to install less compiler via npm:
<code>npm install -g less</code>
</li>
<li>
To compile LESS files, you can run the following commands:
<br />
<code>lessc ace.less path/to/ace.css</code>
<br />
<code>lessc skins/skins.less path/to/ace-skins.css</code>
<br />
For options such as compressing output, etc, you can use its help by using the following command:
<br />
<code>lessc --help</code>
</li>
<li>
You can also use the <a href="../build/css.html">in-browser CSS builder tool</a> to build a custom CSS.
</li>
</ul>
</div>
<!-- /section:plugins/tools.less-js -->
<h3 class="info-title smaller" data-id="#plugins/tools.mustache">Mustache Compilers</h3>
<!-- #section:plugins/tools.mustache -->
<div class="info-section">
<ul class="info-list list-unstyled">
<li>
Ace's demo pages are mustache templates compiled into HTML
</li>
<li>
For more info about Mustache files please see <a href="#files/mustache" class="help-more">Mustache files</a>
</li>
<li>
PHP Mustache is used during development.
<br />
And Javascript Mustache compiler is used for final demo output
</li>
<li>
For more info please see the following links:
<br />
<a href="http://mustache.github.io/">Mustache</a>
<br />
<a href="https://github.com/janl/mustache.js/">Mustache.js</a>
<br />
<a href="http://twitter.github.io/hogan.js/">Hogan.js</a>
<br />
<a href="https://github.com/bobthecow/mustache.php">PHP Mustache</a>
</li>
</ul>
</div>
<!-- /section:plugins/tools.mustache -->
<h3 class="info-title smaller" data-id="#plugins/tools.uglifyjs">UglifyJS</h3>
<!-- #section:plugins/tools.uglifyjs -->
<div class="info-section">
<ul class="info-list list-unstyled">
<li>
UglifyJS is a popular tool for minifying Javascript files
</li>
<li>
It can also be used inside browser like in the <a href="../build/js.html">Javascript builder tool</a>
</li>
<li>
For more info please see <a href="http://lisperator.net/uglifyjs/">lisperator.net/uglifyjs/</a>
</li>
</ul>
</div>
<!-- /section:plugins/tools.uglifyjs -->
<!-- /section:plugins/tools -->
</section> |
xml/tests/testData/intentions/splitTag/before6.html | dahlstrom-g/intellij-community | <!-- "Split current tag" "true" -->
<div class='class1 class2' id='test_id' style='color: #eee;'>this is a <caret>test text</div> |
org/docs/api/extras/helpers/BoundingBoxHelper.html | camellhf/three.js.sourcecode | <!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:Mesh] →
<h1>[name]</h1>
<div class="desc">A helper object to show the world-axis-aligned bounding box for an object.</div>
<h2>Example</h2>
<code>var hex = 0xff0000;
var sphereMaterial = new THREE.MeshLambertMaterial( {color: 0x00ff00} );
var sphere = new THREE.Mesh( new THREE.SphereGeometry( 30, 12, 12), sphereMaterial );
scene.add( sphere );
var bbox = new THREE.BoundingBoxHelper( sphere, hex );
bbox.update();
scene.add( bbox );
</code>
<h2>Constructor</h2>
<h3>[name]([page:Object3D object], [page:Number hex])</h3>
<div>
object -- Object3D -- the object3D to show the world-axis-aligned boundingbox.<br />
hex -- hexadecimal value to define color ex:0x888888
</div>
<div>
This creates an line object to the boundingbox.
</div>
<h2>Properties</h2>
<h3>.[page:Object3D object]</h3>
<div>
Contains the object3D to show the world-axis-aligned boundingbox.
</div>
<h3>.[page:Box3 box]</h3>
<div>
Contains the bounding box of the object.
</div>
<h2>Methods</h2>
<h3>.update()</h3>
<div>
Updates the BoundingBoxHelper based on the object property.
</div>
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</body>
</html>
|
invenio_previewer/templates/previewer/pdfjs_base.html | jirikuncar/invenio-previewer | {#
# This file is part of Invenio.
# Copyright (C) 2014, 2015 CERN.
#
# Invenio is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# Invenio 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Invenio; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
-#}
{#-
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#}
<!DOCTYPE html>
<html dir="ltr" mozdisallowselectionprint moznomarginboxes>
<head>
<meta charset="utf-8">
<meta name="google" content="notranslate">
<link rel="resource" type="application/l10n" href="{{ url_for('static', filename='/vendors/pdfjs-build/generic/web/locale/locale.properties') }}"/>
</head>
<body tabindex="1">
<div id="outerContainer" class="loadingInProgress">
<div id="sidebarContainer">
<div id="toolbarSidebar">
<div class="splitToolbarButton toggled">
<button id="viewThumbnail" class="toolbarButton group toggled" title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs">
<span data-l10n-id="thumbs_label">Thumbnails</span>
</button>
<button id="viewOutline" class="toolbarButton group" title="Show Document Outline" tabindex="3" data-l10n-id="outline">
<span data-l10n-id="outline_label">Document Outline</span>
</button>
</div>
</div>
<div id="sidebarContent">
<div id="thumbnailView">
</div>
<div id="outlineView" class="hidden">
</div>
</div>
</div> <!-- sidebarContainer -->
<div id="mainContainer">
<div class="findbar hidden doorHanger hiddenSmallView" id="findbar">
<label for="findInput" class="toolbarLabel" data-l10n-id="find_label">Find:</label>
<input id="findInput" class="toolbarField" tabindex="41">
<div class="splitToolbarButton">
<button class="toolbarButton findPrevious" title="" id="findPrevious" tabindex="42" data-l10n-id="find_previous">
<span data-l10n-id="find_previous_label">Previous</span>
</button>
<div class="splitToolbarButtonSeparator"></div>
<button class="toolbarButton findNext" title="" id="findNext" tabindex="43" data-l10n-id="find_next">
<span data-l10n-id="find_next_label">Next</span>
</button>
</div>
<input type="checkbox" id="findHighlightAll" class="toolbarField">
<label for="findHighlightAll" class="toolbarLabel" tabindex="44" data-l10n-id="find_highlight">Highlight all</label>
<input type="checkbox" id="findMatchCase" class="toolbarField">
<label for="findMatchCase" class="toolbarLabel" tabindex="45" data-l10n-id="find_match_case_label">Match case</label>
<span id="findMsg" class="toolbarLabel"></span>
</div> <!-- findbar -->
<div id="secondaryToolbar" class="secondaryToolbar hidden doorHangerRight">
<div id="secondaryToolbarButtonContainer">
<!-- <button id="secondaryPresentationMode" class="secondaryToolbarButton presentationMode visibleLargeView" title="Switch to Presentation Mode" tabindex="18" data-l10n-id="presentation_mode">
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
</button> -->
<button id="secondaryFullScreenMode" class="secondaryToolbarButton presentationMode visibleLargeView" title="Switch to Full Screen Mode" tabindex="18">
<span>Full Screen Mode</span>
</button>
<!-- <button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="Open File" tabindex="19" data-l10n-id="open_file">
<span data-l10n-id="open_file_label">Open</span>
</button> -->
<button id="secondaryPrint" class="secondaryToolbarButton print visibleMediumView" title="Print" tabindex="20" data-l10n-id="print">
<span data-l10n-id="print_label">Print</span>
</button>
<button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="21" data-l10n-id="download">
<span data-l10n-id="download_label">Download</span>
</button>
<!-- <a href="#" id="secondaryViewBookmark" class="secondaryToolbarButton bookmark visibleSmallView" title="Current view (copy or open in new window)" tabindex="22" data-l10n-id="bookmark">
<span data-l10n-id="bookmark_label">Current View</span>
</a> -->
<div class="horizontalToolbarSeparator visibleLargeView"></div>
<button id="firstPage" class="secondaryToolbarButton firstPage" title="Go to First Page" tabindex="23" data-l10n-id="first_page">
<span data-l10n-id="first_page_label">Go to First Page</span>
</button>
<button id="lastPage" class="secondaryToolbarButton lastPage" title="Go to Last Page" tabindex="24" data-l10n-id="last_page">
<span data-l10n-id="last_page_label">Go to Last Page</span>
</button>
<div class="horizontalToolbarSeparator"></div>
<button id="pageRotateCw" class="secondaryToolbarButton rotateCw" title="Rotate Clockwise" tabindex="25" data-l10n-id="page_rotate_cw">
<span data-l10n-id="page_rotate_cw_label">Rotate Clockwise</span>
</button>
<button id="pageRotateCcw" class="secondaryToolbarButton rotateCcw" title="Rotate Counterclockwise" tabindex="26" data-l10n-id="page_rotate_ccw">
<span data-l10n-id="page_rotate_ccw_label">Rotate Counterclockwise</span>
</button>
<div class="horizontalToolbarSeparator"></div>
<button id="toggleHandTool" class="secondaryToolbarButton handTool" title="Enable hand tool" tabindex="27" data-l10n-id="hand_tool_enable">
<span data-l10n-id="hand_tool_enable_label">Enable hand tool</span>
</button>
<div class="horizontalToolbarSeparator"></div>
<button id="documentProperties" class="secondaryToolbarButton documentProperties" title="Document Properties…" tabindex="28" data-l10n-id="document_properties">
<span data-l10n-id="document_properties_label">Document Properties…</span>
</button>
</div>
</div> <!-- secondaryToolbar -->
<div class="toolbar">
<div id="toolbarContainer">
<div id="toolbarViewer">
<div id="toolbarViewerLeft">
<button id="sidebarToggle" class="toolbarButton" title="Toggle Sidebar" tabindex="4" data-l10n-id="toggle_sidebar">
<span data-l10n-id="toggle_sidebar_label">Toggle Sidebar</span>
</button>
<div class="toolbarButtonSpacer"></div>
<button id="viewFind" class="toolbarButton group hiddenSmallView" title="Find in Document" tabindex="5" data-l10n-id="findbar">
<span data-l10n-id="findbar_label">Find</span>
</button>
<div class="splitToolbarButton">
<button class="toolbarButton pageUp" title="Previous Page" id="previous" tabindex="6" data-l10n-id="previous">
<span data-l10n-id="previous_label">Previous</span>
</button>
<div class="splitToolbarButtonSeparator"></div>
<button class="toolbarButton pageDown" title="Next Page" id="next" tabindex="7" data-l10n-id="next">
<span data-l10n-id="next_label">Next</span>
</button>
</div>
<label id="pageNumberLabel" class="toolbarLabel" for="pageNumber" data-l10n-id="page_label">Page: </label>
<input type="number" id="pageNumber" class="toolbarField pageNumber" value="1" size="4" min="1" tabindex="8">
<span id="numPages" class="toolbarLabel"></span>
</div>
<div id="toolbarViewerRight">
<!-- <button id="presentationMode" class="toolbarButton presentationMode hiddenLargeView" title="Switch to Presentation Mode" tabindex="12" data-l10n-id="presentation_mode">
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
</button> -->
<button id="fullScreenMode" class="toolbarButton presentationMode hiddenLargeView" title="Switch to Full Screen Mode" tabindex="12">
<span>Full Screen Mode</span>
</button>
<!-- <button id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="13" data-l10n-id="open_file">
<span data-l10n-id="open_file_label">Open</span>
</button> -->
<button id="print" class="toolbarButton print hiddenMediumView" title="Print" tabindex="14" data-l10n-id="print">
<span data-l10n-id="print_label">Print</span>
</button>
<button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="15" data-l10n-id="download">
<span data-l10n-id="download_label">Download</span>
</button>
<!-- <div class="toolbarButtonSpacer"></div> -->
<!-- <a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="16" data-l10n-id="bookmark">
<span data-l10n-id="bookmark_label">Current View</span>
</a> -->
<div class="verticalToolbarSeparator hiddenSmallView"></div>
<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="17" data-l10n-id="tools">
<span data-l10n-id="tools_label">Tools</span>
</button>
</div>
<div class="outerCenter">
<div class="innerCenter" id="toolbarViewerMiddle">
<div class="splitToolbarButton">
<button id="zoomOut" class="toolbarButton zoomOut" title="Zoom Out" tabindex="9" data-l10n-id="zoom_out">
<span data-l10n-id="zoom_out_label">Zoom Out</span>
</button>
<div class="splitToolbarButtonSeparator"></div>
<button id="zoomIn" class="toolbarButton zoomIn" title="Zoom In" tabindex="10" data-l10n-id="zoom_in">
<span data-l10n-id="zoom_in_label">Zoom In</span>
</button>
</div>
<span id="scaleSelectContainer" class="dropdownToolbarButton">
<select id="scaleSelect" title="Zoom" tabindex="11" data-l10n-id="zoom">
<option id="pageAutoOption" value="auto" selected="selected" data-l10n-id="page_scale_auto">Automatic Zoom</option>
<option id="pageActualOption" value="page-actual" data-l10n-id="page_scale_actual">Actual Size</option>
<option id="pageFitOption" value="page-fit" data-l10n-id="page_scale_fit">Fit Page</option>
<option id="pageWidthOption" value="page-width" data-l10n-id="page_scale_width">Full Width</option>
<option id="customScaleOption" value="custom"></option>
<option value="0.5">50%</option>
<option value="0.75">75%</option>
<option value="1">100%</option>
<option value="1.25">125%</option>
<option value="1.5">150%</option>
<option value="2">200%</option>
</select>
</span>
</div>
</div>
</div>
<div id="loadingBar">
<div class="progress">
<div class="glimmer">
</div>
</div>
</div>
</div>
</div>
<menu type="context" id="viewerContextMenu">
<menuitem id="contextFirstPage" label="First Page"
data-l10n-id="first_page"></menuitem>
<menuitem id="contextLastPage" label="Last Page"
data-l10n-id="last_page"></menuitem>
<menuitem id="contextPageRotateCw" label="Rotate Clockwise"
data-l10n-id="page_rotate_cw"></menuitem>
<menuitem id="contextPageRotateCcw" label="Rotate Counter-Clockwise"
data-l10n-id="page_rotate_ccw"></menuitem>
</menu>
<div id="viewerContainer" tabindex="0">
<div id="viewer"></div>
</div>
<div id="errorWrapper" hidden='true'>
<div id="errorMessageLeft">
<span id="errorMessage"></span>
<button id="errorShowMore" data-l10n-id="error_more_info">
More Information
</button>
<button id="errorShowLess" data-l10n-id="error_less_info" hidden='true'>
Less Information
</button>
</div>
<div id="errorMessageRight">
<button id="errorClose" data-l10n-id="error_close">
Close
</button>
</div>
<div class="clearBoth"></div>
<textarea id="errorMoreInfo" hidden='true' readonly="readonly"></textarea>
</div>
</div> <!-- mainContainer -->
<div id="overlayContainer" class="hidden">
<div id="promptContainer" class="hidden">
<div id="passwordContainer" class="prompt doorHanger">
<div class="row">
<p id="passwordText" data-l10n-id="password_label">Enter the password to open this PDF file:</p>
</div>
<div class="row">
<input type="password" id="password" class="toolbarField" />
</div>
<div class="buttonRow">
<button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button>
<button id="passwordSubmit" class="overlayButton"><span data-l10n-id="password_ok">OK</span></button>
</div>
</div>
</div>
<div id="documentPropertiesContainer" class="hidden">
<div class="doorHanger">
<div class="row">
<span data-l10n-id="document_properties_file_name">File name:</span> <p id="fileNameField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_file_size">File size:</span> <p id="fileSizeField">-</p>
</div>
<div class="separator"></div>
<div class="row">
<span data-l10n-id="document_properties_title">Title:</span> <p id="titleField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_author">Author:</span> <p id="authorField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_subject">Subject:</span> <p id="subjectField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_keywords">Keywords:</span> <p id="keywordsField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_creation_date">Creation Date:</span> <p id="creationDateField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_modification_date">Modification Date:</span> <p id="modificationDateField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_creator">Creator:</span> <p id="creatorField">-</p>
</div>
<div class="separator"></div>
<div class="row">
<span data-l10n-id="document_properties_producer">PDF Producer:</span> <p id="producerField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_version">PDF Version:</span> <p id="versionField">-</p>
</div>
<div class="row">
<span data-l10n-id="document_properties_page_count">Page Count:</span> <p id="pageCountField">-</p>
</div>
<div class="buttonRow">
<button id="documentPropertiesClose" class="overlayButton"><span data-l10n-id="document_properties_close">Close</span></button>
</div>
</div>
</div>
</div> <!-- overlayContainer -->
</div> <!-- outerContainer -->
<div id="printContainer"></div>
<div id="mozPrintCallback-shim" hidden>
<div class="mozPrintCallback-dialog-box">
<!-- TODO: Localise the following strings -->
Preparing document for printing...
<div class="progress-row">
<progress value="0" max="100"></progress>
<span class="relative-progress">0%</span>
</div>
<div class="progress-actions">
<input type="button" value="Cancel" class="mozPrintCallback-cancel">
</div>
</div>
</div>
{% bundle "previewer/pdfjs.js", "previewer/pdfjs.css" %}
{%- include "base/stylesheets.html" -%}
{%- include "base/scripts.html" -%}
<script>
PDFView.open('{{f.fullurl}}',0);
</script>
</body>
</html>
|
storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/owner-page-template.html | kishorvpatil/incubator-storm | <!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script id="owner-summary-template" type="text/html">
<table id="owner-summary-table" class="table compact">
<thead>
<tr>
<th>
Owner
</th>
<th>
<span data-toggle="tooltip" data-placement="above" title="Total number of topologies owned by owner.">
Total Topologies
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="above" title="Total number of tasks used by owner.">
Total Tasks
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="above" title="Total number of executors used by owner.">
Total Executors
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="above" title="Total number of workers used by owner.">
Total Workers
</span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{owner}}</td>
<td>{{totalTopologies}}</td>
<td>{{totalTasks}}</td>
<td>{{totalExecutors}}</td>
<td>{{totalWorkers}}</td>
</tr>
</tbody>
</table>
</script>
<script id="owner-resource-usage-template" type="text/html">
<table id="owner-resource-usage-table" class="table compact">
<thead>
<tr>
<th>
</th>
<th>
On-Heap Mem (MB)
</th>
<th>
Off-Heap Mem (MB)
</th>
<th>
Total Mem (MB)
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="Total CPU Resource. Every 100 means 1 core.">
Total CPU (%)
</span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Requested</td>
<td>{{totalReqOnHeapMem}}</td>
<td>{{totalReqOffHeapMem}}</td>
<td>{{totalReqMem}}</td>
<td>{{totalReqCpu}}</td>
</tr>
<tr>
<td>Assigned</td>
<td>{{totalAssignedOnHeapMem}}</td>
<td>{{totalAssignedOffHeapMem}}</td>
<td>{{totalMemoryUsage}}</td>
<td>{{totalCpuUsage}}</td>
</tr>
</tbody>
</table>
</script>
<script id="owner-resource-guarantee-template" type="text/html">
<table id="owner-resource-guarantee-table" class="table compact">
<thead>
<tr>
<th>
<span data-toggle="tooltip" data-placement="top" title="The amount of CPU resource (every 100 means 1 core) guaranteed to owner.">
CPU Guarantee (%)
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The amount of CPU resource (every 100 means 1 core) used by owner.">
CPU Usage (%)
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The amount of guaranteed CPU resource (every 100 means 1 core) remaining.">
CPU Guarantee Remaining (%)
</span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{cpuGuarantee}}</td>
<td>{{totalCpuUsage}}</td>
<td id="cpu-guarantee-util">{{cpuGuaranteeRemaining}}</td>
</tr>
</tbody>
<thead>
<tr>
<th>
<span data-toggle="tooltip" data-placement="top" title="The amount of memory resource (in MB) guaranteed to owner.">
Memory Guarantee (MB)
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The amount of memory resource (in MB) used by owner.">
Memory Usage (MB)
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The amount of guaranteed memory resources (in MB) remaining.">
Memory Guarantee Remaining (MB)
</span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{memoryGuarantee}}</td>
<td>{{totalMemoryUsage}}</td>
<td id="mem-guarantee-util">{{memoryGuaranteeRemaining}}</td>
</tr>
</tbody>
</table>
</script>
<script id="owner-topology-summary-template" type="text/html">
<table id="owner-topology-summary-table" class="table table-striped compact">
<thead>
<tr>
<th>
<span data-toggle="tooltip" data-placement="top" title="The name given to the topology by when it was submitted. Click the name to view the Topology's information.">
Name
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The owner that submitted the Topology, if authentication is enabled.">
Owner
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The status can be one of ACTIVE, INACTIVE, KILLED, or REBALANCING.">
Status
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The time since the Topology was submitted.">
Uptime
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="The number of Workers (processes).">
Num workers
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="Executors are threads in a Worker process.">
Num executors
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="A Task is an instance of a Bolt or Spout. The number of Tasks is almost always equal to the number of Executors.">
Num tasks
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="top" title="Assigned Total Memory by Scheduler.">
Assigned Mem (MB)
</span>
</th>
{{#schedulerDisplayResource}}
<th>
<span data-toggle="tooltip" data-placement="top" title="Assigned Total CPU by Scheduler. Every 100 means 1 core.">
Assigned CPU (%)
</span>
</th>
{{/schedulerDisplayResource}}
<th>
<span data-toggle="tooltip" data-placement="left" title="This shows information from the scheduler about the latest attempt to schedule the Topology on the cluster.">
Scheduler Info
</span>
</th>
<th>
<span data-toggle="tooltip" data-placement="left" title="The version of this topology">
Topology Version
</span>
</th>
</tr>
</thead>
<tbody>
{{#topologies}}
<tr>
<td><a href="/topology.html?id={{encodedId}}">{{name}}</a></td>
<td><a href="/owner.html?id={{owner}}">{{owner}}</a></td>
<td>{{status}}</td>
<td>{{uptime}}</td>
<td>{{workersTotal}}</td>
<td>{{executorsTotal}}</td>
<td>{{tasksTotal}}</td>
<td>{{assignedTotalMem}}</td>
{{#schedulerDisplayResource}}
<td>{{assignedCpu}}</td>
{{/schedulerDisplayResource}}
<td>{{schedulerInfo}}</td>
<td>{{topologyVersion}}</td>
</tr>
{{/topologies}}
</tbody>
</table>
</script>
|
third_party/blink/web_tests/external/wpt/css/css-highlight-api/painting/custom-highlight-painting-invalidation-005.html | scheib/chromium | <!DOCTYPE html>
<html class="reftest-wait">
<meta charset="UTF-8">
<title>CSS Highlight API Test: </title>
<link rel="help" href="https://drafts.csswg.org/css-highlight-api-1/">
<link rel="match" href="custom-highlight-painting-001-ref.html">
<meta name="assert" value="::highlight overlay is correctly invalidated and repainted after modifying its priority">
<script src="resources/run-after-layout-and-paint.js"></script>
<style>
::highlight(example-highlight) {
background-color: yellow;
color: blue;
}
::highlight(another-highlight) {
background-color: red;
color: orange;
}
</style>
<body><span>One </span><span>two </span><span>three…</span>
<script>
let r = new Range();
r.setStart(document.body, 0);
r.setEnd(document.body, 2);
let h1 = new Highlight(r);
let h2 = new Highlight(r);
h1.priority = 1;
h2.priority = 2;
CSS.highlights.set("example-highlight", h1);
CSS.highlights.set("another-highlight", h2);
// Force frame paint before modifying the Highlight.
runAfterLayoutAndPaint(()=>{
h1.priority = 3;
document.documentElement.removeAttribute("class");
});
</script>
</html> |
wts/tests/webgl/webglrenderingcontext_DITHER_value.html | hgl888/web-testing-service | <!DOCTYPE html>
<!--
Copyright (c) 2014 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the original copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this work without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
Cao, Jun <junx.cao@intel.com>
-->
<html>
<head>
<title>WebGL Test: webglrenderingcontext_DITHER_value</title>
<link rel="author" title="Intel" href="http://www.intel.com" />
<link rel="help" href="https://www.khronos.org/registry/webgl/specs/1.0/" />
<meta name="flags" content="" />
<meta name="assert" content="Check if WebGLRenderingContext.DITHER constant value is 0x0BD0"/>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="support/webgl.js"></script>
</head>
<body>
<div id="log"></div>
<canvas id="canvas" width="200" height="100" style="border:1px solid #c3c3c3;">
Your browser does not support the canvas element.
</canvas>
<script>
getwebgl();
webgl_constant_value(webgl, 'DITHER', 0x0BD0);
</script>
</body>
</html> |
third_party/blink/web_tests/external/wpt/css/css-grid/grid-definition/grid-auto-repeat-minmax.html | nwjs/chromium.src | <!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=973906">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="display: grid; width: 100px; grid-template: 50px 50px / repeat(auto-fill, minmax(50px, 25px));">
<div style="background: green;"></div>
<div style="background: green;"></div>
<div style="background: green;"></div>
<div style="background: green;"></div>
</div>
|
third_party/blink/web_tests/external/wpt/css/css-sizing/div-top-and-non-auto-margin.tentative.html | chromium/chromium | <!DOCTYPE HTML>
<title> Ensure top doesn't take effect if margin isn't auto </title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3973">
<link rel="match" href="div-top-and-non-auto-margin-ref.html">
<style>
#outer {
inset: 0;
background-color: black;
margin: auto;
top: 10px;
margin-bottom: 10px;
position: absolute;
block-size: max-content;
inline-size: 100px;
border: 5px solid red;
}
</style>
<div id="outer"><div style="block-size: 200px;"></div></div>
|
web/src/main/webapp/scripts/extjs/build/packages/ext-theme-aria/build/resources/ext-theme-aria-all-rtl-debug_02.css | simpleacs/web | /* Custom styling */
/* line 17, ../../../ext-theme-neutral/sass/src/window/Toast.scss */
.x-toast-light .x-window-header {
background-color: #5b6270; }
/* line 21, ../../../ext-theme-neutral/sass/src/window/Toast.scss */
.x-toast-light .x-tool-img {
background-color: #5b6270; }
/* line 25, ../../../ext-theme-neutral/sass/src/window/Toast.scss */
.x-toast-light {
background-image: url(images/window/toast/fader.png); }
/* line 29, ../../../ext-theme-neutral/sass/src/window/Toast.scss */
.x-toast-light .x-window-body {
padding: 15px 5px 20px 5px;
background-color: transparent;
border: 0px solid white; }
/* line 1, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss {
font-family: helvetica, arial, verdana, sans-serif;
margin: 5px; }
/* line 6, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-title {
font-weight: bold; }
/* line 10, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-author {
color: #aaaaaa; }
/* line 14, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-preview {
width: 16px;
height: 16px;
background-color: white;
background-image: url(images/ux/dashboard/magnify.png); }
/* line 21, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-detail-header {
position: relative;
background-color: #f5f5f5;
padding: 5px;
border-bottom-width: 1px;
border-bottom-color: #afafaf;
border-bottom-style: solid; }
/* line 30, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-glyph {
cursor: pointer;
font-weight: bold;
font-size: 22px; }
/* line 36, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-detail {
padding: 5px;
overflow: auto; }
/* line 41, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-detail-nav {
position: absolute;
color: #aaaaaa;
right: 5px;
top: 5px; }
/* line 48, ../../../ext-theme-neutral/sass/src/ux/dashboard/GoogleRssView.scss */
.x-dashboard-googlerss-detail .x-dashboard-googlerss-title {
font-weight: bold; }
/* line 1, ../../../ext-theme-neutral/sass/src/ux/grid/SubTable.scss */
.x-grid-subtable {
border-collapse: collapse; }
/* line 5, ../../../ext-theme-neutral/sass/src/ux/grid/SubTable.scss */
tr.x-grid-subtable-row {
background-color: #232d38; }
/* line 9, ../../../ext-theme-neutral/sass/src/ux/grid/SubTable.scss */
.x-grid-subtable-header {
border: 1px solid #c1c1c1;
color: white;
font: bold 15px/16px helvetica, arial, verdana, sans-serif;
background-image: none;
background-color: #373c4b;
padding: 6px 10px 6px 10px;
text-overflow: ellipsis; }
/* line 27, ../../../ext-theme-neutral/sass/src/ux/grid/SubTable.scss */
.x-grid-subtable-cell {
border-top: 1px solid #ededed;
border-right: 1px solid #ededed;
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed; }
/* including package ext-theme-neptune */
/* line 256, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light {
border-color: #e3e4e6;
padding: 0; }
/* line 262, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light {
font-size: 15px;
border: 1px solid #e3e4e6; }
/* line 269, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light .x-tool-img {
background-image: url(images/tools/tool-sprites-dark.png);
background-color: #e3e4e6; }
/* line 282, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal {
padding: 9px 9px 10px 9px; }
/* line 286, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal .x-panel-header-light-tab-bar {
margin-top: -9px;
margin-bottom: -10px; }
/* line 294, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal.x-header-noborder {
padding: 10px 10px 10px 10px; }
/* line 298, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar {
margin-top: -10px;
margin-bottom: -10px; }
/* line 306, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical {
padding: 9px 9px 9px 10px; }
/* line 310, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical .x-panel-header-light-tab-bar {
margin-right: -9px;
margin-left: -10px; }
/* line 318, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical.x-header-noborder {
padding: 10px 10px 10px 10px; }
/* line 322, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar {
margin-right: -10px;
margin-left: -10px; }
/* line 331, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-vertical {
padding: 9px 10px 9px 9px; }
/* line 335, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-vertical .x-panel-header-light-tab-bar {
margin-left: -9px;
margin-right: -10px; }
/* line 343, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-vertical.x-header-noborder {
padding: 10px 10px 10px 10px; }
/* line 347, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar {
margin-left: -10px;
margin-right: -10px; }
/* line 356, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light {
color: #666666;
font-size: 15px;
font-weight: bold;
font-family: helvetica, arial, verdana, sans-serif;
line-height: 16px; }
/* line 369, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-text-light {
text-transform: none;
padding: 0; }
/* line 412, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top {
height: 22px;
padding-bottom: 6px; }
/* line 417, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right {
width: 22px;
padding-left: 6px; }
/* line 422, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right.x-rtl {
padding-left: 0;
padding-right: 6px; }
/* line 429, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom {
height: 22px;
padding-top: 6px; }
/* line 434, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left {
width: 22px;
padding-right: 6px; }
/* line 439, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left.x-rtl {
padding-right: 0;
padding-left: 6px; }
/* line 446, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light {
width: 16px;
height: 16px;
background-position: center center; }
/* line 452, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-glyph {
color: white;
font-size: 16px;
line-height: 16px;
opacity: 0.5; }
/* line 469, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-ie8 .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-glyph {
color: #f1f1f2; }
/* line 479, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-body-light {
background: #232d38;
border-color: #e3e4e6;
color: white;
font-size: 15px;
font-weight: normal;
font-family: helvetica, arial, verdana, sans-serif;
border-width: 1px;
border-style: solid; }
/* line 643, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light {
background-image: none;
background-color: #e3e4e6; }
/* line 647, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical {
background-image: none;
background-color: #e3e4e6; }
/* line 652, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-vertical {
background-image: none;
background-color: #e3e4e6; }
/* line 705, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-collapsed-border-top {
border-bottom-width: 1px !important; }
/* line 709, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-collapsed-border-right {
border-left-width: 1px !important; }
/* line 713, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-collapsed-border-bottom {
border-top-width: 1px !important; }
/* line 717, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-collapsed-border-left {
border-right-width: 1px !important; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-top:before {
display: none;
content: "x-slicer:stretch:bottom" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-bottom:before {
display: none;
content: "x-slicer:stretch:top" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-left:before {
display: none;
content: "x-slicer:stretch:right" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-right:before {
display: none;
content: "x-slicer:stretch:left" !important; }
/*</if slicer>*/
/* */
/* line 753, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal .x-tool-after-title {
margin: 0 0 0 6px; }
/* line 758, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal .x-rtl.x-tool-after-title {
margin: 0 6px 0 0; }
/* line 763, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal .x-tool-before-title {
margin: 0 6px 0 0; }
/* line 768, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-horizontal .x-rtl.x-tool-before-title {
margin: 0 0 0 6px; }
/* line 775, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical .x-tool-after-title {
margin: 6px 0 0 0; }
/* line 780, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical .x-rtl.x-tool-after-title {
margin: 6px 0 0 0; }
/* line 785, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical .x-tool-before-title {
margin: 0 0 6px 0; }
/* line 790, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-vertical .x-rtl.x-tool-before-title {
margin: 0 0 6px 0; }
/* line 798, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-collapsed-border-right {
border-right-width: 1px !important; }
/* line 801, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-collapsed-border-left {
border-left-width: 1px !important; }
/* line 815, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-resizable .x-panel-handle {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0; }
/* line 2, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-l {
border-left-color: #e3e4e6 !important;
border-left-width: 1px !important; }
/* line 6, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-b {
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 1px !important; }
/* line 10, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-bl {
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 1px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 1px !important; }
/* line 16, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-r {
border-right-color: #e3e4e6 !important;
border-right-width: 1px !important; }
/* line 20, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-rl {
border-right-color: #e3e4e6 !important;
border-right-width: 1px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 1px !important; }
/* line 26, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-rb {
border-right-color: #e3e4e6 !important;
border-right-width: 1px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 1px !important; }
/* line 32, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-rbl {
border-right-color: #e3e4e6 !important;
border-right-width: 1px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 1px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 1px !important; }
/* line 40, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-t {
border-top-color: #e3e4e6 !important;
border-top-width: 1px !important; }
/* line 44, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-tl {
border-top-color: #e3e4e6 !important;
border-top-width: 1px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 1px !important; }
/* line 50, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-tb {
border-top-color: #e3e4e6 !important;
border-top-width: 1px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 1px !important; }
/* line 56, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-tbl {
border-top-color: #e3e4e6 !important;
border-top-width: 1px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 1px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 1px !important; }
/* line 64, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-tr {
border-top-color: #e3e4e6 !important;
border-top-width: 1px !important;
border-right-color: #e3e4e6 !important;
border-right-width: 1px !important; }
/* line 70, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-trl {
border-top-color: #e3e4e6 !important;
border-top-width: 1px !important;
border-right-color: #e3e4e6 !important;
border-right-width: 1px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 1px !important; }
/* line 78, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-trb {
border-top-color: #e3e4e6 !important;
border-top-width: 1px !important;
border-right-color: #e3e4e6 !important;
border-right-width: 1px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 1px !important; }
/* line 86, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-outer-border-trbl {
border-color: #e3e4e6 !important;
border-width: 1px !important; }
/* line 256, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed {
border-color: #e3e4e6;
padding: 0; }
/* line 262, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed {
font-size: 15px;
border: 5px solid #e3e4e6; }
/* line 269, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed .x-tool-img {
background-image: url(images/tools/tool-sprites-dark.png);
background-color: #e3e4e6; }
/* line 282, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal {
padding: 5px 5px 5px 5px; }
/* line 286, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar {
margin-top: -5px;
margin-bottom: -5px; }
/* line 294, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal.x-header-noborder {
padding: 10px 10px 5px 10px; }
/* line 298, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar {
margin-top: -10px;
margin-bottom: -5px; }
/* line 306, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical {
padding: 5px 5px 5px 5px; }
/* line 310, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar {
margin-right: -5px;
margin-left: -5px; }
/* line 318, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical.x-header-noborder {
padding: 10px 10px 10px 5px; }
/* line 322, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar {
margin-right: -10px;
margin-left: -5px; }
/* line 331, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-framed-vertical {
padding: 5px 5px 5px 5px; }
/* line 335, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar {
margin-left: -5px;
margin-right: -5px; }
/* line 343, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder {
padding: 10px 5px 10px 10px; }
/* line 347, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar {
margin-left: -10px;
margin-right: -5px; }
/* line 356, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed {
color: #666666;
font-size: 15px;
font-weight: bold;
font-family: helvetica, arial, verdana, sans-serif;
line-height: 16px; }
/* line 369, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-text-light-framed {
text-transform: none;
padding: 0; }
/* line 412, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top {
height: 22px;
padding-bottom: 6px; }
/* line 417, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right {
width: 22px;
padding-left: 6px; }
/* line 422, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right.x-rtl {
padding-left: 0;
padding-right: 6px; }
/* line 429, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom {
height: 22px;
padding-top: 6px; }
/* line 434, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left {
width: 22px;
padding-right: 6px; }
/* line 439, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left.x-rtl {
padding-right: 0;
padding-left: 6px; }
/* line 446, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed {
width: 16px;
height: 16px;
background-position: center center; }
/* line 452, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-glyph {
color: white;
font-size: 16px;
line-height: 16px;
opacity: 0.5; }
/* line 469, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-ie8 .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-glyph {
color: #f1f1f2; }
/* line 479, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-body-light-framed {
background: #3f4757;
border-color: #e3e4e6;
color: white;
font-size: 15px;
font-weight: normal;
font-family: helvetica, arial, verdana, sans-serif;
border-width: 1px;
border-style: solid; }
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
padding: 0px 0px 0px 0px;
border-width: 5px;
border-style: solid;
background-color: #3f4757; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-mc {
background-color: #3f4757; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-light-framed {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-frameInfo {
font-family: dh-5-5-5-5-5-5-5-5-0-0-0-0; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-ml {
background-position: 0 top; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-mr {
background-position: right top; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-tr,
.x-panel-light-framed-br,
.x-panel-light-framed-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-tl,
.x-panel-light-framed-bl,
.x-panel-light-framed-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-tl,
.x-panel-light-framed-bl,
.x-panel-light-framed-tr,
.x-panel-light-framed-br,
.x-panel-light-framed-tc,
.x-panel-light-framed-bc,
.x-panel-light-framed-ml,
.x-panel-light-framed-mr {
background-image: url(images/panel/panel-light-framed-corners.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-ml,
.x-panel-light-framed-mr {
background-image: url(images/panel/panel-light-framed-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-light-framed-mc {
padding: 0px 0px 0px 0px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-light-framed:before {
display: none;
content: "x-slicer:frame:5px 5px 5px 5px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
padding: 5px 5px 5px 5px;
border-width: 5px 5px 0 5px;
border-style: solid;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-top {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-frameInfo {
font-family: dh-5-5-0-5-5-5-0-5-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-ml {
background-position: 0 top; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-mr {
background-position: right top; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-tr,
.x-panel-header-light-framed-top-br,
.x-panel-header-light-framed-top-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-tl,
.x-panel-header-light-framed-top-bl,
.x-panel-header-light-framed-top-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-bc {
height: 0; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-tl,
.x-panel-header-light-framed-top-bl,
.x-panel-header-light-framed-top-tr,
.x-panel-header-light-framed-top-br,
.x-panel-header-light-framed-top-tc,
.x-panel-header-light-framed-top-bc,
.x-panel-header-light-framed-top-ml,
.x-panel-header-light-framed-top-mr {
background-image: url(images/panel-header/panel-header-light-framed-top-corners.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-ml,
.x-panel-header-light-framed-top-mr {
background-image: url(images/panel-header/panel-header-light-framed-top-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-top-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-top:before {
display: none;
content: "x-slicer:frame:5px 5px 0 5px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
padding: 5px 5px 5px 5px;
border-width: 5px 5px 5px 0;
border-style: solid;
background-color: #e3e4e6; }
/* line 226, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-right {
background-image: none;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-right {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-frameInfo {
font-family: dh-5-5-5-0-5-5-5-0-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-ml {
background-position: right 0; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-mr {
background-position: right 0; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-tr,
.x-panel-header-light-framed-right-br,
.x-panel-header-light-framed-right-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-tl,
.x-panel-header-light-framed-right-bl,
.x-panel-header-light-framed-right-ml {
padding-left: 0; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-tl,
.x-panel-header-light-framed-right-bl,
.x-panel-header-light-framed-right-tr,
.x-panel-header-light-framed-right-br,
.x-panel-header-light-framed-right-tc,
.x-panel-header-light-framed-right-bc,
.x-panel-header-light-framed-right-ml,
.x-panel-header-light-framed-right-mr {
background-image: url(images/panel-header/panel-header-light-framed-right-corners.gif); }
/* line 428, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-right-tl, .x-rtl.x-panel-header-light-framed-right-ml, .x-rtl.x-panel-header-light-framed-right-bl, .x-rtl.x-panel-header-light-framed-right-tr, .x-rtl.x-panel-header-light-framed-right-mr, .x-rtl.x-panel-header-light-framed-right-br {
background-image: url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-ml,
.x-panel-header-light-framed-right-mr {
background-image: url(images/panel-header/panel-header-light-framed-right-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-right-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-right:before {
display: none;
content: "x-slicer:frame:5px 5px 5px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
padding: 5px 5px 5px 5px;
border-width: 0 5px 5px 5px;
border-style: solid;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-bottom {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-frameInfo {
font-family: dh-0-5-5-5-0-5-5-5-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-ml {
background-position: 0 bottom; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-mr {
background-position: right bottom; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-tr,
.x-panel-header-light-framed-bottom-br,
.x-panel-header-light-framed-bottom-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-tl,
.x-panel-header-light-framed-bottom-bl,
.x-panel-header-light-framed-bottom-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-tc {
height: 0; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-tl,
.x-panel-header-light-framed-bottom-bl,
.x-panel-header-light-framed-bottom-tr,
.x-panel-header-light-framed-bottom-br,
.x-panel-header-light-framed-bottom-tc,
.x-panel-header-light-framed-bottom-bc,
.x-panel-header-light-framed-bottom-ml,
.x-panel-header-light-framed-bottom-mr {
background-image: url(images/panel-header/panel-header-light-framed-bottom-corners.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-ml,
.x-panel-header-light-framed-bottom-mr {
background-image: url(images/panel-header/panel-header-light-framed-bottom-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-bottom-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-bottom:before {
display: none;
content: "x-slicer:frame:0 5px 5px 5px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
padding: 5px 5px 5px 5px;
border-width: 5px 0 5px 5px;
border-style: solid;
background-color: #e3e4e6; }
/* line 226, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-left {
background-image: none;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-left {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-frameInfo {
font-family: dh-5-0-5-5-5-0-5-5-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-ml {
background-position: left 0; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-mr {
background-position: left 0; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-tr,
.x-panel-header-light-framed-left-br,
.x-panel-header-light-framed-left-mr {
padding-right: 0; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-tl,
.x-panel-header-light-framed-left-bl,
.x-panel-header-light-framed-left-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-tl,
.x-panel-header-light-framed-left-bl,
.x-panel-header-light-framed-left-tr,
.x-panel-header-light-framed-left-br,
.x-panel-header-light-framed-left-tc,
.x-panel-header-light-framed-left-bc,
.x-panel-header-light-framed-left-ml,
.x-panel-header-light-framed-left-mr {
background-image: url(images/panel-header/panel-header-light-framed-left-corners.gif); }
/* line 428, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-left-tl, .x-rtl.x-panel-header-light-framed-left-ml, .x-rtl.x-panel-header-light-framed-left-bl, .x-rtl.x-panel-header-light-framed-left-tr, .x-rtl.x-panel-header-light-framed-left-mr, .x-rtl.x-panel-header-light-framed-left-br {
background-image: url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-ml,
.x-panel-header-light-framed-left-mr {
background-image: url(images/panel-header/panel-header-light-framed-left-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-left-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-left:before {
display: none;
content: "x-slicer:frame:5px 0 5px 5px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
padding: 5px 5px 5px 5px;
border-width: 5px;
border-style: solid;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-collapsed-top {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-frameInfo {
font-family: dh-5-5-5-5-5-5-5-5-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-ml {
background-position: 0 top; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-mr {
background-position: right top; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-tr,
.x-panel-header-light-framed-collapsed-top-br,
.x-panel-header-light-framed-collapsed-top-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-tl,
.x-panel-header-light-framed-collapsed-top-bl,
.x-panel-header-light-framed-collapsed-top-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-tl,
.x-panel-header-light-framed-collapsed-top-bl,
.x-panel-header-light-framed-collapsed-top-tr,
.x-panel-header-light-framed-collapsed-top-br,
.x-panel-header-light-framed-collapsed-top-tc,
.x-panel-header-light-framed-collapsed-top-bc,
.x-panel-header-light-framed-collapsed-top-ml,
.x-panel-header-light-framed-collapsed-top-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-ml,
.x-panel-header-light-framed-collapsed-top-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-top-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before {
display: none;
content: "x-slicer:frame:5px 5px 5px 5px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
padding: 5px 5px 5px 5px;
border-width: 5px;
border-style: solid;
background-color: #e3e4e6; }
/* line 226, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-collapsed-right {
background-image: none;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-collapsed-right {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-frameInfo {
font-family: dh-5-5-5-5-5-5-5-5-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-ml {
background-position: right 0; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-mr {
background-position: right 0; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-tr,
.x-panel-header-light-framed-collapsed-right-br,
.x-panel-header-light-framed-collapsed-right-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-tl,
.x-panel-header-light-framed-collapsed-right-bl,
.x-panel-header-light-framed-collapsed-right-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-tl,
.x-panel-header-light-framed-collapsed-right-bl,
.x-panel-header-light-framed-collapsed-right-tr,
.x-panel-header-light-framed-collapsed-right-br,
.x-panel-header-light-framed-collapsed-right-tc,
.x-panel-header-light-framed-collapsed-right-bc,
.x-panel-header-light-framed-collapsed-right-ml,
.x-panel-header-light-framed-collapsed-right-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif); }
/* line 428, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-collapsed-right-tl, .x-rtl.x-panel-header-light-framed-collapsed-right-ml, .x-rtl.x-panel-header-light-framed-collapsed-right-bl, .x-rtl.x-panel-header-light-framed-collapsed-right-tr, .x-rtl.x-panel-header-light-framed-collapsed-right-mr, .x-rtl.x-panel-header-light-framed-collapsed-right-br {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-ml,
.x-panel-header-light-framed-collapsed-right-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-right-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before {
display: none;
content: "x-slicer:frame:5px 5px 5px 5px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
padding: 5px 5px 5px 5px;
border-width: 5px;
border-style: solid;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-collapsed-bottom {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-frameInfo {
font-family: dh-5-5-5-5-5-5-5-5-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-ml {
background-position: 0 bottom; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-mr {
background-position: right bottom; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-tr,
.x-panel-header-light-framed-collapsed-bottom-br,
.x-panel-header-light-framed-collapsed-bottom-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-tl,
.x-panel-header-light-framed-collapsed-bottom-bl,
.x-panel-header-light-framed-collapsed-bottom-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-tl,
.x-panel-header-light-framed-collapsed-bottom-bl,
.x-panel-header-light-framed-collapsed-bottom-tr,
.x-panel-header-light-framed-collapsed-bottom-br,
.x-panel-header-light-framed-collapsed-bottom-tc,
.x-panel-header-light-framed-collapsed-bottom-bc,
.x-panel-header-light-framed-collapsed-bottom-ml,
.x-panel-header-light-framed-collapsed-bottom-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-ml,
.x-panel-header-light-framed-collapsed-bottom-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-bottom-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before {
display: none;
content: "x-slicer:frame:5px 5px 5px 5px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
padding: 5px 5px 5px 5px;
border-width: 5px;
border-style: solid;
background-color: #e3e4e6; }
/* line 226, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-collapsed-left {
background-image: none;
background-color: #e3e4e6; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-mc {
background-color: #e3e4e6; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-panel-header-light-framed-collapsed-left {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-frameInfo {
font-family: dh-5-5-5-5-5-5-5-5-5-5-5-5; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-tl {
background-position: 0 -10px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-tr {
background-position: right -15px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-bl {
background-position: 0 -20px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-br {
background-position: right -25px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-ml {
background-position: left 0; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-mr {
background-position: left 0; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-bc {
background-position: 0 -5px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-tr,
.x-panel-header-light-framed-collapsed-left-br,
.x-panel-header-light-framed-collapsed-left-mr {
padding-right: 5px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-tl,
.x-panel-header-light-framed-collapsed-left-bl,
.x-panel-header-light-framed-collapsed-left-ml {
padding-left: 5px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-tc {
height: 5px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-bc {
height: 5px; }
/* line 414, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-tl,
.x-panel-header-light-framed-collapsed-left-bl,
.x-panel-header-light-framed-collapsed-left-tr,
.x-panel-header-light-framed-collapsed-left-br,
.x-panel-header-light-framed-collapsed-left-tc,
.x-panel-header-light-framed-collapsed-left-bc,
.x-panel-header-light-framed-collapsed-left-ml,
.x-panel-header-light-framed-collapsed-left-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif); }
/* line 428, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-rtl.x-panel-header-light-framed-collapsed-left-tl, .x-rtl.x-panel-header-light-framed-collapsed-left-ml, .x-rtl.x-panel-header-light-framed-collapsed-left-bl, .x-rtl.x-panel-header-light-framed-collapsed-left-tr, .x-rtl.x-panel-header-light-framed-collapsed-left-mr, .x-rtl.x-panel-header-light-framed-collapsed-left-br {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif); }
/* line 454, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-ml,
.x-panel-header-light-framed-collapsed-left-mr {
background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif);
background-repeat: repeat-y; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-panel-header-light-framed-collapsed-left-mc {
padding: 5px 5px 5px 5px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before {
display: none;
content: "x-slicer:frame:5px 5px 5px 5px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important; }
/*</if slicer>*/
/* */
/* line 605, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-framed-top {
border-bottom-width: 5px !important; }
/* line 609, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-framed-right {
border-left-width: 5px !important; }
/* line 613, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-framed-bottom {
border-top-width: 5px !important; }
/* line 617, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel .x-panel-header-light-framed-left {
border-right-width: 5px !important; }
/* line 623, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-nbr .x-panel-header-light-framed-collapsed-top {
border-bottom-width: 0 !important; }
/* line 627, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-nbr .x-panel-header-light-framed-collapsed-right {
border-left-width: 0 !important; }
/* line 631, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-nbr .x-panel-header-light-framed-collapsed-bottom {
border-top-width: 0 !important; }
/* line 635, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-nbr .x-panel-header-light-framed-collapsed-left {
border-right-width: 0 !important; }
/* line 753, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal .x-tool-after-title {
margin: 0 0 0 6px; }
/* line 758, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal .x-rtl.x-tool-after-title {
margin: 0 6px 0 0; }
/* line 763, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal .x-tool-before-title {
margin: 0 6px 0 0; }
/* line 768, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-horizontal .x-rtl.x-tool-before-title {
margin: 0 0 0 6px; }
/* line 775, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical .x-tool-after-title {
margin: 6px 0 0 0; }
/* line 780, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical .x-rtl.x-tool-after-title {
margin: 6px 0 0 0; }
/* line 785, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical .x-tool-before-title {
margin: 0 0 6px 0; }
/* line 790, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-header-light-framed-vertical .x-rtl.x-tool-before-title {
margin: 0 0 6px 0; }
/* line 798, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-framed-collapsed-border-right {
border-right-width: 5px !important; }
/* line 801, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-rtl.x-panel-header-light-framed-collapsed-border-left {
border-left-width: 5px !important; }
/* line 812, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable {
overflow: visible; }
/* line 815, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0; }
/* line 824, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-north-br {
top: -5px; }
/* line 827, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-south-br {
bottom: -5px; }
/* line 830, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-east-br {
right: -5px; }
/* line 833, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-west-br {
left: -5px; }
/* line 836, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-northwest-br {
left: -5px;
top: -5px; }
/* line 840, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-northeast-br {
right: -5px;
top: -5px; }
/* line 844, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-southeast-br {
right: -5px;
bottom: -5px; }
/* line 848, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */
.x-panel-light-framed-resizable .x-panel-handle-southwest-br {
left: -5px;
bottom: -5px; }
/* line 2, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-l {
border-left-color: #e3e4e6 !important;
border-left-width: 5px !important; }
/* line 6, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-b {
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 5px !important; }
/* line 10, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-bl {
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 5px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 5px !important; }
/* line 16, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-r {
border-right-color: #e3e4e6 !important;
border-right-width: 5px !important; }
/* line 20, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-rl {
border-right-color: #e3e4e6 !important;
border-right-width: 5px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 5px !important; }
/* line 26, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-rb {
border-right-color: #e3e4e6 !important;
border-right-width: 5px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 5px !important; }
/* line 32, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-rbl {
border-right-color: #e3e4e6 !important;
border-right-width: 5px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 5px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 5px !important; }
/* line 40, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-t {
border-top-color: #e3e4e6 !important;
border-top-width: 5px !important; }
/* line 44, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-tl {
border-top-color: #e3e4e6 !important;
border-top-width: 5px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 5px !important; }
/* line 50, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-tb {
border-top-color: #e3e4e6 !important;
border-top-width: 5px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 5px !important; }
/* line 56, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-tbl {
border-top-color: #e3e4e6 !important;
border-top-width: 5px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 5px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 5px !important; }
/* line 64, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-tr {
border-top-color: #e3e4e6 !important;
border-top-width: 5px !important;
border-right-color: #e3e4e6 !important;
border-right-width: 5px !important; }
/* line 70, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-trl {
border-top-color: #e3e4e6 !important;
border-top-width: 5px !important;
border-right-color: #e3e4e6 !important;
border-right-width: 5px !important;
border-left-color: #e3e4e6 !important;
border-left-width: 5px !important; }
/* line 78, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-trb {
border-top-color: #e3e4e6 !important;
border-top-width: 5px !important;
border-right-color: #e3e4e6 !important;
border-right-width: 5px !important;
border-bottom-color: #e3e4e6 !important;
border-bottom-width: 5px !important; }
/* line 86, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */
.x-panel-light-framed-outer-border-trbl {
border-color: #e3e4e6 !important;
border-width: 5px !important; }
/* line 1, ../../../ext-theme-neptune/sass/src/grid/header/Container.scss */
.x-grid-header-ct {
border: 1px solid #c1c1c1; }
/* line 6, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */
.x-column-header-trigger {
background: #496085 url(images/grid/hd-pop.png) no-repeat center center;
border-left: 1px solid #c1c1c1; }
/* line 12, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */
.x-rtl.x-column-header-trigger {
border-right: 1px solid #c1c1c1;
border-left: 0; }
/* line 18, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */
.x-column-header-last {
border-right-width: 0; }
/* line 20, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */
.x-column-header-last .x-column-header-over .x-column-header-trigger {
border-right: 1px solid #c1c1c1; }
/* line 26, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */
.x-rtl.x-column-header-last {
border-left-width: 0; }
/* line 28, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */
.x-rtl.x-column-header-last .x-column-header-over .x-column-header-trigger {
border-left: 1px solid #c1c1c1; }
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 3px 3px 3px 3px;
border-width: 1px;
border-style: solid;
background-image: none;
background-color: transparent; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-mc {
background-image: url(images/btn/btn-plain-toolbar-small-fbg.gif);
background-position: 0 top;
background-color: transparent; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-btn-plain-toolbar-small {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
background-image: none;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-frameInfo {
font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-tl {
background-position: 0 -6px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-tr {
background-position: right -9px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-bl {
background-position: 0 -12px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-br {
background-position: right -15px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-ml {
background-position: 0 top; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-mr {
background-position: right top; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-bc {
background-position: 0 -3px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-tr,
.x-btn-plain-toolbar-small-br,
.x-btn-plain-toolbar-small-mr {
padding-right: 3px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-tl,
.x-btn-plain-toolbar-small-bl,
.x-btn-plain-toolbar-small-ml {
padding-left: 3px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-tc {
height: 3px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-bc {
height: 3px; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-small-mc {
padding: 1px 1px 1px 1px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-plain-toolbar-small:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, frame-bg:url(images/btn/btn-plain-toolbar-small-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/* line 423, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-plain-toolbar-small {
border-color: transparent; }
/* line 430, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-button-plain-toolbar-small {
height: 16px; }
/* line 435, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-inner-plain-toolbar-small {
font: bold 12px/16px helvetica, arial, verdana, sans-serif;
color: white;
padding: 0 5px;
max-width: 100%; }
/* line 446, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-right > .x-btn-inner-plain-toolbar-small, .x-btn-icon-left > .x-btn-inner-plain-toolbar-small {
max-width: calc(100% - 16px); }
/* line 453, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-el-plain-toolbar-small {
height: 16px; }
/* line 457, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small, .x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
width: 16px; }
/* line 462, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small, .x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small {
min-width: 16px; }
/* line 466, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-el-plain-toolbar-small.x-btn-glyph {
font-size: 16px;
line-height: 16px;
color: white;
opacity: 0.5; }
/* line 486, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph {
color: white; }
/* line 493, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small {
margin-right: 0px; }
/* line 497, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small.x-rtl {
margin-right: 0;
margin-left: 0px; }
/* line 504, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
margin-left: 0px; }
/* line 508, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small.x-rtl {
margin-left: 0;
margin-right: 0px; }
/* line 515, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small {
margin-bottom: 5px; }
/* line 519, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small {
margin-top: 5px; }
/* line 525, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small {
padding-right: 5px; }
/* line 528, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
margin-right: 5px; }
/* line 535, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small,
.x-btn-split-bottom > .x-btn-button-plain-toolbar-small {
padding-bottom: 3px; }
/* line 541, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after {
width: 16px;
padding-right: 16px;
background-image: url(images/button/plain-toolbar-small-arrow.png); }
/* line 554, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-arrow-right:after {
background-image: url(images/button/plain-toolbar-small-arrow-rtl.png); }
/* line 563, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after {
height: 13px;
background-image: url(images/button/plain-toolbar-small-arrow.png); }
/* line 583, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after {
width: 20px;
padding-right: 20px;
background-image: url(images/button/plain-toolbar-small-s-arrow.png); }
/* line 592, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-small.x-rtl.x-btn-split-right:after {
background-image: url(images/button/plain-toolbar-small-s-arrow-rtl.png); }
/* line 597, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after {
height: 15px;
background-image: url(images/button/plain-toolbar-small-s-arrow-b.png); }
/* line 624, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small {
padding-right: 5px; }
/* line 627, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
margin-right: 5px; }
/* line 632, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-plain-toolbar-small {
background-image: none;
background-color: transparent;
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 667, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over.x-btn-plain-toolbar-small {
border-color: #a16300;
background-image: none;
background-color: #ed9200;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee9c19), color-stop(50%, #ed9200), color-stop(51%, #e18a00), color-stop(100%, #ed9200));
background-image: -webkit-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -moz-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -o-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -ms-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200); }
/* line 694, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small {
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 723, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small,
.x-btn.x-btn-pressed.x-btn-plain-toolbar-small {
border-color: #955411;
background-image: none;
background-color: #da7b19;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da7b19), color-stop(50%, #cf7417), color-stop(51%, #da7b19), color-stop(100%, #dd882f));
background-image: -webkit-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -moz-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -o-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -ms-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f); }
/* line 751, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small,
.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small {
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 779, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled.x-btn-plain-toolbar-small {
background-image: none;
background-color: transparent; }
/* line 816, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-small-tl,
.x-btn-focus .x-btn-plain-toolbar-small-bl,
.x-btn-focus .x-btn-plain-toolbar-small-tr,
.x-btn-focus .x-btn-plain-toolbar-small-br,
.x-btn-focus .x-btn-plain-toolbar-small-tc,
.x-btn-focus .x-btn-plain-toolbar-small-bc {
background-image: url(images/btn/btn-plain-toolbar-small-focus-corners.gif); }
/* line 820, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-small-ml,
.x-btn-focus .x-btn-plain-toolbar-small-mr {
background-image: url(images/btn/btn-plain-toolbar-small-focus-sides.gif); }
/* line 823, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-small-mc {
background-color: transparent;
background-image: url(images/btn/btn-plain-toolbar-small-focus-fbg.gif); }
/* line 840, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-small-tl,
.x-btn-over .x-btn-plain-toolbar-small-bl,
.x-btn-over .x-btn-plain-toolbar-small-tr,
.x-btn-over .x-btn-plain-toolbar-small-br,
.x-btn-over .x-btn-plain-toolbar-small-tc,
.x-btn-over .x-btn-plain-toolbar-small-bc {
background-image: url(images/btn/btn-plain-toolbar-small-over-corners.gif); }
/* line 844, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-small-ml,
.x-btn-over .x-btn-plain-toolbar-small-mr {
background-image: url(images/btn/btn-plain-toolbar-small-over-sides.gif); }
/* line 847, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-small-mc {
background-color: #ed9200;
background-image: url(images/btn/btn-plain-toolbar-small-over-fbg.gif); }
/* line 864, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc {
background-image: url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif); }
/* line 868, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr {
background-image: url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif); }
/* line 871, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc {
background-color: #ed9200;
background-image: url(images/btn/btn-plain-toolbar-small-focus-over-fbg.gif); }
/* line 890, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc {
background-image: url(images/btn/btn-plain-toolbar-small-pressed-corners.gif); }
/* line 894, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr {
background-image: url(images/btn/btn-plain-toolbar-small-pressed-sides.gif); }
/* line 897, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc {
background-color: #da7b19;
background-image: url(images/btn/btn-plain-toolbar-small-pressed-fbg.gif); }
/* line 915, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc {
background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif); }
/* line 919, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr {
background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif); }
/* line 922, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc {
background-color: #da7b19;
background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-fbg.gif); }
/* line 940, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc {
background-image: url(images/btn/btn-plain-toolbar-small-disabled-corners.gif); }
/* line 944, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr {
background-image: url(images/btn/btn-plain-toolbar-small-disabled-sides.gif); }
/* line 947, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc {
background-color: transparent;
background-image: url(images/btn/btn-plain-toolbar-small-disabled-fbg.gif); }
/* line 957, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-btn-plain-toolbar-small {
background-image: none; }
/* line 963, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-disabled.x-btn-plain-toolbar-small {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5; }
/* line 982, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first {
border-right-width: 1px !important; }
/* line 984, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc {
padding-right: 3px !important; }
/* line 988, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle {
border-right-width: 1px !important; }
/* line 990, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc {
padding-right: 3px !important;
padding-left: 3px !important; }
/* line 996, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc {
padding-left: 3px !important; }
/* line 1003, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first {
border-bottom-width: 1px !important; }
/* line 1005, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc {
padding-bottom: 3px !important; }
/* line 1009, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle {
border-bottom-width: 1px !important; }
/* line 1011, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc {
padding-top: 3px !important;
padding-bottom: 3px !important; }
/* line 1017, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc {
padding-top: 3px !important; }
/* line 1023, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after {
content: ' ';
border-style: solid;
border-width: 0;
position: absolute; }
/* line 1041, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after {
top: 1px;
right: 0;
bottom: 1px;
left: 0; }
/* line 1047, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after {
left: 1px; }
/* line 1050, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after {
right: 1px; }
/* line 1056, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after {
top: 0;
right: 1px;
bottom: 0;
left: 1px; }
/* line 1062, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after {
top: 1px; }
/* line 1065, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after {
bottom: 1px; }
/* line 1072, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after {
border-width: 1px;
border-color: #3a4252; }
/* line 1086, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after {
border-width: 1px;
border-color: #3a4252; }
/* line 1102, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after {
border-width: 1px;
border-color: #3a4252; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-small-focus-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-small-over-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-small-focus-over-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-small-pressed-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-small-focus-pressed-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-small-disabled-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/* line 1128, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-button-plain-toolbar-small-cell > .x-grid-cell-inner {
padding-top: 1px;
padding-bottom: 1px; }
/* line 1133, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-button-plain-toolbar-small-cell > .x-grid-cell-inner > .x-btn-plain-toolbar-small {
vertical-align: top; }
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 3px 3px 3px 3px;
border-width: 1px;
border-style: solid;
background-image: none;
background-color: transparent; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-mc {
background-image: url(images/btn/btn-plain-toolbar-medium-fbg.gif);
background-position: 0 top;
background-color: transparent; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-btn-plain-toolbar-medium {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
background-image: none;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-frameInfo {
font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-tl {
background-position: 0 -6px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-tr {
background-position: right -9px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-bl {
background-position: 0 -12px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-br {
background-position: right -15px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-ml {
background-position: 0 top; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-mr {
background-position: right top; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-bc {
background-position: 0 -3px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-tr,
.x-btn-plain-toolbar-medium-br,
.x-btn-plain-toolbar-medium-mr {
padding-right: 3px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-tl,
.x-btn-plain-toolbar-medium-bl,
.x-btn-plain-toolbar-medium-ml {
padding-left: 3px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-tc {
height: 3px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-bc {
height: 3px; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-medium-mc {
padding: 1px 1px 1px 1px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-plain-toolbar-medium:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, frame-bg:url(images/btn/btn-plain-toolbar-medium-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/* line 423, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-plain-toolbar-medium {
border-color: transparent; }
/* line 430, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-button-plain-toolbar-medium {
height: 24px; }
/* line 435, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-inner-plain-toolbar-medium {
font: bold 14px/18px helvetica, arial, verdana, sans-serif;
color: white;
padding: 0 8px;
max-width: 100%; }
/* line 446, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium, .x-btn-icon-left > .x-btn-inner-plain-toolbar-medium {
max-width: calc(100% - 24px); }
/* line 453, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-el-plain-toolbar-medium {
height: 24px; }
/* line 457, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium, .x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
width: 24px; }
/* line 462, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium, .x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium {
min-width: 24px; }
/* line 466, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph {
font-size: 24px;
line-height: 24px;
color: white;
opacity: 0.5; }
/* line 486, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph {
color: white; }
/* line 493, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium {
margin-right: 0; }
/* line 497, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium.x-rtl {
margin-right: 0;
margin-left: 0; }
/* line 504, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
margin-left: 0; }
/* line 508, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium.x-rtl {
margin-left: 0;
margin-right: 0; }
/* line 515, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium {
margin-bottom: 5px; }
/* line 519, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium {
margin-top: 5px; }
/* line 525, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium {
padding-right: 8px; }
/* line 528, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
margin-right: 8px; }
/* line 535, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium,
.x-btn-split-bottom > .x-btn-button-plain-toolbar-medium {
padding-bottom: 3px; }
/* line 541, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after {
width: 24px;
padding-right: 24px;
background-image: url(images/button/plain-toolbar-medium-arrow.png); }
/* line 554, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-arrow-right:after {
background-image: url(images/button/plain-toolbar-medium-arrow-rtl.png); }
/* line 563, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after {
height: 18px;
background-image: url(images/button/plain-toolbar-medium-arrow.png); }
/* line 583, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after {
width: 28px;
padding-right: 28px;
background-image: url(images/button/plain-toolbar-medium-s-arrow.png); }
/* line 592, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-medium.x-rtl.x-btn-split-right:after {
background-image: url(images/button/plain-toolbar-medium-s-arrow-rtl.png); }
/* line 597, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after {
height: 24px;
background-image: url(images/button/plain-toolbar-medium-s-arrow-b.png); }
/* line 624, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium {
padding-right: 8px; }
/* line 627, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
margin-right: 8px; }
/* line 632, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-plain-toolbar-medium {
background-image: none;
background-color: transparent;
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 667, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over.x-btn-plain-toolbar-medium {
border-color: #a16300;
background-image: none;
background-color: #ed9200;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee9c19), color-stop(50%, #ed9200), color-stop(51%, #e18a00), color-stop(100%, #ed9200));
background-image: -webkit-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -moz-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -o-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -ms-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200); }
/* line 694, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium {
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 723, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium,
.x-btn.x-btn-pressed.x-btn-plain-toolbar-medium {
border-color: #955411;
background-image: none;
background-color: #da7b19;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da7b19), color-stop(50%, #cf7417), color-stop(51%, #da7b19), color-stop(100%, #dd882f));
background-image: -webkit-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -moz-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -o-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -ms-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f); }
/* line 751, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium,
.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium {
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 779, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium {
background-image: none;
background-color: transparent; }
/* line 816, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-medium-tl,
.x-btn-focus .x-btn-plain-toolbar-medium-bl,
.x-btn-focus .x-btn-plain-toolbar-medium-tr,
.x-btn-focus .x-btn-plain-toolbar-medium-br,
.x-btn-focus .x-btn-plain-toolbar-medium-tc,
.x-btn-focus .x-btn-plain-toolbar-medium-bc {
background-image: url(images/btn/btn-plain-toolbar-medium-focus-corners.gif); }
/* line 820, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-medium-ml,
.x-btn-focus .x-btn-plain-toolbar-medium-mr {
background-image: url(images/btn/btn-plain-toolbar-medium-focus-sides.gif); }
/* line 823, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-medium-mc {
background-color: transparent;
background-image: url(images/btn/btn-plain-toolbar-medium-focus-fbg.gif); }
/* line 840, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-medium-tl,
.x-btn-over .x-btn-plain-toolbar-medium-bl,
.x-btn-over .x-btn-plain-toolbar-medium-tr,
.x-btn-over .x-btn-plain-toolbar-medium-br,
.x-btn-over .x-btn-plain-toolbar-medium-tc,
.x-btn-over .x-btn-plain-toolbar-medium-bc {
background-image: url(images/btn/btn-plain-toolbar-medium-over-corners.gif); }
/* line 844, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-medium-ml,
.x-btn-over .x-btn-plain-toolbar-medium-mr {
background-image: url(images/btn/btn-plain-toolbar-medium-over-sides.gif); }
/* line 847, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-medium-mc {
background-color: #ed9200;
background-image: url(images/btn/btn-plain-toolbar-medium-over-fbg.gif); }
/* line 864, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc {
background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif); }
/* line 868, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr {
background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif); }
/* line 871, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc {
background-color: #ed9200;
background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-fbg.gif); }
/* line 890, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc {
background-image: url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif); }
/* line 894, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr {
background-image: url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif); }
/* line 897, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc {
background-color: #da7b19;
background-image: url(images/btn/btn-plain-toolbar-medium-pressed-fbg.gif); }
/* line 915, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc {
background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif); }
/* line 919, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr {
background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif); }
/* line 922, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc {
background-color: #da7b19;
background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-fbg.gif); }
/* line 940, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc {
background-image: url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif); }
/* line 944, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr {
background-image: url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif); }
/* line 947, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc {
background-color: transparent;
background-image: url(images/btn/btn-plain-toolbar-medium-disabled-fbg.gif); }
/* line 957, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-btn-plain-toolbar-medium {
background-image: none; }
/* line 963, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-disabled.x-btn-plain-toolbar-medium {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5; }
/* line 982, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first {
border-right-width: 1px !important; }
/* line 984, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc {
padding-right: 3px !important; }
/* line 988, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle {
border-right-width: 1px !important; }
/* line 990, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc {
padding-right: 3px !important;
padding-left: 3px !important; }
/* line 996, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc {
padding-left: 3px !important; }
/* line 1003, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first {
border-bottom-width: 1px !important; }
/* line 1005, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc {
padding-bottom: 3px !important; }
/* line 1009, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle {
border-bottom-width: 1px !important; }
/* line 1011, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc {
padding-top: 3px !important;
padding-bottom: 3px !important; }
/* line 1017, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc {
padding-top: 3px !important; }
/* line 1023, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after {
content: ' ';
border-style: solid;
border-width: 0;
position: absolute; }
/* line 1041, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after {
top: 1px;
right: 0;
bottom: 1px;
left: 0; }
/* line 1047, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after {
left: 1px; }
/* line 1050, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after {
right: 1px; }
/* line 1056, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after {
top: 0;
right: 1px;
bottom: 0;
left: 1px; }
/* line 1062, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after {
top: 1px; }
/* line 1065, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after {
bottom: 1px; }
/* line 1072, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after {
border-width: 1px;
border-color: #3a4252; }
/* line 1086, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after {
border-width: 1px;
border-color: #3a4252; }
/* line 1102, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after {
border-width: 1px;
border-color: #3a4252; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-medium-focus-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-medium-over-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-medium-focus-over-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-medium-pressed-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-medium-focus-pressed-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-medium-disabled-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/* line 1128, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner {
padding-top: 0;
padding-bottom: 0; }
/* line 1133, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner > .x-btn-plain-toolbar-medium {
vertical-align: top; }
/* line 187, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 3px 3px 3px 3px;
border-width: 1px;
border-style: solid;
background-image: none;
background-color: transparent; }
/* line 237, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-mc {
background-image: url(images/btn/btn-plain-toolbar-large-fbg.gif);
background-position: 0 top;
background-color: transparent; }
/* line 264, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-nbr .x-btn-plain-toolbar-large {
padding: 0 !important;
border-width: 0 !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent !important;
background-image: none;
box-shadow: none !important; }
/* line 281, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-frameInfo {
font-family: th-3-3-3-3-1-1-1-1-3-3-3-3; }
/* line 347, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-tl {
background-position: 0 -6px; }
/* line 351, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-tr {
background-position: right -9px; }
/* line 355, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-bl {
background-position: 0 -12px; }
/* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-br {
background-position: right -15px; }
/* line 363, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-ml {
background-position: 0 top; }
/* line 371, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-mr {
background-position: right top; }
/* line 379, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-tc {
background-position: 0 0; }
/* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-bc {
background-position: 0 -3px; }
/* line 390, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-tr,
.x-btn-plain-toolbar-large-br,
.x-btn-plain-toolbar-large-mr {
padding-right: 3px; }
/* line 396, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-tl,
.x-btn-plain-toolbar-large-bl,
.x-btn-plain-toolbar-large-ml {
padding-left: 3px; }
/* line 400, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-tc {
height: 3px; }
/* line 403, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-bc {
height: 3px; }
/* line 464, ../../../ext-theme-base/sass/etc/mixins/frame.scss */
.x-btn-plain-toolbar-large-mc {
padding: 1px 1px 1px 1px; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-plain-toolbar-large:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, frame-bg:url(images/btn/btn-plain-toolbar-large-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/* line 423, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-plain-toolbar-large {
border-color: transparent; }
/* line 430, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-button-plain-toolbar-large {
height: 32px; }
/* line 435, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-inner-plain-toolbar-large {
font: bold 16px/20px helvetica, arial, verdana, sans-serif;
color: white;
padding: 0 10px;
max-width: 100%; }
/* line 446, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-right > .x-btn-inner-plain-toolbar-large, .x-btn-icon-left > .x-btn-inner-plain-toolbar-large {
max-width: calc(100% - 32px); }
/* line 453, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-el-plain-toolbar-large {
height: 32px; }
/* line 457, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large, .x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
width: 32px; }
/* line 462, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large, .x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large {
min-width: 32px; }
/* line 466, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-icon-el-plain-toolbar-large.x-btn-glyph {
font-size: 32px;
line-height: 32px;
color: white;
opacity: 0.5; }
/* line 486, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph {
color: white; }
/* line 493, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large {
margin-right: 0; }
/* line 497, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large.x-rtl {
margin-right: 0;
margin-left: 0; }
/* line 504, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
margin-left: 0; }
/* line 508, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large.x-rtl {
margin-left: 0;
margin-right: 0; }
/* line 515, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large {
margin-bottom: 5px; }
/* line 519, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large {
margin-top: 5px; }
/* line 525, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large {
padding-right: 10px; }
/* line 528, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
margin-right: 10px; }
/* line 535, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large,
.x-btn-split-bottom > .x-btn-button-plain-toolbar-large {
padding-bottom: 3px; }
/* line 541, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after {
width: 28px;
padding-right: 28px;
background-image: url(images/button/plain-toolbar-large-arrow.png); }
/* line 554, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-arrow-right:after {
background-image: url(images/button/plain-toolbar-large-arrow-rtl.png); }
/* line 563, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after {
height: 20px;
background-image: url(images/button/plain-toolbar-large-arrow.png); }
/* line 583, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after {
width: 35px;
padding-right: 35px;
background-image: url(images/button/plain-toolbar-large-s-arrow.png); }
/* line 592, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-large.x-rtl.x-btn-split-right:after {
background-image: url(images/button/plain-toolbar-large-s-arrow-rtl.png); }
/* line 597, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after {
height: 29px;
background-image: url(images/button/plain-toolbar-large-s-arrow-b.png); }
/* line 624, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large {
padding-right: 10px; }
/* line 627, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
margin-right: 10px; }
/* line 632, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-plain-toolbar-large {
background-image: none;
background-color: transparent;
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 667, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over.x-btn-plain-toolbar-large {
border-color: #a16300;
background-image: none;
background-color: #ed9200;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee9c19), color-stop(50%, #ed9200), color-stop(51%, #e18a00), color-stop(100%, #ed9200));
background-image: -webkit-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -moz-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -o-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: -ms-linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200);
background-image: linear-gradient(top, #ee9c19, #ed9200 50%, #e18a00 51%, #ed9200); }
/* line 694, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large {
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 723, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large,
.x-btn.x-btn-pressed.x-btn-plain-toolbar-large {
border-color: #955411;
background-image: none;
background-color: #da7b19;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da7b19), color-stop(50%, #cf7417), color-stop(51%, #da7b19), color-stop(100%, #dd882f));
background-image: -webkit-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -moz-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -o-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: -ms-linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f);
background-image: linear-gradient(top, #da7b19, #cf7417 50%, #da7b19 51%, #dd882f); }
/* line 751, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large,
.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large {
-webkit-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
-moz-box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset;
box-shadow: #3a4252 0 1px 0px 0 inset, #3a4252 0 -1px 0px 0 inset, #3a4252 -1px 0 0px 0 inset, #3a4252 1px 0 0px 0 inset; }
/* line 779, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled.x-btn-plain-toolbar-large {
background-image: none;
background-color: transparent; }
/* line 816, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-large-tl,
.x-btn-focus .x-btn-plain-toolbar-large-bl,
.x-btn-focus .x-btn-plain-toolbar-large-tr,
.x-btn-focus .x-btn-plain-toolbar-large-br,
.x-btn-focus .x-btn-plain-toolbar-large-tc,
.x-btn-focus .x-btn-plain-toolbar-large-bc {
background-image: url(images/btn/btn-plain-toolbar-large-focus-corners.gif); }
/* line 820, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-large-ml,
.x-btn-focus .x-btn-plain-toolbar-large-mr {
background-image: url(images/btn/btn-plain-toolbar-large-focus-sides.gif); }
/* line 823, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus .x-btn-plain-toolbar-large-mc {
background-color: transparent;
background-image: url(images/btn/btn-plain-toolbar-large-focus-fbg.gif); }
/* line 840, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-large-tl,
.x-btn-over .x-btn-plain-toolbar-large-bl,
.x-btn-over .x-btn-plain-toolbar-large-tr,
.x-btn-over .x-btn-plain-toolbar-large-br,
.x-btn-over .x-btn-plain-toolbar-large-tc,
.x-btn-over .x-btn-plain-toolbar-large-bc {
background-image: url(images/btn/btn-plain-toolbar-large-over-corners.gif); }
/* line 844, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-large-ml,
.x-btn-over .x-btn-plain-toolbar-large-mr {
background-image: url(images/btn/btn-plain-toolbar-large-over-sides.gif); }
/* line 847, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-over .x-btn-plain-toolbar-large-mc {
background-color: #ed9200;
background-image: url(images/btn/btn-plain-toolbar-large-over-fbg.gif); }
/* line 864, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc {
background-image: url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif); }
/* line 868, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml,
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr {
background-image: url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif); }
/* line 871, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc {
background-color: #ed9200;
background-image: url(images/btn/btn-plain-toolbar-large-focus-over-fbg.gif); }
/* line 890, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc {
background-image: url(images/btn/btn-plain-toolbar-large-pressed-corners.gif); }
/* line 894, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml,
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr {
background-image: url(images/btn/btn-plain-toolbar-large-pressed-sides.gif); }
/* line 897, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc,
.x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc {
background-color: #da7b19;
background-image: url(images/btn/btn-plain-toolbar-large-pressed-fbg.gif); }
/* line 915, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc {
background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif); }
/* line 919, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml,
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr {
background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif); }
/* line 922, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc,
.x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc {
background-color: #da7b19;
background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-fbg.gif); }
/* line 940, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc {
background-image: url(images/btn/btn-plain-toolbar-large-disabled-corners.gif); }
/* line 944, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml,
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr {
background-image: url(images/btn/btn-plain-toolbar-large-disabled-sides.gif); }
/* line 947, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc {
background-color: transparent;
background-image: url(images/btn/btn-plain-toolbar-large-disabled-fbg.gif); }
/* line 957, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-btn-plain-toolbar-large {
background-image: none; }
/* line 963, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-btn-disabled.x-btn-plain-toolbar-large {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5; }
/* line 982, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first {
border-right-width: 1px !important; }
/* line 984, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc {
padding-right: 3px !important; }
/* line 988, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle {
border-right-width: 1px !important; }
/* line 990, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc {
padding-right: 3px !important;
padding-left: 3px !important; }
/* line 996, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc {
padding-left: 3px !important; }
/* line 1003, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first {
border-bottom-width: 1px !important; }
/* line 1005, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc {
padding-bottom: 3px !important; }
/* line 1009, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle {
border-bottom-width: 1px !important; }
/* line 1011, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc {
padding-top: 3px !important;
padding-bottom: 3px !important; }
/* line 1017, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc {
padding-top: 3px !important; }
/* line 1023, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after {
content: ' ';
border-style: solid;
border-width: 0;
position: absolute; }
/* line 1041, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after {
top: 1px;
right: 0;
bottom: 1px;
left: 0; }
/* line 1047, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after {
left: 1px; }
/* line 1050, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after {
right: 1px; }
/* line 1056, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after {
top: 0;
right: 1px;
bottom: 0;
left: 1px; }
/* line 1062, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after {
top: 1px; }
/* line 1065, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after {
bottom: 1px; }
/* line 1072, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after {
border-width: 1px;
border-color: #3a4252; }
/* line 1086, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after {
border-width: 1px;
border-color: #3a4252; }
/* line 1102, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after {
border-width: 1px;
border-color: #3a4252; }
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-large-focus-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-large-over-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-large-focus-over-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-large-pressed-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-large-focus-pressed-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/*<if slicer>*/
/* line 83, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before {
display: none;
content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif), frame-bg:url(images/btn/btn-plain-toolbar-large-disabled-fbg.gif)" !important; }
/*</if slicer>*/
/* */
/* line 1128, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-button-plain-toolbar-large-cell > .x-grid-cell-inner {
padding-top: 0;
padding-bottom: 0; }
/* line 1133, ../../../ext-theme-neutral/sass/src/button/Button.scss */
.x-button-plain-toolbar-large-cell > .x-grid-cell-inner > .x-btn-plain-toolbar-large {
vertical-align: top; }
/* line 220, ../../../ext-theme-neptune/sass/src/button/Button.scss */
.x-btn-plain-toolbar-small-disabled .x-btn-icon-el,
.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el,
.x-btn-plain-toolbar-large-disabled .x-btn-icon-el {
background-color: #3a3e4f; }
/* line 223, ../../../ext-theme-neptune/sass/src/button/Button.scss */
.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el, .x-ie8
.x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, .x-ie8
.x-btn-plain-toolbar-large-disabled .x-btn-icon-el {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5; }
/* line 3, ../../../ext-theme-neptune/sass/src/form/field/File.scss */
.x-form-file-wrap .x-form-trigger-wrap {
border: 0; }
/* line 7, ../../../ext-theme-neptune/sass/src/form/field/File.scss */
.x-form-file-wrap .x-form-trigger-wrap .x-form-text {
border: 2px solid;
border-color: #737b8c;
height: 24px; }
/* line 1, ../../../ext-theme-neptune/sass/src/form/field/HtmlEditor.scss */
.x-html-editor-container {
border: 1px solid;
border-color: #737b8c; }
/* line 1, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-handle {
background-color: #c1c1c1;
background-repeat: no-repeat; }
/* line 8, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-handle-east-over,
.x-resizable-handle-west-over {
background-position: center; }
/* line 13, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-handle-south-over,
.x-resizable-handle-north-over {
background-position: center; }
/* line 17, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-handle-southeast-over {
background-position: -2px -2px; }
/* line 21, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-handle-northwest-over {
background-position: 2px 2px; }
/* line 25, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-handle-northeast-over {
background-position: -2px 2px; }
/* line 29, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-handle-southwest-over {
background-position: 2px -2px; }
/* line 35, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-pinned .x-resizable-handle-east,
.x-resizable-pinned .x-resizable-handle-west {
background-position: center; }
/* line 40, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-pinned .x-resizable-handle-south,
.x-resizable-pinned .x-resizable-handle-north {
background-position: center; }
/* line 44, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-pinned .x-resizable-handle-southeast {
background-position: -2px -2px; }
/* line 48, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-pinned .x-resizable-handle-northwest {
background-position: 2px 2px; }
/* line 52, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-pinned .x-resizable-handle-northeast {
background-position: -2px 2px; }
/* line 56, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */
.x-resizable-pinned .x-resizable-handle-southwest {
background-position: 2px -2px; }
/* including package ext-aria */
/* line 1, ../../../ext-aria/sass/src/panel/Panel.scss */
.x-panel-header .x-tool.x-focus .x-tool-img {
background-color: #ed9200; }
/* override css for field error messages;
* instead of display:none which makes
* them unreadable to screen readers,
* position them off screen
*/
/* line 6, ../../../ext-aria/sass/src/form/Labelable.scss */
.x-form-invalid-icon ul {
display: block;
position: absolute;
left: -10000px;
top: -10000px; }
/* line 1, ../../../ext-aria/sass/src/grid/header/Container.scss */
.x-grid-header-ct .x-grid-cell-selected {
background-color: #ed9200; }
/* line 1, ../../../ext-aria/sass/src/window/Window.scss */
.x-window-header .x-tool.x-focus .x-tool-img {
background-color: #ed9200; }
/* including package ext-theme-aria */ |
xampp/apache/manual/server-wide.html | Dokaponteam/ITF_Project | # GENERATED FROM XML -- DO NOT EDIT
URI: server-wide.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
URI: server-wide.html.fr
Content-Language: fr
Content-type: text/html; charset=ISO-8859-1
URI: server-wide.html.ja.utf8
Content-Language: ja
Content-type: text/html; charset=UTF-8
URI: server-wide.html.ko.euc-kr
Content-Language: ko
Content-type: text/html; charset=EUC-KR
URI: server-wide.html.tr.utf8
Content-Language: tr
Content-type: text/html; charset=UTF-8
|
lib/phaser/docs/PIXI.CanvasTinter.html | erbridge/fatal-attraction | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: CanvasTinter</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.html#TilemapCollision">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.AbstractFilter.html">AbstractFilter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Event.html">Event</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.GraphicsData.html">GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PolyK.html">PolyK</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Strip.html">Strip</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.TilingSprite.html">TilingSprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<!--<h1 class="page-title">Class: CanvasTinter</h1>-->
<section>
<header>
<h2>
<span class="ancestors"><a href="PIXI.html">PIXI</a>.</span>
CanvasTinter
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name "
id="CanvasTinter"><span class="type-signature"></span>new CanvasTinter<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Utility methods for Sprite/Texture tinting.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-5">line 5</a>
</dt>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name "
id="canHandleAlpha"><span class="type-signature"><static> </span>canHandleAlpha<span class="type-signature"> :Boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>If the browser isn't capable of handling tinting with alpha this will be false.
This property is only applicable if using tintWithPerPixel.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-146">line 146</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="canUseMultiply"><span class="type-signature"><static> </span>canUseMultiply<span class="type-signature"> :Boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>Whether or not the Canvas BlendModes are supported, consequently the ability to tint using the multiply method.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-156">line 156</a>
</dt>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name "
id="checkInverseAlpha"><span class="type-signature"><static> </span>checkInverseAlpha<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Checks if the browser correctly supports putImageData alpha channels.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-113">line 113</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="getTintedTexture"><span class="type-signature"><static> </span>getTintedTexture<span class="signature">(sprite, color)</span><span class="type-signature"> → {HTMLCanvasElement}</span></h4>
</dt>
<dd>
<div class="description">
<p>Basically this method just needs a sprite and a color and tints the sprite with the given color.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>sprite</code></td>
<td class="type">
<span class="param-type"><a href="PIXI.Sprite.html">PIXI.Sprite</a></span>
</td>
<td class="description last"><p>the sprite to tint</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the color to use to tint the sprite with</p></td>
</tr>
</tbody>
</table>
<h5>Returns:</h5>
<div class="returns">
<div class="returns-type">
<span class="param-type">HTMLCanvasElement</span>
-
</div>
<div class="returns-desc param-desc">
<p>The tinted canvas</p>
</div>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-13">line 13</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="tintMethod"><span class="type-signature"><static> </span>tintMethod<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>The tinting method that will be used.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-165">line 165</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="tintPerPixel"><span class="type-signature"><static> </span>tintPerPixel<span class="signature">(texture, color, canvas)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Tint a texture pixel per pixel.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>texture</code></td>
<td class="type">
<span class="param-type"><a href="PIXI.Texture.html">PIXI.Texture</a></span>
</td>
<td class="description last"><p>the texture to tint</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the color to use to tint the sprite with</p></td>
</tr>
<tr>
<td class="name"><code>canvas</code></td>
<td class="type">
<span class="param-type">HTMLCanvasElement</span>
</td>
<td class="description last"><p>the current canvas</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-65">line 65</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="tintWithMultiply"><span class="type-signature"><static> </span>tintWithMultiply<span class="signature">(texture, color, canvas)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Tint a texture using the "multiply" operation.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>texture</code></td>
<td class="type">
<span class="param-type"><a href="PIXI.Texture.html">PIXI.Texture</a></span>
</td>
<td class="description last"><p>the texture to tint</p></td>
</tr>
<tr>
<td class="name"><code>color</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the color to use to tint the sprite with</p></td>
</tr>
<tr>
<td class="name"><code>canvas</code></td>
<td class="type">
<span class="param-type">HTMLCanvasElement</span>
</td>
<td class="description last"><p>the current canvas</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html">pixi/renderers/canvas/utils/CanvasTinter.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasTinter.js.html#sunlight-1-line-31">line 31</a>
</dt>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2015 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha10</a>
on Wed Jul 29 2015 14:58:02 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html> |
web/public_html/protected/modules/translate/widgets/assets/jwysiwyg/help/examples/07-enable-rtl.html | allengaller/zenx-tmall | <!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" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Example: Enable RTL - jWYSIWYG</title>
<link rel="stylesheet" type="text/css" href="../lib/blueprint/screen.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="../lib/blueprint/print.css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="../lib/blueprint/ie.css" type="text/css" media="screen, projection" /><![endif]-->
<link rel="stylesheet" href="../../jquery.wysiwyg.css" type="text/css"/>
<script type="text/javascript" src="../lib/jquery.js"></script>
<script type="text/javascript" src="../../jquery.wysiwyg.js"></script>
<script type="text/javascript" src="../../controls/wysiwyg.image.js"></script>
<script type="text/javascript" src="../../controls/wysiwyg.link.js"></script>
<script type="text/javascript" src="../../controls/wysiwyg.table.js"></script>
<script type="text/javascript">
(function ($) {
$(document).ready(function () {
$('#wysiwyg').wysiwyg({
controls: {
rtl: { visible: true },
ltr: { visible: true }
}
});
});
})(jQuery);
</script>
</head>
<body><div class="container">
<h1>jWYSIWYG</h1>
<h2>Example: Enable RTL</h2>
<textarea id="wysiwyg" rows="5" cols="47"></textarea>
<hr/>
<a href="index.html">Index</a>
</div></body>
</html>
|
wp-content/plugins/wp-editormd/Editor.md/lib/codemirror/mode/vbscript/index.html | cqcre/cqc | <!doctype html>
<title>CodeMirror: VBScript mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="vbscript.js"></script>
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
<div id=nav>
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
<li><a href="https://github.com/codemirror/codemirror">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
<li><a class=active href="#">VBScript</a>
</ul>
</div>
<article>
<h2>VBScript mode</h2>
<div><textarea id="code" name="code">
' Pete Guhl
' 03-04-2012
'
' Basic VBScript support for codemirror2
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Call Sub020_PostBroadcastToUrbanAirship(strUserName, strPassword, intTransmitID, strResponse)
If Not IsNull(strResponse) AND Len(strResponse) = 0 Then
boolTransmitOkYN = False
Else
' WScript.Echo "Oh Happy Day! Oh Happy DAY!"
boolTransmitOkYN = True
End If
</textarea></div>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
lineNumbers: true,
indentUnit: 4
});
</script>
<p><strong>MIME types defined:</strong> <code>text/vbscript</code>.</p>
</article>
|
third_party/blink/web_tests/external/wpt/content-security-policy/unsafe-hashes/javascript_src_allowed-window_location.html | nwjs/chromium.src | <!DOCTYPE HTML>
<html>
<head>
<!--
'sha256-IIiAJ8UuliU8o1qAv6CV4P3R8DeTf/v3MrsCwXW171Y=' ==> 'javascript:opener.postMessage('pass', '*')'
-->
<script src='/resources/testharness.js' nonce='abc'></script>
<script src='/resources/testharnessreport.js' nonce='abc'></script>
</head>
<body>
<div id='log'></div>
<script nonce='abc'>
var t1 = async_test("Test that the javascript: src is allowed to run");
window.onmessage = t1.step_func_done(function(e) {
assert_equals(e.data, "pass");
});
window.open('support/child_window_location_navigate.sub.html' +
'?csp=' + encodeURI("script-src 'unsafe-hashes' 'nonce-abc' 'sha256-IIiAJ8UuliU8o1qAv6CV4P3R8DeTf/v3MrsCwXW171Y='") +
'&url=' + encodeURI("javascript:opener.postMessage('pass', '*')"));
</script>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-multicol/baseline-006.html | scheib/chromium | <!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-multicol-1">
<link rel="help" href="https://drafts.csswg.org/css-align/#baseline-export">
<link rel="match" href="baseline-006-ref.html">
<p>The word "PASS" should be seen below, with letters baseline aligned.</p>
<div style="display:flex; align-items:baseline;">
PA
<div style="columns:3;">
<div style="height:99px;"></div>
<div style="column-span:all;">SS</div>
<br>
</div>
</div>
|
search.html | shortysupport/shortysupport.github.io | ---
layout: landing
title: Search
description: Search OpenTheme content using Google Custom Search Engine.
---
<div class="ui vertical segment">
<div class="ui very relaxed stackable page grid">
<div class="row">
<div class="column">
{% if site.google_cse_id %}
<script>
(function() {
var cx = '{{ site.google_cse_id }}';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only></gcse:searchresults-only>
{% endif %}
</div>
</div> <!-- /row -->
</div>
</div>
|
wts/tests/webrtc/blink/RTCPeerConnection-onnegotiationneeded.html | hgl888/web-testing-service | <!DOCTYPE html>
<!--
Test converted from blink:
https://github.com/crosswalk-project/blink-crosswalk/blob/master/LayoutTests/fast/mediastream/RTCPeerConnection-onnegotiationneeded.html
-->
<meta charset=utf-8>
<title>WebRTC Test: RTCPeerConnection onnegotiationneeded</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel=help href="http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-RTCPeerConnection-onnegotiationneeded">
<script src=../../resources/testharness.js></script>
<script src=../../resources/testharnessreport.js></script>
<div id=log></div>
<script>
var t = async_test(document.title);
var stream = null;
var pc = null;
function error() {
t.step(function () {
assert_unreached("Stream generation failed.");
});
t.done();
}
function getUserMedia(dictionary, callback) {
if (typeof RTCPeerConnection != "undefined") {
pc = new RTCPeerConnection(null, null);
} else {
pc = new webkitRTCPeerConnection(null, null);
}
pc.onnegotiationneeded = t.step_func(function (event) {
t.done();
});
t.step(function () {
if (typeof (navigator.getUserMedia) != "undefined") {
navigator.getUserMedia(dictionary, callback, error);
} else {
navigator.webkitGetUserMedia(dictionary, callback, error);
}
});
}
function gotStream(s) {
stream = s;
pc.addStream(stream);
}
getUserMedia({audio:true, video:true}, gotStream);
</script>
|
zap-2.3.0-windows/papilio-zap-ide/reference/StringSubstring.html | chcbaram/FPGA | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Arduino Reference - StringSubstring </title>
<link rel="shortcut icon" type="image/x-icon" href="http://arduino.cc/en/favicon.png">
<link rel='stylesheet' href='arduinoWideRender.css'
type='text/css' />
<!--HeaderText--><style type='text/css'><!--
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em;
font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
.editconflict { color:green;
font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
table.markup { border: 2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
td.markup1 { border-bottom: 1px solid #ccf; }
div.faq { margin-left:2em; }
div.faq p.question { margin: 1em 0 0.75em -2em; font-weight:bold; }
div.faq hr { margin-left: -2em; }
.frame
{ border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }
--></style> <meta name='robots' content='index,follow' />
<meta name="verify-v1" content="TtxFIEJAB6zdJ509wLxjnapQzKAMNm9u0Wj4ho6wxIY=" />
</head>
<body>
<div id="page">
<!--PageHeaderFmt-->
<div id="pageheader">
<div class="title"><a href='http://arduino.cc/en'>Arduino</a></div>
</div>
<!--/PageHeaderFmt-->
<!--PageLeftFmt-->
<div id="pagenav">
<div id="navbar">
<p><a class='wikilink' href='http://arduino.cc/en/Main/Buy'>Buy</a>
<a class='wikilink' href='http://arduino.cc/en/Main/Software'>Download</a>
<a class='wikilink' href='Guide_index.html'>Getting Started</a>
<a class='wikilink' href='http://arduino.cc/en/Tutorial/HomePage'>Learning</a>
<a class='wikilink' href='index.html'>Reference</a>
<a class='wikilink' href='http://arduino.cc/en/Main/Hardware'>Hardware</a>
<a class='wikilink' href='FAQ.html'>FAQ</a>
</p>
<p class='vspace'></p>
</div>
</div>
<!--/PageLeftFmt-->
<div id="pagetext">
<!--PageText-->
<div id='wikitext'>
<p><strong>Reference</strong> <a class='wikilink' href='index.html'>Language</a> | <a class='wikilink' href='Libraries.html'>Libraries</a> | <a class='wikilink' href='Comparison.html'>Comparison</a> | <a class='wikilink' href='Changes.html'>Changes</a>
</p>
<p class='vspace'></p><p><a class='wikilink' href='StringClass.html'>String</a>
</p>
<p class='vspace'></p><h2>substring()</h2>
<h4>Description</h4>
<p>Get a substring of a String. The starting index is inclusive (the corresponding character is included in the substring), but the optional ending index is exclusive (the corresponding character is not included in the substring). If the ending index is omitted, the substring continues to the end of the String.
</p>
<p class='vspace'></p><h4>Syntax</h4>
<p><em>string</em>.substring(from)<br /><em>string</em>.substring(from, to)
</p>
<p class='vspace'></p><h4>Parameters</h4>
<p>string: a variable of type String<br />from: the index to start the substring at<br />to (<em>optional</em>): the index to end the substring before
</p>
<p class='vspace'></p><h4>Returns</h4>
<p>the substring
</p>
<p class='vspace'></p><h4>Example</h4>
<ul><li><a class='wikilink' href='http://arduino.cc/en/Tutorial/StringSubstring'>StringSubstring</a>
</li></ul><p class='vspace'></p><p><a class='wikilink' href='index.html'>Reference Home</a>
</p>
<p class='vspace'></p><p><em>Corrections, suggestions, and new documentation should be posted to the <a class='urllink' href='http://arduino.cc/forum/index.php/board,23.0.html' rel='nofollow'>Forum</a>.</em>
</p>
<p class='vspace'></p><p>The text of the Arduino reference is licensed under a
<a class='urllink' href='http://creativecommons.org/licenses/by-sa/3.0/' rel='nofollow'>Creative Commons Attribution-ShareAlike 3.0 License</a>. Code samples in the reference are released into the public domain.
</p>
</div>
</div>
<!--PageFooterFmt-->
<div id="pagefooter">
©Arduino |
<a href='#'>Edit Page</a> | <a href='#'>Page History</a> | <a href='#' target='_blank'>Printable View</a> | <a href='http://arduino.cc/en/Site/AllRecentChanges'>All Recent Site Changes</a>
</div>
<!--/PageFooterFmt-->
</div>
</body>
</html>
|
protected/modules/store/views/assets/css/store-backend.css | EvgSp/yupi.loc | .hidden {
display: none !important;
}
.product-image {
float: left;
margin: 4px 20px 4px;
}
.product-image label {
display: inline-block;
}
.product-image input[type="radio"] {
margin: 0 4px 0 0;
}
.error input, .error select {
border-color: #b94a48;
color: #b94a48;
}
hr {
margin: 4px;
}
#product-form .tab-content {
padding: 10px;
} |
wp-content/plugins/the-events-calendar/vendor/tickets/common/src/resources/css/tribe-common-admin.css | basilmon92/wordpress_4_1_1 | /* = Shared CSS Elements
=============================================*/
.invalid input{border: 2px solid red !important;}
.valid input{border: 1px solid green;}
.clearfix {zoom:1; /* For IE */}
.placeholder { cursor: text; padding: 4px 4px 4px 4px; color: #999999; }
input:placeholder, textarea:placeholder { color: #999999; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
.bubble {border-color:#dfdfdf; border-width:1px; border-style:solid; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding: 10px; border-style:solid; border-spacing:0; background-color:#F9F9F9;}
.tribe-sticky-tooltip {
color:#bbb;
}
td.tribe_message {padding-bottom: 10px !important;}
#tribe_thanks {float: left; width: 200px; margin: 5px 0 0 0;}
.tribe_brand {font-weight: normal; margin: 8px 0; font-family: Georgia !important; font-size: 17px !important;}
/* = Upgrade Screen
=============================================*/
#tribe-upgrade {margin:20px 0 30px; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:0 20px 20px; background:#f6f6f6;}
#tribe-upgrade .message {border-style:solid; border-width:1px; padding:6px 12px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background-color:#FFFFE0; border-color:#E6DB55;}
/* = Plugin Screen
=============================================*/
table.plugins .tribe-plugin-update-message {
background: #d54e21; /* taken from colour scheme in list-tables.css */
color: white;
display: inline-table;
padding: 10px 12px;
margin: 6px 0px;
}
table.plugins .tribe-plugin-update-message h4 {
display: inline;
font-weight: bold;
margin-right: 8px;
}
table.plugins .tribe-plugin-update-message h4:after {
content: ' \00BB ';
}
table.plugins .tribe-plugin-update-message a {
color: white;
text-decoration: underline;
}
/* = Settings Screen
=============================================*/
.tribe-settings-form { max-width: 1000px; }
.tribe-settings-form fieldset {padding: 10px 0; display: inline-block; clear: both;}
.tribe-settings-form legend {width: 220px; margin-right: 20px; float: left; font-weight: bold;}
.tribe-settings-form fieldset.tribe-field-license_key legend { width: auto; }
.tribe-settings-form .tribe-field-wrap {float: left; max-width: 500px;}
.tribe-settings-form .tribe-field-radio label, .tribe-settings-form .tribe-field-checkbox_list label {display: block; margin: 5px 0;}
.tribe-settings-form .tribe-field-radio label input, .tribe-settings-form .tribe-field-checkbox_list label input {margin-right: 5px;}
.tribe-settings-form .tribe-settings-form-wrap fieldset,
.tribe-settings-form .tribe-settings-form-wrap .description,
.tribe-settings-form fieldset[id^="tribe-field-geoloc_"] {padding-left: 12px;}
.tribe-settings-form .tribe-settings-form-wrap fieldset .description {padding-left: 0; margin-left:0; max-width: 450px;}
.tribe-settings-form .tribe-settings-form-wrap h3 {margin-bottom: 10px; background-color: #f9f9f9; padding: 6px 0 6px 12px;}
.tribe-settings-form .tribe-settings-form-wrap h3 ~ h3 {margin-top: 2.25em;}
.tribe-settings-form .tribe-settings-form-wrap h3 + p {margin: 0 0 10px; padding-left: 12px;}
.tribe_settings .tribe-field-indent {margin-left: 245px;}
.tribe_settings #pu_dashboard_message{ display: none;}
.tribe_settings .tribe-errors-list {margin-left: 15px;}
.tribe_settings .expiring-license {color: red;}
.tribe_settings .tribe-error {border: 1px solid #F00;}
.tribe_settings .tribe-field-description {position: relative; top: -12px; margin-bottom: 0;}
.tribe_settings #ical-link {top: -14px;}
.tribe-settings-form #tribe-field-stylesheetOption label { margin-left: 20px;}
.tribe-settings-form #tribe-field-stylesheetOption input { margin-left: -20px; margin-right: 8px;}
.tribe-settings-form #tribe-field-stylesheetOption p.description {color: #999;}
/* Modern Tribe box */
#modern-tribe-info {margin: 20px 0; background-color: #f9f9f9; padding: 8px 20px 12px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
#modern-tribe-info img {margin: 10px 0; width: 250px; height: 18px;}
#modern-tribe-info ul {margin-left: 20px; list-style: disc;}
#modern-tribe-info ul ul {list-style: circle;}
/* sizes */
.tribe-field-textarea.tribe-size-small textarea {width: 180px; height: 60px;}
.tribe-field-textarea.tribe-size-medium textarea {width: 300px; height: 80px;}
.tribe-field-textarea.tribe-size-large textarea {width: 450px; height: 120px;}
.tribe-field-text.tribe-size-small input, .tribe-field-license_key.tribe-size-small input {width: 50px;}
.tribe-field-text.tribe-size-medium input, .tribe-field-license_key.tribe-size-medium input {width: 225px}
.tribe-field-text.tribe-size-large input, .tribe-field-license_key.tribe-size-large input {width: 450px;}
.tribe-field-dropdown.tribe-size-small select {width: 100px;}
.tribe-field-dropdown.tribe-size-medium select {width: 300px;}
.tribe-field-dropdown.tribe-size-large select {width: 450px;}
.tribe-field-dropdown_chosen.tribe-size-small select {width: 100px;}
.tribe-field-dropdown_chosen.tribe-size-medium select {width: 200px;}
.tribe-field-dropdown_chosen.tribe-size-large select {width: 300px;}
/* license keys */
.ajax-loading-license, .valid-key, .invalid-key {display: none; margin: 0 5px;}
.ajax-loading-license {position: relative; top: 5px;}
.key-validity { display: inline-block }
.invalid-key { color: red }
.valid-key { color: green }
.valid-key.service-msg { color: #b72 }
/* additional fields */
#additional-field-table {margin-bottom: 20px;}
/* miscellaneous */
.tribe-admin-box-left {float:left; width: 20%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
.tribe-admin-box-right {float:right; width: 68%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
.ajax-loader {float:right; margin: 10px;}
.tribe-arrangeable-item { border: 1px solid lightGrey; -moz-border-radius: 6px; border-radius: 6px; }
.tribe-arrangeable-item .ui-state-default { border:none; }
.tribe-arrangeable-item-top { padding: 6px; }
.tribe-arrangeable-item-top:hover { cursor: move; }
.tribe-arrangeable-action { float:right; }
.tribe-arrangeable-child { display:none; padding: 25px; border-top: 1px solid lightGrey; background-color: #f9f9f9 }
.tribe-arrangeable-child label{margin:0 0 7px 0; display:block;}
.tribe_events_active_filter_type_options {
margin: 10px 0;
}
.tribe_events_active_filter_type_options label {
margin: 7px 0;
}
.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px;}
.OrganizerInfo td small, #event_organizer td small {
display: block;
max-width: 250px;
margin: 0;
}
.OrganizerInfo .organizer-email, #event_organizer .organizer-email {
vertical-align: top;
}
.tribe-table-field-label {
width: 200px;
max-width: 100%
}
/* = Help Screen
=============================================*/
#tribe-help-general,
#tribe-help-sidebar {
margin-top: 20px;
float: left;
}
#tribe-help-general p {
margin-left: 15px;
}
#tribe-help-general ul {
list-style-type: square;
margin-left: 35px;
margin-bottom: 20px;
}
#tribe-help-general ol {
margin-left: 35px;
margin-bottom: 20px;
}
#tribe-help-general h3 {
margin-bottom: 10px;
background-color: #f9f9f9;
padding: 6px 0 6px 12px;
}
#tribe-help-general h3 ~ h3 {
margin-top: 2.25em;
}
#tribe-help-general h3 + p {
margin: 0 0 20px;
padding-left: 12px;
}
#tribe-help-general {
width: 65%;
}
.tribe-help-section {
padding-bottom: 10px;
}
.tribe-section-type-box {
background-color: #f9f9f9;
padding: 8px 20px 12px;
border: 1px solid #ccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-o-border-radius: 4px;
}
.tribe-section-type-box img {
margin: 10px 0;
max-width: 300px;
height: auto;
}
.tribe-section-type-box ul {
margin-left: 20px; list-style: disc;
}
.tribe-section-type-box ul ul {
list-style: circle;
}
#tribe-system-info dl.support-stats,
.template-updates-wrapper {
background: #000;
color: #888;
padding: 10px;
overflow: scroll;
max-height: 400px;
border-radius: 2px;
}
#tribe-system-info dl.support-stats dt,
.template-updates-wrapper dt {
text-transform: uppercase;
font-weight: bold;
width: 25%;
clear: both;
float: left;
}
#tribe-system-info dl.support-stats dd,
.template-updates-wrapper dd {
padding-left: 10px;
margin-left: 25%;
}
.template-updates-wrapper p {
margin-top: 0;
}
#tribe-help-sidebar {
width: 32%;
max-width: 225px;
margin: 20px 0 0 3%;
}
.tribe-help-plugin-info {
border: 1px solid #CCC;
padding: 0 12px 12px;
}
.tribe-help-plugin-info dt,
.tribe-help-plugin-info dd {
display: inline;
margin: 0;
}
.tribe-help-plugin-info dt {
font-weight: bold;
}
.tribe-help-plugin-info dd::after {
content: '';
display: block;
height: .4em;
}
.tribe-help-plugin-info dd:last-child::after {
height: 0;
}
.tribe-help-plugin-info + .tribe-help-plugin-info {
margin-top: 20px;
}
.tribe-help-plugin-info > div {
line-height: 2em;
}
.tribe-help-plugin-info .star-rating {
display: inline-block;
top: -2px;
margin-left: 3px;
position: relative;
}
.tribe-help-plugin-info .tribe-list-addons {
list-style: circle inside;
padding-left: 4px;
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
color: #21A6CB;
}
.tribe-help-plugin-info .tribe-list-addons a {
font-size: 13px;
position: relative;
top: -5px;
left: -5px;
}
.tribe-help-plugin-info .tribe-list-addons .tribe-active-addon {
list-style: disc inside;
}
/* = jQuery UI
=============================================*/
.ui-widget-overlay {background: #666666; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow {margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ui-resizable {position: relative;}
.ui-resizable-handle {position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {display: none; }
.ui-resizable-n {cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s {cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e {cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w {cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se {cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw {cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw {cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne {cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-dialog {position: relative; padding: .2em; width: 375px; }
.ui-dialog .ui-dialog-titlebar {padding: .5em .3em .3em 1em; position: relative; }
.ui-dialog .ui-dialog-title {float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close {position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span {display: block; margin-left: -8px; margin-top: -8px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {padding: 0; }
.ui-dialog .ui-dialog-content {border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {text-align: right; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em !important; }
.ui-dialog .ui-dialog-buttonpane button {margin: .5em .4em .5em !important; cursor: pointer; padding: .2em .6em .3em; line-height: 1.4em; width:auto; overflow:visible; text-shadow:none; }
.ui-dialog .ui-resizable-se {width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar {cursor: move; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: none !important; text-align: center;}
.ui-button-text-only .ui-button-text {padding: .4em 1em;}
.ui-button .ui-button-text {display: block; line-height: 1.4;}
.ui-datepicker{font-size:8pt;}
#ui-datepicker-div { display: none; }
#tribe-loading {
display : none;
position : absolute;
width : 100%;
height : 100%;
left : 0;
top : 0;
background : #fff;
background : rgba(255, 255, 255, 0.8);
z-index : 4;
webkit-transition : all 1s linear;
-moz-transition : all 1s linear;
-o-transition : all 1s linear;
-ms-transition : all 1s linear;
transition : all 1s linear;
}
#tribe-loading span {
position : absolute;
width : 32px;
height : 32px;
left : 50%;
top : 50%;
margin : -16px 0 0 -16px;
background : url(../images/tribe-loading.gif) 0 0 no-repeat;
-webkit-background-size: 32px 32px;
background-size: 32px 32px;
}
/* = Admin Retina Bits
=============================================*/
@media
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
#tribe-loading span {
background-image: url(../images/tribe-loading@2x.gif);
}
}
/* = TEC Welcome & Update Pages // Displays after installation & plugin update
===============================================================================*/
.tribe_welcome_page, .tribe_update_page {
max-width:1000px;
}
.tribe-half-column {
width:45%;
float:left;
margin-right:5%;
margin-bottom:30px;
}
.tribe-row:before, .tribe-row:after {
content: ""; display: table;
}
.tribe-row:after {
clear: both;
}
.tribe-row {
clear:both;
}
.tribe-row .tribe-half-column:last-child {
margin-right:0;
width:50%;
}
.tribe_welcome_page h2, .tribe_update_page h2 {
font-size:30px;
margin-bottom:20px;
}
.tribe_welcome_page h3, .tribe_update_page h3 {
margin-top:0;
font-size:24px;
line-height:24px;
font-weight:400;
}
.tribe_welcome_page h4, .tribe_update_page h4 {
font-size:18px;
font-weight:600;
line-height:18px;
margin:0;
}
.tribe_welcome_page p, .tribe_update_page p {
font-size:14px;
}
p.tribe-welcome-message {
font-size:20px;
font-weight:400;
}
.tribe_welcome_page h2:before, .tribe_update_page h2:before {
content:"\f145";
font-family:"dashicons";
line-height:1;
margin-right:5px;
font-size:34px;
position:relative;
top:5px;
}
.tribe-welcome-video-wrapper {
margin-bottom:40px;
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.tribe-welcome-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
a.tribe-rating-link {
text-decoration:none;
}
.tribe-welcome-links, .tribe-update-links {
margin-top:30px;
}
.tribe_welcome_page li:before, .tribe_update_page li:before {
content:'\2022';
padding-right:3px;
}
.tribe_update_page .rss-widget {
margin:1em 0;
}
.tribe_update_page a.rsswidget {
font-size:14px;
font-weight:400;
line-height:1;
}
.tribe_update_page .rss-widget li:before {
display:none;
}
/* Media Queries for Mobile Dashboard */
@media screen and (max-width: 782px) {
.tribe-half-column, .tribe-row .tribe-half-column:last-child {
width:100%;
margin:0 0 20px 0;
}
input[type='email'] {
width:100%;
}
}
@media screen and ( max-width: 782px ) {
.events-cal .subsubsub {
float: none;
}
.events-cal .search-box {
width: 98%;
}
.events-cal #search-submit {
width: 100%;
}
.events-cal .tablenav.top {
display: none;
}
}
.tribe-update-bar {
display: inline-block;
}
.tribe-update-bar .progress {
border: 1px solid #ccc;
float: left;
margin-right: 1rem;
padding: 1px;
width: 18rem;
}
.tribe-update-bar .progress .bar {
background: #ffba00;
height: 1rem;
width: 1%;
}
.tribe-update-bar .progress .bar {
background: #7ad03a;
}
/* bumpdown */
.bumpdown {
background: #f1f1f1;
margin: 1rem 0;
padding: 1rem 1.5rem 1rem 1rem;
position: relative;
}
#poststuff .bumpdown h1,
#poststuff .bumpdown h2,
#poststuff .bumpdown h3,
#poststuff .bumpdown h4,
.bumpdown h1,
.bumpdown h2,
.bumpdown h3,
.bumpdown h4 {
padding-left: 0;
padding-top: 0;
}
.bumpdown-arrow {
display: none;
}
.bumpdown-close {
color: #686868;
cursor: pointer;
position: absolute;
right: .5rem;
top: .5rem;
z-index: 2;
}
.bumpdown-trigger .target {
color: #0074a2;
}
/* Useful to ensure modals rise above the grey 'miasma' */
.ui-front {
z-index: 1000000;
} |
media/breezingforms/themes/system.ie6.css | cyberalpha/GarbageSocial | /*
########## BreezingForms 1.7.1 QuickMode ##########
@autor crosstec.de
@copyright Copyright (C) 2010 crosstec.de. All rights reserved.
########################################
*/
.bfQuickMode fieldset.bfInline {
width: 44%;
}
.bfQuickMode p {
width: 100%;
} |
website/development.html | perrystreetsoftware/ActionBarSherlock | ---
title: Development
layout: default
---
<div class="row">
<div class="three-fourths">
<h1>Development</h1>
<p>The ActionBarSherlock library along with its plugins and sample applications are all built using Apache Maven. Maven will automate the process of compiling and assembling the <code>apklib</code>, <code>jar</code>s, and <code>apk</code>s for each module.</p>
<p>Using Maven is <strong>NOT</strong> a requirement for contributing to development. It is merely used for automated testing and releasing of the libary and its sample applications.</p>
<h3 id="prerequisites">Prerequisites</h3>
<p>Maven compilation requires that you have the <code>ANDROID_HOME</code> environment variable defined as the path to your Android SDK directory.</p>
<p>For example, the following line is in my <code>~/.bash_profile</code> which sets this variable:</p>
<pre>export ANDROID_HOME=/home/jake/vendor/android_sdk/</pre>
<h3 id="compiling">Compiling</h3>
<p>Once the prerequisites have been successfully installed, building is as easy as running <code>mvn clean package</code>. The <code>apklib</code> for the library will be located in the <code>library/target/</code> folder.</p>
<p>You can find a <code>jar</code> for each plugin in its respective <code>target/</code> folder. The <code>apk</code>s for each of the samples are their respective <code>target/</code> folders as well.</p>
<h3 id="ide">IDE</h3>
<p>Even though the project uses Maven, each folder within the repository still maintains the standard Android project layout. By specifying the desired folder as an existing source for a new Android project, you should be able to successfully import the sources.</p>
<p>The library should be created as a project first. Any plugins and/or sample applications you also wish to create projects for can then be created.</p>
<p>If your IDE supports Maven you can point it at the parent <code>pom.xml</code> file in the root of the repository which will load all of the modules automatically.</p>
<h3 id="codestyle">Code Style</h3>
<p>Since a large portion of the source code is ported from the Android Open Source Project its conventions are followed in ActionBarSherlock. Detailed information can be found on <a href="http://s.android.com/source/code-style.html">the AOSP Code Guidelines</a> page.</p>
</div>
<div class="fourth last">
<h1>Getting The Code</h1>
<p>The source code repository is hosted on GitHub at <a href="https://github.com/JakeWharton/ActionBarSherlock">JakeWharton/ActionBarSherlock</a>.</p>
<p>The GitHub project is also the location of <a href="https://github.com/JakeWharton/ActionBarSherlock/issues">the issue tracker</a> as well as the source code to this website.</p>
<p class="centered"><a class="img" href="https://github.com/JakeWharton/ActionBarSherlock"><img src="static/octocat.png" alt="View project on GitHub"/></a></p>
</div>
</div> |
xampp/apache/manual/glossary.html | Dokaponteam/ITF_Project | # GENERATED FROM XML -- DO NOT EDIT
URI: glossary.html.de
Content-Language: de
Content-type: text/html; charset=ISO-8859-1
URI: glossary.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
URI: glossary.html.es
Content-Language: es
Content-type: text/html; charset=ISO-8859-1
URI: glossary.html.fr
Content-Language: fr
Content-type: text/html; charset=ISO-8859-1
URI: glossary.html.ja.utf8
Content-Language: ja
Content-type: text/html; charset=UTF-8
URI: glossary.html.ko.euc-kr
Content-Language: ko
Content-type: text/html; charset=EUC-KR
URI: glossary.html.tr.utf8
Content-Language: tr
Content-type: text/html; charset=UTF-8
|
xampp/apache/manual/bind.html | Dokaponteam/ITF_Project | # GENERATED FROM XML -- DO NOT EDIT
URI: bind.html.de
Content-Language: de
Content-type: text/html; charset=ISO-8859-1
URI: bind.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
URI: bind.html.fr
Content-Language: fr
Content-type: text/html; charset=ISO-8859-1
URI: bind.html.ja.utf8
Content-Language: ja
Content-type: text/html; charset=UTF-8
URI: bind.html.ko.euc-kr
Content-Language: ko
Content-type: text/html; charset=EUC-KR
URI: bind.html.tr.utf8
Content-Language: tr
Content-type: text/html; charset=UTF-8
|
third_party/blink/web_tests/external/wpt/css/filter-effects/css-filters-animation-opacity.html | chromium/chromium | <!DOCTYPE html>
<html>
<head>
<title>CSS Filters Animation: Opacity</title>
<link rel="author" title="Gunther Brunner" href="mailto:takeshimiya@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<link rel="help" href="http://www.w3.org/TR/filter-effects-1/#FilterProperty">
<link rel="help" href="https://www.w3.org/TR/filter-effects-1/#funcdef-filter-opacity">
<link rel="help" href="http://www.w3.org/TR/css3-animations/#animations">
<link rel="match" href="css-filters-animation-opacity-ref.html">
<meta name="assert" content="The black square should be gray">
<style type="text/css">
@keyframes animate {
0% {
filter: opacity(0%);
}
100% {
filter: none;
}
}
.square {
width: 100px;
height: 100px;
background: black;
animation-name: animate;
animation-play-state: paused;
animation-delay: -2s;
animation-duration: 4s;
animation-timing-function: linear;
}
</style>
</head>
<body>
<p>You should see a gray rectangle. Neither black nor white.</p>
<div class="square"></div>
</body>
</html>
|
visualization/matrix/protovis-3.2/protovis-3.2/jsdoc/symbols/pv.Layout.Network.Link.html | peeyushsahu/PubMedMiner | <!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="JsDoc Toolkit" />
<title>JsDoc Reference - pv.Layout.Network.Link</title>
<style type="text/css">
/* default.css */
body
{
font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
width: 800px;
}
.header
{
clear: both;
background-color: #ccc;
padding: 8px;
}
h1
{
font-size: 150%;
font-weight: bold;
padding: 0;
margin: 1em 0 0 .3em;
}
hr
{
border: none 0;
border-top: 1px solid #7F8FB1;
height: 1px;
}
pre.code
{
display: block;
padding: 8px;
border: 1px dashed #ccc;
}
#index
{
margin-top: 24px;
float: left;
width: 160px;
position: absolute;
left: 8px;
background-color: #F3F3F3;
padding: 8px;
}
#content
{
margin-left: 190px;
width: 600px;
}
.classList
{
list-style-type: none;
padding: 0;
margin: 0 0 0 8px;
font-family: arial, sans-serif;
font-size: 1em;
overflow: auto;
}
.classList li
{
padding: 0;
margin: 0 0 8px 0;
}
.summaryTable { width: 100%; }
h1.classTitle
{
font-size:170%;
line-height:130%;
}
h2 { font-size: 110%; }
caption, div.sectionTitle
{
background-color: #7F8FB1;
color: #fff;
font-size:130%;
text-align: left;
padding: 2px 6px 2px 6px;
border: 1px #7F8FB1 solid;
}
div.sectionTitle { margin-bottom: 8px; }
.summaryTable thead { display: none; }
.summaryTable td
{
vertical-align: top;
padding: 4px;
border-bottom: 1px #7F8FB1 solid;
border-right: 1px #7F8FB1 solid;
}
/*col#summaryAttributes {}*/
.summaryTable td.attributes
{
border-left: 1px #7F8FB1 solid;
width: 140px;
text-align: right;
}
td.attributes, .fixedFont
{
line-height: 15px;
color: #002EBE;
font-family: "Courier New",Courier,monospace;
font-size: 13px;
}
.summaryTable td.nameDescription
{
text-align: left;
font-size: 13px;
line-height: 15px;
}
.summaryTable td.nameDescription, .description
{
line-height: 15px;
padding: 4px;
padding-left: 4px;
}
.summaryTable { margin-bottom: 8px; }
ul.inheritsList
{
list-style: square;
margin-left: 20px;
padding-left: 0;
}
.detailList {
margin-left: 20px;
line-height: 15px;
}
.detailList dt { margin-left: 20px; }
.detailList .heading
{
font-weight: bold;
padding-bottom: 6px;
margin-left: 0;
}
.light, td.attributes, .light a:link, .light a:visited
{
color: #777;
font-style: italic;
}
.fineprint
{
text-align: right;
font-size: 10px;
}
</style>
</head>
<body>
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
<div id="header">
</div>
<!-- end static/header.html -->
<!-- ============================== classes index ============================ -->
<div id="index">
<!-- begin publish.classesIndex -->
<div align="center"><a href="../index.html">Class Index</a>
| <a href="../files.html">File Index</a></div>
<hr />
<h2>Classes</h2>
<ul class="classList">
<li><i><a href="../symbols/_global_.html">_global_</a></i></li>
<li><a href="../symbols/Array.html">Array</a></li>
<li><a href="../symbols/pv.html">pv</a></li>
<li><a href="../symbols/pv.Anchor.html">pv.Anchor</a></li>
<li><a href="../symbols/pv.Area.html">pv.Area</a></li>
<li><a href="../symbols/pv.Bar.html">pv.Bar</a></li>
<li><a href="../symbols/pv.Behavior.html">pv.Behavior</a></li>
<li><a href="../symbols/pv.Behavior.drag.html">pv.Behavior.drag</a></li>
<li><a href="../symbols/pv.Behavior.pan.html">pv.Behavior.pan</a></li>
<li><a href="../symbols/pv.Behavior.point.html">pv.Behavior.point</a></li>
<li><a href="../symbols/pv.Behavior.resize.html">pv.Behavior.resize</a></li>
<li><a href="../symbols/pv.Behavior.select.html">pv.Behavior.select</a></li>
<li><a href="../symbols/pv.Behavior.zoom.html">pv.Behavior.zoom</a></li>
<li><a href="../symbols/pv.Color.html">pv.Color</a></li>
<li><a href="../symbols/pv.Color.Hsl.html">pv.Color.Hsl</a></li>
<li><a href="../symbols/pv.Color.Rgb.html">pv.Color.Rgb</a></li>
<li><a href="../symbols/pv.Colors.html">pv.Colors</a></li>
<li><a href="../symbols/pv.Constraint.html">pv.Constraint</a></li>
<li><a href="../symbols/pv.Constraint.bound.html">pv.Constraint.bound</a></li>
<li><a href="../symbols/pv.Constraint.collision.html">pv.Constraint.collision</a></li>
<li><a href="../symbols/pv.Constraint.position.html">pv.Constraint.position</a></li>
<li><a href="../symbols/pv.Dom.html">pv.Dom</a></li>
<li><a href="../symbols/pv.Dom.Node.html">pv.Dom.Node</a></li>
<li><a href="../symbols/pv.Dot.html">pv.Dot</a></li>
<li><a href="../symbols/pv.Flatten.html">pv.Flatten</a></li>
<li><a href="../symbols/pv.Force.html">pv.Force</a></li>
<li><a href="../symbols/pv.Force.charge.html">pv.Force.charge</a></li>
<li><a href="../symbols/pv.Force.drag.html">pv.Force.drag</a></li>
<li><a href="../symbols/pv.Force.spring.html">pv.Force.spring</a></li>
<li><a href="../symbols/pv.Format.html">pv.Format</a></li>
<li><a href="../symbols/pv.Format.date.html">pv.Format.date</a></li>
<li><a href="../symbols/pv.Format.number.html">pv.Format.number</a></li>
<li><a href="../symbols/pv.Format.time.html">pv.Format.time</a></li>
<li><a href="../symbols/pv.Geo.LatLng.html">pv.Geo.LatLng</a></li>
<li><a href="../symbols/pv.Geo.Projection.html">pv.Geo.Projection</a></li>
<li><a href="../symbols/pv.Geo.projections.html">pv.Geo.projections</a></li>
<li><a href="../symbols/pv.Geo.scale.html">pv.Geo.scale</a></li>
<li><a href="../symbols/pv.Geo.scale%23ticks.html">pv.Geo.scale#ticks</a></li>
<li><a href="../symbols/pv.histogram.html">pv.histogram</a></li>
<li><a href="../symbols/pv.histogram.Bin.html">pv.histogram.Bin</a></li>
<li><a href="../symbols/pv.Image.html">pv.Image</a></li>
<li><a href="../symbols/pv.Label.html">pv.Label</a></li>
<li><a href="../symbols/pv.Layout.html">pv.Layout</a></li>
<li><a href="../symbols/pv.Layout.Arc.html">pv.Layout.Arc</a></li>
<li><a href="../symbols/pv.Layout.Bullet.html">pv.Layout.Bullet</a></li>
<li><a href="../symbols/pv.Layout.Cluster.html">pv.Layout.Cluster</a></li>
<li><a href="../symbols/pv.Layout.Cluster.Fill.html">pv.Layout.Cluster.Fill</a></li>
<li><a href="../symbols/pv.Layout.Force.html">pv.Layout.Force</a></li>
<li><a href="../symbols/pv.Layout.Grid.html">pv.Layout.Grid</a></li>
<li><a href="../symbols/pv.Layout.Hierarchy.html">pv.Layout.Hierarchy</a></li>
<li><a href="../symbols/pv.Layout.Horizon.html">pv.Layout.Horizon</a></li>
<li><a href="../symbols/pv.Layout.Indent.html">pv.Layout.Indent</a></li>
<li><a href="../symbols/pv.Layout.Matrix.html">pv.Layout.Matrix</a></li>
<li><a href="../symbols/pv.Layout.Network.html">pv.Layout.Network</a></li>
<li><a href="../symbols/pv.Layout.Network.Link.html">pv.Layout.Network.Link</a></li>
<li><a href="../symbols/pv.Layout.Network.Node.html">pv.Layout.Network.Node</a></li>
<li><a href="../symbols/pv.Layout.Pack.html">pv.Layout.Pack</a></li>
<li><a href="../symbols/pv.Layout.Partition.html">pv.Layout.Partition</a></li>
<li><a href="../symbols/pv.Layout.Partition.Fill.html">pv.Layout.Partition.Fill</a></li>
<li><a href="../symbols/pv.Layout.Rollup.html">pv.Layout.Rollup</a></li>
<li><a href="../symbols/pv.Layout.Stack.html">pv.Layout.Stack</a></li>
<li><a href="../symbols/pv.Layout.Tree.html">pv.Layout.Tree</a></li>
<li><a href="../symbols/pv.Layout.Treemap.html">pv.Layout.Treemap</a></li>
<li><a href="../symbols/pv.Line.html">pv.Line</a></li>
<li><a href="../symbols/pv.Mark.html">pv.Mark</a></li>
<li><a href="../symbols/pv.Nest.html">pv.Nest</a></li>
<li><a href="../symbols/pv.Panel.html">pv.Panel</a></li>
<li><a href="../symbols/pv.Particle.html">pv.Particle</a></li>
<li><a href="../symbols/pv.Quadtree.html">pv.Quadtree</a></li>
<li><a href="../symbols/pv.Quadtree.Node.html">pv.Quadtree.Node</a></li>
<li><a href="../symbols/pv.Rule.html">pv.Rule</a></li>
<li><a href="../symbols/pv.Scale.html">pv.Scale</a></li>
<li><a href="../symbols/pv.Scale.linear.html">pv.Scale.linear</a></li>
<li><a href="../symbols/pv.Scale.log.html">pv.Scale.log</a></li>
<li><a href="../symbols/pv.Scale.ordinal.html">pv.Scale.ordinal</a></li>
<li><a href="../symbols/pv.Scale.quantile.html">pv.Scale.quantile</a></li>
<li><a href="../symbols/pv.Scale.quantitative.html">pv.Scale.quantitative</a></li>
<li><a href="../symbols/pv.Scale.root.html">pv.Scale.root</a></li>
<li><a href="../symbols/pv.Simulation.html">pv.Simulation</a></li>
<li><a href="../symbols/pv.Transform.html">pv.Transform</a></li>
<li><a href="../symbols/pv.Tree.html">pv.Tree</a></li>
<li><a href="../symbols/pv.Vector.html">pv.Vector</a></li>
<li><a href="../symbols/pv.version.html">pv.version</a></li>
<li><a href="../symbols/pv.Wedge.html">pv.Wedge</a></li>
</ul>
<hr />
<!-- end publish.classesIndex -->
</div>
<div id="content">
<!-- ============================== class title ============================ -->
<h1 class="classTitle">
Class pv.Layout.Network.Link
</h1>
<!-- ============================== class summary ========================== -->
<p class="description">
Represents a link in a network layout. There is no explicit
constructor; this class merely serves to document the attributes that are
used on links in network layouts. For hierarchical layouts, this class is
used to represent the parent-child links.
<br /><i>Defined in: </i> <a href="../symbols/src/src_layout_Network.js.html">Network.js</a>.
</p>
<!-- ============================== constructor summary ==================== -->
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class pv.Layout.Network.Link.">
<caption>Class Summary</caption>
<thead>
<tr>
<th scope="col">Constructor Attributes</th>
<th scope="col">Constructor Name and Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="attributes"> </td>
<td class="nameDescription" >
<div class="fixedFont">
<b><a href="../symbols/pv.Layout.Network.Link.html#constructor">pv.Layout.Network.Link</a></b>()
</div>
<div class="description"></div>
</td>
</tr>
</tbody>
</table>
<!-- ============================== properties summary ===================== -->
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class pv.Layout.Network.Link.">
<caption>Field Summary</caption>
<thead>
<tr>
<th scope="col">Field Attributes</th>
<th scope="col">Field Name and Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/pv.Layout.Network.Link.html#linkValue">linkValue</a></b>
</div>
<div class="description">The link value, or weight; optional.</div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/pv.Layout.Network.Link.html#source">source</a></b>
</div>
<div class="description">Alias for <tt>sourceNode</tt>, as expressed by the index of the source node.</div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/pv.Layout.Network.Link.html#sourceNode">sourceNode</a></b>
</div>
<div class="description">The link's source node.</div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/pv.Layout.Network.Link.html#target">target</a></b>
</div>
<div class="description">Alias for <tt>targetNode</tt>, as expressed by the index of the target node.</div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/pv.Layout.Network.Link.html#targetNode">targetNode</a></b>
</div>
<div class="description">The link's target node.</div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont">
<b><a href="../symbols/pv.Layout.Network.Link.html#value">value</a></b>
</div>
<div class="description">Alias for <tt>linkValue</tt>.</div>
</td>
</tr>
</tbody>
</table>
<!-- ============================== methods summary ======================== -->
<!-- ============================== events summary ======================== -->
<!-- ============================== constructor details ==================== -->
<div class="details"><a name="constructor"> </a>
<div class="sectionTitle">
Class Detail
</div>
<div class="fixedFont">
<b>pv.Layout.Network.Link</b>()
</div>
<div class="description">
</div>
<dl class="detailList">
<dt class="heading">See:</dt>
<dd><a href="../symbols/pv.Layout.Network.html">pv.Layout.Network</a></dd>
</dl>
</div>
<!-- ============================== field details ========================== -->
<div class="sectionTitle">
Field Detail
</div>
<a name="linkValue"> </a>
<div class="fixedFont">
<span class="light">{number}</span>
<b>linkValue</b>
</div>
<div class="description">
The link value, or weight; optional. If not specified (or not a number), the
default value of 1 is used.
</div>
<hr />
<a name="source"> </a>
<div class="fixedFont">
<span class="light">{number}</span>
<b>source</b>
</div>
<div class="description">
Alias for <tt>sourceNode</tt>, as expressed by the index of the source node.
This attribute is not populated automatically, but may be used as a more
convenient identification of the link's source, for example in a static JSON
representation.
</div>
<hr />
<a name="sourceNode"> </a>
<div class="fixedFont">
<span class="light">{<a href="../symbols/pv.Layout.Network.Node.html">pv.Layout.Network.Node</a>}</span>
<b>sourceNode</b>
</div>
<div class="description">
The link's source node. If not set, this value will be derived from the
<tt>source</tt> attribute index.
</div>
<hr />
<a name="target"> </a>
<div class="fixedFont">
<span class="light">{number}</span>
<b>target</b>
</div>
<div class="description">
Alias for <tt>targetNode</tt>, as expressed by the index of the target node.
This attribute is not populated automatically, but may be used as a more
convenient identification of the link's target, for example in a static JSON
representation.
</div>
<hr />
<a name="targetNode"> </a>
<div class="fixedFont">
<span class="light">{<a href="../symbols/pv.Layout.Network.Node.html">pv.Layout.Network.Node</a>}</span>
<b>targetNode</b>
</div>
<div class="description">
The link's target node. If not set, this value will be derived from the
<tt>target</tt> attribute index.
</div>
<hr />
<a name="value"> </a>
<div class="fixedFont">
<span class="light">{number}</span>
<b>value</b>
</div>
<div class="description">
Alias for <tt>linkValue</tt>. This attribute is not populated automatically,
but may be used instead of the <tt>linkValue</tt> attribute when specifying
links.
</div>
<!-- ============================== method details ========================= -->
<!-- ============================== event details ========================= -->
<hr />
</div>
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.3.2 on Fri May 28 2010 10:13:29 GMT-0700 (PDT)
</div>
</body>
</html>
|
libs/lv2/doc/pygments.css | kushview/element | .hll { background-color: #ffffcc }
.c { color: #408080; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #BB712B; } /* Keyword */
.o { color: #666666 } /* Operator */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #D33682 } /* Comment.Preproc */
.c1 { color: #408080; font-style: italic } /* Comment.Single */
.cs { color: #408080; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */
.go { color: #808080 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0040D0 } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #3E873E } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #7D9029 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #000000; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: #222222; font-weight: bold } /* Name.Function */
.nl { color: #A0A000 } /* Name.Label */
.nn { color: #000000 } /* Name.Namespace */
.nt { color: #334433; } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */
.p { color: #999999 } /* Punctuation */
|
tests/wpt/web-platform-tests/css/motion/parsing/offset-distance-parsing-valid.html | fiji-flo/servo | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Motion Path Module Level 1: parsing offset-distance with valid values</title>
<link rel="author" title="Eric Willigers" href="mailto:ericwilligers@chromium.org">
<link rel="help" href="https://drafts.fxtf.org/motion-1/#offset-distance-property">
<meta name="assert" content="offset-distance supports the full grammar '<length-percentage>'.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/parsing-testcommon.js"></script>
</head>
<body>
<script>
test_valid_value("offset-distance", "10px");
test_valid_value("offset-distance", "20%");
test_valid_value("offset-distance", "calc(30px + 40%)");
test_valid_value("offset-distance", "0", "0px");
</script>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.