path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/bidi-unset-006.html
|
danakj/chromium
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>direction/unicode-bidi: element as directional character with unicode-bidi unset, ltr</title>
<link rel="author" title="Richard Ishida" href='mailto:ishida@w3.org'/>
<link rel="help" href='http://www.w3.org/TR/css-writing-modes-3/#text-direction'/>
<link rel="match" href='reference/bidi-normal-006.html'/>
<meta name="assert" content='If direction is set but unicode-bidi is not set on an inline element, that element will NOT interact with the surrounding text like a strong or neutral directional character.'/>
<style type="text/css">
.test span { direction: ltr; }
/* the following styles are not part of the test */
.test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; width: 10em; padding: 5px; clear: both; }
input { margin: 5px; }
@font-face {
font-family: 'ezra_silregular';
src: url('support/sileot-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.test, .ref { font-family: ezra_silregular, serif; }
</style>
</head>
<body>
<p class="instructions" dir="ltr">Test passes if the two boxes are identical.</p>
<!--Notes:
Key to entities used below:
א ... ו - The first six Hebrew letters (strongly RTL).
‭ - The LRO (left-to-right-override) formatting character.
‬ - The PDF (pop directional formatting) formatting character; closes LRO.
-->
<div class="test"><div dir="ltr">א > <span>b > c</span> > ד</div>
<div dir="ltr"> א > <span>ב > ג</span> > ד</div>
</div>
<div class="ref"><div dir="ltr">‭א > b > c > ד‬</div>
<div dir="ltr">‭ד < ג < ב < א‬</div>
</div>
</body></html>
|
examples/released.amp.html
|
prateekbh/amphtml
|
<!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>Released AMP components</title>
<link rel="canonical" href="amps.html" >
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
<style amp-custom>
body {
max-width: 527px;
font-family: 'Questrial', Arial;
}
.box1 {
border: 1px solid black;
margin: 8px 0;
}
</style>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<script async custom-element="amp-audio" src="https://cdn.ampproject.org/v0/amp-audio-0.1.js"></script>
<script async custom-element="amp-anim" src="https://cdn.ampproject.org/v0/amp-anim-0.1.js"></script>
<script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
<script async custom-element="amp-image-lightbox" src="https://cdn.ampproject.org/v0/amp-image-lightbox-0.1.js"></script>
<script async custom-element="amp-instagram" src="https://cdn.ampproject.org/v0/amp-instagram-0.1.js"></script>
<script async custom-element="amp-fit-text" src="https://cdn.ampproject.org/v0/amp-fit-text-0.1.js"></script>
<script async custom-element="amp-twitter" src="https://cdn.ampproject.org/v0/amp-twitter-0.1.js"></script>
<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<body>
<h1>Released AMP components</h1>
<h2>Responsive image (with lightbox)</h2>
<p>
<amp-img
on="tap:lightbox1"
role="button"
tabindex="0"
src="https://lh4.googleusercontent.com/-okOlNNHeoOc/VbYyrlFYFII/AAAAAAABYdA/La-3j3c-QQI/w2004-h734-no/PANO_20150726_171347%257E2.jpg" width=527 height=193 layout="responsive" ></amp-img>
</p>
<h2>Fixed size image</h2>
<p>
<amp-img id="img1" src="https://lh4.googleusercontent.com/-okOlNNHeoOc/VbYyrlFYFII/AAAAAAABYdA/La-3j3c-QQI/w2004-h734-no/PANO_20150726_171347%257E2.jpg" width=264 height=96></amp-img>
</p>
<h2>Hidden image</h2>
<p>
<amp-img id="img2" src="https://lh4.googleusercontent.com/-okOlNNHeoOc/VbYyrlFYFII/AAAAAAABYdA/La-3j3c-QQI/w2004-h734-no/PANO_20150726_171347%257E2.jpg" width=527 height=193 layout="nodisplay"></amp-img>
</p>
<section>
<h2>Media query selection<h2>
<amp-img
media="(min-width: 650px)"
id="img6" src="https://lh5.googleusercontent.com/-vmSp-YN10lA/VcH6S35gAWI/AAAAAAABYqk/6wuA5T3ApSk/w1832-h1376-no/IMG_20150805_131745-ANIMATION.gif"
width=466
height=355 layout="responsive" ></amp-img>
<amp-img
media="(max-width: 649px)"
id="img7" src="https://lh4.googleusercontent.com/-okOlNNHeoOc/VbYyrlFYFII/AAAAAAABYdA/La-3j3c-QQI/w2004-h734-no/PANO_20150726_171347%257E2.jpg"
width=527
height=193 layout="responsive" ></amp-img>
</section>
<p>
<amp-anim
src="https://lh3.googleusercontent.com/qNn8GDz8Jfd-s9lt3Nc4lJeLjVyEaqGJTk1vuCUWazCmAeOBVjSWDD0SMTU7x0zhVe5UzOTKR0n-kN4SXx7yElvpKYvCMaRyS_g-jydhJ_cEVYmYPiZ_j1Y9de43mlKxU6s06uK1NAlpbSkL_046amEKOdgIACICkuWfOBwlw2hUDfjPOWskeyMrcTu8XOEerCLuVqXugG31QC345hz3lUyOlkdT9fMYVUynSERGNzHba7bXMOxKRe3izS5DIWUgJs3oeKYqA-V8iqgCvneD1jj0Ff68V_ajm4BDchQubBJU0ytXVkoWh27ngeEHubpnApOS6fcGsjPxeuMjnzAUtoTsiXz2FZi1mMrxrblJ-kZoAq1DJ95cnoqoa2CYq3BTgq2E8BRe2paNxLJ5GXBCTpNdXMpVJc6eD7ceijQyn-2qanilX-iK3ChbOq0uBHMvsdoC_LsFOu5KzbbNH71vM3DPkvDGmHJmF67Vj8sQ6uBrLnzpYlCyN4-Y9frR8zugDcqX5Q=w400-h225-no"
width="400" height="225" layout="responsive">
<amp-img placeholder
src="https://lh3.googleusercontent.com/qNn8GDz8Jfd-s9lt3Nc4lJeLjVyEaqGJTk1vuCUWazCmAeOBVjSWDD0SMTU7x0zhVe5UzOTKR0n-kN4SXx7yElvpKYvCMaRyS_g-jydhJ_cEVYmYPiZ_j1Y9de43mlKxU6s06uK1NAlpbSkL_046amEKOdgIACICkuWfOBwlw2hUDfjPOWskeyMrcTu8XOEerCLuVqXugG31QC345hz3lUyOlkdT9fMYVUynSERGNzHba7bXMOxKRe3izS5DIWUgJs3oeKYqA-V8iqgCvneD1jj0Ff68V_ajm4BDchQubBJU0ytXVkoWh27ngeEHubpnApOS6fcGsjPxeuMjnzAUtoTsiXz2FZi1mMrxrblJ-kZoAq1DJ95cnoqoa2CYq3BTgq2E8BRe2paNxLJ5GXBCTpNdXMpVJc6eD7ceijQyn-2qanilX-iK3ChbOq0uBHMvsdoC_LsFOu5KzbbNH71vM3DPkvDGmHJmF67Vj8sQ6uBrLnzpYlCyN4-Y9frR8zugDcqX5Q=w400-h225-no-k"
width="400" height="225" layout="responsive"></amp-img>
</amp-anim>
</p>
<h2>Audio</h2>
<amp-audio src="/examples/av/audio.mp3"></amp-audio>
<h2>Video</h2>
<amp-video
src="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerJoyrides.mp4"
width="358"
height="204"
layout="responsive"
controls></amp-video>
<h2>Youtube</h2>
<amp-youtube
data-videoid="mGENRKrdoGY"
layout="responsive"
width="480" height="270"></amp-youtube>
<h2>Ad A9</h2>
<amp-ad width=300 height=250
type="a9"
data-aax_size="300x250"
data-aax_pubname="abc123"
data-aax_src="302">
</amp-ad>
<h2>Iframe</h2>
<amp-iframe width=300 height=300
sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox"
layout="responsive"
frameborder="0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDG9YXIhKBhqclZizcSzJ0ROiE0qgVfwzI&q=Alameda,%20CA">
</amp-iframe>
<h2>Instagram</h2>
<amp-instagram
data-shortcode="fBwFP"
width="320"
height="392"
layout="responsive">
</amp-instagram>
<h2>Ad AdSense</h2>
<amp-ad width=300 height=200
type="adsense"
data-ad-client="ca-pub-9350112648257122">
</amp-ad>
<h2>Twitter</h2>
<amp-twitter width=486 height=256
layout="responsive"
data-tweetID="585110598171631616"
data-cards="hidden">
</amp-twitter>
<h2>Fit-text</h2>
<amp-fit-text width="300" height="200" layout="responsive" class="box1">
Lorem ipsum dolor sit amet, has nisl nihil convenire et, vim at aeque inermis reprehendunt.
</amp-fit-text>
<amp-image-lightbox id="lightbox1" layout="nodisplay"></amp-image-lightbox>
<amp-pixel width=1 height=1 src="https://pubads.g.doubleclick.net/activity;dc_iu=/12344/pixel;ord=$RANDOM?"></amp-pixel>
</body>
</html>
|
third_party/blink/web_tests/fast/dom/Document/missing-arguments.html
|
nwjs/chromium.src
|
<!doctype html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
[
"adoptNode()",
"createAttribute()",
"createAttributeNS('http://www.w3.org/2000/svg')",
"createAttributeNS()",
"createCDATASection()",
"createComment()",
"createElement()",
"createElementNS('http://www.w3.org/2000/svg')",
"createElementNS()",
"createEvent()",
"createProcessingInstruction('xml')",
"createProcessingInstruction()",
"createTextNode()",
"elementFromPoint()",
"elementFromPoint(0)",
"execCommand()",
"getElementById()",
"getElementsByClassName()",
"getElementsByName()",
"getElementsByTagName()",
"getElementsByTagNameNS('http://www.w3.org/2000/svg')",
"getElementsByTagNameNS()",
"importNode()",
"queryCommandEnabled()",
"queryCommandIndeterm()",
"queryCommandState()",
"queryCommandSupported()",
"queryCommandValue()",
].forEach(function(expr)
{
shouldThrow("document." + expr);
});
</script>
</body>
</html>
|
third_party/WebKit/LayoutTests/fast/block/positioning/056.html
|
js0701/chromium-crosswalk
|
<html>
<head>
<style>
#sitemast {
position: absolute; width:1.5em;
font-size:400%;
}
#sitemast a {color: green; background: green; padding: 0; text-decoration: none }
</style>
</head>
<body>
You should see a single green stripe below. The test has failed if you don't see a
perfect rectangle.
<div id="sitemast">
<a><span>A </span> A<br><span>A </span> A A</a>
</div>
|
third_party/blink/web_tests/editing/selection/wrapped-line-caret-3.html
|
scheib/chromium
|
<span>This test passes if the caret is at the start of the first line.</span>
<p id="result"></p>
<div id="edit" contentEditable="true" style="width: 350px; height: 100px; border: 1px solid blue;">a <span style=color:blue;">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</span></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var edit = document.getElementById("edit");
window.getSelection().collapse(edit.childNodes.item(1).childNodes.item(0), 2);
window.getSelection().modify("move", "backward", "line");
window.getSelection().modify("move", "backward", "line");
document.getElementById("result").innerText = getSelection().baseOffset == 0 ? "PASS" : "FAIL";
</script>
|
web/design/admin/stylesheets/theme/yui_container.css
|
m-lassoued/testezp5Repo
|
.yui-overlay,.yui-panel-container {
visibility: hidden;
position: absolute;
z-index: 2;
}
.yui-panel {
position: relative;
}
.yui-panel-container form {
margin: 0;
}
.mask {
z-index: 1;
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.mask.block-scrollbars {
overflow: auto;
}
.masked select,.drag select,.hide-select select {
_visibility: hidden;
}
.yui-panel-container select {
_visibility: inherit;
}
.hide-scrollbars,.hide-scrollbars * {
overflow: hidden;
}
.hide-scrollbars select {
display: none;
}
.show-scrollbars {
overflow: auto;
}
.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars {
overflow: visible;
}
.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow
{
overflow: auto;
}
.yui-panel-container.shadow .underlay.yui-force-redraw {
padding-bottom: 1px;
}
.yui-effect-fade .underlay,.yui-effect-fade .yui-tt-shadow {
display: none;
}
.yui-tt-shadow {
position: absolute;
}
.yui-override-padding {
padding: 0 !important;
}
.yui-panel-container .container-close {
overflow: hidden;
text-indent: -10000em;
text-decoration: none;
}
.yui-overlay.yui-force-redraw,.yui-panel-container.yui-force-redraw {
margin-bottom: 1px;
}
.mask {
background-color: #000;
opacity: .25;
filter: alpha(opacity = 25);
}
.yui-panel-container {
padding: 0 1px; *
padding: 2px;
}
.yui-panel {
position: relative;
left: 0;
top: 0;
border-style: solid;
border-width: 1px 0;
border-color: #808080;
z-index: 1; *
border-width: 1px; *
zoom: 1;
_zoom: normal;
}
.yui-panel .hd,.yui-panel .bd,.yui-panel .ft
{
border-style: solid;
border-width: 0 1px;
border-color: #808080;
margin: 0 -1px; *
margin: 0; *
border: 0;
}
.yui-panel .hd {
border-bottom: solid 1px #ccc;
}
.yui-panel .bd,.yui-panel .ft {
background-color: #F2F2F2;
}
.yui-panel .hd {
padding: 0 10px;
font-size: 93%;
line-height: 2; *
line-height: 1.9;
font-weight: bold;
color: #000;
background:
url("../../images/2/yui_sprite.png")
repeat-x 0 -200px;
}
.yui-panel .bd {
padding: 10px 15px;
}
.yui-panel .ft {
border-top: solid 1px #808080;
padding: 5px 10px;
font-size: 77%;
}
.container-close {
position: absolute;
top: 5px;
right: 6px;
width: 25px;
height: 15px;
background:
url("../../images/2/yui_sprite.png")
no-repeat 0 -300px;
cursor: pointer;
}
.yui-panel-container .underlay {
right: -1px;
left: -1px;
}
.yui-panel-container.matte {
padding: 9px 10px;
background-color: #fff;
}
.yui-panel-container.shadow {
_padding: 2px 4px 0 2px;
}
.yui-panel-container.shadow .underlay {
position: absolute;
top: 2px;
left: -3px;
right: -3px;
bottom: -3px; *
top: 4px; *
left: -1px; *
right: -1px; *
bottom: -1px;
_top: 0;
_left: 0;
_right: 0;
_bottom: 0;
_margin-top: 3px;
_margin-left: -1px;
background-color: #000;
opacity: .12;
filter: alpha(opacity = 12);
}
.yui-dialog .ft {
border-top: none;
padding: 10px;
font-size: 100%;
}
.yui-dialog .ft .button-group {
display: block;
text-align: right;
}
.yui-dialog .ft button.default {
font-weight: bold;
}
.yui-dialog .ft span.default {
border-color: #304369;
background-position: 0 -1400px;
}
.yui-dialog .ft span.default .first-child {
border-color: #304369;
}
.yui-dialog .ft span.default button {
color: #fff;
}
.yui-dialog .ft span.yui-button-disabled {
background-position: 0 -1500px;
border-color: #ccc;
}
.yui-dialog .ft span.yui-button-disabled .first-child {
border-color: #ccc;
}
.yui-dialog .ft span.yui-button-disabled button {
color: #a6a6a6;
}
.yui-simple-dialog .bd .yui-icon {
background:
url("../../images/2/yui_sprite.png")
no-repeat 0 0;
width: 16px;
height: 16px;
margin-right: 10px;
float: left;
}
.yui-simple-dialog .bd span.blckicon {
background-position: 0 -1100px;
}
.yui-simple-dialog .bd span.alrticon {
background-position: 0 -1050px;
}
.yui-simple-dialog .bd span.hlpicon {
background-position: 0 -1150px;
}
.yui-simple-dialog .bd span.infoicon {
background-position: 0 -1200px;
}
.yui-simple-dialog .bd span.warnicon {
background-position: 0 -1900px;
}
.yui-simple-dialog .bd span.tipicon {
background-position: 0 -1250px;
}
.yui-tt .bd {
position: relative;
top: 0;
left: 0;
z-index: 1;
color: #000;
padding: 2px 5px;
border-color: #D4C237 #A6982B #A6982B #A6982B;
border-width: 1px;
border-style: solid;
background-color: #FFEE69;
}
.yui-tt.show-scrollbars .bd {
overflow: auto;
}
.yui-tt-shadow {
top: 2px;
right: -3px;
left: -3px;
bottom: -3px;
background-color: #000;
}
.yui-tt-shadow-visible {
opacity: .12;
filter: alpha(opacity = 12);
}
.table-options-row {
clear: both;
}
.table-options-key {
float: left;
}
.table-options-value {
float: right;
}
|
test/lilyXml/html/09i-MidmeasureBarline.html
|
evinism/MuseScore
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<body>
<h1>MuseScore Regression Tests</h1>
<h2>
09i-MidmeasureBarline</h2><hr/>
<h3>Lilypond</h3>
<hr/>
<img src="lilypond/09i-MidmeasureBarline.png"/><br>
<hr/>
<h3>MuseScore</h3>
<hr/>
<img src="mscore/09i-MidmeasureBarline.png"/><br>
</body>
</html>
|
tests/example/index.html
|
hitchtest/hitchnode
|
<!doctype html>
<html>
<head>
<title>Sample App</title>
</head>
<body>
<div id='root'>
</div>
<script src="/static/bundle.js"></script>
</body>
</html>
|
项目三jQueryMobile/bower_components/jquery-ui/demos/sortable/placeholder.html
|
yuyang545262477/Resume
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Sortable - Drop placeholder</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.10.2.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.mouse.js"></script>
<script src="../../ui/jquery.ui.sortable.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; }
html>body #sortable li { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
</style>
<script>
$(function() {
$( "#sortable" ).sortable({
placeholder: "ui-state-highlight"
});
$( "#sortable" ).disableSelection();
});
</script>
</head>
<body>
<ul id="sortable">
<li class="ui-state-default">Item 1</li>
<li class="ui-state-default">Item 2</li>
<li class="ui-state-default">Item 3</li>
<li class="ui-state-default">Item 4</li>
<li class="ui-state-default">Item 5</li>
<li class="ui-state-default">Item 6</li>
<li class="ui-state-default">Item 7</li>
</ul>
<div class="demo-description">
<p>
When dragging a sortable item to a new location, other items will make room
for the that item by shifting to allow white space between them. Pass a
class into the <code>placeholder</code> option to style that space to
be visible. Use the boolean <code>forcePlaceholderSize</code> option
to set dimensions on the placeholder.
</p>
</div>
</body>
</html>
|
sites/all/modules/flippy/~flippy.css
|
eric-shell/eric-sh
|
.region-content ul.flippy {
margin: auto;
padding: 0px 20px;
text-align: center;
}
ul.flippy li {
margin: 0;
padding: 10px;
display: inline;
width: auto;
list-style-type: none;
list-style-image: none;
background: none;
white-space: nowrap;
}
.flippy li.first.empty, .flippy li.last.empty {
display: none;
}
.flippy li.previous.empty, .flippy li.next.empty {
color: LightGrey;
}
|
www/static/css/components/nestable.css
|
dumengnanbuaa/awesome-python-webapp
|
/*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Nestable
========================================================================== */
.uk-nestable {
padding: 0;
list-style: none;
}
/*
* Disables the default callout shown when you touch and hold a touch target
* Currently only works in Webkit
*/
.uk-nestable a,
.uk-nestable img {
-webkit-touch-callout: none;
}
/* Sub-object `uk-nestable-list`
========================================================================== */
.uk-nestable-list {
margin: 0;
padding-left: 40px;
list-style: none;
}
/* Sub-modifier `uk-nestable-item`
========================================================================== */
/*
* 1. Deactivate browser touch actions in IE11
*/
.uk-nestable-item {
/* 1 */
touch-action: none;
}
.uk-nestable-item + .uk-nestable-item {
margin-top: 10px;
}
.uk-nestable-list:not(.uk-nestable-dragged) > .uk-nestable-item:first-child {
margin-top: 10px;
}
/* Sub-modifier `uk-nestable-dragged`
========================================================================== */
/*
* 1. Reset style
*/
.uk-nestable-dragged {
position: absolute;
z-index: 1050;
pointer-events: none;
/* 1 */
padding-left: 0;
}
/* Sub-modifier `uk-nestable-placeholder`
========================================================================== */
.uk-nestable-placeholder {
position: relative;
}
.uk-nestable-placeholder > * {
opacity: 0;
}
.uk-nestable-placeholder:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border: 1px dashed #dddddd;
opacity: 1;
}
/* Empty List
========================================================================== */
.uk-nestable-empty {
min-height: 30px;
}
/* Sub-object `uk-nestable-handle`
========================================================================== */
/*
* Deactivate browser touch actions in IE11
*/
.uk-nestable-handle {
touch-action: none;
}
/* Hover */
.uk-nestable-handle:hover {
cursor: move;
}
/* Sub-object `uk-nestable-moving`
========================================================================== */
.uk-nestable-moving,
.uk-nestable-moving * {
cursor: move;
}
/* [data-nestable-action='toggle']
========================================================================== */
/*
* 1. Makes text unselectable. Happens if double clicked by mistake
*/
[data-nestable-action='toggle'] {
cursor: pointer;
/* 1 */
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Sub-object `.uk-nestable-toggle`
========================================================================== */
.uk-nestable-toggle {
display: inline-block;
visibility: hidden;
}
.uk-nestable-toggle:after {
content: "\f147";
font-family: FontAwesome;
}
.uk-parent > :not(.uk-nestable-list) .uk-nestable-toggle {
visibility: visible;
}
/*
* Collapsed
*/
.uk-collapsed .uk-nestable-list {
display: none;
}
.uk-collapsed .uk-nestable-toggle:after {
content: "\f196";
}
/* Sub-object `uk-nestable-panel`
========================================================================== */
.uk-nestable-panel {
padding: 5px;
background: #f5f5f5;
}
|
web_root/third-party/angularjs/angular-1.5.0/docs/examples/example-example77/index-debug.html
|
keithbox/PPSP-360_Degree_Evaluation_System
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example77-debug</title>
<script src="../../../angular.js"></script>
</head>
<body ng-app="">
<input ng-keydown="count = count + 1" ng-init="count=0">
key down count: {{count}}
</body>
</html>
|
external/chromium/chrome/common/extensions/docs/options.html
|
qtekfun/htcDesire820Kernel
|
<!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
1) The <head> information in this page is significant, should be uniform
across api docs and should be edited only with knowledge of the
templating mechanism.
3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
browser, it will be re-generated from the template, json schema and
authored overview content.
4) The <body>.innerHTML is also generated by an offline step so that this
page may easily be indexed by search engines.
--><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css">
<link href="css/print.css" rel="stylesheet" type="text/css" media="print">
<script type="text/javascript" src="../../../third_party/jstemplate/jstemplate_compiled.js">
</script>
<script type="text/javascript" src="js/api_page_generator.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/sidebar.js"></script>
<title>Options - Google Chrome Extensions - Google Code</title></head>
<body> <div id="gc-container" class="labs">
<div id="devModeWarning">
You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
</div>
<!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
<!-- In particular, sub-templates that recurse, must be used by allowing
jstemplate to make a copy of the template in this section which
are not operated on by way of the jsskip="true" -->
<div style="display:none">
<!-- VALUE -->
<div id="valueTemplate">
<dt>
<var>paramName</var>
<em>
<!-- TYPE -->
<div style="display:inline">
(
<span class="optional">optional</span>
<span class="enum">enumerated</span>
<span id="typeTemplate">
<span>
<a> Type</a>
</span>
<span>
<span>
array of <span><span></span></span>
</span>
<span>paramType</span>
<span></span>
</span>
</span>
)
</div>
</em>
</dt>
<dd class="todo">
Undocumented.
</dd>
<dd>
Description of this parameter from the json schema.
</dd>
<dd>
This parameter was added in version
<b><span></span></b>.
You must omit this parameter in earlier versions,
and you may omit it in any version. If you require this
parameter, the manifest key
<a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
can ensure that your extension won't be run in an earlier browser version.
</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
<div>
<div>
</div>
</div>
</dl>
</dd>
<!-- OBJECT METHODS -->
<dd>
<div></div>
</dd>
<!-- OBJECT EVENT FIELDS -->
<dd>
<div></div>
</dd>
<!-- FUNCTION PARAMETERS -->
<dd>
<div></div>
</dd>
</div> <!-- /VALUE -->
<div id="functionParametersTemplate">
<h5>Parameters</h5>
<dl>
<div>
<div>
</div>
</div>
</dl>
</div>
</div> <!-- /SUBTEMPLATES -->
<a id="top"></a>
<div id="skipto">
<a href="#gc-pagecontent">Skip to page content</a>
<a href="#gc-toc">Skip to main navigation</a>
</div>
<!-- API HEADER -->
<table id="header" width="100%" cellspacing="0" border="0">
<tbody><tr>
<td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td>
<td valign="middle" width="100%" style="padding-left:0.6em;">
<form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em">
<div id="gsc-search-box">
<input type="hidden" name="cx" value="002967670403910741006:61_cvzfqtno">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" value="" size="55">
<input class="gsc-search-button" type="submit" name="sa" value="Search">
<br>
<span class="greytext">e.g. "page action" or "tabs"</span>
</div>
</form>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script>
<script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse&t13n_langs=en"></script>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse&lang=en"></script>
</td>
</tr>
</tbody></table>
<div id="codesiteContent" class="">
<a id="gc-topnav-anchor"></a>
<div id="gc-topnav">
<h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Labs</a>)</h1>
<ul id="home" class="gc-topnav-tabs">
<li id="home_link">
<a href="index.html" title="Google Chrome Extensions home page">Home</a>
</li>
<li id="docs_link">
<a href="docs.html" title="Official Google Chrome Extensions documentation">Docs</a>
</li>
<li id="faq_link">
<a href="faq.html" title="Answers to frequently asked questions about Google Chrome Extensions">FAQ</a>
</li>
<li id="samples_link">
<a href="samples.html" title="Sample extensions (with source code)">Samples</a>
</li>
<li id="group_link">
<a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome Extensions developer forum">Group</a>
</li>
</ul>
</div> <!-- end gc-topnav -->
<div class="g-section g-tpl-170">
<!-- SIDENAV -->
<div class="g-unit g-first" id="gc-toc">
<ul>
<li><a href="getstarted.html">Getting Started</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="whats_new.html">What's New?</a></li>
<li><h2><a href="devguide.html">Developer's Guide</a></h2>
<ul>
<li>Browser UI
<ul>
<li><a href="browserAction.html">Browser Actions</a></li>
<li><a href="contextMenus.html">Context Menus</a></li>
<li><a href="notifications.html">Desktop Notifications</a></li>
<li><a href="omnibox.html">Omnibox</a></li>
<li class="leftNavSelected">Options Pages</li>
<li><a href="override.html">Override Pages</a></li>
<li><a href="pageAction.html">Page Actions</a></li>
</ul>
</li>
<li>Browser Interaction
<ul>
<li><a href="bookmarks.html">Bookmarks</a></li>
<li><a href="cookies.html">Cookies</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="history.html">History</a></li>
<li><a href="management.html">Management</a></li>
<li><a href="tabs.html">Tabs</a></li>
<li><a href="windows.html">Windows</a></li>
</ul>
</li>
<li>Implementation
<ul>
<li><a href="a11y.html">Accessibility</a></li>
<li><a href="background_pages.html">Background Pages</a></li>
<li><a href="content_scripts.html">Content Scripts</a></li>
<li><a href="xhr.html">Cross-Origin XHR</a></li>
<li><a href="idle.html">Idle</a></li>
<li><a href="i18n.html">Internationalization</a></li>
<li><a href="messaging.html">Message Passing</a></li>
<li><a href="npapi.html">NPAPI Plugins</a></li>
</ul>
</li>
<li>Finishing
<ul>
<li><a href="hosting.html">Hosting</a></li>
<li><a href="external_extensions.html">Other Deployment Options</a></li>
</ul>
</li>
</ul>
</li>
<li><h2><a href="apps.html">Packaged Apps</a></h2></li>
<li><h2><a href="tutorials.html">Tutorials</a></h2>
<ul>
<li><a href="tut_debugging.html">Debugging</a></li>
<li><a href="tut_analytics.html">Google Analytics</a></li>
<li><a href="tut_oauth.html">OAuth</a></li>
</ul>
</li>
<li><h2>Reference</h2>
<ul>
<li>Formats
<ul>
<li><a href="manifest.html">Manifest Files</a></li>
<li><a href="match_patterns.html">Match Patterns</a></li>
</ul>
</li>
<li><a href="permission_warnings.html">Permission Warnings</a></li>
<li><a href="api_index.html">chrome.* APIs</a></li>
<li><a href="api_other.html">Other APIs</a></li>
</ul>
</li>
<li><h2><a href="samples.html">Samples</a></h2></li>
<div class="line"> </div>
<li><h2>More</h2>
<ul>
<li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chrome Web Store</a></li>
<li><a href="http://code.google.com/chrome/apps/docs/developers_guide.html">Hosted Apps</a></li>
<li><a href="themes.html">Themes</a></li>
</ul>
</li>
</ul>
</div>
<script>
initToggles();
</script>
<div class="g-unit" id="gc-pagecontent">
<div id="pageTitle">
<h1 class="page_title">Options</h1>
</div>
<!-- TABLE OF CONTENTS -->
<div id="toc">
<h2>Contents</h2>
<ol>
<li>
<a href="#H2-0">Step 1: Declare your options page in the manifest</a>
<ol>
<li style="display: none; ">
<a>h3Name</a>
</li>
</ol>
</li><li>
<a href="#H2-1">Step 2: Write your options page</a>
<ol>
<li style="display: none; ">
<a>h3Name</a>
</li>
</ol>
</li><li>
<a href="#H2-2">Important notes</a>
<ol>
<li style="display: none; ">
<a>h3Name</a>
</li>
</ol>
</li>
<li style="display: none; ">
<a href="#apiReference">API reference</a>
<ol>
<li>
<a href="#properties">Properties</a>
<ol>
<li>
<a href="#property-anchor">propertyName</a>
</li>
</ol>
</li>
<li>
<a>Methods</a>
<ol>
<li>
<a href="#method-anchor">methodName</a>
</li>
</ol>
</li>
<li>
<a>Events</a>
<ol>
<li>
<a href="#event-anchor">eventName</a>
</li>
</ol>
</li>
<li>
<a href="#types">Types</a>
<ol>
<li>
<a href="#id-anchor">id</a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<!-- /TABLE OF CONTENTS -->
<!-- Standard content lead-in for experimental API pages -->
<p id="classSummary" style="display: none; ">
For information on how to use experimental APIs, see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
</p>
<!-- STATIC CONTENT PLACEHOLDER -->
<div id="static"><div id="pageData-name" class="pageData">Options</div>
<div id="pageData-showTOC" class="pageData">true</div>
<p>To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page.
</p><a name="H2-0"></a><h2>Step 1: Declare your options page in the manifest</h2>
<pre>{
"name": "My extension",
...
<b>"options_page": "options.html"</b>,
...
}</pre>
<a name="H2-1"></a><h2>Step 2: Write your options page</h2>
Here is an example options page:
<pre><html>
<head><title>My Test Extension Options</title></head>
<script type="text/javascript">
// Saves options to localStorage.
function save_options() {
var select = document.getElementById("color");
var color = select.children[select.selectedIndex].value;
localStorage["favorite_color"] = color;
// Update status to let user know options were saved.
var status = document.getElementById("status");
status.innerHTML = "Options Saved.";
setTimeout(function() {
status.innerHTML = "";
}, 750);
}
// Restores select box state to saved value from localStorage.
function restore_options() {
var favorite = localStorage["favorite_color"];
if (!favorite) {
return;
}
var select = document.getElementById("color");
for (var i = 0; i < select.children.length; i++) {
var child = select.children[i];
if (child.value == favorite) {
child.selected = "true";
break;
}
}
}
</script>
<body onload="restore_options()">
Favorite Color:
<select id="color">
<option value="red">red</option>
<option value="green">green</option>
<option value="blue">blue</option>
<option value="yellow">yellow</option>
</select>
<br>
<button onclick="save_options()">Save</button>
</body>
</html>
</pre>
<a name="H2-2"></a><h2>Important notes</h2>
<ul>
<li>This feature is checked in to the trunk and should land in official builds sometime <b>after</b> version 4.0.222.x.</li>
<li>We plan on providing some default css styles to encourage a consistent look across different extensions' options pages. You can star <a href="http://crbug.com/25317">crbug.com/25317</a> to be notified of updates.</li>
</ul>
</div>
<!-- API PAGE -->
<div class="apiPage" style="display: none; ">
<a name="apiReference"></a>
<h2>API reference: chrome.apiname </h2>
<!-- PROPERTIES -->
<div class="apiGroup">
<a name="properties"></a>
<h3 id="properties">Properties</h3>
<div>
<a></a>
<h4>getLastError</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
<span>chrome.extension</span><span>lastError</span>
</div>
<div>
</div>
</div>
</div> <!-- /apiGroup -->
<!-- METHODS -->
<div id="methodsTemplate" class="apiGroup">
<a></a>
<h3>Methods</h3>
<!-- iterates over all functions -->
<div class="apiItem">
<a></a> <!-- method-anchor -->
<h4>method name</h4>
<div class="summary"><span>void</span>
<!-- Note: intentionally longer 80 columns -->
<span>chrome.module.methodName</span>(<span><span>, </span><span></span>
<var><span></span></var></span>)</div>
<div class="description">
<p class="todo">Undocumented.</p>
<p>
A description from the json schema def of the function goes here.
</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
<dl>
<div>
<div>
</div>
</div>
</dl>
<!-- RETURNS -->
<h4>Returns</h4>
<dl>
<div>
<div>
</div>
</div>
</dl>
<!-- CALLBACK -->
<div>
<div>
<h4>Callback function</h4>
<p>
The callback <em>parameter</em> should specify a function
that looks like this:
</p>
<p>
If you specify the <em>callback</em> parameter, it should
specify a function that looks like this:
</p>
<!-- Note: intentionally longer 80 columns -->
<pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre>
<dl>
<div>
<div>
</div>
</div>
</dl>
</div>
</div>
<!-- MIN_VERSION -->
<p>
This function was added in version <b><span></span></b>.
If you require this function, the manifest key
<a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
can ensure that your extension won't be run in an earlier browser version.
</p>
</div> <!-- /description -->
</div> <!-- /apiItem -->
</div> <!-- /apiGroup -->
<!-- EVENTS -->
<div id="eventsTemplate" class="apiGroup">
<a></a>
<h3>Events</h3>
<!-- iterates over all events -->
<div class="apiItem">
<a></a>
<h4>event name</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
<span class="subdued">chrome.bookmarks</span><span>onEvent</span><span class="subdued">.addListener</span>(function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);
</div>
<div class="description">
<p class="todo">Undocumented.</p>
<p>
A description from the json schema def of the event goes here.
</p>
<!-- PARAMETERS -->
<div>
<h4>Parameters</h4>
<dl>
<div>
<div>
</div>
</div>
</dl>
</div>
</div> <!-- /decription -->
</div> <!-- /apiItem -->
</div> <!-- /apiGroup -->
<!-- TYPES -->
<div class="apiGroup">
<a name="types"></a>
<h3 id="types">Types</h3>
<!-- iterates over all types -->
<div class="apiItem">
<a></a>
<h4>type name</h4>
<div>
</div>
</div> <!-- /apiItem -->
</div> <!-- /apiGroup -->
</div> <!-- /apiPage -->
</div> <!-- /gc-pagecontent -->
</div> <!-- /g-section -->
</div> <!-- /codesiteContent -->
<div id="gc-footer" --="">
<div class="text">
<p>
Except as otherwise <a href="http://code.google.com/policies.html#restrictions">noted</a>,
the content of this page is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution 3.0 License</a>, and code samples are licensed under the
<a rel="license" href="http://code.google.com/google_bsd_license.html">BSD License</a>.
</p>
<p>
©2011 Google
</p>
<!-- begin analytics -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
// chrome doc tracking
try {
var engdocs = _gat._getTracker("YT-10763712-2");
engdocs._trackPageview();
} catch(err) {}
// code.google.com site-wide tracking
try {
_uacct="UA-18071-1";
_uanchor=1;
_uff=0;
urchinTracker();
}
catch(e) {/* urchinTracker not available. */}
</script>
<!-- end analytics -->
</div>
</div> <!-- /gc-footer -->
</div> <!-- /gc-container -->
</body></html>
|
static/uikit/css/components/autocomplete.min.css
|
thanos/mykonosbiennale.org
|
/*! UIkit 2.19.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-autocomplete{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.uk-nav-autocomplete>li>a{color:#444}.uk-nav-autocomplete>li.uk-active>a{background:#00a8e6;color:#fff;outline:0}.uk-nav-autocomplete .uk-nav-header{color:#999}.uk-nav-autocomplete .uk-nav-divider{border-top:1px solid #ddd}
|
vendor/zurb/foundation/doc/includes/block/examples_block_variables.html
|
milardovich/agenda-moparman
|
{{#markdown}}
```scss
// We use this to control the maximum blocks and spacing
$block-grid-elements: 12;
$block-grid-default-spacing: rem-calc(20);
$align-block-grid-to-grid: false; //removes column gutter so edges of block grid align with grid
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
$block-grid-media-queries: true;
```
{{/markdown}}
|
src/main/resources/inspectionDescriptions/UnusedLibrary.html
|
Yihy/resources_cn
|
<html>
<body>
This inspection reports libraries attached to the specified inspection scope that
are not used directly from code. <br> <br>
</body>
</html>
|
www/external/angular-xeditable-0.8.1/css/xeditable.css
|
josemonsalve2/PIMC
|
/* ==== editable-form ==== */
/* class for single editable element */
.editable-wrap {
display: inline-block;
white-space: pre;
margin: 0;
}
/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
margin-bottom: 0;
}
/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
margin-bottom: 0;
}
/* keep buttons on the same line */
.editable-wrap .editable-input {
display: inline-block;
}
.editable-buttons {
display: inline-block;
vertical-align: top;
}
.editable-buttons button {
margin-left: 5px;
}
/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
width: auto;
}
/* ==== editable-text ==== */
/* fix padding issue on typeahead */
.editable-text {
white-space: nowrap;
}
/* ==== editable-bsdate ==== */
/* fix padding issue on bsdate popup */
.editable-bsdate {
white-space: nowrap;
}
/* ==== editable-bstime ==== */
/* fix padding issue on bstime */
.editable-bstime {
white-space: nowrap;
}
/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
width: 46px;
}
/* less padding for .well */
.editable-bstime .well-small {
margin-bottom: 0;
padding: 10px;
}
/* ==== editable-range ==== */
.editable-range output {
display: inline-block;
min-width: 30px;
vertical-align: top;
text-align: center;
}
/* ==== editable-color ==== */
.editable-color input[type="color"] {
width: 50px;
}
/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */
.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
margin-left: 7px;
margin-right: 10px;
}
/* ==== element ==== */
/* hiding element */
.editable-hide {
display: none !important;
}
.editable-click,
a.editable-click {
text-decoration: none;
color: #428bca;
border-bottom: dashed 1px #428bca;
}
.editable-click:hover,
a.editable-click:hover {
text-decoration: none;
color: #2a6496;
border-bottom-color: #2a6496;
}
/* editable-empty */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
font-style: italic;
color: #DD1144;
text-decoration: none;
}
/* ui-bootstrap editable popover */
.ui-popover-wrapper a {
/* make the link always show up */
display: inline !important;
}
.ui-popover-wrapper form {
display: none !important;
}
/* editable popover */
.popover-wrapper > a {
/* make the link always show up */
display: inline !important;
}
.popover-wrapper {
/* make absolutely positioned children constrained to this box*/
display: inline;
position: relative;
}
.popover-wrapper form {
position: absolute;
top: -53px;
background: #FFF;
border: 1px solid #AAA;
border-radius: 5px;
padding: 7px;
width: auto;
display: inline-block;
left: 50%;
z-index: 101;
}
.popover-wrapper form:before {
content:"";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #AAA;
position:absolute;
bottom:-10px;
}
.popover-wrapper form:after {
content:"";
width:0;
height:0;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-top: 9px solid #FFF;
position:absolute;
bottom:-9px;
}
@media screen and (max-width: 750px) {
.popover-wrapper form {
margin-left: -60px;
}
.popover-wrapper form:before {
left:50px;
}
.popover-wrapper form:after {
left:51px;
}
}
@media screen and (min-width: 750px) {
.popover-wrapper form {
margin-left: -110px;
}
.popover-wrapper form:before {
left:100px;
}
.popover-wrapper form:after {
left:101px;
}
}
|
tests/wpt/web-platform-tests/content-security-policy/navigation/to-javascript-url.html
|
shinglyu/servo
|
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<meta http-equiv="Content-Security-Policy" content="script-src 'nonce-abc'">
<body>
<script nonce="abc">
function assert_csp_event_for_element(test, element) {
assert_equals(typeof SecurityPolicyViolationEvent, "function", "These tests require 'SecurityPolicyViolationEvent'.");
document.addEventListener("securitypolicyviolation", test.step_func(e => {
if (e.target != element)
return;
assert_equals(e.blockedURI, "inline");
assert_equals(e.effectiveDirective, "script-src");
assert_equals(element.contentDocument.body.innerText, "", "Ensure that 'Fail' doesn't appear in the child document.");
element.remove();
test.done();
}));
}
function navigate_to_javascript_onload(test, iframe) {
iframe.addEventListener("load", test.step_func(e => {
assert_equals(typeof SecurityPolicyViolationEvent, "function");
iframe.contentDocument.addEventListener(
"securitypolicyviolation",
test.unreached_func("The CSP event should be fired in the embedding document, not in the embedee.")
);
iframe.src = "javascript:'Fail.'";
}));
}
async_test(t => {
var i = document.createElement("iframe");
i.src = "javascript:'Fail.'";
assert_csp_event_for_element(t, i);
document.body.appendChild(i);
}, "<iframe src='javascript:'> blocked without 'unsafe-inline'.");
async_test(t => {
var i = document.createElement("iframe");
assert_csp_event_for_element(t, i);
navigate_to_javascript_onload(t, i);
document.body.appendChild(i);
}, "<iframe> navigated to 'javascript:' blocked without 'unsafe-inline'.");
async_test(t => {
var i = document.createElement("iframe");
i.src = "../support/echo-policy.py?policy=" + encodeURIComponent("script-src 'unsafe-inline'");
assert_csp_event_for_element(t, i);
navigate_to_javascript_onload(t, i);
document.body.appendChild(i);
}, "<iframe src='...'> with 'unsafe-inline' navigated to 'javascript:' blocked in this document");
async_test(t => {
var i = document.createElement("iframe");
i.src = "../support/echo-policy.py?policy=" + encodeURIComponent("script-src 'none'");
assert_csp_event_for_element(t, i);
navigate_to_javascript_onload(t, i);
document.body.appendChild(i);
}, "<iframe src='...'> without 'unsafe-inline' navigated to 'javascript:' blocked in this document.");
</script>
|
ajax/libs/onsen/1.0.3/css/topcoat-mobile-onsen-purple.css
|
viskin/cdnjs
|
/*
*
* Copyright 2012 Adobe Systems Inc.;
*
* 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.
*
*/
/*
* This css is customized for Onsen UI Theming by Mitsunori KUBOTA<mitsunori@asial.co.jp>.
*/
* {
font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
-webkit-font-smoothing: antialiased;
}
.quarter {
width: 25%;
}
.half {
width: 50%;
}
.three-quarters {
width: 75%;
}
.third {
width: 33.333%;
}
.two-thirds {
width: 66.666%;
}
.full {
width: 100%;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.reset-ui {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
display: inline-block;
vertical-align: top;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* topdoc
name: Button
description: A simple button
modifiers:
:active: Active state
:disabled: Disabled state
:focus: Focused
markup:
<button class="topcoat-button">Button</button>
<button class="topcoat-button" disabled>Button</button>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Button</h1>
</div>
</div>
<div style="padding:8px">
<button class="topcoat-button">Button</button>
<button class="topcoat-button--cta">Button</button>
<button class="topcoat-button--quiet">Button</button>
<br>
<br>
<div style="padding:4px 0px">
<button class="topcoat-button--large">Button</button>
</div>
<div style="padding:4px 0px">
<button class="topcoat-button--large--cta">Button</button>
</div>
<div style="padding:4px 0px">
<button class="topcoat-button--large--quiet">Button</button>
</div>
</div>
*/
/* topdoc
name: Button:Call To Action Button
markup:
<button class="topcoat-button--cta" >Button</button>
<button class="topcoat-button--cta" disabled>Button</button>
*/
/* topdoc
name: Button:Quiet Button
markup:
<button class="topcoat-button--quiet">Button</button>
<button class="topcoat-button--quiet" disabled>Button</button>
*/
/* topdoc
name: Button:Large Button
markup:
<button class="topcoat-button--large" >Button</button><br>
<button class="topcoat-button--large" disabled>Button</button>
*/
/* topdoc
name: Button:Large Quiet Button
markup:
<button class="topcoat-button--large--quiet">Button</button>
<button class="topcoat-button--large--quiet" disabled>Button</button>
*/
/* topdoc
name: Button:Large Call To Action Button
markup:
<button class="topcoat-button--large--cta" >Button</button><br>
<button class="topcoat-button--large--cta" disabled>Button</button>
*/
.button,
.topcoat-button,
.topcoat-button--quiet,
.topcoat-button--large,
.topcoat-button--large--quiet,
.topcoat-button--cta,
.topcoat-button--large--cta,
.topcoat-button-bar__button,
.topcoat-icon-button,
.topcoat-icon-button--quiet,
.topcoat-tab-bar__button {
position: relative;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-decoration: none;
}
.button--quiet {
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.button--disabled,
.topcoat-button:disabled,
.topcoat-button--quiet:disabled,
.topcoat-button--large:disabled,
.topcoat-button--large--quiet:disabled,
.topcoat-button--cta:disabled,
.topcoat-button--large--cta:disabled,
.topcoat-button-bar__button:disabled,
.topcoat-icon-button:disabled,
.topcoat-icon-button--quiet:disabled,
.topcoat-tab-bar__button:disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-button,
.topcoat-button--quiet,
.topcoat-button--large,
.topcoat-button--large--quiet,
.topcoat-button--cta,
.topcoat-button--large--cta,
.topcoat-button-bar__button {
padding: 0 20px;
font-size: 16px;
line-height: 36px;
letter-spacing: 1px;
color: #c6c8c8;
color: #fff;
text-shadow: 0 1px none;
vertical-align: top;
background-color: transparent;
background-color: #a64a97;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #a64a97;
border: none;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.topcoat-button:hover,
.topcoat-button--quiet:hover,
.topcoat-button--large:hover,
.topcoat-button--large--quiet:hover,
.topcoat-button-bar__button:hover {
background-color: transparent;
background-color: #b559a6;
color: var-color--button--hover;
}
.topcoat-button:active,
.topcoat-button--large:active,
.topcoat-button-bar__button:active,
:checked + .topcoat-button-bar__button {
background-color: #a64a97;
background-color: #c379b7;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.topcoat-button:focus,
.topcoat-button--quiet:focus,
.topcoat-button--large:focus,
.topcoat-button--large--quiet:focus,
.topcoat-button--cta:focus,
.topcoat-button--large--cta:focus,
.topcoat-button-bar__button:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
}
.topcoat-button--quiet {
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
color: #a64a97;
border: none;
}
.topcoat-button--quiet:disabled {
border: none;
}
.topcoat-button--quiet:hover,
.topcoat-button--large--quiet:hover {
text-shadow: 0 1px none;
border: 1px solid #a64a97;
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-button--quiet:active,
.topcoat-button--large--quiet:active {
color: #c6c8c8;
color: #c379b7;
text-shadow: 0 1px none;
background-color: #a64a97;
background-color: transparent;
border: 1px solid #a64a97;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-button--large,
.topcoat-button--large--quiet {
font-size: 16px;
font-weight: 500;
line-height: 54px;
padding: 0 20px;
width: 100%;
display: block;
}
.topcoat-button--large--quiet {
color: #a64a97;
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
color: #a64a97;
}
.topcoat-button--large--quiet:active {
color: inherit;
}
.topcoat-button--cta,
.topcoat-button--large--cta {
border: none;
background-color: #4a9cd2;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
font-weight: 500;
text-shadow: none;
}
.topcoat-button--cta:hover,
.topcoat-button--large--cta:hover {
background-color: #63a9d8;
}
.topcoat-button--cta:active,
.topcoat-button--large--cta:active {
color: var-color--cta--down;
background-color: #87bee1;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-button--large--cta {
font-size: 16px;
font-weight: 500;
line-height: 54px;
padding: 0 20px;
width: 100%;
display: block;
}
.topcoat-button__spinner {
border: 3px solid #c6c8c8;
border: 3px solid #fff;
}
/* topdoc
name: Button Bar
description: Component of grouped buttons
modifiers:
:disabled: Disabled state
markup:
<div class="topcoat-button-bar" style="width:280px">
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">One</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Two</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Three</button>
</div>
</div>
<br>
<div class="topcoat-button-bar" style="width:280px">
<div class="topcoat-button-bar__item active">
<button class="topcoat-button-bar__button">One</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Two</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Three</button>
</div>
</div>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Button Bar</h1>
</div>
</div>
<div style="padding:8px">
<div class="topcoat-button-bar" style="width:100%">
<div class="topcoat-button-bar__item active">
<button class="topcoat-button-bar__button">One</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Two</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Three</button>
</div>
</div>
</div>
<div style="padding:8px">
<div class="topcoat-button-bar" style="width:100%">
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">One</button>
</div>
<div class="topcoat-button-bar__item active">
<button class="topcoat-button-bar__button">Two</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Three</button>
</div>
</div>
</div>
<div style="padding:8px">
<div class="topcoat-button-bar" style="width:100%">
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">One</button>
</div>
<div class="topcoat-button-bar__item">
<button class="topcoat-button-bar__button">Two</button>
</div>
<div class="topcoat-button-bar__item active">
<button class="topcoat-button-bar__button">Three</button>
</div>
</div>
</div>
*/
.button-bar,
.topcoat-button-bar,
.topcoat-tab-bar {
display: table;
table-layout: fixed;
white-space: nowrap;
margin: 0;
padding: 0;
}
.button-bar__item,
.topcoat-button-bar__item,
.topcoat-tab-bar__item {
display: table-cell;
width: auto;
-webkit-border-radius: 0;
border-radius: 0;
}
.button-bar__item > input,
.topcoat-button-bar__item > input,
.topcoat-tab-bar__item > input {
position: absolute;
overflow: hidden;
padding: 0;
border: 0;
opacity: 0.001;
z-index: 1;
vertical-align: top;
outline: none;
}
.button-bar__button {
-webkit-border-radius: inherit;
border-radius: inherit;
}
.button-bar__itemdisabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-button-bar {
margin: inherit;
border: var-border--button-bar;
}
.topcoat-button-bar__item {
border-top: var-border-top--button-bar__button;
border-bottom: var-border-bottom--button-bar__button;
width: 100%;
}
.topcoat-button-bar > .topcoat-button-bar__item:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.topcoat-button-bar > .topcoat-button-bar__item:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.topcoat-button-bar__item:first-child > .topcoat-button-bar__button {
border-left: var-border-left--button-bar__button__first;
border-right: none;
border-right: 1px solid #a64a97;
}
.topcoat-button-bar__item:last-child > .topcoat-button-bar__button {
border-left: none;
border-right: none;
}
.topcoat-button-bar__button {
-webkit-border-radius: inherit;
border-radius: inherit;
background-color: #944287;
color: var-color--button-bar--button;
border: none;
border-right: 1px solid #a64a97;
width: 100%;
}
.topcoat-button-bar__button:active,
:checked + .topcoat-button-bar__button {
background-color: #f5f0e8 !important;
color: #a64a97;
border: none;
border-right: 1px solid #a64a97;
border-right: 1px solid #a64a97;
}
.topcoat-button-bar__button:hover {
background-color: #b559a6;
color: var-color--button-bar__button--hover;
}
.topcoat-button-bar__button:focus {
z-index: 1;
z-index: 1;
border-right: 1px solid #a64a97;
}
/* topdoc
name: Icon Button
description: Like button, but it has an icon.
modifiers:
:active: Active state
:disabled: Disabled state
:focus: Focused
markup:
<p>Icon Button</p>
<button class="topcoat-icon-button">
<i class="fa fa-bell" style="font-size:17px"></i> Label
</button>
<button class="topcoat-icon-button" disabled>
<i class="fa fa-bell" style="font-size:17px"></i> Label
</button>
<p>Quiet Icon Button</p>
<button class="topcoat-icon-button--quiet">
<i class="fa fa-bell" style="font-size:17px"></i> Label
</button>
<button class="topcoat-icon-button--quiet" disabled>
<i class="fa fa-bell" style="font-size:17px"></i> Label
</button>
*/
.topcoat-icon-button,
.topcoat-icon-button--quiet {
padding: 0 9px;
line-height: 36px;
letter-spacing: 1px;
color: #c6c8c8;
text-shadow: 0 1px none;
vertical-align: baseline;
background-color: transparent;
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #a64a97;
border: none;
-webkit-border-radius: 4px;
border-radius: 4px;
border-radius: 3px;
}
.topcoat-icon-button:hover,
.topcoat-icon-button--quiet:hover {
background-color: transparent;
background-color: transparent;
}
.topcoat-icon-button:active {
background-color: #a64a97;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-icon-button:focus,
.topcoat-icon-button--quiet:focus,
.topcoat-icon-button--quiet:hover:focus {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
}
.topcoat-icon-button--quiet {
background: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
background-color: var-background-color__icon-button--quiet;
border: none;
color: #fff;
}
.topcoat-icon-button--quiet:hover {
text-shadow: 0 1px none;
border: 1px solid #a64a97;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.topcoat-icon-button--quiet:active {
color: #c6c8c8;
color: #b3b3b3;
text-shadow: 0 1px none;
background-color: #a64a97;
background-color: transparent;
border: 1px solid #a64a97;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.topcoat-icon,
.topcoat-icon--large {
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 19.44px;
height: 19.44px;
vertical-align: middle;
top: -1px;
}
.topcoat-icon--large {
width: 30.857142834px;
height: 30.857142834px;
top: -2px;
}
/* topdoc
name: Checkbox
description: Default skin for Topcoat checkbox
modifiers:
:focus: Focus state
:disabled: Disabled state
markup:
<label class="topcoat-checkbox">
<input type="checkbox">
<div class="topcoat-checkbox__checkmark"></div>
OFF
</label>
<br>
<label class="topcoat-checkbox">
<input type="checkbox" checked="checked">
<div class="topcoat-checkbox__checkmark"></div>
ON
</label>
<br>
<label class="topcoat-checkbox">
<input type="checkbox" disabled>
<div class="topcoat-checkbox__checkmark"></div>
Disabled
</label>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Checkbox</h1>
</div>
</div>
<br>
<div class="topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item topcoat-list__item__line-height">
<label class="topcoat-checkbox">
<input type="checkbox" checked="checked">
<div class="topcoat-checkbox__checkmark"></div>
ON
</label>
</li>
<li class="topcoat-list__item topcoat-list__item__line-height">
<label class="topcoat-checkbox">
<input type="checkbox">
<div class="topcoat-checkbox__checkmark"></div>
OFF
</label>
</li>
<li class="topcoat-list__item topcoat-list__item__line-height">
<label class="topcoat-checkbox--noborder">
<input type="checkbox" checked="checked">
<div class="topcoat-checkbox__checkmark"></div>
ON
</label>
</li>
<li class="topcoat-list__item topcoat-list__item__line-height">
<label class="topcoat-checkbox--noborder">
<input type="checkbox">
<div class="topcoat-checkbox__checkmark"></div>
OFF
</label>
</li>
</ul>
</div>
*/
/* topdoc
name: Checkbox:Noborder Checkbox
markup:
<label class="topcoat-checkbox--noborder">
<input type="checkbox">
<div class="topcoat-checkbox__checkmark"></div>
OFF
</label>
<br>
<label class="topcoat-checkbox--noborder">
<input type="checkbox" checked="checked">
<div class="topcoat-checkbox__checkmark"></div>
ON
</label>
<br>
<label class="topcoat-checkbox--noborder">
<input type="checkbox" disabled checked="checked">
<div class="topcoat-checkbox__checkmark"></div>
Disabled
</label>
*/
input[type="checkbox"] {
position: absolute;
overflow: hidden;
padding: 0;
border: 0;
opacity: 0.001;
z-index: 1;
vertical-align: top;
outline: none;
}
.checkbox,
.topcoat-checkbox__checkmark {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
display: inline-block;
vertical-align: top;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.checkbox__label,
.topcoat-checkbox {
position: relative;
display: inline-block;
vertical-align: top;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.checkbox--disabled,
input[type="checkbox"]:disabled + .topcoat-checkbox__checkmark {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.checkbox:before,
.checkbox:after,
.topcoat-checkbox__checkmark:before,
.topcoat-checkbox__checkmark:after {
content: '';
position: absolute;
}
.checkbox:before,
.topcoat-checkbox__checkmark:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.topcoat-checkbox__checkmark {
height: 32px;
}
input[type="checkbox"] {
height: 32px;
width: 32px;
margin-top: 0;
margin-right: -32px;
margin-bottom: -32px;
margin-left: 0;
}
input[type="checkbox"]:checked {
background: var-background-color-checked--checkbox;
}
input[type="checkbox"]:checked + .topcoat-checkbox__checkmark:before {
background: var-background-color--before--checkbox;
}
input[type="checkbox"]:checked + .topcoat-checkbox__checkmark:after {
opacity: 1;
}
.topcoat-checkbox {
line-height: 32px;
}
.topcoat-checkbox__checkmark:before {
width: 32px;
height: 32px;
background: transparent;
background: #fff;
border: 1px solid #a64a97;
border: var-border--checkbox;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
left: 0;
}
.topcoat-checkbox__checkmark {
width: 32px;
height: 32px;
}
.topcoat-checkbox__checkmark:after {
top: 7px;
left: 4px;
opacity: 0;
width: 18px;
height: 6px;
background: transparent;
border: 7px solid #a64a97;
border-width: 6px;
border-top: none;
border-right: none;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-transform: rotate(-50deg);
-moz-transform: rotate(-50deg);
-ms-transform: rotate(-50deg);
-o-transform: rotate(-50deg);
transform: rotate(-50deg);
}
input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before {
border: none;
border: 1px solid #a64a97;
-webkit-box-shadow: none, none;
box-shadow: none, none;
}
input[type="checkbox"]:active + .topcoat-checkbox__checkmark:before {
border: 1px solid #a64a97;
border: 1px solid #a64a97;
background-color: #a64a97;
background-color: transparent;
border: 1px solid #a64a97;
-webkit-box-shadow: none;
box-shadow: none;
}
input[type="checkbox"]:disabled:active + .topcoat-checkbox__checkmark:before {
border: 1px solid #a64a97;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
/* topdoc
name: List
description: Topcoat default list skin
markup:
<div class="page">
<br>
<div class="topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
</ul>
</div>
<br>
</div>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">List</h1>
</div>
</div>
<br>
<div class="topcoat-list">
<h3 class="topcoat-list__header">Category</h3>
<ul class="topcoat-list__container">
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
</ul>
<h3 class="topcoat-list__header">Category</h3>
<ul class="topcoat-list__container">
<li class="topcoat-list__item topcoat-list__item--tappable">
<span class="topcoat-list__item__line-height">Tappable Item</span>
</li>
<li class="topcoat-list__item topcoat-list__item--tappable">
<span class="topcoat-list__item__line-height">Tappable Item</span>
</li>
</ul>
</div>
*/
/* topdoc
name: List:Noborder List
markup:
<div class="page">
<br>
<div class="topcoat-list topcoat-list--noborder">
<ul class="topcoat-list__container">
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
<li class="topcoat-list__item">
<span class="topcoat-list__item__line-height">Item</span>
</li>
</ul>
</div>
<br>
</div>
*/
/* topdoc
name: List:Category Header
markup:
<div class="topcoat-list topcoat-list--noborder">
<h3 class="topcoat-list__header">Category</h3>
<ul class="topcoat-list__container">
<li class="topcoat-list__item topcoat-list__item__line-height">
Item
</li>
<li class="topcoat-list__item topcoat-list__item__line-height">
Item
</li>
</ul>
<h3 class="topcoat-list__header">Category</h3>
<ul class="topcoat-list__container">
<li class="topcoat-list__item topcoat-list__item__line-height">
Item
</li>
<li class="topcoat-list__item topcoat-list__item__line-height">
Item
</li>
</ul>
</div>
*/
/* topdoc
name: List:Tappable List Item
markup:
<div class="page">
<br>
<div class="topcoat-list topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item topcoat-list__item--tappable">
<span class="topcoat-list__item__line-height">Tappable Item</span>
</li>
<li class="topcoat-list__item topcoat-list__item--tappable">
<span class="topcoat-list__item__line-height">Tappable Item</span>
</li>
</ul>
</div>
<br>
</div>
*/
.list,
.topcoat-list {
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.list__header,
.topcoat-list__header {
margin: 0;
}
.list__container,
.topcoat-list__container {
padding: 0;
margin: 0;
list-style-type: none;
}
.list__item,
.topcoat-list__item {
margin: 0;
padding: 0;
position: relative;
list-style: none;
}
.topcoat-list {
border-top: none;
border-bottom: none;
background-color: #f5f0e8;
}
.topcoat-list__header {
padding: 4px 11px;
font-size: 15px;
font-weight: 400;
background-color: #e2dcd5;
color: #666;
text-shadow: none;
border-top: none;
border-bottom: none;
}
.topcoat-list__container {
border-top: none;
color: #c6c8c8;
padding: 0;
background-color: var-background-color--list-container;
}
.topcoat-list__item {
padding: 11px;
margin: 0;
border-top: none;
border-bottom: 1px solid #b3b3b3;
color: #666;
background-color: transparent;
}
.topcoat-list__item_active:active {
background-color: #ddbed0;
}
.topcoat-list__item:first-child {
padding-left: var-padding-left--list-item--first;
margin: var-margin--list-item--first;
border-top: none;
border-bottom: var-border-bottom--list-item--first;
}
.topcoat-list__item:last-child {
padding-left: var-padding-left--list-item--last;
margin: var-margin--list-item--last;
border-top: var-border-top--list-item--last;
border-bottom: 1px solid #b3b3b3;
}
.topcoat-list__item:nth-child(2) {
border-top: var-border-top--list-item--2;
}
/* topdoc
name: Navigation Bar
description: A place where navigation goes to drink
markup:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Navigation Bar</h1>
</div>
</div>
<br><br><br>
<div class="topcoat-navigation-bar topcoat-navigation-bar--bottom">
<div class="topcoat-navigation-bar__line-height" style="text-align:center">Bottom Toolbar</div>
</div>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Navigation Bar</h1>
</div>
</div>
<div class="topcoat-navigation-bar topcoat-navigation-bar--bottom" style="position:absolute;left:0px;right:0px;bottom:0px">
<div class="topcoat-navigation-bar__line-height" style="text-align:center">Bottom Toolbar</div>
</div>
*/
/* topdoc
name: Navigation Bar:Bottom Bar
markup:
<div class="topcoat-navigation-bar topcoat-navigation-bar--bottom">
<div class="topcoat-navigation-bar__line-height" style="text-align:center">Bottom Toolbar</div>
</div>
*/
.navigation-bar,
.topcoat-navigation-bar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
white-space: nowrap;
overflow: hidden;
word-spacing: 0;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.navigation-bar__item,
.topcoat-navigation-bar__item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
display: inline-block;
vertical-align: top;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
}
.navigation-bar__title,
.topcoat-navigation-bar__title {
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.topcoat-navigation-bar {
height: 54px;
height: 44px;
padding-left: 16px;
padding-right: 16px;
background: transparent;
background: #a64a97;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: 1px solid #8b8b8b;
}
.topcoat-navigation-bar__line-height {
line-height: 54px !important;
line-height: 44px !important;
}
.topcoat-navigation-bar__bg {
background: transparent;
background: #a64a97;
}
.topcoat-navigation-bar__item {
margin: 0;
line-height: 54px;
line-height: 44px;
vertical-align: top;
}
.topcoat-navigation-bar__title {
font-size: 16px;
font-weight: 500;
color: #fff;
}
.topcoat-navigation-bar--bottom {
border-bottom: none;
border-top: 1px solid #8b8b8b;
}
/* topdoc
name: Notification
description: Notification badge
markup:
<span class="topcoat-notification">1</span>
<br><br>
<span class="topcoat-notification">10</span>
<br><br>
<span class="topcoat-notification">999</span>
<br><br>
<span class="topcoat-notification">9999</span>
*/
.notification,
.topcoat-notification {
position: relative;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-decoration: none;
}
.topcoat-notification {
padding: 0 6px 0;
min-width: 19px;
height: 19px;
-webkit-border-radius: 19px;
border-radius: 19px;
background-color: #ec514e;
color: #fff;
}
/* topdoc
name: Page
description: Default skin for Onsen UI Page
modifiers:
markup:
<div class="page" style="height:200px">
</div>
*/
.page {
background-color: #f5f0e8;
font-weight: 200;
}
.topcoat-page__bg {
background-color: #f5f0e8;
}
/* topdoc
name: Radio Button
description: A button that can play music, but usually just plays ads.
modifiers:
markup:
<label class="topcoat-radio-button">
<input type="radio" name="topcoat" checked="checked">
<div class="topcoat-radio-button__checkmark"></div>
Label
</label>
<br>
<label class="topcoat-radio-button">
<input type="radio" name="topcoat">
<div class="topcoat-radio-button__checkmark"></div>
Label
</label>
<br>
<label class="topcoat-radio-button">
<input type="radio" name="topcoat">
<div class="topcoat-radio-button__checkmark"></div>
Label
</label>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Radio Button</h1>
</div>
</div>
<br>
<div class="topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item">
<label class="topcoat-radio-button" style="float:right; margin-right:8px;">
<input type="radio" name="example" checked="checked">
<div class="topcoat-radio-button__checkmark"></div>
</label>
<span class="topcoat-list__item__line-height">Label</span>
</li>
<li class="topcoat-list__item">
<label class="topcoat-radio-button" style="float:right; margin-right:8px;">
<input type="radio" name="example">
<div class="topcoat-radio-button__checkmark"></div>
</label>
<span class="topcoat-list__item__line-height">Label</span>
</li>
</ul>
</div>
*/
input[type="radio"] {
position: absolute;
overflow: hidden;
padding: 0;
border: 0;
opacity: 0.001;
z-index: 1;
vertical-align: top;
outline: none;
}
.radio-button,
.topcoat-radio-button__checkmark {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
display: inline-block;
vertical-align: top;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.radio-button__label,
.topcoat-radio-button {
position: relative;
display: inline-block;
vertical-align: top;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.radio-button:before,
.radio-button:after,
.topcoat-radio-button__checkmark:before,
.topcoat-radio-button__checkmark:after {
content: '';
position: absolute;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.radio-button:after,
.topcoat-radio-button__checkmark:after {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.radio-button:before,
.topcoat-radio-button__checkmark:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.radio-button--disabled,
input[type="radio"]:disabled + .topcoat-radio-button__checkmark {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
input[type="radio"] {
height: 30px;
width: 30px;
margin-top: 0;
margin-right: -30px;
margin-bottom: -30px;
margin-left: 0;
}
input[type="radio"]:checked + .topcoat-radio-button__checkmark:after {
opacity: 1;
}
.topcoat-radio-button {
color: #c6c8c8;
color: #666;
line-height: 30px;
text-align: left;
}
.topcoat-radio-button__checkmark:before {
width: 30px;
height: 30px;
background: transparent;
background: #fff;
border: 1px solid #a64a97;
border: 1px solid #b3b3b3;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-radio-button__checkmark {
position: relative;
width: 30px;
height: 30px;
}
.topcoat-radio-button__checkmark:after {
opacity: 0;
width: 14px;
height: 14px;
background: #a64a97;
border: 1px solid transparent;
-webkit-box-shadow: 0 1px rgba(255,255,255,0.5);
box-shadow: 0 1px rgba(255,255,255,0.5);
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
top: 7px;
left: 7px;
}
input[type="radio"]:focus + .topcoat-radio-button__checkmark:before {
border: none;
border: 1px solid #a64a97;
-webkit-box-shadow: none, none;
box-shadow: none, none;
}
input[type="radio"]:active + .topcoat-radio-button__checkmark:before {
border: 1px solid #a64a97;
border: 1px solid #a64a97;
background-color: #a64a97;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
input[type="radio"]:disabled:active + .topcoat-radio-button__checkmark:before {
border: 1px solid #a64a97;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
/* topdoc
name: Range
description: Range input
modifiers:
:active: Active state
:disabled: Disabled state
:focus: Focused
markup:
<input type="range" class="topcoat-range">
<input type="range" class="topcoat-range" disabled>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Range</h1>
</div>
</div>
<div style="padding:8px">
<input type="range" class="topcoat-range" style="width:100%" value="0">
</div>
<div style="padding:8px">
<input type="range" class="topcoat-range" style="width:100%" value="30">
</div>
<div style="padding:8px">
<input type="range" class="topcoat-range" style="width:100%" value="60">
</div>
<div style="padding:8px">
<input type="range" class="topcoat-range" style="width:100%" value="90">
</div>
*/
.range,
.topcoat-range {
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
vertical-align: top;
outline: none;
-webkit-appearance: none;
}
.range__thumb,
.topcoat-range::-moz-range-thumb {
cursor: pointer;
}
.range__thumb--webkit,
.topcoat-range::-webkit-slider-thumb {
cursor: pointer;
-webkit-appearance: none;
}
.range:disabled,
.topcoat-range:disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-range {
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #a64a97;
border: none;
background-color: transparent;
background-color: #a64a97;
height: 5px;
border-radius: 0;
border-radius: 3px;
}
.topcoat-range::-moz-range-track {
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #a64a97;
background-color: transparent;
background-color: #a64a97;
height: 5px;
border-radius: 0;
border-radius: none;
}
.topcoat-range::-webkit-slider-thumb {
height: 36px;
height: 16px;
width: 16px;
background-color: transparent;
background-color: #fff;
border: 1px solid #a64a97;
border: 1px solid #8a8a8a;
-webkit-border-radius: 4px;
border-radius: 4px;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-range::-moz-range-thumb {
height: 36px;
width: 16px;
background-color: transparent;
border: 1px solid #a64a97;
border: 1px solid #8a8a8a;
-webkit-border-radius: 4px;
border-radius: 4px;
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-range:focus::-webkit-slider-thumb {
border: none;
border: 1px solid #8a8a8a;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-range:focus::-moz-range-thumb {
border: none;
border: 1px solid #8a8a8a;
-webkit-box-shadow: none;
box-shadow: none;
}
/* topdoc
name: Search Input
description: A text input designed for searching.
modifiers:
:disabled: Disabled state
markup:
<input type="search" value="" placeholder="Search" class="topcoat-search-input">
<br>
<input type="search" value="" placeholder="Search" class="topcoat-search-input" disabled>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Search Input</h1>
</div>
</div>
<div style="padding:4px">
<input type="search" value="" placeholder="Search" class="topcoat-search-input">
</div>
<div class="topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item topcoat-list__item__line-height">Label</li>
<li class="topcoat-list__item topcoat-list__item__line-height">Label</li>
<li class="topcoat-list__item topcoat-list__item__line-height">Label</li>
<li class="topcoat-list__item topcoat-list__item__line-height">Label</li>
</ul>
</div>
*/
.search-input,
.topcoat-search-input {
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
vertical-align: top;
outline: none;
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.search-input:disabled,
.topcoat-search-input:disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-search-input {
line-height: 36px;
height: 36px;
font-size: 16px;
border: 1px solid #a64a97;
border: none;
background-color: #fff;
background-color: #faf7f3;
-webkit-box-shadow: none;
box-shadow: none;
color: #c6c8c8;
color: var-color--search-input;
padding: 0 0 0 35px;
-webkit-border-radius: 0;
border-radius: 0;
border-radius: 4px;
background-image: url("../img/search.svg");
background-position: 16px center;
background-position: var-background-position--search-input;
background-repeat: no-repeat;
-webkit-background-size: 16px;
background-size: 16px;
}
.topcoat-search-input:focus {
background-color: #ececec;
background-color: var-background-color--search-input--focus;
color: #000;
color: var-color--search-input--focus;
border: none;
border: none;
-webkit-box-shadow: none, none;
box-shadow: none, none;
}
.topcoat-search-input::-webkit-search-cancel-button,
.topcoat-search-input::-webkit-search-decoration {
margin-right: 5px;
margin-right: var-margin-right--search-decoration;
}
.topcoat-search-input:focus::-webkit-input-placeholder {
color: #c6c8c8;
}
.topcoat-search-input:disabled::-webkit-input-placeholder {
color: #000;
}
.topcoat-search-input:disabled::-moz-placeholder {
color: #000;
}
.topcoat-search-input:disabled:-ms-input-placeholder {
color: #000;
}
/* topdoc
name: Switch
description: Default skin for Topcoat switch
modifiers:
:focus: Focus state
:disabled: Disabled state
markup:
<label class="topcoat-switch">
<input type="checkbox" class="topcoat-switch__input">
<div class="topcoat-switch__toggle"></div>
</label>
<label class="topcoat-switch">
<input type="checkbox" class="topcoat-switch__input" checked>
<div class="topcoat-switch__toggle"></div>
</label>
<label class="topcoat-switch">
<input type="checkbox" class="topcoat-switch__input" disabled>
<div class="topcoat-switch__toggle"></div>
</label>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Switch</h1>
</div>
</div>
<br>
<div class="topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item">
<label class="topcoat-switch" style="float:right;margin-right:8px">
<input type="checkbox" class="topcoat-switch__input">
<div class="topcoat-switch__toggle"></div>
</label>
<span class="topcoat-list__item__line-height">Label</span>
</li>
<li class="topcoat-list__item">
<label class="topcoat-switch" style="float:right;margin-right:8px">
<input type="checkbox" class="topcoat-switch__input" checked>
<div class="topcoat-switch__toggle"></div>
</label>
<span class="topcoat-list__item__line-height">Label</span>
</li>
</ul>
</div>
*/
.switch,
.topcoat-switch {
position: relative;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.switch__input,
.topcoat-switch__input {
position: absolute;
overflow: hidden;
padding: 0;
border: 0;
opacity: 0.001;
z-index: 1;
vertical-align: top;
outline: none;
}
.switch__toggle,
.topcoat-switch__toggle {
position: relative;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.switch__toggle:before,
.switch__toggle:after,
.topcoat-switch__toggle:before,
.topcoat-switch__toggle:after {
content: '';
position: absolute;
z-index: -1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.switch--disabled,
.topcoat-switch__input:disabled + .topcoat-switch__toggle {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-switch {
font-size: 16px;
padding: 0 20px;
-webkit-border-radius: 4px;
border-radius: 4px;
border-radius: 30px;
border: 1px solid #a64a97;
border: none;
overflow: hidden;
width: 64px;
height: var-height--switch;
z-index: 0;
}
.topcoat-switch__toggle:before,
.topcoat-switch__toggle:after {
top: -1px;
width: 64px;
border: var-border--switch__label;
margin: var-margin--switch__label;
}
.topcoat-switch__toggle:before {
content: '';
color: #0083e8;
background-color: #a64a97;
right: -1px;
padding-left: 24px;
height: 24px;
top: 3px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.topcoat-switch__toggle {
line-height: 36px;
line-height: 32px;
height: 36px;
height: 32px;
width: 32px;
-webkit-border-radius: 4px;
border-radius: 4px;
border-radius: 50%;
color: #c6c8c8;
text-shadow: 0 1px none;
background-color: transparent;
background-color: #fff;
border: 1px solid #a64a97;
border: 1px solid #b3b3b3;
margin-left: -20px;
margin-bottom: 0;
margin-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: margin-left 0.05s ease-in-out;
-moz-transition: margin-left 0.05s ease-in-out;
-o-transition: margin-left 0.05s ease-in-out;
transition: margin-left 0.05s ease-in-out;
}
.topcoat-switch__toggle:after {
content: '';
background-color: #b3b3b3;
left: -1px;
padding-left: 32px;
height: 24px;
top: 3px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.topcoat-switch__input:checked + .topcoat-switch__toggle {
margin-left: 12px;
background-color: #fff;
}
.topcoat-switch__input:active + .topcoat-switch__toggle {
border: 1px solid #a64a97;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-switch__input:focus + .topcoat-switch__toggle {
border: none;
border: 1px solid #b3b3b3;
-webkit-box-shadow: none;
box-shadow: none;
}
.topcoat-switch__input:disabled + .topcoat-switch__toggle:after,
.topcoat-switch__input:disabled + .topcoat-switch__toggle:before {
background: transparent;
}
.topcoat-switch__input:checked + .topcoat-switch__toggle:after,
.topcoat-switch__input:checked + .topcoat-switch__toggle:before {
background-color: var-background-color--switch__label--checked;
-webkit-transition: var-transition--switch__label--checked;
-moz-transition: var-transition--switch__label--checked;
-o-transition: var-transition--switch__label--checked;
transition: var-transition--switch__label--checked;
}
.topcoat-switch__input + .topcoat-switch__toggle:after,
.topcoat-switch__input + .topcoat-switch__toggle:before {
background-color: var-background-color--switch__label;
-webkit-transition: var-transition--switch__label;
-moz-transition: var-transition--switch__label;
-o-transition: var-transition--switch__label;
transition: var-transition--switch__label;
}
.topcoat-switch__input:checked + .topcoat-switch__toggle:after,
box-shadow var-box-shadow--switch__label--after--checked,
.topcoat-switch__input + .topcoat-switch__toggle:after {
-webkit-box-shadow: var-box-shadow--switch__label--after;
box-shadow: var-box-shadow--switch__label--after;
}
/* topdoc
name: Tab Bar
description: Component of tab buttons
modifiers:
:disabled: Disabled state
markup:
<div class="topcoat-tab-bar">
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-a" checked="checked">
<button class="topcoat-tab-bar__button">
<div class="onsen_tab-bar__label">One</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-a">
<button class="topcoat-tab-bar__button">
<div class="onsen_tab-bar__label">Two</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-a">
<button class="topcoat-tab-bar__button">
<div class="onsen_tab-bar__label">Three</div>
</button>
</label>
</div>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Tab Bar</h1>
</div>
</div>
<div class="topcoat-tab-bar" style="position:absolute;left:0px;right:0px;bottom:0px">
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-bb">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-folder"></i>
<div class="onsen_tab-bar__label">One</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-bb">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-heart"></i>
<div class="onsen_tab-bar__label">Two</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-bb" checked="checked">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-stop"></i>
<div class="onsen_tab-bar__label">Three</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-bb">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-circle"></i>
<div class="onsen_tab-bar__label">Four</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-bb">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-cloud"></i>
<div class="onsen_tab-bar__label">Five</div>
</button>
</label>
</div>
*/
/* topdoc
name: Tab Bar:Icon + Label Tab Item
markup:
<div class="topcoat-tab-bar">
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-b" checked="checked">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-comment"></i>
<div class="onsen_tab-bar__label">Comments</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-b">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-video-camera"></i>
<div class="onsen_tab-bar__label">Videos</div>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-b">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-gear"></i>
<div class="onsen_tab-bar__label">Settings</div>
</button>
</label>
</div>
*/
/* topdoc
name: Tab Bar:Icon Only Tab Item
markup:
<div class="topcoat-tab-bar">
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-c">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-star"></i>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-c">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-comment"></i>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-c">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-circle"></i>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-c">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-play fa-rotate-270"></i>
</button>
</label>
<label class="topcoat-tab-bar__item">
<input type="radio" name="tab-bar-c" checked="checked">
<button class="topcoat-tab-bar__button">
<i class="fa fa-2x fa-gear"></i>
</button>
</label>
</div>
*/
.topcoat-tab-bar {
height: var-height--tab-bar;
background-color: #eae5e3;
border-top: 1px solid #b5b0aa;
width: 100%;
}
.topcoat-tab-bar__button {
padding: 0 20px;
height: 36px;
height: 48px;
line-height: 36px;
line-height: 48px;
letter-spacing: 1px;
color: #c6c8c8;
color: #b3b3b3;
text-shadow: 0 1px none;
vertical-align: top;
background-color: transparent;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-top: 1px solid #a64a97;
border-top: none;
width: 100%;
}
.topcoat-tab-bar__button:active,
.topcoat-tab-bar__button--large:active,
:checked + .topcoat-tab-bar__button {
color: #a64a97;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border-top: none;
}
.topcoat-tab-bar__button:focus,
.topcoat-tab-bar__button--large:focus {
z-index: 1;
border-top: none;
-webkit-box-shadow: none, none;
box-shadow: none, none;
box-shadow: none;
outline: 0;
}
/* topdoc
name: Text Input
modifiers:
:disabled: Disabled state
:focus: Focused
:invalid: Hover state
markup:
<input type="text" class="topcoat-text-input" placeholder="text" value="">
<br>
<input type="text" class="topcoat-text-input" placeholder="text" value="" disabled>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Text Input</h1>
</div>
</div>
<br>
<div style="padding:8px">
<input type="text" class="topcoat-text-input" placeholder="text" style="width:100%">
<button class="topcoat-button--large" style="margin-top:8px">submit</button>
</div>
<br><br>
<div class="topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item">
<input type="text" class="topcoat-text-input--transparent" placeholder="text" style="width:100%;margin-top:4px">
</li>
</ul>
</div>
<div style="padding:8px">
<button class="topcoat-button--large">submit</button>
</div>
*/
/* topdoc
name: Text Input:Transparent Text Input
markup:
<input type="text" class="topcoat-text-input topcoat-text-input--transparent" placeholder="text" value="">
<br>
<input type="text" class="topcoat-text-input topcoat-text-input--transparent" placeholder="text" value="" disabled>
*/
/* topdoc
name: Text Input:Underbar Text Input
markup:
<input type="text" class="topcoat-text-input topcoat-text-input--underbar" placeholder="text" value="">
<br>
<input type="text" class="topcoat-text-input topcoat-text-input--underbar" placeholder="text" value="" disabled>
*/
.input,
.topcoat-text-input,
.topcoat-text-input--transparent {
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
vertical-align: top;
outline: none;
}
.input:disabled,
.topcoat-text-input:disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-text-input,
.topcoat-text-input--transparent {
line-height: 36px;
font-size: 16px;
letter-spacing: 1px;
padding: 4px 4px 4px 4px;
border: 1px solid #a64a97;
border: 1px solid #b3b3b3;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #c6c8c8;
color: #000;
vertical-align: top;
}
.topcoat-text-input:focus {
background-color: #ececec;
color: #000;
color: var-color--text-input--focus;
border: none;
border: 1px solid #b3b3b3;
-webkit-box-shadow: none, none;
box-shadow: none, none;
}
.topcoat-text-input:disabled::-webkit-input-placeholder {
color: #000;
}
.topcoat-text-input:disabled::-moz-placeholder {
color: #000;
}
.topcoat-text-input:disabled:-ms-input-placeholder {
color: #000;
}
.topcoat-text-input:invalid {
border: 1px solid #f00;
color: #f00;
}
.topcoat-text-input--transparent {
border: none;
background: transparent;
padding-left: 0;
padding-right: 0;
}
.topcoat-text-input:focus {
border: none;
background: transparent;
}
.topcoat-text-input:disabled {
border: none;
background: transparent;
}
.topcoat-text-input:invalid {
border: none;
background: transparent;
}
/* topdoc
name: Textarea
description: A whole area, just for text.
modifiers:
:disabled: Disabled state
markup:
<textarea class="topcoat-textarea" rows="3" placeholder="Textarea"></textarea>
<br>
<textarea class="topcoat-textarea" rows="3" placeholder="Textarea" disabled></textarea>
showcase:
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Textarea</h1>
</div>
</div>
<div style="padding:8px">
<textarea class="topcoat-textarea" style="width:100%; height:80px; margin-bottom:8px" placeholder="Textarea"></textarea><br>
<button class="topcoat-button--large">Submit</button>
</div>
<br><br><br><br>
<div class="topcoat-list">
<ul class="topcoat-list__container">
<li class="topcoat-list__item">
<textarea class="topcoat-textarea--transparent" style="width:100%; height:80px; margin-bottom:4px" placeholder="Textarea"></textarea>
</li>
</ul>
</div>
<div style="padding:8px">
<button class="topcoat-button--large">Submit</button>
</div>
*/
/* topdoc
name: Textarea:Transparent Textarea
markup:
<textarea class="topcoat-textarea--transparent" rows="3" placeholder="Textarea"></textarea>
<br>
<textarea class="topcoat-textarea--transparent" rows="3" placeholder="Textarea" disabled></textarea>
*/
.textarea,
.topcoat-textarea,
.topcoat-textarea--transparent {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
vertical-align: top;
resize: none;
outline: none;
}
.textarea:disabled,
.topcoat-textarea:disabled,
.topcoat-textarea--transparent:disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.topcoat-textarea,
.topcoat-textarea--transparent {
padding: 4px 4px 4px 4px;
font-size: 16px;
font-weight: 200;
-webkit-border-radius: 4px;
border-radius: 4px;
line-height: 36px;
border: 1px solid #a64a97;
border: 1px solid #b3b3b3;
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
color: #c6c8c8;
color: #b3b3b3;
letter-spacing: 1px;
}
.topcoat-textarea:focus,
.topcoat-textarea--transparent:focus {
background-color: #ececec;
color: #000;
color: var-color--textarea--focus;
border: none;
border: 1px solid #b3b3b3;
-webkit-box-shadow: none, none;
box-shadow: none, none;
}
.topcoat-textarea:disabled::-webkit-input-placeholder {
color: #000;
}
.topcoat-textarea:disabled::-moz-placeholder {
color: #000;
}
.topcoat-textarea:disabled:-ms-input-placeholder {
color: #000;
}
.topcoat-textarea--transparent {
border: none;
background: transparent;
padding-left: 0;
padding-right: 0;
}
.topcoat-textarea--transparent:focus {
border: none;
background: transparent;
}
.topcoat-textarea--transparent:disabled {
border: none;
background: transparent;
}
|
threejs.docset/Contents/Resources/Documents/api/extras/core/CurvePath.html
|
toruta39/threejs-dash-gen
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:Curve] →
<h1>[name]</h1>
<div class="desc">
An abstract base class further extending [page:Curve]. A CurvePath is simply an array of connected curves,
but retains the api of a curve.
</div>
<h2>Constructor</h2>
<h3>[name]()</h3>
<div>
The constructor take no parameters.
</div>
<h2>Properties</h2>
<h3>[property:array curves]</h3>
<div>
The array of [page:Curve]s
</div>
<h3>[property:array bends]</h3>
<div>
An array of [page:Curve]s used to transform and bend the curve using [page:CurvePath.getWrapPoints].
</div>
<h3>[property:boolean autoClose]</h3>
<div>
Whether or not to automatically close the path.
</div>
<h2>Methods</h2>
<h3>[method:Array getWrapPoints]([page:Array vertices], [page:Curve curve])</h3>
<div>
vertices -- An array of [page:Vector2]s to modify<br />
curve -- An array of 2d [page:Curve]s
</div>
<div>
Modifies the array of vertices by warping it by the curve. The curve parameter also accepts objects with similar
interfaces such as [page:CurvePath], [page:Path], [page:SplineCurve], etc. Returns the original vertices after
modification.
</div>
<h3>[method:null addWrapPath]([page:Curve curve])</h3>
<div>
curve -- A [page:Curve] or object with a similar interface.
</div>
<div>
Pushes a curve onto the bends array.
</div>
<h3>[method:Geometry createGeometry]([page:Vector3 points])</h3>
<div>
points -- An array of [page:Vector3]s
</div>
<div>
Creates a geometry from points
</div>
<h3>[method:Geometry createPointsGeometry]([page:Integer divisions])</h3>
<div>
divisions -- How many segments to create with [page:Vector3]s. Defaults to 12.
</div>
<div>
Creates a [page:Geometry] object comprised of [page:Vector3]s
</div>
<h3>[method:Geometry createSpacedPointsGeometry]([page:Integer divisions])</h3>
<div>
divisions -- How many segments to create with [page:Vector3]s. Defaults to 12.
</div>
<div>
Creates a [page:Geometry] object comprised of [page:Vector3]s that are equidistant.
</div>
<h3>[method:null add]([page:Curve curve])</h3>
<div>
curve -- The [page:Curve curve] to add
</div>
<div>
Pushes a curve onto the curves array.
</div>
<h3>[method:null closePath]()</h3>
<div>
Adds a curve to close the path.
</div>
<h3>[method:Object getBoundingBox]()</h3>
<div>
Returns an object with the keys minX, minY, maxX, maxY, (if 3d: maxZ, minZ)
</div>
<h3>[method:Float getCurveLengths]()</h3>
<div>
Adds together the length of the curves
</div>
<h3>[method:Array getTransformedPoints]([page:Integer segments], [page:Array bends])</h3>
<div>
segments -- The number of segments to create using the getPoints()<br />
bends -- (optional) An array of [page:Curve]s used to transform the points. Defaults to this.bends if blank.
</div>
<div>
Uses this CurvePath to generate a series of points transformed by the curves in the bends array. Returns an
array of [page:Vector2]s.
</div>
<h3>[method:Array getTransformedSpacedPoints]([page:Integer segments], [page:Array bends])</h3>
<div>
segments -- The number of segments to create using the getPoints()<br />
bends -- (optional) Defaults to this.bends if blank. An array of [page:Curve]s used to transform the points.
</div>
<div>
Uses this CurvePath to generate a series equidistant points that are then transformed by the curves in the bends.
Returns an array of [page:Vector2]s.
</div>
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</body>
</html>
|
web_root/third-party/angularjs/angular-1.5.0/docs/partials/error/$sce/iequirks.html
|
keithbox/PPSP-360_Degree_Evaluation_System
|
<a href='https://github.com/angular/angular.js/edit/v1.5.x/docs/content/error/$sce/iequirks.ngdoc?message=docs(error%2Fiequirks)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<h1>Error: $sce:iequirks
<div><span class='hint'>IE<11 in quirks mode is unsupported</span></div>
</h1>
<div>
<pre class="minerr-errmsg" error-display="Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks mode. You can fix this by adding the text <!doctype html> to the top of your HTML document. See http://docs.angularjs.org/api/ng.$sce for more information.">Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks mode. You can fix this by adding the text <!doctype html> to the top of your HTML document. See http://docs.angularjs.org/api/ng.$sce for more information.</pre>
</div>
<h2>Description</h2>
<div class="description">
<p>This error occurs when you are using AngularJS with <a href="api/ng/service/$sce">Strict Contextual Escaping (SCE)</a> mode enabled (the default) on IE10 or lower in quirks mode.</p>
<p>In this mode, IE<11 allow one to execute arbitrary javascript by the use of the <code>expression()</code> syntax and is not supported.
Refer
<a href="http://msdn.microsoft.com/en-us/library/ie/dn384050(v=vs.85">CSS expressions no longer supported for the Internet zone</a>.aspx)
to learn more about them.</p>
<p>To resolve this error please specify the proper doctype at the top of your main html document:</p>
<pre><code><!doctype html>
</code></pre>
</div>
|
web/lib/lib/fullcalendar-1.5.3/demos/theme.html
|
Laolingtong/VM
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel='stylesheet' type='text/css' href='cupertino/theme.css' />
<link rel='stylesheet' type='text/css' href='../fullcalendar/fullcalendar.css' />
<link rel='stylesheet' type='text/css' href='../fullcalendar/fullcalendar.print.css' media='print' />
<script type='text/javascript' src='../jquery/jquery-1.7.1.min.js'></script>
<script type='text/javascript' src='../jquery/jquery-ui-1.8.17.custom.min.js'></script>
<script type='text/javascript' src='../fullcalendar/fullcalendar.min.js'></script>
<script type='text/javascript'>
$(document).ready(function() {
var date = new Date();
var d = date.getDate();
var m = date.getMonth();
var y = date.getFullYear();
$('#calendar').fullCalendar({
theme: true,
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
editable: true,
events: [
{
title: 'All Day Event',
start: new Date(y, m, 1)
},
{
title: 'Long Event',
start: new Date(y, m, d-5),
end: new Date(y, m, d-2)
},
{
id: 999,
title: 'Repeating Event',
start: new Date(y, m, d-3, 16, 0),
allDay: false
},
{
id: 999,
title: 'Repeating Event',
start: new Date(y, m, d+4, 16, 0),
allDay: false
},
{
title: 'Meeting',
start: new Date(y, m, d, 10, 30),
allDay: false
},
{
title: 'Lunch',
start: new Date(y, m, d, 12, 0),
end: new Date(y, m, d, 14, 0),
allDay: false
},
{
title: 'Birthday Party',
start: new Date(y, m, d+1, 19, 0),
end: new Date(y, m, d+1, 22, 30),
allDay: false
},
{
title: 'Click for Google',
start: new Date(y, m, 28),
end: new Date(y, m, 29),
url: 'http://google.com/'
}
]
});
});
</script>
<style type='text/css'>
body {
margin-top: 40px;
text-align: center;
font-size: 13px;
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
#calendar {
width: 900px;
margin: 0 auto;
}
</style>
</head>
<body>
<div id='calendar'></div>
</body>
</html>
|
external/chromium/chrome/browser/debugger/manual_tests/profiler-test-console-control.html
|
xdajog/samsung_sources_i927
|
<html>
<head>
<title>Profiler: test console controlling of CPU profiling</title>
<script type="text/javascript" src="resources/fib.js"></script>
<script type="text/javascript">
function profile_fib() {
console.profile();
run_fib();
window.setTimeout('console.profileEnd();', 5000);
}
</script>
</head>
<body onload="profile_fib()">
This test runs and profiles a simple looped computation.
<br>
<br>
TEST
<ul>
<li>load file in the browser;
<li>open DevTools with console (Ctrl+Shift+I on Win/Linux, Command+Option+I on Mac);
<li>go to 'Profiles' page;
<li>observe that 'Profile 1' item has appeared under 'CPU profiles' section;
<li>check for presence of 'eternal_fib' entry in the profile view.
</ul>
<br>
</body>
</html>
|
tmva/doc/v528/index.html
|
smuzaffar/root
|
<br>
<hr>
<a name="tmva"></a>
<h3>TMVA</h3>
TMVA version 4.1.0 is included in this root release. The most
important new feature is the support for simulataneous classification
of multiple output classes for several multi-variate methods.
A lot of effort went into consolidation of the software,
i.e. method performance and robustness, and framework
stability. The changes with respect to ROOT 5.27 / TMVA 4.0.7 are
in detail:
<h4>Framework</h4>
<ul>
<li><b><em>Multi-class support.</em></b> The support of multiple
output classes (i.e., more than a single background and signal
class) has been enabled for these methods: MLP (NN), BDTG,
FDA.<br>
<div style="margin-left:20; font-size: small">The multiclass
functionality can be enabled with the Factory option
<code>"AnalysisType=multiclass"</code>. Training data is
specified with an additional classname, e.g. via
<code>factory->AddTree(tree,"classname");</code>. After the
training a genetic algorithm is invoked to determine the best
cuts for selecting a specific class, based on the figure of
merit: purity*efficiency. TMVA comes with two examples in
<code>$ROOTSYS/tmva/test</code>: <code>TMVAMulticlass.C</code>
and <code>TMVAMulticlassApplication.C</code></div>
</li>
<li> <b><em>New TMVA event vector building.</em></b> The code
for splitting the input data into training and test samples for
all classes and the mixing of those samples to one training and
one test sample has been rewritten completely. The new code is
more performant and has a clearer structure. This fixes several
bugs which have been reported by some users of TMVA.</li>
<li><b><em>Code and performance test framework</em></b>: A unit
test framework for daily software and method performance
validation has been implemented.
</li>
</ul>
<h4>Methods</h4>
<ul>
<li><b><em>BDT Automatic parameter optimisation for building the
tree architecture</em></b>: The optimisation procedure uses the
performance of the trained classifier on the "test sample" for
finding the set of optimal parameters. Two different methods to
traverse the parameter space are available (scanning, genetic
algorithm). Currently parameter optimization is implemented only
for these three parameters that influence the tree architectur:
the maximum depth of a tree, <code>MaxDepth</code>, the minimum
number of events in each node, <code>NodeMinEvents</code>, and
the number of tress, <code>NTrees</code>.
<div style="margin-left:20; font-size: small">Optimization can
is invoked by calling
<code>factory->OptimizeAllMethods();</code> prior to the call
<code>factory->TrainAllMethods();</code>.</div>
Automated and configurable parameter optimization is soon to
be enabled for all methods (for those parameters where
optimization is applicable).
</li>
<li>
<b><em>BDT node splitting</em></b>: While Decision Trees
typically have only univariate splits, in TMVA one can now
also opt for multivariate splits that use a "Fisher
Discriminant" (option: UseFisherCuts), built from all
observables that show correlations larger than some threshold
(MinLinCorrForFisher). The training will then test at each
split a cut on this fisher discriminant in addition to all
univariate cuts on the variables (or only on those variables
that have not been used in the Fisher discriminant, option
UseExcusiveVars). No obvious improvement betwen very simple
decision trees after boosting has been observed so far, but
only a limited number of studies has been performed concerning
potiential benenfit of these simple multivariate splits.
</li>
</ul>
<h4>Bug fixes</h4>
<ul>
<li>A problem in the BDTG has been fixed, leading to a much
improved regression performance.</li>
<li>A problem in the TMVA::Reader has been fixed.</li>
<li>With the new test framework and the coverity checks of ROOT
a number of bugs were discovered and fixed. They mainly concerned
memory leaks, and did not affect the performance.</li>
</ul>
|
Samples/FeedReader/js/pages/article/article.html
|
ddpruitt/Windows-universal-samples
|
<!--
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Copyright (c) Microsoft Corporation. All rights reserved
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Article</title>
<!-- WinJS references -->
<link href="/Microsoft.WinJS.4.0/css/ui-dark.css" rel="stylesheet">
<script src="/Microsoft.WinJS.4.0/js/WinJS.js"></script>
<link href="/css/default.css" rel="stylesheet">
<link href="/pages/article/article.css" rel="stylesheet">
<script src="/pages/article/article.js"></script>
</head>
<body class="win-type-body">
<!-- The content that will be loaded and displayed. -->
<div id="article" class="fragment">
<header aria-label="Header content" role="banner">
<button class="win-backbutton win-button" aria-label="Back" disabled></button>
<h1 class="titlearea win-type-ellipsis win-type-header">
<span class="pagetitle"></span>
</h1>
</header>
<div id="articleArea" aria-label="Main content" role="main">
<article>
<div id="content"></div>
</article>
</div>
</div>
</body>
</html>
|
www/media/akeeba_strapper/less/bootstrap.j32.css
|
SirPiter/folk
|
/**
* Akeeba Strapper
* A handy distribution of namespaced jQuery, jQuery UI and Twitter
* Bootstrapper for use with Akeeba components.
*
* This file includes only Joomla! 3.2-specific style overrides
*/
/*
* Bootstrap (namespaced)
*/
div.akeeba-bootstrap {
/**
* If your template already includes Bootstrap CSS styling please comment
* out this line and uncomment the include below.
*/
/**
* If your template already includes Bootstrap CSS styling please uncomment
* out this line and comment out the include above.
*/
/**
* Akeeba Strapper
* A handy distribution of namespaced jQuery, jQuery UI and Twitter
* Bootstrapper for use with Akeeba components.
*
* This file includes the minimal Bootstrap markup only for Joomla! 3.2 templates which include Bootstrap CSS styling
*/
/* White icons with optional class, or on hover/active states of certain elements */
}
div.akeeba-bootstrap [class^="icon-"],
div.akeeba-bootstrap [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 1px;
}
div.akeeba-bootstrap .icon-white,
div.akeeba-bootstrap .nav-pills > .active > a > [class^="icon-"],
div.akeeba-bootstrap .nav-pills > .active > a > [class*=" icon-"],
div.akeeba-bootstrap .nav-list > .active > a > [class^="icon-"],
div.akeeba-bootstrap .nav-list > .active > a > [class*=" icon-"],
div.akeeba-bootstrap .navbar-inverse .nav > .active > a > [class^="icon-"],
div.akeeba-bootstrap .navbar-inverse .nav > .active > a > [class*=" icon-"],
div.akeeba-bootstrap .dropdown-menu > li > a:hover > [class^="icon-"],
div.akeeba-bootstrap .dropdown-menu > li > a:focus > [class^="icon-"],
div.akeeba-bootstrap .dropdown-menu > li > a:hover > [class*=" icon-"],
div.akeeba-bootstrap .dropdown-menu > li > a:focus > [class*=" icon-"],
div.akeeba-bootstrap .dropdown-menu > .active > a > [class^="icon-"],
div.akeeba-bootstrap .dropdown-menu > .active > a > [class*=" icon-"],
div.akeeba-bootstrap .dropdown-submenu:hover > a > [class^="icon-"],
div.akeeba-bootstrap .dropdown-submenu:focus > a > [class^="icon-"],
div.akeeba-bootstrap .dropdown-submenu:hover > a > [class*=" icon-"],
div.akeeba-bootstrap .dropdown-submenu:focus > a > [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
}
div.akeeba-bootstrap .icon-glass {
background-position: 0 0;
}
div.akeeba-bootstrap .icon-film {
background-position: -192px 0;
}
div.akeeba-bootstrap .icon-th-large {
background-position: -216px 0;
}
div.akeeba-bootstrap .icon-th {
background-position: -240px 0;
}
div.akeeba-bootstrap .icon-th-list {
background-position: -264px 0;
}
div.akeeba-bootstrap .icon-off {
background-position: -384px 0;
}
div.akeeba-bootstrap .icon-signal {
background-position: -408px 0;
}
div.akeeba-bootstrap .icon-time {
background-position: -48px -24px;
}
div.akeeba-bootstrap .icon-road {
background-position: -72px -24px;
}
div.akeeba-bootstrap .icon-download-alt {
background-position: -96px -24px;
}
div.akeeba-bootstrap .icon-inbox {
background-position: -168px -24px;
}
div.akeeba-bootstrap .icon-repeat {
background-position: -216px -24px;
}
div.akeeba-bootstrap .icon-list-alt {
background-position: -264px -24px;
}
div.akeeba-bootstrap .icon-headphones {
background-position: -336px -24px;
}
div.akeeba-bootstrap .icon-volume-off {
background-position: -360px -24px;
}
div.akeeba-bootstrap .icon-volume-down {
background-position: -384px -24px;
}
div.akeeba-bootstrap .icon-volume-up {
background-position: -408px -24px;
}
div.akeeba-bootstrap .icon-qrcode {
background-position: -432px -24px;
}
div.akeeba-bootstrap .icon-barcode {
background-position: -456px -24px;
}
div.akeeba-bootstrap .icon-font {
background-position: -144px -48px;
}
div.akeeba-bootstrap .icon-bold {
background-position: -167px -48px;
}
div.akeeba-bootstrap .icon-italic {
background-position: -192px -48px;
}
div.akeeba-bootstrap .icon-text-height {
background-position: -216px -48px;
}
div.akeeba-bootstrap .icon-text-width {
background-position: -240px -48px;
}
div.akeeba-bootstrap .icon-align-left {
background-position: -264px -48px;
}
div.akeeba-bootstrap .icon-align-center {
background-position: -288px -48px;
}
div.akeeba-bootstrap .icon-align-right {
background-position: -312px -48px;
}
div.akeeba-bootstrap .icon-align-justify {
background-position: -336px -48px;
}
div.akeeba-bootstrap .icon-indent-left {
background-position: -384px -48px;
}
div.akeeba-bootstrap .icon-indent-right {
background-position: -408px -48px;
}
div.akeeba-bootstrap .icon-facetime-video {
background-position: -432px -48px;
}
div.akeeba-bootstrap .icon-map-marker {
background-position: -24px -72px;
}
div.akeeba-bootstrap .icon-adjust {
background-position: -48px -72px;
}
div.akeeba-bootstrap .icon-tint {
background-position: -72px -72px;
}
div.akeeba-bootstrap .icon-check {
background-position: -144px -72px;
}
div.akeeba-bootstrap .icon-step-backward {
background-position: -192px -72px;
}
div.akeeba-bootstrap .icon-fast-backward {
background-position: -216px -72px;
}
div.akeeba-bootstrap .icon-fast-forward {
background-position: -360px -72px;
}
div.akeeba-bootstrap .icon-step-forward {
background-position: -384px -72px;
}
div.akeeba-bootstrap .icon-eject {
background-position: -408px -72px;
}
div.akeeba-bootstrap .icon-plus-sign {
background-position: 0 -96px;
}
div.akeeba-bootstrap .icon-remove-sign {
background-position: -48px -96px;
}
div.akeeba-bootstrap .icon-ok-sign {
background-position: -72px -96px;
}
div.akeeba-bootstrap .icon-info-sign {
background-position: -120px -96px;
}
div.akeeba-bootstrap .icon-screenshot {
background-position: -144px -96px;
}
div.akeeba-bootstrap .icon-remove-circle {
background-position: -168px -96px;
}
div.akeeba-bootstrap .icon-ok-circle {
background-position: -192px -96px;
}
div.akeeba-bootstrap .icon-arrow-up {
background-position: -289px -96px;
}
div.akeeba-bootstrap .icon-arrow-down {
background-position: -312px -96px;
}
div.akeeba-bootstrap .icon-resize-full {
background-position: -360px -96px;
}
div.akeeba-bootstrap .icon-resize-small {
background-position: -384px -96px;
}
div.akeeba-bootstrap .icon-exclamation-sign {
background-position: 0 -120px;
}
div.akeeba-bootstrap .icon-gift {
background-position: -24px -120px;
}
div.akeeba-bootstrap .icon-leaf {
background-position: -48px -120px;
}
div.akeeba-bootstrap .icon-fire {
background-position: -72px -120px;
}
div.akeeba-bootstrap .icon-warning-sign {
background-position: -144px -120px;
}
div.akeeba-bootstrap .icon-plane {
background-position: -168px -120px;
}
div.akeeba-bootstrap .icon-random {
background-position: -216px -120px;
width: 16px;
}
div.akeeba-bootstrap .icon-magnet {
background-position: -264px -120px;
}
div.akeeba-bootstrap .icon-retweet {
background-position: -336px -120px;
}
div.akeeba-bootstrap .icon-shopping-cart {
background-position: -360px -120px;
}
div.akeeba-bootstrap .icon-resize-vertical {
background-position: -432px -119px;
}
div.akeeba-bootstrap .icon-resize-horizontal {
background-position: -456px -118px;
}
div.akeeba-bootstrap .icon-hdd {
background-position: 0 -144px;
}
div.akeeba-bootstrap .icon-bullhorn {
background-position: -24px -144px;
}
div.akeeba-bootstrap .icon-bell {
background-position: -48px -144px;
}
div.akeeba-bootstrap .icon-certificate {
background-position: -72px -144px;
}
div.akeeba-bootstrap .icon-hand-right {
background-position: -144px -144px;
}
div.akeeba-bootstrap .icon-hand-left {
background-position: -168px -144px;
}
div.akeeba-bootstrap .icon-hand-up {
background-position: -192px -144px;
}
div.akeeba-bootstrap .icon-hand-down {
background-position: -216px -144px;
}
div.akeeba-bootstrap .icon-circle-arrow-right {
background-position: -240px -144px;
}
div.akeeba-bootstrap .icon-circle-arrow-left {
background-position: -264px -144px;
}
div.akeeba-bootstrap .icon-circle-arrow-up {
background-position: -288px -144px;
}
div.akeeba-bootstrap .icon-circle-arrow-down {
background-position: -312px -144px;
}
div.akeeba-bootstrap .icon-globe {
background-position: -336px -144px;
}
div.akeeba-bootstrap .icon-tasks {
background-position: -384px -144px;
}
div.akeeba-bootstrap .icon-fullscreen {
background-position: -456px -144px;
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.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;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #ffffff;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.popover-title:empty {
display: none;
}
.popover-content {
padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover .arrow {
border-width: 11px;
}
.popover .arrow:after {
border-width: 10px;
content: "";
}
.popover.top .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
/*
* Akeeba Strapper overrides
*/
/*!
* Akeeba Strapper
* A handy distribution of namespaced jQuery, jQuery UI and Twitter
* Bootstrapper for use with Akeeba components.
*
* This file defines Akeeba Strapper specific styling overrides
*/
div.akeeba-bootstrap {
font-size: 10pt;
background: transparent;
}
div.akeeba-bootstrap .alert {
background-image: none;
}
div.akeeba-bootstrap form.form-horizontal-wide label.control-label {
width: 300px;
}
div.akeeba-bootstrap form.form-horizontal-wide div.controls {
margin-left: 320px;
}
div.akeeba-bootstrap form.form-horizontal-wide textarea {
width: 450px;
}
div.akeeba-bootstrap td.order {
width: 12px;
}
div.akeeba-bootstrap td.order span {
line-height: 16px;
height: 16px;
margin: 0;
padding: 0;
}
div.akeeba-bootstrap td.order a.jgrid span.state {
background-repeat: no-repeat;
height: 12px;
margin-bottom: 2px;
}
div.akeeba-bootstrap td.order a.jgrid span.state span.text {
line-height: 16px;
}
div.akeeba-bootstrap td.order input.text-area-order {
margin-bottom: 0;
width: 20px;
}
div.akeeba-bootstrap td.order .sortable-handler {
display: block;
float: left;
margin: 1px 0 0 0;
padding: 5px 5px;
}
div.akeeba-bootstrap td.order .order-enabled {
width: 60px;
}
div.akeeba-bootstrap td.order .order-disabled .sortable-handler {
margin: 0;
padding: 0;
}
div.akeeba-bootstrap th a.save-order {
height: 19px;
}
div.akeeba-bootstrap div.ak_clr_left {
clear: left;
}
div.akeeba-bootstrap div.ak_clr {
clear: both;
}
div.akeeba-bootstrap div.icon a.modal {
position: relative;
top: inherit;
left: inherit;
z-index: inherit;
margin: 0 !important;
box-shadow: none;
}
div.akeeba-bootstrap div [class^="icon-wrapper"] {
display: inline;
}
#akeeba-bootstrap:not(.joomla-version-25) input[name="cid[]"] {
margin: -3px 0 0 0;
}
div.icon-wrapper {
display: inline;
}
/**
* Akeeba Live Update button styling
*/
span.liveupdate-icon-notsupported {
color: #555555;
}
span.liveupdate-icon-crashed {
color: #555555;
}
span.liveupdate-icon-updates {
font-weight: bold;
color: #9d261d;
font-size: 0.87em;
}
span.liveupdate-icon-noupdates {
color: #46a546;
}
/**
* Akeeba Strapper
* A handy distribution of namespaced jQuery, jQuery UI and Twitter
* Bootstrapper for use with Akeeba components.
*
* This file defines Akeeba Strapper specific styling overrides
*/
.akeeba-bootstrap .cpanel div.icon,
.akeeba-bootstrap #cpanel div.icon {
text-align: center;
margin-right: 15px;
float: left;
margin-bottom: 15px;
font-size: 0.9em;
}
.akeeba-bootstrap .cpanel div.icon a,
.akeeba-bootstrap #cpanel div.icon a {
padding: 7px 5px 5px;
background-color: white;
background-position: -30px;
display: block;
float: left;
height: 97px;
width: 108px;
color: #565656;
vertical-align: middle;
text-decoration: none;
border: 1px solid #CCC;
border-radius: 5px;
transition-property: none;
box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.1), inset 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.akeeba-bootstrap .cpanel div.icon a:hover,
.akeeba-bootstrap #cpanel div.icon a:hover,
.akeeba-bootstrap .cpanel div.icon a:focus,
.akeeba-bootstrap #cpanel div.icon a:focus,
.akeeba-bootstrap .cpanel div.icon a:active,
.akeeba-bootstrap #cpanel div.icon a:active {
background-position: 0;
-webkit-border-bottom-left-radius: inherit;
-moz-border-radius-bottomleft: inherit;
border-bottom-left-radius: inherit;
box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1), inset -5px -5px 10px rgba(0, 0, 0, 0.05);
position: relative;
z-index: 10;
}
.akeeba-bootstrap .cpanel div.icon span,
.akeeba-bootstrap #cpanel div.icon span {
display: block;
text-align: center;
}
.akeeba-bootstrap div#toolbar div#toolbar-back button.btn span.icon-back::before {
content: "";
}
.akeeba-bootstrap .icon-downarrow::before,
.akeeba-bootstrap .akeeba-bootstrap .icon-arrow-down::before {
content: "";
}
.akeeba-bootstrap .icon-uparrow::before,
.akeeba-bootstrap .akeeba-bootstrap .icon-arrow-up::before {
content: "";
}
.akeeba-bootstrap label.radio {
display: inline-block;
}
.akeeba-bootstrap div.controls > div.controls {
margin: 0;
}
|
tests/wpt/web-platform-tests/offscreen-canvas/the-offscreen-canvas/size.attributes.parse.percent.html
|
shinglyu/servo
|
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>OffscreenCanvas test: size.attributes.parse.percent</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<h1>size.attributes.parse.percent</h1>
<p class="desc">Parsing of non-negative integers</p>
<script>
var t = async_test("Parsing of non-negative integers");
t.step(function() {
var offscreenCanvas = new OffscreenCanvas(100, 50);
var ctx = offscreenCanvas.getContext('2d');
offscreenCanvas.width = '100%';
offscreenCanvas.height = '100%';
_assertSame(offscreenCanvas.width, 100, "offscreenCanvas.width", "100");
_assertSame(offscreenCanvas.height, 100, "offscreenCanvas.height", "100");
t.done();
});
</script>
|
external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/key.html
|
s20121035/rk3288_android5.1_repo
|
<h1 id="key">Manifest - Key</h1>
<p>
This value can be used to control
the unique ID of an extension, app, or theme when
it is loaded during development.
</p>
<p class="note">
<b>Note:</b> You don't usually need to
use this value. Instead, write your
code so that the key value doesn't matter
by using <a href="http://developer.chrome.com/extensions/overview#relative-urls">relative paths</a>
and <a href="http://developer.chrome.com/extensions/extension#method-getURL">extension.getURL</a>.
</p>
<p>
To get a suitable key value, first
install your extension from a <code>.crx</code> file
(you may need to
<a href="https://chrome.google.com/webstore/developer/dashboard">upload your extension</a>
or <a href="http://developer.chrome.com/extensions/packaging">package it manually</a>).
Then, in your
<a href="http://www.chromium.org/user-experience/user-data-directory">user
data directory</a>, look in the file
<code>Default/Extensions/<em><extensionId></em>/<em><versionString></em>/manifest.json</code>.
You will see the key value filled in there.
</p>
|
tests/wpt/web-platform-tests/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html
|
shinglyu/servo
|
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: 2d.fillStyle.parse.css-color-4-rgb-5</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<link rel="stylesheet" href="/common/canvas-tests.css">
<body class="show_output">
<h1>2d.fillStyle.parse.css-color-4-rgb-5</h1>
<p class="desc"></p>
<p class="notes">
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<p class="output expectedtext">Expected output:<p><img src="2d.fillStyle.parse.css-color-4-rgb-5.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
var t = async_test("");
_addTest(function(canvas, ctx) {
ctx.fillStyle = '#f00';
ctx.fillStyle = 'rgb(0 255 0 / 0.2)';
ctx.fillRect(0, 0, 100, 50);
_assertPixel(canvas, 50,25, 0,255,0,51, "50,25", "0,255,0,51");
});
</script>
|
web_root/third-party/angularjs/angular-1.5.0/docs/examples/example-example3/index-jquery.html
|
keithbox/PPSP-360_Degree_Evaluation_System
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example3-jquery</title>
<script src="../../components/jquery-2.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="../../../angular-aria.js"></script>
</head>
<body ng-app="ngAria_ngClickExample">
<div ng-click="someFunction" show-attrs>
<div> with ng-click and bindRoleForClick, tabindex set to false
</div>
<script>
angular.module('ngAria_ngClickExample', ['ngAria'], function config($ariaProvider) {
$ariaProvider.config({
bindRoleForClick: false,
tabindex: false
});
})
.directive('showAttrs', function() {
return function(scope, el, attrs) {
var pre = document.createElement('pre');
el.after(pre);
scope.$watch(function() {
var attrs = {};
Array.prototype.slice.call(el[0].attributes, 0).forEach(function(item) {
if (item.name !== 'show-attrs') {
attrs[item.name] = item.value;
}
});
return attrs;
}, function(newAttrs, oldAttrs) {
pre.textContent = JSON.stringify(newAttrs, null, 2);
}, true);
}
});
</script>
</body>
</html>
|
vendors/glm-0.9.7.1/doc/api/a00224.html
|
glcoder/gl44lessons
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>0.9.7: GLM_GTX_quaternion</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">0.9.7
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">GLM_GTX_quaternion<div class="ingroups"><a class="el" href="a00161.html">GTX Extensions (Experimental)</a></div></div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga33ecf8ba903eee5fc09f0fbfc0d5ca6b"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga33ecf8ba903eee5fc09f0fbfc0d5ca6b"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tvec3< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga33ecf8ba903eee5fc09f0fbfc0d5ca6b">cross</a> (tquat< T, P > const &q, tvec3< T, P > const &v)</td></tr>
<tr class="separator:ga33ecf8ba903eee5fc09f0fbfc0d5ca6b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga4bfe3c7770fc43d14b8ef0058c4a86b5"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga4bfe3c7770fc43d14b8ef0058c4a86b5"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tvec3< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga4bfe3c7770fc43d14b8ef0058c4a86b5">cross</a> (tvec3< T, P > const &v, tquat< T, P > const &q)</td></tr>
<tr class="separator:ga4bfe3c7770fc43d14b8ef0058c4a86b5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga17295173d4c2b5ae49b84e9993b63a62"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga17295173d4c2b5ae49b84e9993b63a62"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga17295173d4c2b5ae49b84e9993b63a62">exp</a> (tquat< T, P > const &q)</td></tr>
<tr class="separator:ga17295173d4c2b5ae49b84e9993b63a62"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga90de879d97487ec804522dd418e5d8a0"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga90de879d97487ec804522dd418e5d8a0"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL T </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga90de879d97487ec804522dd418e5d8a0">extractRealComponent</a> (tquat< T, P > const &q)</td></tr>
<tr class="separator:ga90de879d97487ec804522dd418e5d8a0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gac11bf550f17d1da14423595a27575084"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:gac11bf550f17d1da14423595a27575084"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#gac11bf550f17d1da14423595a27575084">fastMix</a> (tquat< T, P > const &x, tquat< T, P > const &y, T const &a)</td></tr>
<tr class="separator:gac11bf550f17d1da14423595a27575084"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga56abae85b3669c866e91f3c57b298b9c"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga56abae85b3669c866e91f3c57b298b9c"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga56abae85b3669c866e91f3c57b298b9c">intermediate</a> (tquat< T, P > const &prev, tquat< T, P > const &curr, tquat< T, P > const &next)</td></tr>
<tr class="separator:ga56abae85b3669c866e91f3c57b298b9c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga02b45352c7ac345cabc9e877314acda6"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga02b45352c7ac345cabc9e877314acda6"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL T </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga02b45352c7ac345cabc9e877314acda6">length2</a> (tquat< T, P > const &q)</td></tr>
<tr class="separator:ga02b45352c7ac345cabc9e877314acda6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga791f42e134bfe97fc9c96f4668dd7489"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga791f42e134bfe97fc9c96f4668dd7489"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga791f42e134bfe97fc9c96f4668dd7489">log</a> (tquat< T, P > const &q)</td></tr>
<tr class="separator:ga791f42e134bfe97fc9c96f4668dd7489"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga42a0cf206c59eaeff4c67dd62e09a580"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga42a0cf206c59eaeff4c67dd62e09a580"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga42a0cf206c59eaeff4c67dd62e09a580">pow</a> (tquat< T, P > const &x, T const &y)</td></tr>
<tr class="separator:ga42a0cf206c59eaeff4c67dd62e09a580"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga9f39f0d3ecd66839a4af44560aa10fb2"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga9f39f0d3ecd66839a4af44560aa10fb2"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tvec3< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga9f39f0d3ecd66839a4af44560aa10fb2">rotate</a> (tquat< T, P > const &q, tvec3< T, P > const &v)</td></tr>
<tr class="separator:ga9f39f0d3ecd66839a4af44560aa10fb2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga96575f8868b3f2aa3e13cab9b94ccbd3"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga96575f8868b3f2aa3e13cab9b94ccbd3"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tvec4< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga96575f8868b3f2aa3e13cab9b94ccbd3">rotate</a> (tquat< T, P > const &q, tvec4< T, P > const &v)</td></tr>
<tr class="separator:ga96575f8868b3f2aa3e13cab9b94ccbd3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gac4856d356c5c97cec74e9b672ea89240"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:gac4856d356c5c97cec74e9b672ea89240"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#gac4856d356c5c97cec74e9b672ea89240">rotation</a> (tvec3< T, P > const &orig, tvec3< T, P > const &dest)</td></tr>
<tr class="separator:gac4856d356c5c97cec74e9b672ea89240"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga3534443de2a1a806f386976546cddc81"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga3534443de2a1a806f386976546cddc81"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga3534443de2a1a806f386976546cddc81">shortMix</a> (tquat< T, P > const &x, tquat< T, P > const &y, T const &a)</td></tr>
<tr class="separator:ga3534443de2a1a806f386976546cddc81"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gae75f537becdf2b1381b4482ec96e6c82"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:gae75f537becdf2b1381b4482ec96e6c82"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#gae75f537becdf2b1381b4482ec96e6c82">squad</a> (tquat< T, P > const &q1, tquat< T, P > const &q2, tquat< T, P > const &s1, tquat< T, P > const &s2, T const &h)</td></tr>
<tr class="separator:gae75f537becdf2b1381b4482ec96e6c82"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga01935b66ba245c2fd7dee5427d86ce9b"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga01935b66ba245c2fd7dee5427d86ce9b"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tmat3x3< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga01935b66ba245c2fd7dee5427d86ce9b">toMat3</a> (tquat< T, P > const &x)</td></tr>
<tr class="separator:ga01935b66ba245c2fd7dee5427d86ce9b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gaedc9fba6485eade37cc26c16df9d7aad"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:gaedc9fba6485eade37cc26c16df9d7aad"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tmat4x4< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#gaedc9fba6485eade37cc26c16df9d7aad">toMat4</a> (tquat< T, P > const &x)</td></tr>
<tr class="separator:gaedc9fba6485eade37cc26c16df9d7aad"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gac9e3109ca60b644ce508d6b71a1697bc"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:gac9e3109ca60b644ce508d6b71a1697bc"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#gac9e3109ca60b644ce508d6b71a1697bc">toQuat</a> (tmat3x3< T, P > const &x)</td></tr>
<tr class="separator:gac9e3109ca60b644ce508d6b71a1697bc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga808dd0f83ee8150db7e652313bde8eb2"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga808dd0f83ee8150db7e652313bde8eb2"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL tquat< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00224.html#ga808dd0f83ee8150db7e652313bde8eb2">toQuat</a> (tmat4x4< T, P > const &x)</td></tr>
<tr class="separator:ga808dd0f83ee8150db7e652313bde8eb2"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Extented quaternion types and functions. </p>
<p><<a class="el" href="a00095.html" title="OpenGL Mathematics (glm.g-truc.net) ">glm/gtx/quaternion.hpp</a>> need to be included to use these functionalities. </p>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="ga33ecf8ba903eee5fc09f0fbfc0d5ca6b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tvec3<T, P> glm::cross </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tvec3< T, P > const & </td>
<td class="paramname"><em>v</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute a cross product between a quaternion and a vector. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga4bfe3c7770fc43d14b8ef0058c4a86b5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tvec3<T, P> glm::cross </td>
<td>(</td>
<td class="paramtype">tvec3< T, P > const & </td>
<td class="paramname"><em>v</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute a cross product between a vector and a quaternion. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga17295173d4c2b5ae49b84e9993b63a62"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::exp </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a exp of a quaternion. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga90de879d97487ec804522dd418e5d8a0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL T glm::extractRealComponent </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Extract the real component of a quaternion. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="gac11bf550f17d1da14423595a27575084"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::fastMix </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>y</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">T const & </td>
<td class="paramname"><em>a</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Quaternion normalized linear interpolation. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga56abae85b3669c866e91f3c57b298b9c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::intermediate </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>prev</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>curr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>next</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns an intermediate control point for squad interpolation. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga02b45352c7ac345cabc9e877314acda6"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL T glm::length2 </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the squared length of x. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga791f42e134bfe97fc9c96f4668dd7489"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::log </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a log of a quaternion. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga42a0cf206c59eaeff4c67dd62e09a580"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::pow </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">T const & </td>
<td class="paramname"><em>y</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns x raised to the y power. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga9f39f0d3ecd66839a4af44560aa10fb2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tvec3<T, P> glm::rotate </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tvec3< T, P > const & </td>
<td class="paramname"><em>v</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns quarternion square root. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> Rotates a 3 components vector by a quaternion.</dd>
<dd>
<a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga96575f8868b3f2aa3e13cab9b94ccbd3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tvec4<T, P> glm::rotate </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tvec4< T, P > const & </td>
<td class="paramname"><em>v</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Rotates a 4 components vector by a quaternion. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="gac4856d356c5c97cec74e9b672ea89240"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::rotation </td>
<td>(</td>
<td class="paramtype">tvec3< T, P > const & </td>
<td class="paramname"><em>orig</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tvec3< T, P > const & </td>
<td class="paramname"><em>dest</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute the rotation between two vectors. </p>
<p>param orig vector, needs to be normalized param dest vector, needs to be normalized</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga3534443de2a1a806f386976546cddc81"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::shortMix </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>y</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">T const & </td>
<td class="paramname"><em>a</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Quaternion interpolation using the rotation short path. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="gae75f537becdf2b1381b4482ec96e6c82"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::squad </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>q2</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>s1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>s2</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">T const & </td>
<td class="paramname"><em>h</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute a point on a path according squad equation. </p>
<p>q1 and q2 are control points; s1 and s2 are intermediate control points.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
</div>
</div>
<a class="anchor" id="ga01935b66ba245c2fd7dee5427d86ce9b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tmat3x3<T, P> glm::toMat3 </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Converts a quaternion to a 3 * 3 matrix. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
<p>Definition at line <a class="el" href="a00095_source.html#l00153">153</a> of file <a class="el" href="a00095_source.html">gtx/quaternion.hpp</a>.</p>
<p>References <a class="el" href="a00177.html#gae04c39422eb4e450ec8c4f45a1057b40">glm::mat3_cast()</a>.</p>
</div>
</div>
<a class="anchor" id="gaedc9fba6485eade37cc26c16df9d7aad"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tmat4x4<T, P> glm::toMat4 </td>
<td>(</td>
<td class="paramtype">tquat< T, P > const & </td>
<td class="paramname"><em>x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Converts a quaternion to a 4 * 4 matrix. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
<p>Definition at line <a class="el" href="a00095_source.html#l00160">160</a> of file <a class="el" href="a00095_source.html">gtx/quaternion.hpp</a>.</p>
<p>References <a class="el" href="a00177.html#ga14bb2ddf028c91542763eb6f2bba47ef">glm::mat4_cast()</a>.</p>
</div>
</div>
<a class="anchor" id="gac9e3109ca60b644ce508d6b71a1697bc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::toQuat </td>
<td>(</td>
<td class="paramtype">tmat3x3< T, P > const & </td>
<td class="paramname"><em>x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Converts a 3 * 3 matrix to a quaternion. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
<p>Definition at line <a class="el" href="a00095_source.html#l00167">167</a> of file <a class="el" href="a00095_source.html">gtx/quaternion.hpp</a>.</p>
<p>References <a class="el" href="a00177.html#ga950f8acff3e33bbda77895a3dcb7e5ce">glm::quat_cast()</a>.</p>
</div>
</div>
<a class="anchor" id="ga808dd0f83ee8150db7e652313bde8eb2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL tquat<T, P> glm::toQuat </td>
<td>(</td>
<td class="paramtype">tmat4x4< T, P > const & </td>
<td class="paramname"><em>x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Converts a 4 * 4 matrix to a quaternion. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00224.html" title="Extented quaternion types and functions. ">GLM_GTX_quaternion</a> </dd></dl>
<p>Definition at line <a class="el" href="a00095_source.html#l00174">174</a> of file <a class="el" href="a00095_source.html">gtx/quaternion.hpp</a>.</p>
<p>References <a class="el" href="a00177.html#ga950f8acff3e33bbda77895a3dcb7e5ce">glm::quat_cast()</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.10
</small></address>
</body>
</html>
|
_includes/read-time.html
|
sengchong/sengchong.github.io
|
{% if post.layout != post %}
{% assign words = post.content | strip_html | number_of_words %}
{% if words < 180 %}
less than 1 minute read
{% elsif words < 360 %}
1 minute read
{% else %}
{{ words | divided_by:180 }} minute read
{% endif %}
{% endif %}
{% if post.layout == post %}
{% assign words = content | number_of_words %}
{% if words < 180 %}
less than 1 minute read
{% elsif words < 360 %}
1 minute read
{% else %}
{{ words | divided_by:180 }} minute read
{% endif %}
{% endif %}
|
timelinejs/css/themes/font/Lekton-Molengo.css
|
wskruse/wp-timeline
|
/*
TimelineJS - ver. 2.26.5 - 2013-12-04
Copyright (c) 2012-2013 Northwestern University
a project of the Northwestern University Knight Lab, originally created by Zach Wise
https://github.com/NUKnightLab/TimelineJS
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
.vco-storyjs{font-family:'Lekton',sans-serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Lekton',sans-serif !important}
.vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Lekton',sans-serif !important}
.vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Lekton',sans-serif !important}
.vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Lekton',sans-serif !important}
.vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Molengo',sans-serif}
.timeline-tooltip{font-family:'Lekton',sans-serif}
|
website/data/assets/examples/lib/jquery-ui-1.7.2/demos/resizable/snap-to-grid.html
|
cefn/allyourx
|
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Resizable - Snap to grid</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }
</style>
<script type="text/javascript">
$(function() {
$("#resizable").resizable({
grid: 50
});
});
</script>
</head>
<body>
<div class="demo">
<div id="resizable" class="ui-widget-content">
<h3 class="ui-widget-header">Grid</h3>
</div>
</div><!-- End demo -->
<div class="demo-description">
<p>Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the <code>grid</code> option.</p>
</div><!-- End demo-description -->
</body>
</html>
|
tests/wpt/web-platform-tests/referrer-policy/origin-when-cross-origin/attr-referrer/same-origin/http-http/iframe-tag/swap-origin-redirect/same-origin-insecure.http.html
|
danlrobertson/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-when-cross-origin'</title>
<meta name="description" content="Check that cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin-when-cross-origin">
<meta name="assert" content="The referrer URL is origin when a
document served over http requires an http
sub-resource via iframe-tag using the attr-referrer
delivery method with swap-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-when-cross-origin",
"delivery_method": "attr-referrer",
"redirection": "swap-origin-redirect",
"origin": "same-origin",
"source_protocol": "http",
"target_protocol": "http",
"subresource": "iframe-tag",
"subresource_path": "/referrer-policy/generic/subresource/document.py",
"referrer_url": "origin"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
ajax/libs/semantic-ui/0.7.0/css/semantic.css
|
wormful/cdnjs
|
/*
* # Semantic - Breadcrumb
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Breadcrumb
*******************************/
.ui.breadcrumb {
margin: 1em 0em;
display: inline-block;
vertical-align: middle;
}
.ui.breadcrumb:first-child {
margin-top: 0em;
}
.ui.breadcrumb:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
.ui.breadcrumb .divider {
display: inline-block;
opacity: 0.5;
margin: 0em 0.15em 0em;
font-size: 1em;
color: rgba(0, 0, 0, 0.3);
}
.ui.breadcrumb a.section {
cursor: pointer;
}
.ui.breadcrumb .section {
display: inline-block;
margin: 0em;
padding: 0em;
}
/* Loose Coupling */
.ui.breadcrumb.segment {
display: inline-block;
padding: 0.5em 1em;
}
/*******************************
States
*******************************/
.ui.breadcrumb .active.section {
font-weight: bold;
}
/*******************************
Variations
*******************************/
.ui.small.breadcrumb {
font-size: 0.75em;
}
.ui.large.breadcrumb {
font-size: 1.1em;
}
.ui.huge.breadcrumb {
font-size: 1.3em;
}
/*
* # Semantic - Form
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------------
Form
---------------------*/
.ui.form {
position: relative;
max-width: 100%;
}
.ui.form :first-child {
margin-top: 0em;
}
.ui.form :last-child {
margin-bottom: 0em;
}
/*--------------------
Content
---------------------*/
.ui.form > p {
margin: 1em 0;
}
/*--------------------
Field
---------------------*/
.ui.form .field {
clear: both;
margin: 0em 0em 1em;
}
/*--------------------
Labels
---------------------*/
.ui.form .field > label {
margin: 0em 0em 0.3em;
display: block;
color: #555555;
font-size: 0.875em;
}
/*--------------------
Standard Inputs
---------------------*/
.ui.form textarea,
.ui.form select,
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
.ui.form input[type="password"],
.ui.form input[type="number"],
.ui.form input[type="tel"],
.ui.form .ui.input {
width: 100%;
}
.ui.form textarea,
.ui.form select,
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
.ui.form input[type="password"],
.ui.form input[type="number"],
.ui.form input[type="tel"] {
margin: 0em;
padding: 0.85em 1.2em;
font-size: 0.875em;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.15);
outline: none;
color: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 0.3125em;
-moz-border-radius: 0.3125em;
border-radius: 0.3125em;
-webkit-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-moz-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-o-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-ms-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-webkit-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.textarea,
.ui.form textarea {
line-height: 1.33;
min-height: 8em;
height: 12em;
max-height: 24em;
resize: vertical;
}
.ui.form textarea,
.ui.form input[type="checkbox"] {
vertical-align: top;
}
/*--------------------
Dividers
---------------------*/
.ui.form .divider {
clear: both;
margin: 1em 0em;
}
/*--------------------
Types of Messages
---------------------*/
.ui.form .info.message,
.ui.form .warning.message,
.ui.form .error.message {
display: none;
}
/* Assumptions */
.ui.form .message:first-child {
margin-top: 0px;
}
/*--------------------
Validation Prompt
---------------------*/
.ui.form .field .prompt.label {
white-space: nowrap;
}
.ui.form .inline.field .prompt {
margin-top: 0em;
margin-left: 1em;
}
.ui.form .inline.field .prompt:before {
margin-top: -0.3em;
bottom: auto;
right: auto;
top: 50%;
left: 0em;
}
/*******************************
States
*******************************/
/*--------------------
Focus
---------------------*/
.ui.form input[type="text"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form textarea:focus,
.ui.form select:focus {
color: rgba(0, 0, 0, 0.85);
border-color: rgba(0, 0, 0, 0.2);
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-webkit-appearance: none;
-webkit-box-shadow: 0.3em 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0.3em 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
box-shadow: 0.3em 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
}
/*--------------------
Error
---------------------*/
/* On Form */
.ui.form.warning .warning.message {
display: block;
}
/*--------------------
Warning
---------------------*/
/* On Form */
.ui.form.error .error.message {
display: block;
}
/* On Field(s) */
.ui.form .fields.error .field label,
.ui.form .field.error label {
color: #D95C5C;
}
.ui.form .fields.error .field textarea,
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .field.error textarea,
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="tel"] {
background-color: #FFFAFA;
border-color: #E7BEBE;
border-left: none;
color: #D95C5C;
padding-left: 1.2em;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
-webkit-box-shadow: 0.3em 0em 0em 0em #D95C5C inset;
-moz-box-shadow: 0.3em 0em 0em 0em #D95C5C inset;
box-shadow: 0.3em 0em 0em 0em #D95C5C inset;
}
.ui.form .field.error textarea:focus,
.ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="email"]:focus,
.ui.form .field.error input[type="date"]:focus,
.ui.form .field.error input[type="password"]:focus,
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="tel"]:focus {
border-color: #ff5050;
color: #ff5050;
-webkit-appearance: none;
-webkit-box-shadow: 0.3em 0em 0em 0em #FF5050 inset;
-moz-box-shadow: 0.3em 0em 0em 0em #FF5050 inset;
box-shadow: 0.3em 0em 0em 0em #FF5050 inset;
}
/*--------------------
Empty (Placeholder)
---------------------*/
/* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder {
color: #E0E0E0;
}
.ui.form ::-moz-placeholder {
color: #E0E0E0;
}
.ui.form :focus::-webkit-input-placeholder {
color: #AAAAAA;
}
.ui.form :focus::-moz-placeholder {
color: #AAAAAA;
}
/* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder {
color: rgba(255, 80, 80, 0.4);
}
.ui.form .error ::-moz-placeholder {
color: rgba(255, 80, 80, 0.4);
}
.ui.form .error :focus::-webkit-input-placeholder {
color: rgba(255, 80, 80, 0.7);
}
.ui.form .error :focus::-moz-placeholder {
color: rgba(255, 80, 80, 0.7);
}
/*--------------------
Disabled
---------------------*/
.ui.form .field :disabled,
.ui.form .field.disabled {
opacity: 0.5;
}
.ui.form .field.disabled label {
opacity: 0.5;
}
.ui.form .field.disabled :disabled {
opacity: 1;
}
/*--------------------
Loading State
---------------------*/
/* On Form */
.ui.form.loading {
position: relative;
}
.ui.form.loading:after {
position: absolute;
top: 0%;
left: 0%;
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
visibility: visible;
}
/*******************************
Variations
*******************************/
/*--------------------
Fluid Width
---------------------*/
.ui.form.fluid {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*--------------------------
Input w/ attached Button
---------------------------*/
.ui.form input.attached {
width: auto;
}
/*--------------------
Date Input
---------------------*/
.ui.form .date.field > label {
position: relative;
}
.ui.form .date.field > label:after {
position: absolute;
top: 2em;
right: 0.5em;
font-family: 'Icons';
content: '\f133';
font-size: 1.2em;
font-weight: normal;
color: #CCCCCC;
}
/*--------------------
Inverted Colors
---------------------*/
.ui.inverted.form label {
color: #FFFFFF;
}
.ui.inverted.form .field.error textarea,
.ui.inverted.form .field.error input[type="text"],
.ui.inverted.form .field.error input[type="email"],
.ui.inverted.form .field.error input[type="date"],
.ui.inverted.form .field.error input[type="password"],
.ui.inverted.form .field.error input[type="number"],
.ui.inverted.form .field.error input[type="tel"] {
background-color: #FFCCCC;
}
/*--------------------
Field Groups
---------------------*/
/* Grouped Vertically */
.ui.form .grouped.fields {
margin: 0em 0em 1em;
}
.ui.form .grouped.fields .field {
display: block;
float: none;
margin: 0.5em 0em;
padding: 0em;
}
/*--------------------
Fields
---------------------*/
/* Split fields */
.ui.form .fields {
clear: both;
}
.ui.form .fields:after {
content: ' ';
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.ui.form .fields > .field {
clear: none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.form .fields > .field:first-child {
border-left: none;
box-shadow: none;
}
/* Other Combinations */
.ui.form .two.fields > .fields,
.ui.form .two.fields > .field {
width: 50%;
padding-left: 1%;
padding-right: 1%;
}
.ui.form .three.fields > .fields,
.ui.form .three.fields > .field {
width: 33.333%;
padding-left: 1%;
padding-right: 1%;
}
.ui.form .four.fields > .fields,
.ui.form .four.fields > .field {
width: 25%;
padding-left: 1%;
padding-right: 1%;
}
.ui.form .five.fields > .fields,
.ui.form .five.fields > .field {
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.ui.form .fields .field:first-child {
padding-left: 0%;
}
.ui.form .fields .field:last-child {
padding-right: 0%;
}
/*--------------------
Inline Fields
---------------------*/
.ui.form .inline.fields .field {
min-height: 1.3em;
margin-right: 0.5em;
}
.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.fields .field > input,
.ui.form .inline.field > label,
.ui.form .inline.field > p,
.ui.form .inline.field > input {
display: inline-block;
width: auto;
margin-top: 0em;
margin-bottom: 0em;
vertical-align: middle;
font-size: 1em;
}
.ui.form .inline.fields .field > input,
.ui.form .inline.field > input {
font-size: 0.875em;
}
.ui.form .inline.fields .field > :first-child,
.ui.form .inline.field > :first-child {
margin: 0em 0.5em 0em 0em;
}
.ui.form .inline.fields .field > :only-child,
.ui.form .inline.field > :only-child {
margin: 0em;
}
/*--------------------
Sizes
---------------------*/
/* Standard */
.ui.small.form {
font-size: 0.875em;
}
.ui.small.form textarea,
.ui.small.form input[type="text"],
.ui.small.form input[type="email"],
.ui.small.form input[type="date"],
.ui.small.form input[type="password"],
.ui.small.form input[type="number"],
.ui.small.form input[type="tel"],
.ui.small.form label,
.ui.small.form select {
font-size: 1em;
}
/* Large */
.ui.large.form {
font-size: 1.125em;
}
/*
* # Semantic - Grid
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Grid
*******************************/
.ui.grid {
display: block;
text-align: left;
font-size: 0em;
margin: 0% -1.5%;
padding: 0%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
body > .ui.grid {
margin-left: 0%;
margin-right: 0%;
}
.ui.grid:after,
.ui.row:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*-------------------
Columns
--------------------*/
.ui.grid > .column,
.ui.grid > .row > .column {
display: inline-block;
text-align: left;
font-size: 1rem;
padding-left: 1.5%;
padding-right: 1.5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
vertical-align: top;
}
/*-------------------
Rows
--------------------*/
.ui.grid > .row {
display: block;
width: 100% !important;
margin-top: 1.5%;
padding: 1.5% 0% 0%;
font-size: 0rem;
}
.ui.grid > .row:first-child {
padding-top: 0rem;
margin-top: 0rem;
}
/*-------------------
Content
--------------------*/
.ui.grid > .row > img,
.ui.grid > .row > .column > img {
max-width: 100%;
}
.ui.grid .column > .ui.segment:only-child {
margin: 0em;
}
/*******************************
Variations
*******************************/
/*-----------------------
Page Grid (Responsive)
-------------------------*/
.ui.page.grid {
min-width: 320px;
margin-left: 0%;
margin-right: 0%;
}
@media only screen and (max-width: 998px) {
.ui.page.grid {
padding: 0% 4%;
}
}
@media only screen and (min-width: 998px) {
.ui.page.grid {
padding: 0% 8%;
}
}
@media only screen and (min-width: 1500px) {
.ui.page.grid {
padding: 0% 13%;
}
}
@media only screen and (min-width: 1750px) {
.ui.page.grid {
padding: 0% 18%;
}
}
@media only screen and (min-width: 2000px) {
.ui.page.grid {
padding: 0% 23%;
}
}
/*-------------------
Column Width
--------------------*/
/* Sizing Combinations */
.ui.grid > .row > .one.wide.column,
.ui.grid > .one.wide.column {
width: 6.25%;
}
.ui.grid > .row > .two.wide.column,
.ui.grid > .two.wide.column {
width: 12.5%;
}
.ui.grid > .row > .three.wide.column,
.ui.grid > .three.wide.column {
width: 18.75%;
}
.ui.grid > .row > .four.wide.column,
.ui.grid > .four.wide.column {
width: 25%;
}
.ui.grid > .row > .five.wide.column,
.ui.grid > .five.wide.column {
width: 31.25%;
}
.ui.grid > .row > .six.wide.column,
.ui.grid > .six.wide.column {
width: 37.5%;
}
.ui.grid > .row > .seven.wide.column,
.ui.grid > .seven.wide.column {
width: 43.75%;
}
.ui.grid > .row > .eight.wide.column,
.ui.grid > .eight.wide.column {
width: 50%;
}
.ui.grid > .row > .nine.wide.column,
.ui.grid > .nine.wide.column {
width: 56.25%;
}
.ui.grid > .row > .ten.wide.column,
.ui.grid > .ten.wide.column {
width: 62.5%;
}
.ui.grid > .row > .eleven.wide.column,
.ui.grid > .eleven.wide.column {
width: 68.75%;
}
.ui.grid > .row > .twelve.wide.column,
.ui.grid > .twelve.wide.column {
width: 75%;
}
.ui.grid > .row > .thirteen.wide.column,
.ui.grid > .thirteen.wide.column {
width: 81.25%;
}
.ui.grid > .row > .fourteen.wide.column,
.ui.grid > .fourteen.wide.column {
width: 87.5%;
}
.ui.grid > .row > .fifteen.wide.column,
.ui.grid > .fifteen.wide.column {
width: 93.75%;
}
.ui.grid > .row > .sixteen.wide.column,
.ui.grid > .sixteen.wide.column {
width: 100%;
}
/*-------------------
Column Count
--------------------*/
/* Standard */
.ui.grid > .column,
.ui.grid > .row > .column {
width: 6.25%;
}
/* Assume full width with one column */
.ui.one.column.grid > .row > .column,
.ui.one.column.grid > .column,
.ui.grid > .one.column.row > .column {
width: 100%;
}
.ui.two.column.grid > .row > .column,
.ui.two.column.grid > .column,
.ui.grid > .two.column.row > .column {
width: 50%;
}
.ui.three.column.grid > .row > .column,
.ui.three.column.grid > .column,
.ui.grid > .three.column.row > .column {
width: 33.3333%;
}
.ui.four.column.grid > .row > .column,
.ui.four.column.grid > .column,
.ui.grid > .four.column.row > .column {
width: 25%;
}
.ui.five.column.grid > .row > .column,
.ui.five.column.grid > .column,
.ui.grid > .five.column.row > .column {
width: 20%;
}
.ui.six.column.grid > .row > .column,
.ui.six.column.grid > .column,
.ui.grid > .six.column.row > .column {
width: 16.66667%;
}
.ui.seven.column.grid > .row > .column,
.ui.seven.column.grid > .column,
.ui.grid > .seven.column.row > .column {
width: 14.2857%;
}
.ui.eight.column.grid > .row > .column,
.ui.eight.column.grid > .column,
.ui.grid > .eight.column.row > .column {
width: 12.5%;
}
.ui.nine.column.grid > .row > .column,
.ui.nine.column.grid > .column,
.ui.grid > .nine.column.row > .column {
width: 11.1111%;
}
.ui.ten.column.grid > .row > .column,
.ui.ten.column.grid > .column,
.ui.grid > .ten.column.row > .column {
width: 10%;
}
.ui.eleven.column.grid > .row > .column,
.ui.eleven.column.grid > .column,
.ui.grid > .eleven.column.row > .column {
width: 9.0909%;
}
.ui.twelve.column.grid > .row > .column,
.ui.twelve.column.grid > .column,
.ui.grid > .twelve.column.row > .column {
width: 8.3333%;
}
.ui.thirteen.column.grid > .row > .column,
.ui.thirteen.column.grid > .column,
.ui.grid > .thirteen.column.row > .column {
width: 7.6923%;
}
.ui.fourteen.column.grid > .row > .column,
.ui.fourteen.column.grid > .column,
.ui.grid > .fourteen.column.row > .column {
width: 7.1428%;
}
.ui.fifteen.column.grid > .row > .column,
.ui.fifteen.column.grid > .column,
.ui.grid > .fifteen.column.row > .column {
width: 6.6666%;
}
.ui.sixteen.column.grid > .row > .column,
.ui.sixteen.column.grid > .column,
.ui.grid > .sixteen.column.row > .column {
width: 6.25%;
}
/* Assume full width with one column */
.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
width: 100%;
}
/*----------------------
Relaxed
-----------------------*/
.ui.relaxed.grid {
margin: 0% -2.5%;
}
.ui.relaxed.grid > .column,
.ui.relaxed.grid > .row > .column {
padding-left: 2.5%;
padding-right: 2.5%;
}
/*----------------------
"Floated"
-----------------------*/
.ui.grid .left.floated.column {
float: left;
}
.ui.grid .right.floated.column {
float: right;
}
/*----------------------
Divided
-----------------------*/
.ui.divided.grid,
.ui.divided.grid > .row {
display: table;
width: 100%;
margin-left: 0% !important;
margin-right: 0% !important;
}
.ui.divided.grid > .column:not(.row),
.ui.divided.grid > .row > .column {
display: table-cell;
-webkit-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1), -2px 0px 0px 0px rgba(255, 255, 255, 0.8);
-moz-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1), -2px 0px 0px 0px rgba(255, 255, 255, 0.8);
box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1), -2px 0px 0px 0px rgba(255, 255, 255, 0.8);
}
.ui.divided.grid > .column.row {
display: table;
}
.ui.divided.grid > .column:first-child,
.ui.divided.grid > .row > .column:first-child {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* Vertically Divided */
.ui.vertically.divided.grid > .row {
-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(255, 255, 255, 0.8) !important;
-moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(255, 255, 255, 0.8) !important;
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(255, 255, 255, 0.8) !important;
}
.ui.vertically.divided.grid > .row > .column,
.ui.vertically.divided.grid > .column:not(.row),
.ui.vertically.divided.grid > .row:first-child {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
/*----------------------
Celled
-----------------------*/
.ui.celled.grid {
display: table;
width: 100%;
margin-left: 0% !important;
margin-right: 0% !important;
-webkit-box-shadow: 0px 0px 0px 1px #DFDFDF;
-moz-box-shadow: 0px 0px 0px 1px #DFDFDF;
box-shadow: 0px 0px 0px 1px #DFDFDF;
}
.ui.celled.grid > .row,
.ui.celled.grid > .column.row,
.ui.celled.grid > .column.row:first-child {
display: table;
width: 100%;
margin-top: 0em;
padding-top: 0em;
-webkit-box-shadow: 0px -1px 0px 0px #dfdfdf;
-moz-box-shadow: 0px -1px 0px 0px #dfdfdf;
box-shadow: 0px -1px 0px 0px #dfdfdf;
}
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
display: table-cell;
padding: 0.75em;
-webkit-box-shadow: -1px 0px 0px 0px #dfdfdf;
-moz-box-shadow: -1px 0px 0px 0px #dfdfdf;
box-shadow: -1px 0px 0px 0px #dfdfdf;
}
.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.celled.page.grid {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*----------------------
Horizontally Centered
-----------------------*/
/* Vertical Centered */
.ui.left.aligned.grid,
.ui.left.aligned.grid > .row > .column,
.ui.left.aligned.grid > .column,
.ui.grid .left.aligned.column,
.ui.grid > .left.aligned.row > .column {
text-align: left;
}
.ui.center.aligned.grid,
.ui.center.aligned.grid > .row > .column,
.ui.center.aligned.grid > .column,
.ui.grid .center.aligned.column,
.ui.grid > .center.aligned.row > .column {
text-align: center;
}
.ui.right.aligned.grid,
.ui.right.aligned.grid > .row > .column,
.ui.right.aligned.grid > .column,
.ui.grid .right.aligned.column,
.ui.grid > .right.aligned.row > .column {
text-align: right;
}
/*----------------------
Vertically Centered
-----------------------*/
/* Vertical Centered */
.ui.top.aligned.grid,
.ui.top.aligned.grid > .row > .column,
.ui.top.aligned.grid > .column,
.ui.grid .top.aligned.column,
.ui.grid > .top.aligned.row > .column {
vertical-align: top;
}
.ui.middle.aligned.grid,
.ui.middle.aligned.grid > .row > .column,
.ui.middle.aligned.grid > .column,
.ui.grid .middle.aligned.column,
.ui.grid > .middle.aligned.row > .column {
vertical-align: middle;
}
.ui.bottom.aligned.grid,
.ui.bottom.aligned.grid > .row > .column,
.ui.bottom.aligned.grid > .column,
.ui.grid .bottom.aligned.column,
.ui.grid > .bottom.aligned.row > .column {
vertical-align: bottom;
}
/*----------------------
Equal Height Columns
-----------------------*/
.ui.grid > .equal.height.row {
display: table;
width: 100%;
}
.ui.grid > .equal.height.row > .column {
display: table-cell;
}
/*----------------------
Only (Device)
-----------------------*/
/* Mobile Only */
@media only screen and (max-width: 768px) {
.ui.mobile.only.grid,
.ui.grid > .mobile.only.row {
display: block !important;
}
.ui.grid > .row > .mobile.only.column {
display: inline-block !important;
}
.ui.divided.mobile.only.grid,
.ui.celled.mobile.only.grid,
.ui.divided.mobile.only.grid .row,
.ui.celled.mobile.only.grid .row,
.ui.divided.grid .mobile.only.row,
.ui.celled.grid .mobile.only.row,
.ui.grid .mobile.only.equal.height.row,
.ui.mobile.only.grid .equal.height.row {
display: table !important;
}
.ui.divided.grid > .row > .mobile.only.column,
.ui.celled.grid > .row > .mobile.only.column,
.ui.divided.mobile.only.grid > .row > .column,
.ui.celled.mobile.only.grid > .row > .column,
.ui.divided.mobile.only.grid > .column,
.ui.celled.mobile.only.grid > .column {
display: table-cell !important;
}
}
@media only screen and (min-width: 768px) {
.ui.mobile.only.grid,
.ui.grid > .mobile.only.row,
.ui.grid > .row > .mobile.only.column {
display: none;
}
}
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 998px) {
.ui.tablet.only.grid,
.ui.grid > .tablet.only.row {
display: block !important;
}
.ui.grid > .row > .tablet.only.column {
display: inline-block !important;
}
.ui.divided.tablet.only.grid,
.ui.celled.tablet.only.grid,
.ui.divided.tablet.only.grid .row,
.ui.celled.tablet.only.grid .row,
.ui.divided.grid .tablet.only.row,
.ui.celled.grid .tablet.only.row,
.ui.grid .tablet.only.equal.height.row,
.ui.tablet.only.grid .equal.height.row {
display: table !important;
}
.ui.divided.grid > .row > .tablet.only.column,
.ui.celled.grid > .row > .tablet.only.column,
.ui.divided.tablet.only.grid > .row > .column,
.ui.celled.tablet.only.grid > .row > .column,
.ui.divided.tablet.only.grid > .column,
.ui.celled.tablet.only.grid > .column {
display: table-cell !important;
}
}
@media only screen and (max-width: 768px), (min-width: 998px) {
.ui.tablet.only.grid,
.ui.grid > .tablet.only.row,
.ui.grid > .row > .tablet.only.column {
display: none;
}
}
/* Computer Only */
@media only screen and (min-width: 998px) {
.ui.computer.only.grid,
.ui.grid > .computer.only.row {
display: block !important;
}
.ui.grid > .row > .computer.only.column {
display: inline-block !important;
}
.ui.divided.computer.only.grid,
.ui.celled.computer.only.grid,
.ui.divided.computer.only.grid .row,
.ui.celled.computer.only.grid .row,
.ui.divided.grid .computer.only.row,
.ui.celled.grid .computer.only.row,
.ui.grid .computer.only.equal.height.row,
.ui.computer.only.grid .equal.height.row {
display: table !important;
}
.ui.divided.grid > .row > .computer.only.column,
.ui.celled.grid > .row > .computer.only.column,
.ui.divided.computer.only.grid > .row > .column,
.ui.celled.computer.only.grid > .row > .column,
.ui.divided.computer.only.grid > .column,
.ui.celled.computer.only.grid > .column {
display: table-cell !important;
}
}
@media only screen and (max-width: 998px) {
.ui.computer.only.grid,
.ui.grid > .computer.only.row,
.ui.grid > .row > .computer.only.column {
display: none;
}
}
/*-------------------
Stackable
--------------------*/
@media only screen and (max-width: 768px) {
.ui.stackable.grid {
display: block !important;
padding: 0em;
}
.ui.stackable.grid > .row > .column,
.ui.stackable.grid > .column {
display: block !important;
width: auto !important;
margin: 1.5em 5% 0em !important;
padding: 1.5em 0em 0em !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.ui.stackable.divided.grid .column,
.ui.stackable.celled.grid .column {
border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.ui.stackable.grid > .row:first-child > .column:first-child,
.ui.stackable.grid > .column:first-child {
margin-top: 0em !important;
padding-top: 0em !important;
}
.ui.stackable.divided.grid > .row:first-child > .column:first-child,
.ui.stackable.celled.grid > .row:first-child > .column:first-child,
.ui.stackable.divided.grid > .column:first-child,
.ui.stackable.celled.grid > .column:first-child {
border-top: none !important;
}
/* Remove pointers from vertical menus */
.ui.stackable.grid .vertical.pointing.menu .item:after {
display: none;
}
}
/*
* # Semantic - Menu
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------
Menu
---------------*/
.ui.menu {
margin: 1rem 0rem;
background-color: #FFFFFF;
font-size: 0px;
font-weight: normal;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0.1875rem;
-moz-border-radius: 0.1875rem;
border-radius: 0.1875rem;
}
.ui.menu:first-child {
margin-top: 0rem;
}
.ui.menu:last-child {
margin-bottom: 0rem;
}
.ui.menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui.menu > .item:first-child {
border-radius: 0.1875em 0px 0px 0.1875em;
}
.ui.menu > .item:last-child {
border-radius: 0px 0.1875em 0.1875em 0px;
}
.ui.menu .item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
vertical-align: middle;
line-height: 1;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
-moz-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
-o-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
-ms-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
/*--------------
Colors
---------------*/
/* Text Color */
.ui.menu .item,
.ui.menu .item > a {
color: rgba(0, 0, 0, 0.75);
}
.ui.menu .item .item,
.ui.menu .item .item > a {
color: rgba(30, 30, 30, 0.7);
}
.ui.menu .item .item .item,
.ui.menu .item .item .item > a {
color: rgba(30, 30, 30, 0.6);
}
.ui.menu .dropdown.item .menu .item,
.ui.menu .dropdown.item .menu .item a {
color: rgba(0, 0, 0, 0.75);
}
/* Hover */
.ui.menu .item .menu a.item:hover,
.ui.menu .item .menu a.item.hover,
.ui.menu .item .menu .link.item:hover,
.ui.menu .item .menu .link.item.hover {
color: rgba(0, 0, 0, 0.85);
}
.ui.menu .dropdown.item .menu .item a:hover {
color: rgba(0, 0, 0, 0.85);
}
/* Active */
.ui.menu .active.item,
.ui.menu .active.item a {
color: rgba(0, 0, 0, 0.85);
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
/*--------------
Items
---------------*/
.ui.menu .item {
position: relative;
display: inline-block;
padding: 0.83em 0.95em;
border-top: 0em solid rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-moz-user-select: -moz-none;
-khtml-user-select: none;
user-select: none;
}
.ui.menu .menu {
margin: 0em;
}
.ui.menu .item.left,
.ui.menu .menu.left {
float: left;
}
.ui.menu .item.right,
.ui.menu .menu.right {
float: right;
}
/*--------------
Borders
---------------*/
.ui.menu .item:before {
position: absolute;
content: '';
top: 0%;
right: 0px;
width: 1px;
height: 100%;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
background-image: linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
}
.ui.menu .menu.right .item:before,
.ui.menu .item.right:before {
right: auto;
left: 0px;
}
/*--------------
Text Content
---------------*/
.ui.menu .text.item > *,
.ui.menu .item > p:only-child {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
line-height: 1.3;
color: rgba(0, 0, 0, 0.6);
}
.ui.menu .item > p:first-child {
margin-top: 0px;
}
.ui.menu .item > p:last-child {
margin-bottom: 0px;
}
/*--------------
Button
---------------*/
.ui.menu:not(.vertical) .item > .button {
position: relative;
top: -0.05em;
margin: -0.55em 0;
padding-bottom: 0.55em;
padding-top: 0.55em;
font-size: 0.875em;
box-shadow: none;
}
/*--------------
Inputs
---------------*/
.ui.menu:not(.vertical) .item > .input {
margin-top: -0.83em;
margin-bottom: -0.83em;
padding-top: 0.3em;
padding-bottom: 0.3em;
width: 100%;
}
.ui.menu .item > .input input {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.ui.vertical.menu .item > .input input {
margin: 0em;
padding-top: 0.63em;
padding-bottom: 0.63em;
}
.ui.vertical.menu .ui.input > .icon {
padding-top: 0.63em;
}
/*--------------
Header
---------------*/
.ui.menu .header.item {
background-color: rgba(0, 0, 0, 0.04);
margin: 0em;
}
.ui.vertical.menu .header.item {
font-weight: bold;
}
/*--------------
Dropdowns
---------------*/
.ui.menu .dropdown.item .menu {
left: 1px;
margin: 1px 0px 0px 0px;
min-width: calc(99%);
box-shadow: 0 1px 1px 1px #DDDDDD;
}
.ui.menu .pointing.dropdown.item .menu {
margin-top: 0.75em;
}
.ui.menu .simple.dropdown.item .menu {
margin: 0px !important;
}
.ui.menu .dropdown.item .menu .item {
width: 100%;
color: rgba(0, 0, 0, 0.75);
}
.ui.menu .dropdown.item .menu .active.item {
box-shadow: none !important;
}
.ui.menu .ui.dropdown .menu .item:before {
display: none;
}
/*--------------
Labels
---------------*/
.ui.menu .item > .label {
background-color: rgba(0, 0, 0, 0.35);
color: #FFFFFF;
margin: -0.15em 0em -0.15em 0.5em;
padding: 0.3em 0.8em;
vertical-align: baseline;
}
.ui.menu .item > .floating.label {
padding: 0.3em 0.8em;
}
/*--------------
Images
---------------*/
.ui.menu .item > img:only-child {
display: block;
max-width: 100%;
margin: 0em auto;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.link.menu .item:hover,
.ui.menu .item.hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover,
.ui.menu .ui.dropdown .menu .item.hover,
.ui.menu .ui.dropdown .menu .item:hover {
cursor: pointer;
background-color: rgba(0, 0, 0, 0.02);
}
.ui.menu .ui.dropdown.active {
background-color: rgba(0, 0, 0, 0.02);
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-bottom-right-radius: 0em;
-moz-border-bottom-right-radius: 0em;
border-bottom-right-radius: 0em;
-webkit-border-bottom-left-radius: 0em;
-moz-border-bottom-left-radius: 0em;
border-bottom-left-radius: 0em;
}
/*--------------
Down
---------------*/
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active,
.ui.menu .ui.dropdown .menu .item:active {
background-color: rgba(0, 0, 0, 0.05);
}
/*--------------
Active
---------------*/
.ui.menu .active.item {
background-color: rgba(0, 0, 0, 0.01);
color: rgba(0, 0, 0, 0.95);
-webkit-box-shadow: 0em 0.2em 0em inset;
-moz-box-shadow: 0em 0.2em 0em inset;
box-shadow: 0em 0.2em 0em inset;
}
.ui.vertical.menu .active.item {
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
-moz-box-shadow: 0.2em 0em 0em inset;
-webkit-box-shadow: 0.2em 0em 0em inset;
box-shadow: 0.2em 0em 0em inset;
}
.ui.vertical.menu > .active.item:first-child {
-webkit-border-radius: 0em 0.1875em 0em 0em;
-moz-border-radius: 0em 0.1875em 0em 0em;
border-radius: 0em 0.1875em 0em 0em;
}
.ui.vertical.menu > .active.item:last-child {
-webkit-border-radius: 0em 0em 0.1875em 0em;
-moz-border-radius: 0em 0em 0.1875em 0em;
border-radius: 0em 0em 0.1875em 0em;
}
.ui.vertical.menu > .active.item:only-child {
-webkit-border-radius: 0em 0.1875em 0.1875em 0em;
-moz-border-radius: 0em 0.1875em 0.1875em 0em;
border-radius: 0em 0.1875em 0.1875em 0em;
}
.ui.vertical.menu .active.item .menu .active.item {
border-left: none;
}
.ui.vertical.menu .active.item .menu .active.item {
padding-left: 1.5rem;
}
.ui.vertical.menu .item .menu .active.item {
background-color: rgba(0, 0, 0, 0.03);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*--------------
Disabled
---------------*/
.ui.menu .item.disabled,
.ui.menu .item.disabled:hover,
.ui.menu .item.disabled.hover {
cursor: default;
color: rgba(0, 0, 0, 0.2);
background-color: transparent !important;
}
/*--------------------
Loading
---------------------*/
/* On Form */
.ui.menu.loading {
position: relative;
}
.ui.menu.loading:after {
position: absolute;
top: 0%;
left: 0%;
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
visibility: visible;
}
/*******************************
Types
*******************************/
/*--------------
Vertical
---------------*/
.ui.vertical.menu .item {
display: block;
height: auto !important;
border-top: none;
border-left: 0em solid rgba(0, 0, 0, 0);
border-right: none;
}
.ui.vertical.menu > .item:first-child {
border-radius: 0.1875em 0.1875em 0px 0px;
}
.ui.vertical.menu > .item:last-child {
border-radius: 0px 0px 0.1875em 0.1875em;
}
.ui.vertical.menu .item > .label {
float: right;
text-align: center;
}
.ui.vertical.menu .item > .icon:not(.input) {
float: right;
width: 1.22em;
margin: 0em 0em 0em 0.5em;
}
.ui.vertical.menu .item > .label + .icon {
float: none;
margin: 0em 0.25em 0em 0em;
}
/*--- Border ---*/
.ui.vertical.menu .item:before {
position: absolute;
content: '';
top: 0%;
left: 0px;
width: 100%;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
background-image: linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
}
.ui.vertical.menu .item:first-child:before {
background-image: none !important;
}
/*--- Dropdown ---*/
.ui.vertical.menu .dropdown.item > i {
float: right;
content: "\f0da";
}
.ui.vertical.menu .dropdown.item .menu {
top: 0% !important;
left: 100%;
margin: 0px 0px 0px 1px;
box-shadow: 0 0px 1px 1px #DDDDDD;
}
.ui.vertical.menu .dropdown.item.active {
border-top-right-radius: 0em;
border-bottom-right-radius: 0em;
}
.ui.vertical.menu .dropdown.item .menu .item {
font-size: 1rem;
}
.ui.vertical.menu .dropdown.item .menu .item .icon {
margin-right: 0em;
}
.ui.vertical.menu .dropdown.item.active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*--- Sub Menu ---*/
.ui.vertical.menu .item > .menu {
margin: 0.5em -0.95em 0em;
}
.ui.vertical.menu .item > .menu > .item {
padding: 0.5rem 1.5rem;
font-size: 0.875em;
}
.ui.vertical.menu .item > .menu > .item:before {
display: none;
}
/*--------------
Tiered
---------------*/
.ui.tiered.menu > .sub.menu > .item {
color: rgba(0, 0, 0, 0.4);
}
.ui.tiered.menu > .menu > .item:hover,
.ui.tiered.menu > .menu > .item.hover {
color: rgba(0, 0, 0, 0.8);
}
.ui.tiered.menu .item.active {
color: rgba(0, 0, 0, 0.8);
}
.ui.tiered.menu > .menu .item.active:after {
position: absolute;
content: '';
margin-top: -1px;
top: 100%;
left: 0px;
width: 100%;
height: 2px;
background-color: #FBFBFB;
}
.ui.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.01);
border-radius: 0em;
border-top: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: #FFFFFF;
}
.ui.tiered.menu .sub.menu .item {
font-size: 0.875rem;
}
.ui.tiered.menu .sub.menu .item:before {
background-image: none;
}
.ui.tiered.menu .sub.menu .active.item {
padding-top: 0.83em;
background-color: transparent;
border-radius: 0 0 0 0;
border-top: medium none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.7) !important;
}
.ui.tiered.menu .sub.menu .active.item:after {
display: none;
}
/* Inverted */
.ui.inverted.tiered.menu > .menu > .item {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.2);
}
.ui.inverted.tiered.menu .sub.menu .item {
color: rgba(255, 255, 255, 0.6);
}
.ui.inverted.tiered.menu > .menu > .item:hover,
.ui.inverted.tiered.menu > .menu > .item.hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
color: #ffffff !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* Tiered pointing */
.ui.pointing.tiered.menu > .menu > .item:after {
display: none;
}
.ui.pointing.tiered.menu > .sub.menu > .item:after {
display: block;
}
/*--------------
Tabular
---------------*/
.ui.tabular.menu {
background-color: transparent;
border-bottom: 1px solid #DCDDDE;
border-radius: 0em;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.ui.tabular.menu .item {
background-color: transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
padding-left: 1.4em;
padding-right: 1.4em;
color: rgba(0, 0, 0, 0.6);
}
.ui.tabular.menu .item:before {
display: none;
}
/* Hover */
.ui.tabular.menu .item:hover {
background-color: transparent;
color: rgba(0, 0, 0, 0.8);
}
/* Active */
.ui.tabular.menu .active.item {
position: relative;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.8);
border-color: #DCDDDE;
font-weight: bold;
margin-bottom: -1px;
border-bottom: 1px solid #FFFFFF;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
/* Coupling with segment for attachment */
.ui.attached.tabular.menu {
position: relative;
z-index: 2;
}
.ui.tabular.menu ~ .bottom.attached.segment {
margin: 1px 0px 0px 1px;
}
/*--------------
Pagination
---------------*/
.ui.pagination.menu {
margin: 0em;
display: inline-block;
vertical-align: middle;
}
.ui.pagination.menu .item {
min-width: 3em;
text-align: center;
}
.ui.pagination.menu .icon.item .icon {
vertical-align: top;
}
.ui.pagination.menu.floated {
display: block;
}
/* active */
.ui.pagination.menu .active.item {
border-top: none;
padding-top: 0.83em;
background-color: rgba(0, 0, 0, 0.05);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*--------------
Secondary
---------------*/
.ui.secondary.menu {
background-color: transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.secondary.menu > .menu > .item,
.ui.secondary.menu > .item {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
height: auto !important;
margin: 0em 0.25em;
padding: 0.5em 1em;
-webkit-border-radius: 0.3125em;
-moz-border-radius: 0.3125em;
border-radius: 0.3125em;
}
.ui.secondary.menu > .menu > .item:before,
.ui.secondary.menu > .item:before {
display: none !important;
}
.ui.secondary.menu .item > .input input {
background-color: transparent;
border: none;
}
.ui.secondary.menu .link.item,
.ui.secondary.menu a.item {
opacity: 0.8;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
.ui.secondary.menu .header.item {
border-right: 0.1em solid rgba(0, 0, 0, 0.1);
background-color: transparent;
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
}
/* hover */
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
opacity: 1;
}
/* active */
.ui.secondary.menu > .menu > .active.item,
.ui.secondary.menu > .active.item {
background-color: rgba(0, 0, 0, 0.08);
opacity: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.secondary.vertical.menu > .active.item {
-webkit-border-radius: 0.3125em;
-moz-border-radius: 0.3125em;
border-radius: 0.3125em;
}
/* inverted */
.ui.secondary.inverted.menu .link.item,
.ui.secondary.inverted.menu a.item {
color: rgba(255, 255, 255, 0.5);
}
.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.secondary.inverted.menu > .active.item {
background-color: rgba(255, 255, 255, 0.9);
}
/* disable variations */
.ui.secondary.item.menu > .item {
margin: 0em;
}
.ui.secondary.attached.menu {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*---------------------
Secondary Pointing
-----------------------*/
.ui.secondary.pointing.menu {
border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.ui.secondary.pointing.menu > .menu > .item,
.ui.secondary.pointing.menu > .item {
margin: 0em 0em -3px;
padding: 0.6em 0.95em;
border-bottom: 3px solid rgba(0, 0, 0, 0);
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
-webkit-transition: color 0.2s
;
-moz-transition: color 0.2s
;
-o-transition: color 0.2s
;
-ms-transition: color 0.2s
;
transition: color 0.2s
;
}
/* Item Types */
.ui.secondary.pointing.menu .header.item {
border-right-width: 0px;
font-weight: bold;
}
.ui.secondary.pointing.menu .text.item {
box-shadow: none !important;
}
.ui.secondary.pointing.menu > .menu > .item:after,
.ui.secondary.pointing.menu > .item:after {
display: none;
}
/* Hover */
.ui.secondary.pointing.menu > .menu > .link.item:hover,
.ui.secondary.pointing.menu > .link.item:hover,
.ui.secondary.pointing.menu > .menu > a.item:hover,
.ui.secondary.pointing.menu > a.item:hover {
background-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
/* Down */
.ui.secondary.pointing.menu > .menu > .link.item:active,
.ui.secondary.pointing.menu > .link.item:active,
.ui.secondary.pointing.menu > .menu > a.item:active,
.ui.secondary.pointing.menu > a.item:active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.2);
}
/* Active */
.ui.secondary.pointing.menu > .menu > .item.active,
.ui.secondary.pointing.menu > .item.active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.4);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*---------------------
Secondary Vertical
-----------------------*/
.ui.secondary.vertical.pointing.menu {
border: none;
border-right: 3px solid rgba(0, 0, 0, 0.1);
}
.ui.secondary.vertical.menu > .item {
border: none;
margin: 0em 0em 0.3em;
padding: 0.6em 0.8em;
-webkit-border-radius: 0.1875em;
-moz-border-radius: 0.1875em;
border-radius: 0.1875em;
}
.ui.secondary.vertical.menu > .header.item {
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
}
.ui.secondary.vertical.pointing.menu > .item {
margin: 0em -3px 0em 0em;
border-bottom: none;
border-right: 3px solid transparent;
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
}
/* Hover */
.ui.secondary.vertical.pointing.menu > .item.hover,
.ui.secondary.vertical.pointing.menu > .item:hover {
background-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
/* Down */
.ui.secondary.vertical.pointing.menu > .item:active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.2);
}
/* Active */
.ui.secondary.vertical.pointing.menu > .item.active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.4);
color: rgba(0, 0, 0, 0.85);
}
/*--------------
Inverted
---------------*/
.ui.secondary.inverted.menu {
background-color: transparent;
}
.ui.secondary.inverted.pointing.menu {
border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.ui.secondary.inverted.pointing.menu > .item {
color: rgba(255, 255, 255, 0.7);
}
/* Hover */
.ui.secondary.inverted.pointing.menu > .item.hover,
.ui.secondary.inverted.pointing.menu > .item:hover {
color: rgba(255, 255, 255, 0.85);
}
/* Down */
.ui.secondary.inverted.pointing.menu > .item:active {
border-color: rgba(255, 255, 255, 0.4) !important;
}
/* Active */
.ui.secondary.inverted.pointing.menu > .item.active {
border-color: rgba(255, 255, 255, 0.8) !important;
color: #ffffff;
}
/*---------------------
Inverted Vertical
----------------------*/
.ui.secondary.inverted.vertical.pointing.menu {
border-right: 3px solid rgba(255, 255, 255, 0.1);
border-bottom: none;
}
/*--------------
Text Menu
---------------*/
.ui.text.menu {
background-color: transparent;
margin: 1rem -1rem;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.text.menu > .item {
opacity: 0.8;
margin: 0em 1em;
padding: 0em;
height: auto !important;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: opacity 0.2s ease
;
-moz-transition: opacity 0.2s ease
;
-o-transition: opacity 0.2s ease
;
-ms-transition: opacity 0.2s ease
;
transition: opacity 0.2s ease
;
}
.ui.text.menu > .item:before {
display: none !important;
}
.ui.text.menu .header.item {
background-color: transparent;
opacity: 1;
color: rgba(50, 50, 50, 0.8);
font-size: 0.875rem;
padding: 0em;
text-transform: uppercase;
font-weight: bold;
}
/*--- fluid text ---*/
.ui.text.item.menu .item {
margin: 0em;
}
/*--- vertical text ---*/
.ui.vertical.text.menu {
margin: 1rem 0em;
}
.ui.vertical.text.menu:first-child {
margin-top: 0rem;
}
.ui.vertical.text.menu:last-child {
margin-bottom: 0rem;
}
.ui.vertical.text.menu .item {
float: left;
clear: left;
margin: 0.5em 0em;
}
.ui.vertical.text.menu .item > .icon {
float: none;
margin: 0em 0.83em 0em 0em;
}
.ui.vertical.text.menu .header.item {
margin: 0.8em 0em;
}
/*--- hover ---*/
.ui.text.menu .item.hover,
.ui.text.menu .item:hover {
opacity: 1;
background-color: transparent;
}
/*--- active ---*/
.ui.text.menu .active.item {
background-color: transparent;
padding: 0em;
border: none;
opacity: 1;
font-weight: bold;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* disable variations */
.ui.text.pointing.menu .active.item:after {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.text.attached.menu {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.inverted.text.menu,
.ui.inverted.text.menu .item,
.ui.inverted.text.menu .item:hover,
.ui.inverted.text.menu .item.active {
background-color: transparent;
}
/*--------------
Icon Only
---------------*/
.ui.icon.menu,
.ui.vertical.icon.menu {
width: auto;
display: inline-block;
height: auto;
}
.ui.icon.menu > .item {
height: auto;
text-align: center;
color: rgba(60, 60, 60, 0.7);
}
.ui.icon.menu > .item > .icon {
display: block;
float: none !important;
opacity: 1;
margin: 0em auto !important;
}
.ui.icon.menu .icon:before {
opacity: 1;
}
/* Item Icon Only */
.ui.menu .icon.item .icon {
margin: 0em;
}
.ui.vertical.icon.menu {
float: none;
}
/*--- inverted ---*/
.ui.inverted.icon.menu .item {
color: rgba(255, 255, 255, 0.8);
}
.ui.inverted.icon.menu .icon {
color: #ffffff;
}
/*--------------
Labeled Icon
---------------*/
.ui.labeled.icon.menu {
text-align: center;
}
.ui.labeled.icon.menu > .item > .icon {
display: block;
font-size: 1.5em !important;
margin: 0em auto 0.3em !important;
}
/*******************************
Variations
*******************************/
/*--------------
Colors
---------------*/
/*--- Light Colors ---*/
.ui.menu .green.active.item,
.ui.green.menu .active.item {
border-color: #A1CF64 !important;
color: #A1CF64 !important;
}
.ui.menu .red.active.item,
.ui.red.menu .active.item {
border-color: #D95C5C !important;
color: #D95C5C !important;
}
.ui.menu .blue.active.item,
.ui.blue.menu .active.item {
border-color: #6ECFF5 !important;
color: #6ECFF5 !important;
}
.ui.menu .purple.active.item,
.ui.purple.menu .active.item {
border-color: #564F8A !important;
color: #564F8A !important;
}
.ui.menu .orange.active.item,
.ui.orange.menu .active.item {
border-color: #F05940 !important;
color: #F05940 !important;
}
.ui.menu .teal.active.item,
.ui.teal.menu .active.item {
border-color: #00B5AD !important;
color: #00B5AD !important;
}
/*--------------
Inverted
---------------*/
.ui.inverted.menu {
background-color: #333333;
box-shadow: none;
}
.ui.inverted.menu .header.item {
margin: 0em;
background-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.inverted.menu .item,
.ui.inverted.menu .item > a {
color: #FFFFFF;
}
.ui.inverted.menu .item .item,
.ui.inverted.menu .item .item > a {
color: rgba(255, 255, 255, 0.8);
}
.ui.inverted.menu .dropdown.item .menu .item,
.ui.inverted.menu .dropdown.item .menu .item a {
color: rgba(0, 0, 0, 0.75) !important;
}
.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover,
.ui.inverted.menu .item.disabled.hover {
color: rgba(255, 255, 255, 0.2);
}
/*--- Border ---*/
.ui.inverted.menu .item:before {
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
}
.ui.vertical.inverted.menu .item:before {
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background-image: linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
}
/*--- Hover ---*/
.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .item.hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover,
.ui.inverted.menu .dropdown.item.hover,
.ui.inverted.menu .dropdown.item:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.ui.inverted.menu a.item:hover,
.ui.inverted.menu .item.hover,
.ui.inverted.menu .item > a:hover,
.ui.inverted.menu .item .menu a.item:hover,
.ui.inverted.menu .item .menu a.item.hover,
.ui.inverted.menu .item .menu .link.item:hover,
.ui.inverted.menu .item .menu .link.item.hover {
color: #ffffff;
}
/*--- Down ---*/
.ui.inverted.menu a.item:active,
.ui.inverted.menu .dropdown.item:active,
.ui.inverted.menu .link.item:active,
.ui.inverted.menu a.item:active {
background-color: rgba(255, 255, 255, 0.15);
}
/*--- Active ---*/
.ui.inverted.menu .active.item {
box-shadow: none !important;
background-color: rgba(255, 255, 255, 0.2);
}
.ui.inverted.menu .active.item,
.ui.inverted.menu .active.item a {
color: #ffffff !important;
}
.ui.inverted.vertical.menu .item .menu .active.item {
background-color: rgba(255, 255, 255, 0.2);
color: #ffffff;
}
/*--- Pointers ---*/
.ui.inverted.pointing.menu .active.item:after {
background-color: #505050;
box-shadow: none;
}
.ui.inverted.pointing.menu .active.item:hover:after {
background-color: #3B3B3B;
}
/*--------------
Selection
---------------*/
.ui.selection.menu > .item {
color: rgba(0, 0, 0, 0.4);
}
.ui.selection.menu > .item:hover {
color: rgba(0, 0, 0, 0.6);
}
.ui.selection.menu > .item.active {
color: rgba(0, 0, 0, 0.85);
}
.ui.inverted.selection.menu > .item {
color: rgba(255, 255, 255, 0.4);
}
.ui.inverted.selection.menu > .item:hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.selection.menu > .item.active {
color: #FFFFFF;
}
/*--------------
Floated
---------------*/
.ui.floated.menu {
float: left;
margin: 0rem 0.5rem 0rem 0rem;
}
.ui.right.floated.menu {
float: right;
margin: 0rem 0rem 0rem 0.5rem;
}
/*--------------
Inverted Colors
---------------*/
/*--- Light Colors ---*/
.ui.grey.menu {
background-color: #F0F0F0;
}
/*--- Inverted Colors ---*/
.ui.inverted.green.menu {
background-color: #A1CF64;
}
.ui.inverted.green.pointing.menu .active.item:after {
background-color: #A1CF64;
}
.ui.inverted.red.menu {
background-color: #D95C5C;
}
.ui.inverted.red.pointing.menu .active.item:after {
background-color: #F16883;
}
.ui.inverted.blue.menu {
background-color: #6ECFF5;
}
.ui.inverted.blue.pointing.menu .active.item:after {
background-color: #6ECFF5;
}
.ui.inverted.purple.menu {
background-color: #564F8A;
}
.ui.inverted.purple.pointing.menu .active.item:after {
background-color: #564F8A;
}
.ui.inverted.orange.menu {
background-color: #F05940;
}
.ui.inverted.orange.pointing.menu .active.item:after {
background-color: #F05940;
}
.ui.inverted.teal.menu {
background-color: #00B5AD;
}
.ui.inverted.teal.pointing.menu .active.item:after {
background-color: #00B5AD;
}
/*--------------
Fitted
---------------*/
.ui.fitted.menu .item,
.ui.fitted.menu .item .menu .item,
.ui.menu .fitted.item {
padding: 0em;
}
.ui.horizontally.fitted.menu .item,
.ui.horizontally.fitted.menu .item .menu .item,
.ui.menu .horizontally.fitted.item {
padding-top: 0.83em;
padding-bottom: 0.83em;
}
.ui.vertically.fitted.menu .item,
.ui.vertically.fitted.menu .item .menu .item,
.ui.menu .vertically.fitted.item {
padding-left: 0.95em;
padding-right: 0.95em;
}
/*--------------
Borderless
---------------*/
.ui.borderless.menu .item:before,
.ui.borderless.menu .item .menu .item:before,
.ui.menu .borderless.item:before {
background-image: none;
}
/*-------------------
Compact
--------------------*/
.ui.compact.menu {
display: inline-block;
margin: 0em;
vertical-align: middle;
}
.ui.compact.vertical.menu {
width: auto !important;
}
.ui.compact.vertical.menu .item:last-child::before {
display: block;
}
/*-------------------
Fluid
--------------------*/
.ui.menu.fluid,
.ui.vertical.menu.fluid {
display: block;
width: 100% !important;
}
/*-------------------
Evenly Sized
--------------------*/
.ui.item.menu,
.ui.item.menu .item {
width: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
text-align: center;
}
.ui.menu.two.item .item {
width: 50%;
}
.ui.menu.three.item .item {
width: 33.333%;
}
.ui.menu.four.item .item {
width: 25%;
}
.ui.menu.five.item .item {
width: 20%;
}
.ui.menu.six.item .item {
width: 16.666%;
}
.ui.menu.seven.item .item {
width: 14.285%;
}
.ui.menu.eight.item .item {
width: 12.500%;
}
.ui.menu.nine.item .item {
width: 11.11%;
}
.ui.menu.ten.item .item {
width: 10.0%;
}
.ui.menu.eleven.item .item {
width: 9.09%;
}
.ui.menu.twelve.item .item {
width: 8.333%;
}
/*--------------
Fixed
---------------*/
.ui.menu.fixed {
position: fixed;
z-index: 10;
margin: 0em;
border: none;
width: 100%;
}
.ui.menu.fixed,
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
.ui.menu.fixed.top {
top: 0px;
left: 0px;
right: auto;
bottom: auto;
}
.ui.menu.fixed.right {
top: 0px;
right: 0px;
left: auto;
bottom: auto;
width: auto;
height: 100%;
}
.ui.menu.fixed.bottom {
bottom: 0px;
left: 0px;
top: auto;
right: auto;
}
.ui.menu.fixed.left {
top: 0px;
left: 0px;
right: auto;
bottom: auto;
width: auto;
height: 100%;
}
/*-------------------
Pointing
--------------------*/
.ui.pointing.menu .active.item:after {
position: absolute;
bottom: -0.35em;
left: 50%;
content: "";
margin-left: -0.3em;
width: 0.6em;
height: 0.6em;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
background-image: none;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
-webkit-transition: background 0.2s ease
;
-moz-transition: background 0.2s ease
;
-o-transition: background 0.2s ease
;
-ms-transition: background 0.2s ease
;
transition: background 0.2s ease
;
}
/* Don't double up pointers */
.ui.pointing.menu .active.item .menu .active.item:after {
display: none;
}
.ui.vertical.pointing.menu .active.item:after {
position: absolute;
top: 50%;
margin-top: -0.3em;
right: -0.4em;
bottom: auto;
left: auto;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* Colors */
.ui.pointing.menu .active.item:after {
background-color: #FCFCFC;
}
.ui.pointing.menu .active.item.hover:after,
.ui.pointing.menu .active.item:hover:after {
background-color: #FAFAFA;
}
.ui.vertical.pointing.menu .menu .active.item:after {
background-color: #F4F4F4;
}
.ui.pointing.menu a.active.item:active:after {
background-color: #F0F0F0;
}
/*--------------
Attached
---------------*/
.ui.menu.attached {
margin: 0rem;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
/* avoid rgba multiplying */
-moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
-webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
box-shadow: 0px 0px 0px 1px #DDDDDD;
}
.ui.top.attached.menu {
-moz-border-radius: 0.1875em 0.1875em 0px 0px;
-webkit-border-radius: 0.1875em 0.1875em 0px 0px;
border-radius: 0.1875em 0.1875em 0px 0px;
}
.ui.menu.bottom.attached {
-moz-border-radius: 0px 0px 0.1875em 0.1875em;
-webkit-border-radius: 0px 0px 0.1875em 0.1875em;
border-radius: 0px 0px 0.1875em 0.1875em;
}
/*--------------
Sizes
---------------*/
.ui.small.menu .item {
font-size: 0.875rem;
}
.ui.small.menu:not(.vertical) .item > .input input {
padding-top: 0.4em;
padding-bottom: 0.4em;
}
.ui.small.vertical.menu {
width: 13rem;
}
.ui.menu .item {
font-size: 1rem;
}
.ui.vertical.menu {
width: 15rem;
}
.ui.large.menu .item {
font-size: 1.125rem;
}
.ui.large.menu .item .item {
font-size: 0.875rem;
}
.ui.large.menu:not(.vertical) .item > .input input {
top: -0.125em;
padding-bottom: 0.6em;
padding-top: 0.6em;
}
.ui.large.menu .dropdown.item .item {
font-size: 1rem;
}
.ui.large.vertical.menu {
width: 18rem;
}
/*
* # Semantic - Message
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Message
*******************************/
.ui.message {
position: relative;
min-height: 18px;
margin: 1em 0em;
height: auto;
background-color: #EFEFEF;
padding: 1em;
line-height: 1.33;
color: rgba(0, 0, 0, 0.6);
-webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
-moz-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
-o-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
-ms-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0.325em 0.325em 0.325em 0.325em;
-moz-border-radius: 0.325em 0.325em 0.325em 0.325em;
border-radius: 0.325em 0.325em 0.325em 0.325em;
}
.ui.message:first-child {
margin-top: 0em;
}
.ui.message:last-child {
margin-bottom: 0em;
}
/*--------------
Content
---------------*/
/* block with headers */
.ui.message .header {
margin: 0em;
font-size: 1.33em;
font-weight: bold;
}
/* block with paragraphs */
.ui.message p {
opacity: 0.85;
margin: 1em 0em;
}
.ui.message p:first-child {
margin-top: 0em;
}
.ui.message p:last-child {
margin-bottom: 0em;
}
.ui.message .header + p {
margin-top: 0.3em;
}
.ui.message > :first-child {
margin-top: 0em;
}
.ui.message > :last-child {
margin-bottom: 0em;
}
/* block with child list */
.ui.message ul.list {
opacity: 0.85;
list-style-position: inside;
margin: 0.2em 0em;
padding: 0em;
}
.ui.message ul.list li {
position: relative;
list-style-type: none;
margin: 0em 0em 0.3em 1em;
padding: 0em;
}
.ui.message ul.list li:before {
position: absolute;
content: '\2022';
top: -0.05em;
left: -0.8em;
height: 100%;
vertical-align: baseline;
opacity: 0.5;
}
.ui.message ul.list li:first-child {
margin-top: 0em;
}
/* dismissable block */
.ui.message > .close.icon {
cursor: pointer;
position: absolute;
top: 1em;
right: 0.5em;
opacity: 0.7;
-webkit-transition: opacity 0.1s linear
;
-moz-transition: opacity 0.1s linear
;
-o-transition: opacity 0.1s linear
;
-ms-transition: opacity 0.1s linear
;
transition: opacity 0.1s linear
;
}
.ui.message > .close.icon:hover {
opacity: 1;
}
/*******************************
States
*******************************/
.ui.message.visible,
.ui.header.visible {
display: block !important;
}
.ui.message.hidden,
.ui.header.hidden {
display: none;
}
/*******************************
Variations
*******************************/
/*--------------
Compact
---------------*/
.ui.compact.message {
display: inline-block;
}
/*--------------
Attached
---------------*/
.ui.attached.message {
margin-left: -1px;
margin-right: -1px;
margin-bottom: -1px;
-webkit-border-radius: 0.325em 0.325em 0em 0em;
-moz-border-radius: 0.325em 0.325em 0em 0em;
border-radius: 0.325em 0.325em 0em 0em;
-webkit-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.bottom.attached.message {
margin-top: -1px;
-webkit-border-radius: 0em 0em 0.325em 0.325em;
-moz-border-radius: 0em 0em 0.325em 0.325em;
border-radius: 0em 0em 0.325em 0.325em;
}
/*--------------
Icon
---------------*/
.ui.icon.message {
display: table;
width: 100%;
}
.ui.icon.message > .icon {
display: table-cell;
vertical-align: middle;
font-size: 3.8em;
opacity: 0.5;
}
.ui.icon.message > .icon + .content {
padding-left: 1em;
}
.ui.icon.message > .content {
display: table-cell;
vertical-align: middle;
}
/*--------------
Inverted
---------------*/
.ui.inverted.message {
background-color: rgba(255, 255, 255, 0.05);
color: rgba(255, 255, 255, 0.95);
}
/*--------------
Floating
---------------*/
.ui.floating.message {
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
}
/*--------------
Colors
---------------*/
.ui.black.message {
background-color: #333333;
color: rgba(255, 255, 255, 0.95);
}
/*--------------
Types
---------------*/
.ui.blue.message,
.ui.info.message {
background-color: #E6F4F9;
color: #4D8796;
}
/* Green Text Block */
.ui.green.message {
background-color: #DEFCD5;
color: #52A954;
}
/* Yellow Text Block */
.ui.yellow.message,
.ui.warning.message {
background-color: #F6F3D5;
color: #96904D;
}
/* Red Text Block */
.ui.red.message {
background-color: #F1D7D7;
color: #A95252;
}
/* Success Text Block */
.ui.success.message,
.ui.positive.message {
background-color: #DEFCD5;
color: #52A954;
}
/* Error Text Block */
.ui.error.message,
.ui.negative.message {
background-color: #F1D7D7;
color: #A95252;
}
/*--------------
Sizes
---------------*/
.ui.small.message {
font-size: 0.875em;
}
.ui.message {
font-size: 1em;
}
.ui.large.message {
font-size: 1.125em;
}
.ui.huge.message {
font-size: 1.5em;
}
.ui.massive.message {
font-size: 2em;
}
/*
* # Semantic - Table
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Table
*******************************/
/* Prototype */
.ui.table {
width: 100%;
border-collapse: collapse;
}
/* Table Content */
.ui.table th,
.ui.table tr,
.ui.table td {
border-collapse: collapse;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
/* Headers */
.ui.table thead {
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.ui.table tfoot th {
background-color: rgba(0, 0, 0, 0.03);
}
.ui.table th {
cursor: auto;
background-color: rgba(0, 0, 0, 0.05);
text-align: left;
color: rgba(0, 0, 0, 0.8);
padding: 0.5em 0.7em;
vertical-align: middle;
}
.ui.table thead th:first-child {
border-radius: 5px 0px 0px 0px;
}
.ui.table thead th:last-child {
border-radius: 0px 5px 0px 0px;
}
.ui.table tfoot th:first-child {
border-radius: 0px 0px 0px 5px;
}
.ui.table tfoot th:last-child {
border-radius: 0px 0px 5px 0px;
}
/* Table Cells */
.ui.table td {
padding: 0.40em 0.7em;
vertical-align: middle;
}
/* Footer */
.ui.table tfoot {
border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.ui.table tfoot th {
font-weight: normal;
font-style: italic;
}
/* Table Striping */
.ui.table tbody tr:nth-child(2n) {
background-color: rgba(0, 0, 50, 0.02);
}
/* Icons */
.ui.table > .icon {
vertical-align: baseline;
}
.ui.table > .icon:only-child {
margin: 0em;
}
/* Table Segment */
.ui.table.segment:after {
display: none;
}
.ui.table.segment.stacked:after {
display: block;
}
/* Responsive */
@media only screen and (max-width: 768px) {
.ui.table {
display: block;
padding: 0em;
}
.ui.table thead,
.ui.table tfoot {
display: none;
}
.ui.table tbody {
display: block;
}
.ui.table tr {
display: block;
}
.ui.table tr > td {
width: 100% !important;
display: block;
border: none !important;
padding: 0.25em 0.75em;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05) !important;
}
.ui.table td:first-child {
font-weight: bold;
padding-top: 1em;
}
.ui.table td:last-child {
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
padding-bottom: 1em;
}
/* Clear BG Colors */
.ui.table tr > td.warning,
.ui.table tr > td.error,
.ui.table tr > td.active,
.ui.table tr > td.positive,
.ui.table tr > td.negative {
background-color: transparent !important;
}
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
/* Sortable */
.ui.sortable.table th.disabled:hover {
cursor: auto;
text-align: left;
font-weight: bold;
color: #333333;
color: rgba(0, 0, 0, 0.8);
}
.ui.sortable.table thead th:hover {
background-color: rgba(0, 0, 0, 0.13);
color: rgba(0, 0, 0, 0.8);
}
/* Inverted Sortable */
.ui.inverted.sortable.table thead th:hover {
background-color: rgba(255, 255, 255, 0.13);
color: #ffffff;
}
/*--------------
Positive
---------------*/
.ui.table tr.positive,
.ui.table td.positive {
-webkit-box-shadow: 2px 0px 0px #119000 inset;
-moz-box-shadow: 2px 0px 0px #119000 inset;
box-shadow: 2px 0px 0px #119000 inset;
}
.ui.table tr.positive td,
.ui.table td.positive {
background-color: #F2F8F0 !important;
color: #119000 !important;
}
.ui.celled.table tr.positive:hover td,
.ui.celled.table tr:hover td.positive,
.ui.table tr.positive:hover td,
.ui.table td:hover.positive,
.ui.table th:hover.positive {
background-color: #ECF5E9 !important;
color: #119000 !important;
}
/*--------------
Negative
---------------*/
.ui.table tr.negative,
.ui.table td.negative {
-webkit-box-shadow: 2px 0px 0px #CD2929 inset;
-moz-box-shadow: 2px 0px 0px #CD2929 inset;
box-shadow: 2px 0px 0px #CD2929 inset;
}
.ui.table tr.negative td,
.ui.table td.negative {
background-color: #F9F4F4;
color: #CD2929 !important;
}
.ui.celled.table tr.negative:hover td,
.ui.celled.table tr:hover td.negative,
.ui.table tr.negative:hover td,
.ui.table td:hover.negative,
.ui.table th:hover.negative {
background-color: #F2E8E8;
color: #CD2929;
}
/*--------------
Error
---------------*/
.ui.table tr.error,
.ui.table td.error {
-webkit-box-shadow: 2px 0px 0px #CD2929 inset;
-moz-box-shadow: 2px 0px 0px #CD2929 inset;
box-shadow: 2px 0px 0px #CD2929 inset;
}
.ui.table tr.error td,
.ui.table td.error,
.ui.table th.error {
background-color: #F9F4F4;
color: #CD2929;
}
.ui.celled.table tr.error:hover td,
.ui.celled.table tr:hover td.error,
.ui.table tr.error:hover td,
.ui.table td:hover.error,
.ui.table th:hover.error {
background-color: #F2E8E8;
color: #CD2929;
}
/*--------------
Warning
---------------*/
.ui.table tr.warning,
.ui.table td.warning {
-webkit-box-shadow: 2px 0px 0px #7D6C00 inset;
-moz-box-shadow: 2px 0px 0px #7D6C00 inset;
box-shadow: 2px 0px 0px #7D6C00 inset;
}
.ui.table tr.warning td,
.ui.table td.warning,
.ui.table th.warning {
background-color: #FBF6E9;
color: #7D6C00;
}
.ui.celled.table tr.warning:hover td,
.ui.celled.table tr:hover td.warning,
.ui.table tr.warning:hover td,
.ui.table td:hover.warning,
.ui.table th:hover.warning {
background-color: #F3EDDC;
color: #7D6C00;
}
/*--------------
Active
---------------*/
.ui.table tr.active,
.ui.table td.active {
-webkit-box-shadow: 2px 0px 0px rgba(50, 50, 50, 0.9) inset;
-moz-box-shadow: 2px 0px 0px rgba(50, 50, 50, 0.9) inset;
box-shadow: 2px 0px 0px rgba(50, 50, 50, 0.9) inset;
}
.ui.table tr.active td,
.ui.table tr td.active {
background-color: #E0E0E0;
color: rgba(50, 50, 50, 0.9);
/* border-color: rgba(0, 0, 0, 0.15) !important; */
}
/*--------------
Disabled
---------------*/
.ui.table tr.disabled td,
.ui.table tr td.disabled,
.ui.table tr.disabled:hover td,
.ui.table tr:hover td.disabled {
color: rgba(150, 150, 150, 0.3);
}
/*******************************
Variations
*******************************/
/*--------------
Column Count
---------------*/
.ui.two.column.table td {
width: 50%;
}
.ui.three.column.table td {
width: 33.3333%;
}
.ui.four.column.table td {
width: 25%;
}
.ui.five.column.table td {
width: 20%;
}
.ui.six.column.table td {
width: 16.66667%;
}
.ui.seven.column.table td {
width: 14.2857%;
}
.ui.eight.column.table td {
width: 12.5%;
}
.ui.nine.column.table td {
width: 11.1111%;
}
.ui.ten.column.table td {
width: 10%;
}
.ui.eleven.column.table td {
width: 9.0909%;
}
.ui.twelve.column.table td {
width: 8.3333%;
}
.ui.thirteen.column.table td {
width: 7.6923%;
}
.ui.fourteen.column.table td {
width: 7.1428%;
}
.ui.fifteen.column.table td {
width: 6.6666%;
}
.ui.sixteen.column.table td {
width: 6.25%;
}
/* Column Width */
.ui.table th.one.wide,
.ui.table td.one.wide {
width: 6.25%;
}
.ui.table th.two.wide,
.ui.table td.two.wide {
width: 12.5%;
}
.ui.table th.three.wide,
.ui.table td.three.wide {
width: 18.75%;
}
.ui.table th.four.wide,
.ui.table td.four.wide {
width: 25%;
}
.ui.table th.five.wide,
.ui.table td.five.wide {
width: 31.25%;
}
.ui.table th.six.wide,
.ui.table td.six.wide {
width: 37.5%;
}
.ui.table th.seven.wide,
.ui.table td.seven.wide {
width: 43.75%;
}
.ui.table th.eight.wide,
.ui.table td.eight.wide {
width: 50%;
}
.ui.table th.nine.wide,
.ui.table td.nine.wide {
width: 56.25%;
}
.ui.table th.ten.wide,
.ui.table td.ten.wide {
width: 62.5%;
}
.ui.table th.eleven.wide,
.ui.table td.eleven.wide {
width: 68.75%;
}
.ui.table th.twelve.wide,
.ui.table td.twelve.wide {
width: 75%;
}
.ui.table th.thirteen.wide,
.ui.table td.thirteen.wide {
width: 81.25%;
}
.ui.table th.fourteen.wide,
.ui.table td.fourteen.wide {
width: 87.5%;
}
.ui.table th.fifteen.wide,
.ui.table td.fifteen.wide {
width: 93.75%;
}
.ui.table th.sixteen.wide,
.ui.table td.sixteen.wide {
width: 100%;
}
/*--------------
Celled
---------------*/
.ui.celled.table {
color: rgba(0, 0, 0, 0.8);
}
.ui.celled.table tbody tr,
.ui.celled.table tfoot tr {
border: none;
}
.ui.celled.table th,
.ui.celled.table td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Coupling with segment */
.ui.celled.table.segment th:first-child,
.ui.celled.table.segment td:first-child {
border-left: none;
}
.ui.celled.table.segment th:last-child,
.ui.celled.table.segment td:last-child {
border-right: none;
}
/*--------------
Sortable
---------------*/
.ui.sortable.table thead th {
cursor: pointer;
white-space: nowrap;
}
.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ui.sortable.table thead th:after {
display: inline-block;
content: '';
width: 1em;
opacity: 0.8;
margin: 0em 0em 0em 0.5em;
font-family: 'Icons';
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
.ui.sortable.table thead th.ascending:after {
content: '\25b4';
}
.ui.sortable.table thead th.descending:after {
content: '\25be';
}
/*--------------
Inverted
---------------*/
/* Text Color */
.ui.inverted.table td {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.table th {
background-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.9);
}
/* Stripes */
.ui.inverted.table tbody tr:nth-child(2n) {
background-color: rgba(255, 255, 255, 0.06);
}
/*--------------
Definition
---------------*/
.ui.definition.table td:first-child {
font-weight: bold;
}
/*--------------
Collapsing
---------------*/
.ui.collapsing.table {
width: auto;
}
/*--------------
Basic
---------------*/
.ui.basic.table th {
background-color: transparent;
padding: 0.5em;
}
.ui.basic.table tbody tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.ui.basic.table td {
padding: 0.8em 0.5em;
}
.ui.basic.table tbody tr:nth-child(2n) {
background-color: transparent !important;
}
/*--------------
Padded
---------------*/
.ui.padded.table th,
.ui.padded.table td {
padding: 0.8em 1em;
}
.ui.compact.table th {
padding: 0.3em 0.5em;
}
.ui.compact.table td {
padding: 0.2em 0.5em;
}
/*--------------
Sizes
---------------*/
/* Small */
.ui.small.table {
font-size: 0.875em;
}
/* Standard */
.ui.table {
font-size: 1em;
}
/* Large */
.ui.large.table {
font-size: 1.1em;
}
/*
* # Semantic - basic.Icon (Basic)
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
basic.Icon
*******************************/
@font-face {
font-family: 'Basic Icons';
src: url(../fonts/basic.icons.eot);
src: url(../fonts/basic.icons.eot?#iefix) format('embedded-opentype'), url(../fonts/basic.icons.woff) format('woff'), url(../fonts/basic.icons.ttf) format('truetype'), url(../fonts/basic.icons.svg#basic.icons) format('svg');
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: inherit;
text-transform: none;
}
i.basic.icon {
display: inline-block;
opacity: 0.75;
margin: 0em 0.25em 0em 0em;
width: 1.23em;
height: 1em;
font-family: 'Basic Icons';
font-style: normal;
line-height: 1;
font-weight: normal;
text-decoration: inherit;
text-align: center;
speak: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
}
/* basic.icons available */
i.basic.icon.circle.attention:before {
content: '\2757';
}
/* '❗' */
i.basic.icon.circle.help:before {
content: '\e704';
}
/* '' */
i.basic.icon.circle.info:before {
content: '\e705';
}
/* '' */
i.basic.icon.add:before {
content: '\2795';
}
/* '➕' */
i.basic.icon.chart:before {
content: '📈';
}
/* '\1f4c8' */
i.basic.icon.chart.bar:before {
content: '📊';
}
/* '\1f4ca' */
i.basic.icon.chart.pie:before {
content: '\e7a2';
}
/* '' */
i.basic.icon.resize.full:before {
content: '\e744';
}
/* '' */
i.basic.icon.resize.horizontal:before {
content: '\2b0d';
}
/* '⬍' */
i.basic.icon.resize.small:before {
content: '\e746';
}
/* '' */
i.basic.icon.resize.vertical:before {
content: '\2b0c';
}
/* '⬌' */
i.basic.icon.down:before {
content: '\2193';
}
/* '↓' */
i.basic.icon.down.triangle:before {
content: '\25be';
}
/* '▾' */
i.basic.icon.down.arrow:before {
content: '\e75c';
}
/* '' */
i.basic.icon.left:before {
content: '\2190';
}
/* '←' */
i.basic.icon.left.triangle:before {
content: '\25c2';
}
/* '◂' */
i.basic.icon.left.arrow:before {
content: '\e75d';
}
/* '' */
i.basic.icon.right:before {
content: '\2192';
}
/* '→' */
i.basic.icon.right.triangle:before {
content: '\25b8';
}
/* '▸' */
i.basic.icon.right.arrow:before {
content: '\e75e';
}
/* '' */
i.basic.icon.up:before {
content: '\2191';
}
/* '↑' */
i.basic.icon.up.triangle:before {
content: '\25b4';
}
/* '▴' */
i.basic.icon.up.arrow:before {
content: '\e75f';
}
/* '' */
i.basic.icon.folder:before {
content: '\e810';
}
/* '' */
i.basic.icon.open.folder:before {
content: '📂';
}
/* '\1f4c2' */
i.basic.icon.globe:before {
content: '𝌍';
}
/* '\1d30d' */
i.basic.icon.desk.globe:before {
content: '🌐';
}
/* '\1f310' */
i.basic.icon.star:before {
content: '\e801';
}
/* '' */
i.basic.icon.star.empty:before {
content: '\e800';
}
/* '' */
i.basic.icon.star.half:before {
content: '\e701';
}
/* '' */
i.basic.icon.lock:before {
content: '🔒';
}
/* '\1f512' */
i.basic.icon.unlock:before {
content: '🔓';
}
/* '\1f513' */
i.basic.icon.layout.grid:before {
content: '\e80c';
}
/* '' */
i.basic.icon.layout.block:before {
content: '\e708';
}
/* '' */
i.basic.icon.layout.list:before {
content: '\e80b';
}
/* '' */
i.basic.icon.heart.empty:before {
content: '\2661';
}
/* '♡' */
i.basic.icon.heart:before {
content: '\2665';
}
/* '♥' */
i.basic.icon.asterisk:before {
content: '\2731';
}
/* '✱' */
i.basic.icon.attachment:before {
content: '📎';
}
/* '\1f4ce' */
i.basic.icon.attention:before {
content: '\26a0';
}
/* '⚠' */
i.basic.icon.trophy:before {
content: '🏉';
}
/* '\1f3c9' */
i.basic.icon.barcode:before {
content: '\e792';
}
/* '' */
i.basic.icon.cart:before {
content: '\e813';
}
/* '' */
i.basic.icon.block:before {
content: '🚫';
}
/* '\1f6ab' */
i.basic.icon.book:before {
content: '📖';
}
i.basic.icon.bookmark:before {
content: '🔖';
}
/* '\1f516' */
i.basic.icon.calendar:before {
content: '📅';
}
/* '\1f4c5' */
i.basic.icon.cancel:before {
content: '\2716';
}
/* '✖' */
i.basic.icon.close:before {
content: '\e80d';
}
/* '' */
i.basic.icon.color:before {
content: '\e794';
}
/* '' */
i.basic.icon.chat:before {
content: '\e720';
}
/* '' */
i.basic.icon.check:before {
content: '\2611';
}
/* '☑' */
i.basic.icon.time:before {
content: '🕔';
}
/* '\1f554' */
i.basic.icon.cloud:before {
content: '\2601';
}
/* '☁' */
i.basic.icon.code:before {
content: '\e714';
}
/* '' */
i.basic.icon.email:before {
content: '\40';
}
/* '@' */
i.basic.icon.settings:before {
content: '\26ef';
}
/* '⛯' */
i.basic.icon.setting:before {
content: '\2699';
}
/* '⚙' */
i.basic.icon.comment:before {
content: '\e802';
}
/* '' */
i.basic.icon.clockwise.counter:before {
content: '\27f2';
}
/* '⟲' */
i.basic.icon.clockwise:before {
content: '\27f3';
}
/* '⟳' */
i.basic.icon.cube:before {
content: '\e807';
}
/* '' */
i.basic.icon.direction:before {
content: '\27a2';
}
/* '➢' */
i.basic.icon.doc:before {
content: '📄';
}
/* '\1f4c4' */
i.basic.icon.docs:before {
content: '\e736';
}
/* '' */
i.basic.icon.dollar:before {
content: '💵';
}
/* '\1f4b5' */
i.basic.icon.paint:before {
content: '\e7b5';
}
/* '' */
i.basic.icon.edit:before {
content: '\270d';
}
/* '✍' */
i.basic.icon.eject:before {
content: '\2ecf';
}
/* '⻏' */
i.basic.icon.export:before {
content: '\e715';
}
/* '' */
i.basic.icon.hide:before {
content: '\e80f';
}
/* '' */
i.basic.icon.unhide:before {
content: '\e70b';
}
/* '' */
i.basic.icon.facebook:before {
content: '\f301';
}
/* '' */
i.basic.icon.fast-forward:before {
content: '\e804';
}
/* '' */
i.basic.icon.fire:before {
content: '🔥';
}
/* '\1f525' */
i.basic.icon.flag:before {
content: '\2691';
}
/* '⚑' */
i.basic.icon.lightning:before {
content: '\26a1';
}
/* '⚡' */
i.basic.icon.lab:before {
content: '\68';
}
/* 'h' */
i.basic.icon.flight:before {
content: '\2708';
}
/* '✈' */
i.basic.icon.forward:before {
content: '\27a6';
}
/* '➦' */
i.basic.icon.gift:before {
content: '🎁';
}
/* '\1f381' */
i.basic.icon.github:before {
content: '\f308';
}
/* '' */
i.basic.icon.globe:before {
content: '\e817';
}
/* '' */
i.basic.icon.headphones:before {
content: '🎧';
}
/* '\1f3a7' */
i.basic.icon.question:before {
content: '\2753';
}
/* '❓' */
i.basic.icon.home:before {
content: '\2302';
}
/* '⌂' */
i.basic.icon.i:before {
content: '\2139';
}
/* 'ℹ' */
i.basic.icon.idea:before {
content: '💡';
}
/* '\1f4a1' */
i.basic.icon.open:before {
content: '🔗';
}
/* '\1f517' */
i.basic.icon.content:before {
content: '\e782';
}
/* '' */
i.basic.icon.location:before {
content: '\e724';
}
/* '' */
i.basic.icon.mail:before {
content: '\2709';
}
/* '✉' */
i.basic.icon.mic:before {
content: '🎤';
}
/* '\1f3a4' */
i.basic.icon.minus:before {
content: '\2d';
}
/* '-' */
i.basic.icon.money:before {
content: '💰';
}
/* '\1f4b0' */
i.basic.icon.off:before {
content: '\e78e';
}
/* '' */
i.basic.icon.pause:before {
content: '\e808';
}
/* '' */
i.basic.icon.photos:before {
content: '\e812';
}
/* '' */
i.basic.icon.photo:before {
content: '🌄';
}
/* '\1f304' */
i.basic.icon.pin:before {
content: '📌';
}
/* '\1f4cc' */
i.basic.icon.play:before {
content: '\e809';
}
/* '' */
i.basic.icon.plus:before {
content: '\2b';
}
/* '+' */
i.basic.icon.print:before {
content: '\e716';
}
/* '' */
i.basic.icon.rss:before {
content: '\e73a';
}
/* '' */
i.basic.icon.search:before {
content: '🔍';
}
/* '\1f50d' */
i.basic.icon.shuffle:before {
content: '\e803';
}
/* '' */
i.basic.icon.tag:before {
content: '\e80a';
}
/* '' */
i.basic.icon.tags:before {
content: '\e70d';
}
/* '' */
i.basic.icon.terminal:before {
content: '\e7ac';
}
/* '' */
i.basic.icon.thumbs.down:before {
content: '👎';
}
/* '\1f44e' */
i.basic.icon.thumbs.up:before {
content: '👍';
}
/* '\1f44d' */
i.basic.icon.to-end:before {
content: '\e806';
}
/* '' */
i.basic.icon.to-start:before {
content: '\e805';
}
/* '' */
i.basic.icon.top.list:before {
content: '🏆';
}
/* '\1f3c6' */
i.basic.icon.trash:before {
content: '\e729';
}
/* '' */
i.basic.icon.twitter:before {
content: '\f303';
}
/* '' */
i.basic.icon.upload:before {
content: '\e711';
}
/* '' */
i.basic.icon.user.add:before {
content: '\e700';
}
/* '' */
i.basic.icon.user:before {
content: '👤';
}
/* '\1f464' */
i.basic.icon.community:before {
content: '\e814';
}
/* '' */
i.basic.icon.users:before {
content: '👥';
}
/* '\1f465' */
i.basic.icon.id:before {
content: '\e722';
}
/* '' */
i.basic.icon.url:before {
content: '🔗';
}
/* '\1f517' */
i.basic.icon.zoom.in:before {
content: '\e750';
}
/* '' */
i.basic.icon.zoom.out:before {
content: '\e751';
}
/* '' */
/*--------------
Spacing Fix
---------------*/
/* dropdown arrows are to the right */
i.dropdown.basic.icon {
margin: 0em 0em 0em 0.5em;
}
/* stars are usually consecutive */
i.basic.icon.star {
width: auto;
margin: 0em;
}
/* left side basic.icons */
i.basic.icon.left,
i.basic.icon.left,
i.basic.icon.left {
width: auto;
margin: 0em 0.5em 0em 0em;
}
/* right side basic.icons */
i.basic.icon.search,
i.basic.icon.up,
i.basic.icon.down,
i.basic.icon.right {
width: auto;
margin: 0em 0em 0em 0.5em;
}
/*--------------
Aliases
---------------*/
/* aliases for convenience */
i.basic.icon.delete:before {
content: '\e80d';
}
/* '' */
i.basic.icon.dropdown:before {
content: '\25be';
}
/* '▾' */
i.basic.icon.help:before {
content: '\e704';
}
/* '' */
i.basic.icon.info:before {
content: '\e705';
}
/* '' */
i.basic.icon.error:before {
content: '\e80d';
}
/* '' */
i.basic.icon.dislike:before {
content: '\2661';
}
/* '♡' */
i.basic.icon.like:before {
content: '\2665';
}
/* '♥' */
i.basic.icon.eye:before {
content: '\e80f';
}
/* '' */
i.basic.icon.eye.hidden:before {
content: '\e70b';
}
/* '' */
i.basic.icon.date:before {
content: '📅';
}
/* '\1f4c5' */
/*******************************
States
*******************************/
i.basic.icon.hover {
opacity: 1;
}
i.basic.icon.active {
opacity: 1;
}
i.emphasized.basic.icon {
opacity: 1;
}
i.basic.icon.disabled {
opacity: 0.3;
}
/*******************************
Variations
*******************************/
/*-------------------
Link
--------------------*/
i.link.basic.icon {
cursor: pointer;
opacity: 0.7;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.link.basic.icon:hover {
opacity: 1 !important;
}
/*-------------------
Circular
--------------------*/
i.circular.basic.icon {
-webkit-border-radius: 500px !important;
-moz-border-radius: 500px !important;
border-radius: 500px !important;
padding: 0.5em 0em !important;
-webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
line-height: 1 !important;
width: 2em !important;
height: 2em !important;
}
i.circular.inverted.basic.icon {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*-------------------
Flipped
--------------------*/
i.vertically.flipped.basic.icon {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
i.horizontally.flipped.basic.icon {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
/*-------------------
Rotated
--------------------*/
i.left.rotated.basic.icon {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
i.right.rotated.basic.icon {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
/*-------------------
Square
--------------------*/
i.square.basic.icon {
width: 2em;
height: 2em;
padding: 0.5em 0.35em !important;
-webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
vertical-align: baseline;
}
i.square.basic.icon:before {
vertical-align: middle;
}
i.square.inverted.basic.icon {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*-------------------
Inverted
--------------------*/
i.inverted.basic.icon {
background-color: #222222;
color: #FFFFFF;
}
/*-------------------
Colors
--------------------*/
i.blue.basic.icon {
color: #6ECFF5 !important;
}
i.black.basic.icon {
color: #5C6166 !important;
}
i.green.basic.icon {
color: #A1CF64 !important;
}
i.red.basic.icon {
color: #D95C5C !important;
}
i.purple.basic.icon {
color: #564F8A !important;
}
i.teal.basic.icon {
color: #00B5AD !important;
}
/*-------------------
Inverted Colors
--------------------*/
i.inverted.black.basic.icon {
background-color: #5C6166 !important;
color: #FFFFFF !important;
}
i.inverted.blue.basic.icon {
background-color: #6ECFF5 !important;
color: #FFFFFF !important;
}
i.inverted.green.basic.icon {
background-color: #A1CF64 !important;
color: #FFFFFF !important;
}
i.inverted.red.basic.icon {
background-color: #D95C5C !important;
color: #FFFFFF !important;
}
i.inverted.purple.basic.icon {
background-color: #564F8A !important;
color: #FFFFFF !important;
}
i.inverted.teal.basic.icon {
background-color: #00B5AD !important;
color: #FFFFFF !important;
}
/*-------------------
Sizes
--------------------*/
i.small.basic.icon {
font-size: 0.875em;
}
i.basic.icon {
font-size: 1em;
}
i.large.basic.icon {
font-size: 1.5em;
margin-right: 0.2em;
vertical-align: middle;
}
i.big.basic.icon {
font-size: 2em;
margin-right: 0.5em;
vertical-align: middle;
}
i.huge.basic.icon {
font-size: 4em;
margin-right: 0.75em;
vertical-align: middle;
}
i.massive.basic.icon {
font-size: 8em;
margin-right: 1em;
vertical-align: middle;
}
/*
* # Semantic - Button
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Button
*******************************/
/* Prototype */
.ui.button {
cursor: pointer;
display: inline-block;
vertical-align: middle;
min-height: 1em;
outline: none;
border: none;
background-color: #EBEBEB;
color: #808080;
margin: 0em;
padding: 0.8em 1.5em;
font-size: 1rem;
text-transform: uppercase;
line-height: 1;
font-weight: bold;
font-style: normal;
text-align: center;
text-decoration: none;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
border-radius: 0.2em;
-webkit-box-shadow: 0em -0.2rem 0em rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0em -0.2rem 0em rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em -0.2rem 0em rgba(0, 0, 0, 0.1) inset;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
-moz-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
-o-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
-ms-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
/*--------------
Count
---------------*/
.ui.count.button {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
}
.ui.count.button > .count {
position: absolute;
background-color: #FFFFFF;
border: 1px solid #F0F0F0;
margin: -0.8em -1.5em;
padding: 0.8em 1.5em;
}
/*-------------------
Primary
--------------------*/
.ui.primary.buttons .button,
.ui.primary.button {
background-color: #D95C5C;
color: #FFFFFF;
}
.ui.primary.buttons .button:hover,
.ui.primary.button:hover,
.ui.primary.buttons .active.button,
.ui.primary.button.active {
background-color: #E75859;
color: #FFFFFF;
}
.ui.primary.buttons .button:active,
.ui.primary.button:active {
background-color: #D24B4C;
color: #FFFFFF;
}
/*-------------------
Secondary
--------------------*/
.ui.secondary.buttons .button,
.ui.secondary.button {
background-color: #00B5AD;
color: #FFFFFF;
}
.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover,
.ui.secondary.buttons .active.button,
.ui.secondary.button.active {
background-color: #009A93;
color: #FFFFFF;
}
.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
background-color: #00847E;
color: #FFFFFF;
}
/*-------------------
Social
--------------------*/
/* Facebook */
.ui.facebook.button {
background-color: #3B579D;
color: #FFFFFF;
}
.ui.facebook.button:hover {
background-color: #3A59A9;
}
.ui.facebook.button:active {
background-color: #334F95;
}
/* Twitter */
.ui.twitter.button {
background-color: #4092CC;
color: #FFFFFF;
}
.ui.twitter.button:hover {
background-color: #399ADE;
}
.ui.twitter.button:active {
background-color: #3283BC;
}
/* Google Plus */
.ui.google.plus.button {
background-color: #D34836;
color: #FFFFFF;
}
.ui.google.plus.button:hover {
background-color: #E3432E;
}
.ui.google.plus.button:active {
background-color: #CA3A27;
}
/* Linked In */
.ui.linkedin.button {
background-color: #1F88BE;
color: #FFFFFF;
}
.ui.linkedin.button:hover {
background-color: #1394D6;
}
.ui.linkedin.button:active {
background-color: #1179AE;
}
/* YouTube */
.ui.youtube.button {
background-color: #CC181E;
color: #FFFFFF;
}
.ui.youtube.button:hover {
background-color: #DF0209;
}
.ui.youtube.button:active {
background-color: #A50006;
}
/* Instagram */
.ui.instagram.button {
background-color: #49769C;
color: #FFFFFF;
}
.ui.instagram.button:hover {
background-color: #4781B1;
}
.ui.instagram.button:active {
background-color: #38658A;
}
/* Pinterest */
.ui.pinterest.button {
background-color: #00ACED;
color: #FFFFFF;
}
.ui.pinterest.button:hover {
background-color: #00B9FF;
}
.ui.pinterest.button:active {
background-color: #009EDA;
}
/*--------------
Icon
---------------*/
.ui.button > .icon {
margin-right: 0.5em;
line-height: 1;
-webkit-transition: opacity 0.1s ease
;
-moz-transition: opacity 0.1s ease
;
-o-transition: opacity 0.1s ease
;
-ms-transition: opacity 0.1s ease
;
transition: opacity 0.1s ease
;
}
/*******************************
States
*******************************/
/*--------------
Active
---------------*/
.ui.buttons .active.button,
.ui.active.button {
opacity: 1 !important;
background-color: #B0B0B0;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.1)));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
color: #FFFFFF;
-webkit-box-shadow: 0px 0px 0.3em 0px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0px 0px 0.3em 0px rgba(0, 0, 0, 0.3) inset;
box-shadow: 0px 0px 0.3em 0px rgba(0, 0, 0, 0.3) inset;
}
/*--------------
Hover
---------------*/
.ui.button:hover,
.ui.active.button:hover {
opacity: 1 !important;
background-color: #A4A4A4;
color: #FFFFFF;
}
.ui.button:hover .icon,
.ui.button.hover .icon {
opacity: 0.85;
}
/*--------------
Down
---------------*/
.ui.button:active,
.ui.active.button:active {
opacity: 1 !important;
background-color: #8C8C8C;
color: #FFFFFF;
-webkit-box-shadow: 0px 1px 0.2em 0px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0px 1px 0.2em 0px rgba(0, 0, 0, 0.3) inset;
box-shadow: 0px 1px 0.2em 0px rgba(0, 0, 0, 0.3) inset;
}
/*--------------
Loading
---------------*/
.ui.loading.button {
position: relative;
cursor: default;
background-color: #F3F3F3 !important;
color: transparent !important;
background-image: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-transition: all 0s linear;
-moz-transition: all 0s linear;
-o-transition: all 0s linear;
-ms-transition: all 0s linear;
transition: all 0s linear;
}
.ui.loading.button:after {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
content: '';
background: transparent url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.labeled.icon.loading.button .icon {
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*-------------------
Disabled
--------------------*/
.ui.disabled.button {
cursor: default;
color: #DDDDDD !important;
background-color: rgba(50, 50, 50, 0.05) !important;
background-image: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
/*******************************
Variations
*******************************/
/*-------------------
Floated
--------------------*/
.ui.left.floated.buttons,
.ui.left.floated.button {
float: left;
margin-right: 0.25em;
}
.ui.right.floated.buttons,
.ui.right.floated.button {
float: right;
margin-left: 0.25em;
}
/*-------------------
Sizes
--------------------*/
.ui.buttons .button,
.ui.button {
font-size: 1rem;
}
.ui.buttons.mini .button,
.ui.mini.button {
font-size: 0.8125rem;
padding: 0.6em 0.8em;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.tiny.buttons .button,
.ui.tiny.button {
font-size: 0.875rem;
padding: 0.6em 0.8em;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.small.buttons .button,
.ui.small.button {
font-size: 0.875rem;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.large.buttons .button,
.ui.large.button {
font-size: 1.125rem;
}
.ui.big.buttons .button,
.ui.big.button {
font-size: 1.25rem;
}
.ui.huge.buttons .button,
.ui.huge.button {
font-size: 1.375rem;
}
.ui.massive.buttons .button,
.ui.massive.button {
font-size: 1.5rem;
font-weight: bold;
}
/* loading */
.ui.huge.loading.button:after {
background-image: url(../images/loader-small.gif);
}
.ui.massive.buttons .loading.button:after,
.ui.gigantic.buttons .loading.button:after,
.ui.massive.loading.button:after,
.ui.gigantic.loading.button:after {
background-image: url(../images/loader-medium.gif);
}
.ui.huge.loading.button:after,
.ui.huge.loading.button.active:after {
background-image: url(../images/loader-small.gif);
}
.ui.massive.buttons .loading.button:after,
.ui.gigantic.buttons .loading.button:after,
.ui.massive.loading.button:after,
.ui.gigantic.loading.button:after,
.ui.massive.buttons .loading.button.active:after,
.ui.gigantic.buttons .loading.button.active:after,
.ui.massive.loading.button.active:after,
.ui.gigantic.loading.button.active:after {
background-image: url(../images/loader-medium.gif);
}
/*--------------
Icon Only
---------------*/
.ui.icon.buttons .button,
.ui.icon.button {
padding: 0.8em;
}
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
opacity: 1;
margin: 0em;
vertical-align: top;
}
/*-------------------
Basic
--------------------*/
.ui.basic.buttons .button,
.ui.basic.button {
background-color: transparent !important;
background-image: none;
color: #808080 !important;
font-weight: normal;
text-transform: none;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.basic.buttons {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
border-radius: 0.2em;
}
.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
color: #7F7F7F !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.18) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.18) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.18) inset;
}
.ui.basic.buttons .button:active,
.ui.basic.button:active {
background-color: rgba(0, 0, 0, 0.02) !important;
color: #7F7F7F !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.basic.buttons .button.active,
.ui.basic.button.active {
background-color: rgba(0, 0, 0, 0.05);
color: #7F7F7F;
-webkit-box-shadow: 0px 0px 0px 1px #BDBDBD inset;
-moz-box-shadow: 0px 0px 0px 1px #BDBDBD inset;
box-shadow: 0px 0px 0px 1px #BDBDBD inset;
}
.ui.basic.buttons .button.active:hover,
.ui.basic.button.active:hover {
background-color: rgba(0, 0, 0, 0.1);
}
/* Basic Group */
.ui.basic.buttons .button {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.basic.buttons .button:hover,
.ui.basic.buttons .button:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.basic.buttons .button.active {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
/*--------------
Labeled Icon
---------------*/
.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
position: relative;
padding-left: 4em !important;
padding-right: 1.4em !important;
}
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
position: absolute;
top: 0em;
left: 0em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 2.75em;
height: 100%;
padding-top: 0.8em;
background-color: rgba(0, 0, 0, 0.05);
text-align: center;
-webkit-border-radius: 0.2em 0px 0px 0.2em;
-moz-border-radius: 0.2em 0px 0px 0.2em;
border-radius: 0.2em 0px 0px 0.2em;
line-height: 1;
-webkit-box-shadow: -2px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
-moz-box-shadow: -2px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
box-shadow: -2px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.ui.labeled.icon.buttons .button > .icon {
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
}
.ui.labeled.icon.buttons .button:first-child > .icon {
border-top-left-radius: 0.2em;
border-bottom-left-radius: 0.2em;
}
.ui.labeled.icon.buttons .button:last-child > .icon {
border-top-right-radius: 0.2em;
border-bottom-right-radius: 0.2em;
}
.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
border-top-left-radius: 0.2em;
}
.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
border-bottom-left-radius: 0.2em;
}
.ui.right.labeled.icon.button {
padding-left: 1.4em !important;
padding-right: 4em !important;
}
.ui.left.fluid.labeled.icon.button,
.ui.right.fluid.labeled.icon.button {
padding-left: 1.4em !important;
padding-right: 1.4em !important;
}
.ui.right.labeled.icon.button .icon {
left: auto;
right: 0em;
-webkit-border-radius: 0em 0.2em 0.2em 0em;
-moz-border-radius: 0em 0.2em 0.2em 0em;
border-radius: 0em 0.2em 0.2em 0em;
-webkit-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
-moz-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
/*--------------
Toggle
---------------*/
/* Toggle (Modifies active state to give affordances) */
.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
background-color: #5BBD72 !important;
color: #FFFFFF !important;
}
.ui.button.toggle.active:hover {
background-color: #58CB73 !important;
color: #FFFFFF !important;
}
/*--------------
Bubbly
---------------*/
.ui.circular.button {
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
}
/*--------------
Attached
---------------*/
.ui.attached.button {
display: block;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
}
.ui.attached.top.button {
-webkit-border-radius: 0.2em 0.2em 0em 0em;
-moz-border-radius: 0.2em 0.2em 0em 0em;
border-radius: 0.2em 0.2em 0em 0em;
}
.ui.attached.bottom.button {
-webkit-border-radius: 0em 0em 0.2em 0.2em;
-moz-border-radius: 0em 0em 0.2em 0.2em;
border-radius: 0em 0em 0.2em 0.2em;
}
.ui.attached.left.button {
display: inline-block;
border-left: none;
padding-right: 0.75em;
text-align: right;
-webkit-border-radius: 0.2em 0em 0em 0.2em;
-moz-border-radius: 0.2em 0em 0em 0.2em;
border-radius: 0.2em 0em 0em 0.2em;
}
.ui.attached.right.button {
display: inline-block;
padding-left: 0.75em;
text-align: left;
-webkit-border-radius: 0em 0.2em 0.2em 0em;
-moz-border-radius: 0em 0.2em 0.2em 0em;
border-radius: 0em 0.2em 0.2em 0em;
}
/*-------------------
Or Buttons
--------------------*/
.ui.buttons .or {
position: relative;
float: left;
width: 0.3em;
height: 1em;
z-index: 3;
}
.ui.buttons .or:before {
position: absolute;
top: 50%;
left: 50%;
content: 'or';
background-color: #FFFFFF;
margin-top: -0.15em;
margin-left: -0.9em;
width: 1.8em;
height: 1.8em;
line-height: 1.66;
color: #AAAAAA;
font-style: normal;
font-weight: normal;
text-align: center;
-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2) inset;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.buttons .or:after {
position: absolute;
top: 0em;
left: 0em;
content: ' ';
width: 0.3em;
height: 1.8em;
background-color: transparent;
border-top: 0.6em solid #FFFFFF;
border-bottom: 0.6em solid #FFFFFF;
}
/* Fluid Or */
.ui.fluid.buttons .or {
width: 0em !important;
}
.ui.fluid.buttons .or:after {
display: none;
}
/*-------------------
Attached
--------------------*/
/* Plural Attached */
.attached.ui.buttons {
margin: 0px;
-webkit-border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
}
.attached.ui.buttons .button:first-child {
-webkit-border-radius: 4px 0px 0px 0px;
-moz-border-radius: 4px 0px 0px 0px;
border-radius: 4px 0px 0px 0px;
}
.attached.ui.buttons .button:last-child {
-webkit-border-radius: 0px 4px 0px 0px;
-moz-border-radius: 0px 4px 0px 0px;
border-radius: 0px 4px 0px 0px;
}
/* Bottom Side */
.bottom.attached.ui.buttons {
margin-top: -1px;
-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
}
.bottom.attached.ui.buttons .button:first-child {
-webkit-border-radius: 0px 0px 0px 4px;
-moz-border-radius: 0px 0px 0px 4px;
border-radius: 0px 0px 0px 4px;
}
.bottom.attached.ui.buttons .button:last-child {
-webkit-border-radius: 0px 0px 4px 0px;
-moz-border-radius: 0px 0px 4px 0px;
border-radius: 0px 0px 4px 0px;
}
/* Left Side */
.left.attached.ui.buttons {
margin-left: -1px;
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px;
}
.left.attached.ui.buttons .button:first-child {
margin-left: -1px;
-webkit-border-radius: 0px 4px 0px 0px;
-moz-border-radius: 0px 4px 0px 0px;
border-radius: 0px 4px 0px 0px;
}
.left.attached.ui.buttons .button:last-child {
margin-left: -1px;
-webkit-border-radius: 0px 0px 4px 0px;
-moz-border-radius: 0px 0px 4px 0px;
border-radius: 0px 0px 4px 0px;
}
/* Right Side */
.right.attached.ui.buttons,
.right.attached.ui.buttons .button {
margin-right: -1px;
-webkit-border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
}
.right.attached.ui.buttons .button:first-child {
margin-left: -1px;
-webkit-border-radius: 4px 0px 0px 0px;
-moz-border-radius: 4px 0px 0px 0px;
border-radius: 4px 0px 0px 0px;
}
.right.attached.ui.buttons .button:last-child {
margin-left: -1px;
-webkit-border-radius: 0px 0px 0px 4px;
-moz-border-radius: 0px 0px 0px 4px;
border-radius: 0px 0px 0px 4px;
}
/* Fluid */
.ui.fluid.buttons,
.ui.button.fluid,
.ui.fluid.buttons > .button {
display: block;
width: 100%;
}
.ui.two.buttons > .button {
width: 50%;
}
.ui.three.buttons > .button {
width: 33.333%;
}
.ui.four.buttons > .button {
width: 25%;
}
.ui.five.buttons > .button {
width: 20%;
}
.ui.six.buttons > .button {
width: 16.666%;
}
.ui.seven.buttons > .button {
width: 14.285%;
}
.ui.eight.buttons > .button {
width: 12.500%;
}
.ui.nine.buttons > .button {
width: 11.11%;
}
.ui.ten.buttons > .button {
width: 10%;
}
.ui.eleven.buttons > .button {
width: 9.09%;
}
.ui.twelve.buttons > .button {
width: 8.3333%;
}
/* Fluid Vertical Buttons */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
display: block;
width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.two.vertical.buttons > .button {
height: 50%;
}
.ui.three.vertical.buttons > .button {
height: 33.333%;
}
.ui.four.vertical.buttons > .button {
height: 25%;
}
.ui.five.vertical.buttons > .button {
height: 20%;
}
.ui.six.vertical.buttons > .button {
height: 16.666%;
}
.ui.seven.vertical.buttons > .button {
height: 14.285%;
}
.ui.eight.vertical.buttons > .button {
height: 12.500%;
}
.ui.nine.vertical.buttons > .button {
height: 11.11%;
}
.ui.ten.vertical.buttons > .button {
height: 10%;
}
.ui.eleven.vertical.buttons > .button {
height: 9.09%;
}
.ui.twelve.vertical.buttons > .button {
height: 8.3333%;
}
/*-------------------
Colors
--------------------*/
/*--- White ---*/
.ui.white.buttons .button,
.ui.white.button {
background-color: #FFFFFF;
}
.ui.white.buttons .button:hover,
.ui.white.button:hover {
background-color: #A4A4A4;
}
/*--- Black ---*/
.ui.black.buttons .button,
.ui.black.button {
background-color: #5C6166;
color: #FFFFFF;
}
.ui.black.buttons .button:hover,
.ui.black.button:hover {
background-color: #4C4C4C;
color: #FFFFFF;
}
.ui.black.buttons .button:active,
.ui.black.button:active {
background-color: #333333;
color: #FFFFFF;
}
/*--- Green ---*/
.ui.green.buttons .button,
.ui.green.button {
background-color: #5BBD72;
color: #FFFFFF;
}
.ui.green.buttons .button:hover,
.ui.green.button:hover,
.ui.green.buttons .active.button,
.ui.green.button.active {
background-color: #58cb73;
color: #FFFFFF;
}
.ui.green.buttons .button:active,
.ui.green.button:active {
background-color: #4CB164;
color: #FFFFFF;
}
/*--- Red ---*/
.ui.red.buttons .button,
.ui.red.button {
background-color: #D95C5C;
color: #FFFFFF;
}
.ui.red.buttons .button:hover,
.ui.red.button:hover,
.ui.red.buttons .active.button,
.ui.red.button.active {
background-color: #E75859;
color: #FFFFFF;
}
.ui.red.buttons .button:active,
.ui.red.button:active {
background-color: #D24B4C;
color: #FFFFFF;
}
/*--- Orange ---*/
.ui.orange.buttons .button,
.ui.orange.button {
background-color: #E96633;
color: #FFFFFF;
}
.ui.orange.buttons .button:hover,
.ui.orange.button:hover,
.ui.orange.buttons .active.button,
.ui.orange.button.active {
background-color: #FF7038;
color: #FFFFFF;
}
.ui.orange.buttons .button:active,
.ui.orange.button:active {
background-color: #DA683B;
color: #FFFFFF;
}
/*--- Blue ---*/
.ui.blue.buttons .button,
.ui.blue.button {
background-color: #6ECFF5;
color: #FFFFFF;
}
.ui.blue.buttons .button:hover,
.ui.blue.button:hover,
.ui.blue.buttons .active.button,
.ui.blue.button.active {
background-color: #1AB8F3;
color: #FFFFFF;
}
.ui.blue.buttons .button:active,
.ui.blue.button:active {
background-color: #0AA5DF;
color: #FFFFFF;
}
/*--- Purple ---*/
.ui.purple.buttons .button,
.ui.purple.button {
background-color: #564F8A;
color: #FFFFFF;
}
.ui.purple.buttons .button:hover,
.ui.purple.button:hover,
.ui.purple.buttons .active.button,
.ui.purple.button.active {
background-color: #3E3773;
color: #FFFFFF;
}
.ui.purple.buttons .button:active,
.ui.purple.button:active {
background-color: #2E2860;
color: #FFFFFF;
}
/*--- Teal ---*/
.ui.teal.buttons .button,
.ui.teal.button {
background-color: #00B5AD;
color: #FFFFFF;
}
.ui.teal.buttons .button:hover,
.ui.teal.button:hover,
.ui.teal.buttons .active.button,
.ui.teal.button.active {
background-color: #009A93;
color: #FFFFFF;
}
.ui.teal.buttons .button:active,
.ui.teal.button:active {
background-color: #00847E;
color: #FFFFFF;
}
/*---------------
Positive
----------------*/
.ui.positive.buttons .button,
.ui.positive.button {
background-color: #5BBD72 !important;
color: #FFFFFF;
}
.ui.positive.buttons .button:hover,
.ui.positive.button:hover,
.ui.positive.buttons .active.button,
.ui.positive.button.active {
background-color: #58CB73 !important;
color: #FFFFFF;
}
.ui.positive.buttons .button:active,
.ui.positive.button:active {
background-color: #4CB164 !important;
color: #FFFFFF;
}
/*---------------
Negative
----------------*/
.ui.negative.buttons .button,
.ui.negative.button {
background-color: #D95C5C !important;
color: #FFFFFF;
}
.ui.negative.buttons .button:hover,
.ui.negative.button:hover,
.ui.negative.buttons .active.button,
.ui.negative.button.active {
background-color: #E75859 !important;
color: #FFFFFF;
}
.ui.negative.buttons .button:active,
.ui.negative.button:active {
background-color: #D24B4C !important;
color: #FFFFFF;
}
/*******************************
Groups
*******************************/
.ui.buttons {
display: inline-block;
vertical-align: middle;
}
.ui.buttons:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui.buttons .button:first-child {
border-left: none;
}
.ui.buttons .button {
float: left;
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.ui.buttons .button:first-child {
margin-left: 0em;
border-top-left-radius: 0.2em;
border-bottom-left-radius: 0.2em;
}
.ui.buttons .button:last-child {
border-top-right-radius: 0.2em;
border-bottom-right-radius: 0.2em;
}
/* Vertical Style */
.ui.vertical.buttons {
display: inline-block;
}
.ui.vertical.buttons .button {
display: block;
float: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-left: none;
box-shadow: none;
}
.ui.vertical.buttons .button:first-child,
.ui.vertical.buttons .mini.button:first-child,
.ui.vertical.buttons .tiny.button:first-child,
.ui.vertical.buttons .small.button:first-child,
.ui.vertical.buttons .massive.button:first-child,
.ui.vertical.buttons .huge.button:first-child {
margin-top: 0px;
-moz-border-radius: 0.2em 0.2em 0px 0px;
-webkit-border-radius: 0.2em 0.2em 0px 0px;
border-radius: 0.2em 0.2em 0px 0px;
}
.ui.vertical.buttons .button:last-child,
.ui.vertical.buttons .mini.button:last-child,
.ui.vertical.buttons .tiny.button:last-child,
.ui.vertical.buttons .small.button:last-child,
.ui.vertical.buttons .massive.button:last-child,
.ui.vertical.buttons .huge.button:last-child,
.ui.vertical.buttons .gigantic.button:last-child {
-moz-border-radius: 0px 0px 0.2em 0.2em;
-webkit-border-radius: 0px 0px 0.2em 0.2em;
border-radius: 0px 0px 0.2em 0.2em;
}
/*
* # Semantic - Divider
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Divider
*******************************/
.ui.divider {
margin: 1rem 0rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
line-height: 1;
height: 0em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ui.vertical.divider,
.ui.horizontal.divider {
position: absolute;
border: none;
height: 0em;
margin: 0em;
background-color: transparent;
font-size: 0.875rem;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.8);
}
/*--------------
Vertical
---------------*/
.ui.vertical.divider {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
margin: 0% 0% 0% -3%;
width: 6%;
height: 50%;
line-height: 0;
padding: 0em;
}
.ui.vertical.divider:before,
.ui.vertical.divider:after {
position: absolute;
left: 50%;
content: " ";
z-index: 3;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(255, 255, 255, 0.8);
width: 0%;
height: 80%;
}
.ui.vertical.divider:before {
top: -100%;
}
.ui.vertical.divider:after {
top: auto;
bottom: 0px;
}
/*--------------
Horizontal
---------------*/
.ui.horizontal.divider {
position: relative;
top: 0%;
left: 0%;
margin: 1rem 1.5rem;
height: auto;
padding: 0em;
line-height: 1;
}
.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
position: absolute;
content: " ";
z-index: 3;
width: 50%;
top: 50%;
height: 0%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.ui.horizontal.divider:before {
left: 0%;
margin-left: -1.5rem;
}
.ui.horizontal.divider:after {
left: auto;
right: 0%;
margin-right: -1.5rem;
}
/*--------------
Icon
---------------*/
.ui.divider > .icon {
margin: 0em;
font-size: 1rem;
vertical-align: middle;
}
/*******************************
Variations
*******************************/
/*--------------
Inverted
---------------*/
.ui.divider.inverted {
color: #ffffff;
}
.ui.vertical.inverted.divider,
.ui.horizontal.inverted.divider {
color: rgba(255, 255, 255, 0.9);
}
.ui.divider.inverted,
.ui.divider.inverted:after,
.ui.divider.inverted:before {
border-top-color: rgba(0, 0, 0, 0.15);
border-bottom-color: rgba(255, 255, 255, 0.15);
border-left-color: rgba(0, 0, 0, 0.15);
border-right-color: rgba(255, 255, 255, 0.15);
}
/*--------------
Fitted
---------------*/
.ui.fitted.divider {
margin: 0em;
}
/*--------------
Clearing
---------------*/
.ui.clearing.divider {
clear: both;
}
/*--------------
Section
---------------*/
.ui.section.divider {
margin-top: 2rem;
margin-bottom: 2rem;
}
/*
* # Semantic - Header
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Header
*******************************/
/* Standard */
.ui.header {
border: none;
margin: 1em 0em 1rem;
padding: 0em;
font-size: 1.33em;
font-weight: bold;
line-height: 1.33;
}
.ui.header .sub.header {
font-size: 1rem;
font-weight: normal;
margin: 0em;
padding: 0em;
line-height: 1.2;
color: rgba(0, 0, 0, 0.5);
}
.ui.header .icon {
display: table-cell;
vertical-align: middle;
padding-right: 0.5em;
}
.ui.header .icon:only-child {
display: inline-block;
}
.ui.header .content {
display: inline-block;
vertical-align: top;
}
.ui.header .icon + .content {
padding-left: 0.5em;
display: table-cell;
}
/* Positioning */
.ui.header:first-child {
margin-top: 0em;
}
.ui.header:last-child {
margin-bottom: 0em;
}
.ui.header + p {
margin-top: 0em;
}
/*--------------
Page Heading
---------------*/
h1.ui.header {
min-height: 1rem;
line-height: 1.33;
font-size: 2rem;
}
h2.ui.header {
line-height: 1.33;
font-size: 1.75rem;
}
h3.ui.header {
line-height: 1.33;
font-size: 1.33rem;
}
h4.ui.header {
line-height: 1.33;
font-size: 1.1rem;
}
h5.ui.header {
line-height: 1.2;
font-size: 1rem;
}
/*--------------
Content Heading
---------------*/
.ui.huge.header {
min-height: 1em;
font-size: 2em;
}
.ui.large.header {
font-size: 1.75em;
}
.ui.medium.header {
font-size: 1.33em;
}
.ui.small.header {
font-size: 1.1em;
}
.ui.tiny.header {
font-size: 1em;
}
/*******************************
Types
*******************************/
/*-------------------
Icon
--------------------*/
.ui.icon.header {
display: inline-block;
text-align: center;
}
.ui.icon.header .icon {
float: none;
display: block;
font-size: 3em;
margin: 0em auto 0.2em;
padding: 0em;
}
.ui.icon.header .content {
display: block;
}
.ui.icon.header .circular.icon,
.ui.icon.header .square.icon {
font-size: 2em;
}
.ui.block.icon.header .icon {
margin-bottom: 0em;
}
.ui.icon.header.aligned {
margin-left: auto;
margin-right: auto;
display: block;
}
/*******************************
States
*******************************/
.ui.disabled.header {
opacity: 0.5;
}
/*******************************
Variations
*******************************/
/*-------------------
Colors
--------------------*/
.ui.blue.header {
color: #6ECFF5 !important;
}
.ui.black.header {
color: #5C6166 !important;
}
.ui.green.header {
color: #A1CF64 !important;
}
.ui.red.header {
color: #D95C5C !important;
}
.ui.purple.header {
color: #564F8A !important;
}
.ui.teal.header {
color: #00B5AD !important;
}
.ui.blue.dividing.header {
border-bottom: 3px solid #6ECFF5;
}
.ui.black.dividing.header {
border-bottom: 3px solid #5C6166;
}
.ui.green.dividing.header {
border-bottom: 3px solid #A1CF64;
}
.ui.red.dividing.header {
border-bottom: 3px solid #D95C5C;
}
.ui.purple.dividing.header {
border-bottom: 3px solid #564F8A;
}
.ui.teal.dividing.header {
border-bottom: 3px solid #00B5AD;
}
/*-------------------
Inverted
--------------------*/
.ui.inverted.header {
color: #FFFFFF;
}
.ui.inverted.header .sub.header {
color: rgba(255, 255, 255, 0.85);
}
/*-------------------
Inverted Colors
--------------------*/
.ui.inverted.black.header {
background-color: #5C6166 !important;
color: #FFFFFF !important;
}
.ui.inverted.blue.header {
background-color: #6ECFF5 !important;
color: #FFFFFF !important;
}
.ui.inverted.green.header {
background-color: #A1CF64 !important;
color: #FFFFFF !important;
}
.ui.inverted.red.header {
background-color: #D95C5C !important;
color: #FFFFFF !important;
}
.ui.inverted.purple.header {
background-color: #564F8A !important;
color: #FFFFFF !important;
}
.ui.inverted.teal.header {
background-color: #00B5AD !important;
color: #FFFFFF !important;
}
.ui.inverted.block.header {
border-bottom: none;
}
/*-------------------
Aligned
--------------------*/
.ui.left.aligned.header {
text-align: left;
}
.ui.right.aligned.header {
text-align: right;
}
.ui.center.aligned.header {
text-align: center;
}
/*-------------------
Floated
--------------------*/
.ui.floated.header,
.ui.left.floated.header {
float: left;
margin-top: 0em;
margin-right: 0.5em;
}
.ui.right.floated.header {
float: right;
margin-top: 0em;
margin-left: 0.5em;
}
/*-------------------
Fittted
--------------------*/
.ui.fitted.header {
padding: 0em;
}
/*-------------------
Dividing
--------------------*/
.ui.dividing.header {
padding-bottom: 0.2rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui.dividing.header .sub.header {
padding-bottom: 0.5em;
}
.ui.dividing.header .icon {
margin-bottom: 0.2em;
}
/*-------------------
Block
--------------------*/
.ui.block.header {
background-color: rgba(0, 0, 0, 0.05);
padding: 0.5em 1em;
}
/*-------------------
Attached
--------------------*/
.ui.attached.header {
background-color: #E0E0E0;
padding: 0.5em 1rem;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.ui.top.attached.header {
margin-bottom: 0em;
-webkit-border-radius: 0.3125em 0.3125em 0em 0em;
-moz-border-radius: 0.3125em 0.3125em 0em 0em;
border-radius: 0.3125em 0.3125em 0em 0em;
}
.ui.bottom.attached.header {
margin-top: 0em;
-webkit-border-radius: 0em 0em 0.3125em 0.3125em;
-moz-border-radius: 0em 0em 0.3125em 0.3125em;
border-radius: 0em 0em 0.3125em 0.3125em;
}
/*
* # Semantic - Icon
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*!
* Font Awesome 3.2.1
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
* found at http://fon.io. Stay up to date on Twitter at
* http://twitter.com/fon.
*
* License
* ------------------------------------------------------------------------------
* - The Font Awesome font is licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
/*******************************
Icon
*******************************/
@font-face {
font-family: 'Icons';
src: url(../fonts/icons.eot);
src: url(../fonts/icons.eot?#iefix) format('embedded-opentype'), url(../fonts/icons.woff) format('woff'), url(../fonts/icons.ttf) format('truetype'), url(../fonts/icons.svg#icons) format('svg');
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: inherit;
text-transform: none;
}
i.icon {
display: inline-block;
opacity: 0.75;
margin: 0em 0.25em 0em 0em;
width: 1.23em;
height: 1em;
font-family: 'Icons';
font-style: normal;
line-height: 1;
font-weight: normal;
text-decoration: inherit;
text-align: center;
speak: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
}
i.icon.left:before {
content: "\f060";
}
i.icon.right:before {
content: "\f061";
}
i.icon.add.sign.box:before {
content: "\f0fe";
}
i.icon.add.sign:before {
content: "\f055";
}
i.icon.add:before {
content: "\f067";
}
i.icon.adjust:before {
content: "\f042";
}
i.icon.adn:before {
content: "\f170";
}
i.icon.align.center:before {
content: "\f037";
}
i.icon.align.justify:before {
content: "\f039";
}
i.icon.align.left:before {
content: "\f036";
}
i.icon.align.right:before {
content: "\f038";
}
i.icon.ambulance:before {
content: "\f0f9";
}
i.icon.anchor:before {
content: "\f13d";
}
i.icon.android:before {
content: "\f17b";
}
i.icon.angle.down:before {
content: "\f107";
}
i.icon.angle.left:before {
content: "\f104";
}
i.icon.angle.right:before {
content: "\f105";
}
i.icon.angle.up:before {
content: "\f106";
}
i.icon.apple:before {
content: "\f179";
}
i.icon.archive:before {
content: "\f187";
}
i.icon.arrow.down:before {
content: "\f078";
}
i.icon.arrow.left:before {
content: "\f053";
}
i.icon.arrow.right:before {
content: "\f054";
}
i.icon.arrow.sign.down:before {
content: "\f13a";
}
i.icon.arrow.sign.left:before {
content: "\f137";
}
i.icon.arrow.sign.right:before {
content: "\f138";
}
i.icon.arrow.sign.up:before {
content: "\f139";
}
i.icon.arrow.up:before {
content: "\f077";
}
i.icon.asterisk:before {
content: "\f069";
}
i.icon.attachment:before {
content: "\f0c6";
}
i.icon.attention:before {
content: "\f06a";
}
i.icon.backward:before {
content: "\f04a";
}
i.icon.ban.circle:before {
content: "\f05e";
}
i.icon.bar.chart:before {
content: "\f080";
}
i.icon.barcode:before {
content: "\f02a";
}
i.icon.beer:before {
content: "\f0fc";
}
i.icon.bell.outline:before {
content: "\f0a2";
}
i.icon.bell:before {
content: "\f0f3";
}
i.icon.bitbucket.sign:before {
content: "\f172";
}
i.icon.bitbucket:before {
content: "\f171";
}
i.icon.bitcoin:before {
content: "\f15a";
}
i.icon.bold:before {
content: "\f032";
}
i.icon.bolt:before {
content: "\f0e7";
}
i.icon.book:before {
content: "\f02d";
}
i.icon.bookmark.empty:before {
content: "\f097";
}
i.icon.bookmark:before {
content: "\f02e";
}
i.icon.box.arrow.down:before {
content: "\f150";
}
i.icon.box.arrow.right:before {
content: "\f152";
}
i.icon.box.arrow.up:before {
content: "\f151";
}
i.icon.briefcase:before {
content: "\f0b1";
}
i.icon.browser:before {
content: "\f022";
}
i.icon.bug:before {
content: "\f188";
}
i.icon.building:before {
content: "\f0f7";
}
i.icon.bullhorn:before {
content: "\f0a1";
}
i.icon.bullseye:before {
content: "\f140";
}
i.icon.calendar.empty:before {
content: "\f133";
}
i.icon.calendar:before {
content: "\f073";
}
i.icon.camera.retro:before {
content: "\f083";
}
i.icon.camera:before {
content: "\f030";
}
i.icon.triangle.down:before {
content: "\f0d7";
}
i.icon.triangle.left:before {
content: "\f0d9";
}
i.icon.triangle.right:before {
content: "\f0da";
}
i.icon.triangle.up:before {
content: "\f0d8";
}
i.icon.cart:before {
content: "\f07a";
}
i.icon.certificate:before {
content: "\f0a3";
}
i.icon.chat.outline:before {
content: "\f0e6";
}
i.icon.chat:before {
content: "\f086";
}
i.icon.checkbox.empty:before {
content: "\f096";
}
i.icon.checkbox.minus:before {
content: "\f147";
}
i.icon.checked.checkbox:before {
content: "\f046";
}
i.icon.checkmark.sign:before {
content: "\f14a";
}
i.icon.checkmark:before {
content: "\f00c";
}
i.icon.circle.blank:before {
content: "\f10c";
}
i.icon.circle.down:before {
content: "\f0ab";
}
i.icon.circle.left:before {
content: "\f0a8";
}
i.icon.circle.right:before {
content: "\f0a9";
}
i.icon.circle.up:before {
content: "\f0aa";
}
i.icon.circle:before {
content: "\f111";
}
i.icon.cloud.download:before {
content: "\f0ed";
}
i.icon.cloud.upload:before {
content: "\f0ee";
}
i.icon.cloud:before {
content: "\f0c2";
}
i.icon.code.fork:before {
content: "\f126";
}
i.icon.code:before {
content: "\f121";
}
i.icon.coffee:before {
content: "\f0f4";
}
i.icon.collapse:before {
content: "\f117";
}
i.icon.comment.outline:before {
content: "\f0e5";
}
i.icon.comment:before {
content: "\f075";
}
i.icon.copy:before {
content: "\f0c5";
}
i.icon.crop:before {
content: "\f125";
}
i.icon.css3:before {
content: "\f13c";
}
i.icon.cut:before {
content: "\f0c4";
}
i.icon.dashboard:before {
content: "\f0e4";
}
i.icon.desktop:before {
content: "\f108";
}
i.icon.doctor:before {
content: "\f0f0";
}
i.icon.dollar:before {
content: "\f155";
}
i.icon.double.angle.down:before {
content: "\f103";
}
i.icon.double.angle.left:before {
content: "\f100";
}
i.icon.double.angle.right:before {
content: "\f101";
}
i.icon.double.angle.up:before {
content: "\f102";
}
i.icon.down:before {
content: "\f063";
}
i.icon.download.disk:before {
content: "\f019";
}
i.icon.download:before {
content: "\f01a";
}
i.icon.dribbble:before {
content: "\f17d";
}
i.icon.dropbox:before {
content: "\f16b";
}
i.icon.edit.sign:before {
content: "\f14b";
}
i.icon.edit:before {
content: "\f044";
}
i.icon.eject:before {
content: "\f052";
}
i.icon.ellipsis.horizontal:before {
content: "\f141";
}
i.icon.ellipsis.vertical:before {
content: "\f142";
}
i.icon.eraser:before {
content: "\f12d";
}
i.icon.euro:before {
content: "\f153";
}
i.icon.exchange:before {
content: "\f0ec";
}
i.icon.exclamation:before {
content: "\f12a";
}
i.icon.expand:before {
content: "\f116";
}
i.icon.external.url.sign:before {
content: "\f14c";
}
i.icon.external.url:before {
content: "\f08e";
}
i.icon.facebook.sign:before {
content: "\f082";
}
i.icon.facebook:before {
content: "\f09a";
}
i.icon.facetime.video:before {
content: "\f03d";
}
i.icon.fast.backward:before {
content: "\f049";
}
i.icon.fast.forward:before {
content: "\f050";
}
i.icon.female:before {
content: "\f182";
}
i.icon.fighter.jet:before {
content: "\f0fb";
}
i.icon.file.outline:before {
content: "\f016";
}
i.icon.file.text.outline:before {
content: "\f0f6";
}
i.icon.file.text:before {
content: "\f15c";
}
i.icon.file:before {
content: "\f15b";
}
i.icon.filter:before {
content: "\f0b0";
}
i.icon.fire.extinguisher:before {
content: "\f134";
}
i.icon.fire:before {
content: "\f06d";
}
i.icon.flag.checkered:before {
content: "\f11e";
}
i.icon.flag.empty:before {
content: "\f11d";
}
i.icon.flag:before {
content: "\f024";
}
i.icon.flickr:before {
content: "\f16e";
}
i.icon.folder.open.outline:before {
content: "\f115";
}
i.icon.folder.open:before {
content: "\f07c";
}
i.icon.folder.outline:before {
content: "\f114";
}
i.icon.folder:before {
content: "\f07b";
}
i.icon.font:before {
content: "\f031";
}
i.icon.food:before {
content: "\f0f5";
}
i.icon.forward.mail:before {
content: "\f064";
}
i.icon.forward:before {
content: "\f04e";
}
i.icon.foursquare:before {
content: "\f180";
}
i.icon.frown:before {
content: "\f119";
}
i.icon.fullscreen:before {
content: "\f0b2";
}
i.icon.gamepad:before {
content: "\f11b";
}
i.icon.gift:before {
content: "\f06b";
}
i.icon.github.alternate:before {
content: "\f09b";
}
i.icon.github.sign:before {
content: "\f092";
}
i.icon.github:before {
content: "\f113";
}
i.icon.gittip:before {
content: "\f184";
}
i.icon.glass:before {
content: "\f000";
}
i.icon.globe:before {
content: "\f0ac";
}
i.icon.google.plus.sign:before {
content: "\f0d4";
}
i.icon.google.plus:before {
content: "\f0d5";
}
i.icon.h.sign:before {
content: "\f0fd";
}
i.icon.hand.down:before {
content: "\f0a7";
}
i.icon.hand.left:before {
content: "\f0a5";
}
i.icon.hand.right:before {
content: "\f0a4";
}
i.icon.hand.up:before {
content: "\f0a6";
}
i.icon.hdd:before {
content: "\f0a0";
}
i.icon.headphones:before {
content: "\f025";
}
i.icon.heart.empty:before {
content: "\f08a";
}
i.icon.heart:before {
content: "\f004";
}
i.icon.help:before {
content: "\f059";
}
i.icon.hide:before {
content: "\f070";
}
i.icon.home:before {
content: "\f015";
}
i.icon.hospital:before {
content: "\f0f8";
}
i.icon.html5:before {
content: "\f13b";
}
i.icon.inbox:before {
content: "\f01c";
}
i.icon.indent.left:before {
content: "\f03b";
}
i.icon.indent.right:before {
content: "\f03c";
}
i.icon.info.letter:before {
content: "\f129";
}
i.icon.info:before {
content: "\f05a";
}
i.icon.instagram:before {
content: "\f16d";
}
i.icon.italic:before {
content: "\f033";
}
i.icon.key:before {
content: "\f084";
}
i.icon.keyboard:before {
content: "\f11c";
}
i.icon.lab:before {
content: "\f0c3";
}
i.icon.laptop:before {
content: "\f109";
}
i.icon.layout.block:before {
content: "\f009";
}
i.icon.layout.column:before {
content: "\f0db";
}
i.icon.layout.grid:before {
content: "\f00a";
}
i.icon.layout.list:before {
content: "\f00b";
}
i.icon.leaf:before {
content: "\f06c";
}
i.icon.legal:before {
content: "\f0e3";
}
i.icon.lemon:before {
content: "\f094";
}
i.icon.level.down:before {
content: "\f149";
}
i.icon.level.up:before {
content: "\f148";
}
i.icon.lightbulb:before {
content: "\f0eb";
}
i.icon.linkedin.sign:before {
content: "\f08c";
}
i.icon.linkedin:before {
content: "\f0e1";
}
i.icon.linux:before {
content: "\f17c";
}
i.icon.list.ordered:before {
content: "\f0cb";
}
i.icon.list.unordered:before {
content: "\f0ca";
}
i.icon.list:before {
content: "\f03a";
}
i.icon.loading:before {
content: "\f110";
}
i.icon.location:before {
content: "\f124";
}
i.icon.lock:before {
content: "\f023";
}
i.icon.long.arrow.down:before {
content: "\f175";
}
i.icon.long.arrow.left:before {
content: "\f177";
}
i.icon.long.arrow.right:before {
content: "\f178";
}
i.icon.long.arrow.up:before {
content: "\f176";
}
i.icon.magic:before {
content: "\f0d0";
}
i.icon.magnet:before {
content: "\f076";
}
i.icon.mail.outline:before {
content: "\f003";
}
i.icon.mail.reply:before {
content: "\f112";
}
i.icon.mail:before {
content: "\f0e0";
}
i.icon.male:before {
content: "\f183";
}
i.icon.map.marker:before {
content: "\f041";
}
i.icon.map:before {
content: "\f14e";
}
i.icon.maxcdn:before {
content: "\f136";
}
i.icon.medkit:before {
content: "\f0fa";
}
i.icon.meh:before {
content: "\f11a";
}
i.icon.minus.sign.alternate:before {
content: "\f146";
}
i.icon.minus.sign:before {
content: "\f056";
}
i.icon.minus:before {
content: "\f068";
}
i.icon.mobile:before {
content: "\f10b";
}
i.icon.money:before {
content: "\f0d6";
}
i.icon.moon:before {
content: "\f186";
}
i.icon.move:before {
content: "\f047";
}
i.icon.music:before {
content: "\f001";
}
i.icon.mute:before {
content: "\f131";
}
i.icon.off:before {
content: "\f011";
}
i.icon.ok.circle:before {
content: "\f05d";
}
i.icon.ok.sign:before {
content: "\f058";
}
i.icon.paste:before {
content: "\f0ea";
}
i.icon.pause:before {
content: "\f04c";
}
i.icon.payment:before {
content: "\f09d";
}
i.icon.pencil:before {
content: "\f040";
}
i.icon.phone.sign:before {
content: "\f098";
}
i.icon.phone:before {
content: "\f095";
}
i.icon.photo:before {
content: "\f03e";
}
i.icon.pin:before {
content: "\f08d";
}
i.icon.pinterest.sign:before {
content: "\f0d3";
}
i.icon.pinterest:before {
content: "\f0d2";
}
i.icon.plane:before {
content: "\f072";
}
i.icon.play.circle:before {
content: "\f01d";
}
i.icon.play.sign:before {
content: "\f144";
}
i.icon.play:before {
content: "\f04b";
}
i.icon.pound:before {
content: "\f154";
}
i.icon.print:before {
content: "\f02f";
}
i.icon.puzzle.piece:before {
content: "\f12e";
}
i.icon.qr.code:before {
content: "\f029";
}
i.icon.question:before {
content: "\f128";
}
i.icon.quote.left:before {
content: "\f10d";
}
i.icon.quote.right:before {
content: "\f10e";
}
i.icon.refresh:before {
content: "\f021";
}
i.icon.remove.circle:before {
content: "\f05c";
}
i.icon.remove.sign:before {
content: "\f057";
}
i.icon.remove:before {
content: "\f00d";
}
i.icon.renren:before {
content: "\f18b";
}
i.icon.reorder:before {
content: "\f0c9";
}
i.icon.repeat:before {
content: "\f01e";
}
i.icon.reply.all.mail:before {
content: "\f122";
}
i.icon.resize.full:before {
content: "\f065";
}
i.icon.resize.horizontal:before {
content: "\f07e";
}
i.icon.resize.small:before {
content: "\f066";
}
i.icon.resize.vertical:before {
content: "\f07d";
}
i.icon.retweet:before {
content: "\f079";
}
i.icon.road:before {
content: "\f018";
}
i.icon.rocket:before {
content: "\f135";
}
i.icon.rss.sign:before {
content: "\f143";
}
i.icon.rss:before {
content: "\f09e";
}
i.icon.rupee:before {
content: "\f156";
}
i.icon.save:before {
content: "\f0c7";
}
i.icon.screenshot:before {
content: "\f05b";
}
i.icon.search:before {
content: "\f002";
}
i.icon.setting:before {
content: "\f013";
}
i.icon.settings:before {
content: "\f085";
}
i.icon.share.sign:before {
content: "\f14d";
}
i.icon.share:before {
content: "\f045";
}
i.icon.shield:before {
content: "\f132";
}
i.icon.shuffle:before {
content: "\f074";
}
i.icon.sign.in:before {
content: "\f090";
}
i.icon.sign.out:before {
content: "\f08b";
}
i.icon.sign:before {
content: "\f0c8";
}
i.icon.signal:before {
content: "\f012";
}
i.icon.sitemap:before {
content: "\f0e8";
}
i.icon.skype:before {
content: "\f17e";
}
i.icon.smile:before {
content: "\f118";
}
i.icon.sort.alphabet.descending:before {
content: "\f15e";
}
i.icon.sort.alphabet:before {
content: "\f15d";
}
i.icon.sort.ascending:before {
content: "\f0de";
}
i.icon.sort.attributes.descending:before {
content: "\f161";
}
i.icon.sort.attributes:before {
content: "\f160";
}
i.icon.sort.descending:before {
content: "\f0dd";
}
i.icon.sort.order.descending:before {
content: "\f163";
}
i.icon.sort.order:before {
content: "\f162";
}
i.icon.sort:before {
content: "\f0dc";
}
i.icon.stackexchange:before {
content: "\f16c";
}
i.icon.star.empty:before {
content: "\f006";
}
i.icon.star.half.empty:before {
content: "\f123";
}
i.icon.star.half.full:before,
i.icon.star.half:before {
content: "\f089";
}
i.icon.star:before {
content: "\f005";
}
i.icon.step.backward:before {
content: "\f048";
}
i.icon.step.forward:before {
content: "\f051";
}
i.icon.stethoscope:before {
content: "\f0f1";
}
i.icon.stop:before {
content: "\f04d";
}
i.icon.strikethrough:before {
content: "\f0cc";
}
i.icon.subscript:before {
content: "\f12c";
}
i.icon.suitcase:before {
content: "\f0f2";
}
i.icon.sun:before {
content: "\f185";
}
i.icon.superscript:before {
content: "\f12b";
}
i.icon.table:before {
content: "\f0ce";
}
i.icon.tablet:before {
content: "\f10a";
}
i.icon.tag:before {
content: "\f02b";
}
i.icon.tags:before {
content: "\f02c";
}
i.icon.tasks:before {
content: "\f0ae";
}
i.icon.terminal:before {
content: "\f120";
}
i.icon.text.height:before {
content: "\f034";
}
i.icon.text.width:before {
content: "\f035";
}
i.icon.thumbs.down.outline:before {
content: "\f088";
}
i.icon.thumbs.down:before {
content: "\f165";
}
i.icon.thumbs.up.outline:before {
content: "\f087";
}
i.icon.thumbs.up:before {
content: "\f164";
}
i.icon.ticket:before {
content: "\f145";
}
i.icon.time:before {
content: "\f017";
}
i.icon.tint:before {
content: "\f043";
}
i.icon.trash:before {
content: "\f014";
}
i.icon.trello:before {
content: "\f181";
}
i.icon.trophy:before {
content: "\f091";
}
i.icon.truck:before {
content: "\f0d1";
}
i.icon.tumblr.sign:before {
content: "\f174";
}
i.icon.tumblr:before {
content: "\f173";
}
i.icon.twitter.sign:before {
content: "\f081";
}
i.icon.twitter:before {
content: "\f099";
}
i.icon.umbrella:before {
content: "\f0e9";
}
i.icon.underline:before {
content: "\f0cd";
}
i.icon.undo:before {
content: "\f0e2";
}
i.icon.unhide:before {
content: "\f06e";
}
i.icon.unlink:before {
content: "\f127";
}
i.icon.unlock.alternate:before {
content: "\f13e";
}
i.icon.unlock:before {
content: "\f09c";
}
i.icon.unmute:before {
content: "\f130";
}
i.icon.up:before {
content: "\f062";
}
i.icon.upload.disk:before {
content: "\f093";
}
i.icon.upload:before {
content: "\f01b";
}
i.icon.url:before {
content: "\f0c1";
}
i.icon.user:before {
content: "\f007";
}
i.icon.users:before {
content: "\f0c0";
}
i.icon.video:before {
content: "\f008";
}
i.icon.vk:before {
content: "\f189";
}
i.icon.volume.down:before {
content: "\f027";
}
i.icon.volume.off:before {
content: "\f026";
}
i.icon.volume.up:before {
content: "\f028";
}
i.icon.warning:before {
content: "\f071";
}
i.icon.weibo:before {
content: "\f18a";
}
i.icon.windows:before {
content: "\f17a";
}
i.icon.won:before {
content: "\f159";
}
i.icon.wrench:before {
content: "\f0ad";
}
i.icon.xing.sign:before {
content: "\f169";
}
i.icon.xing:before {
content: "\f168";
}
i.icon.yen:before {
content: "\f157";
}
i.icon.youtube.play:before {
content: "\f16a";
}
i.icon.youtube.sign:before {
content: "\f166";
}
i.icon.youtube:before {
content: "\f167";
}
i.icon.yuan:before {
content: "\f158";
}
i.icon.zoom.in:before {
content: "\f00e";
}
i.icon.zoom.out:before {
content: "\f010";
}
/*--------------
Aliases
---------------*/
i.icon.check:before {
content: "\f00c";
}
i.icon.close:before {
content: "\f00d";
}
i.icon.delete:before {
content: "\f00d";
}
i.icon.like:before {
content: "\f004";
}
i.icon.plus:before {
content: "\f067";
}
i.icon.signup:before {
content: "\f044";
}
/*--------------
Spacing Fix
---------------*/
/* stars are usually consecutive */
i.icon.star {
width: auto;
margin: 0em;
}
/* left side icons */
i.icon.left,
i.icon.left,
i.icon.left {
width: auto;
margin: 0em 0.5em 0em 0em;
}
/* right side icons */
i.icon.search,
i.icon.up,
i.icon.down,
i.icon.right {
width: auto;
margin: 0em 0em 0em 0.5em;
}
/*******************************
Types
*******************************/
/*--------------
Loading
---------------*/
i.icon.loading {
-webkit-animation: icon-loading 2s linear infinite;
-moz-animation: icon-loading 2s linear infinite;
-ms-animation: icon-loading 2s linear infinite;
-o-animation: icon-loading 2s linear infinite;
animation: icon-loading 2s linear infinite;
}
@keyframes icon-loading {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes icon-loading {
from {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes icon-loading {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes icon-loading {
from {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes icon-loading {
from {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*******************************
States
*******************************/
i.icon.hover {
opacity: 1;
}
i.icon.active {
opacity: 1;
}
i.emphasized.icon {
opacity: 1;
}
i.icon.disabled {
opacity: 0.3;
}
/*******************************
Variations
*******************************/
/*-------------------
Link
--------------------*/
i.link.icon {
cursor: pointer;
opacity: 0.7;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
i.link.icon:hover {
opacity: 1 !important;
}
/*-------------------
Circular
--------------------*/
i.circular.icon {
-webkit-border-radius: 500em !important;
-moz-border-radius: 500em !important;
border-radius: 500em !important;
padding: 0.5em 0.35em !important;
-webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
line-height: 1 !important;
width: 2em !important;
height: 2em !important;
}
i.circular.inverted.icon {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*-------------------
Flipped
--------------------*/
i.flipped.icon,
i.horizontally.flipped.icon {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
i.vertically.flipped.icon {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
/*-------------------
Rotated
--------------------*/
i.rotated.icon,
i.right.rotated.icon,
i.clockwise.rotated.icon {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
i.left.rotated.icon,
i.counterclockwise.rotated.icon {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
/*-------------------
Square
--------------------*/
i.square.icon {
width: 2em;
height: 2em;
padding: 0.5em 0.35em !important;
-webkit-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
vertical-align: baseline;
}
i.square.inverted.icon {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*-------------------
Inverted
--------------------*/
i.inverted.icon {
background-color: #222222;
color: #FFFFFF;
}
/*-------------------
Colors
--------------------*/
i.blue.icon {
color: #6ECFF5 !important;
}
i.black.icon {
color: #5C6166 !important;
}
i.green.icon {
color: #A1CF64 !important;
}
i.red.icon {
color: #D95C5C !important;
}
i.purple.icon {
color: #564F8A !important;
}
i.teal.icon {
color: #00B5AD !important;
}
/*-------------------
Inverted Colors
--------------------*/
i.inverted.black.icon {
background-color: #5C6166 !important;
color: #FFFFFF !important;
}
i.inverted.blue.icon {
background-color: #6ECFF5 !important;
color: #FFFFFF !important;
}
i.inverted.green.icon {
background-color: #A1CF64 !important;
color: #FFFFFF !important;
}
i.inverted.red.icon {
background-color: #D95C5C !important;
color: #FFFFFF !important;
}
i.inverted.purple.icon {
background-color: #564F8A !important;
color: #FFFFFF !important;
}
i.inverted.teal.icon {
background-color: #00B5AD !important;
color: #FFFFFF !important;
}
/*-------------------
Sizes
--------------------*/
i.small.icon {
font-size: 0.875em;
}
i.icon {
font-size: 1em;
}
i.large.icon {
font-size: 1.5em;
vertical-align: middle;
}
i.big.icon {
font-size: 2em;
vertical-align: middle;
}
i.huge.icon {
font-size: 4em;
vertical-align: middle;
}
i.massive.icon {
font-size: 8em;
vertical-align: middle;
}
/*
* # Semantic - Image
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Image
*******************************/
.ui.image {
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.05);
}
img.ui.image {
display: block;
background: none;
}
.ui.image img {
display: block;
max-width: 100%;
height: auto;
}
/*******************************
States
*******************************/
.ui.disabled.image {
cursor: default;
opacity: 0.3;
}
/*******************************
Variations
*******************************/
/*--------------
Rounded
---------------*/
.ui.rounded.images .image,
.ui.rounded.images img,
.ui.rounded.image img,
.ui.rounded.image {
-webkit-border-radius: 0.3125em;
-moz-border-radius: 0.3125em;
border-radius: 0.3125em;
}
/*--------------
Circular
---------------*/
.ui.circular.images .image,
.ui.circular.images img,
.ui.circular.image img,
.ui.circular.image {
-webkit-border-radius: 500rem;
-moz-border-radius: 500rem;
border-radius: 500rem;
}
/*--------------
Fluid
---------------*/
.ui.fluid.images,
.ui.fluid.image,
.ui.fluid.images img,
.ui.fluid.image img {
display: block;
width: 100%;
}
/*--------------
Avatar
---------------*/
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.image img,
.ui.avatar.image {
margin-right: 0.5em;
display: inline-block;
width: 2em;
height: 2em;
-webkit-border-radius: 500rem;
-moz-border-radius: 500rem;
border-radius: 500rem;
}
/*-------------------
Floated
--------------------*/
.ui.floated.image,
.ui.floated.images {
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
.ui.right.floated.images,
.ui.right.floated.image {
float: right;
margin-bottom: 1em;
margin-left: 1em;
}
/*--------------
Sizes
---------------*/
.ui.tiny.images .image,
.ui.tiny.images img,
.ui.tiny.image {
width: 20px;
font-size: 0.7rem;
}
.ui.mini.images .image,
.ui.mini.images img,
.ui.mini.image {
width: 35px;
font-size: 0.8rem;
}
.ui.small.images .image,
.ui.small.images img,
.ui.small.image {
width: 80px;
font-size: 0.9rem;
}
.ui.medium.images .image,
.ui.medium.images img,
.ui.medium.image {
width: 300px;
font-size: 1rem;
}
.ui.large.images .image,
.ui.large.images img,
.ui.large.image {
width: 450px;
font-size: 1.1rem;
}
.ui.huge.images .image,
.ui.huge.images img,
.ui.huge.image {
width: 600px;
font-size: 1.2rem;
}
/*******************************
Groups
*******************************/
.ui.images {
font-size: 0em;
margin: 0em -0.25rem 0rem;
}
.ui.images .image,
.ui.images img {
display: inline-block;
margin: 0em 0.25em 0.5em;
}
/*
* # Semantic - Input
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------------
Inputs
---------------------*/
.ui.input {
display: inline-block;
position: relative;
color: rgba(0, 0, 0, 0.7);
}
.ui.input input {
width: 100%;
font-family: "Helvetica Neue", "Helvetica", Arial;
margin: 0em;
padding: 0.85em 1.2em;
font-size: 0.875em;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.15);
outline: none;
color: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 0.3125em;
-moz-border-radius: 0.3125em;
border-radius: 0.3125em;
-webkit-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-moz-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-o-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-ms-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*--------------------
Placeholder
---------------------*/
/* browsers require these rules separate */
.ui.input::-web inputkit-input-placeholder {
color: #E0E0E0;
}
.ui.input::-moz input-placeholder {
color: #E0E0E0;
}
/*******************************
States
*******************************/
/*--------------------
Active
---------------------*/
.ui.input input:active,
.ui.input.down input {
border-color: rgba(0, 0, 0, 0.3);
background-color: #FAFAFA;
}
/*--------------------
Loading
---------------------*/
.ui.loading.input > .icon {
background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.loading.input > .icon:before,
.ui.loading.input > .icon:after {
display: none;
}
/*--------------------
Focus
---------------------*/
.ui.input.focus input,
.ui.input input:focus {
border-color: rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.85);
}
.ui.input.focus input input::-webkit-input-placeholder,
.ui.input input:focus input::-webkit-input-placeholder {
color: #AAAAAA;
}
.ui.input.focus input input::-moz-placeholder,
.ui.input input:focus input::-moz-placeholder {
color: #AAAAAA;
}
/*--------------------
Error
---------------------*/
.ui.input.error input {
background-color: #FFFAFA;
border-color: #E7BEBE;
color: #D95C5C;
}
/* Error Placeholder */
.ui.input.error input ::-webkit-input-placeholder {
color: rgba(255, 80, 80, 0.4);
}
.ui.input.error input ::-moz-placeholder {
color: rgba(255, 80, 80, 0.4);
}
.ui.input.error input :focus::-webkit-input-placeholder {
color: rgba(255, 80, 80, 0.7);
}
.ui.input.error input :focus::-moz-placeholder {
color: rgba(255, 80, 80, 0.7);
}
/*******************************
Variations
*******************************/
/*--------------------
Transparent
---------------------*/
.ui.transparent.input input {
border: none;
background-color: transparent;
}
/*--------------------
Icon
---------------------*/
.ui.icon.input > .icon {
cursor: default;
position: absolute;
opacity: 0.5;
top: 0px;
right: 0px;
margin: 0em;
width: 2.6em;
height: 100%;
padding-top: 0.82em;
text-align: center;
-webkit-border-radius: 0em 0.3125em 0.3125em 0em;
-moz-border-radius: 0em 0.3125em 0.3125em 0em;
border-radius: 0em 0.3125em 0.3125em 0em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
.ui.icon.input > .link.icon {
cursor: pointer;
}
.ui.icon.input input {
padding-right: 3em !important;
}
.ui.icon.input > .circular.icon {
top: 0.35em;
right: 0.5em;
}
/* Left Side */
.ui.left.icon.input > .icon {
right: auto;
left: 1px;
-webkit-border-radius: 0.3125em 0em 0em 0.3125em;
-moz-border-radius: 0.3125em 0em 0em 0.3125em;
border-radius: 0.3125em 0em 0em 0.3125em;
}
.ui.left.icon.input > .circular.icon {
right: auto;
left: 0.5em;
}
.ui.left.icon.input > input {
padding-left: 3em !important;
padding-right: 1.2em !important;
}
/* Focus */
.ui.icon.input > input:focus ~ .icon {
opacity: 1;
}
/*--------------------
Labeled
---------------------*/
.ui.labeled.input .corner.label {
top: 1px;
right: 1px;
-webkit-border-top-right-radius: 0.3125em;
-moz-border-top-right-radius: 0.3125em;
border-top-right-radius: 0.3125em;
}
.ui.labeled.input input {
padding-right: 2.5em !important;
}
/* Spacing with corner label */
.ui.labeled.icon.input:not(.left) > input {
padding-right: 3.25em !important;
}
.ui.labeled.icon.input:not(.left) > .icon {
margin-right: 0.75em;
}
/*--------------------
Action
---------------------*/
.ui.action.input {
display: table;
}
.ui.action.input > input {
display: table-cell;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-right: none;
}
.ui.action.input > .button {
display: table-cell;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
white-space: nowrap;
}
.ui.action.input > .button > .icon {
display: inline;
}
.ui.action.input > input:focus ~ .button {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
}
/*--------------------
Fluid
---------------------*/
.ui.fluid.input {
display: block;
}
/*--------------------
Size
---------------------*/
.ui.mini.input {
font-size: 0.8125rem;
}
.ui.tiny.input {
font-size: 0.875rem;
}
.ui.small.input {
font-size: 0.875rem;
}
.ui.input {
font-size: 1rem;
}
.ui.large.input {
font-size: 1.125rem;
}
.ui.big.input {
font-size: 1.25rem;
}
.ui.huge.input {
font-size: 1.375rem;
}
.ui.massive.input {
font-size: 1.5rem;
}
/*
* # Semantic - Label
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Label
*******************************/
.ui.label {
display: inline-block;
vertical-align: middle;
margin: -0.25em 0.25em 0em;
background-color: #E8E8E8;
border-color: #E8E8E8;
padding: 0.5em 0.8em;
color: rgba(0, 0, 0, 0.65);
text-transform: uppercase;
font-weight: normal;
-webkit-border-radius: 0.325em;
-moz-border-radius: 0.325em;
border-radius: 0.325em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.1s linear
;
-moz-transition: background 0.1s linear
;
-o-transition: background 0.1s linear
;
-ms-transition: background 0.1s linear
;
transition: background 0.1s linear
;
}
.ui.label:first-child {
margin-left: 0em;
}
.ui.label:last-child {
margin-right: 0em;
}
/* Link */
a.ui.label {
cursor: pointer;
}
/* Detail */
.ui.label .detail {
display: inline-block;
margin-left: 0.5em;
font-weight: bold;
opacity: 0.8;
}
/* Icon */
.ui.label .icon {
width: auto;
}
/* Removable label */
.ui.label .delete.icon {
cursor: pointer;
margin: 0em 0em 0em 0.5em;
opacity: 0.7;
-webkit-transition: background 0.1s linear
;
-moz-transition: background 0.1s linear
;
-o-transition: background 0.1s linear
;
-ms-transition: background 0.1s linear
;
transition: background 0.1s linear
;
}
.ui.label .delete.icon:hover {
opacity: 0.99;
}
/*-------------------
Coupling
--------------------*/
/* Padding on next content after a label */
.ui.segment > .attached.label:first-child + * {
margin-top: 2.5em;
}
.ui.segment > .bottom.attached.label:first-child ~ :last-child {
margin-top: 0em;
margin-bottom: 2.5em;
}
/*******************************
Types
*******************************/
.ui.image.label {
width: auto !important;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.4em;
padding-bottom: 0.4em;
line-height: 1.5em;
vertical-align: baseline;
text-transform: none;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.image.label img {
display: inline-block;
height: 2.25em;
margin: -0.4em 0.8em -0.4em -0.8em;
vertical-align: top;
-moz-border-radius: 0.325em 0em 0em 0.325em;
-webkit-border-radius: 0.325em 0em 0em 0.325em;
border-radius: 0.325em 0em 0em 0.325em;
}
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
.ui.label.disabled {
opacity: 0.5;
}
/*-------------------
Hover
--------------------*/
a.ui.labels .label:hover,
a.ui.label:hover {
background-color: #E0E0E0;
border-color: #E0E0E0;
color: rgba(0, 0, 0, 0.7);
}
.ui.labels a.label:hover:before,
a.ui.label:hover:before {
background-color: #E0E0E0;
color: rgba(0, 0, 0, 0.7);
}
/*-------------------
Visible
--------------------*/
.ui.labels.visible .label,
.ui.label.visible {
display: inline-block !important;
}
/*-------------------
Hidden
--------------------*/
.ui.labels.hidden .label,
.ui.label.hidden {
display: none !important;
}
/*******************************
Variations
*******************************/
/*-------------------
Tag
--------------------*/
.ui.tag.labels .label,
.ui.tag.label {
margin-left: 1em;
position: relative;
padding: 0.33em 1.3em 0.33em 1.4em;
-webkit-border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
}
.ui.tag.labels .label:before,
.ui.tag.label:before {
position: absolute;
top: 0.3em;
left: 0.3em;
content: '';
margin-left: -1em;
background-image: none;
width: 1.5em;
height: 1.5em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: background 0.1s linear
;
-moz-transition: background 0.1s linear
;
-o-transition: background 0.1s linear
;
-ms-transition: background 0.1s linear
;
transition: background 0.1s linear
;
}
.ui.tag.labels .label:after,
.ui.tag.label:after {
position: absolute;
content: '';
top: 50%;
left: -0.25em;
margin-top: -0.3em;
background-color: #FFFFFF;
width: 0.55em;
height: 0.55em;
-webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
-moz-border-radius: 100px 100px 100px 100px;
-webkit-border-radius: 100px 100px 100px 100px;
border-radius: 100px 100px 100px 100px;
}
/*-------------------
Ribbon
--------------------*/
.ui.ribbon.label {
position: relative;
margin: 0em 0.2em;
left: -2rem;
padding-left: 2rem;
-webkit-border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px;
border-color: rgba(0, 0, 0, 0.15);
}
.ui.ribbon.label:after {
position: absolute;
content: "";
top: 100%;
left: 0%;
border-top: 0em solid transparent;
border-right-width: 1em;
border-right-color: inherit;
border-right-style: solid;
border-bottom: 1em solid transparent;
border-left: 0em solid transparent;
width: 0em;
height: 0em;
}
/*-------------------
Attached
--------------------*/
.ui.top.attached.label,
.ui.attached.label {
width: 100%;
position: absolute;
margin: 0em;
top: 0em;
left: 0em;
padding: 0.75em 1em;
-webkit-border-radius: 4px 4px 0em 0em;
-moz-border-radius: 4px 4px 0em 0em;
border-radius: 4px 4px 0em 0em;
}
.ui.bottom.attached.label {
top: auto;
bottom: 0em;
-webkit-border-radius: 0em 0em 4px 4px;
-moz-border-radius: 0em 0em 4px 4px;
border-radius: 0em 0em 4px 4px;
}
.ui.top.left.attached.label {
width: auto;
margin-top: 0em !important;
-webkit-border-radius: 4px 0em 4px 0em;
-moz-border-radius: 4px 0em 4px 0em;
border-radius: 4px 0em 4px 0em;
}
.ui.top.right.attached.label {
width: auto;
left: auto;
right: 0em;
-webkit-border-radius: 0em 4px 0em 4px;
-moz-border-radius: 0em 4px 0em 4px;
border-radius: 0em 4px 0em 4px;
}
.ui.bottom.left.attached.label {
width: auto;
top: auto;
bottom: 0em;
-webkit-border-radius: 4px 0em 0em 4px;
-moz-border-radius: 4px 0em 0em 4px;
border-radius: 4px 0em 0em 4px;
}
.ui.bottom.right.attached.label {
top: auto;
bottom: 0em;
left: auto;
right: 0em;
width: auto;
-webkit-border-radius: 4px 0em 4px 0em;
-moz-border-radius: 4px 0em 4px 0em;
border-radius: 4px 0em 4px 0em;
}
/*-------------------
Corner Label
--------------------*/
.ui.corner.label {
background-color: transparent;
position: absolute;
top: 0em;
right: 0em;
z-index: 10;
margin: 0em;
font-size: 0.8125em;
width: 2rem;
height: 2rem;
padding: 0em;
text-align: center;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.ui.corner.label:after {
position: absolute;
content: "";
right: 0em;
top: 0em;
z-index: -1;
width: 0em;
height: 0em;
border-top: 0em solid transparent;
border-right: 3em solid transparent;
border-bottom: 3em solid transparent;
border-left: 0em solid transparent;
border-right-color: inherit;
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
.ui.corner.label .icon {
margin: 0.4em 0em 0em 0.7em;
}
.ui.corner.label .text {
display: inline-block;
font-weight: bold;
margin: 0.5em 0em 0em 0.6em;
width: 2.5em;
font-size: 0.82em;
text-align: center;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
/* Left Corner */
.ui.left.corner.label,
.ui.left.corner.label:after {
right: auto;
left: 0em;
}
.ui.left.corner.label:after {
border-top: 3em solid transparent;
border-right: 3em solid transparent;
border-bottom: 0em solid transparent;
border-left: 0em solid transparent;
border-top-color: inherit;
}
.ui.left.corner.label .icon {
margin: 0.4em 0em 0em -0.7em;
}
.ui.left.corner.label .text {
margin: 0.5em 0em 0em -0.6em;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* Hover */
.ui.corner.label:hover {
background-color: transparent;
}
/*-------------------
Fluid
--------------------*/
.ui.label.fluid,
.ui.fluid.labels > .label {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*-------------------
Inverted
--------------------*/
.ui.inverted.labels .label,
.ui.inverted.label {
color: #FFFFFF !important;
}
/*-------------------
Colors
--------------------*/
/*--- Black ---*/
.ui.black.labels .label,
.ui.black.label {
background-color: #5C6166 !important;
border-color: #5C6166 !important;
color: #FFFFFF !important;
}
.ui.labels .black.label:before,
.ui.black.labels .label:before,
.ui.black.label:before {
background-color: #5C6166 !important;
}
/* Hover */
a.ui.black.labels .label:hover,
a.ui.black.label:hover {
background-color: #333333 !important;
border-color: #333333 !important;
}
.ui.labels a.black.label:hover:before,
.ui.black.labels a.label:hover:before,
a.ui.black.label:hover:before {
background-color: #333333 !important;
}
/* Corner */
.ui.black.corner.label,
.ui.black.corner.label:hover {
background-color: transparent !important;
}
/* Ribbon */
.ui.black.ribbon.label {
border-color: #333333 !important;
}
/*--- Green ---*/
.ui.green.labels .label,
.ui.green.label {
background-color: #A1CF64 !important;
border-color: #A1CF64 !important;
color: #FFFFFF !important;
}
.ui.labels .green.label:before,
.ui.green.labels .label:before,
.ui.green.label:before {
background-color: #A1CF64 !important;
}
/* Hover */
a.ui.green.labels .label:hover,
a.ui.green.label:hover {
background-color: #89B84C !important;
border-color: #89B84C !important;
}
.ui.labels a.green.label:hover:before,
.ui.green.labels a.label:hover:before,
a.ui.green.label:hover:before {
background-color: #89B84C !important;
}
/* Corner */
.ui.green.corner.label,
.ui.green.corner.label:hover {
background-color: transparent !important;
}
/* Ribbon */
.ui.green.ribbon.label {
border-color: #89B84C !important;
}
/*--- Red ---*/
.ui.red.labels .label,
.ui.red.label {
background-color: #D95C5C !important;
border-color: #D95C5C !important;
color: #FFFFFF !important;
}
.ui.labels .red.label:before,
.ui.red.labels .label:before,
.ui.red.label:before {
background-color: #D95C5C !important;
}
/* Corner */
.ui.red.corner.label,
.ui.red.corner.label:hover {
background-color: transparent !important;
}
/* Hover */
a.ui.red.labels .label:hover,
a.ui.red.label:hover {
background-color: #DE3859 !important;
border-color: #DE3859 !important;
color: #FFFFFF !important;
}
.ui.labels a.red.label:hover:before,
.ui.red.labels a.label:hover:before,
a.ui.red.label:hover:before {
background-color: #DE3859 !important;
}
/* Ribbon */
.ui.red.ribbon.label {
border-color: #DE3859 !important;
}
/*--- Blue ---*/
.ui.blue.labels .label,
.ui.blue.label {
background-color: #6ECFF5 !important;
border-color: #6ECFF5 !important;
color: #FFFFFF !important;
}
.ui.labels .blue.label:before,
.ui.blue.labels .label:before,
.ui.blue.label:before {
background-color: #6ECFF5 !important;
}
/* Hover */
a.ui.blue.labels .label:hover,
.ui.blue.labels a.label:hover,
a.ui.blue.label:hover {
background-color: #1AB8F3 !important;
border-color: #1AB8F3 !important;
color: #FFFFFF !important;
}
.ui.labels a.blue.label:hover:before,
.ui.blue.labels a.label:hover:before,
a.ui.blue.label:hover:before {
background-color: #1AB8F3 !important;
}
/* Corner */
.ui.blue.corner.label,
.ui.blue.corner.label:hover {
background-color: transparent !important;
}
/* Ribbon */
.ui.blue.ribbon.label {
border-color: #1AB8F3 !important;
}
/*--- Purple ---*/
.ui.purple.labels .label,
.ui.purple.label {
background-color: #564F8A !important;
border-color: #564F8A !important;
color: #FFFFFF !important;
}
.ui.labels .purple.label:before,
.ui.purple.labels .label:before,
.ui.purple.label:before {
background-color: #564F8A !important;
}
/* Hover */
a.ui.purple.labels .label:hover,
.ui.purple.labels a.label:hover,
a.ui.purple.label:hover {
background-color: #3E3773 !important;
border-color: #3E3773 !important;
color: #FFFFFF !important;
}
.ui.labels a.purple.label:hover:before,
.ui.purple.labels a.label:hover:before,
a.ui.purple.label:hover:before {
background-color: #3E3773 !important;
}
/* Corner */
.ui.purple.corner.label,
.ui.purple.corner.label:hover {
background-color: transparent !important;
}
/* Ribbon */
.ui.purple.ribbon.label {
border-color: #3E3773 !important;
}
/*--- Orange ---*/
.ui.orange.labels .label,
.ui.orange.label {
background-color: #F05940 !important;
border-color: #F05940 !important;
color: #FFFFFF !important;
}
.ui.labels .orange.label:before,
.ui.orange.labels .label:before,
.ui.orange.label:before {
background-color: #F05940 !important;
}
/* Hover */
a.ui.orange.labels .label:hover,
.ui.orange.labels a.label:hover,
a.ui.orange.label:hover {
background-color: #FF4121 !important;
border-color: #FF4121 !important;
color: #FFFFFF !important;
}
.ui.labels a.orange.label:hover:before,
.ui.orange.labels a.label:hover:before,
a.ui.orange.label:hover:before {
background-color: #FF4121 !important;
}
/* Corner */
.ui.orange.corner.label,
.ui.orange.corner.label:hover {
background-color: transparent !important;
}
/* Ribbon */
.ui.orange.ribbon.label {
border-color: #FF4121 !important;
}
/*--- Teal ---*/
.ui.teal.labels .label,
.ui.teal.label {
background-color: #00B5AD !important;
border-color: #00B5AD !important;
color: #FFFFFF !important;
}
.ui.labels .teal.label:before,
.ui.teal.labels .label:before,
.ui.teal.label:before {
background-color: #00B5AD !important;
}
/* Hover */
a.ui.teal.labels .label:hover,
.ui.teal.labels a.label:hover,
a.ui.teal.label:hover {
background-color: #009A93 !important;
border-color: #009A93 !important;
color: #FFFFFF !important;
}
.ui.labels a.teal.label:hover:before,
.ui.teal.labels a.label:hover:before,
a.ui.teal.label:hover:before {
background-color: #009A93 !important;
}
/* Corner */
.ui.teal.corner.label,
.ui.teal.corner.label:hover {
background-color: transparent !important;
}
/* Ribbon */
.ui.teal.ribbon.label {
border-color: #009A93 !important;
}
/*-------------------
Horizontal
--------------------*/
.ui.horizontal.labels .label,
.ui.horizontal.label {
margin: -0.125em 0.5em -0.125em 0em;
padding: 0.35em 1em;
min-width: 6em;
text-align: center;
}
/*-------------------
Circular
--------------------*/
.ui.circular.labels .label,
.ui.circular.label {
min-height: 1em;
max-height: 2em;
padding: 0.5em !important;
line-height: 1em;
text-align: center;
-webkit-border-radius: 500rem;
-moz-border-radius: 500rem;
border-radius: 500rem;
}
/*-------------------
Pointing
--------------------*/
.ui.pointing.label {
position: relative;
}
.ui.attached.pointing.label {
position: absolute;
}
.ui.pointing.label:before {
position: absolute;
content: "";
width: 0.6em;
height: 0.6em;
background-image: none;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
-webkit-transition: background 0.1s linear
;
-moz-transition: background 0.1s linear
;
-o-transition: background 0.1s linear
;
-ms-transition: background 0.1s linear
;
transition: background 0.1s linear
;
}
/*--- Above ---*/
.ui.pointing.label:before {
background-color: #E8E8E8;
}
.ui.pointing.label,
.ui.pointing.above.label {
margin-top: 1em;
}
.ui.pointing.label:before,
.ui.pointing.above.label:before {
margin-left: -0.3em;
top: -0.3em;
left: 50%;
}
/*--- Below ---*/
.ui.pointing.below.label {
margin-top: 0em;
margin-bottom: 1em;
}
.ui.pointing.below.label:before {
margin-left: -0.3em;
top: auto;
right: auto;
bottom: -0.3em;
left: 50%;
}
/*--- Left ---*/
.ui.pointing.left.label {
margin-top: 0em;
margin-left: 1em;
}
.ui.pointing.left.label:before {
margin-top: -0.3em;
bottom: auto;
right: auto;
top: 50%;
left: 0em;
}
/*--- Right ---*/
.ui.pointing.right.label {
margin-top: 0em;
margin-right: 1em;
}
.ui.pointing.right.label:before {
margin-top: -0.3em;
right: -0.3em;
top: 50%;
bottom: auto;
left: auto;
}
/*------------------
Floating Label
-------------------*/
.ui.floating.label {
position: absolute;
z-index: 100;
top: -1em;
left: 100%;
margin: 0em 0em 0em -1.5em !important;
}
/*-------------------
Sizes
--------------------*/
.ui.small.labels .label,
.ui.small.label {
font-size: 0.75rem;
}
.ui.label {
font-size: 0.8125rem;
}
.ui.large.labels .label,
.ui.large.label {
font-size: 0.875rem;
}
.ui.huge.labels .label,
.ui.huge.label {
font-size: 1rem;
}
/*
* # Semantic - Loader
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Loader
*******************************/
/* Standard Size */
.ui.loader {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: 0px;
z-index: 1000;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.ui.dimmer .loader {
display: block;
}
/*******************************
Types
*******************************/
/*-------------------
Text
--------------------*/
.ui.text.loader {
width: auto !important;
height: auto !important;
text-align: center;
font-style: normal;
}
.ui.mini.text.loader {
min-width: 16px;
padding-top: 2em;
font-size: 0.875em;
}
.ui.small.text.loader {
min-width: 24px;
padding-top: 2.5em;
font-size: 0.875em;
}
.ui.text.loader {
min-width: 32px;
font-size: 1em;
padding-top: 3em;
}
.ui.large.text.loader {
min-width: 64px;
padding-top: 5em;
font-size: 1.2em;
}
/*******************************
States
*******************************/
.ui.loader.active,
.ui.loader.visible {
display: block;
}
.ui.loader.disabled,
.ui.loader.hidden {
display: none;
}
/*******************************
Variations
*******************************/
/*-------------------
Inverted
--------------------*/
.ui.dimmer .ui.text.loader,
.ui.inverted.text.loader {
color: rgba(255, 255, 255, 0.8);
}
.ui.inverted.dimmer .ui.text.loader {
color: rgba(0, 0, 0, 0.8);
}
/* Tiny Size */
.ui.dimmer .mini.ui.loader,
.ui.inverted .mini.ui.loader {
background-image: url(../images/loader-mini-inverted.gif);
}
/* Small Size */
.ui.dimmer .small.ui.loader,
.ui.inverted .small.ui.loader {
background-image: url(../images/loader-small-inverted.gif);
}
/* Standard Size */
.ui.dimmer .ui.loader,
.ui.inverted.loader {
background-image: url(../images/loader-medium-inverted.gif);
}
/* Large Size */
.ui.dimmer .large.ui.loader,
.ui.inverted .large.ui.loader {
background-image: url(../images/loader-large-inverted.gif);
}
/*-------------------
Sizes
--------------------*/
/* Tiny Size */
.ui.inverted.dimmer .ui.mini.loader,
.ui.mini.loader {
width: 16px;
height: 16px;
background-image: url(../images/loader-mini.gif);
}
/* Small Size */
.ui.inverted.dimmer .ui.small.loader,
.ui.small.loader {
width: 24px;
height: 24px;
background-image: url(../images/loader-small.gif);
}
.ui.inverted.dimmer .ui.loader,
.ui.loader {
width: 32px;
height: 32px;
background: url(../images/loader-medium.gif) no-repeat;
background-position: 48% 0px;
}
/* Large Size */
.ui.inverted.dimmer .ui.loader.large,
.ui.loader.large {
width: 64px;
height: 64px;
background-image: url(../images/loader-large.gif);
}
/*-------------------
Inline
--------------------*/
.ui.inline.loader {
position: static;
vertical-align: middle;
margin: 0em;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.ui.inline.loader.active,
.ui.inline.loader.visible {
display: inline-block;
}
/*
* # Semantic - Progress Bar
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Progress Bar
*******************************/
.ui.progress {
border: 1px solid rgba(0, 0, 0, 0.1);
width: 100%;
height: 35px;
background-color: #FAFAFA;
padding: 5px;
-webkit-border-radius: 0.3125em;
-moz-border-radius: 0.3125em;
border-radius: 0.3125em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.progress .bar {
display: inline-block;
height: 100%;
background-color: #CCCCCC;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: width 1s ease-in-out, background-color 1s ease-out;
-moz-transition: width 1s ease-in-out, background-color 1s ease-out;
-ms-transition: width 1s ease-in-out, background-color 1s ease-out;
-o-transition: width 1s ease-in-out, background-color 1s ease-out;
transition: width 1s ease-in-out, background-color 1s ease-out;
}
/*******************************
States
*******************************/
/*--------------
Successful
---------------*/
.ui.successful.progress .bar {
background-color: #73E064 !important;
}
.ui.successful.progress .bar,
.ui.successful.progress .bar::after {
-webkit-animation: none !important;
-moz-animation: none !important;
animation: none !important;
}
/*--------------
Failed
---------------*/
.ui.failed.progress .bar {
background-color: #DF9BA4 !important;
}
.ui.failed.progress .bar,
.ui.failed.progress .bar::after {
-webkit-animation: none !important;
-moz-animation: none !important;
animation: none !important;
}
/*--------------
Active
---------------*/
.ui.active.progress .bar {
position: relative;
}
.ui.active.progress .bar::after {
content: '';
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: #FFFFFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-animation: progress-active 2s ease-out infinite;
-moz-animation: progress-active 2s ease-out infinite;
animation: progress-active 2s ease-out infinite;
}
@-webkit-keyframes progress-active {
0% {
opacity: 0;
width: 0;
}
50% {
opacity: 0.3;
}
100% {
opacity: 0;
width: 95%;
}
}
@-moz-keyframes progress-active {
0% {
opacity: 0;
width: 0;
}
50% {
opacity: 0.3;
}
100% {
opacity: 0;
width: 100%;
}
}
@keyframes progress-active {
0% {
opacity: 0;
width: 0;
}
50% {
opacity: 0.3;
}
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;
-moz-animation: none !important;
animation: none !important;
}
/*******************************
Variations
*******************************/
/*--------------
Attached
---------------*/
/* bottom attached */
.ui.progress.attached {
position: relative;
border: none;
}
.ui.progress.attached,
.ui.progress.attached .bar {
display: block;
height: 3px;
padding: 0px;
overflow: hidden;
-webkit-border-radius: 0em 0em 0.3125em 0.3125em;
-moz-border-radius: 0em 0em 0.3125em 0.3125em;
border-radius: 0em 0em 0.3125em 0.3125em;
}
.ui.progress.attached .bar {
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
}
/* top attached */
.ui.progress.top.attached,
.ui.progress.top.attached .bar {
top: -2px;
-webkit-border-radius: 0.3125em 0.3125em 0em 0em;
-moz-border-radius: 0.3125em 0.3125em 0em 0em;
border-radius: 0.3125em 0.3125em 0em 0em;
}
.ui.progress.top.attached .bar {
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
}
/*--------------
Colors
---------------*/
.ui.blue.progress .bar {
background-color: #6ECFF5;
}
.ui.black.progress .bar {
background-color: #5C6166;
}
.ui.green.progress .bar {
background-color: #A1CF64;
}
.ui.red.progress .bar {
background-color: #EF4D6D;
}
.ui.purple.progress .bar {
background-color: #564F8A;
}
.ui.teal.progress .bar {
background-color: #00B5AD;
}
/*--------------
Striped
---------------*/
.ui.progress.striped .bar {
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
background-size: 30px 30px;
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(135deg, 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(135deg, 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(135deg, 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(135deg, 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: linear-gradient(135deg, 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);
}
.ui.progress.active.striped .bar:after {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
-o-animation: none;
animation: none;
}
.ui.progress.active.striped .bar {
-webkit-animation: progress-striped 3s linear infinite;
-moz-animation: progress-striped 3s linear infinite;
animation: progress-striped 3s linear infinite;
}
@-webkit-keyframes progress-striped {
0% {
background-position: 0px 0;
}
100% {
background-position: 60px 0;
}
}
@-moz-keyframes progress-striped {
0% {
background-position: 0px 0;
}
100% {
background-position: 60px 0;
}
}
@keyframes progress-striped {
0% {
background-position: 0px 0;
}
100% {
background-position: 60px 0;
}
}
/*--------------
Sizes
---------------*/
.ui.small.progress .bar {
height: 14px;
}
/*
* # Semantic - Segment
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Segment
*******************************/
.ui.segment {
position: relative;
background-color: #FFFFFF;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
margin: 1em 0em;
padding: 1em;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.segment:first-child {
margin-top: 0em;
}
.ui.segment:last-child {
margin-bottom: 0em;
}
.ui.segment:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui.vertical.segment {
margin: 0em;
padding-left: 0em;
padding-right: 0em;
background-color: transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.ui.vertical.segment:first-child {
padding-top: 0em;
}
.ui.horizontal.segment {
margin: 0em;
padding-top: 0em;
padding-bottom: 0em;
background-color: transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.ui.horizontal.segment:first-child {
padding-left: 0em;
}
/*-------------------
Loose Coupling
--------------------*/
.ui.pointing.menu + .ui.attached.segment {
top: 1px;
}
/* No padding on edge content */
.ui.segment > :first-child {
margin-top: 0em;
}
.ui.segment > :last-child {
margin-bottom: 0em;
}
/*******************************
Types
*******************************/
/*-------------------
Piled
--------------------*/
.ui.piled.segment {
margin: 2em 0em;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.ui.piled.segment:first-child {
margin-top: 0em;
}
.ui.piled.segment:last-child {
margin-bottom: 0em;
}
.ui.piled.segment:after,
.ui.piled.segment:before {
background-color: #FFFFFF;
visibility: visible;
content: "";
display: block;
height: 100%;
left: -1px;
position: absolute;
width: 100%;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.ui.piled.segment:after {
-webkit-transform: rotate(1.2deg);
-moz-transform: rotate(1.2deg);
-ms-transform: rotate(1.2deg);
-o-transform: rotate(1.2deg);
transform: rotate(1.2deg);
top: 0;
z-index: -1;
}
.ui.piled.segment:before {
-webkit-transform: rotate(-1.2deg);
-moz-transform: rotate(-1.2deg);
-ms-transform: rotate(-1.2deg);
-o-transform: rotate(-1.2deg);
transform: rotate(-1.2deg);
top: 0;
z-index: -2;
}
/*-------------------
Stacked
--------------------*/
.ui.stacked.segment {
padding-bottom: 1.7em;
}
.ui.stacked.segment:after,
.ui.stacked.segment:before {
content: '';
position: absolute;
bottom: -3px;
left: 0%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.02);
width: 100%;
height: 5px;
visibility: visible;
}
.ui.stacked.segment:before {
bottom: 0px;
}
/* Inverted */
.ui.stacked.inverted.segment:after,
.ui.stacked.inverted.segment:before {
background-color: rgba(255, 255, 255, 0.1);
border-top: 1px solid rgba(255, 255, 255, 0.35);
}
/*-------------------
Raised
--------------------*/
.ui.raised.segment {
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
/*******************************
States
*******************************/
.ui.disabled.segment {
opacity: 0.8;
color: #DDDDDD;
}
/*******************************
Variations
*******************************/
/*-------------------
Basic
--------------------*/
.ui.basic.segment {
position: relative;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.ui.basic.segment:first-child {
padding-top: 0em;
}
.ui.basic.segment:last-child {
padding-bottom: 0em;
}
/*-------------------
Fittted
--------------------*/
.ui.fitted.segment {
padding: 0em;
}
/*-------------------
Colors
--------------------*/
.ui.blue.segment {
border-top: 0.2em solid #6ECFF5;
}
.ui.green.segment {
border-top: 0.2em solid #A1CF64;
}
.ui.red.segment {
border-top: 0.2em solid #D95C5C;
}
.ui.orange.segment {
border-top: 0.2em solid #F05940;
}
.ui.purple.segment {
border-top: 0.2em solid #564F8A;
}
.ui.teal.segment {
border-top: 0.2em solid #00B5AD;
}
/*-------------------
Inverted Colors
--------------------*/
.ui.inverted.black.segment {
background-color: #5C6166 !important;
color: #FFFFFF !important;
}
.ui.inverted.blue.segment {
background-color: #6ECFF5 !important;
color: #FFFFFF !important;
}
.ui.inverted.green.segment {
background-color: #A1CF64 !important;
color: #FFFFFF !important;
}
.ui.inverted.red.segment {
background-color: #D95C5C !important;
color: #FFFFFF !important;
}
.ui.inverted.orange.segment {
background-color: #F05940 !important;
color: #FFFFFF !important;
}
.ui.inverted.purple.segment {
background-color: #564F8A !important;
color: #FFFFFF !important;
}
.ui.inverted.teal.segment {
background-color: #00B5AD !important;
color: #FFFFFF !important;
}
/*-------------------
Aligned
--------------------*/
.ui.left.aligned.segment {
text-align: left;
}
.ui.right.aligned.segment {
text-align: right;
}
.ui.center.aligned.segment {
text-align: center;
}
/*-------------------
Floated
--------------------*/
.ui.floated.segment,
.ui.left.floated.segment {
float: left;
}
.ui.right.floated.segment {
float: right;
}
/*-------------------
Inverted
--------------------*/
.ui.inverted.segment {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.inverted.segment,
.ui.primary.inverted.segment {
background-color: #222222;
color: #FFFFFF;
}
/*-------------------
Ordinality
--------------------*/
.ui.primary.segment {
background-color: #FFFFFF;
color: #555555;
}
.ui.secondary.segment {
background-color: #FAF9FA;
color: #777777;
}
.ui.tertiary.segment {
background-color: #EBEBEB;
color: #B0B0B0;
}
.ui.secondary.inverted.segment {
background-color: #555555;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
color: #FAFAFA;
}
.ui.tertiary.inverted.segment {
background-color: #555555;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
color: #EEEEEE;
}
/*-------------------
Attached
--------------------*/
.ui.segment.attached {
top: -1px;
bottom: -1px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
margin: 0em;
-moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
-webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
box-shadow: 0px 0px 0px 1px #DDDDDD;
}
.ui.top.attached.segment {
top: 0px;
bottom: -1px;
margin-top: 1em;
margin-bottom: 0em;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.ui.segment.bottom.attached {
top: -1px;
bottom: 0px;
margin-top: 0em;
margin-bottom: 1em;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
/*
* # Semantic - Steps
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Step
*******************************/
.ui.step,
.ui.steps .step {
display: inline-block;
position: relative;
padding: 1em 2em 1em 3em;
vertical-align: top;
background-color: #FFFFFF;
color: #888888;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.step:after,
.ui.steps .step:after {
position: absolute;
z-index: 2;
content: '';
top: 0em;
right: -1.45em;
border-bottom: 1.5em solid transparent;
border-left: 1.5em solid #FFFFFF;
border-top: 1.5em solid transparent;
width: 0em;
height: 0em;
}
.ui.step,
.ui.steps .step,
.ui.steps .step:after {
-webkit-transition: opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
-moz-transition: opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
-o-transition: opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
-ms-transition: opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
transition: opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
}
/*******************************
Group
*******************************/
.ui.steps {
cursor: pointer;
display: inline-block;
font-size: 0em;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
line-height: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
.ui.steps .step:first-child {
padding-left: 1.35em;
-webkit-border-radius: 0.3125em 0em 0em 0.3125em;
-moz-border-radius: 0.3125em 0em 0em 0.3125em;
border-radius: 0.3125em 0em 0em 0.3125em;
}
.ui.steps .step:last-child {
-webkit-border-radius: 0em 0.3125em 0.3125em 0em;
-moz-border-radius: 0em 0.3125em 0.3125em 0em;
border-radius: 0em 0.3125em 0.3125em 0em;
}
.ui.steps .step:only-child {
-webkit-border-radius: 0.3125em;
-moz-border-radius: 0.3125em;
border-radius: 0.3125em;
}
.ui.steps .step:last-child {
margin-right: 0em;
}
.ui.steps .step:last-child:after {
display: none;
}
/*******************************
States
*******************************/
/* Hover */
.ui.step:hover,
.ui.step.hover {
background-color: #F7F7F7;
color: rgba(0, 0, 0, 0.8);
}
.ui.steps .step.hover:after,
.ui.steps .step:hover:after,
.ui.step:hover,
.ui.step.hover::after {
border-left-color: #F7F7F7;
}
/* Hover */
.ui.steps .step.down,
.ui.steps .step:active,
.ui.step.down,
.ui.step:active {
background-color: #F0F0F0;
}
.ui.steps .step.down:after,
.ui.steps .step:active:after,
.ui.steps.down::after,
.ui.steps:active::after {
border-left-color: #F0F0F0;
}
/* Active */
.ui.steps .step.active,
.ui.active.step {
cursor: auto;
background-color: #555555;
color: #FFFFFF;
font-weight: bold;
}
.ui.steps .step.active:after,
.ui.active.steps:after {
border-left-color: #555555;
}
/* Disabled */
.ui.steps .disabled.step,
.ui.disabled.step {
cursor: auto;
background-color: #FFFFFF;
color: #CBCBCB;
}
.ui.disabled.step:after {
border: none;
background-color: #FFFFFF;
top: 0.42em;
right: -1em;
width: 2.15em;
height: 2.15em;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
/*******************************
Variations
*******************************/
/* Attached */
.attached.ui.steps {
margin: 0em;
-webkit-border-radius: 0.3125em 0.3125em 0em 0em;
-moz-border-radius: 0.3125em 0.3125em 0em 0em;
border-radius: 0.3125em 0.3125em 0em 0em;
}
.attached.ui.steps .step:first-child {
-webkit-border-radius: 0.3125em 0em 0em 0em;
-moz-border-radius: 0.3125em 0em 0em 0em;
border-radius: 0.3125em 0em 0em 0em;
}
.attached.ui.steps .step:last-child {
-webkit-border-radius: 0em 0.3125em 0em 0em;
-moz-border-radius: 0em 0.3125em 0em 0em;
border-radius: 0em 0.3125em 0em 0em;
}
/* Bottom Side */
.bottom.attached.ui.steps {
margin-top: -1px;
-webkit-border-radius: 0em 0em 0.3125em 0.3125em;
-moz-border-radius: 0em 0em 0.3125em 0.3125em;
border-radius: 0em 0em 0.3125em 0.3125em;
}
.bottom.attached.ui.steps .step:first-child {
-webkit-border-radius: 0em 0em 0em 0.3125em;
-moz-border-radius: 0em 0em 0em 0.3125em;
border-radius: 0em 0em 0em 0.3125em;
}
.bottom.attached.ui.steps .step:last-child {
-webkit-border-radius: 0em 0em 0.3125em 0em;
-moz-border-radius: 0em 0em 0.3125em 0em;
border-radius: 0em 0em 0.3125em 0em;
}
/* Evenly divided */
.ui.one.steps,
.ui.two.steps,
.ui.three.steps,
.ui.four.steps,
.ui.five.steps,
.ui.six.steps,
.ui.seven.steps,
.ui.eight.steps {
display: block;
}
.ui.one.steps > .step {
width: 100%;
}
.ui.two.steps > .step {
width: 50%;
}
.ui.three.steps > .step {
width: 33.333%;
}
.ui.four.steps > .step {
width: 25%;
}
.ui.five.steps > .step {
width: 20%;
}
.ui.six.steps > .step {
width: 16.666%;
}
.ui.seven.steps > .step {
width: 14.285%;
}
.ui.eight.steps > .step {
width: 12.500%;
}
/*******************************
Sizes
*******************************/
.ui.small.step,
.ui.small.steps .step {
font-size: 0.8rem;
}
.ui.step,
.ui.steps .step {
font-size: 1rem;
}
.ui.large.step,
.ui.large.steps .step {
font-size: 1.25rem;
}
/*
* # Semantic - Accordion
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Accordion
*******************************/
.ui.accordion {
width: 600px;
max-width: 100%;
overflow: hidden;
font-size: 1rem;
border-radius: 0.3125em;
background-color: #FFFFFF;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.ui.accordion .title {
cursor: pointer;
margin: 0em;
padding: 0.75em 1em;
color: rgba(0, 0, 0, 0.6);
border-top: 1px solid rgba(0, 0, 0, 0.05);
-webkit-transition: background-color 0.2s ease-out;
-moz-transition: background-color 0.2s ease-out;
-o-transition: background-color 0.2s ease-out;
-ms-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
.ui.accordion .title:first-child {
border-top: none;
}
/* Content */
.ui.accordion .content {
display: none;
margin: 0em;
padding: 1.3em 1em;
}
/* Arrow */
.ui.accordion .title .dropdown.icon {
display: inline-block;
float: none;
margin: 0em 0.5em 0em 0em;
-webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
-moz-transition: -moz-transform 0.2s ease, opacity 0.2s ease;
-o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
-ms-transition: -ms-transform 0.2s ease, opacity 0.2s ease;
transition: transform 0.2s ease,
opacity 0.2s ease
;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.ui.accordion .title .dropdown.icon:before {
content: '\f0da';
}
/*--------------
Loose Coupling
---------------*/
.ui.basic.accordion.menu {
background-color: #FFFFFF;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.ui.basic.accordion.menu .title,
.ui.basic.accordion.menu .content {
padding: 0em;
}
/*******************************
Types
*******************************/
/*--------------
Basic
---------------*/
.ui.basic.accordion {
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.basic.accordion .title,
.ui.basic.accordion .title {
background-color: transparent;
border-top: none;
padding-left: 0em;
padding-right: 0em;
}
.ui.basic.accordion .content {
padding: 0.5em 0em;
}
.ui.basic.accordion .active.title {
background-color: transparent;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.accordion .title:hover,
.ui.accordion .active.title {
color: rgba(0, 0, 0, 0.8);
}
/*--------------
Active
---------------*/
.ui.accordion .active.title {
background-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.8);
}
.ui.accordion .active.title .dropdown.icon {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ui.accordion .active.content {
display: block;
}
/*******************************
Variations
*******************************/
/*--------------
Fluid
---------------*/
.ui.fluid.accordion {
width: 100%;
}
/*
* # Semantic - Chat Room
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Chat Room
*******************************/
.ui.chatroom {
background-color: #F8F8F8;
width: 330px;
height: 370px;
padding: 0px;
}
.ui.chatroom .room {
position: relative;
background-color: #FFFFFF;
overflow: hidden;
height: 286px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-top: none;
border-bottom: none;
}
.ui.chatroom .room .loader {
display: none;
margin: -25px 0px 0px -25px;
}
/* Chat Room Actions */
.ui.chatroom .actions {
overflow: hidden;
background-color: #EEEEEE;
padding: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.ui.chatroom .actions .button {
float: right;
margin-left: 3px;
}
/* Online User Count */
.ui.chatroom .actions .message {
float: left;
margin-left: 6px;
font-size: 11px;
color: #AAAAAA;
text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.8);
line-height: 28px;
}
.ui.chatroom .actions .message .loader {
display: inline-block;
margin-right: 8px;
}
/* Chat Room Text Log */
.ui.chatroom .log {
float: left;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
}
.ui.chatroom .log .message {
padding: 3px 0px;
border-top: 1px dotted #DADADA;
}
.ui.chatroom .log .message:first-child {
border-top: none;
}
/* status event */
.ui.chatroom .status {
padding: 5px 0px;
color: #AAAAAA;
font-size: 12px;
font-style: italic;
line-height: 1.33;
border-top: 1px dotted #DADADA;
}
.ui.chatroom .log .status:first-child {
border-top: none;
}
.ui.chatroom .log .flag {
float: left;
}
.ui.chatroom .log p {
margin-left: 0px;
}
.ui.chatroom .log .author {
font-weight: bold;
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
-ms-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}
.ui.chatroom .log a.author:hover {
opacity: 0.8;
}
.ui.chatroom .log .message.admin p {
font-weight: bold;
margin: 1px 0px 0px 23px;
}
.ui.chatroom .log .divider {
margin: -1px 0px;
font-size: 11px;
padding: 10px 0px;
border-top: 1px solid #F8F8F8;
border-bottom: 1px solid #F8F8F8;
}
.ui.chatroom .log .divider .rule {
top: 50%;
width: 15%;
}
.ui.chatroom .log .divider .label {
color: #777777;
margin: 0px;
}
/* Chat Room User List */
.ui.chatroom .room .list {
position: relative;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
float: left;
background-color: #EEEEEE;
border-left: 1px solid #DDDDDD;
}
.ui.chatroom .room .list .user {
display: table;
padding: 3px 7px;
border-bottom: 1px solid #DDDDDD;
}
.ui.chatroom .room .list .user:hover {
background-color: #F8F8F8;
}
.ui.chatroom .room .list .image {
display: table-cell;
vertical-align: middle;
width: 20px;
}
.ui.chatroom .room .list .image img {
width: 20px;
height: 20px;
vertical-align: middle;
}
.ui.chatroom .room .list p {
display: table-cell;
vertical-align: middle;
padding-left: 7px;
padding-right: 14px;
font-size: 11px;
line-height: 1.2;
font-weight: bold;
}
.ui.chatroom .room .list a:hover {
opacity: 0.8;
}
/* User List Loading */
.ui.chatroom.loading .loader {
display: block;
}
/* Chat Room Talk Input */
.ui.chatroom .talk {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px 0px 0px;
background-color: #EEEEEE;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
.ui.chatroom .talk .avatar,
.ui.chatroom .talk input,
.ui.chatroom .talk .button {
float: left;
}
.ui.chatroom .talk .avatar img {
display: block;
width: 30px;
height: 30px;
margin-right: 4px;
border-radius: 500rem;
}
.ui.chatroom .talk input {
border: 1px solid #CCCCCC;
margin: 0px;
width: 196px;
height: 14px;
padding: 8px 5px;
font-size: 12px;
color: #555555;
}
.ui.chatroom .talk input.focus {
border: 1px solid #AAAAAA;
}
.ui.chatroom .send {
width: 80px;
height: 32px;
margin-left: -1px;
padding: 4px 12px;
font-size: 12px;
line-height: 23px;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
border-radius: 0 5px 5px 0;
}
.ui.chatroom .talk .log-in.button {
display: block;
float: none;
margin-top: -6px;
height: 22px;
border-radius: 0px 0px 4px 4px;
}
.ui.chatroom .talk .log-in.button i {
vertical-align: text-top;
}
/* Quirky Flags */
.ui.chatroom .log .team.flag {
width: 18px;
}
/* Chat room Loaded */
.ui.chatroom.loading .loader {
display: block;
}
/* Standard Size */
.ui.chatroom {
width: 330px;
height: 370px;
}
.ui.chatroom .room .container {
width: 3000px;
}
.ui.chatroom .log {
width: 314px;
height: 278px;
padding: 4px 7px;
}
.ui.chatroom .room .list {
width: 124px;
height: 278px;
padding: 4px 0px;
}
.ui.chatroom .room .list .user {
width: 110px;
}
.ui.chatroom .talk {
height: 40px;
}
/*
* # Semantic - Checkbox
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Checkbox
*******************************/
/*--------------
Standard
---------------*/
/*--- Content ---*/
.ui.checkbox {
position: relative;
display: inline-block;
min-width: 1em;
height: 1.25em;
line-height: 1em;
outline: none;
vertical-align: middle;
}
.ui.checkbox input {
position: absolute;
top: 0px;
left: 0px;
opacity: 0;
outline: none;
}
/*--- Box ---*/
.ui.checkbox .box,
.ui.checkbox label {
cursor: pointer;
padding-left: 2em;
outline: none;
}
.ui.checkbox .box:before,
.ui.checkbox label:before {
position: absolute;
top: 0em;
line-height: 1;
width: 1em;
height: 1em;
left: 0em;
content: '';
border-radius: 4px;
background: #FFFFFF;
-webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
-moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
-o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
-ms-transition: background-color 0.3s ease, box-shadow 0.3s ease;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
-webkit-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.2);
box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.2);
}
/*--- Checkbox ---*/
.ui.checkbox .box:after,
.ui.checkbox label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
content: '';
position: absolute;
background: transparent;
border: 0.2em solid #333333;
border-top: none;
border-right: none;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ui.checkbox .box:after,
.ui.checkbox label:after {
top: 0.275em;
left: 0.2em;
width: 0.45em;
height: 0.15em;
}
/*--- Inside Label ---*/
.ui.checkbox label {
color: rgba(0, 0, 0, 0.6);
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.ui.checkbox label:hover {
color: rgba(0, 0, 0, 0.8);
}
.ui.checkbox input:focus + label {
color: rgba(0, 0, 0, 0.8);
}
/*--- Outside Label ---*/
.ui.checkbox + label {
cursor: pointer;
opacity: 0.85;
vertical-align: middle;
}
.ui.checkbox + label:hover {
opacity: 1;
}
/*******************************
States
*******************************/
/*--- Hover ---*/
.ui.checkbox .box:hover::before,
.ui.checkbox label:hover::before {
-webkit-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.3);
box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.3);
}
/*--- Down ---*/
.ui.checkbox .box:active::before,
.ui.checkbox label:active::before {
background-color: #F5F5F5;
}
/*--- Focus ---*/
.ui.checkbox input:focus + .box:before,
.ui.checkbox input:focus + label:before {
-webkit-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.3);
box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.3);
}
/*--- Active ---*/
.ui.checkbox input:checked + .box:after,
.ui.checkbox input:checked + label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
/*--- Disabled ---*/
.ui.disabled.checkbox + .box:after,
.ui.checkbox input[disabled] + .box:after,
.ui.disabled.checkbox label,
.ui.checkbox input[disabled] + label {
opacity: 0.4;
color: rgba(0, 0, 0, 0.3);
}
/*******************************
Variations
*******************************/
/*--------------
Radio
---------------*/
.ui.radio.checkbox .box:before,
.ui.radio.checkbox label:before {
min-width: 1em;
height: 1em;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
border: none;
top: 0.2em;
left: 0.2em;
width: 0.6em;
height: 0.6em;
background-color: #555555;
transform: none;
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
/*--------------
Slider
---------------*/
.ui.slider.checkbox {
cursor: pointer;
min-width: 3em;
}
/* Line */
.ui.slider.checkbox:after {
position: absolute;
top: 0.5em;
left: 0em;
content: '';
width: 3em;
height: 2px;
background-color: rgba(0, 0, 0, 0.1);
}
/* Button */
.ui.slider.checkbox .box,
.ui.slider.checkbox label {
padding-left: 4em;
}
.ui.slider.checkbox .box:before,
.ui.slider.checkbox label:before {
cursor: pointer;
display: block;
position: absolute;
top: -0.25em;
left: 0em;
z-index: 1;
width: 1.5em;
height: 1.5em;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
border-radius: 50rem;
-webkit-transition: left 0.3s ease 0s;
-moz-transition: left 0.3s ease 0s;
-o-transition: left 0.3s ease 0s;
-ms-transition: left 0.3s ease 0s;
transition: left 0.3s ease 0s;
}
/* Button Activation Light */
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
opacity: 1;
position: absolute;
content: '';
top: 0.15em;
left: 0em;
z-index: 2;
margin-left: 0.375em;
border: none;
width: 0.75em;
height: 0.75em;
border-radius: 50rem;
transform: none;
-webkit-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
-moz-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
-o-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
-ms-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
}
/* Selected Slider Toggle */
.ui.slider.checkbox input:checked + .box:before,
.ui.slider.checkbox input:checked + label:before,
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
left: 1.75em;
}
/* Off Color */
.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
background-color: #D95C5C;
}
/* On Color */
.ui.slider.checkbox input:checked + .box:after,
.ui.slider.checkbox input:checked + label:after {
background-color: #89B84C;
}
/*--------------
Toggle
---------------*/
.ui.toggle.checkbox {
cursor: pointer;
}
.ui.toggle.checkbox .box,
.ui.toggle.checkbox label {
padding-left: 4em;
}
/* Switch */
.ui.toggle.checkbox .box:before,
.ui.toggle.checkbox label:before {
cursor: pointer;
display: block;
position: absolute;
content: '';
top: -0.25em;
left: 0em;
z-index: 1;
background-color: #FFFFFF;
width: 3em;
height: 1.5em;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
border-radius: 50rem;
}
/* Activation Light */
.ui.toggle.checkbox .box:after,
.ui.toggle.checkbox label:after {
opacity: 1;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
content: '';
position: absolute;
top: 0.15em;
left: 0.5em;
z-index: 2;
border: none;
width: 0.75em;
height: 0.75em;
background-color: #D95C5C;
border-radius: 50rem;
-webkit-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
-moz-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
-o-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
-ms-transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
transition: background 0.3s ease 0s,
left 0.3s ease 0s
;
}
/* Active */
.ui.toggle.checkbox:active .box:before,
.ui.toggle.checkbox:active label:before {
background-color: #F5F5F5;
}
/* Active */
.ui.toggle.checkbox input:checked + .box:after,
.ui.toggle.checkbox input:checked + label:after {
left: 1.75em;
background-color: #89B84C;
}
/*--------------
Sizes
---------------*/
.ui.checkbox {
font-size: 1em;
}
.ui.large.checkbox {
font-size: 1.25em;
}
.ui.huge.checkbox {
font-size: 1.5em;
}
/*
* # Semantic - Dimmer
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Dimmer
*******************************/
.ui.dimmable {
position: relative;
}
.ui.dimmer {
display: none;
position: absolute;
top: 0em !important;
left: 0em !important;
width: 0%;
height: 0%;
text-align: center;
vertical-align: middle;
background-color: rgba(0, 0, 0, 0.85);
opacity: 0;
line-height: 1;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
-ms-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
-ms-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-transition: background-color 0.5s linear;
-moz-transition: background-color 0.5s linear;
-o-transition: background-color 0.5s linear;
-ms-transition: background-color 0.5s linear;
transition: background-color 0.5s linear;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
z-index: 1000;
}
/* Dimmer Content */.ui.dimmer > .content {
width: 100%;
height: 100%;
display: table;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ui.dimmer > .content > div {
display: table-cell;
vertical-align: middle;
color: #FFFFFF;
}
/* Loose Coupling */
.ui.segment > .ui.dimmer {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.ui.horizontal.segment > .ui.dimmer,
.ui.vertical.segment > .ui.dimmer {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*******************************
States
*******************************/
.ui.dimmed.dimmable:not(body) {
overflow: hidden;
}
.ui.dimmed.dimmable > .ui.dimmer,
.ui.active.dimmer {
display: block;
width: 100%;
height: 100%;
opacity: 1;
}
.ui.disabled.dimmer {
width: 0em !important;
height: 0em !important;
}
/*******************************
Variations
*******************************/
/*--------------
Page
---------------*/
.ui.page.dimmer {
position: fixed;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 2000px;
-moz-perspective: 2000px;
perspective: 2000px;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-o-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.ui.scrolling.page.dimmer {
position: absolute;
}
/*
body.ui.dimmed.dimmable > :not(.dimmer){
-webkit-filter: ~"blur(15px) grayscale(0.7)";
-moz-filter: ~"blur(15px) grayscale(0.7)";
}
*/
/*--------------
Aligned
---------------*/
.ui.dimmer > .top.aligned.content > * {
vertical-align: top;
}
.ui.dimmer > .bottom.aligned.content > * {
vertical-align: bottom;
}
/*--------------
Inverted
---------------*/
.ui.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
.ui.inverted.dimmer > .content > * {
color: rgba(0, 0, 0, 0.8);
}
/*--------------
Simple
---------------*/
/* Displays without javascript */
.ui.simple.dimmer {
display: block;
overflow: hidden;
opacity: 1;
z-index: -100;
background-color: rgba(0, 0, 0, 0);
}
.ui.dimmed.dimmable > .ui.simple.dimmer {
overflow: visible;
opacity: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
z-index: 1;
}
.ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0);
}
.ui.dimmed.dimmable > .ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
/*
* # Semantic - Dropdown
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Dropdown
*******************************/
.ui.dropdown {
position: relative;
display: inline-block;
line-height: 1;
-webkit-transition: border-radius 0.1s ease, width 0.2s ease;
-moz-transition: border-radius 0.1s ease, width 0.2s ease;
-o-transition: border-radius 0.1s ease, width 0.2s ease;
-ms-transition: border-radius 0.1s ease, width 0.2s ease;
transition: border-radius 0.1s ease, width 0.2s ease;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
/*******************************
Content
*******************************/
/*--------------
Menu
---------------*/
.ui.dropdown .menu {
position: absolute;
display: none;
top: 100%;
margin: 0em;
background-color: #FFFFFF;
min-width: 100%;
white-space: nowrap;
font-size: 0.875em;
text-shadow: none;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
-moz-border-radius: 0px 0px 0.325em 0.325em;
-webkit-border-radius: 0px 0px 0.325em 0.325em;
border-radius: 0px 0px 0.325em 0.325em;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
z-index: 11;
}
/*--------------
Icon
---------------*/
.ui.dropdown > .dropdown.icon {
float: right;
width: auto;
margin: 0em 0em 0em 1em;
}
.ui.dropdown > .dropdown.icon:before {
content: "\f0d7";
}
.ui.dropdown .menu .item .dropdown.icon {
width: auto;
float: right;
margin: 0em 0em 0em 0.5em;
}
.ui.dropdown .menu .item .dropdown.icon:before {
content: "\f0da";
}
/*--------------
Text
---------------*/
.ui.dropdown > .text {
cursor: pointer;
display: inline-block;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
/* Flyout Direction */
.ui.dropdown .menu {
left: 0px;
}
/*--------------
Sub Menu
---------------*/
.ui.dropdown .menu .menu {
top: 0% !important;
left: 100% !important;
margin: 0em !important;
border-radius: 0 0.325em 0.325em 0em !important;
}
.ui.dropdown .menu .menu:after {
display: none;
}
.ui.dropdown .menu .item {
cursor: pointer;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.05);
height: auto;
font-size: 0.875em;
display: block;
color: rgba(0, 0, 0, 0.75);
padding: 0.85em 1em !important;
font-size: 0.875rem;
text-transform: none;
font-weight: normal;
text-align: left;
-webkit-touch-callout: none;
}
.ui.dropdown .menu .item:before {
display: none;
}
.ui.dropdown .menu .item .icon {
margin-right: 0.75em;
}
.ui.dropdown .menu .item:first-child {
border-top: none;
}
/*******************************
Coupling
*******************************/
/* Opposite on last menu on right */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
left: auto;
right: 0px;
}
.ui.vertical.menu .dropdown.item > .dropdown.icon {
content: "\f0da";
}
.ui.dropdown.icon.button > .dropdown.icon {
margin: 0em;
}
/*******************************
States
*******************************/
/* Dropdown Visible */
.ui.visible.dropdown {
border-bottom-left-radius: 0em !important;
border-bottom-right-radius: 0em !important;
}
.ui.visible.dropdown > .menu {
display: block;
}
/* Menu Item Hover */
.ui.dropdown .menu .item:hover {
background-color: rgba(0, 0, 0, 0.02);
z-index: 12;
}
/* Menu Item Active */
.ui.dropdown .menu .active.item {
background-color: rgba(0, 0, 0, 0.06) !important;
border-left: none;
border-color: transparent !important;
-webkit-box-shadow: none;
-moz-shadow: none;
box-shadow: none;
z-index: 12;
}
/* Default Text */
.ui.dropdown > .default.text,
.ui.default.dropdown > .text {
color: rgba(0, 0, 0, 0.5);
}
.ui.dropdown:hover > .default.text,
.ui.default.dropdown:hover > .text {
color: rgba(0, 0, 0, 0.8);
}
/*******************************
Variations
*******************************/
/*--------------
Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
display: none;
}
.ui.simple.dropdown .menu {
display: block;
overflow: hidden;
top: -9999px !important;
position: absolute;
opacity: 0;
width: 0;
height: 0;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
border-bottom-left-radius: 0em !important;
border-bottom-right-radius: 0em !important;
}
.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
overflow: visible;
width: auto;
height: auto;
top: 100% !important;
opacity: 1;
}
.ui.simple.dropdown > .menu .item:active > .menu,
.ui.simple.dropdown:hover > .menu .item:hover > .menu {
overflow: visible;
width: auto;
height: auto;
top: 0% !important;
left: 100% !important;
opacity: 1;
}
.ui.simple.disabled.dropdown:hover .menu {
display: none;
height: 0px;
width: 0px;
overflow: hidden;
}
/*--------------
Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
cursor: pointer;
display: inline-block;
word-wrap: break-word;
white-space: normal;
background-color: #FFFFFF;
padding: 0.5em 1em;
line-height: 1.33;
color: rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0.3125em !important;
-moz-border-radius: 0.3125em !important;
border-radius: 0.3125em !important;
}
.ui.selection.dropdown select {
display: none;
}
.ui.selection.dropdown > .dropdown.icon {
opacity: 0.7;
margin: 0.2em 0em 0.2em 1.25em;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.ui.selection.dropdown,
.ui.selection.dropdown .menu {
top: 100%;
-webkit-transition: box-shadow 0.2s ease-out;
-moz-transition: box-shadow 0.2s ease-out;
-o-transition: box-shadow 0.2s ease-out;
-ms-transition: box-shadow 0.2s ease-out;
transition: box-shadow 0.2s ease-out;
}
.ui.selection.dropdown .menu {
max-height: 312px;
overflow-x: hidden;
overflow-y: auto;
-webkit-box-shadow: 0px 1px 0px 1px #E0E0E0;
-moz-box-shadow: 0px 1px 0px 1px #E0E0E0;
box-shadow: 0px 1px 0px 1px #E0E0E0;
-moz-border-radius: 0px 0px 0.325em 0.325em;
-webkit-border-radius: 0px 0px 0.325em 0.325em;
border-radius: 0px 0px 0.325em 0.325em;
}
.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
display: none;
}
.ui.selection.dropdown .menu img {
height: 2.5em;
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
}
/* Hover */
.ui.selection.dropdown:hover {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.ui.selection.dropdown:hover .menu {
-webkit-box-shadow: 0px 1px 0px 1px #D3D3D3;
-moz-box-shadow: 0px 1px 0px 1px #D3D3D3;
box-shadow: 0px 1px 0px 1px #D3D3D3;
}
.ui.selection.dropdown:hover > .dropdown.icon {
opacity: 1;
}
/* Active */
.ui.active.selection.dropdown {
-webkit-border-radius: 0.3125em 0.3125em 0em 0em !important;
-moz-border-radius: 0.3125em 0.3125em 0em 0em !important;
border-radius: 0.3125em 0.3125em 0em 0em !important;
}
.ui.active.selection.dropdown > .dropdown.icon {
opacity: 1;
}
/*--------------
Fluid
---------------*/
.ui.fluid.dropdown {
display: block;
}
/*--------------
Inline
---------------*/
.ui.inline.dropdown {
cursor: pointer;
display: inline-block;
color: inherit;
}
.ui.inline.dropdown .dropdown.icon {
margin: 0em 0.5em 0em 0.25em;
}
.ui.inline.dropdown .text {
font-weight: bold;
}
.ui.inline.dropdown .menu {
cursor: auto;
margin-top: 0.25em;
-webkit-border-radius: 0.325em;
-moz-border-radius: 0.325em;
border-radius: 0.325em;
}
/*--------------
Floating
---------------*/
.ui.floating.dropdown .menu {
left: 0;
right: auto;
margin-top: 0.5em;
-webkit-border-radius: 0.325em;
-moz-border-radius: 0.325em;
border-radius: 0.325em;
}
/*--------------
Pointing
---------------*/
.ui.pointing.dropdown .menu {
top: 100%;
margin-top: 0.75em;
-moz-border-radius: 0.325em;
-webkit-border-radius: 0.325em;
border-radius: 0.325em;
}
.ui.pointing.dropdown .menu:after {
display: block;
position: absolute;
pointer-events: none;
content: " ";
visibility: visible;
width: 0.5em;
height: 0.5em;
-moz-box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.05);
box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.05);
background-image: none;
background-color: #FFFFFF;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
}
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.03));
}
/* Directions */
.ui.pointing.dropdown .menu:after {
top: -0.25em;
left: 50%;
margin: 0em 0em 0em -0.25em;
}
.ui.top.left.pointing.dropdown .menu {
top: 100%;
bottom: auto;
left: 0%;
right: auto;
margin: 0.75em 0em 0em;
}
.ui.top.left.pointing.dropdown .menu:after {
top: -0.25em;
left: 1.25em;
right: auto;
margin: 0em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.ui.top.right.pointing.dropdown .menu {
top: 100%;
bottom: auto;
right: 0%;
left: auto;
margin: 0.75em 0em 0em;
}
.ui.top.right.pointing.dropdown .menu:after {
top: -0.25em;
left: auto;
right: 1.25em;
margin: 0em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.ui.left.pointing.dropdown .menu {
top: 0%;
left: 100%;
right: auto;
margin: 0em 0em 0em 0.75em;
}
.ui.left.pointing.dropdown .menu:after {
top: 1em;
left: -0.25em;
margin: 0em 0em 0em 0em;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ui.right.pointing.dropdown .menu {
top: 0%;
left: auto;
right: 100%;
margin: 0em 0.75em 0em 0em;
}
.ui.right.pointing.dropdown .menu:after {
top: 1em;
left: auto;
right: -0.25em;
margin: 0em 0em 0em 0em;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
}
/*
* # Semantic - Modal
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Modal
*******************************/
.ui.modal {
display: none;
position: fixed;
z-index: 1001;
top: 50%;
left: 50%;
text-align: left;
width: 90%;
margin-left: -45%;
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*******************************
Content
*******************************/
/*--------------
Close
---------------*/
.ui.modal > .close {
cursor: pointer;
position: absolute;
opacity: 0.8;
font-size: 1.25em;
top: -1.75em;
right: -1.75em;
color: #FFFFFF;
}
.ui.modal > .close:hover {
opacity: 1;
}
/*--------------
Header
---------------*/
.ui.modal > .header {
margin: 0em;
padding: 1.5rem 2rem;
font-size: 1.6em;
font-weight: bold;
-webkit-border-radius: 0.325em 0.325em 0px 0px;
-moz-border-radius: 0.325em 0.325em 0px 0px;
border-radius: 0.325em 0.325em 0px 0px;
}
/*--------------
Content
---------------*/
.ui.modal > .content {
display: table;
width: 100%;
position: relative;
padding: 2em;
background-color: #F4F4F4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.modal > .content > .left {
display: table-cell;
padding-right: 1.5%;
min-width: 25%;
}
.ui.modal > .content > .right {
display: table-cell;
padding-left: 1.5%;
vertical-align: top;
}
.ui.modal > .content > .left > .icon {
font-size: 8em;
margin: 0em;
}
.ui.modal > .content p {
line-height: 1.6;
}
/*--------------
Actions
---------------*/
.ui.modal .actions {
padding: 1rem 2rem;
text-align: right;
}
.ui.modal .actions > .button {
margin-left: 0.75em;
}
/*-------------------
Sizing
--------------------*/
/* Mobile Only */
@media only screen and (max-width: 768px) {
.ui.modal .content .left {
display: block;
padding: 0em 0em 0em 1em;
}
.ui.modal .content .right {
display: block;
padding: 1em 0em 0em 0em;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
}
/* Tablet and Mobile */
@media only screen and (max-width: 998px) {
.ui.modal {
width: 92%;
margin-left: -46%;
}
.ui.modal > .close {
color: rgba(0, 0, 0, 0.8);
top: 1.5rem;
right: 1rem;
}
}
/* Computer / Responsive */
@media only screen and (min-width: 998px) {
.ui.modal {
width: 74%;
margin-left: -37%;
}
}
@media only screen and (min-width: 1500px) {
.ui.modal {
width: 56%;
margin-left: -28%;
}
}
@media only screen and (min-width: 1750px) {
.ui.modal {
width: 42%;
margin-left: -21%;
}
}
@media only screen and (min-width: 2000px) {
.ui.modal {
width: 36%;
margin-left: -18%;
}
}
/*******************************
Types
*******************************/
.ui.basic.modal {
background-color: transparent;
border: none;
color: #FFFFFF;
}
.ui.basic.modal > .close {
top: 1.5rem;
right: 1rem;
}
.ui.basic.modal .content {
background-color: transparent;
}
/*******************************
Variations
*******************************/
/* A modal that cannot fit on the page */
.ui.modal.scrolling {
position: absolute;
margin-top: 10px;
}
/*******************************
States
*******************************/
.ui.active.modal {
display: block;
}
/*--------------
Size
---------------*/
/* Small */
.ui.small.modal > .header {
font-size: 1.3em;
}
@media only screen and (min-width: 998px) {
.ui.small.modal {
width: 58%;
margin-left: -29%;
}
}
@media only screen and (min-width: 1500px) {
.ui.small.modal {
width: 40%;
margin-left: -20%;
}
}
@media only screen and (min-width: 1750px) {
.ui.small.modal {
width: 26%;
margin-left: -13%;
}
}
@media only screen and (min-width: 2000px) {
.ui.small.modal {
width: 20%;
margin-left: -10%;
}
}
/* Large */
@media only screen and (min-width: 998px) {
.ui.large.modal {
width: 74%;
margin-left: -37%;
}
}
@media only screen and (min-width: 1500px) {
.ui.large.modal {
width: 64%;
margin-left: -32%;
}
}
@media only screen and (min-width: 1750px) {
.ui.large.modal {
width: 54%;
margin-left: -27%;
}
}
@media only screen and (min-width: 2000px) {
.ui.large.modal {
width: 44%;
margin-left: -22%;
}
}
/*
* # Semantic - Nag
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Nag
*******************************/
.ui.nag {
display: none;
opacity: 0.95;
position: relative;
top: 0px;
left: 0%;
z-index: 101;
min-height: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0em;
line-height: 3em;
padding: 0em 1em;
background-color: #555555;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
font-size: 1em;
text-align: center;
color: rgba(255, 255, 255, 0.8);
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
-webkit-transition: 0.2s background;
-moz-transition: 0.2s background;
-o-transition: 0.2s background;
-ms-transition: 0.2s background;
transition: 0.2s background;
}
a.ui.nag {
cursor: pointer;
}
.ui.nag > .title {
display: inline-block;
margin: 0em 0.5em;
color: #FFFFFF;
}
.ui.nag > .close.icon {
cursor: pointer;
opacity: 0.4;
position: absolute;
top: 50%;
right: 1em;
margin-top: -0.5em;
color: #FFFFFF;
-webkit-transition: 0.1s opacity;
-moz-transition: 0.1s opacity;
-o-transition: 0.1s opacity;
-ms-transition: 0.1s opacity;
transition: 0.1s opacity;
}
/*******************************
States
*******************************/
/* Hover */
.ui.nag:hover {
opacity: 1;
}
.ui.nag .close:hover {
opacity: 1;
}
/*******************************
Variations
*******************************/
/*--------------
Static
---------------*/
.ui.overlay.nag {
position: absolute;
display: block;
}
/*--------------
Fixed
---------------*/
.ui.fixed.nag {
position: fixed;
}
/*--------------
Bottom
---------------*/
.ui.botton.nag {
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.ui.fixed.bottom.nags,
.ui.fixed.bottom.nag {
top: auto;
bottom: 0px;
}
/*--------------
White
---------------*/
.ui.white.nags .nag,
.ui.white.nag {
background-color: #F1F1F1;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
color: #ACACAC;
}
.ui.white.nags .nag .close,
.ui.white.nags .nag .title,
.ui.white.nag .close,
.ui.white.nag .title {
color: #333333;
}
/*******************************
Groups
*******************************/
.ui.nags .nag {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/*
* # Semantic - Popup
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Popup
*******************************/
.ui.popup {
display: none;
position: absolute;
top: 0px;
right: 0px;
z-index: 900;
border: 1px solid rgba(0, 0, 0, 0.1);
max-width: 250px;
background-color: #FFFFFF;
padding: 0.8em 1.2em;
font-size: 0.875rem;
font-weight: normal;
font-style: normal;
color: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
border-radius: 0.2em;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.ui.popup .header {
padding: 0em 0em 0.5em;
font-size: 1.125em;
line-height: 1.2;
font-weight: bold;
}
.ui.popup:before {
position: absolute;
content: "";
width: 0.75em;
height: 0.75rem;
background-image: none;
background-color: #FFFFFF;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.ui.popup .ui.button {
width: 100%;
}
/*******************************
Types
*******************************/
/*--------------
Spacing
---------------*/
.ui.popup {
margin: 0em;
}
.ui.popup.bottom {
margin: 0.75em 0em 0em;
}
.ui.popup.top {
margin: 0em 0em 0.75em;
}
.ui.popup.left.center {
margin: 0em 0.75em 0em 0em;
}
.ui.popup.right.center {
margin: 0em 0em 0em 0.75em;
}
.ui.popup.center {
margin-left: -1.25em;
}
/*--------------
Pointer
---------------*/
/*--- Below ---*/
.ui.bottom.center.popup:before {
margin-left: -0.4em;
top: -0.4em;
left: 50%;
right: auto;
bottom: auto;
-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.ui.bottom.left.popup {
margin-right: -2em;
}
.ui.bottom.left.popup:before {
top: -0.4em;
right: 1em;
bottom: auto;
left: auto;
margin-left: 0em;
-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.ui.bottom.right.popup {
margin-left: -2em;
}
.ui.bottom.right.popup:before {
top: -0.4em;
left: 1em;
right: auto;
bottom: auto;
margin-left: 0em;
-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
/*--- Above ---*/
.ui.top.center.popup:before {
top: auto;
right: auto;
bottom: -0.4em;
left: 50%;
margin-left: -0.4em;
}
.ui.top.left.popup {
margin-right: -2em;
}
.ui.top.left.popup:before {
bottom: -0.4em;
right: 1em;
top: auto;
left: auto;
margin-left: 0em;
}
.ui.top.right.popup {
margin-left: -2em;
}
.ui.top.right.popup:before {
bottom: -0.4em;
left: 1em;
top: auto;
right: auto;
margin-left: 0em;
}
/*--- Left Center ---*/
.ui.left.center.popup:before {
top: 50%;
right: -0.35em;
bottom: auto;
left: auto;
margin-top: -0.4em;
-moz-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
}
/*--- Right Center ---*/
.ui.right.center.popup:before {
top: 50%;
left: -0.35em;
bottom: auto;
right: auto;
margin-top: -0.4em;
-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
/*******************************
States
*******************************/
.ui.loading.popup {
display: block;
visibility: hidden;
}
.ui.active.popup {
display: block;
}
/*******************************
Variations
*******************************/
/*--------------
Size
---------------*/
.ui.small.popup {
font-size: 0.75rem;
}
.ui.large.popup {
font-size: 1rem;
}
/*--------------
Colors
---------------*/
/* Inverted colors */
.ui.inverted.popup {
background-color: #333333;
border: none;
color: #FFFFFF;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.inverted.popup .header {
background-color: rgba(0, 0, 0, 0.2);
color: #FFFFFF;
}
.ui.inverted.popup:before {
background-color: #333333;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*
* # Semantic - Rating
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Rating
*******************************/
.ui.rating {
display: inline-block;
font-size: 0em;
vertical-align: baseline;
margin: 0em 0.5rem 0em 0em;
}
.ui.rating:last-child {
margin-right: 0em;
}
.ui.rating:before {
display: block;
content: '';
visibility: hidden;
clear: both;
height: 0;
}
/* Icon */
.ui.rating .icon {
cursor: default;
margin: 0em;
width: 1em;
height: auto;
padding: 0em;
color: rgba(0, 0, 0, 0.15);
font-weight: normal;
font-style: normal;
}
.ui.rating .icon:before {
content: "\2605";
-webkit-transition: color 0.3s ease,
opacity 0.3s ease
;
-moz-transition: color 0.3s ease,
opacity 0.3s ease
;
-ms-transition: color 0.3s ease,
opacity 0.3s ease
;
-o-transition: color 0.3s ease,
opacity 0.3s ease
;
transition: color 0.3s ease,
opacity 0.3s ease
;
}
/*******************************
Types
*******************************/
/*-------------------
Star
--------------------*/
.ui.star.rating .icon {
width: 1.2em;
}
/* Star */
.ui.star.rating .icon:before {
content: '\f006';
font-family: 'Icons';
}
/* Active Star */
.ui.star.rating .active.icon:before {
content: '\f005';
font-family: 'Icons';
}
/*-------------------
Heart
--------------------*/
.ui.heart.rating .icon {
width: 1.2em;
}
.ui.heart.rating .icon:before {
content: '\f08a';
font-family: 'Icons';
}
/* Active */
.ui.heart.rating .active.icon:before {
content: '\f004';
font-family: 'Icons';
}
.ui.heart.rating .active.icon {
color: #EF404A !important;
}
/* Hovered */
.ui.heart.rating .hover.icon,
.ui.heart.rating .active.hover.icon {
color: #FF2733 !important;
}
/*******************************
States
*******************************/
/*-------------------
Active
--------------------*/
/* active rating */
.ui.active.rating .icon {
cursor: pointer;
}
/* active icons */
.ui.rating .active.icon {
color: #FFCB08 !important;
}
/*-------------------
Hover
--------------------*/
/* rating */
.ui.rating.hover .active.icon {
opacity: 0.5;
}
/* icon */
.ui.rating .icon.hover,
.ui.rating .icon.hover.active {
opacity: 1;
color: #FFB70A !important;
}
/*******************************
Variations
*******************************/
.ui.small.rating .icon {
font-size: 0.75rem;
}
.ui.rating .icon {
font-size: 1rem;
}
.ui.large.rating .icon {
font-size: 1.5rem;
vertical-align: middle;
}
.ui.huge.rating .icon {
font-size: 2rem;
vertical-align: middle;
}
/*
* # Semantic - Reveal
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Reveal
*******************************/
.ui.reveal {
display: inline-block;
position: relative !important;
z-index: 2 !important;
font-size: 0em !important;
}
.ui.reveal > .content {
font-size: 1em !important;
}
.ui.reveal > .visible.content {
-webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
-moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
-ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
}
.ui.reveal > .visible.content {
position: absolute !important;
top: 0em !important;
left: 0em !important;
z-index: 4 !important;
-webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
-moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
-ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
}
.ui.reveal > .hidden.content {
position: relative !important;
z-index: 3 !important;
}
/*------------------
Loose Coupling
-------------------*/
.ui.reveal.button {
overflow: hidden;
}
/*******************************
Types
*******************************/
/*--------------
Slide
---------------*/
.ui.slide.reveal {
position: relative !important;
display: block;
overflow: hidden !important;
white-space: nowrap;
}
.ui.slide.reveal > .content {
display: block;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0em;
-webkit-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
-moz-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
-ms-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
}
.ui.slide.reveal > .visible.content {
position: relative !important;
}
.ui.slide.reveal > .hidden.content {
position: absolute !important;
left: 100% !important;
width: 100% !important;
}
.ui.slide.reveal:hover > .visible.content {
left: -100% !important;
}
.ui.slide.reveal:hover > .hidden.content {
left: 0% !important;
}
.ui.right.slide.reveal > .visible.content {
left: 0%;
}
.ui.right.slide.reveal > .hidden.content {
left: auto !important;
right: 100% !important;
}
.ui.right.slide.reveal:hover > .visible.content {
left: 100% !important;
right: auto !important;
}
.ui.right.slide.reveal:hover > .hidden.content {
left: auto !important;
right: 0% !important;
}
.ui.up.slide.reveal > .visible.content {
top: 0% !important;
left: 0% !important;
right: auto !important;
bottom: auto !important;
}
.ui.up.slide.reveal > .hidden.content {
top: 100% !important;
left: 0% !important;
right: auto !important;
bottom: auto !important;
}
.ui.slide.up.reveal:hover > .visible.content {
top: -100% !important;
left: 0% !important;
}
.ui.slide.up.reveal:hover > .hidden.content {
top: 0% !important;
left: 0% !important;
}
.ui.down.slide.reveal > .visible.content {
top: auto !important;
right: auto !important;
bottom: auto !important;
bottom: 0% !important;
}
.ui.down.slide.reveal > .hidden.content {
top: auto !important;
right: auto !important;
bottom: 100% !important;
left: 0% !important;
}
.ui.slide.down.reveal:hover > .visible.content {
left: 0% !important;
bottom: -100% !important;
}
.ui.slide.down.reveal:hover > .hidden.content {
left: 0% !important;
bottom: 0% !important;
}
/*--------------
Fade
---------------*/
.ui.fade.reveal > .visible.content {
opacity: 1;
}
.ui.fade.reveal:hover > .visible.content {
opacity: 0;
}
/*--------------
Move
---------------*/
.ui.move.reveal > .visible.content,
.ui.move.left.reveal > .visible.content {
left: auto !important;
top: auto !important;
bottom: auto !important;
right: 0% !important;
}
.ui.move.reveal:hover > .visible.content,
.ui.move.left.reveal:hover > .visible.content {
right: 100% !important;
}
.ui.move.right.reveal > .visible.content {
right: auto !important;
top: auto !important;
bottom: auto !important;
left: 0% !important;
}
.ui.move.right.reveal:hover > .visible.content {
left: 100% !important;
}
.ui.move.up.reveal > .visible.content {
right: auto !important;
left: auto !important;
top: auto !important;
bottom: 0% !important;
}
.ui.move.up.reveal:hover > .visible.content {
bottom: 100% !important;
}
.ui.move.down.reveal > .visible.content {
right: auto !important;
left: auto !important;
top: 0% !important;
bottom: auto !important;
}
.ui.move.down.reveal:hover > .visible.content {
top: 100% !important;
}
/*--------------
Rotate
---------------*/
.ui.rotate.reveal > .visible.content {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.ui.rotate.reveal > .visible.content,
.ui.rotate.right.reveal > .visible.content {
-webkit-transform-origin: bottom right;
-moz-transform-origin: bottom right;
-o-transform-origin: bottom right;
-ms-transform-origin: bottom right;
transform-origin: bottom right;
}
.ui.rotate.reveal:hover > .visible.content,
.ui.rotate.right.reveal:hover > .visible.content {
-webkit-transform: rotate(110deg);
-moz-transform: rotate(110deg);
-o-transform: rotate(110deg);
-ms-transform: rotate(110deg);
transform: rotate(110deg);
}
.ui.rotate.left.reveal > .visible.content {
-webkit-transform-origin: bottom left;
-moz-transform-origin: bottom left;
-o-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
}
.ui.rotate.left.reveal:hover > .visible.content {
-webkit-transform: rotate(-110deg);
-moz-transform: rotate(-110deg);
-o-transform: rotate(-110deg);
-ms-transform: rotate(-110deg);
transform: rotate(-110deg);
}
/*******************************
States
*******************************/
.ui.disabled.reveal {
opacity: 1 !important;
}
.ui.disabled.reveal > .content {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.ui.disabled.reveal:hover > .visible.content {
position: static !important;
display: block !important;
opacity: 1 !important;
top: 0 !important;
left: 0 !important;
right: auto !important;
bottom: auto !important;
transform: none !important;
}
.ui.disabled.reveal:hover > .hidden.content {
display: none !important;
}
/*******************************
Variations
*******************************/
/*--------------
Masked
---------------*/
.ui.masked.reveal {
overflow: hidden;
}
/*--------------
Instant
---------------*/
.ui.instant.reveal > .content {
-webkit-transition-delay: 0s !important;
-moz-transition-delay: 0s !important;
-o-transition-delay: 0s !important;
-ms-transition-delay: 0s !important;
transition-delay: 0s !important;
}
/*
* # Semantic - Search
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Search
*******************************/
.ui.search {
position: relative;
text-shadow: none;
font-style: normal;
font-weight: normal;
}
.ui.search input {
-webkit-border-radius: 500rem;
-moz-border-radius: 500rem;
border-radius: 500rem;
}
/*--------------
Button
---------------*/
.ui.search > .button {
position: relative;
z-index: 2;
float: right;
margin: 0px 0px 0px -15px;
padding: 6px 15px 7px;
-webkit-border-radius: 0px 15px 15px 0px;
-moz-border-radius: 0px 15px 15px 0px;
border-radius: 0px 15px 15px 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*--------------
Results
---------------*/
.ui.search .results {
display: none;
position: absolute;
z-index: 999;
top: 100%;
left: 0px;
overflow: hidden;
background-color: #FFFFFF;
margin-top: 0.5em;
width: 380px;
font-size: 0.875em;
line-height: 1.2;
color: #555555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1), 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.search .result {
cursor: pointer;
overflow: hidden;
padding: 0.5em 1em;
}
.ui.search .result:first-child {
border-top: none;
}
.ui.search .result .image {
background: #F0F0F0;
margin-right: 10px;
float: left;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 38px;
height: 38px;
}
.ui.search .result .image img {
display: block;
width: 38px;
height: 38px;
}
.ui.search .result .image ~ .info {
float: none;
margin-left: 50px;
}
.ui.search .result .info {
float: left;
}
.ui.search .result .title {
font-weight: bold;
color: rgba(0, 0, 0, 0.8);
}
.ui.search .result .description {
color: rgba(0, 0, 0, 0.6);
}
.ui.search .result .price {
float: right;
color: #5BBD72;
font-weight: bold;
}
/*--------------
Message
---------------*/
.ui.search .message {
padding: 1em;
}
.ui.search .message .text .title {
margin: 0em 0em 0.5rem;
font-size: 1.25rem;
font-weight: bold;
color: rgba(0, 0, 0, 0.8);
}
.ui.search .message .text .description {
margin: 0em;
font-size: 1rem;
color: rgba(0, 0, 0, 0.5);
}
/*--------------
Categories
---------------*/
.ui.search .results .category {
background-color: #FAFAFA;
border-top: 1px solid rgba(0, 0, 0, 0.1);
-webkit-transition: background 0.2s ease-in;
-moz-transition: background 0.2s ease-in;
-o-transition: background 0.2s ease-in;
-ms-transition: background 0.2s ease-in;
transition: background 0.2s ease-in;
}
.ui.search .results .category:first-child {
border-top: none;
}
.ui.search .results .category > .name {
float: left;
padding: 12px 0px 0px 8px;
font-weight: bold;
color: #777777;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}
.ui.search .results .category .result {
background-color: #FFFFFF;
margin-left: 80px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* View All Results */
.ui.search .all {
display: block;
border-top: 1px solid rgba(0, 0, 0, 0.1);
background-color: #FAFAFA;
height: 2em;
line-height: 2em;
color: rgba(0, 0, 0, 0.6);
font-weight: bold;
text-align: center;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.search .result:hover,
.ui.search .category .result:hover {
background-color: #F8F8F8;
}
.ui.search .all:hover {
background-color: #F0F0F0;
}
/*--------------
Loading
---------------*/
.ui.search.loading .input .icon {
background: url(../images/loader-mini.gif) no-repeat 50% 50%;
}
.ui.search.loading .input .icon:before,
.ui.search.loading .input .icon:after {
display: none;
}
/*--------------
Active
---------------*/
.ui.search .results .category.active {
background-color: #F1F1F1;
}
.ui.search .results .category.active > .name {
color: #333333;
}
.ui.search .result.active,
.ui.search .category .result.active {
background-color: #FBFBFB;
}
.ui.search .result.active .title {
color: #000000;
}
.ui.search .result.active .description {
color: #555555;
}
/*******************************
Variations
*******************************/
/* Large */
.ui.search .large.result .image,
.ui.search .large.result .image img {
width: 50px;
height: 50px;
}
.ui.search .large.results .indented.info {
margin-left: 65px;
}
.ui.search .large.results .info .title {
font-size: 16px;
}
.ui.search .large.results .info .description {
font-size: 11px;
}
/*
* # Semantic - Shape
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Shape
*******************************/
.ui.shape {
display: inline-block;
position: relative;
-webkit-perspective: 2000px;
-moz-perspective: 2000px;
-ms-perspective: 2000px;
perspective: 2000px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.shape .sides {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ui.shape .side {
opacity: 1;
width: 100%;
margin: 0em !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.shape .side {
display: none;
}
/*******************************
Types
*******************************/
.ui.cube.shape .side {
min-width: 15em;
height: 15em;
padding: 2em;
background-color: #E6E6E6;
color: rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.ui.cube.shape .side > .content {
width: 100%;
height: 100%;
display: table;
text-align: center;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ui.cube.shape .side > .content > div {
display: table-cell;
vertical-align: middle;
font-size: 2em;
}
/*******************************
Variations
*******************************/
.ui.text.shape.animating .sides {
position: static;
}
.ui.text.shape .side {
white-space: nowrap;
}
.ui.text.shape .side > * {
white-space: normal;
}
/*******************************
States
*******************************/
/*--------------
Loading
---------------*/
.ui.loading.shape {
position: absolute;
top: -9999px;
left: -9999px;
}
/*--------------
Animating
---------------*/
.ui.shape .animating.side {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
}
.ui.shape .hidden.side {
opacity: 0.4;
}
/*--------------
CSS
---------------*/
.ui.shape.animating {
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.ui.shape.animating .sides {
position: absolute;
}
.ui.shape.animating .sides {
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.ui.shape.animating .side {
-webkit-transition: opacity 0.6s ease-in-out;
-moz-transition: opacity 0.6s ease-in-out;
-o-transition: opacity 0.6s ease-in-out;
-ms-transition: opacity 0.6s ease-in-out;
transition: opacity 0.6s ease-in-out;
}
/*--------------
Active
---------------*/
.ui.shape .active.side {
display: block;
}
/*
* # Semantic - Sidebar
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Sidebar
*******************************/
body {
-webkit-transition: margin 0.3s ease, -webkit-transform 0.3s ease;
-moz-transition: margin 0.3s ease, -moz-transform 0.3s ease;
-o-transition: margin 0.3s ease,
transform 0.3s ease
;
-ms-transition: margin 0.3s ease,
transform 0.3s ease
;
transition: margin 0.3s ease,
transform 0.3s ease
;
}
.ui.sidebar {
position: fixed;
margin: 0 !important;
height: 100% !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-ms-overflow-y: auto;
overflow-y: auto;
top: 0px;
left: 0px;
z-index: 999;
-webkit-transition: margin-left 0.3s ease, margin-top 0.3s ease;
-moz-transition: margin-left 0.3s ease, margin-top 0.3s ease;
-o-transition: margin-left 0.3s ease, margin-top 0.3s ease;
-ms-transition: margin-left 0.3s ease, margin-top 0.3s ease;
transition: margin-left 0.3s ease, margin-top 0.3s ease;
}
/*******************************
Types
*******************************/
/*-------------------
Direction
--------------------*/
.ui.right.sidebar {
left: 100%;
margin: 0px !important;
}
.ui.top.sidebar {
width: 100% !important;
}
.ui.bottom.sidebar {
width: 100% !important;
top: 100%;
margin: 0px !important;
}
/*******************************
States
*******************************/
.ui.active.sidebar {
margin-left: 0px !important;
}
.ui.active.top.sidebar,
.ui.active.bottom.sidebar {
margin-top: 0px !important;
}
/*******************************
Variations
*******************************/
/*-------------------
Formatted
--------------------*/
.ui.styled.sidebar {
padding: 1em 1.5em;
background-color: #FFFFFF;
box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.ui.styled.very.thin.sidebar {
padding: 0.5em;
}
.ui.styled.thin.sidebar {
padding: 1em;
}
/*-------------------
Floating
--------------------*/
.ui.floating.sidebar {
-webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
}
.ui.right.floating.sidebar {
-webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
}
.ui.top.floating.sidebar {
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.ui.bottom.floating.sidebar {
-webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
}
/*-------------------
Width
--------------------*/
/* Very Thin */
.ui.very.thin.sidebar {
width: 60px !important;
margin-left: -60px !important;
}
.ui.active.very.thin.sidebar {
margin-left: 0px !important;
}
.ui.active.right.very.thin.sidebar {
margin-left: -60px !important;
}
/* Thin */
.ui.thin.sidebar {
width: 200px !important;
margin-left: -200px !important;
}
.ui.active.thin.sidebar {
margin-left: 0px !important;
}
.ui.active.right.thin.sidebar {
margin-left: -200px !important;
}
/* Standard */
.ui.sidebar {
width: 275px !important;
margin-left: -275px !important;
}
.ui.active.sidebar {
margin-left: 0px !important;
}
.ui.active.right.sidebar {
margin-left: -275px !important;
}
/* Wide */
.ui.wide.sidebar {
width: 350px !important;
margin-left: -350px !important;
}
.ui.active.wide.sidebar {
margin-left: 0px !important;
}
.ui.active.right.wide.sidebar {
margin-left: -350px !important;
}
/* Very Wide */
.ui.very.wide.sidebar {
width: 475px !important;
margin-left: -475px !important;
}
.ui.active.very.wide.sidebar {
margin-left: 0px !important;
}
.ui.active.right.very.wide.sidebar {
margin-left: -475px !important;
}
/*-------------------
Height
--------------------*/
/* Standard */
.ui.top.sidebar {
margin: -40px 0px 0px 0px !important;
}
.ui.top.sidebar,
.ui.bottom.sidebar {
height: 40px !important;
}
.ui.active.bottom.sidebar {
margin-top: -40px !important;
}
/*
* # Semantic - Tab
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
UI Tabs
*******************************/
.ui.tab {
display: none;
}
/*******************************
States
*******************************/
/*--------------------
Active
---------------------*/
.ui.tab.active,
.ui.tab.open {
display: block;
}
/*--------------------
Loading
---------------------*/
.ui.tab.loading {
position: relative;
overflow: hidden;
display: block;
min-height: 250px;
text-indent: -10000px;
}
.ui.tab.loading * {
position: relative !important;
left: -10000px !important;
}
.ui.tab.loading:after {
position: absolute;
top: 50px;
left: 50%;
content: 'Loading...';
margin-left: -32px;
text-indent: 5px;
color: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100%;
padding-top: 75px;
background: url(../images/loader-large.gif) no-repeat 0px 0px;
visibility: visible;
}
/*******************************
Semantic - Transition
Author: Jack Lukic
CSS animation definitions for
transition module
*******************************/
/*
Some transitions adapted from Animate CSS
https://github.com/daneden/animate.css
*/
.ui.transition {
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-ms-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
/*******************************
States
*******************************/
.ui.animating.transition {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
/* Loading */
.ui.loading.transition {
position: absolute;
top: -999999px;
left: -99999px;
}
/* Hidden */
.ui.hidden.transition {
display: none;
}
/* Visible */
.ui.visible.transition {
display: block;
visibility: visible;
}
/* Disabled */
.ui.disabled.transition {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-ms-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
/*******************************
Variations
*******************************/
.ui.looping.transition {
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
/*******************************
Types
*******************************/
/*--------------
Emphasis
---------------*/
.ui.flash.transition {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
.ui.shake.transition {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
.ui.bounce.transition {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
.ui.tada.transition {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
.ui.pulse.transition {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}
/*--------------
Flips
---------------*/
.ui.flip.transition.in,
.ui.flip.transition.out {
-webkit-perspective: 2000px;
perspective: 2000px;
}
.ui.horizontal.flip.transition.in,
.ui.horizontal.flip.transition.out {
-webkit-animation-name: horizontalFlip;
-moz-animation-name: horizontalFlip;
-o-animation-name: horizontalFlip;
animation-name: horizontalFlip;
}
.ui.horizontal.flip.transition.out {
-webkit-animation-name: horizontalFlipOut;
-moz-animation-name: horizontalFlipOut;
-o-animation-name: horizontalFlipOut;
animation-name: horizontalFlipOut;
}
.ui.vertical.flip.transition.in,
.ui.vertical.flip.transition.out {
-webkit-animation-name: verticalFlip;
-moz-animation-name: verticalFlip;
-o-animation-name: verticalFlip;
animation-name: verticalFlip;
}
.ui.vertical.flip.transition.out {
-webkit-animation-name: verticalFlipOut;
-moz-animation-name: verticalFlipOut;
-o-animation-name: verticalFlipOut;
animation-name: verticalFlipOut;
}
/*--------------
Fades
---------------*/
.ui.fade.transition.in {
-webkit-animation-name: fade;
-moz-animation-name: fade;
-o-animation-name: fade;
animation-name: fade;
}
.ui.fade.transition.out {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}
.ui.fade.up.transition.in {
-webkit-animation-name: fadeUp;
-moz-animation-name: fadeUp;
-o-animation-name: fadeUp;
animation-name: fadeUp;
}
.ui.fade.up.transition.out {
-webkit-animation-name: fadeUpOut;
-moz-animation-name: fadeUpOut;
-o-animation-name: fadeUpOut;
animation-name: fadeUpOut;
}
.ui.fade.down.transition.in {
-webkit-animation-name: fadeDown;
-moz-animation-name: fadeDown;
-o-animation-name: fadeDown;
animation-name: fadeDown;
}
.ui.fade.down.transition.out {
-webkit-animation-name: fadeDownOut;
-moz-animation-name: fadeDownOut;
-o-animation-name: fadeDownOut;
animation-name: fadeDownOut;
}
/*--------------
Scale
---------------*/
.ui.scale.transition.in {
-webkit-animation-name: scale;
-moz-animation-name: scale;
-o-animation-name: scale;
animation-name: scale;
}
.ui.scale.transition.out {
-webkit-animation-name: scaleOut;
-moz-animation-name: scaleOut;
-o-animation-name: scaleOut;
animation-name: scaleOut;
}
/*--------------
Slide
---------------*/
.ui.slide.down.transition.in {
-webkit-animation-name: slide;
-moz-animation-name: slide;
-o-animation-name: slide;
animation-name: slide;
transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-webkit-transform-origin: 50% 0%;
}
.ui.slide.down.transition.out {
-webkit-animation-name: slideOut;
-moz-animation-name: slideOut;
-o-animation-name: slideOut;
animation-name: slideOut;
transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-webkit-transform-origin: 50% 0%;
}
.ui.slide.up.transition.in {
-webkit-animation-name: slide;
-moz-animation-name: slide;
-o-animation-name: slide;
animation-name: slide;
transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
}
.ui.slide.up.transition.out {
-webkit-animation-name: slideOut;
-moz-animation-name: slideOut;
-o-animation-name: slideOut;
animation-name: slideOut;
transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
}
@-moz-keyframes slide {
0% {
opacity: 0;
-moz-transform: scaleY(0);
}
100% {
opacity: 1;
-moz-transform: scaleY(1);
}
}
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: scaleY(0);
}
100% {
opacity: 1;
-webkit-transform: scaleY(1);
}
}
@keyframes slide {
0% {
opacity: 0;
transform: scaleY(0);
}
100% {
opacity: 1;
transform: scaleY(1);
}
}
@-moz-keyframes slideOut {
0% {
opacity: 1;
-moz-transform: scaleY(1);
}
100% {
opacity: 0;
-moz-transform: scaleY(0);
}
}
@-webkit-keyframes slideOut {
0% {
opacity: 1;
-webkit-transform: scaleY(1);
}
100% {
opacity: 0;
-webkit-transform: scaleY(0);
}
}
@keyframes slideOut {
0% {
opacity: 1;
transform: scaleY(1);
}
100% {
opacity: 0;
transform: scaleY(0);
}
}
/*******************************
Animations
*******************************/
/*--------------
Emphasis
---------------*/
/* Flash */
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-moz-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-o-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
/* Shake */
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-webkit-transform: translateX(10px);
}
}
@-moz-keyframes shake {
0%,
100% {
-moz-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-moz-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-moz-transform: translateX(10px);
}
}
@-o-keyframes shake {
0%,
100% {
-o-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-o-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-o-transform: translateX(10px);
}
}
@keyframes shake {
0%,
100% {
transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
transform: translateX(10px);
}
}
/* Bounce */
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
}
}
@-o-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-o-transform: translateY(0);
}
40% {
-o-transform: translateY(-30px);
}
60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
/* Tada */
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
}
10%,
20% {
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
}
}
@-moz-keyframes tada {
0% {
-moz-transform: scale(1);
}
10%,
20% {
-moz-transform: scale(0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
-moz-transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
-moz-transform: scale(1.1) rotate(-3deg);
}
100% {
-moz-transform: scale(1) rotate(0);
}
}
@-o-keyframes tada {
0% {
-o-transform: scale(1);
}
10%,
20% {
-o-transform: scale(0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
-o-transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
-o-transform: scale(1.1) rotate(-3deg);
}
100% {
-o-transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
transform: scale(1);
}
10%,
20% {
transform: scale(0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
50% {
-webkit-transform: scale(0.9);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes pulse {
0% {
-o-transform: scale(1);
opacity: 1;
}
50% {
-o-transform: scale(0.9);
opacity: 0.7;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
opacity: 1;
}
50% {
-moz-transform: scale(0.9);
opacity: 0.7;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.9);
opacity: 0.7;
}
100% {
transform: scale(1);
opacity: 1;
}
}
/*--------------
Flips
---------------*/
/* Horizontal */
@-webkit-keyframes horizontalFlip {
0% {
-webkit-transform: rotateY(-90deg);
opacity: 0;
}
100% {
-webkit-transform: rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes horizontalFlip {
0% {
-moz-transform: rotateY(-90deg);
opacity: 0;
}
100% {
-moz-transform: rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes horizontalFlip {
0% {
-o-transform: rotateY(-90deg);
opacity: 0;
}
100% {
-o-transform: rotateY(0deg);
opacity: 1;
}
}
@keyframes horizontalFlip {
0% {
transform: rotateY(-90deg);
opacity: 0;
}
100% {
transform: rotateY(0deg);
opacity: 1;
}
}
/* Horizontal */
@-webkit-keyframes horizontalFlipOut {
0% {
-webkit-transform: rotateY(0deg);
opacity: 0;
}
100% {
-webkit-transform: rotateY(90deg);
opacity: 1;
}
}
@-moz-keyframes horizontalFlipOut {
0% {
-moz-transform: rotateY(0deg);
opacity: 0;
}
100% {
-moz-transform: rotateY(90deg);
opacity: 1;
}
}
@-o-keyframes horizontalFlipOut {
0% {
-o-transform: rotateY(0deg);
opacity: 0;
}
100% {
-o-transform: rotateY(90deg);
opacity: 1;
}
}
@keyframes horizontalFlipOut {
0% {
transform: rotateY(0deg);
opacity: 0;
}
100% {
transform: rotateY(90deg);
opacity: 1;
}
}
/* Vertical */
@-webkit-keyframes verticalFlip {
0% {
-webkit-transform: rotateX(-90deg);
opacity: 0;
}
100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes verticalFlip {
0% {
-moz-transform: rotateX(-90deg);
opacity: 0;
}
100% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes verticalFlip {
0% {
-o-transform: rotateX(-90deg);
opacity: 0;
}
100% {
-o-transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes verticalFlip {
0% {
transform: rotateX(-90deg);
opacity: 0;
}
100% {
transform: rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes verticalFlipOut {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: rotateX(-90deg);
opacity: 0;
}
}
@-moz-keyframes verticalFlipOut {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
100% {
-moz-transform: rotateX(-90deg);
opacity: 0;
}
}
@-o-keyframes verticalFlipOut {
0% {
-o-transform: rotateX(0deg);
opacity: 1;
}
100% {
-o-transform: rotateX(-90deg);
opacity: 0;
}
}
@keyframes verticalFlipOut {
0% {
transform: rotateX(0deg);
opacity: 1;
}
100% {
transform: rotateX(-90deg);
opacity: 0;
}
}
/*--------------
Fades
---------------*/
/* Fade */
@-webkit-keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
/* Fade Up */
@-webkit-keyframes fadeUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeUpOut {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeUpOut {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeUpOut {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeUpOut {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
/* Fade Down */
@-webkit-keyframes fadeDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeDownOut {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeDownOut {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeDownOut {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeDownOut {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
/*--------------
Scale
---------------*/
/* Scale */
@-webkit-keyframes scale {
0% {
opacity: 0;
-webkit-transform: scale(0.7);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes scale {
0% {
opacity: 0;
-moz-transform: scale(0.7);
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@-o-keyframes scale {
0% {
opacity: 0;
-o-transform: scale(0.7);
}
100% {
opacity: 1;
-o-transform: scale(1);
}
}
@keyframes scale {
0% {
opacity: 0;
transform: scale(0.7);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@-webkit-keyframes scaleOut {
0% {
opacity: 1;
-webkit-transform: scale(1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.7);
}
}
@-moz-keyframes scaleOut {
0% {
opacity: 1;
-moz-transform: scale(1);
}
100% {
opacity: 0;
-moz-transform: scale(0.7);
}
}
@-o-keyframes scaleOut {
0% {
opacity: 1;
-o-transform: scale(1);
}
100% {
opacity: 0;
-o-transform: scale(0.7);
}
}
@keyframes scaleOut {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(0.7);
}
}
/*
* # Semantic - Video
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Video
*******************************/
.ui.video {
position: relative;
max-width: 100%;
}
/*--------------
Content
---------------*/
/* Placeholder Image */
.ui.video .placeholder {
background-color: #333333;
}
/* Play Icon Overlay */
.ui.video .play {
cursor: pointer;
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
width: 100%;
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.ui.video .play.icon:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 11;
font-size: 6rem;
margin: -3rem 0em 0em -3rem;
color: #FFFFFF;
text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}
.ui.video .placeholder {
display: block;
width: 100%;
height: 100%;
}
/* IFrame Embed */
.ui.video .embed {
display: none;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.video .play:hover {
opacity: 1;
}
/*--------------
Active
---------------*/
.ui.video.active .play,
.ui.video.active .placeholder {
display: none;
}
.ui.video.active .embed {
display: block;
}
/*
* # Semantic Comment View
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: April 17 2013
*/
/*******************************
Standard
*******************************/
/*--------------
Comments
---------------*/
.ui.comments a {
cursor: pointer;
}
/*--------------
Comment
---------------*/
.ui.comments .comment {
position: relative;
margin-top: 0.5em;
padding-top: 0.5em;
}
.ui.comments .comment:first-child {
margin-top: 0em;
padding-top: 0em;
}
/*--------------------
Avatar (Optional)
---------------------*/
.ui.comments .comment .avatar {
display: block;
float: left;
width: 4em;
}
.ui.comments .comment .avatar img {
display: block;
margin: 0em auto;
width: 3em;
height: 3em;
border-radius: 500px;
}
/*--------------
Content
---------------*/
.ui.comments .comment > .content,
.ui.comments .comment > .avatar {
display: block;
}
.ui.comments .comment .avatar ~ .content {
padding: 0em 1em;
}
/* If there is an avatar move content over */
.ui.comments .comment > .avatar ~ .content {
padding-top: 0.25em;
margin-left: 3.5em;
}
.ui.comments .comment .metadata {
display: inline-block;
margin-left: 0.3em;
color: rgba(0, 0, 0, 0.4);
}
.ui.comments .comment .metadata > * {
display: inline-block;
margin: 0em 0.3em 0em 0em;
}
/*--------------------
Comment Text
---------------------*/
.ui.comments .comment .text {
margin: 0.25em 0em 0.5em;
word-wrap: break-word;
}
/*--------------------
User Actions
---------------------*/
.ui.comments .comment .actions {
font-size: 0.9em;
}
.ui.comments .comment .actions a {
display: inline-block;
margin: 0em 0.3em 0em 0em;
color: rgba(0, 0, 0, 0.3);
}
.ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover {
color: rgba(0, 0, 0, 0.6);
}
/*--------------------
Reply Form
---------------------*/
.ui.comments .reply.form {
margin-top: 0.75em;
width: 100%;
max-width: 30em;
}
.ui.comments .comment .reply.form {
margin-left: 2em;
}
.ui.comments > .reply.form {
margin-top: 1.5em;
max-width: 40em;
}
.ui.comments .reply.form textarea {
height: 12em;
}
/*--------------------
Nested Comments
---------------------*/
.ui.comments .comment .comments {
margin-top: 0.5em;
padding-top: 0.5em;
padding-bottom: 1em;
}
.ui.comments .comment .comments:before {
position: absolute;
top: 0px;
left: 0px;
}
/* One Deep */
.ui.comments > .comment .comments {
margin-left: 2em;
}
/* Two Deep */
.ui.comments > .comment > .comments > .comment > .comments {
margin-left: 1.75em;
}
/* Three Deep */
.ui.comments > .comment > .comments > .comment > .comments > .comment > .comments {
margin-left: 1.5em;
}
/* Four Deep or more */
.ui.comments > .comment > .comments > .comment > .comments > .comment > .comments > .comment .comments {
margin-left: 0.5em;
}
/*******************************
Variations
*******************************/
/*--------------------
Threaded
---------------------*/
.ui.threaded.comments .comment .comments {
margin-left: 2em !important;
padding-left: 2em !important;
-webkit-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.05);
}
/*--------------------
Minimal
---------------------*/
.ui.minimal.comments .comment .actions {
opacity: 0;
-webkit-transition: opacity 0.1s ease-out;
-moz-transition: opacity 0.1s ease-out;
-o-transition: opacity 0.1s ease-out;
-ms-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out;
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.ui.minimal.comments .comment > .content:hover > .actions {
opacity: 1;
}
/*--------------------
Sizes
---------------------*/
.ui.small.comments {
font-size: 0.875em;
}
/*
* # Activity Feed View
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: May 22, 2013
*/
/*******************************
Activity Feed
*******************************/
.ui.feed a {
cursor: pointer;
}
.ui.feed,
.ui.feed .event,
.ui.feed .label,
.ui.feed .content,
.ui.feed .extra {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*******************************
Content
*******************************/
/* Event */
.ui.feed .event {
width: 100%;
display: table;
padding: 1em;
}
.ui.feed .event:first-child {
border-top: 0px;
}
.ui.feed .event:last-child {
margin-bottom: 1em;
}
/* Event Label */
.ui.feed .label {
width: 3em;
display: table-cell;
vertical-align: top;
text-align: left;
}
.ui.feed .label .icon {
font-size: 1.5em;
padding: 0.5em;
margin: 0em;
}
.ui.feed .label img {
width: 3em;
margin: 0em;
border-radius: 50em;
}
.ui.feed .label + .content {
padding: 0.75em 1em 0em;
}
/* Content */
.ui.feed .content {
display: table-cell;
vertical-align: top;
text-align: left;
word-wrap: break-word;
}
/* Date */
.ui.feed .content .date {
float: right;
padding-left: 1em;
color: rgba(0, 0, 0, 0.4);
}
/* Summary */
.ui.feed .content .summary {
color: rgba(0, 0, 0, 0.75);
}
.ui.feed .content .summary img {
display: inline-block;
margin-right: 0.25em;
width: 4em;
border-radius: 500px;
}
/* Additional Information */
.ui.feed .content .extra {
margin: 1em 0em 0em;
padding: 0.5em 0em 0em;
color: rgba(0, 0, 0, 0.5);
}
.ui.feed .content .extra.images img {
display: inline-block;
margin-right: 0.25em;
width: 6em;
}
.ui.feed .content .extra.text {
padding: 0.5em 1em;
border-left: 0.2em solid rgba(0, 0, 0, 0.1);
}
/*******************************
Variations
*******************************/
.ui.small.feed {
font-size: 0.875em;
}
.ui.small.feed .label img {
width: 2.5em;
}
.ui.small.feed .label .icon {
font-size: 1.25em;
}
.ui.feed .event {
padding: 0.75em 0em;
}
.ui.small.feed .label + .content {
padding: 0.5em 0.5em 0;
}
.ui.small.feed .content .extra.images img {
width: 5em;
}
.ui.small.feed .content .extra {
margin: 0.5em 0em 0em;
}
.ui.small.feed .content .extra.text {
padding: 0.25em 0.5em;
}
/*
* # Semantic Item View
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: April 17 2013
*/
/*******************************
Standard
*******************************/
/*--------------
Items
---------------*/
.ui.items {
margin: 1em 0em 0em;
}
.ui.items:first-child {
margin-top: 0em;
}
.ui.items:last-child {
margin-bottom: -1em;
}
/* Force Clearing */
.ui.items:after {
display: block;
content: ' ';
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}
/*--------------
Item
---------------*/
.ui.items > .row > .item,
.ui.items > .item {
display: block;
float: left;
position: relative;
top: 0px;
width: 316px;
min-height: 375px;
margin: 0em 0.5em 2.5em;
padding: 0em;
background-color: #FFFFFF;
line-height: 1.2;
font-size: 1em;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
border-bottom: 0.2em solid rgba(0, 0, 0, 0.2);
-moz-border-radius: 0.33em;
-webkit-border-radius: 0.33em;
border-radius: 0.33em;
-webkit-transition: box-shadow 0.2s ease;
-moz-transition: box-shadow 0.2s ease;
-o-transition: box-shadow 0.2s ease;
-ms-transition: box-shadow 0.2s ease;
transition: box-shadow 0.2s ease;
padding: 0.5em;
}
.ui.items a.item,
.ui.items .item a {
cursor: pointer;
}
.ui.items .item,
.ui.items .item > .image,
.ui.items .item > .image .overlay,
.ui.items .item > .content,
.ui.items .item > .content > .meta,
.ui.items .item > .content > .extra {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*--------------
Images
---------------*/
.ui.items .item > .image {
display: block;
position: relative;
background-color: rgba(0, 0, 0, 0.05);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
border-radius: 0.2em;
}
.ui.items .item > .image > img {
display: block;
width: 100%;
}
/*--------------
Content
---------------*/
.ui.items .item > .content {
padding: 0.75em 0.5em;
}
.ui.items .item > .content > .name {
display: block;
font-size: 1.25em;
font-weight: bold;
margin-bottom: 0.2em;
color: rgba(0, 0, 0, 0.7);
}
.ui.items .item > .content > .description {
clear: both;
margin: 0em 0em;
color: rgba(0, 0, 0, 0.45);
}
.ui.items .item > .content > .description p {
margin: 0em 0em 0.2em;
}
.ui.items .item > .content > .description p:last-child {
margin-bottom: 0em;
}
/*--------------
Meta
---------------*/
.ui.items .item .meta {
float: right;
color: rgba(0, 0, 0, 0.35);
}
.ui.items .item > .content > .meta + .name {
float: left;
}
/*--------------
Labels
---------------*/
/*-----star----- */
/* hover */
.ui.items .item .star.label:hover::after {
border-right-color: #F6EFC3;
}
.ui.items .item .star.label:hover::after {
border-top-color: #F6EFC3;
}
.ui.items .item .star.label:hover .icon {
color: #ac9400;
}
/* active */
.ui.items .item .star.label.active::after {
border-right-color: #F6EFC3;
}
.ui.items .item .star.label.active::after {
border-top-color: #F6EFC3;
}
.ui.items .item .star.label.active .icon {
color: #ac9400;
}
/*-----like----- */
/* hover */
.ui.items .item .like.label:hover::after {
border-right-color: #F5E1E2;
}
.ui.items .item .like.label.active::after {
border-top-color: #F5E1E2;
}
.ui.items .item .like.label:hover .icon {
color: #ef404a;
}
/* active */
.ui.items .item .like.label.active::after {
border-right-color: #F5E1E2;
}
.ui.items .item .like.label.active::after {
border-top-color: #F5E1E2;
}
.ui.items .item .like.label.active .icon {
color: #ef404a;
}
/*--------------
Extra
---------------*/
.ui.items .item .extra {
position: absolute;
width: 100%;
padding: 0em 0.5em;
bottom: -2em;
left: 0em;
height: 1.5em;
color: rgba(0, 0, 0, 0.25);
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.ui.items .item .extra > img {
display: inline-block;
border-radius: 500px 500px 500px 500px;
margin-right: 0.25em;
vertical-align: middle;
width: 2em;
}
.ui.items .item .extra .left {
float: left;
}
.ui.items .item .extra .right {
float: right;
}
/*******************************
States
*******************************/
.ui.items .item:hover {
cursor: pointer;
z-index: 5;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.ui.items .item:hover .extra {
color: rgba(0, 0, 0, 0.5);
}
.ui.items .item:nth-of-type(n+1):hover {
border-bottom-color: #6ECFF5 !important;
}
.ui.items .item:nth-of-type(n+2):hover {
border-bottom-color: #5C6166 !important;
}
.ui.items .item:nth-of-type(n+3):hover {
border-bottom-color: #A1CF64 !important;
}
.ui.items .item:nth-of-type(n+4):hover {
border-bottom-color: #D95C5C !important;
}
.ui.items .item:nth-of-type(n+5):hover {
border-bottom-color: #564F8A !important;
}
.ui.items .item:nth-of-type(n+6):hover {
border-bottom-color: #00B5AD !important;
}
/*******************************
Variations
*******************************/
/*--------------
Connected
---------------*/
.ui.connected.items {
display: table;
width: 100%;
margin-left: 0em !important;
margin-right: 0em !important;
}
.ui.connected.items > .row > .item,
.ui.connected.items > .item {
float: none;
display: table-cell;
vertical-align: top;
height: auto;
border-radius: 0px;
margin: 0em;
width: 33.33%;
}
.ui.connected.items > .row {
display: table;
margin: 0.5em 0em;
}
.ui.connected.items > .row:first-child {
margin-top: 0em;
}
/* Borders */
.ui.connected.items > .item,
.ui.connected.items > .row:last-child > .item {
border-bottom: 0.2em solid rgba(0, 0, 0, 0.2);
}
.ui.connected.items > .row:last-child > .item:first-child,
.ui.connected.items > .item:first-child {
border-radius: 0em 0em 0em 0.33em;
}
.ui.connected.items > .row:last-child > .item:last-child,
.ui.connected.items > .item:last-child {
border-radius: 0em 0em 0.33em 0em;
}
/* Hover */
.ui.connected.items .item:hover {
border-bottom-width: 0.2em;
}
/* Item Count */
.ui.one.connected.items > .row > .item,
.ui.one.connected.items > .item {
width: 50%;
padding-left: 2%;
padding-right: 2%;
}
.ui.two.connected.items > .row > .item,
.ui.two.connected.items > .item {
width: 50%;
padding-left: 1%;
padding-right: 1%;
}
.ui.three.connected.items > .row > .item,
.ui.three.connected.items > .item {
width: 33.333%;
padding-left: 1%;
padding-right: 1%;
}
.ui.four.connected.items > .row > .item,
.ui.four.connected.items > .item {
width: 25%;
padding-left: 0.5%;
padding-right: 0.5%;
}
.ui.five.connected.items > .row > .item,
.ui.five.connected.items > .item {
width: 20%;
padding-left: 0.5%;
padding-right: 0.5%;
}
.ui.six.connected.items > .row > .item,
.ui.six.connected.items > .item {
width: 16.66%;
padding-left: 0.5%;
padding-right: 0.5%;
}
.ui.seven.connected.items > .row > .item,
.ui.seven.connected.items > .item {
width: 14.28%;
padding-left: 0.5%;
padding-right: 0.5%;
}
.ui.eight.connected.items > .row > .item,
.ui.eight.connected.items > .item {
width: 12.5%;
padding-left: 0.25%;
padding-right: 0.25%;
}
.ui.nine.connected.items > .row > .item,
.ui.nine.connected.items > .item {
width: 11.11%;
padding-left: 0.25%;
padding-right: 0.25%;
}
.ui.ten.connected.items > .row > .item,
.ui.ten.connected.items > .item {
width: 10%;
padding-left: 0.2%;
padding-right: 0.2%;
}
.ui.eleven.connected.items > .row > .item,
.ui.eleven.connected.items > .item {
width: 9.09%;
padding-left: 0.2%;
padding-right: 0.2%;
}
.ui.twelve.connected.items > .row > .item,
.ui.twelve.connected.items > .item {
width: 8.3333%;
padding-left: 0.1%;
padding-right: 0.1%;
}
/*-------------------
Responsive
--------------------*/
@media only screen and (max-width: 768px) {
.ui.stackable.items {
display: block !important;
}
.ui.stackable.items > .item,
.ui.stackable.items > .row > .item {
display: block !important;
height: auto !important;
width: auto !important;
padding: 0% !important;
}
}
/*--------------------
Horizontal
---------------------*/
.ui.horizontal.items > .item,
.ui.items > .horizontal.item {
display: table;
}
.ui.horizontal.items > .item > .image .ui.items > .horizontal.item > .image {
display: table-cell;
width: 50%;
}
.ui.horizontal.items > .item > .image + .content,
.ui.items > .horizontal.item > .image + .content {
width: 50%;
display: table-cell;
}
.ui.horizontal.items > .item > .content,
.ui.items > .horizontal.item > .content {
padding: 1% 1.7% 11% 3%;
vertical-align: top;
}
.ui.horizontal.items > .item > .meta,
.ui.items > .horizontal.item > .meta {
position: absolute;
padding: 0%;
bottom: 7%;
left: 3%;
width: 94%;
}
.ui.horizontal.items > .item > .image + .content + .meta,
.ui.items > .horizontal.item > .image + .content + .meta {
bottom: 7%;
left: 53%;
width: 44%;
}
.ui.horizontal.items > .item .avatar,
.ui.items > .horizontal.item .avatar {
width: 11.5%;
}
.ui.items > .item .avatar {
max-width: 25px;
}
/*--------------
Item Count
---------------*/
.ui.one.items {
margin-left: -2%;
margin-right: -2%;
}
.ui.one.items > .item {
width: 100%;
margin-left: 2%;
margin-right: 2%;
}
.ui.two.items {
margin-left: -1%;
margin-right: -1%;
}
.ui.two.items > .item {
width: 48%;
margin-left: 1%;
margin-right: 1%;
}
.ui.two.items > .item:nth-child(2n+1) {
clear: left;
}
.ui.three.items {
margin-left: -1%;
margin-right: -1%;
}
.ui.three.items > .item {
width: 31.333%;
margin-left: 1%;
margin-right: 1%;
}
.ui.three.items > .item:nth-child(3n+1) {
clear: left;
}
.ui.four.items {
margin-left: -0.5%;
margin-right: -0.5%;
}
.ui.four.items > .item {
width: 24%;
margin-left: 0.5%;
margin-right: 0.5%;
}
.ui.four.items > .item:nth-child(4n+1) {
clear: left;
}
.ui.five.items {
margin-left: -0.5%;
margin-right: -0.5%;
}
.ui.five.items > .item {
width: 19%;
margin-left: 0.5%;
margin-right: 0.5%;
}
.ui.five.items > .item:nth-child(5n+1) {
clear: left;
}
.ui.six.items {
margin-left: -0.5%;
margin-right: -0.5%;
}
.ui.six.items > .item {
width: 15.66%;
margin-left: 0.5%;
margin-right: 0.5%;
}
.ui.six.items > .item:nth-child(6n+1) {
clear: left;
}
.ui.seven.items {
margin-left: -0.5%;
margin-right: -0.5%;
}
.ui.seven.items > .item {
width: 13.28%;
margin-left: 0.5%;
margin-right: 0.5%;
font-size: 11px;
}
.ui.seven.items > .item:nth-child(7n+1) {
clear: left;
}
.ui.eight.items {
margin-left: -0.25%;
margin-right: -0.25%;
}
.ui.eight.items > .item {
width: 12.0%;
margin-left: 0.25%;
margin-right: 0.25%;
font-size: 11px;
}
.ui.eight.items > .item:nth-child(8n+1) {
clear: left;
}
.ui.nine.items {
margin-left: -0.25%;
margin-right: -0.25%;
}
.ui.nine.items > .item {
width: 10.61%;
margin-left: 0.25%;
margin-right: 0.25%;
font-size: 10px;
}
.ui.nine.items > .item:nth-child(9n+1) {
clear: left;
}
.ui.ten.items {
margin-left: -0.2%;
margin-right: -0.2%;
}
.ui.ten.items > .item {
width: 9.6%;
margin-left: 0.2%;
margin-right: 0.2%;
font-size: 10px;
}
.ui.ten.items > .item:nth-child(10n+1) {
clear: left;
}
.ui.eleven.items {
margin-left: -0.2%;
margin-right: -0.2%;
}
.ui.eleven.items > .item {
width: 8.69%;
margin-left: 0.2%;
margin-right: 0.2%;
font-size: 9px;
}
.ui.eleven.items > .item:nth-child(11n+1) {
clear: left;
}
.ui.twelve.items {
margin-left: -0.1%;
margin-right: -0.1%;
}
.ui.twelve.items > .item {
width: 8.1333%;
margin-left: 0.1%;
margin-right: 0.1%;
font-size: 9px;
}
.ui.twelve.items > .item:nth-child(12n+1) {
clear: left;
}
/*
* # Semantic List - Flat
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: April 26 2013
*/
/*******************************
List
*******************************/
ul.ui.list,
ol.ui.list,
.ui.list {
list-style-type: none;
margin: 1em 0em;
padding: 0em;
}
ul.ui.list ul,
ol.ui.list ol,
.ui.list .list {
margin: 0em;
padding: 0.5em 0em 0.5em 1em;
}
ul.ui.list:first-child,
ol.ui.list:first-child,
.ui.list:first-child {
margin-top: 0em;
}
ul.ui.list:last-child,
ol.ui.list:last-child,
.ui.list:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
/* List Item */
ul.ui.list li,
ol.ui.list li,
.ui.list .item {
display: list-item;
list-style-type: none;
list-style-position: inside;
padding: 0.3em 0em;
line-height: 1.2;
}
.ui.list .item:after {
content: '';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Icon */
.ui.list .item > .icon {
display: table-cell;
margin: 0em;
padding: 0.1em 0.5em 0em 0em;
vertical-align: top;
}
.ui.list .item > .icon:only-child {
display: inline-block;
}
.ui.horizontal.list .item > .icon {
padding: 0em 0.25em 0em 0em;
}
/* Image */
.ui.list .item > img {
display: inline-block;
width: 2em;
margin-right: 0.5em;
vertical-align: middle;
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
border-radius: 0.2em;
}
/* Content */
.ui.list .item > .content {
display: inline-block;
vertical-align: middle;
line-height: 1.2;
}
.ui.list .item > .icon + .content {
display: table-cell;
vertical-align: top;
padding-left: 0.5em;
}
/* Link */
.ui.list a {
cursor: pointer;
}
.ui.list a .icon {
color: rgba(0, 0, 0, 0.6);
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
/* Header */
.ui.list .header {
font-weight: bold;
}
.ui.list .description {
color: rgba(0, 0, 0, 0.5);
}
/* Floated Content */
.ui.list .item > .left.floated {
margin-right: 1em;
float: left;
}
.ui.list .item > .right.floated {
margin-left: 1em;
float: right;
}
/*******************************
Types
*******************************/
/*-------------------
Horizontal
--------------------*/
.ui.horizontal.list {
display: inline-block;
font-size: 0em;
}
.ui.horizontal.list .item {
display: inline-block;
margin-left: 1em;
font-size: 1rem;
}
.ui.horizontal.list .item:first-child {
margin-left: 0em;
}
/*******************************
States
*******************************/
/*-------------------
Hover
--------------------*/
.ui.list a:hover .icon {
color: rgba(0, 0, 0, 0.8);
}
/*******************************
Variations
*******************************/
/*-------------------
Link
--------------------*/
.ui.link.list .item {
color: rgba(0, 0, 0, 0.4);
}
.ui.link.list a.item,
.ui.link.list .item a {
color: rgba(0, 0, 0, 0.6);
}
.ui.link.list a.item:hover,
.ui.link.list .item a:hover {
color: rgba(0, 0, 0, 0.8);
}
.ui.link.list a.item:active,
.ui.link.list .item a:active {
color: rgba(0, 0, 0, 0.9);
}
.ui.link.list a.active.item,
.ui.link.list .active.item a {
color: rgba(0, 0, 0, 0.8);
}
/*-------------------
Selection
--------------------*/
.ui.selection.list .item {
cursor: pointer;
color: rgba(0, 0, 0, 0.4);
padding: 0.5em;
-webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
-moz-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
-o-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
-ms-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease;
}
.ui.selection.list .item:hover {
background-color: rgba(0, 0, 0, 0.02);
color: rgba(0, 0, 0, 0.7);
}
.ui.selection.list:not(.horizontal, .ordered) .item:hover {
padding-left: 1em;
}
.ui.selection.list:not(.horizontal, .ordered) .item:hover .item:hover {
padding-left: 0.5em;
}
.ui.selection.list .item:active {
background-color: rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.7);
}
.ui.selection.list .item.active {
background-color: rgba(0, 0, 0, 0.04);
color: rgba(0, 0, 0, 0.7);
}
/*-------------------
Bulleted
--------------------*/
ul.ui.list,
.ui.bulleted.list {
margin-left: 1.5em;
}
ul.ui.list li,
.ui.bulleted.list .item {
position: relative;
}
ul.ui.list li:before,
.ui.bulleted.list .item:before {
position: absolute;
left: -1.5em;
content: '•';
line-height: 1.2rem;
vertical-align: top;
}
ul.ui.list ul,
.ui.bulleted.list .list {
padding-left: 1.5em;
}
/* Horizontal Bulleted */
ul.ui.horizontal.bulleted.list,
.ui.horizontal.bulleted.list {
margin-left: 0em;
}
ul.ui.horizontal.bulleted.list li,
.ui.horizontal.bulleted.list .item {
margin-left: 1.5em;
}
ul.ui.horizontal.bulleted.list li:before,
.ui.horizontal.bulleted.list .item:before {
left: -0.9em;
}
ul.ui.horizontal.bulleted.list li:first-child,
.ui.horizontal.bulleted.list .item:first-child {
margin-left: 0em;
}
ul.ui.horizontal.bulleted.list li:first-child::before,
.ui.horizontal.bulleted.list .item:first-child::before {
display: none;
}
/*-------------------
Ordered
--------------------*/
ol.ui.list,
.ui.ordered.list {
counter-reset: ordered;
margin-left: 2em;
list-style-type: none;
}
ol.ui.list li,
.ui.ordered.list .item {
list-style-type: none;
position: relative;
}
ol.ui.list li:before,
.ui.ordered.list .item:before {
position: absolute;
left: -2em;
counter-increment: ordered;
content: counters(ordered, ".");
text-align: right;
vertical-align: top;
opacity: 0.75;
}
ol.ui.list ol,
.ui.ordered.list .list {
counter-reset: ordered;
padding-left: 2.5em;
}
ol.ui.list ol li:before,
.ui.ordered.list .list .item:before {
left: -2.5em;
}
/* Horizontal Ordered */
ol.ui.horizontal.list,
.ui.ordered.horizontal.list {
margin-left: 0em;
}
ol.ui.horizontal.list li:before,
.ui.ordered.horizontal.list .item:before {
position: static;
margin: 0em 0.5em 0em 0em;
}
/*-------------------
Divided
--------------------*/
.ui.divided.list > .item,
.ui.divided.list > .list {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 0.5em;
padding-right: 0.5em;
}
.ui.divided.list .item .menu .item {
border-width: 0px;
}
.ui.divided.list .item:first-child {
border-top-width: 0px;
}
/* Sub Menu */
.ui.divided.list .list {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.divided.list .list .item {
padding-left: 1em;
padding-right: 1em;
}
.ui.divided.list .list .item:first-child {
border-top-width: 1px;
}
/* Divided bulleted */
.ui.divided.bulleted.list {
margin-left: 0em;
}
.ui.divided.bulleted.list .item {
padding-left: 1.5em;
}
.ui.divided.bulleted.list .item:before {
left: 0.5em;
}
/* Divided ordered */
.ui.divided.ordered.list {
margin-left: 0em;
}
.ui.divided.ordered.list > .item {
padding-left: 2em;
padding-right: 2em;
}
.ui.divided.ordered.list > .item:before {
left: 0.5em;
}
.ui.divided.ordered.list .item .list {
margin-left: -2em;
margin-right: -2em;
}
/* Divided horizontal */
.ui.divided.horizontal.list {
margin-left: 0em;
}
.ui.divided.horizontal.list .item {
border-top: none;
border-left: 1px solid rgba(0, 0, 0, 0.1);
margin: 0em;
padding-left: 0.75em;
padding-right: 0.75em;
line-height: 0.6;
}
.ui.horizontal.divided.list .item:first-child {
border-left: none;
padding-left: 0em;
}
/*-------------------
Celled
--------------------*/
.ui.celled.list > .item,
.ui.celled.list > .list {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 0.5em;
padding-right: 0.5em;
}
.ui.celled.list > .item:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* Sub Menu */
.ui.celled.list .item .list {
margin-left: -0.5em;
margin-right: -0.5em;
}
.ui.celled.list .item .list .item {
border-width: 0px;
}
.ui.celled.list .list .item:first-child {
border-top-width: 0px;
}
/* Celled Bulleted */
.ui.celled.bulleted.list {
margin-left: 0em;
}
.ui.celled.bulleted.list > .item {
padding-left: 1.5em;
}
.ui.celled.bulleted.list > .item:before {
left: 0.5em;
}
/* Celled Ordered */
.ui.celled.ordered.list {
margin-left: 0em;
}
.ui.celled.ordered.list .item {
padding-left: 2em;
padding-right: 2em;
}
.ui.celled.ordered.list .item:before {
left: 0.5em;
}
.ui.celled.ordered.list .item .list {
margin-left: -2em;
margin-right: -2em;
}
/* Celled Horizontal */
.ui.horizontal.celled.list {
margin-left: 0em;
}
.ui.horizontal.celled.list .item {
border-top: none;
border-left: 1px solid rgba(0, 0, 0, 0.1);
margin: 0em;
padding-left: 0.75em;
padding-right: 0.75em;
line-height: 0.6;
}
.ui.horizontal.celled.list .item:last-child {
border-bottom: none;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/*-------------------
Relaxed
--------------------*/
.ui.relaxed.list:not(.horizontal) .item {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.ui.horizontal.relaxed.list .item {
padding-left: 1.25em;
padding-right: 1.25em;
}
.ui.very.relaxed.list:not(.horizontal) .item {
padding-top: 1em;
padding-bottom: 1em;
}
.ui.horizontal.very.relaxed.list .item {
padding-left: 2em;
padding-right: 2em;
}
/*-------------------
Sizes
--------------------*/
.ui.mini.list .item {
font-size: 0.7rem;
}
.ui.tiny.list .item {
font-size: 0.8125rem;
}
.ui.small.list .item {
font-size: 0.875rem;
}
.ui.list .item {
font-size: 1em;
}
.ui.large.list .item {
font-size: 1.125rem;
}
.ui.big.list .item {
font-size: 1.25rem;
}
.ui.huge.list .item {
font-size: 1.375rem;
}
.ui.massive.list .item {
font-size: 1.5rem;
}
/*
* # Statistic
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: Aug 20, 2013
*/
/*******************************
Statistic
*******************************/
.ui.statistic {
text-align: center;
}
/*******************************
Content
*******************************/
.ui.statistic > .number {
font-size: 4em;
font-weight: bold;
color: rgba(0, 0, 0, 0.7);
}
.ui.statistic > .description {
opacity: 0.8;
}
|
wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/dialog/fck_anchor.html
|
danielmathiesen/hioa
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2010 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Anchor dialog window.
-->
<html>
<head>
<title>Anchor Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKBrowserInfo = oEditor.FCKBrowserInfo ;
var FCKTools = oEditor.FCKTools ;
var FCKRegexLib = oEditor.FCKRegexLib ;
var oDOM = FCK.EditorDocument ;
var oFakeImage = dialog.Selection.GetSelectedElement() ;
var oAnchor ;
if ( oFakeImage )
{
if ( oFakeImage.tagName == 'IMG' && oFakeImage.getAttribute('_fckanchor') )
oAnchor = FCK.GetRealElement( oFakeImage ) ;
else
oFakeImage = null ;
}
//Search for a real anchor
if ( !oFakeImage )
{
oAnchor = FCK.Selection.MoveToAncestorNode( 'A' ) ;
if ( oAnchor )
FCK.Selection.SelectNode( oAnchor ) ;
}
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
if ( oAnchor )
GetE('txtName').value = oAnchor.name ;
else
oAnchor = null ;
window.parent.SetOkButton( true ) ;
window.parent.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
function Ok()
{
var sNewName = GetE('txtName').value ;
// Remove any illegal character in a name attribute:
// A name should start with a letter, but the validator passes anyway.
sNewName = sNewName.replace( /[^\w-_\.:]/g, '_' ) ;
if ( sNewName.length == 0 )
{
// Remove the anchor if the user leaves the name blank
if ( oAnchor )
{
// Removes the current anchor from the document using the new command
FCK.Commands.GetCommand( 'AnchorDelete' ).Execute() ;
return true ;
}
alert( oEditor.FCKLang.DlgAnchorErrorName ) ;
return false ;
}
oEditor.FCKUndo.SaveUndoStep() ;
if ( oAnchor ) // Modifying an existent anchor.
{
ReadjustLinksToAnchor( oAnchor.name, sNewName );
// Buggy explorer, bad bad browser. http://alt-tag.com/blog/archives/2006/02/ie-dom-bugs/
// Instead of just replacing the .name for the existing anchor (in order to preserve the content), we must remove the .name
// and assign .name, although it won't appear until it's specially processed in fckxhtml.js
// We remove the previous name
oAnchor.removeAttribute( 'name' ) ;
// Now we set it, but later we must process it specially
oAnchor.name = sNewName ;
return true ;
}
// Create a new anchor preserving the current selection
var aNewAnchors = oEditor.FCK.CreateLink( '#' ) ;
if ( aNewAnchors.length == 0 )
aNewAnchors.push( oEditor.FCK.InsertElement( 'a' ) ) ;
else
{
// Remove the fake href
for ( var i = 0 ; i < aNewAnchors.length ; i++ )
aNewAnchors[i].removeAttribute( 'href' ) ;
}
// More than one anchors may have been created, so interact through all of them (see #220).
for ( var i = 0 ; i < aNewAnchors.length ; i++ )
{
oAnchor = aNewAnchors[i] ;
// Set the name
if ( FCKBrowserInfo.IsIE )
{
// Setting anchor names directly in IE will trash the HTML code stored
// in FCKTempBin after undos. See #2263.
var replaceAnchor = oEditor.FCK.EditorDocument.createElement( '<a name="' +
FCKTools.HTMLEncode( sNewName ).replace( '"', '"' ) + '">' ) ;
oEditor.FCKDomTools.MoveChildren( oAnchor, replaceAnchor ) ;
oAnchor.parentNode.replaceChild( replaceAnchor, oAnchor ) ;
oAnchor = replaceAnchor ;
}
else
oAnchor.name = sNewName ;
// IE does require special processing to show the Anchor's image
// Opera doesn't allow to select empty anchors
if ( FCKBrowserInfo.IsIE || FCKBrowserInfo.IsOpera )
{
if ( oAnchor.innerHTML != '' )
{
if ( FCKBrowserInfo.IsIE )
oAnchor.className += ' FCK__AnchorC' ;
}
else
{
// Create a fake image for both IE and Opera
var oImg = oEditor.FCKDocumentProcessor_CreateFakeImage( 'FCK__Anchor', oAnchor.cloneNode(true) ) ;
oImg.setAttribute( '_fckanchor', 'true', 0 ) ;
oAnchor.parentNode.insertBefore( oImg, oAnchor ) ;
oAnchor.parentNode.removeChild( oAnchor ) ;
}
}
}
return true ;
}
// Checks all the links in the current page pointing to the current name and changes them to the new name
function ReadjustLinksToAnchor( sCurrent, sNew )
{
var oDoc = FCK.EditorDocument ;
var aLinks = oDoc.getElementsByTagName( 'A' ) ;
var sReference = '#' + sCurrent ;
// The url of the document, so we check absolute and partial references.
var sFullReference = oDoc.location.href.replace( /(#.*$)/, '') ;
sFullReference += sReference ;
var oLink ;
var i = aLinks.length - 1 ;
while ( i >= 0 && ( oLink = aLinks[i--] ) )
{
var sHRef = oLink.getAttribute( '_fcksavedurl' ) ;
if ( sHRef == null )
sHRef = oLink.getAttribute( 'href' , 2 ) || '' ;
if ( sHRef == sReference || sHRef == sFullReference )
{
oLink.href = '#' + sNew ;
SetAttribute( oLink, '_fcksavedurl', '#' + sNew ) ;
}
}
}
</script>
</head>
<body style="overflow: hidden">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgAnchorName">Anchor Name</span><BR>
<input id="txtName" style="WIDTH: 100%" type="text">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|
www/admin/plugins/DataTables/extensions/Buttons/css/buttons.bootstrap.css
|
DirectDev/wds-V2
|
div.dt-button-info {
position: fixed;
top: 50%;
left: 50%;
width: 400px;
margin-top: -100px;
margin-left: -200px;
background-color: white;
border: 2px solid #111;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
border-radius: 3px;
text-align: center;
z-index: 21;
}
div.dt-button-info h2 {
padding: 0.5em;
margin: 0;
font-weight: normal;
border-bottom: 1px solid #ddd;
background-color: #f3f3f3;
}
div.dt-button-info > div {
padding: 1em;
}
ul.dt-button-collection.dropdown-menu {
display: block;
z-index: 2002;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
-ms-column-gap: 8px;
-o-column-gap: 8px;
column-gap: 8px;
}
ul.dt-button-collection.dropdown-menu.fixed {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
}
ul.dt-button-collection.dropdown-menu.fixed.two-column {
margin-left: -150px;
}
ul.dt-button-collection.dropdown-menu.fixed.three-column {
margin-left: -225px;
}
ul.dt-button-collection.dropdown-menu.fixed.four-column {
margin-left: -300px;
}
ul.dt-button-collection.dropdown-menu > * {
-webkit-column-break-inside: avoid;
break-inside: avoid;
}
ul.dt-button-collection.dropdown-menu.two-column {
width: 300px;
padding-bottom: 1px;
-webkit-column-count: 2;
-moz-column-count: 2;
-ms-column-count: 2;
-o-column-count: 2;
column-count: 2;
}
ul.dt-button-collection.dropdown-menu.three-column {
width: 450px;
padding-bottom: 1px;
-webkit-column-count: 3;
-moz-column-count: 3;
-ms-column-count: 3;
-o-column-count: 3;
column-count: 3;
}
ul.dt-button-collection.dropdown-menu.four-column {
width: 600px;
padding-bottom: 1px;
-webkit-column-count: 4;
-moz-column-count: 4;
-ms-column-count: 4;
-o-column-count: 4;
column-count: 4;
}
div.dt-button-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2001;
}
|
web/public/css/uikit/css/uikit.css
|
dz1984/Silexbone
|
/*! UIkit 2.11.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
/*
* 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
* 3. Style
*/
html {
/* 1 */
font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 2 */
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
/* 3 */
background: #ffffff;
color: #444444;
}
/*
* Removes default margin.
*/
body {
margin: 0;
}
/* Links
========================================================================== */
/*
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/*
* Style
*/
a,
.uk-link {
color: #0077dd;
text-decoration: none;
cursor: pointer;
}
a:hover,
.uk-link:hover {
color: #005599;
text-decoration: underline;
}
/* Text-level semantics
========================================================================== */
/*
* Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/*
* Addresses style set to `bolder` in Firefox
*/
b,
strong {
font-weight: bold;
}
/*
* 1. Address odd `em`-unit font size rendering in all browsers.
* 2. Consolas has a better baseline in running text compared to `Courier`
*/
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
/* 1 */
font-size: 12px;
/* 2 */
font-family: Consolas, monospace, serif;
/* 3 */
color: #dd0055;
white-space: nowrap;
}
/*
* Emphasize
*/
em {
color: #dd0055;
}
/*
* Insert
*/
ins {
background: #ffffaa;
color: #444444;
text-decoration: none;
}
/*
* Mark
* Note: Addresses styling not present in IE 8/9.
*/
mark {
background: #ffffaa;
color: #444444;
}
/*
* Quote
*/
q {
font-style: italic;
}
/*
* Addresses inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/*
* Prevents `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;
}
/* Images
========================================================================== */
/*
* 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
* 2. Corrects `max-width` behavior if padding and border are used
* 3. Remove border when inside `a` element in IE 8/9/10.
* 4. Remove the gap between images and the bottom of their containers
*/
img {
/* 1 */
max-width: 100%;
height: auto;
/* 2 */
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 3 */
border: 0;
/* 4 */
vertical-align: middle;
}
/*
* Preserve original image dimensions
*/
.uk-img-preserve,
.uk-img-preserve img {
max-width: none;
}
/*
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Block elements
========================================================================== */
/*
* Reset margin
*/
blockquote,
figure {
margin: 0;
}
/*
* Margins
*/
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
margin: 0 0 15px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
margin-top: 15px;
}
/* Headings
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
color: #444444;
text-transform: none;
}
/*
* Margins
*/
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
margin-top: 25px;
}
/*
* Sizes
*/
h1,
.uk-h1 {
font-size: 36px;
line-height: 42px;
}
h2,
.uk-h2 {
font-size: 24px;
line-height: 30px;
}
h3,
.uk-h3 {
font-size: 18px;
line-height: 24px;
}
h4,
.uk-h4 {
font-size: 16px;
line-height: 22px;
}
h5,
.uk-h5 {
font-size: 14px;
line-height: 20px;
}
h6,
.uk-h6 {
font-size: 12px;
line-height: 18px;
}
/* Lists
========================================================================== */
ul,
ol {
padding-left: 30px;
}
/*
* Reset margin for nested lists
*/
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
margin: 0;
}
/* Description lists
========================================================================== */
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
/* Horizontal rules
========================================================================== */
/*
* 1. Address differences between Firefox and other browsers.
* 2. Style
*/
hr {
/* 1 */
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
/* 2 */
margin: 15px 0;
border: 0;
border-top: 1px solid #dddddd;
}
/* Address
========================================================================== */
address {
font-style: normal;
}
/* Blockquotes
========================================================================== */
blockquote {
padding-left: 15px;
border-left: 5px solid #dddddd;
font-size: 16px;
line-height: 22px;
font-style: italic;
}
/* Preformatted text
========================================================================== */
/*
* 1. Contain overflow in all browsers.
*/
pre {
padding: 10px;
background: #f5f5f5;
font: 12px / 18px Consolas, monospace, serif;
color: #444444;
-moz-tab-size: 4;
tab-size: 4;
/* 1 */
overflow: auto;
}
/* Selection pseudo-element
========================================================================== */
::-moz-selection {
background: #3399ff;
color: #ffffff;
text-shadow: none;
}
::selection {
background: #3399ff;
color: #ffffff;
text-shadow: none;
}
/* HTML5 elements
========================================================================== */
/*
* Corrects `block` display not defined in IE 8/9.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
display: block;
}
/*
* Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
*/
progress {
vertical-align: baseline;
}
/*
* Prevent displaying `audio` without controls in Chrome, Safari and Opera
*/
audio:not([controls]) {
display: none;
}
/*
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE and Safari
*/
[hidden],
template {
display: none;
}
/* Iframe
========================================================================== */
iframe {
border: 0;
}
/* Fix viewport for IE10 snap mode
========================================================================== */
@media screen and (max-width: 400px) {
@-ms-viewport {
width: device-width;
}
}
/* ========================================================================
Component: Grid
========================================================================== */
/*
* Micro clearfix
*/
.uk-grid:before,
.uk-grid:after {
content: " ";
display: table;
}
.uk-grid:after {
clear: both;
}
/*
* 1. Needed for the gutter
* 2. Makes grid more robust so that it can be used with other block elements like lists
*/
.uk-grid {
/* 1 */
margin: 0 0 0 -25px;
/* 2 */
padding: 0;
list-style: none;
}
/*
* Grid cell
* 1. Makes grid more robust so that it can be used with other block elements
* 2. Create horizontal gutter
* 3. `float` is set by default so columns always behave the same and create a new block format context
*/
.uk-grid > * {
/* 1 */
margin: 0;
/* 2 */
padding-left: 25px;
/* 3 */
float: left;
}
/*
* Remove margin from the last-child
*/
.uk-grid > * > :last-child {
margin-bottom: 0;
}
/* Grid gutter
========================================================================== */
/*
* Vertical gutter
*/
.uk-grid + .uk-grid {
margin-top: 25px;
}
/*
* This class is set by JavaScript and applies a vertical gutter if the columns stack or float into the next row
* Higher specificity to override margin
*/
.uk-grid > .uk-grid-margin {
margin-top: 25px;
}
/*
* Vertical gutter for panels
*/
.uk-grid > * > .uk-panel + .uk-panel {
margin-top: 25px;
}
/*
* Larger gutter for large screens
*/
/* Large screen and bigger */
@media (min-width: 1220px) {
/* Horizontal gutter */
.uk-grid:not(.uk-grid-preserve) {
margin-left: -35px;
}
.uk-grid:not(.uk-grid-preserve) > * {
padding-left: 35px;
}
/* Vertical gutter */
.uk-grid:not(.uk-grid-preserve) + .uk-grid {
margin-top: 35px;
}
.uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
margin-top: 35px;
}
/* Vertical gutter for panels */
.uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel {
margin-top: 35px;
}
}
/*
* Small gutter
* Higher specificity to override large gutter
*/
.uk-grid.uk-grid-small {
margin-left: -10px;
}
.uk-grid.uk-grid-small > * {
padding-left: 10px;
}
.uk-grid.uk-grid-small + .uk-grid-small {
margin-top: 10px;
}
.uk-grid.uk-grid-small > .uk-grid-margin {
margin-top: 10px;
}
.uk-grid.uk-grid-small > * > .uk-panel + .uk-panel {
margin-top: 10px;
}
/* Modifier: `uk-grid-divider`
========================================================================== */
/*
* Horizontal divider
* Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row
*/
.uk-grid-divider:not(:empty) {
margin-left: -25px;
margin-right: -25px;
}
.uk-grid-divider > * {
padding-left: 25px;
padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
border-left: 1px solid #dddddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
border-left: 1px solid #dddddd;
}
}
/* Desktop and bigger */
@media (min-width: 960px) {
.uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
border-left: 1px solid #dddddd;
}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
/*
* Large gutter
*/
.uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
margin-left: -35px;
margin-right: -35px;
}
.uk-grid-divider:not(.uk-grid-preserve) > * {
padding-left: 35px;
padding-right: 35px;
}
.uk-grid-divider:not(.uk-grid-preserve):empty {
margin-top: 35px;
margin-bottom: 35px;
}
}
/*
* Vertical divider
*/
.uk-grid-divider:empty {
margin-top: 25px;
margin-bottom: 25px;
border-top: 1px solid #dddddd;
}
/* Even grid cell widths
========================================================================== */
[class*='uk-grid-width'] > * {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.uk-grid-width-1-2 > * {
width: 50%;
}
.uk-grid-width-1-3 > * {
width: 33.333%;
}
.uk-grid-width-1-4 > * {
width: 25%;
}
.uk-grid-width-1-5 > * {
width: 20%;
}
.uk-grid-width-1-6 > * {
width: 16.666%;
}
.uk-grid-width-1-10 > * {
width: 10%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
.uk-grid-width-small-1-2 > * {
width: 50%;
}
.uk-grid-width-small-1-3 > * {
width: 33.333%;
}
.uk-grid-width-small-1-4 > * {
width: 25%;
}
.uk-grid-width-small-1-5 > * {
width: 20%;
}
.uk-grid-width-small-1-6 > * {
width: 16.666%;
}
.uk-grid-width-small-1-10 > * {
width: 10%;
}
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-grid-width-medium-1-2 > * {
width: 50%;
}
.uk-grid-width-medium-1-3 > * {
width: 33.333%;
}
.uk-grid-width-medium-1-4 > * {
width: 25%;
}
.uk-grid-width-medium-1-5 > * {
width: 20%;
}
.uk-grid-width-medium-1-6 > * {
width: 16.666%;
}
.uk-grid-width-medium-1-10 > * {
width: 10%;
}
}
/* Desktop and bigger */
@media (min-width: 960px) {
.uk-grid-width-large-1-2 > * {
width: 50%;
}
.uk-grid-width-large-1-3 > * {
width: 33.333%;
}
.uk-grid-width-large-1-4 > * {
width: 25%;
}
.uk-grid-width-large-1-5 > * {
width: 20%;
}
.uk-grid-width-large-1-6 > * {
width: 16.666%;
}
.uk-grid-width-large-1-10 > * {
width: 10%;
}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
.uk-grid-width-xlarge-1-2 > * {
width: 50%;
}
.uk-grid-width-xlarge-1-3 > * {
width: 33.333%;
}
.uk-grid-width-xlarge-1-4 > * {
width: 25%;
}
.uk-grid-width-xlarge-1-5 > * {
width: 20%;
}
.uk-grid-width-xlarge-1-6 > * {
width: 16.666%;
}
.uk-grid-width-xlarge-1-10 > * {
width: 10%;
}
}
/* Sub-objects: `uk-width-*`
========================================================================== */
[class*='uk-width'] {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
/*
* Widths
*/
/* Whole */
.uk-width-1-1 {
width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
width: 25%;
}
.uk-width-3-4 {
width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
width: 80%;
}
/* Sixths */
.uk-width-1-6 {
width: 16.666%;
}
.uk-width-5-6 {
width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
width: 10%;
}
.uk-width-3-10 {
width: 30%;
}
.uk-width-7-10 {
width: 70%;
}
.uk-width-9-10 {
width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
/* Whole */
.uk-width-small-1-1 {
width: 100%;
}
/* Halves */
.uk-width-small-1-2,
.uk-width-small-2-4,
.uk-width-small-3-6,
.uk-width-small-5-10 {
width: 50%;
}
/* Thirds */
.uk-width-small-1-3,
.uk-width-small-2-6 {
width: 33.333%;
}
.uk-width-small-2-3,
.uk-width-small-4-6 {
width: 66.666%;
}
/* Quarters */
.uk-width-small-1-4 {
width: 25%;
}
.uk-width-small-3-4 {
width: 75%;
}
/* Fifths */
.uk-width-small-1-5,
.uk-width-small-2-10 {
width: 20%;
}
.uk-width-small-2-5,
.uk-width-small-4-10 {
width: 40%;
}
.uk-width-small-3-5,
.uk-width-small-6-10 {
width: 60%;
}
.uk-width-small-4-5,
.uk-width-small-8-10 {
width: 80%;
}
/* Sixths */
.uk-width-small-1-6 {
width: 16.666%;
}
.uk-width-small-5-6 {
width: 83.333%;
}
/* Tenths */
.uk-width-small-1-10 {
width: 10%;
}
.uk-width-small-3-10 {
width: 30%;
}
.uk-width-small-7-10 {
width: 70%;
}
.uk-width-small-9-10 {
width: 90%;
}
}
/* Tablet and bigger */
@media (min-width: 768px) {
/* Whole */
.uk-width-medium-1-1 {
width: 100%;
}
/* Halves */
.uk-width-medium-1-2,
.uk-width-medium-2-4,
.uk-width-medium-3-6,
.uk-width-medium-5-10 {
width: 50%;
}
/* Thirds */
.uk-width-medium-1-3,
.uk-width-medium-2-6 {
width: 33.333%;
}
.uk-width-medium-2-3,
.uk-width-medium-4-6 {
width: 66.666%;
}
/* Quarters */
.uk-width-medium-1-4 {
width: 25%;
}
.uk-width-medium-3-4 {
width: 75%;
}
/* Fifths */
.uk-width-medium-1-5,
.uk-width-medium-2-10 {
width: 20%;
}
.uk-width-medium-2-5,
.uk-width-medium-4-10 {
width: 40%;
}
.uk-width-medium-3-5,
.uk-width-medium-6-10 {
width: 60%;
}
.uk-width-medium-4-5,
.uk-width-medium-8-10 {
width: 80%;
}
/* Sixths */
.uk-width-medium-1-6 {
width: 16.666%;
}
.uk-width-medium-5-6 {
width: 83.333%;
}
/* Tenths */
.uk-width-medium-1-10 {
width: 10%;
}
.uk-width-medium-3-10 {
width: 30%;
}
.uk-width-medium-7-10 {
width: 70%;
}
.uk-width-medium-9-10 {
width: 90%;
}
}
/* Desktop and bigger */
@media (min-width: 960px) {
/* Whole */
.uk-width-large-1-1 {
width: 100%;
}
/* Halves */
.uk-width-large-1-2,
.uk-width-large-2-4,
.uk-width-large-3-6,
.uk-width-large-5-10 {
width: 50%;
}
/* Thirds */
.uk-width-large-1-3,
.uk-width-large-2-6 {
width: 33.333%;
}
.uk-width-large-2-3,
.uk-width-large-4-6 {
width: 66.666%;
}
/* Quarters */
.uk-width-large-1-4 {
width: 25%;
}
.uk-width-large-3-4 {
width: 75%;
}
/* Fifths */
.uk-width-large-1-5,
.uk-width-large-2-10 {
width: 20%;
}
.uk-width-large-2-5,
.uk-width-large-4-10 {
width: 40%;
}
.uk-width-large-3-5,
.uk-width-large-6-10 {
width: 60%;
}
.uk-width-large-4-5,
.uk-width-large-8-10 {
width: 80%;
}
/* Sixths */
.uk-width-large-1-6 {
width: 16.666%;
}
.uk-width-large-5-6 {
width: 83.333%;
}
/* Tenths */
.uk-width-large-1-10 {
width: 10%;
}
.uk-width-large-3-10 {
width: 30%;
}
.uk-width-large-7-10 {
width: 70%;
}
.uk-width-large-9-10 {
width: 90%;
}
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
========================================================================== */
/*
* Source ordering
* Works only with `uk-width-medium-*`
*/
/* Tablet and bigger */
@media (min-width: 768px) {
[class*='uk-push-'],
[class*='uk-pull-'] {
position: relative;
}
/*
* Push
*/
/* Halves */
.uk-push-1-2,
.uk-push-2-4,
.uk-push-3-6,
.uk-push-5-10 {
left: 50%;
}
/* Thirds */
.uk-push-1-3,
.uk-push-2-6 {
left: 33.333%;
}
.uk-push-2-3,
.uk-push-4-6 {
left: 66.666%;
}
/* Quarters */
.uk-push-1-4 {
left: 25%;
}
.uk-push-3-4 {
left: 75%;
}
/* Fifths */
.uk-push-1-5,
.uk-push-2-10 {
left: 20%;
}
.uk-push-2-5,
.uk-push-4-10 {
left: 40%;
}
.uk-push-3-5,
.uk-push-6-10 {
left: 60%;
}
.uk-push-4-5,
.uk-push-8-10 {
left: 80%;
}
/* Sixths */
.uk-push-1-6 {
left: 16.666%;
}
.uk-push-5-6 {
left: 83.333%;
}
/* Tenths */
.uk-push-1-10 {
left: 10%;
}
.uk-push-3-10 {
left: 30%;
}
.uk-push-7-10 {
left: 70%;
}
.uk-push-9-10 {
left: 90%;
}
/*
* Pull
*/
/* Halves */
.uk-pull-1-2,
.uk-pull-2-4,
.uk-pull-3-6,
.uk-pull-5-10 {
left: -50%;
}
/* Thirds */
.uk-pull-1-3,
.uk-pull-2-6 {
left: -33.333%;
}
.uk-pull-2-3,
.uk-pull-4-6 {
left: -66.666%;
}
/* Quarters */
.uk-pull-1-4 {
left: -25%;
}
.uk-pull-3-4 {
left: -75%;
}
/* Fifths */
.uk-pull-1-5,
.uk-pull-2-10 {
left: -20%;
}
.uk-pull-2-5,
.uk-pull-4-10 {
left: -40%;
}
.uk-pull-3-5,
.uk-pull-6-10 {
left: -60%;
}
.uk-pull-4-5,
.uk-pull-8-10 {
left: -80%;
}
/* Sixths */
.uk-pull-1-6 {
left: -16.666%;
}
.uk-pull-5-6 {
left: -83.333%;
}
/* Tenths */
.uk-pull-1-10 {
left: -10%;
}
.uk-pull-3-10 {
left: -30%;
}
.uk-pull-7-10 {
left: -70%;
}
.uk-pull-9-10 {
left: -90%;
}
}
/* ========================================================================
Component: Panel
========================================================================== */
/*
* 1. Needed for `a` elements
* 2. Create position context for badges
*/
.uk-panel {
/* 1 */
display: block;
/* 2 */
position: relative;
}
/*
* Micro clearfix to make panels more robust
*/
.uk-panel:before,
.uk-panel:after {
content: " ";
display: table;
}
.uk-panel:after {
clear: both;
}
/*
* Remove margin from the last-child if not `uk-widget-title`
*/
.uk-panel > :not(.uk-panel-title):last-child {
margin-bottom: 0;
}
/* Sub-object: `uk-panel-title`
========================================================================== */
.uk-panel-title {
margin-top: 0;
margin-bottom: 15px;
font-size: 18px;
line-height: 24px;
font-weight: normal;
text-transform: none;
color: #444444;
}
/* Sub-object: `uk-panel-badge`
========================================================================== */
.uk-panel-badge {
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
/* Modifier: `uk-panel-box`
========================================================================== */
.uk-panel-box {
padding: 15px;
background: #f5f5f5;
color: #444444;
}
.uk-panel-box .uk-panel-title {
color: #444444;
}
.uk-panel-box .uk-panel-badge {
top: 10px;
right: 10px;
}
.uk-panel-box .uk-panel-teaser {
margin: -15px -15px 15px -15px;
}
/*
* Nav in panel
*/
.uk-panel-box > .uk-nav-side {
margin: 0 -15px;
}
/*
* Sub-modifier: `uk-panel-box-primary`
*/
.uk-panel-box-primary {
background-color: #ebf7fd;
color: #2d7091;
}
.uk-panel-box-primary .uk-panel-title {
color: #2d7091;
}
/*
* Sub-modifier: `uk-panel-box-secondary`
*/
.uk-panel-box-secondary {
background-color: #eeeeee;
color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
color: #444444;
}
/* Modifier: `uk-panel-header`
========================================================================== */
.uk-panel-header .uk-panel-title {
padding-bottom: 10px;
border-bottom: 1px solid #dddddd;
color: #444444;
}
/* Modifier: `uk-panel-space`
========================================================================== */
.uk-panel-space {
padding: 30px;
}
.uk-panel-space .uk-panel-badge {
top: 30px;
right: 30px;
}
/* Modifier: `uk-panel-divider`
========================================================================== */
.uk-panel + .uk-panel-divider {
margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
content: "";
display: block;
position: absolute;
top: -25px;
left: 0;
right: 0;
border-top: 1px solid #dddddd;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
.uk-panel + .uk-panel-divider {
margin-top: 70px !important;
}
.uk-panel + .uk-panel-divider:before {
top: -35px;
}
}
/* ========================================================================
Component: Article
========================================================================== */
/*
* Micro clearfix to make articles more robust
*/
.uk-article:before,
.uk-article:after {
content: " ";
display: table;
}
.uk-article:after {
clear: both;
}
/*
* Remove margin from the last-child
*/
.uk-article > :last-child {
margin-bottom: 0;
}
/*
* Vertical gutter for articles
*/
.uk-article + .uk-article {
margin-top: 25px;
}
/* Sub-object `uk-article-title`
========================================================================== */
.uk-article-title {
font-size: 36px;
line-height: 42px;
font-weight: normal;
text-transform: none;
}
.uk-article-title a {
color: inherit;
text-decoration: none;
}
/* Sub-object `uk-article-meta`
========================================================================== */
.uk-article-meta {
font-size: 12px;
line-height: 18px;
color: #999999;
}
/* Sub-object `uk-article-lead`
========================================================================== */
.uk-article-lead {
color: #444444;
font-size: 18px;
line-height: 24px;
font-weight: normal;
}
/* Sub-object `uk-article-divider`
========================================================================== */
.uk-article-divider {
margin-bottom: 25px;
border-color: #dddddd;
}
* + .uk-article-divider {
margin-top: 25px;
}
/* ========================================================================
Component: Comment
========================================================================== */
/* Sub-object `uk-comment-header`
========================================================================== */
.uk-comment-header {
margin-bottom: 15px;
}
/*
* Micro clearfix
*/
.uk-comment-header:before,
.uk-comment-header:after {
content: " ";
display: table;
}
.uk-comment-header:after {
clear: both;
}
/* Sub-object `uk-comment-avatar`
========================================================================== */
.uk-comment-avatar {
margin-right: 15px;
float: left;
}
/* Sub-object `uk-comment-title`
========================================================================== */
.uk-comment-title {
margin: 5px 0 0 0;
font-size: 16px;
line-height: 22px;
}
/* Sub-object `uk-comment-meta`
========================================================================== */
.uk-comment-meta {
margin: 2px 0 0 0;
font-size: 11px;
line-height: 16px;
color: #999999;
}
/* Sub-object `uk-comment-body`
========================================================================== */
/*
* Remove margin from the last-child
*/
.uk-comment-body > :last-child {
margin-bottom: 0;
}
/* Sub-object `uk-comment-list`
========================================================================== */
.uk-comment-list {
padding: 0;
list-style: none;
}
.uk-comment-list .uk-comment + ul {
margin: 15px 0 0 0;
list-style: none;
}
.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-comment-list .uk-comment + ul {
padding-left: 100px;
}
}
/* Modifier `uk-comment-primary`
========================================================================== */
/* ========================================================================
Component: Nav
========================================================================== */
.uk-nav,
.uk-nav ul {
margin: 0;
padding: 0;
list-style: none;
}
/*
* Items
*/
.uk-nav li > a {
display: block;
text-decoration: none;
}
.uk-nav > li > a {
padding: 5px 15px;
}
/*
* Nested items
*/
.uk-nav ul {
padding-left: 15px;
}
.uk-nav ul a {
padding: 2px 0;
}
/*
* Item subtitle
*/
.uk-nav li > a > div {
font-size: 12px;
line-height: 18px;
}
/* Sub-object: `uk-nav-header`
========================================================================== */
.uk-nav-header {
padding: 5px 15px;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
}
.uk-nav-header:not(:first-child) {
margin-top: 15px;
}
/* Sub-object: `uk-nav-divider`
========================================================================== */
.uk-nav-divider {
margin: 9px 15px;
}
/* Sub-object: `uk-nav-sub`
========================================================================== */
/*
* `ul` needed for higher specificity to override padding
*/
ul.uk-nav-sub {
padding: 5px 0 5px 15px;
}
/* Modifier: `uk-nav-parent-icon`
========================================================================== */
.uk-nav-parent-icon > .uk-parent > a:after {
content: "\f104";
width: 20px;
margin-right: -10px;
float: right;
font-family: FontAwesome;
text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
content: "\f107";
}
/* Modifier `uk-nav-side`
========================================================================== */
/*
* Items
*/
.uk-nav-side > li > a {
color: #444444;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
background: rgba(0, 0, 0, 0.05);
color: #444444;
/* 2 */
outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
background: #00a8e6;
color: #ffffff;
}
/*
* Sub-object: `uk-nav-header`
*/
.uk-nav-side .uk-nav-header {
color: #444444;
}
/*
* Sub-object: `uk-nav-divider`
*/
.uk-nav-side .uk-nav-divider {
border-top: 1px solid #dddddd;
}
/*
* Nested items
*/
.uk-nav-side ul a {
color: #0077dd;
}
.uk-nav-side ul a:hover {
color: #005599;
}
/* Modifier `uk-nav-dropdown`
========================================================================== */
/*
* Items
*/
.uk-nav-dropdown > li > a {
color: #444444;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
background: #00a8e6;
color: #ffffff;
/* 2 */
outline: none;
}
/*
* Sub-object: `uk-nav-header`
*/
.uk-nav-dropdown .uk-nav-header {
color: #999999;
}
/*
* Sub-object: `uk-nav-divider`
*/
.uk-nav-dropdown .uk-nav-divider {
border-top: 1px solid #dddddd;
}
/*
* Nested items
*/
.uk-nav-dropdown ul a {
color: #0077dd;
}
.uk-nav-dropdown ul a:hover {
color: #005599;
}
/* Modifier `uk-nav-navbar`
========================================================================== */
/*
* Items
*/
.uk-nav-navbar > li > a {
color: #444444;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
background: #00a8e6;
color: #ffffff;
/* 2 */
outline: none;
}
/*
* Sub-object: `uk-nav-header`
*/
.uk-nav-navbar .uk-nav-header {
color: #999999;
}
/*
* Sub-object: `uk-nav-divider`
*/
.uk-nav-navbar .uk-nav-divider {
border-top: 1px solid #dddddd;
}
/*
* Nested items
*/
.uk-nav-navbar ul a {
color: #0077dd;
}
.uk-nav-navbar ul a:hover {
color: #005599;
}
/* Modifier `uk-nav-offcanvas`
========================================================================== */
/*
* Items
*/
.uk-nav-offcanvas > li > a {
color: #cccccc;
padding: 10px 15px;
}
/*
* Hover
* No hover on touch devices because it behaves buggy in fixed offcanvas
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
background: #404040;
color: #ffffff;
/* 2 */
outline: none;
}
/*
* Active
* `html .uk-nav` needed for higher specificity to override hover
*/
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
background: #1a1a1a;
color: #ffffff;
}
/*
* Sub-object: `uk-nav-header`
*/
.uk-nav-offcanvas .uk-nav-header {
color: #777777;
}
/*
* Sub-object: `uk-nav-divider`
*/
.uk-nav-offcanvas .uk-nav-divider {
border-top: 1px solid #1a1a1a;
}
/*
* Nested items
* No hover on touch devices because it behaves buggy in fixed offcanvas
*/
.uk-nav-offcanvas ul a {
color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
color: #ffffff;
}
/* ========================================================================
Component: Navbar
========================================================================== */
.uk-navbar {
background: #eeeeee;
color: #444444;
}
/*
* Micro clearfix
*/
.uk-navbar:before,
.uk-navbar:after {
content: " ";
display: table;
}
.uk-navbar:after {
clear: both;
}
/* Sub-object: `uk-navbar-nav`
========================================================================== */
.uk-navbar-nav {
margin: 0;
padding: 0;
list-style: none;
float: left;
}
/*
* 1. Create position context for dropdowns
*/
.uk-navbar-nav > li {
float: left;
/* 1 */
position: relative;
}
/*
* 1. Dimensions
* 2. Style
*/
.uk-navbar-nav > li > a {
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
/* 1 */
height: 40px;
padding: 0 15px;
line-height: 40px;
/* 2 */
color: #444444;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
cursor: text;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Also apply if dropdown is opened
* 3. Remove default focus style
*/
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
background-color: #f5f5f5;
color: #444444;
/* 3 */
outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
background-color: #dddddd;
color: #444444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
background-color: #f5f5f5;
color: #444444;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
line-height: 28px;
}
.uk-navbar-nav-subtitle > div {
margin-top: -6px;
font-size: 10px;
line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
========================================================================== */
/*
* Imitate navbar items
*/
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
height: 40px;
padding: 0 15px;
float: left;
}
/*
* Helper to center all child elements vertically
*/
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
========================================================================== */
/*
* Better sibling spacing
*/
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
padding-left: 0;
}
/*
* Link colors
*/
.uk-navbar-content > a:not([class]) {
color: #0077dd;
}
.uk-navbar-content > a:not([class]):hover {
color: #005599;
}
/* Sub-objects: `uk-navbar-brand`
========================================================================== */
.uk-navbar-brand {
font-size: 18px;
color: #444444;
text-decoration: none;
}
/*
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
color: #444444;
text-decoration: none;
/* 2 */
outline: none;
}
/* Sub-object: `uk-navbar-toggle`
========================================================================== */
.uk-navbar-toggle {
font-size: 18px;
color: #444444;
text-decoration: none;
}
/*
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
color: #444444;
text-decoration: none;
/* 2 */
outline: none;
}
/*
* 1. Center icon vertically
*/
.uk-navbar-toggle:after {
content: "\f0c9";
font-family: FontAwesome;
/* 1 */
vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
content: "\f002";
}
/* Sub-object: `uk-navbar-center`
========================================================================== */
/*
* The element with this class needs to be last child in the navbar
* 1. This hack is needed because other float elements shift centered text
*/
.uk-navbar-center {
float: none;
text-align: center;
/* 1 */
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
========================================================================== */
.uk-navbar-flip {
float: right;
}
/* ========================================================================
Component: Subnav
========================================================================== */
/*
* 1. Remove default list style
* 2. Remove whitespace between child elements when using `inline-block`
*/
.uk-subnav {
/* 1 */
padding: 0;
list-style: none;
/* 2 */
font-size: 0.001px;
}
/* Items
========================================================================== */
/*
* 1. Create position context for dropdowns
* 2. Reset whitespace hack
*/
.uk-subnav > li {
/* 1 */
position: relative;
/* 2 */
font-size: 1rem;
vertical-align: top;
}
.uk-subnav > li,
.uk-subnav > li > a,
.uk-subnav > li > span {
display: inline-block;
}
.uk-subnav > li:nth-child(n+2) {
margin-left: 10px;
}
/*
* Items
*/
.uk-subnav > li > a {
color: #0077dd;
}
.uk-subnav > li > a:hover {
color: #005599;
}
/*
* Active
*/
/*
* Disabled
*/
.uk-subnav > li > span {
color: #999999;
}
/* Modifier: 'subnav-line'
========================================================================== */
.uk-subnav-line > li:nth-child(n+2):before {
content: "";
display: inline-block;
height: 10px;
margin-right: 10px;
border-left: 1px solid #dddddd;
}
/* Modifier: 'subnav-pill'
========================================================================== */
.uk-subnav-pill > li > a,
.uk-subnav-pill > li > span {
padding: 3px 9px;
text-decoration: none;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-subnav-pill > li > a:hover,
.uk-subnav-pill > li > a:focus {
background: #eeeeee;
color: #444444;
/* 2 */
outline: none;
}
/*
* Active
* `li` needed for higher specificity to override hover
*/
.uk-subnav-pill > li.uk-active > a {
background: #00a8e6;
color: #ffffff;
}
/* ========================================================================
Component: Breadcrumb
========================================================================== */
/*
* 1. Remove default list style
* 2. Remove whitespace between child elements when using `inline-block`
*/
.uk-breadcrumb {
/* 1 */
padding: 0;
list-style: none;
/* 2 */
font-size: 0.001px;
}
/* Items
========================================================================== */
/*
* Reset whitespace hack
*/
.uk-breadcrumb > li {
font-size: 1rem;
vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
content: "/";
display: inline-block;
margin: 0 8px;
}
/*
* Disabled
*/
.uk-breadcrumb > li:not(.uk-active) > span {
color: #999999;
}
/* ========================================================================
Component: Pagination
========================================================================== */
/*
* 1. Remove default list style
* 2. Center pagination by default
* 3. Remove whitespace between child elements when using `inline-block`
*/
.uk-pagination {
/* 1 */
padding: 0;
list-style: none;
/* 2 */
text-align: center;
/* 3 */
font-size: 0.001px;
}
/*
* Micro clearfix
* Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
*/
.uk-pagination:before,
.uk-pagination:after {
content: " ";
display: table;
}
.uk-pagination:after {
clear: both;
}
/* Items
========================================================================== */
/*
* 1. Reset whitespace hack
* 2. Remove the gap at the bottom of it container
*/
.uk-pagination > li {
display: inline-block;
/* 1 */
font-size: 1rem;
/* 2 */
vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
margin-left: 5px;
}
/*
* 1. Makes pagination more robust against different box-sizing use
* 2. Reset text-align to center if alignment modifier is used
*/
.uk-pagination > li > a,
.uk-pagination > li > span {
display: inline-block;
min-width: 16px;
padding: 3px 5px;
line-height: 20px;
text-decoration: none;
/* 1 */
-moz-box-sizing: content-box;
box-sizing: content-box;
/* 2 */
text-align: center;
}
/*
* Links
*/
.uk-pagination > li > a {
background: #eeeeee;
color: #444444;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
background-color: #f5f5f5;
color: #444444;
/* 2 */
outline: none;
}
/* OnClick */
.uk-pagination > li > a:active {
background-color: #dddddd;
color: #444444;
}
/*
* Active
*/
.uk-pagination > .uk-active > span {
background: #00a8e6;
color: #ffffff;
}
/*
* Disabled
*/
.uk-pagination > .uk-disabled > span {
background-color: #f5f5f5;
color: #999999;
}
/* Previous and next navigation
========================================================================== */
.uk-pagination-previous {
float: left;
}
.uk-pagination-next {
float: right;
}
/* Alignment modifiers
========================================================================== */
.uk-pagination-left {
text-align: left;
}
.uk-pagination-right {
text-align: right;
}
/* ========================================================================
Component: Tab
========================================================================== */
.uk-tab {
margin: 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #dddddd;
}
/*
* Micro clearfix on the deepest container
*/
.uk-tab:before,
.uk-tab:after {
content: " ";
display: table;
}
.uk-tab:after {
clear: both;
}
/*
* Items
* 1. Create position context for dropdowns
*/
.uk-tab > li {
margin-bottom: -1px;
float: left;
/* 1 */
position: relative;
}
.uk-tab > li > a {
display: block;
padding: 8px 12px 8px 12px;
border: 1px solid transparent;
border-bottom-width: 0;
color: #0077dd;
text-decoration: none;
}
.uk-tab > li:nth-child(n+2) > a {
margin-left: 5px;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Also apply if dropdown is opened
* 3. Remove default focus style
*/
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
border-color: #f5f5f5;
background: #f5f5f5;
color: #005599;
/* 2 */
outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
margin-bottom: 1px;
padding-bottom: 7px;
}
/* Active */
.uk-tab > li.uk-active > a {
border-color: #dddddd;
border-bottom-color: transparent;
background: #ffffff;
color: #444444;
}
/* Disabled */
.uk-tab > li.uk-disabled > a {
color: #999999;
cursor: auto;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
background: none;
border-color: transparent;
}
/* Modifier: 'tab-flip'
========================================================================== */
.uk-tab-flip > li {
float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
margin-left: 0;
margin-right: 5px;
}
/* Modifier: 'tab-responsive'
========================================================================== */
.uk-tab > li.uk-tab-responsive > a {
margin-left: 0;
margin-right: 0;
}
/*
* Icon
*/
.uk-tab-responsive > a:before {
content: "\f0c9\00a0";
font-family: FontAwesome;
}
/* Modifier: 'tab-center'
========================================================================== */
.uk-tab-center {
border-bottom: 1px solid #dddddd;
}
.uk-tab-center-bottom {
border-bottom: none;
border-top: 1px solid #dddddd;
}
.uk-tab-center:before,
.uk-tab-center:after {
content: " ";
display: table;
}
.uk-tab-center:after {
clear: both;
}
/*
* 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
*/
.uk-tab-center .uk-tab {
position: relative;
right: 50%;
border: none;
float: right;
}
.uk-tab-center .uk-tab > li {
position: relative;
right: -50%;
}
.uk-tab-center .uk-tab > li > a {
text-align: center;
}
/* Modifier: 'tab-bottom'
========================================================================== */
.uk-tab-bottom {
border-top: 1px solid #dddddd;
border-bottom: none;
}
.uk-tab-bottom > li {
margin-top: -1px;
margin-bottom: 0;
}
.uk-tab-bottom > li > a {
padding-top: 8px;
padding-bottom: 8px;
border-bottom-width: 1px;
border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
margin-bottom: 0;
margin-top: 1px;
padding-bottom: 8px;
padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
border-top-color: transparent;
border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'
========================================================================== */
/*
* 1. Create position context to prevent hidden border because of negative `z-index`
*/
.uk-tab-grid {
margin-left: -5px;
border-bottom: none;
/* 1 */
position: relative;
z-index: 0;
}
.uk-tab-grid:before {
display: block;
position: absolute;
left: 5px;
right: 0;
bottom: -1px;
border-top: 1px solid #dddddd;
/* 1 */
z-index: -1;
}
.uk-tab-grid > li:first-child > a {
margin-left: 5px;
}
.uk-tab-grid > li > a {
text-align: center;
}
/*
* If `uk-tab-bottom`
*/
.uk-tab-grid.uk-tab-bottom {
border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
top: -1px;
bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-tab-left,
.uk-tab-right {
border-bottom: none;
}
.uk-tab-left > li,
.uk-tab-right > li {
margin-bottom: 0;
float: none;
}
.uk-tab-left > li > a,
.uk-tab-right > li > a {
padding-top: 8px;
padding-bottom: 8px;
}
.uk-tab-left > li:nth-child(n+2) > a,
.uk-tab-right > li:nth-child(n+2) > a {
margin-left: 0;
margin-top: 5px;
}
.uk-tab-left > li.uk-active > a,
.uk-tab-right > li.uk-active > a {
border-color: #dddddd;
}
/*
* Modifier: 'tab-left'
*/
.uk-tab-left {
border-right: 1px solid #dddddd;
}
.uk-tab-left > li {
margin-right: -1px;
}
.uk-tab-left > li > a {
border-bottom-width: 1px;
border-right-width: 0;
}
.uk-tab-left > li:not(.uk-active) > a:hover,
.uk-tab-left > li:not(.uk-active) > a:focus {
margin-bottom: 0;
margin-right: 1px;
padding-bottom: 8px;
padding-right: 11px;
}
.uk-tab-left > li.uk-active > a {
border-right-color: transparent;
}
/*
* Modifier: 'tab-right'
*/
.uk-tab-right {
border-left: 1px solid #dddddd;
}
.uk-tab-right > li {
margin-left: -1px;
}
.uk-tab-right > li > a {
border-bottom-width: 1px;
border-left-width: 0;
}
.uk-tab-right > li:not(.uk-active) > a:hover,
.uk-tab-right > li:not(.uk-active) > a:focus {
margin-bottom: 0;
margin-left: 1px;
padding-bottom: 8px;
padding-left: 11px;
}
.uk-tab-right > li.uk-active > a {
border-left-color: transparent;
}
}
/* ========================================================================
Component: List
========================================================================== */
.uk-list {
padding: 0;
list-style: none;
}
/*
* Micro clearfix to make list more robust
*/
.uk-list > li:before,
.uk-list > li:after {
content: " ";
display: table;
}
.uk-list > li:after {
clear: both;
}
/*
* Remove margin from the last-child
*/
.uk-list > li > :last-child {
margin-bottom: 0;
}
/*
* Nested lists
*/
.uk-list ul {
margin: 0;
padding-left: 20px;
list-style: none;
}
/* Modifier: `uk-list-line`
========================================================================== */
.uk-list-line > li:nth-child(n+2) {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #dddddd;
}
/* Modifier: `uk-list-striped`
========================================================================== */
.uk-list-striped > li {
padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
background: #f5f5f5;
}
/* Modifier: `uk-list-space`
========================================================================== */
.uk-list-space > li:nth-child(n+2) {
margin-top: 10px;
}
/* ========================================================================
Component: Description list
========================================================================== */
/* Modifier: `uk-description-list-horizontal`
========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-description-list-horizontal {
overflow: hidden;
}
.uk-description-list-horizontal > dt {
width: 160px;
float: left;
clear: both;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uk-description-list-horizontal > dd {
margin-left: 180px;
}
}
/* Modifier: `uk-description-list-line`
========================================================================== */
.uk-description-list-line > dt {
font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #dddddd;
}
.uk-description-list-line > dd {
color: #999999;
}
/* ========================================================================
Component: Table
========================================================================== */
/*
* 1. Remove most spacing between table cells.
* 2. Block element behavior
* 3. Style
*/
.uk-table {
/* 1 */
border-collapse: collapse;
border-spacing: 0;
/* 2 */
width: 100%;
/* 3 */
margin-bottom: 15px;
}
/*
* Add margin if adjacent element
*/
* + .uk-table {
margin-top: 15px;
}
.uk-table th,
.uk-table td {
padding: 8px 8px;
}
/*
* Set alignment
*/
.uk-table th {
text-align: left;
}
.uk-table td {
vertical-align: top;
}
.uk-table thead th {
vertical-align: bottom;
}
/*
* Caption and footer
*/
.uk-table caption,
.uk-table tfoot {
font-size: 12px;
font-style: italic;
}
.uk-table caption {
text-align: left;
color: #999999;
}
/* Sub-modifier: `uk-table-middle`
========================================================================== */
.uk-table-middle,
.uk-table-middle td {
vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
background: #f5f5f5;
}
/* Modifier: `uk-table-condensed`
========================================================================== */
.uk-table-condensed td {
padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
========================================================================== */
.uk-table-hover tbody tr:hover {
background: #eeeeee;
}
/* ========================================================================
Component: Form
========================================================================== */
/*
* 1. Define consistent box sizing.
* Default is `content-box` with following exceptions set to `border-box`
* `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
* `input[type="search"]` in Chrome, Safari and Opera
* `input[type="color"]` in Firefox
* 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
* 3. Remove `border-radius` in iOS.
* 4. Correct `font` properties and `color` not being inherited.
*/
.uk-form input,
.uk-form select,
.uk-form textarea {
/* 1 */
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 2 */
margin: 0;
/* 3 */
border-radius: 0;
/* 4 */
font: inherit;
color: inherit;
}
/*
* Address inconsistent `text-transform` inheritance which is only inherit in Firefox
*/
.uk-form select {
text-transform: none;
}
/*
* 1. Correct `font` properties not being inherited.
* 2. Don't inherit the `font-weight` and use `bold` instead.
* NOTE: Both declarations don't work in Chrome, Safari and Opera.
*/
.uk-form optgroup {
/* 1 */
font: inherit;
/* 2 */
font-weight: bold;
}
/*
* Removes inner padding and border in Firefox 4+.
*/
.uk-form input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* Removes excess padding in IE 8/9/10.
*/
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
padding: 0;
}
/*
* Improves consistency of cursor style for clickable elements
*/
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
cursor: pointer;
}
/*
* Remove default style in iOS.
*/
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
-webkit-appearance: none;
}
/*
* Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
*/
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/*
* Define consistent border, margin, and padding.
*/
.uk-form fieldset {
border: none;
margin: 0;
padding: 0;
}
/*
* 1. Remove default vertical scrollbar in IE 8/9/10/11.
* 2. Improve readability and alignment in all browsers.
*/
.uk-form textarea {
/* 1 */
overflow: auto;
/* 2 */
vertical-align: top;
}
/*
* Removes placeholder transparency in Firefox.
*/
.uk-form ::-moz-placeholder {
opacity: 1;
}
/*
* Removes `box-shadow` for invalid controls in Firefox.
*/
.uk-form :invalid {
box-shadow: none;
}
/*
* Vertical alignment
*/
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
vertical-align: middle;
}
/* Style
========================================================================== */
/*
* Remove margin from the last-child
*/
.uk-form > :last-child {
margin-bottom: 0;
}
/*
* Controls
* Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
* 1. Must be `height` because `min-height` is not working in OSX
* 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
* 3. Vertical `padding` needed for `select` elements in Firefox
* 4. Style
*/
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
/* 1 */
height: 30px;
/* 2 */
max-width: 100%;
/* 3 */
padding: 4px 6px;
/* 4 */
border: 1px solid #dddddd;
background: #ffffff;
color: #444444;
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
border-color: #99baca;
outline: 0;
background: #f5fbfe;
color: #444444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
border-color: #dddddd;
background-color: #f5f5f5;
color: #999999;
}
/*
* Placeholder
*/
.uk-form :-ms-input-placeholder {
color: #999999 !important;
}
.uk-form ::-moz-placeholder {
color: #999999;
}
.uk-form ::-webkit-input-placeholder {
color: #999999;
}
.uk-form :disabled:-ms-input-placeholder {
color: #999999 !important;
}
.uk-form :disabled::-moz-placeholder {
color: #999999;
}
.uk-form :disabled::-webkit-input-placeholder {
color: #999999;
}
/*
* Legend
* 1. Behave like block element
* 2. Correct `color` not being inherited in IE 8/9/10/11.
* 3. Remove padding
* 4. `margin-bottom` is not working in Safari and Opera.
* Using `padding` and :after instead to create the border
* 5. Style
*/
.uk-form legend {
/* 1 */
width: 100%;
/* 2 */
border: 0;
/* 3 */
padding: 0;
/* 4 */
padding-bottom: 15px;
/* 5 */
font-size: 18px;
line-height: 30px;
}
/* 4 */
.uk-form legend:after {
content: "";
display: block;
border-bottom: 1px solid #dddddd;
}
/* Size modifiers
* Higher specificity needed to override defaults
========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
height: 25px;
padding: 3px 3px;
font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
height: 40px;
padding: 8px 6px;
font-size: 16px;
}
/* Reset height
* Must be after size modifiers
========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
height: auto;
}
/* Validation states
* Using !important to keep the selector simple
========================================================================== */
/*
* Error state
*/
.uk-form-danger {
border-color: #dc8d99 !important;
background: #fff7f8 !important;
color: #d85030 !important;
}
/*
* Success state
*/
.uk-form-success {
border-color: #8ec73b !important;
background: #fafff2 !important;
color: #659f13 !important;
}
/* Style modifiers
* Using !important to keep the selector simple
========================================================================== */
/*
* Blank form
*/
.uk-form-blank {
border-color: transparent !important;
border-style: dashed !important;
background: none !important;
}
.uk-form-blank:focus {
border-color: #dddddd !important;
}
/* Size sub-modifiers
========================================================================== */
/*
* Fixed widths
* Different widths for mini sized `input` and `select` elements
*/
input.uk-form-width-mini {
width: 40px;
}
select.uk-form-width-mini {
width: 65px;
}
.uk-form-width-small {
width: 130px;
}
.uk-form-width-medium {
width: 200px;
}
.uk-form-width-large {
width: 500px;
}
/* Sub-objects: `uk-form-row`
* Groups labels and controls in rows
========================================================================== */
/*
* Micro clearfix
* Needed for `uk-form-horizontal` modifier
*/
.uk-form-row:before,
.uk-form-row:after {
content: " ";
display: table;
}
.uk-form-row:after {
clear: both;
}
/*
* Vertical gutter
*/
.uk-form-row + .uk-form-row {
margin-top: 15px;
}
/* Help text
* Sub-object: `uk-form-help-inline`, `uk-form-help-block`
========================================================================== */
.uk-form-help-inline {
display: inline-block;
margin: 0 0 0 10px;
}
.uk-form-help-block {
margin: 5px 0 0 0;
}
/* Controls content
* Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
========================================================================== */
/*
* Remove margins
*/
.uk-form-controls > :first-child {
margin-top: 0;
}
.uk-form-controls > :last-child {
margin-bottom: 0;
}
/*
* Group controls and text into blocks with a small spacing between blocks
*/
.uk-form-controls-condensed {
margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
* Requires sub-object: `uk-form-label`
========================================================================== */
.uk-form-stacked .uk-form-label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
* Requires sub-objects: `uk-form-label`, `uk-form-controls`
========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
/* Behave like `uk-form-stacked` */
.uk-form-horizontal .uk-form-label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
}
/* Desktop and bigger */
@media (min-width: 960px) {
.uk-form-horizontal .uk-form-label {
width: 200px;
margin-top: 5px;
float: left;
}
.uk-form-horizontal .uk-form-controls {
margin-left: 215px;
}
/* Better vertical alignment if controls are checkboxes and radio buttons with text */
.uk-form-horizontal .uk-form-controls-text {
padding-top: 5px;
}
}
/* Sub-object: `uk-form-icon`
========================================================================== */
/*
* 1. Container width fits its content
* 2. Create position context
* 3. Prevent `inline-block` consequences
*/
.uk-form-icon {
/* 1 */
display: inline-block;
/* 2 */
position: relative;
/* 3 */
max-width: 100%;
}
/*
* 1. Make form element clickable through icon
*/
.uk-form-icon > [class*='uk-icon-'] {
position: absolute;
top: 50%;
width: 30px;
margin-top: -7px;
font-size: 14px;
color: #999999;
text-align: center;
/* 1 */
pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
padding-left: 30px !important;
}
/*
* Sub-modifier: `uk-form-icon-flip`
*/
.uk-form-icon-flip > [class*='uk-icon-'] {
right: 0;
}
.uk-form-icon-flip > input {
padding-right: 30px !important;
}
/* ========================================================================
Component: Button
========================================================================== */
/*
* Removes inner padding and border in Firefox 4+.
*/
.uk-button::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Correct inability to style clickable `input` types in iOS.
* 2. Remove margins in Chrome, Safari and Opera.
* 3. Remove borders for `button`.
* 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
* 5. Correct `font` properties and `color` not being inherited for `button`.
* 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
* 7. Style
* 8. `line-height` is used to create a height
* 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
* 10. Reset button group whitespace hack
* 11. Required for `a`.
*/
.uk-button {
/* 1 */
-webkit-appearance: none;
/* 2 */
margin: 0;
/* 3 */
border: none;
/* 4 */
overflow: visible;
/* 5 */
font: inherit;
color: #444444;
/* 6 */
text-transform: none;
/* 7 */
display: inline-block;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 12px;
background: #eeeeee;
vertical-align: middle;
/* 8 */
line-height: 30px;
/* 9 */
min-height: 30px;
/* 10 */
font-size: 1rem;
/* 11 */
text-decoration: none;
text-align: center;
}
.uk-button:not(:disabled) {
cursor: pointer;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
* 3. Required for `a` elements
*/
.uk-button:hover,
.uk-button:focus {
background-color: #f5f5f5;
color: #444444;
/* 2 */
outline: none;
/* 3 */
text-decoration: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
background-color: #dddddd;
color: #444444;
}
/* Color modifiers
========================================================================== */
/*
* Modifier: `uk-button-primary`
*/
.uk-button-primary {
background-color: #00a8e6;
color: #ffffff;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
background-color: #35b3ee;
color: #ffffff;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
background-color: #0091ca;
color: #ffffff;
}
/*
* Modifier: `uk-button-success`
*/
.uk-button-success {
background-color: #8cc14c;
color: #ffffff;
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
background-color: #8ec73b;
color: #ffffff;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
background-color: #72ae41;
color: #ffffff;
}
/*
* Modifier: `uk-button-danger`
*/
.uk-button-danger {
background-color: #da314b;
color: #ffffff;
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
background-color: #e4354f;
color: #ffffff;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
background-color: #c91032;
color: #ffffff;
}
/* Disabled state
* Overrides also the color modifiers
========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
background-color: #f5f5f5;
color: #999999;
}
/* Modifier: `uk-button-link`
========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
border-color: transparent;
background: none;
}
/* Color */
.uk-button-link {
color: #0077dd;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
color: #005599;
text-decoration: underline;
}
.uk-button-link:disabled {
color: #999999;
}
/* Focus */
.uk-button-link:focus {
outline: 1px dotted;
}
/* Size modifiers
========================================================================== */
.uk-button-mini {
min-height: 20px;
padding: 0 6px;
line-height: 20px;
font-size: 11px;
}
.uk-button-small {
min-height: 25px;
padding: 0 10px;
line-height: 25px;
font-size: 12px;
}
.uk-button-large {
min-height: 40px;
padding: 0 15px;
line-height: 40px;
font-size: 16px;
}
/* Sub-object `uk-button-group`
========================================================================== */
/*
* 1. Behave like buttons
* 2. Create position context for dropdowns
* 3. Remove whitespace between child elements when using `inline-block`
* 4. Prevent buttons from wrapping
* 5. Remove whitespace between child elements when using `inline-block`
*/
.uk-button-group {
/* 1 */
display: inline-block;
vertical-align: middle;
/* 2 */
position: relative;
/* 3 */
font-size: 0.001px;
/* 4 */
white-space: nowrap;
}
.uk-button-group > * {
display: inline-block;
}
/* 5 */
.uk-button-group .uk-button {
vertical-align: top;
}
/* Sub-object: `uk-button-dropdown`
========================================================================== */
/*
* 1. Behave like buttons
* 2. Create position context for dropdowns
*/
.uk-button-dropdown {
/* 1 */
display: inline-block;
vertical-align: middle;
/* 2 */
position: relative;
}
/* ========================================================================
Component: Icon
========================================================================== */
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eot");
src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/*
* 1. Allow margin
* 2. Prevent inherit font style
* 4. Correct line-height
* 5. Better font rendering
*/
[class*='uk-icon-'] {
font-family: FontAwesome;
/* 1 */
display: inline-block;
/* 2 */
font-weight: normal;
font-style: normal;
/* 4 */
line-height: 1;
/* 5 */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Size modifiers
========================================================================== */
.uk-icon-small:before {
font-size: 150%;
vertical-align: -10%;
}
.uk-icon-medium:before {
font-size: 200%;
vertical-align: -16%;
}
.uk-icon-large:before {
font-size: 250%;
vertical-align: -22%;
}
/* Modifier: `uk-icon-spin`
========================================================================== */
.uk-icon-spin {
display: inline-block;
-webkit-animation: uk-rotate 2s infinite linear;
animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-button`
========================================================================== */
.uk-icon-button {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 35px;
height: 35px;
border-radius: 100%;
background: #eeeeee;
line-height: 35px;
color: #444444;
font-size: 18px;
text-align: center;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-icon-button:hover,
.uk-icon-button:focus {
background-color: #f5f5f5;
color: #444444;
text-decoration: none;
/* 2 */
outline: none;
}
/* Active */
.uk-icon-button:active {
background-color: #dddddd;
color: #444444;
}
/* Icon mapping
========================================================================== */
.uk-icon-glass:before {
content: "\f000";
}
.uk-icon-music:before {
content: "\f001";
}
.uk-icon-search:before {
content: "\f002";
}
.uk-icon-envelope-o:before {
content: "\f003";
}
.uk-icon-heart:before {
content: "\f004";
}
.uk-icon-star:before {
content: "\f005";
}
.uk-icon-star-o:before {
content: "\f006";
}
.uk-icon-user:before {
content: "\f007";
}
.uk-icon-film:before {
content: "\f008";
}
.uk-icon-th-large:before {
content: "\f009";
}
.uk-icon-th:before {
content: "\f00a";
}
.uk-icon-th-list:before {
content: "\f00b";
}
.uk-icon-check:before {
content: "\f00c";
}
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
content: "\f00d";
}
.uk-icon-search-plus:before {
content: "\f00e";
}
.uk-icon-search-minus:before {
content: "\f010";
}
.uk-icon-power-off:before {
content: "\f011";
}
.uk-icon-signal:before {
content: "\f012";
}
.uk-icon-gear:before,
.uk-icon-cog:before {
content: "\f013";
}
.uk-icon-trash-o:before {
content: "\f014";
}
.uk-icon-home:before {
content: "\f015";
}
.uk-icon-file-o:before {
content: "\f016";
}
.uk-icon-clock-o:before {
content: "\f017";
}
.uk-icon-road:before {
content: "\f018";
}
.uk-icon-download:before {
content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
content: "\f01b";
}
.uk-icon-inbox:before {
content: "\f01c";
}
.uk-icon-play-circle-o:before {
content: "\f01d";
}
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
content: "\f01e";
}
.uk-icon-refresh:before {
content: "\f021";
}
.uk-icon-list-alt:before {
content: "\f022";
}
.uk-icon-lock:before {
content: "\f023";
}
.uk-icon-flag:before {
content: "\f024";
}
.uk-icon-headphones:before {
content: "\f025";
}
.uk-icon-volume-off:before {
content: "\f026";
}
.uk-icon-volume-down:before {
content: "\f027";
}
.uk-icon-volume-up:before {
content: "\f028";
}
.uk-icon-qrcode:before {
content: "\f029";
}
.uk-icon-barcode:before {
content: "\f02a";
}
.uk-icon-tag:before {
content: "\f02b";
}
.uk-icon-tags:before {
content: "\f02c";
}
.uk-icon-book:before {
content: "\f02d";
}
.uk-icon-bookmark:before {
content: "\f02e";
}
.uk-icon-print:before {
content: "\f02f";
}
.uk-icon-camera:before {
content: "\f030";
}
.uk-icon-font:before {
content: "\f031";
}
.uk-icon-bold:before {
content: "\f032";
}
.uk-icon-italic:before {
content: "\f033";
}
.uk-icon-text-height:before {
content: "\f034";
}
.uk-icon-text-width:before {
content: "\f035";
}
.uk-icon-align-left:before {
content: "\f036";
}
.uk-icon-align-center:before {
content: "\f037";
}
.uk-icon-align-right:before {
content: "\f038";
}
.uk-icon-align-justify:before {
content: "\f039";
}
.uk-icon-list:before {
content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
content: "\f03b";
}
.uk-icon-indent:before {
content: "\f03c";
}
.uk-icon-video-camera:before {
content: "\f03d";
}
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
content: "\f03e";
}
.uk-icon-pencil:before {
content: "\f040";
}
.uk-icon-map-marker:before {
content: "\f041";
}
.uk-icon-adjust:before {
content: "\f042";
}
.uk-icon-tint:before {
content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
content: "\f044";
}
.uk-icon-share-square-o:before {
content: "\f045";
}
.uk-icon-check-square-o:before {
content: "\f046";
}
.uk-icon-arrows:before {
content: "\f047";
}
.uk-icon-step-backward:before {
content: "\f048";
}
.uk-icon-fast-backward:before {
content: "\f049";
}
.uk-icon-backward:before {
content: "\f04a";
}
.uk-icon-play:before {
content: "\f04b";
}
.uk-icon-pause:before {
content: "\f04c";
}
.uk-icon-stop:before {
content: "\f04d";
}
.uk-icon-forward:before {
content: "\f04e";
}
.uk-icon-fast-forward:before {
content: "\f050";
}
.uk-icon-step-forward:before {
content: "\f051";
}
.uk-icon-eject:before {
content: "\f052";
}
.uk-icon-chevron-left:before {
content: "\f053";
}
.uk-icon-chevron-right:before {
content: "\f054";
}
.uk-icon-plus-circle:before {
content: "\f055";
}
.uk-icon-minus-circle:before {
content: "\f056";
}
.uk-icon-times-circle:before {
content: "\f057";
}
.uk-icon-check-circle:before {
content: "\f058";
}
.uk-icon-question-circle:before {
content: "\f059";
}
.uk-icon-info-circle:before {
content: "\f05a";
}
.uk-icon-crosshairs:before {
content: "\f05b";
}
.uk-icon-times-circle-o:before {
content: "\f05c";
}
.uk-icon-check-circle-o:before {
content: "\f05d";
}
.uk-icon-ban:before {
content: "\f05e";
}
.uk-icon-arrow-left:before {
content: "\f060";
}
.uk-icon-arrow-right:before {
content: "\f061";
}
.uk-icon-arrow-up:before {
content: "\f062";
}
.uk-icon-arrow-down:before {
content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
content: "\f064";
}
.uk-icon-expand:before {
content: "\f065";
}
.uk-icon-compress:before {
content: "\f066";
}
.uk-icon-plus:before {
content: "\f067";
}
.uk-icon-minus:before {
content: "\f068";
}
.uk-icon-asterisk:before {
content: "\f069";
}
.uk-icon-exclamation-circle:before {
content: "\f06a";
}
.uk-icon-gift:before {
content: "\f06b";
}
.uk-icon-leaf:before {
content: "\f06c";
}
.uk-icon-fire:before {
content: "\f06d";
}
.uk-icon-eye:before {
content: "\f06e";
}
.uk-icon-eye-slash:before {
content: "\f070";
}
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
content: "\f071";
}
.uk-icon-plane:before {
content: "\f072";
}
.uk-icon-calendar:before {
content: "\f073";
}
.uk-icon-random:before {
content: "\f074";
}
.uk-icon-comment:before {
content: "\f075";
}
.uk-icon-magnet:before {
content: "\f076";
}
.uk-icon-chevron-up:before {
content: "\f077";
}
.uk-icon-chevron-down:before {
content: "\f078";
}
.uk-icon-retweet:before {
content: "\f079";
}
.uk-icon-shopping-cart:before {
content: "\f07a";
}
.uk-icon-folder:before {
content: "\f07b";
}
.uk-icon-folder-open:before {
content: "\f07c";
}
.uk-icon-arrows-v:before {
content: "\f07d";
}
.uk-icon-arrows-h:before {
content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
content: "\f080";
}
.uk-icon-twitter-square:before {
content: "\f081";
}
.uk-icon-facebook-square:before {
content: "\f082";
}
.uk-icon-camera-retro:before {
content: "\f083";
}
.uk-icon-key:before {
content: "\f084";
}
.uk-icon-gears:before,
.uk-icon-cogs:before {
content: "\f085";
}
.uk-icon-comments:before {
content: "\f086";
}
.uk-icon-thumbs-o-up:before {
content: "\f087";
}
.uk-icon-thumbs-o-down:before {
content: "\f088";
}
.uk-icon-star-half:before {
content: "\f089";
}
.uk-icon-heart-o:before {
content: "\f08a";
}
.uk-icon-sign-out:before {
content: "\f08b";
}
.uk-icon-linkedin-square:before {
content: "\f08c";
}
.uk-icon-thumb-tack:before {
content: "\f08d";
}
.uk-icon-external-link:before {
content: "\f08e";
}
.uk-icon-sign-in:before {
content: "\f090";
}
.uk-icon-trophy:before {
content: "\f091";
}
.uk-icon-github-square:before {
content: "\f092";
}
.uk-icon-upload:before {
content: "\f093";
}
.uk-icon-lemon-o:before {
content: "\f094";
}
.uk-icon-phone:before {
content: "\f095";
}
.uk-icon-square-o:before {
content: "\f096";
}
.uk-icon-bookmark-o:before {
content: "\f097";
}
.uk-icon-phone-square:before {
content: "\f098";
}
.uk-icon-twitter:before {
content: "\f099";
}
.uk-icon-facebook:before {
content: "\f09a";
}
.uk-icon-github:before {
content: "\f09b";
}
.uk-icon-unlock:before {
content: "\f09c";
}
.uk-icon-credit-card:before {
content: "\f09d";
}
.uk-icon-rss:before {
content: "\f09e";
}
.uk-icon-hdd-o:before {
content: "\f0a0";
}
.uk-icon-bullhorn:before {
content: "\f0a1";
}
.uk-icon-bell:before {
content: "\f0f3";
}
.uk-icon-certificate:before {
content: "\f0a3";
}
.uk-icon-hand-o-right:before {
content: "\f0a4";
}
.uk-icon-hand-o-left:before {
content: "\f0a5";
}
.uk-icon-hand-o-up:before {
content: "\f0a6";
}
.uk-icon-hand-o-down:before {
content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
content: "\f0ab";
}
.uk-icon-globe:before {
content: "\f0ac";
}
.uk-icon-wrench:before {
content: "\f0ad";
}
.uk-icon-tasks:before {
content: "\f0ae";
}
.uk-icon-filter:before {
content: "\f0b0";
}
.uk-icon-briefcase:before {
content: "\f0b1";
}
.uk-icon-arrows-alt:before {
content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
content: "\f0c1";
}
.uk-icon-cloud:before {
content: "\f0c2";
}
.uk-icon-flask:before {
content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
content: "\f0c5";
}
.uk-icon-paperclip:before {
content: "\f0c6";
}
.uk-icon-save:before,
.uk-icon-floppy-o:before {
content: "\f0c7";
}
.uk-icon-square:before {
content: "\f0c8";
}
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
content: "\f0c9";
}
.uk-icon-list-ul:before {
content: "\f0ca";
}
.uk-icon-list-ol:before {
content: "\f0cb";
}
.uk-icon-strikethrough:before {
content: "\f0cc";
}
.uk-icon-underline:before {
content: "\f0cd";
}
.uk-icon-table:before {
content: "\f0ce";
}
.uk-icon-magic:before {
content: "\f0d0";
}
.uk-icon-truck:before {
content: "\f0d1";
}
.uk-icon-pinterest:before {
content: "\f0d2";
}
.uk-icon-pinterest-square:before {
content: "\f0d3";
}
.uk-icon-google-plus-square:before {
content: "\f0d4";
}
.uk-icon-google-plus:before {
content: "\f0d5";
}
.uk-icon-money:before {
content: "\f0d6";
}
.uk-icon-caret-down:before {
content: "\f0d7";
}
.uk-icon-caret-up:before {
content: "\f0d8";
}
.uk-icon-caret-left:before {
content: "\f0d9";
}
.uk-icon-caret-right:before {
content: "\f0da";
}
.uk-icon-columns:before {
content: "\f0db";
}
.uk-icon-unsorted:before,
.uk-icon-sort:before {
content: "\f0dc";
}
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
content: "\f0dd";
}
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
content: "\f0de";
}
.uk-icon-envelope:before {
content: "\f0e0";
}
.uk-icon-linkedin:before {
content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
content: "\f0e2";
}
.uk-icon-legal:before,
.uk-icon-gavel:before {
content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
content: "\f0e4";
}
.uk-icon-comment-o:before {
content: "\f0e5";
}
.uk-icon-comments-o:before {
content: "\f0e6";
}
.uk-icon-flash:before,
.uk-icon-bolt:before {
content: "\f0e7";
}
.uk-icon-sitemap:before {
content: "\f0e8";
}
.uk-icon-umbrella:before {
content: "\f0e9";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
content: "\f0eb";
}
.uk-icon-exchange:before {
content: "\f0ec";
}
.uk-icon-cloud-download:before {
content: "\f0ed";
}
.uk-icon-cloud-upload:before {
content: "\f0ee";
}
.uk-icon-user-md:before {
content: "\f0f0";
}
.uk-icon-stethoscope:before {
content: "\f0f1";
}
.uk-icon-suitcase:before {
content: "\f0f2";
}
.uk-icon-bell-o:before {
content: "\f0a2";
}
.uk-icon-coffee:before {
content: "\f0f4";
}
.uk-icon-cutlery:before {
content: "\f0f5";
}
.uk-icon-file-text-o:before {
content: "\f0f6";
}
.uk-icon-building-o:before {
content: "\f0f7";
}
.uk-icon-hospital-o:before {
content: "\f0f8";
}
.uk-icon-ambulance:before {
content: "\f0f9";
}
.uk-icon-medkit:before {
content: "\f0fa";
}
.uk-icon-fighter-jet:before {
content: "\f0fb";
}
.uk-icon-beer:before {
content: "\f0fc";
}
.uk-icon-h-square:before {
content: "\f0fd";
}
.uk-icon-plus-square:before {
content: "\f0fe";
}
.uk-icon-angle-double-left:before {
content: "\f100";
}
.uk-icon-angle-double-right:before {
content: "\f101";
}
.uk-icon-angle-double-up:before {
content: "\f102";
}
.uk-icon-angle-double-down:before {
content: "\f103";
}
.uk-icon-angle-left:before {
content: "\f104";
}
.uk-icon-angle-right:before {
content: "\f105";
}
.uk-icon-angle-up:before {
content: "\f106";
}
.uk-icon-angle-down:before {
content: "\f107";
}
.uk-icon-desktop:before {
content: "\f108";
}
.uk-icon-laptop:before {
content: "\f109";
}
.uk-icon-tablet:before {
content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
content: "\f10b";
}
.uk-icon-circle-o:before {
content: "\f10c";
}
.uk-icon-quote-left:before {
content: "\f10d";
}
.uk-icon-quote-right:before {
content: "\f10e";
}
.uk-icon-spinner:before {
content: "\f110";
}
.uk-icon-circle:before {
content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
content: "\f112";
}
.uk-icon-github-alt:before {
content: "\f113";
}
.uk-icon-folder-o:before {
content: "\f114";
}
.uk-icon-folder-open-o:before {
content: "\f115";
}
.uk-icon-smile-o:before {
content: "\f118";
}
.uk-icon-frown-o:before {
content: "\f119";
}
.uk-icon-meh-o:before {
content: "\f11a";
}
.uk-icon-gamepad:before {
content: "\f11b";
}
.uk-icon-keyboard-o:before {
content: "\f11c";
}
.uk-icon-flag-o:before {
content: "\f11d";
}
.uk-icon-flag-checkered:before {
content: "\f11e";
}
.uk-icon-terminal:before {
content: "\f120";
}
.uk-icon-code:before {
content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
content: "\f123";
}
.uk-icon-location-arrow:before {
content: "\f124";
}
.uk-icon-crop:before {
content: "\f125";
}
.uk-icon-code-fork:before {
content: "\f126";
}
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
content: "\f127";
}
.uk-icon-question:before {
content: "\f128";
}
.uk-icon-info:before {
content: "\f129";
}
.uk-icon-exclamation:before {
content: "\f12a";
}
.uk-icon-superscript:before {
content: "\f12b";
}
.uk-icon-subscript:before {
content: "\f12c";
}
.uk-icon-eraser:before {
content: "\f12d";
}
.uk-icon-puzzle-piece:before {
content: "\f12e";
}
.uk-icon-microphone:before {
content: "\f130";
}
.uk-icon-microphone-slash:before {
content: "\f131";
}
.uk-icon-shield:before {
content: "\f132";
}
.uk-icon-calendar-o:before {
content: "\f133";
}
.uk-icon-fire-extinguisher:before {
content: "\f134";
}
.uk-icon-rocket:before {
content: "\f135";
}
.uk-icon-maxcdn:before {
content: "\f136";
}
.uk-icon-chevron-circle-left:before {
content: "\f137";
}
.uk-icon-chevron-circle-right:before {
content: "\f138";
}
.uk-icon-chevron-circle-up:before {
content: "\f139";
}
.uk-icon-chevron-circle-down:before {
content: "\f13a";
}
.uk-icon-html5:before {
content: "\f13b";
}
.uk-icon-css3:before {
content: "\f13c";
}
.uk-icon-anchor:before {
content: "\f13d";
}
.uk-icon-unlock-alt:before {
content: "\f13e";
}
.uk-icon-bullseye:before {
content: "\f140";
}
.uk-icon-ellipsis-h:before {
content: "\f141";
}
.uk-icon-ellipsis-v:before {
content: "\f142";
}
.uk-icon-rss-square:before {
content: "\f143";
}
.uk-icon-play-circle:before {
content: "\f144";
}
.uk-icon-ticket:before {
content: "\f145";
}
.uk-icon-minus-square:before {
content: "\f146";
}
.uk-icon-minus-square-o:before {
content: "\f147";
}
.uk-icon-level-up:before {
content: "\f148";
}
.uk-icon-level-down:before {
content: "\f149";
}
.uk-icon-check-square:before {
content: "\f14a";
}
.uk-icon-pencil-square:before {
content: "\f14b";
}
.uk-icon-external-link-square:before {
content: "\f14c";
}
.uk-icon-share-square:before {
content: "\f14d";
}
.uk-icon-compass:before {
content: "\f14e";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
content: "\f152";
}
.uk-icon-euro:before,
.uk-icon-eur:before {
content: "\f153";
}
.uk-icon-gbp:before {
content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
content: "\f155";
}
.uk-icon-rupee:before,
.uk-icon-inr:before {
content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
content: "\f157";
}
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
content: "\f158";
}
.uk-icon-won:before,
.uk-icon-krw:before {
content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
content: "\f15a";
}
.uk-icon-file:before {
content: "\f15b";
}
.uk-icon-file-text:before {
content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
content: "\f160";
}
.uk-icon-sort-amount-desc:before {
content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
content: "\f163";
}
.uk-icon-thumbs-up:before {
content: "\f164";
}
.uk-icon-thumbs-down:before {
content: "\f165";
}
.uk-icon-youtube-square:before {
content: "\f166";
}
.uk-icon-youtube:before {
content: "\f167";
}
.uk-icon-xing:before {
content: "\f168";
}
.uk-icon-xing-square:before {
content: "\f169";
}
.uk-icon-youtube-play:before {
content: "\f16a";
}
.uk-icon-dropbox:before {
content: "\f16b";
}
.uk-icon-stack-overflow:before {
content: "\f16c";
}
.uk-icon-instagram:before {
content: "\f16d";
}
.uk-icon-flickr:before {
content: "\f16e";
}
.uk-icon-adn:before {
content: "\f170";
}
.uk-icon-bitbucket:before {
content: "\f171";
}
.uk-icon-bitbucket-square:before {
content: "\f172";
}
.uk-icon-tumblr:before {
content: "\f173";
}
.uk-icon-tumblr-square:before {
content: "\f174";
}
.uk-icon-long-arrow-down:before {
content: "\f175";
}
.uk-icon-long-arrow-up:before {
content: "\f176";
}
.uk-icon-long-arrow-left:before {
content: "\f177";
}
.uk-icon-long-arrow-right:before {
content: "\f178";
}
.uk-icon-apple:before {
content: "\f179";
}
.uk-icon-windows:before {
content: "\f17a";
}
.uk-icon-android:before {
content: "\f17b";
}
.uk-icon-linux:before {
content: "\f17c";
}
.uk-icon-dribbble:before {
content: "\f17d";
}
.uk-icon-skype:before {
content: "\f17e";
}
.uk-icon-foursquare:before {
content: "\f180";
}
.uk-icon-trello:before {
content: "\f181";
}
.uk-icon-female:before {
content: "\f182";
}
.uk-icon-male:before {
content: "\f183";
}
.uk-icon-gittip:before {
content: "\f184";
}
.uk-icon-sun-o:before {
content: "\f185";
}
.uk-icon-moon-o:before {
content: "\f186";
}
.uk-icon-archive:before {
content: "\f187";
}
.uk-icon-bug:before {
content: "\f188";
}
.uk-icon-vk:before {
content: "\f189";
}
.uk-icon-weibo:before {
content: "\f18a";
}
.uk-icon-renren:before {
content: "\f18b";
}
.uk-icon-pagelines:before {
content: "\f18c";
}
.uk-icon-stack-exchange:before {
content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
content: "\f190";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
content: "\f191";
}
.uk-icon-dot-circle-o:before {
content: "\f192";
}
.uk-icon-wheelchair:before {
content: "\f193";
}
.uk-icon-vimeo-square:before {
content: "\f194";
}
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
content: "\f195";
}
.uk-icon-plus-square-o:before {
content: "\f196";
}
.uk-icon-space-shuttle:before {
content: "\f197";
}
.uk-icon-slack:before {
content: "\f198";
}
.uk-icon-envelope-square:before {
content: "\f199";
}
.uk-icon-wordpress:before {
content: "\f19a";
}
.uk-icon-openid:before {
content: "\f19b";
}
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
content: "\f19c";
}
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
content: "\f19d";
}
.uk-icon-yahoo:before {
content: "\f19e";
}
.uk-icon-google:before {
content: "\f1a0";
}
.uk-icon-reddit:before {
content: "\f1a1";
}
.uk-icon-reddit-square:before {
content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
content: "\f1a3";
}
.uk-icon-stumbleupon:before {
content: "\f1a4";
}
.uk-icon-delicious:before {
content: "\f1a5";
}
.uk-icon-digg:before {
content: "\f1a6";
}
.uk-icon-pied-piper:before {
content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
content: "\f1a8";
}
.uk-icon-drupal:before {
content: "\f1a9";
}
.uk-icon-joomla:before {
content: "\f1aa";
}
.uk-icon-language:before {
content: "\f1ab";
}
.uk-icon-fax:before {
content: "\f1ac";
}
.uk-icon-building:before {
content: "\f1ad";
}
.uk-icon-child:before {
content: "\f1ae";
}
.uk-icon-paw:before {
content: "\f1b0";
}
.uk-icon-spoon:before {
content: "\f1b1";
}
.uk-icon-cube:before {
content: "\f1b2";
}
.uk-icon-cubes:before {
content: "\f1b3";
}
.uk-icon-behance:before {
content: "\f1b4";
}
.uk-icon-behance-square:before {
content: "\f1b5";
}
.uk-icon-steam:before {
content: "\f1b6";
}
.uk-icon-steam-square:before {
content: "\f1b7";
}
.uk-icon-recycle:before {
content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
content: "\f1ba";
}
.uk-icon-tree:before {
content: "\f1bb";
}
.uk-icon-spotify:before {
content: "\f1bc";
}
.uk-icon-deviantart:before {
content: "\f1bd";
}
.uk-icon-soundcloud:before {
content: "\f1be";
}
.uk-icon-database:before {
content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
content: "\f1c1";
}
.uk-icon-file-word-o:before {
content: "\f1c2";
}
.uk-icon-file-excel-o:before {
content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
content: "\f1c4";
}
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
content: "\f1c5";
}
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
content: "\f1c6";
}
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
content: "\f1c8";
}
.uk-icon-file-code-o:before {
content: "\f1c9";
}
.uk-icon-vine:before {
content: "\f1ca";
}
.uk-icon-codepen:before {
content: "\f1cb";
}
.uk-icon-jsfiddle:before {
content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
content: "\f1d0";
}
.uk-icon-ge:before,
.uk-icon-empire:before {
content: "\f1d1";
}
.uk-icon-git-square:before {
content: "\f1d2";
}
.uk-icon-git:before {
content: "\f1d3";
}
.uk-icon-hacker-news:before {
content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
content: "\f1d5";
}
.uk-icon-qq:before {
content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
content: "\f1d7";
}
.uk-icon-send:before,
.uk-icon-paper-plane:before {
content: "\f1d8";
}
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
content: "\f1d9";
}
.uk-icon-history:before {
content: "\f1da";
}
.uk-icon-circle-thin:before {
content: "\f1db";
}
.uk-icon-header:before {
content: "\f1dc";
}
.uk-icon-paragraph:before {
content: "\f1dd";
}
.uk-icon-sliders:before {
content: "\f1de";
}
.uk-icon-share-alt:before {
content: "\f1e0";
}
.uk-icon-share-alt-square:before {
content: "\f1e1";
}
.uk-icon-bomb:before {
content: "\f1e2";
}
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
content: "\f1e3";
}
.uk-icon-tty:before {
content: "\f1e4";
}
.uk-icon-binoculars:before {
content: "\f1e5";
}
.uk-icon-plug:before {
content: "\f1e6";
}
.uk-icon-slideshare:before {
content: "\f1e7";
}
.uk-icon-twitch:before {
content: "\f1e8";
}
.uk-icon-yelp:before {
content: "\f1e9";
}
.uk-icon-newspaper-o:before {
content: "\f1ea";
}
.uk-icon-wifi:before {
content: "\f1eb";
}
.uk-icon-calculator:before {
content: "\f1ec";
}
.uk-icon-paypal:before {
content: "\f1ed";
}
.uk-icon-google-wallet:before {
content: "\f1ee";
}
.uk-icon-cc-visa:before {
content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
content: "\f1f1";
}
.uk-icon-cc-discover:before {
content: "\f1f2";
}
.uk-icon-cc-amex:before {
content: "\f1f3";
}
.uk-icon-cc-paypal:before {
content: "\f1f4";
}
.uk-icon-cc-stripe:before {
content: "\f1f5";
}
.uk-icon-bell-slash:before {
content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
content: "\f1f7";
}
.uk-icon-trash:before {
content: "\f1f8";
}
.uk-icon-copyright:before {
content: "\f1f9";
}
.uk-icon-at:before {
content: "\f1fa";
}
.uk-icon-eyedropper:before {
content: "\f1fb";
}
.uk-icon-paint-brush:before {
content: "\f1fc";
}
.uk-icon-birthday-cake:before {
content: "\f1fd";
}
.uk-icon-area-chart:before {
content: "\f1fe";
}
.uk-icon-pie-chart:before {
content: "\f200";
}
.uk-icon-line-chart:before {
content: "\f201";
}
.uk-icon-lastfm:before {
content: "\f202";
}
.uk-icon-lastfm-square:before {
content: "\f203";
}
.uk-icon-toggle-off:before {
content: "\f204";
}
.uk-icon-toggle-on:before {
content: "\f205";
}
.uk-icon-bicycle:before {
content: "\f206";
}
.uk-icon-bus:before {
content: "\f207";
}
.uk-icon-ioxhost:before {
content: "\f208";
}
.uk-icon-angellist:before {
content: "\f209";
}
.uk-icon-cc:before {
content: "\f20a";
}
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
content: "\f20b";
}
.uk-icon-meanpath:before {
content: "\f20c";
}
/* ========================================================================
Component: Close
========================================================================== */
/*
* Removes inner padding and border in Firefox 4+.
*/
.uk-close::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
* 1. Correct inability to style clickable `input` types in iOS.
* 2. Remove margins in Chrome, Safari and Opera.
* 3. Remove borders for `button`.
* 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
* 5. Correct `font` properties and `color` not being inherited for `button`.
* 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
* 7. Remove default `button` padding and background color
* 8. Style
*/
.uk-close {
/* 1 */
-webkit-appearance: none;
/* 2 */
margin: 0;
/* 3 */
border: none;
/* 4 */
overflow: visible;
/* 5 */
font: inherit;
color: inherit;
/* 6 */
text-transform: none;
/* 7. */
padding: 0;
background: transparent;
/* 8 */
display: inline-block;
-moz-box-sizing: content-box;
box-sizing: content-box;
width: 20px;
line-height: 20px;
text-align: center;
vertical-align: middle;
opacity: 0.3;
}
/* Icon */
.uk-close:after {
display: block;
content: "\f00d";
font-family: FontAwesome;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
* 3. Required for `a` elements
*/
.uk-close:hover,
.uk-close:focus {
opacity: 0.5;
/* 2 */
outline: none;
/* 3 */
color: inherit;
text-decoration: none;
cursor: pointer;
}
/* Modifier
========================================================================== */
.uk-close-alt {
padding: 2px;
border-radius: 50%;
background: #eeeeee;
opacity: 1;
}
/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
opacity: 1;
}
/* Icon */
.uk-close-alt:after {
opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
opacity: 0.8;
}
/* ========================================================================
Component: Badge
========================================================================== */
.uk-badge {
display: inline-block;
padding: 0 5px;
background: #00a8e6;
font-size: 10px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
text-align: center;
vertical-align: middle;
text-transform: none;
}
/*
* Keep color when badge is a link
*/
a.uk-badge:hover {
color: #ffffff;
}
/* Modifier: `uk-badge-notification`;
========================================================================== */
.uk-badge-notification {
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 18px;
border-radius: 500px;
font-size: 12px;
line-height: 18px;
}
/* Color modifier
========================================================================== */
/*
* Modifier: `uk-badge-success`
*/
.uk-badge-success {
background-color: #8cc14c;
}
/*
* Modifier: `uk-badge-warning`
*/
.uk-badge-warning {
background-color: #faa732;
}
/*
* Modifier: `uk-badge-danger`
*/
.uk-badge-danger {
background-color: #da314b;
}
/* ========================================================================
Component: Alert
========================================================================== */
.uk-alert {
margin-bottom: 15px;
padding: 10px;
background: #ebf7fd;
color: #2d7091;
}
/*
* Add margin if adjacent element
*/
* + .uk-alert {
margin-top: 15px;
}
/*
* Remove margin from the last-child
*/
.uk-alert > :last-child {
margin-bottom: 0;
}
/*
* Keep color for headings if the default heading color is changed
*/
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
color: inherit;
}
/* Close in alert
========================================================================== */
.uk-alert > .uk-close:first-child {
float: right;
}
/*
* Remove margin from adjacent element
*/
.uk-alert > .uk-close:first-child + * {
margin-top: 0;
}
/* Modifier: `uk-alert-success`
========================================================================== */
.uk-alert-success {
background: #f2fae3;
color: #659f13;
}
/* Modifier: `uk-alert-warning`
========================================================================== */
.uk-alert-warning {
background: #fffceb;
color: #e28327;
}
/* Modifier: `uk-alert-danger`
========================================================================== */
.uk-alert-danger {
background: #fff1f0;
color: #d85030;
}
/* Modifier: `uk-alert-large`
========================================================================== */
.uk-alert-large {
padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
margin: -10px -10px 0 0;
}
/* ========================================================================
Component: Thumbnail
========================================================================== */
/*
* 1. Container width fits its content
* 2. Responsive behavior
* 3. Corrects `max-width` behavior sed
* 4. Required for `figure` element
* 5. Style
*/
.uk-thumbnail {
/* 1 */
display: inline-block;
/* 2 */
max-width: 100%;
/* 3 */
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 3 */
margin: 0;
/* 4 */
padding: 4px;
border: 1px solid #dddddd;
background: #ffffff;
}
/*
* Hover state for `a` elements
* 1. Apply hover style also to focus state
* 2. Needed for caption
* 3. Remove default focus style
*/
a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
border-color: #aaaaaa;
background-color: #ffffff;
/* 2 */
text-decoration: none;
/* 3 */
outline: none;
}
/* Caption
========================================================================== */
.uk-thumbnail-caption {
padding-top: 4px;
text-align: center;
color: #444444;
}
/* Sizes
========================================================================== */
.uk-thumbnail-mini {
width: 150px;
}
.uk-thumbnail-small {
width: 200px;
}
.uk-thumbnail-medium {
width: 300px;
}
.uk-thumbnail-large {
width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
width: 100%;
}
/* ========================================================================
Component: Overlay
========================================================================== */
/*
* 1. Container width fits its content
* 2. Create position context
* 3. Set max-width for responsive images to prevent `inline-block` consequences
* 4. Remove the gap between the container and its child element
* 5. Fixed wrong scaling calculation for images in Chrome
*/
.uk-overlay {
/* 1 */
display: inline-block;
/* 2 */
position: relative;
/* 3 */
max-width: 100%;
/* 4 */
vertical-align: middle;
/* 5 */
overflow: hidden;
}
/*
* Remove margin from content
*/
.uk-overlay > :first-child {
margin-bottom: 0;
}
/* Sub-object `uk-overlay-area`
========================================================================== */
/*
* 1. Set position
* 2. Set style
* 3. Fade-in transition
*/
.uk-overlay-area {
/* 1 */
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
/* 2 */
background: rgba(0, 0, 0, 0.3);
/* 3 */
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
-webkit-transform: translate3d(0, 0, 0);
}
/*
* Hover
* 1. `uk-hover` to support touch devices
* 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
*/
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
opacity: 1;
}
/*
* Icon
*/
.uk-overlay-area:empty:before {
content: "\f002";
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
font-size: 50px;
line-height: 1;
font-family: FontAwesome;
text-align: center;
color: #ffffff;
}
/* Sub-object `uk-overlay-area-content`
========================================================================== */
/*
* Remove whitespace between child elements when using `inline-block`
* Needed for Firefox
*/
.uk-overlay-area:not(:empty) {
font-size: 0.001px;
}
/*
* 1. Needed for vertical alignment
*/
.uk-overlay-area:not(:empty):before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
/*
* 1. Set vertical alignment
* 2. Reset whitespace hack
* 3. Set horizontal alignment
* 4. Set style
*/
.uk-overlay-area-content {
/* 1 */
display: inline-block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
vertical-align: middle;
/* 2 */
font-size: 1rem;
/* 3 */
text-align: center;
/* 4 */
padding: 0 15px;
color: #ffffff;
}
/*
* Remove margin from the last-child
*/
.uk-overlay-area-content > :last-child {
margin-bottom: 0;
}
/*
* Links in overlay area
*/
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
color: inherit;
}
/* Sub-object `uk-overlay-caption`
========================================================================== */
/*
* 1. Set position
* 2. Set style
* 3. Fade-in transition
*/
.uk-overlay-caption {
/* 1 */
position: absolute;
bottom: 0;
left: 0;
right: 0;
/* 2 */
padding: 15px;
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
/* 3 */
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
-webkit-transform: translate3d(0, 0, 0);
}
/*
* Hover
* 1. `uk-hover` to support touch devices
* 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
*/
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
opacity: 1;
}
/* ========================================================================
Component: Progress
========================================================================== */
/*
* 1. Clearing
* 2. Vertical alignment if text is used
*/
.uk-progress {
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 20px;
margin-bottom: 15px;
background: #eeeeee;
/* 1 */
overflow: hidden;
/* 2 */
line-height: 20px;
}
/*
* Add margin if adjacent element
*/
* + .uk-progress {
margin-top: 15px;
}
/* Sub-object: `uk-progress-bar`
========================================================================== */
/*
* 1. Transition
* 2. Needed for text
*/
.uk-progress-bar {
width: 0;
height: 100%;
background: #00a8e6;
float: left;
/* 1 */
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
/* 2 */
font-size: 12px;
color: #ffffff;
text-align: center;
}
/* Size modifiers
========================================================================== */
/* Mini */
.uk-progress-mini {
height: 6px;
}
/* Small */
.uk-progress-small {
height: 12px;
}
/* Color modifiers
========================================================================== */
.uk-progress-success .uk-progress-bar {
background-color: #8cc14c;
}
.uk-progress-warning .uk-progress-bar {
background-color: #faa732;
}
.uk-progress-danger .uk-progress-bar {
background-color: #da314b;
}
/* Modifier: `uk-progress-striped`
========================================================================== */
.uk-progress-striped .uk-progress-bar {
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: 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-size: 30px 30px;
}
/*
* Animation
*/
.uk-progress-striped.uk-active .uk-progress-bar {
-webkit-animation: uk-progress-bar-stripes 2s linear infinite;
animation: uk-progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes uk-progress-bar-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 0;
}
}
@keyframes uk-progress-bar-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 0;
}
}
/* ========================================================================
Component: Animation
========================================================================== */
[class*='uk-animation-'] {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
[data-uk-scrollspy*='uk-animation-'] {
opacity: 0;
}
}
/*
* Fade
* Higher specificity (!important) needed because of reverse modifier
*/
.uk-animation-fade {
-webkit-animation-name: uk-fade;
animation-name: uk-fade;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-timing-function: linear !important;
animation-timing-function: linear !important;
}
/*
* Fade with scale
*/
.uk-animation-scale-up {
-webkit-animation-name: uk-fade-scale-02;
animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
-webkit-animation-name: uk-fade-scale-18;
animation-name: uk-fade-scale-18;
}
/*
* Fade with slide
*/
.uk-animation-slide-top {
-webkit-animation-name: uk-fade-top;
animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
-webkit-animation-name: uk-fade-bottom;
animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
-webkit-animation-name: uk-fade-left;
animation-name: uk-fade-left;
}
.uk-animation-slide-right {
-webkit-animation-name: uk-fade-right;
animation-name: uk-fade-right;
}
/*
* Scale
*/
.uk-animation-scale {
-webkit-animation-name: uk-scale-12;
animation-name: uk-scale-12;
}
/*
* Shake
*/
.uk-animation-shake {
-webkit-animation-name: uk-shake;
animation-name: uk-shake;
}
/* Direction modifiers
========================================================================== */
.uk-animation-reverse {
-webkit-animation-direction: reverse;
animation-direction: reverse;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
/* Duration modifiers
========================================================================== */
.uk-animation-10 {
-webkit-animation-duration: 10s;
animation-duration: 10s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.uk-animation-top-center {
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.uk-animation-top-right {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.uk-animation-middle-left {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.uk-animation-middle-right {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.uk-animation-bottom-center {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
/* Keyframes: Fade
* Used by dropdown, datepicker and slideshow component
========================================================================== */
@-webkit-keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes uk-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Keyframes: Fade with slide
========================================================================== */
/*
* Top
*/
@-webkit-keyframes uk-fade-top {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-fade-top {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Bottom
*/
@-webkit-keyframes uk-fade-bottom {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-fade-bottom {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Left
*/
@-webkit-keyframes uk-fade-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-fade-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/*
* Right
*/
@-webkit-keyframes uk-fade-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes uk-fade-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
/* Keyframes: Fade with scale
========================================================================== */
/*
* Scale by 0.2
*/
@-webkit-keyframes uk-fade-scale-02 {
0% {
opacity: 0;
-webkit-transform: scale(0.2);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-02 {
0% {
opacity: 0;
transform: scale(0.2);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*
* Scale by 1.5
* Used by slideshow component
*/
@-webkit-keyframes uk-fade-scale-15 {
0% {
opacity: 0;
-webkit-transform: scale(1.5);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-15 {
0% {
opacity: 0;
transform: scale(1.5);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*
* Scale by 1.8
*/
@-webkit-keyframes uk-fade-scale-18 {
0% {
opacity: 0;
-webkit-transform: scale(1.8);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes uk-fade-scale-18 {
0% {
opacity: 0;
transform: scale(1.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/* Keyframes: Slide
* Used by slideshow component
========================================================================== */
/*
* Left
*/
@-webkit-keyframes uk-slide-left {
0% {
-webkit-transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
/*
* Right
*/
@-webkit-keyframes uk-slide-right {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
/*
* Left third
*/
@-webkit-keyframes uk-slide-left-33 {
0% {
-webkit-transform: translateX(33%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-left-33 {
0% {
transform: translateX(33%);
}
100% {
transform: translateX(0);
}
}
/*
* Right third
*/
@-webkit-keyframes uk-slide-right-33 {
0% {
-webkit-transform: translateX(-33%);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes uk-slide-right-33 {
0% {
transform: translateX(-33%);
}
100% {
transform: translateX(0);
}
}
/* Keyframes: Scale
========================================================================== */
@-webkit-keyframes uk-scale-12 {
0% {
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes uk-scale-12 {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/* Keyframes: Rotate
* Used by icon and search component
========================================================================== */
@-webkit-keyframes uk-rotate {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@keyframes uk-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* Keyframes: Shake
========================================================================== */
@-webkit-keyframes uk-shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10% {
-webkit-transform: translateX(-9px);
}
20% {
-webkit-transform: translateX(8px);
}
30% {
-webkit-transform: translateX(-7px);
}
40% {
-webkit-transform: translateX(6px);
}
50% {
-webkit-transform: translateX(-5px);
}
60% {
-webkit-transform: translateX(4px);
}
70% {
-webkit-transform: translateX(-3px);
}
80% {
-webkit-transform: translateX(2px);
}
90% {
-webkit-transform: translateX(-1px);
}
}
@keyframes uk-shake {
0%,
100% {
transform: translateX(0);
}
10% {
transform: translateX(-9px);
}
20% {
transform: translateX(8px);
}
30% {
transform: translateX(-7px);
}
40% {
transform: translateX(6px);
}
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(4px);
}
70% {
transform: translateX(-3px);
}
80% {
transform: translateX(2px);
}
90% {
transform: translateX(-1px);
}
}
/* Keyframes: Fade with slide fixed
* Used by dropdown and search component
========================================================================== */
/*
* Top fixed
*/
@-webkit-keyframes uk-slide-top-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(-10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-top-fixed {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/*
* Bottom fixed
*/
@-webkit-keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
-webkit-transform: translateY(10px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes uk-slide-bottom-fixed {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* ========================================================================
Component: Dropdown
========================================================================== */
/*
* 1. Hide by default
* 2. Set position
* 3. Box-sizing is needed for `uk-dropdown-justify`
* 4. Set style
* 5. Reset button group whitespace hack
*/
.uk-dropdown {
/* 1 */
display: none;
/* 2 */
position: absolute;
top: 100%;
left: 0;
z-index: 1020;
/* 3 */
-moz-box-sizing: border-box;
box-sizing: border-box;
/* 4 */
width: 200px;
margin-top: 5px;
padding: 15px;
background: #f5f5f5;
color: #444444;
/* 5 */
font-size: 1rem;
vertical-align: top;
}
/*
* 1. Show dropdown
* 2. Set animation
* 3. Needed for scale animation
*/
.uk-open > .uk-dropdown {
/* 1 */
display: block;
/* 2 */
-webkit-animation: uk-fade 0.2s ease-in-out;
animation: uk-fade 0.2s ease-in-out;
/* 3 */
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
/* Alignment modifiers
========================================================================== */
/*
* Modifier `uk-dropdown-flip`
*/
.uk-dropdown-flip {
left: auto;
right: 0;
}
/*
* Modifier `uk-dropdown-up`
*/
.uk-dropdown-up {
top: auto;
bottom: 100%;
margin-top: auto;
margin-bottom: 5px;
}
/* Nav in dropdown
========================================================================== */
.uk-dropdown .uk-nav {
margin: 0 -15px;
}
/* Grid and panel in dropdown
========================================================================== */
/*
* Vertical gutter
*/
/*
* Grid
* Higher specificity to override large gutter
*/
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
/*
* Horizontal gutter
*/
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
margin-left: -15px;
margin-right: -15px;
}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
padding-left: 15px;
padding-right: 15px;
}
/*
* Column divider
*/
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
border-left: 1px solid #dddddd;
}
/*
* Width multiplier for dropdown columns
*/
.uk-dropdown-width-2:not(.uk-dropdown-stack) {
width: 400px;
}
.uk-dropdown-width-3:not(.uk-dropdown-stack) {
width: 600px;
}
.uk-dropdown-width-4:not(.uk-dropdown-stack) {
width: 800px;
}
.uk-dropdown-width-5:not(.uk-dropdown-stack) {
width: 1000px;
}
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
/*
* Stack columns and take full width
*/
.uk-dropdown-grid > [class*='uk-width-'] {
width: 100%;
}
/*
* Vertical gutter
*/
.uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
margin-top: 15px;
}
}
/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
margin-top: 15px;
}
/* Modifier `uk-dropdown-small`
========================================================================== */
/*
* Set min-width and text expands dropdown if needed
*/
.uk-dropdown-small {
min-width: 150px;
width: auto;
padding: 5px;
white-space: nowrap;
}
/*
* Nav in dropdown
*/
.uk-dropdown-small .uk-nav {
margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`
========================================================================== */
.uk-dropdown-navbar {
margin-top: 0;
background: #f5f5f5;
color: #444444;
}
.uk-open > .uk-dropdown-navbar {
-webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
========================================================================== */
/*
* Usefull for long lists
*/
.uk-dropdown-scrollable {
overflow-y: auto;
max-height: 200px;
}
/* ========================================================================
Component: Modal
========================================================================== */
/*
* This is the modal overlay and modal dialog container
* 1. Hide by default
* 2. Set fixed position
* 3. Allow scrolling for the modal dialog
* 4. Mask the background page
* 5. Fade-in transition
*/
.uk-modal {
/* 1 */
display: none;
/* 2 */
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1010;
/* 3 */
overflow-y: auto;
-webkit-overflow-scrolling: touch;
/* 4 */
background: rgba(0, 0, 0, 0.6);
/* 5 */
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
/*
* Open state
*/
.uk-modal.uk-open {
opacity: 1;
}
/*
* Prevents duplicated scrollbar caused by 4.
*/
.uk-modal-page,
.uk-modal-page body {
overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
========================================================================== */
/*
* 1. Create position context for `uk-modal-dialog-frameless`
* 2. Set box sizing
* 3. Set style
* 4. Slide-in transition
*/
.uk-modal-dialog {
/* 1 */
position: relative;
/* 2 */
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 50px auto;
padding: 20px;
width: 600px;
max-width: 100%;
max-width: calc(100% - 20px);
/* 3 */
background: #ffffff;
/* 4 */
opacity: 0;
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
/*
* Fit in small screen
*/
.uk-modal-dialog {
width: auto;
margin: 10px;
}
}
/*
* Open state
*/
.uk-open .uk-modal-dialog {
/* 4 */
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
/*
* Remove margin from the last-child
*/
.uk-modal-dialog > :last-child {
margin-bottom: 0;
}
/* Close in modal
========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
margin: -10px -10px 0 0;
float: right;
}
/*
* Remove margin from adjacent element
*/
.uk-modal-dialog > .uk-close:first-child + * {
margin-top: 0;
}
/* Modifier: `uk-modal-dialog-frameless`
========================================================================== */
.uk-modal-dialog-frameless {
padding: 0;
}
/*
* Close in modal
*/
.uk-modal-dialog-frameless > .uk-close:first-child {
position: absolute;
top: -12px;
right: -12px;
margin: 0;
float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
.uk-modal-dialog-frameless > .uk-close:first-child {
top: -7px;
right: -7px;
}
}
/* Modifier: `uk-modal-dialog-large`
========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-modal-dialog-large {
width: 930px;
}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
.uk-modal-dialog-large {
width: 1130px;
}
}
/* ========================================================================
Component: Off-canvas
========================================================================== */
/*
* This is the offcanvas overlay and bar container
* 1. Hide by default
* 2. Set fixed position
* 3. Mask the background page
*/
.uk-offcanvas {
/* 1 */
display: none;
/* 2 */
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
/* 3 */
background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
display: block;
}
/* Sub-object `uk-offcanvas-page`
========================================================================== */
/*
* Prepares the whole HTML page to slide-out
* 1. Fix the main page and disallow scrolling
* 2. Side-out transition
*/
.uk-offcanvas-page {
/* 1 */
position: fixed;
/* 2 */
-webkit-transition: margin-left 0.3s ease-in-out;
transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
========================================================================== */
/*
* This is the offcanvas bar
* 1. Set fixed position
* 2. Size and style
* 3. Allow scrolling
* 4. Side-out transition
*/
.uk-offcanvas-bar {
/* 1 */
position: fixed;
top: 0;
bottom: 0;
left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
z-index: 1001;
/* 2 */
width: 270px;
max-width: 100%;
background: #333333;
/* 3 */
overflow-y: auto;
-webkit-overflow-scrolling: touch;
/* 4 */
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
========================================================================== */
.uk-offcanvas-bar-flip {
left: auto;
right: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* Panel in offcanvas
========================================================================== */
.uk-offcanvas .uk-panel {
margin: 20px 15px;
color: #777777;
}
.uk-offcanvas .uk-panel-title {
color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
color: #ffffff;
}
/* ========================================================================
Component: Switcher
========================================================================== */
.uk-switcher {
margin: 0;
padding: 0;
list-style: none;
}
/*
* Items
*/
.uk-switcher > *:not(.uk-active) {
display: none;
}
/* ========================================================================
Component: Tooltip
========================================================================== */
/*
* 1. Hide by default
* 2. Set fixed position
* 3. Set dimensions
* 4. Set style
*/
.uk-tooltip {
/* 1 */
display: none;
/* 2 */
position: absolute;
z-index: 1030;
/* 3 */
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 200px;
padding: 5px 8px;
/* 4 */
background: #333333;
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
line-height: 18px;
text-align: center;
}
/* Triangle
========================================================================== */
/*
* 1. Dashed is less antialised than solid
*/
.uk-tooltip:after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
/* 1 */
border: 5px dashed #333333;
}
/* Direction modifiers
========================================================================== */
/*
* Top
*/
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
bottom: -5px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
border-top-color: #333333;
}
/*
* Bottom
*/
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
top: -5px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: #333333;
}
/*
* Top/Bottom center
*/
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
left: 50%;
margin-left: -5px;
}
/*
* Top/Bottom left
*/
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
left: 10px;
}
/*
* Top/Bottom right
*/
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
right: 10px;
}
/*
* Left
*/
.uk-tooltip-left:after {
right: -5px;
top: 50%;
margin-top: -5px;
border-left-style: solid;
border-right: none;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-color: #333333;
}
/*
* Right
*/
.uk-tooltip-right:after {
left: -5px;
top: 50%;
margin-top: -5px;
border-right-style: solid;
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-color: #333333;
}
/* ========================================================================
Component: Text
========================================================================== */
/* Size modifiers
========================================================================== */
.uk-text-small {
font-size: 11px;
line-height: 16px;
}
.uk-text-large {
font-size: 18px;
line-height: 24px;
font-weight: normal;
}
/* Weight modifiers
========================================================================== */
.uk-text-bold {
font-weight: bold;
}
/* Color modifiers
========================================================================== */
.uk-text-muted {
color: #999999 !important;
}
.uk-text-primary {
color: #2d7091 !important;
}
.uk-text-success {
color: #659f13 !important;
}
.uk-text-warning {
color: #e28327 !important;
}
.uk-text-danger {
color: #d85030 !important;
}
/* Alignment modifiers
========================================================================== */
.uk-text-left {
text-align: left !important;
}
.uk-text-right {
text-align: right !important;
}
.uk-text-center {
text-align: center !important;
}
.uk-text-justify {
text-align: justify !important;
}
.uk-text-top {
vertical-align: top !important;
}
.uk-text-middle {
vertical-align: middle !important;
}
.uk-text-bottom {
vertical-align: bottom !important;
}
/* Only tablets portrait */
@media (max-width: 959px) {
.uk-text-center-medium {
text-align: center !important;
}
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
.uk-text-center-small {
text-align: center !important;
}
}
/* Wrap modifiers
========================================================================== */
/*
* Prevent text from wrapping onto multiple lines
*/
.uk-text-nowrap {
white-space: nowrap;
}
/*
* Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
*/
.uk-text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/*
* Break strings if their length exceeds the width of their container
*/
.uk-text-break {
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
/* ========================================================================
Component: Utility
========================================================================== */
/* Container
========================================================================== */
.uk-container {
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 980px;
padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
.uk-container {
max-width: 1200px;
padding: 0 35px;
}
}
/*
* Micro clearfix
*/
.uk-container:before,
.uk-container:after {
content: " ";
display: table;
}
.uk-container:after {
clear: both;
}
/*
* Center container
*/
.uk-container-center {
margin-left: auto;
margin-right: auto;
}
/* Clearing
========================================================================== */
/*
* Micro clearfix
*/
.uk-clearfix:before,
.uk-clearfix:after {
content: " ";
display: table;
}
.uk-clearfix:after {
clear: both;
}
/*
* Create a new block formatting context
*/
.uk-nbfc {
overflow: hidden;
}
.uk-nbfc-alt {
display: table-cell;
width: 10000px;
}
/* Alignment of block elements
========================================================================== */
/*
* Float blocks
* 1. Prevent content overflow on small devices
*/
.uk-float-left {
float: left;
}
.uk-float-right {
float: right;
}
/* 1 */
[class*='uk-float-'] {
max-width: 100%;
}
/* Alignment of images and objects
========================================================================== */
/*
* Alignment
*/
[class*='uk-align-'] {
display: block;
margin-bottom: 15px;
}
.uk-align-left {
margin-right: 15px;
float: left;
}
.uk-align-right {
margin-left: 15px;
float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-align-medium-left {
margin-right: 15px;
margin-bottom: 15px;
float: left;
}
.uk-align-medium-right {
margin-left: 15px;
margin-bottom: 15px;
float: right;
}
}
.uk-align-center {
margin-left: auto;
margin-right: auto;
}
/* Vertical alignment
========================================================================== */
/*
* Remove whitespace between child elements when using `inline-block`
*/
.uk-vertical-align {
font-size: 0.001px;
}
/*
* The `uk-vertical-align` container needs a specific height
*/
.uk-vertical-align:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
/*
* Sub-object which can have any height
* 1. Reset whitespace hack
*/
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
display: inline-block;
max-width: 100%;
/* 1 */
font-size: 1rem;
}
.uk-vertical-align-middle {
vertical-align: middle;
}
.uk-vertical-align-bottom {
vertical-align: bottom;
}
/* Height
========================================================================== */
/*
* More robust if padding and border are used
*/
[class*='uk-height'] {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
* Useful to extend the `html` and `body` element to the full height of the page.
*/
.uk-height-1-1 {
height: 100%;
}
/*
* Useful to create image teasers
*/
.uk-height-viewport {
height: 100vh;
min-height: 600px;
}
/* Responsive objects
* Note: Images are already responsive by default, see Base component
========================================================================== */
/*
* 1. Corrects `max-width` and `max-height` behavior if padding and border are used
*/
.uk-responsive-width,
.uk-responsive-height {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
* Responsiveness: Sets a maximum width relative to the parent and auto scales the height
*/
.uk-responsive-width {
max-width: 100%;
height: auto;
}
/*
* Responsiveness: Sets a maximum height relative to the parent and auto scales the width
* Only works if the parent element has a fixed height.
*/
.uk-responsive-height {
max-height: 100%;
width: auto;
}
/* Margin
========================================================================== */
/*
* Create a block with the same margin of a paragraph
* Add margin if adjacent element
*/
.uk-margin {
margin-bottom: 15px;
}
* + .uk-margin {
margin-top: 15px;
}
.uk-margin-top {
margin-top: 15px !important;
}
.uk-margin-bottom {
margin-bottom: 15px !important;
}
.uk-margin-left {
margin-left: 15px !important;
}
.uk-margin-right {
margin-right: 15px !important;
}
/*
* Larger margins
*/
.uk-margin-large {
margin-bottom: 50px;
}
* + .uk-margin-large {
margin-top: 50px;
}
.uk-margin-large-top {
margin-top: 50px !important;
}
.uk-margin-large-bottom {
margin-bottom: 50px !important;
}
.uk-margin-large-left {
margin-left: 50px !important;
}
.uk-margin-large-right {
margin-right: 50px !important;
}
/*
* Smaller margins
*/
.uk-margin-small {
margin-bottom: 5px;
}
* + .uk-margin-small {
margin-top: 5px;
}
.uk-margin-small-top {
margin-top: 5px !important;
}
.uk-margin-small-bottom {
margin-bottom: 5px !important;
}
.uk-margin-small-left {
margin-left: 5px !important;
}
.uk-margin-small-right {
margin-right: 5px !important;
}
/*
* Remove margins
*/
.uk-margin-remove {
margin: 0 !important;
}
.uk-margin-top-remove {
margin-top: 0 !important;
}
.uk-margin-bottom-remove {
margin-bottom: 0 !important;
}
/* Border
========================================================================== */
.uk-border-circle {
border-radius: 50%;
}
.uk-border-rounded {
border-radius: 5px;
}
/* Headings
========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-heading-large {
font-size: 52px;
line-height: 64px;
}
}
/* Link
========================================================================== */
/*
* Let links appear in default text color
*/
.uk-link-muted,
.uk-link-muted a {
color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
color: #444444;
}
/*
* Reset link style
*/
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover {
color: inherit;
text-decoration: none;
}
/* Scrollable
========================================================================== */
/*
* Enable scrolling for preformatted text
*/
.uk-scrollable-text {
height: 300px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
resize: both;
}
/*
* Box with scrolling enabled
*/
.uk-scrollable-box {
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 170px;
padding: 10px;
border: 1px solid #dddddd;
overflow: auto;
-webkit-overflow-scrolling: touch;
resize: both;
}
.uk-scrollable-box > :last-child {
margin-bottom: 0;
}
/* Overflow
========================================================================== */
/*
* Enable scrollbars if content is clipped
*/
.uk-overflow-container {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
margin-bottom: 0;
}
/* Position
========================================================================== */
.uk-position-absolute {
position: absolute !important;
}
.uk-position-relative {
position: relative !important;
}
.uk-position-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* Display
========================================================================== */
/*
* Display
*/
.uk-display-block {
display: block !important;
}
.uk-display-inline {
display: inline !important;
}
.uk-display-inline-block {
display: inline-block !important;
}
/*
* Visibility
* Avoids setting display to `block` so it works also with `inline-block` and `table`
*/
/* Desktop and bigger */
@media (min-width: 960px) {
.uk-visible-small {
display: none !important;
}
.uk-visible-medium {
display: none !important;
}
.uk-hidden-large {
display: none !important;
}
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
.uk-visible-small {
display: none !important;
}
.uk-visible-large {
display: none !important ;
}
.uk-hidden-medium {
display: none !important;
}
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
.uk-visible-medium {
display: none !important;
}
.uk-visible-large {
display: none !important;
}
.uk-hidden-small {
display: none !important;
}
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
display: none !important;
visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
display: block !important;
visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
display: inline-block !important;
visibility: visible !important;
}
/* ========================================================================
Component: Print
========================================================================== */
@media print {
* {
background: transparent !important;
color: black !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
|
zulm/docs/_includes/js/tabs.html
|
cauchif/Zulm.pk
|
<div class="bs-docs-section">
<h1 id="tabs" class="page-header">Togglable tabs <small>tab.js</small></h1>
<h2 id="tabs-examples">Example tabs</h2>
<p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.</p>
<div class="bs-example bs-example-tabs">
<ul id="myTab" class="nav nav-tabs" role="tablist">
<li class="active"><a href="#home" role="tab" data-toggle="tab">Home</a></li>
<li><a href="#profile" role="tab" data-toggle="tab">Profile</a></li>
<li class="dropdown">
<a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
<li><a href="#dropdown1" tabindex="-1" role="tab" data-toggle="tab">@fat</a></li>
<li><a href="#dropdown2" tabindex="-1" role="tab" data-toggle="tab">@mdo</a></li>
</ul>
</li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade in active" id="home">
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
</div>
<div class="tab-pane fade" id="profile">
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
</div>
<div class="tab-pane fade" id="dropdown1">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
<div class="tab-pane fade" id="dropdown2">
<p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.</p>
</div>
</div>
</div><!-- /example -->
<div class="bs-callout bs-callout-info">
<h4>Extends tabbed navigation</h4>
<p>This plugin extends the <a href="../components/#nav-tabs">tabbed navigation component</a> to add tabbable areas.</p>
</div>
<h2 id="tabs-usage">Usage</h2>
<p>Enable tabbable tabs via JavaScript (each tab needs to be activated individually):</p>
{% highlight js %}
$('#myTab a').click(function (e) {
e.preventDefault()
$(this).tab('show')
})
{% endhighlight %}
<p>You can activate individual tabs in several ways:</p>
{% highlight js %}
$('#myTab a[href="#profile"]').tab('show') // Select tab by name
$('#myTab a:first').tab('show') // Select first tab
$('#myTab a:last').tab('show') // Select last tab
$('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
{% endhighlight %}
<h3>Markup</h3>
<p>You can activate a tab or pill navigation without writing any JavaScript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element. Adding the <code>nav</code> and <code>nav-tabs</code> classes to the tab <code>ul</code> will apply the Bootstrap <a href="../components/#nav-tabs">tab styling</a>, while adding the <code>nav</code> and <code>nav-pills</code> classes will apply <a href="../components/#nav-pills">pill styling</a>.</p>
{% highlight html %}
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li class="active"><a href="#home" role="tab" data-toggle="tab">Home</a></li>
<li><a href="#profile" role="tab" data-toggle="tab">Profile</a></li>
<li><a href="#messages" role="tab" data-toggle="tab">Messages</a></li>
<li><a href="#settings" role="tab" data-toggle="tab">Settings</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="home">...</div>
<div class="tab-pane" id="profile">...</div>
<div class="tab-pane" id="messages">...</div>
<div class="tab-pane" id="settings">...</div>
</div>
{% endhighlight %}
<h3>Fade effect</h3>
<p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>. The first tab pane must also have <code>.in</code> to properly fade in initial content.</p>
{% highlight html %}
<div class="tab-content">
<div class="tab-pane fade in active" id="home">...</div>
<div class="tab-pane fade" id="profile">...</div>
<div class="tab-pane fade" id="messages">...</div>
<div class="tab-pane fade" id="settings">...</div>
</div>
{% endhighlight %}
<h3>Methods</h3>
<h4>$().tab</h4>
<p>
Activates a tab element and content container. Tab should have either a <code>data-target</code> or an <code>href</code> targeting a container node in the DOM.
</p>
{% highlight html %}
<ul class="nav nav-tabs" role="tablist" id="myTab">
<li class="active"><a href="#home" role="tab" data-toggle="tab">Home</a></li>
<li><a href="#profile" role="tab" data-toggle="tab">Profile</a></li>
<li><a href="#messages" role="tab" data-toggle="tab">Messages</a></li>
<li><a href="#settings" role="tab" data-toggle="tab">Settings</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="home">...</div>
<div class="tab-pane" id="profile">...</div>
<div class="tab-pane" id="messages">...</div>
<div class="tab-pane" id="settings">...</div>
</div>
<script>
$(function () {
$('#myTab a:last').tab('show')
})
</script>
{% endhighlight %}
<h3>Events</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th style="width: 150px;">Event Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>show.bs.tab</td>
<td>This event fires on tab show, but before the new tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td>
</tr>
<tr>
<td>shown.bs.tab</td>
<td>This event fires on tab show after a tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td>
</tr>
</tbody>
</table>
</div><!-- /.table-responsive -->
{% highlight js %}
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
e.target // activated tab
e.relatedTarget // previous tab
})
{% endhighlight %}
</div>
|
third_party/glm/doc/api/a00080_source.html
|
googlearchive/tango-examples-c
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>GLM: matrix_transform.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">GLM
 <span id="projectnumber">0.9.5</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_8ceffd4ee35c3518d4e8bdc7e638efe8.html">Users</a></li><li class="navelem"><a class="el" href="dir_968fb7988749a6351e7b3d0c1783dec4.html">Groove</a></li><li class="navelem"><a class="el" href="dir_6e418c18ca640a0404613de005739e2e.html">Documents</a></li><li class="navelem"><a class="el" href="dir_e3ecd7863bd215c92a17f47e2ae3be43.html">GitHub</a></li><li class="navelem"><a class="el" href="dir_edf753475b928be648c1cf1c6443cf63.html">glm</a></li><li class="navelem"><a class="el" href="dir_e50778361fd4ab4de52181ed9eb2b726.html">glm</a></li><li class="navelem"><a class="el" href="dir_f7324829a002c536307b42a892c06451.html">gtc</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">matrix_transform.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="a00080.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#ifndef GLM_GTC_matrix_transform</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor"></span><span class="preprocessor">#define GLM_GTC_matrix_transform</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment">// Dependency:</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#include "../mat4x4.hpp"</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#include "../vec2.hpp"</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#include "../vec3.hpp"</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#include "../vec4.hpp"</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor"></span><span class="preprocessor"># pragma message("GLM: GLM_GTC_matrix_transform extension included")</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="keyword">namespace </span>glm</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> {</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga1501de0fa580dcc491b67e0685bbc7c2">translate</a>(</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  detail::tmat4x4<T, P> <span class="keyword">const</span> & m,</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  detail::tvec3<T, P> <span class="keyword">const</span> & v);</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga61e65a3bb227c267d1a15113d1056fb1">rotate</a>(</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  detail::tmat4x4<T, P> <span class="keyword">const</span> & m,</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  T <span class="keyword">const</span> & <a class="code" href="a00179.html#ga23a3fc7ada5bbb665ff84c92c6e0542c">angle</a>,</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  detail::tvec3<T, P> <span class="keyword">const</span> & <a class="code" href="a00179.html#ga8eef9f8c3f2e4836dccf09df975b20fb">axis</a>);</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> </div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#gabd40959f269abd16c256a4f59ab03d62">scale</a>(</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  detail::tmat4x4<T, P> <span class="keyword">const</span> & m,</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  detail::tvec3<T, P> <span class="keyword">const</span> & v);</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  GLM_FUNC_DECL detail::tmat4x4<T, defaultp> <a class="code" href="a00176.html#gac393e9262776e4980731c386123e4377">ortho</a>(</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  T <span class="keyword">const</span> & left,</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  T <span class="keyword">const</span> & right,</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  T <span class="keyword">const</span> & bottom,</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  T <span class="keyword">const</span> & top,</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  T <span class="keyword">const</span> & zNear,</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  T <span class="keyword">const</span> & zFar);</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span> </div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  GLM_FUNC_DECL detail::tmat4x4<T, defaultp> <a class="code" href="a00176.html#gac393e9262776e4980731c386123e4377">ortho</a>(</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  T <span class="keyword">const</span> & left,</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  T <span class="keyword">const</span> & right,</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  T <span class="keyword">const</span> & bottom,</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  T <span class="keyword">const</span> & top);</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span> </div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga4e1138c8a4bcc3bbbb40090d8441b0a5">frustum</a>(</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  T <span class="keyword">const</span> & left,</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  T <span class="keyword">const</span> & right,</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  T <span class="keyword">const</span> & bottom,</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  T <span class="keyword">const</span> & top,</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  T <span class="keyword">const</span> & near,</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  T <span class="keyword">const</span> & far);</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> </div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga24983212d8d25b5b32e30d574dfccd1c">perspective</a>(</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  T <span class="keyword">const</span> & fovy,</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  T <span class="keyword">const</span> & aspect,</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  T <span class="keyword">const</span> & near,</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  T <span class="keyword">const</span> & far);</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> </div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga7e820c9c692e28041be6d7c7042e4e4a">perspectiveFov</a>(</div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  T <span class="keyword">const</span> & fov,</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  T <span class="keyword">const</span> & width,</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  T <span class="keyword">const</span> & height,</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  T <span class="keyword">const</span> & near,</div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  T <span class="keyword">const</span> & far);</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span> </div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga7e5b5501b0113d0ed76ba4e3a8e5523c">infinitePerspective</a>(</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  T fovy, T aspect, T near);</div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span> </div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga460dc59dd0debb5113f4a118251bff61">tweakedInfinitePerspective</a>(</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  T fovy, T aspect, T near);</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span> </div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, <span class="keyword">typename</span> U, precision P></div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  GLM_FUNC_DECL detail::tvec3<T, P> <a class="code" href="a00176.html#ga41227b7b98882dcbaa8dab52df372c7b">project</a>(</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  detail::tvec3<T, P> <span class="keyword">const</span> & obj,</div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  detail::tmat4x4<T, P> <span class="keyword">const</span> & model,</div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  detail::tmat4x4<T, P> <span class="keyword">const</span> & <a class="code" href="a00221.html#ga08294223071a96e777de7033cc708439">proj</a>,</div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  detail::tvec4<U, P> <span class="keyword">const</span> & viewport);</div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span> </div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, <span class="keyword">typename</span> U, precision P></div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  GLM_FUNC_DECL detail::tvec3<T, P> <a class="code" href="a00176.html#ga4b0a9086d15e2a743ecd7b6128146af1">unProject</a>(</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  detail::tvec3<T, P> <span class="keyword">const</span> & win,</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  detail::tmat4x4<T, P> <span class="keyword">const</span> & model,</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  detail::tmat4x4<T, P> <span class="keyword">const</span> & <a class="code" href="a00221.html#ga08294223071a96e777de7033cc708439">proj</a>,</div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  detail::tvec4<U, P> <span class="keyword">const</span> & viewport);</div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span> </div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P, <span class="keyword">typename</span> U></div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga0fb64f04bf5ad52523fcd4b10b46aff6">pickMatrix</a>(</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  detail::tvec2<T, P> <span class="keyword">const</span> & center,</div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  detail::tvec2<T, P> <span class="keyword">const</span> & delta,</div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  detail::tvec4<U, P> <span class="keyword">const</span> & viewport);</div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span> </div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T, precision P></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  GLM_FUNC_DECL detail::tmat4x4<T, P> <a class="code" href="a00176.html#ga454fdf3163c2779eeeeeb9d75907ce97">lookAt</a>(</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  detail::tvec3<T, P> <span class="keyword">const</span> & eye,</div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  detail::tvec3<T, P> <span class="keyword">const</span> & center,</div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  detail::tvec3<T, P> <span class="keyword">const</span> & up);</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span> </div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span> }<span class="comment">//namespace glm</span></div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span> </div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span> <span class="preprocessor">#include "matrix_transform.inl"</span></div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span> </div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span> <span class="preprocessor">#endif//GLM_GTC_matrix_transform</span></div>
<div class="ttc" id="a00176_html_ga61e65a3bb227c267d1a15113d1056fb1"><div class="ttname"><a href="a00176.html#ga61e65a3bb227c267d1a15113d1056fb1">glm::rotate</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > rotate(detail::tmat4x4< T, P > const &m, T const &angle, detail::tvec3< T, P > const &axis)</div><div class="ttdoc">Builds a rotation 4 * 4 matrix created from an axis vector and an angle. </div></div>
<div class="ttc" id="a00221_html_ga08294223071a96e777de7033cc708439"><div class="ttname"><a href="a00221.html#ga08294223071a96e777de7033cc708439">glm::proj</a></div><div class="ttdeci">vecType proj(vecType const &x, vecType const &Normal)</div><div class="ttdoc">Projects x on Normal. </div></div>
<div class="ttc" id="a00179_html_ga23a3fc7ada5bbb665ff84c92c6e0542c"><div class="ttname"><a href="a00179.html#ga23a3fc7ada5bbb665ff84c92c6e0542c">glm::angle</a></div><div class="ttdeci">GLM_FUNC_DECL T angle(detail::tquat< T, P > const &x)</div><div class="ttdoc">Returns the quaternion rotation angle. </div></div>
<div class="ttc" id="a00176_html_gabd40959f269abd16c256a4f59ab03d62"><div class="ttname"><a href="a00176.html#gabd40959f269abd16c256a4f59ab03d62">glm::scale</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > scale(detail::tmat4x4< T, P > const &m, detail::tvec3< T, P > const &v)</div><div class="ttdoc">Builds a scale 4 * 4 matrix created from 3 scalars. </div></div>
<div class="ttc" id="a00176_html_ga460dc59dd0debb5113f4a118251bff61"><div class="ttname"><a href="a00176.html#ga460dc59dd0debb5113f4a118251bff61">glm::tweakedInfinitePerspective</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > tweakedInfinitePerspective(T fovy, T aspect, T near)</div><div class="ttdoc">Creates a matrix for a symmetric perspective-view frustum with far plane at infinite for graphics har...</div></div>
<div class="ttc" id="a00176_html_ga1501de0fa580dcc491b67e0685bbc7c2"><div class="ttname"><a href="a00176.html#ga1501de0fa580dcc491b67e0685bbc7c2">glm::translate</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > translate(detail::tmat4x4< T, P > const &m, detail::tvec3< T, P > const &v)</div><div class="ttdoc">Builds a translation 4 * 4 matrix created from a vector of 3 components. </div></div>
<div class="ttc" id="a00176_html_ga24983212d8d25b5b32e30d574dfccd1c"><div class="ttname"><a href="a00176.html#ga24983212d8d25b5b32e30d574dfccd1c">glm::perspective</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > perspective(T const &fovy, T const &aspect, T const &near, T const &far)</div><div class="ttdoc">Creates a matrix for a symetric perspective-view frustum. </div></div>
<div class="ttc" id="a00176_html_ga0fb64f04bf5ad52523fcd4b10b46aff6"><div class="ttname"><a href="a00176.html#ga0fb64f04bf5ad52523fcd4b10b46aff6">glm::pickMatrix</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > pickMatrix(detail::tvec2< T, P > const &center, detail::tvec2< T, P > const &delta, detail::tvec4< U, P > const &viewport)</div><div class="ttdoc">Define a picking region. </div></div>
<div class="ttc" id="a00176_html_ga7e5b5501b0113d0ed76ba4e3a8e5523c"><div class="ttname"><a href="a00176.html#ga7e5b5501b0113d0ed76ba4e3a8e5523c">glm::infinitePerspective</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > infinitePerspective(T fovy, T aspect, T near)</div><div class="ttdoc">Creates a matrix for a symmetric perspective-view frustum with far plane at infinite. </div></div>
<div class="ttc" id="a00176_html_gac393e9262776e4980731c386123e4377"><div class="ttname"><a href="a00176.html#gac393e9262776e4980731c386123e4377">glm::ortho</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, defaultp > ortho(T const &left, T const &right, T const &bottom, T const &top, T const &zNear, T const &zFar)</div><div class="ttdoc">Creates a matrix for an orthographic parallel viewing volume. </div></div>
<div class="ttc" id="a00179_html_ga8eef9f8c3f2e4836dccf09df975b20fb"><div class="ttname"><a href="a00179.html#ga8eef9f8c3f2e4836dccf09df975b20fb">glm::axis</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tvec3< T, P > axis(detail::tquat< T, P > const &x)</div><div class="ttdoc">Returns the q rotation axis. </div></div>
<div class="ttc" id="a00176_html_ga4b0a9086d15e2a743ecd7b6128146af1"><div class="ttname"><a href="a00176.html#ga4b0a9086d15e2a743ecd7b6128146af1">glm::unProject</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tvec3< T, P > unProject(detail::tvec3< T, P > const &win, detail::tmat4x4< T, P > const &model, detail::tmat4x4< T, P > const &proj, detail::tvec4< U, P > const &viewport)</div><div class="ttdoc">Map the specified window coordinates (win.x, win.y, win.z) into object coordinates. </div></div>
<div class="ttc" id="a00176_html_ga7e820c9c692e28041be6d7c7042e4e4a"><div class="ttname"><a href="a00176.html#ga7e820c9c692e28041be6d7c7042e4e4a">glm::perspectiveFov</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > perspectiveFov(T const &fov, T const &width, T const &height, T const &near, T const &far)</div><div class="ttdoc">Builds a perspective projection matrix based on a field of view. </div></div>
<div class="ttc" id="a00176_html_ga454fdf3163c2779eeeeeb9d75907ce97"><div class="ttname"><a href="a00176.html#ga454fdf3163c2779eeeeeb9d75907ce97">glm::lookAt</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > lookAt(detail::tvec3< T, P > const &eye, detail::tvec3< T, P > const &center, detail::tvec3< T, P > const &up)</div><div class="ttdoc">Build a look at view matrix. </div></div>
<div class="ttc" id="a00176_html_ga4e1138c8a4bcc3bbbb40090d8441b0a5"><div class="ttname"><a href="a00176.html#ga4e1138c8a4bcc3bbbb40090d8441b0a5">glm::frustum</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tmat4x4< T, P > frustum(T const &left, T const &right, T const &bottom, T const &top, T const &near, T const &far)</div><div class="ttdoc">Creates a frustum matrix. </div></div>
<div class="ttc" id="a00176_html_ga41227b7b98882dcbaa8dab52df372c7b"><div class="ttname"><a href="a00176.html#ga41227b7b98882dcbaa8dab52df372c7b">glm::project</a></div><div class="ttdeci">GLM_FUNC_DECL detail::tvec3< T, P > project(detail::tvec3< T, P > const &obj, detail::tmat4x4< T, P > const &model, detail::tmat4x4< T, P > const &proj, detail::tvec4< U, P > const &viewport)</div><div class="ttdoc">Map the specified object coordinates (obj.x, obj.y, obj.z) into window coordinates. </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>
|
third_party/web_platform_tests/old-tests/submission/Opera/script_scheduling/083.html
|
youtube/cobalt
|
<!DOCTYPE html>
<html><head>
<title> scheduler: event listener defined by script in a document in history</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="testlib/testlib.js"></script>
</head>
<body>
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
<iframe src="about:blank"></iframe>
<script>
log('inline script #1');
function fireFooEvent(){
var evt=document.createEvent('Event');
evt.initEvent('foo', true, true);
document.dispatchEvent(evt);
}
var doc = frames[0].document;
doc.open('text/html');
doc.write('<script>top.log("IFRAME script");top.document.addEventListener("foo", function(e){ top.log("event: "+e.type); }, false)<\/script>');
log('end script #1');
</script>
<script>
fireFooEvent();
frames[0].location='about:blank'; // returning to about:blank should de-activate document that defined event listener..?
</script>
<script>
fireFooEvent();
</script>
<script type="text/javascript">
log( 'inline script #2' );
var t = async_test()
function test() {
assert_equals(frames[0].location.toString(), "about:blank");
assert_array_equals(eventOrder, ['inline script #1',
'IFRAME script',
'end script #1',
'event: foo',
'inline script #2'
]);
t.done();
}
onload = function() {setTimeout(t.step_func(function() {fireFooEvent(); test()}), 80)};
</script>
</body></html>
|
files/yui/3.15.0/slider-base/assets/skins/capsule/slider-skin.css
|
vvo/jsdelivr
|
/*
YUI 3.15.0 (build 834026e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* Horizontal Slider */
/* Use thumbUrl /build/slider-base/assets/skins/capsule/thumb-x.png */
/* Alternate thumbUrl /build/slider-base/assets/skins/capsule/thumb-x-line.png */
.yui3-skin-capsule .yui3-slider-x .yui3-slider-rail,
.yui3-skin-capsule .yui3-slider-x .yui3-slider-rail-cap-left,
.yui3-skin-capsule .yui3-slider-x .yui3-slider-rail-cap-right {
background-image: url(https://yui-s.yahooapis.com/3.15.0/build/slider-base/assets/skins/capsule/rail-x.png);
background-repeat: repeat-x;
background-repeat: repeat-x;
/* alternate: rail-x-dots.png */
/* alternate: rail-x-lines.png */
}
.yui3-skin-capsule .yui3-slider-x .yui3-slider-rail {
height: 25px;
}
.yui3-skin-capsule .yui3-slider-x .yui3-slider-thumb {
height: 30px;
width: 14px;
}
.yui3-skin-capsule .yui3-slider-x .yui3-slider-rail-cap-left {
background-position: 0 -20px;
height: 20px;
left: -2px;
width: 5px;
}
.yui3-skin-capsule .yui3-slider-x .yui3-slider-rail-cap-right {
background-position: 0 -40px;
height: 20px;
right: -2px;
width: 5px;
}
.yui3-skin-capsule .yui3-slider-x .yui3-slider-thumb-image {
left: 0;
top: -10px;
}
.yui3-skin-capsule .yui3-slider-x .yui3-slider-thumb-shadow {
left: 0;
opacity: 0.15;
filter: alpha(opacity=15);
top: -50px;
}
/* Vertical Slider */
/* Use thumbUrl /build/slider-base/assets/skins/capsule/thumb-y.png */
/* Alternate thumbUrl /build/slider-base/assets/skins/capsule/thumb-y-line.png */
.yui3-skin-capsule .yui3-slider-y .yui3-slider-rail,
.yui3-skin-capsule .yui3-slider-y .yui3-slider-rail-cap-top,
.yui3-skin-capsule .yui3-slider-y .yui3-slider-rail-cap-bottom {
background-image: url(https://yui-s.yahooapis.com/3.15.0/build/slider-base/assets/skins/capsule/rail-y.png);
background-repeat: repeat-y;
background-repeat: repeat-y;
/* alternate: rail-y-dots.png */
/* alternate: rail-y-lines.png */
}
.yui3-skin-capsule .yui3-slider-y .yui3-slider-rail {
width: 25px;
}
.yui3-skin-capsule .yui3-slider-y .yui3-slider-thumb {
width: 30px;
height: 14px;
}
.yui3-skin-capsule .yui3-slider-y .yui3-slider-rail-cap-top {
background-position: -20px 0;
width: 20px;
top: -2px;
height: 5px;
}
.yui3-skin-capsule .yui3-slider-y .yui3-slider-rail-cap-bottom {
background-position: -40px 0;
width: 20px;
bottom: -2px;
height: 5px;
}
.yui3-skin-capsule .yui3-slider-y .yui3-slider-thumb-image {
left: -10px;
top: 0;
}
.yui3-skin-capsule .yui3-slider-y .yui3-slider-thumb-shadow {
left: -50px;
opacity: 0.15;
filter: alpha(opacity=15);
top: 0;
}
|
web-platform-tests/tests/conformance-checkers/html/elements/picture/video-source-media-src-novalid.html
|
cr/fxos-certsuite
|
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid video-source-media-src</title>
<video><source media=screen src=x></video>
|
third_party/web_platform_tests/conformance-checkers/html/elements/q/cite/userinfo-backslash-novalid.html
|
youtube/cobalt
|
<!DOCTYPE html>
<meta charset=utf-8>
<title>invalid cite: userinfo-backslash</title>
<q cite="http://a\b:c\d@foo.com"></q>
|
premium-samples/lrm-xserver/xserver-2/index.css
|
ptv-logistics/xserverjs
|
html {
font-family: sans-serif;
}
.map {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.about {
position: absolute;
width: 320px;
height: 380px;
background: white;
opacity: 0.7;
left: 10px;
bottom: 10px;
padding: 12px;
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
#sidebar {
opacity: 0.8;
}
.handle {
display: inline-block;
transition: -webkit-transform 0.1s linear;
cursor: pointer;
}
.examples {
overflow-y: hidden;
transition: height 0.25s ease-in;
}
.hide {
height: 0;
}
.closed {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
|
app/partials/about.html
|
gaarf/adze
|
<div class="page-header">
<h1>About {{$stateParams.foo || something}}</h1>
</div>
<pre>{{$stateParams}}</pre>
<div ng-repeat="i in [1,2,3,4,5]">
<h5>Lipsum {{i}} {{something}}</h5>
<ng-include src="'/partials/lipsum.html'"></ng-include>
</div>
|
styles/base/_reset.css
|
Alx-l/bubbly-boilerplate
|
/* Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
box-sizing: border-box;
&:before,
&:after {
box-sizing: inherit;
}
}
html,
body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
background-color: #fff;
}
a {
text-decoration: none;
}
button {
background: #bdbdbd;
border: none;
&:focus {
outline: none;
}
&[disabled] {
cursor: not-allowed;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
img {
display: block;
max-width: 100%;
}
input:not([type=checkbox]):not([type=radio]) {
-webkit-appearance: none;
}
input[type=search] {
box-sizing: border-box;
}
input,
textarea,
select {
padding: 8px 0;
border: none;
border-bottom: 1px solid #bdbdbd;
border-radius: 0;
&:focus {
outline: none;
border-bottom: 1px solid var(--accent-color);
box-shadow: 0 1px 0 0 var(--accent-color);
}
}
textarea {
max-width: 100%;
border-top: 1px solid #bdbdbd;
&:focus {
border-top: 1px solid var(--accent-color);
box-shadow:
0 -1px 0 0 var(--accent-color),
0 1px 0 0 var(--accent-color);
}
}
select {
-webkit-appearance: none;
-moz-appearance: none;
}
/* FF hack, to prevent a sub-pixel rendering issue */
@-moz-document url-prefix() {
select {
padding: 0.4Em;
}
}
::placeholder {
font-weight: 700;
}
p {
margin: 0;
}
ul {
margin: 0;
padding-left: 0;
list-style-type: none;
}
|
solr-4.8.0/docs/solr-core/org/apache/solr/core/class-use/SolrXMLSerializer.SolrXMLDef.html
|
dtelaroli/angular-solr-example
|
<!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_55) on Thu Apr 24 20:55:48 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.core.SolrXMLSerializer.SolrXMLDef (Solr 4.8.0 API)</title>
<meta name="date" content="2014-04-24">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.core.SolrXMLSerializer.SolrXMLDef (Solr 4.8.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/core/SolrXMLSerializer.SolrXMLDef.html" title="class in org.apache.solr.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/core/class-use/SolrXMLSerializer.SolrXMLDef.html" target="_top">Frames</a></li>
<li><a href="SolrXMLSerializer.SolrXMLDef.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.core.SolrXMLSerializer.SolrXMLDef" class="title">Uses of Class<br>org.apache.solr.core.SolrXMLSerializer.SolrXMLDef</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.core.SolrXMLSerializer.SolrXMLDef</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/core/SolrXMLSerializer.SolrXMLDef.html" title="class in org.apache.solr.core">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/core/class-use/SolrXMLSerializer.SolrXMLDef.html" target="_top">Frames</a></li>
<li><a href="SolrXMLSerializer.SolrXMLDef.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
raw_data/arkive-critically-endangered-html/buxus-vahlii.html
|
andrewedstrom/cs638project
|
<!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>Vahl's boxwood factsheet on ARKive - Buxus vahlii</title>
<link rel="canonical" href="http://www.arkive.org/vahls-boxwood/buxus-vahlii/" />
<link rel="stylesheet" type="text/css" media="screen,print" href="/rcss/factsheet.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body> <!-- onload="window.print()">-->
<div id="container">
<div id="header"><a href="/"><img src="/rimg/factsheet/header_left.png" alt="" border="0" /><img src="/rimg/factsheet/header_logo.png" alt="" border="0" /><img src="/rimg/factsheet/header_right.png" alt="" border="0" /></a></div>
<div id="content">
<h1>Vahl's boxwood (<i>Buxus vahlii</i>)</h1>
<img alt="" src="/media/87/87C70488-5715-47C3-B616-6C0C658FD916/Presentation.Large/Vahls-boxwood-leaves.jpg"/>
<table cellspacing="0" cellpadding="0" id="factList">
<tbody>
<tr class="kingdom"><th align="left">Kingdom</th><td align="left">Plantae</td></tr>
<tr class="phylum"><th align="left">Phylum</th><td align="left">Tracheophyta</td></tr>
<tr class="class"><th align="left">Class</th><td align="left">Magnoliopsida</td></tr>
<tr class="order"><th align="left">Order</th><td align="left">Euphorbiales</td></tr>
<tr class="family"><th align="left">Family</th><td align="left">Buxaceae</td></tr>
<tr class="genus"><th align="left">Genus</th><td align="left"><em>Buxus (1)</em></td></tr>
</tbody>
</table>
<h2><img src="/rimg/factsheet/Status.png" class="heading" /></h2><p class="Status"><p>This species is classified as Critically Endangered (CR) on the IUCN Red List (1).</p></p><h2><img src="/rimg/factsheet/Description.png" class="heading" /></h2><p class="Description"><p>Information on Vahl's boxwood is currently being researched and written and will appear here shortly.</p></p><h2><img src="/rimg/factsheet/FurtherInformation.png" class="heading" /></h2><p class="Find out more"><p>For more information on the vahl's boxwood, see:</p>
<ul>
<li>
Center for Plant Conservation: <br/><a href="http://www.centerforplantconservation.org/Collection/CPC_ViewProfile.asp?CPCNum=644" target="_blank">http://www.centerforplantconservation.org/Collection/CPC_ViewProfile.asp?CPCNum=644</a></li>
</ul>
</p><h2><img src="/rimg/factsheet/Authentication.png" class="heading" /></h2><p class="AuthenticatioModel"><p>This information is awaiting authentication by a species expert, and will be updated as soon as possible. If you are able to help please contact: <br/><a href="mailto:arkive@wildscreen.org.uk">arkive@wildscreen.org.uk</a></p></p><h2><img src="/rimg/factsheet/References.png" class="heading" /></h2>
<ol id="references">
<li id="ref1">
<a id="reference_1" name="reference_1"></a>
IUCN Red List (July, 2010) <br/><a href="http://www.iucnredlist.org" target="_blank">http://www.iucnredlist.org</a></li>
</ol>
</div>
</div>
</body>
</html>
|
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.0/ramsey/8.10.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ramsey: 8 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.0 / ramsey - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ramsey
<small>
8.10.0
<span class="label label-success">8 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-02-26 23:22:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-26 23:22:14 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.0 Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ramsey"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Ramsey"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: dimension one Ramsey theorem"
"keyword: constructive mathematics"
"keyword: almost full sets"
"category: Mathematics/Logic/See also"
"category: Mathematics/Combinatorics and Graph Theory"
"category: Miscellaneous/Extracted Programs/Combinatorics"
]
authors: [
"Marc Bezem"
]
bug-reports: "https://github.com/coq-contribs/ramsey/issues"
dev-repo: "git+https://github.com/coq-contribs/ramsey.git"
synopsis: "Ramsey Theory"
description: """
For dimension one, the Infinite Ramsey Theorem states that, for any
subset A of the natural numbers nat, either A or nat\\A is
infinite. This special case of the Pigeon Hole Principle is
classically equivalent to: if A and B are both co-finite, then so is
their intersection. None of these principles is constructively
valid. In [VB] the notion of an almost full set is introduced,
classically equivalent to co-finiteness, for which closure under
finite intersection can be proved constructively. A is almost full if
for every (strictly) increasing sequence f: nat -> nat there exists an
x in nat such that f(x) in A. The notion of almost full and its
closure under finite intersection are generalized to all finite
dimensions, yielding constructive Ramsey Theorems. The proofs for
dimension two and higher essentially use Brouwer's Bar Theorem.
In the proof development below we strengthen the notion of almost full
for dimension one in the following sense. A: nat -> Prop is called
Y-full if for every (strictly) increasing sequence f: nat -> nat we
have (A (f (Y f))). Here of course Y : (nat -> nat) -> nat. Given
YA-full A and YB-full B we construct X from YA and YB such that the
intersection of A and B is X-full. This is essentially [VB, Th. 5.4],
but now it can be done without using axioms, using only inductive
types. The generalization to higher dimensions will be much more
difficult and is not pursued here."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ramsey/archive/v8.10.0.tar.gz"
checksum: "md5=4ac9988a8896338d3f8000c5832e39f0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ramsey.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-ramsey.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>4 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-ramsey.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 37 K</p>
<ul>
<li>16 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Ramsey/Ramsey.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Ramsey/Ramsey.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/Ramsey/Ramsey.v</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-ramsey.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
all-data/25000-25999/25559-22.html
|
BuzzAcademy/idioms-moe-unformatted-data
|
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">撮科打哄</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄘㄨㄛ ㄎㄜ ㄉㄚ<sup class="subfont">ˇ</sup> ㄏㄨㄥ<sup class="subfont">ˇ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">cuō kē dǎ hǒng</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">以詼諧的言詞及有趣的動作引人發笑。明˙湯顯祖˙南柯記˙第六齣:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>但是晦氣的人家,便請我撮科打哄;不管有趣的子弟,都與他鑽懶鬧閒。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
releases/2.6/javawsdocs/allclasses-frame.html
|
IncaProject/IncaProject.github.io
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_18) on Tue Nov 02 11:26:42 PDT 2010 -->
<TITLE>
All Classes
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="edu/sdsc/inca/AgentClient.html" title="class in edu.sdsc.inca" target="classFrame">AgentClient</A>
<BR>
<A HREF="edu/sdsc/inca/util/CachedProperties.html" title="class in edu.sdsc.inca.util" target="classFrame">CachedProperties</A>
<BR>
<A HREF="edu/sdsc/inca/Client.html" title="class in edu.sdsc.inca" target="classFrame">Client</A>
<BR>
<A HREF="edu/sdsc/inca/Component.html" title="class in edu.sdsc.inca" target="classFrame">Component</A>
<BR>
<A HREF="edu/sdsc/inca/util/ConfigProperties.html" title="class in edu.sdsc.inca.util" target="classFrame">ConfigProperties</A>
<BR>
<A HREF="edu/sdsc/inca/util/ConfigPropertiesTest.html" title="class in edu.sdsc.inca.util" target="classFrame">ConfigPropertiesTest</A>
<BR>
<A HREF="edu/sdsc/inca/ConfigurationException.html" title="class in edu.sdsc.inca" target="classFrame">ConfigurationException</A>
<BR>
<A HREF="edu/sdsc/inca/util/Constants.html" title="class in edu.sdsc.inca.util" target="classFrame">Constants</A>
<BR>
<A HREF="edu/sdsc/inca/util/CronSchedule.html" title="class in edu.sdsc.inca.util" target="classFrame">CronSchedule</A>
<BR>
<A HREF="edu/sdsc/inca/util/CronScheduleTest.html" title="class in edu.sdsc.inca.util" target="classFrame">CronScheduleTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/Crypter.html" title="class in edu.sdsc.inca.util" target="classFrame">Crypter</A>
<BR>
<A HREF="edu/sdsc/inca/util/CrypterException.html" title="class in edu.sdsc.inca.util" target="classFrame">CrypterException</A>
<BR>
<A HREF="edu/sdsc/inca/util/CrypterTest.html" title="class in edu.sdsc.inca.util" target="classFrame">CrypterTest</A>
<BR>
<A HREF="edu/sdsc/inca/DepotClient.html" title="class in edu.sdsc.inca" target="classFrame">DepotClient</A>
<BR>
<A HREF="edu/sdsc/inca/util/ExpandablePattern.html" title="class in edu.sdsc.inca.util" target="classFrame">ExpandablePattern</A>
<BR>
<A HREF="edu/sdsc/inca/util/ExpandablePatternTest.html" title="class in edu.sdsc.inca.util" target="classFrame">ExpandablePatternTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/ExprEvaluator.html" title="class in edu.sdsc.inca.util" target="classFrame">ExprEvaluator</A>
<BR>
<A HREF="edu/sdsc/inca/util/ExprEvaluatorTest.html" title="class in edu.sdsc.inca.util" target="classFrame">ExprEvaluatorTest</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/GetLog.html" title="class in edu.sdsc.inca.protocol" target="classFrame">GetLog</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/LogConfig.html" title="class in edu.sdsc.inca.protocol" target="classFrame">LogConfig</A>
<BR>
<A HREF="edu/sdsc/inca/ManagerClient.html" title="class in edu.sdsc.inca" target="classFrame">ManagerClient</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/MessageHandler.html" title="class in edu.sdsc.inca.protocol" target="classFrame">MessageHandler</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/MessageHandler.Permittee.html" title="class in edu.sdsc.inca.protocol" target="classFrame">MessageHandler.Permittee</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/MessageHandler.PermitteeGroup.html" title="enum in edu.sdsc.inca.protocol" target="classFrame">MessageHandler.PermitteeGroup</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/MessageHandlerFactory.html" title="class in edu.sdsc.inca.protocol" target="classFrame">MessageHandlerFactory</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/MessageHandlerFactoryTest.html" title="class in edu.sdsc.inca.protocol" target="classFrame">MessageHandlerFactoryTest</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/Permit.html" title="class in edu.sdsc.inca.protocol" target="classFrame">Permit</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/PermitTest.html" title="class in edu.sdsc.inca.protocol" target="classFrame">PermitTest</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/Ping.html" title="class in edu.sdsc.inca.protocol" target="classFrame">Ping</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/Protocol.html" title="class in edu.sdsc.inca.protocol" target="classFrame">Protocol</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/ProtocolException.html" title="class in edu.sdsc.inca.protocol" target="classFrame">ProtocolException</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/ProtocolReader.html" title="class in edu.sdsc.inca.protocol" target="classFrame">ProtocolReader</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/ProtocolReaderTest.html" title="class in edu.sdsc.inca.protocol" target="classFrame">ProtocolReaderTest</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/ProtocolWriter.html" title="class in edu.sdsc.inca.protocol" target="classFrame">ProtocolWriter</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/ProtocolWriterTest.html" title="class in edu.sdsc.inca.protocol" target="classFrame">ProtocolWriterTest</A>
<BR>
<A HREF="edu/sdsc/inca/repository/ReporterPackage.html" title="class in edu.sdsc.inca.repository" target="classFrame">ReporterPackage</A>
<BR>
<A HREF="edu/sdsc/inca/repository/Repositories.html" title="class in edu.sdsc.inca.repository" target="classFrame">Repositories</A>
<BR>
<A HREF="edu/sdsc/inca/repository/RepositoriesTest.html" title="class in edu.sdsc.inca.repository" target="classFrame">RepositoriesTest</A>
<BR>
<A HREF="edu/sdsc/inca/repository/Repository.html" title="class in edu.sdsc.inca.repository" target="classFrame">Repository</A>
<BR>
<A HREF="edu/sdsc/inca/repository/RepositoryPackageTest.html" title="class in edu.sdsc.inca.repository" target="classFrame">RepositoryPackageTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/ResourcesWrapper.html" title="class in edu.sdsc.inca.util" target="classFrame">ResourcesWrapper</A>
<BR>
<A HREF="edu/sdsc/inca/util/ResourcesWrapperTest.html" title="class in edu.sdsc.inca.util" target="classFrame">ResourcesWrapperTest</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/Revoke.html" title="class in edu.sdsc.inca.protocol" target="classFrame">Revoke</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/RevokeAll.html" title="class in edu.sdsc.inca.protocol" target="classFrame">RevokeAll</A>
<BR>
<A HREF="edu/sdsc/inca/util/RpmPackage.html" title="class in edu.sdsc.inca.util" target="classFrame">RpmPackage</A>
<BR>
<A HREF="edu/sdsc/inca/Server.html" title="class in edu.sdsc.inca" target="classFrame">Server</A>
<BR>
<A HREF="edu/sdsc/inca/ServerClientTest.html" title="class in edu.sdsc.inca" target="classFrame">ServerClientTest</A>
<BR>
<A HREF="edu/sdsc/inca/ServerInput.html" title="class in edu.sdsc.inca" target="classFrame">ServerInput</A>
<BR>
<A HREF="edu/sdsc/inca/ServerTest.html" title="class in edu.sdsc.inca" target="classFrame">ServerTest</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/StandardMessageHandler.html" title="class in edu.sdsc.inca.protocol" target="classFrame">StandardMessageHandler</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/Statement.html" title="class in edu.sdsc.inca.protocol" target="classFrame">Statement</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/StatementTest.html" title="class in edu.sdsc.inca.protocol" target="classFrame">StatementTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/StringMethods.html" title="class in edu.sdsc.inca.util" target="classFrame">StringMethods</A>
<BR>
<A HREF="edu/sdsc/inca/util/StringMethodsTest.html" title="class in edu.sdsc.inca.util" target="classFrame">StringMethodsTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/SuiteModificationException.html" title="class in edu.sdsc.inca.util" target="classFrame">SuiteModificationException</A>
<BR>
<A HREF="edu/sdsc/inca/util/SuiteStagesWrapper.html" title="class in edu.sdsc.inca.util" target="classFrame">SuiteStagesWrapper</A>
<BR>
<A HREF="edu/sdsc/inca/util/SuiteStagesWrapperTest.html" title="class in edu.sdsc.inca.util" target="classFrame">SuiteStagesWrapperTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/SuiteWrapper.html" title="class in edu.sdsc.inca.util" target="classFrame">SuiteWrapper</A>
<BR>
<A HREF="edu/sdsc/inca/util/SuiteWrapperTest.html" title="class in edu.sdsc.inca.util" target="classFrame">SuiteWrapperTest</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/VerifyProtocolVersion.html" title="class in edu.sdsc.inca.protocol" target="classFrame">VerifyProtocolVersion</A>
<BR>
<A HREF="edu/sdsc/inca/protocol/VerifyProtocolVersionTest.html" title="class in edu.sdsc.inca.protocol" target="classFrame">VerifyProtocolVersionTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/Worker.html" title="class in edu.sdsc.inca.util" target="classFrame">Worker</A>
<BR>
<A HREF="edu/sdsc/inca/util/WorkItem.html" title="interface in edu.sdsc.inca.util" target="classFrame"><I>WorkItem</I></A>
<BR>
<A HREF="edu/sdsc/inca/util/WorkQueue.html" title="class in edu.sdsc.inca.util" target="classFrame">WorkQueue</A>
<BR>
<A HREF="edu/sdsc/inca/util/WorkQueueTest.html" title="class in edu.sdsc.inca.util" target="classFrame">WorkQueueTest</A>
<BR>
<A HREF="edu/sdsc/inca/util/XmlWrapper.html" title="class in edu.sdsc.inca.util" target="classFrame">XmlWrapper</A>
<BR>
<A HREF="edu/sdsc/inca/util/XmlWrapperTest.html" title="class in edu.sdsc.inca.util" target="classFrame">XmlWrapperTest</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
html/234567160747.html
|
GoC-Spending/data-corporations
|
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Orbis Engineering Field Services Ltd. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492233060630&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=33974&V_SEARCH.docsStart=33973&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=33972&V_DOCUMENT.docRank=33973&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492233093474&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456039805&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=33974&V_DOCUMENT.docRank=33975&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492233093474&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567118766&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Orbis Engineering Field Services Ltd.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Orbis Engineering Field Services Ltd.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.orbisengineering.net"
target="_blank" title="Website URL">http://www.orbisengineering.net</a></p>
<p><a href="mailto:info@orbisengineering.net" title="info@orbisengineering.net">info@orbisengineering.net</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
300-9404 41 Ave NW<br/>
EDMONTON,
Alberta<br/>
T6E 6G8
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
300-9404 41 Ave NW<br/>
EDMONTON,
Alberta<br/>
T6E 6G8
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(780) 988-1455
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(866) 886-7247</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(780) 988-0191</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Orbis Engineering Field Services specializes in field engineering for a range of industries including power generation, utilities, mining and pipelines. Services include power system field services, engineering services, maintenance planning, project management, automation services, mechanical engineering support services, training services, and thermographic scanning.
<br>
<br>Orbis safety protocols are meticulous, staff is experienced, and the culture is one of support. Orbis' ability to service remote and restricted areas has made them the preferred engineering firm for many clients.
<br>
<br>Orbis started in 2001 with its head office located in Edmonton, AB. Other office locations include Vancouver, BC; Calgary, AB; Saskatoon, SK; and Santiago, Chile. Orbis is 100+ employees strong, boasts low employee turnover consistently well below the industry average, has a high percentage of repeat customers, and maintains an excellent safety rating.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Amin
Kassam
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Export Sales & Marketing,
Domestic Sales & Marketing,
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 988-1455
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 988-0191
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
akassam@orbisengineering.net
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Cody
Zaitsoff
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Controller
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing,
Finance/Accounting,
Management Executive,
Export Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 988-1455
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 988-0191
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
czaitsoff@orbisengineering.net
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541330 - Engineering Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Electrical Engineering and Electrical Field Services<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Field Services Equipment Servicing (batteries, cables, circuit breakers, MCC, power transformers, protective relays, substation switchgears)
<br>
Engineering Design for Transmission, Distribution & Generation, Substations, Industrial Plants, and Protection & Controls
<br>
Power System Studies and Power System Modelling
<br>
Engineering Site Services (Project Management, Construction Scheduling, Equipment Evaluations)
<br>
Automation Services (RTU, PLC, SCADA, HMI, Utility Substation Telecontrol Commissioning)
<br>
Planning Services (Maintenance Planning, Master Data Support for SAP, Ellipse, Maximo, Project Management)<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Amin
Kassam
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Export Sales & Marketing,
Domestic Sales & Marketing,
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 988-1455
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 988-0191
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
akassam@orbisengineering.net
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Cody
Zaitsoff
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Controller
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing,
Finance/Accounting,
Management Executive,
Export Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(780) 988-1455
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(780) 988-0191
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
czaitsoff@orbisengineering.net
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541330 - Engineering Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Electrical Engineering and Electrical Field Services<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Field Services Equipment Servicing (batteries, cables, circuit breakers, MCC, power transformers, protective relays, substation switchgears)
<br>
Engineering Design for Transmission, Distribution & Generation, Substations, Industrial Plants, and Protection & Controls
<br>
Power System Studies and Power System Modelling
<br>
Engineering Site Services (Project Management, Construction Scheduling, Equipment Evaluations)
<br>
Automation Services (RTU, PLC, SCADA, HMI, Utility Substation Telecontrol Commissioning)
<br>
Planning Services (Maintenance Planning, Master Data Support for SAP, Ellipse, Maximo, Project Management)<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-02-05
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
public/css/includes/css/custom.css
|
quantumlicht/chores_tracker
|
.comment {
margin: 10px 0;
}
#accept-answer :hover {
background-color: grey;
}
/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border: 1px solid #eee;
border-left-width: 5px;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
/*background-color: #fcf2f2;*/
border-color: #dFb5b4;
}
.bs-callout-warning {
/*background-color: #fefbed;*/
border-color: #f1e7bc;
}
.bs-callout-info {
/*background-color: #f0f7fd;*/
border-color: #d0e3f0;
}
|
people/kg6vbm76.html
|
slowe/panelshows
|
<html>
<head>
<title>Jordie Lane's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Jordie Lane's panel show appearances</h1>
<p>Jordie Lane has appeared in <span class="total">1</span> episodes between 2009-2009. Note that these appearances may be for more than one person if multiple people have the same name.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2009</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2009-11-04</strong> / <a href="../shows/spicks-and-specks.html">Spicks and Specks</a></li>
</ol>
</div>
</body>
</html>
|
lib/assets/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/elrte.min.js.html
|
user-tony/photon-rails
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/js/plugins/prettify/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="elrte.min.js.html#">Sign Up »</a>
<a href="elrte.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="elrte.min.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
_site/2016/03/30/d242.html
|
Sonictherocketman/mirror.microblog
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brian Schrader - D242</title>
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="alternate" type="application/rss+xml" title="My Blog" href="/rss.xml">
<link rel="stylesheet" href="/assets/css/highlight.css">
</head>
<body>
<nav class="main-nav">
<a href="/"> <span class="arrow">←</span> Home </a>
<a href="/about">About </a>
<a class="cta" href="/feed.xml">RSS</a>
</nav>
<section id="wrapper" class="">
<article class="post">
<header>
<!-- <h1>D242</h1> -->
<h2 class="headline">March 30, 2016</h2>
</header>
<section id="post-body">
<p>and I'm pretty confident that I would have noticed it if it did. I've logged a <em>lot</em> of typing hours on my Mac laptops. #college</p>
</section>
</article>
<footer id="post-meta" class="clearfix">
<a href="http://snippets.today/users/sonicrocketman">
<img class="avatar" src="http://www.gravatar.com/avatar/11b074a636e00292c98e3e60f7e16595?s=160" />
<div>
<span class="dark">sonicrocketman</span>
<span>Brian Schrader</span>
</div>
</a>
<section id="sharing">
<a class="twitter" href="https://twitter.com/intent/tweet?text=http://sonicrocketman.snippets.xyz/2016/03/30/d242.html"><span class="icon-twitter"> Tweet</span></a>
<a class="facebook" href="#" onclick="
window.open(
'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
'facebook-share-dialog',
'width=626,height=436');
return false;"><span class="icon-facebook-rect"> Share</span>
</a>
</section>
</footer>
<!-- Disqus comments -->
<!-- Archive post list -->
<!--
<ul id="post-list" class="archive readmore">
<h3>Read more</h3>
<li>
<a href="/2016/09/13/70a7.html">I'm convinced he was a friendly plumbing spirit. I'll never forget you; you were here so briefly I'm not sure you even existed at all.
<aside class="dates">Sep 13</aside></a>
</li>
<li>
<a href="/2016/09/13/5e48.html">Plumber came today to fix a large leak. He came to the door smiling, was here 10 mins, fixed the issue, laughed joyously, and said goodbye.
<aside class="dates">Sep 13</aside></a>
</li>
<li>
<a href="/2016/09/13/1184.html">First impressions of iOS 10: All the text is HUGE.
<aside class="dates">Sep 13</aside></a>
</li>
<li>
<a href="/2016/09/13/4799.html">I guess the whole app wasn't pure white enough. Jony Ive wasn't happy.
<aside class="dates">Sep 13</aside></a>
</li>
<li>
<a href="/2016/09/13/ec93.html">Not sure why the new version of iTunes removed the custom, album cover based playlist background colors, but I'm sad they're gone.
<aside class="dates">Sep 13</aside></a>
</li>
<li>
<a href="/2016/09/12/e9e1.html">I love this effect on photos. [http://bit.ly/2cUuJgV](http://bit.ly/2cUuJgV) credit: @museofadventure
<aside class="dates">Sep 12</aside></a>
</li>
<li>
<a href="/2016/09/09/5e5c.html">Typos make quotes better.
<aside class="dates">Sep 09</aside></a>
</li>
<li>
<a href="/2016/09/09/8c20.html">"See how he pops and locks agains his will?"
<aside class="dates">Sep 09</aside></a>
</li>
<li>
<a href="/2016/09/08/75b3.html">Thanks to everyone who's been commenting or visiting the Adventurer's Codex site. Your response has been amazing.
<aside class="dates">Sep 08</aside></a>
</li>
<li>
<a href="/2016/09/07/ed5f.html">I'm thrilled to announce a project I've been working on for a while now: Announcing Adventurer's Codex, a D&D 5e players tool. [http://bit.ly/2c5BLg7](http://bit.ly/2c5BLg7)
<aside class="dates">Sep 07</aside></a>
</li>
<li>
<a href="/2016/08/25/ada7.html">🎶Adding email filters🎶
<aside class="dates">Aug 25</aside></a>
</li>
<li>
<a href="/2016/08/19/4ccf.html">I need a break for a week. [http://bit.ly/2bxiGlS](http://bit.ly/2bxiGlS)
<aside class="dates">Aug 19</aside></a>
</li>
<li>
<a href="/2016/08/16/cbd2.html">Now this is a hack, but it is also a working hack. [http://bit.ly/2aXQKcB](http://bit.ly/2aXQKcB)
<aside class="dates">Aug 16</aside></a>
</li>
<li>
<a href="/2016/08/15/9691.html">Other than that though, it's super fun. #NoMansSky
<aside class="dates">Aug 15</aside></a>
</li>
<li>
<a href="/2016/08/15/024b.html">One thing about No Man's Sky: the lack of an intro in Minecraft was never really a plus either.
<aside class="dates">Aug 15</aside></a>
</li>
<li>
<a href="/2016/08/14/4d06.html">"Gigabuckets of anti-love"
<aside class="dates">Aug 14</aside></a>
</li>
<li>
<a href="/2016/08/12/8d24.html">Solving the real problems. [http://bit.ly/2aQNYFS](http://bit.ly/2aQNYFS) @museofadventure
<aside class="dates">Aug 12</aside></a>
</li>
<li>
<a href="/2016/08/12/892f.html">Let the Star Gazing begin! #persieds
<aside class="dates">Aug 12</aside></a>
</li>
<li>
<a href="/2016/08/11/5edf.html">I think I've reached peak tech irony (sorry HackerNews commenters). [http://bit.ly/2aPx4WW](http://bit.ly/2aPx4WW)
<aside class="dates">Aug 11</aside></a>
</li>
<li>
<a href="/2016/08/10/f342.html">making plans with @museofadventure [http://bit.ly/2aKFxMn](http://bit.ly/2aKFxMn)
<aside class="dates">Aug 10</aside></a>
</li>
<li>
<a href="/2016/08/09/1a7d.html">I'm so full of good food. 😌😴
<aside class="dates">Aug 09</aside></a>
</li>
<li>
<a href="/2016/08/09/eebb.html">(Yes I just popped in a new fuze). Thanks internet. [http://bit.ly/2aHP19W](http://bit.ly/2aHP19W)
<aside class="dates">Aug 09</aside></a>
</li>
<li>
<a href="/2016/08/09/2b1d.html">I wouldn't have normally noticed until I didn't see the reflection while driving. This stopped me before it could be a problem. 👍
<aside class="dates">Aug 09</aside></a>
</li>
<li>
<a href="/2016/08/09/1f90.html">Apparently my car won't go into gear (there's an override) if the brake light fuze goes out. That's actually pretty cool.
<aside class="dates">Aug 09</aside></a>
</li>
<li>
<a href="/2016/07/30/5968.html">"Minor Text Fixes" - Most hated words in 2016
<aside class="dates">Jul 30</aside></a>
</li>
<li>
<a href="/2016/07/30/7520.html">There must be 80 people here sitting in a small plaza, in the shade playing Pokemon. All ages.
<aside class="dates">Jul 30</aside></a>
</li>
<li>
<a href="/2016/07/27/7087.html">"Completely empty flight tonight" - Attendant 👍😊😴
<aside class="dates">Jul 27</aside></a>
</li>
<li>
<a href="/2016/07/27/357b.html">SJC➡️SAN✈️
<aside class="dates">Jul 27</aside></a>
</li>
<li>
<a href="/2016/07/27/c31f.html">Writing up a pre-flight post... ready for home.
<aside class="dates">Jul 27</aside></a>
</li>
<li>
<a href="/2016/07/27/eb90.html">Pre-Flight cappuccino
<aside class="dates">Jul 27</aside></a>
</li>
<li>
<a href="/2016/07/26/6834.html">This vacation is 30% Pokemon Go.
<aside class="dates">Jul 26</aside></a>
</li>
<li>
<a href="/2016/07/24/cc0f.html">OH: "Feet is not a feeling."
<aside class="dates">Jul 24</aside></a>
</li>
<li>
<a href="/2016/07/24/8dcc.html">Only a little sunburned...
<aside class="dates">Jul 24</aside></a>
</li>
<li>
<a href="/2016/07/23/4662.html">More views. [http://bit.ly/2a6inwX](http://bit.ly/2a6inwX)
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/23/807d.html">Dear SF, please teach your birds not to crap on my head. K thanks.
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/23/88ad.html">TIL Davey Crockett rode into town on the backs of crocodiles. [http://bit.ly/2aiC3Bh](http://bit.ly/2aiC3Bh)
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/23/dc22.html">Feels too much like San Diego here. Not that that's bad, just that I was already in San Diego.
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/23/5918.html">You know San Francisco, without the cold and the fog you lose a lot of the mystique.
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/23/04bc.html">The audiophile section of the last episode of @atpfm was longer than my flight. Super cool stuff though.
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/23/7be0.html">Traveling with @MuseofAdventure 😆🌅⏳☕️🎶😞
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/23/9b21.html">SAN➡️SJC ✈️
<aside class="dates">Jul 23</aside></a>
</li>
<li>
<a href="/2016/07/22/65d3.html">Second wind: Go!
<aside class="dates">Jul 22</aside></a>
</li>
<li>
<a href="/2016/07/20/5f83.html">New café recently opened down the street. Good coffee, weak AC. ☕😊️🔥😞
<aside class="dates">Jul 20</aside></a>
</li>
<li>
<a href="/2016/07/20/aa08.html">An interesting writeup about today's Stack Overflow outage. [http://bit.ly/29Wk53Z](http://bit.ly/29Wk53Z)
<aside class="dates">Jul 20</aside></a>
</li>
<li>
<a href="/2016/07/20/8ff7.html">Xcode doesn't support Swift refactoring so I'm over here writing scripts to grep through source files. Funnily enough, I don't really mind.
<aside class="dates">Jul 20</aside></a>
</li>
<li>
<a href="/2016/07/20/e7f5.html">Python people are usually sticklers for it, and consequently, I am now too. But Swift is making it really difficult.
<aside class="dates">Jul 20</aside></a>
</li>
<li>
<a href="/2016/07/20/1b4d.html">Does anyone out there even attempt to keep ~80 characters/line in Swift?
<aside class="dates">Jul 20</aside></a>
</li>
<li>
<a href="/2016/07/19/58a1.html">It's a two coffee morning. ☕️☕️
<aside class="dates">Jul 19</aside></a>
</li>
<li>
<a href="/2016/07/15/c66c.html">Holy crap Turkey.
<aside class="dates">Jul 15</aside></a>
</li>
<li>
<a href="/2016/07/15/7f78.html">Out for a night of Pokemon hunting.
<aside class="dates">Jul 15</aside></a>
</li>
<li>
<a href="/2016/07/11/8989.html">Will it finally be cool to wear a Pokemon hat as an adult now? I've waited for that moment for years.
<aside class="dates">Jul 11</aside></a>
</li>
<li>
<a href="/2016/07/11/caa7.html">Its official. I'm now fully indoctrinated. I've had the server crash on me while catching Pokemon.
<aside class="dates">Jul 11</aside></a>
</li>
<li>
<a href="/2016/07/11/4fd0.html">I know I'm a bit late to the party, but I'm here now.
<aside class="dates">Jul 11</aside></a>
</li>
<li>
<a href="/2016/07/11/6e42.html">Whelp. It's happened. [http://bit.ly/29CEkYa](http://bit.ly/29CEkYa)
<aside class="dates">Jul 11</aside></a>
</li>
<li>
<a href="/2016/07/08/1377.html">What do you call global, shared-state objects: NSNotificationCenter.defaultCenter, UIApplication.sharedApplication, etc? I say services.
<aside class="dates">Jul 08</aside></a>
</li>
<li>
<a href="/2016/07/05/a427.html">View from the top. #prefireworks [http://bit.ly/29mryMc](http://bit.ly/29mryMc)
<aside class="dates">Jul 05</aside></a>
</li>
<li>
<a href="/2016/07/04/da5b.html">Linode, you're awesome.
<aside class="dates">Jul 04</aside></a>
</li>
<li>
<a href="/2016/07/04/b1c7.html">[notice] everything is fine. It's a non-crucial personal server. Thanks to the folks at Linode for detecting the hack and shutting it down.
<aside class="dates">Jul 04</aside></a>
</li>
<li>
<a href="/2016/07/04/29a6.html">Ladies and Gentlemen, I have been hacked. [http://bit.ly/29oAEdb](http://bit.ly/29oAEdb)
<aside class="dates">Jul 04</aside></a>
</li>
<li>
<a href="/2016/07/02/52e6.html">There's a local Dixieland brass band playing on the front steps of a historical hotel down the street from me. I love this neighborhood.
<aside class="dates">Jul 02</aside></a>
</li>
<li>
<a href="/2016/06/28/10f3.html">Python Programming Interview:
A: "What are the steps to make a PB&J sandwich?"
B: "from sandwich import PBJ; my_sammie = PBJ()"
<aside class="dates">Jun 28</aside></a>
</li>
<li>
<a href="/2016/06/28/894d.html">Remember when we used to print emails, web pages, etc cause we wanted the "real version"?
<aside class="dates">Jun 28</aside></a>
</li>
<li>
<a href="/2016/06/28/df60.html">I normally don't really care for server admin stuff, but doing first time setup for production servers is exciting. It's like passing a milestone.
<aside class="dates">Jun 28</aside></a>
</li>
<li>
<a href="/2016/06/28/3e87.html">The project is real now.
<aside class="dates">Jun 28</aside></a>
</li>
<li>
<a href="/2016/06/21/c355.html">Last night @museofadventure took some great pictures of the Strawberry Moon. [http://bit.ly/28LEDvI](http://bit.ly/28LEDvI)
<aside class="dates">Jun 21</aside></a>
</li>
<li>
<a href="/2016/06/21/b4ad.html">I climb mountain like mountain goat. Minus the stumbling of course.
<aside class="dates">Jun 21</aside></a>
</li>
<li>
<a href="/2016/06/21/001c.html">The moon is so bright and its light is so moon-beautiful. Moon is moon best. Moon. #moon
<aside class="dates">Jun 21</aside></a>
</li>
<li>
<a href="/2016/06/21/fa7c.html">Keep the streak! [http://bit.ly/28JOu4e](http://bit.ly/28JOu4e)
<aside class="dates">Jun 21</aside></a>
</li>
<li>
<a href="/2016/06/19/4caf.html">Oh sweet, merciful god I found shade.
<aside class="dates">Jun 19</aside></a>
</li>
<li>
<a href="/2016/06/18/0050.html">OH: "12PM is the noon?"
<aside class="dates">Jun 18</aside></a>
</li>
<li>
<a href="/2016/06/16/b513.html">A long, but overall successful morning of coding. Now, I has lunch!
<aside class="dates">Jun 16</aside></a>
</li>
<li>
<a href="/2016/06/08/405f.html">"This isn't a Request for Thoughts. It's a Request for Comments."
<aside class="dates">Jun 08</aside></a>
</li>
<li>
<a href="/2016/06/07/f785.html">That's what software engineers should aspire to create.
<aside class="dates">Jun 07</aside></a>
</li>
<li>
<a href="/2016/06/07/2672.html">Not only is BBEdit's software great, but releases are timely with OS updates, and their documentation is complete (as far as I can tell).
<aside class="dates">Jun 07</aside></a>
</li>
<li>
<a href="/2016/06/07/9c61.html">BBEdit is a fantastic example of mature, correct software. It doesn't look "modern", but it's extremely powerful, stable, and feature-rich.
<aside class="dates">Jun 07</aside></a>
</li>
<li>
<a href="/2016/06/04/c4c2.html">PDX ➡️SAN ✈️
<aside class="dates">Jun 04</aside></a>
</li>
<li>
<a href="/2016/06/04/f368.html">I will definitely be back. And hopefully before #PyCon2017
<aside class="dates">Jun 04</aside></a>
</li>
<li>
<a href="/2016/06/04/1a03.html">It's been fun Portland. But now I must leave you.
<aside class="dates">Jun 04</aside></a>
</li>
<li>
<a href="/2016/06/03/ba0c.html">I. Love. This. City.
<aside class="dates">Jun 03</aside></a>
</li>
<li>
<a href="/2016/06/03/bfde.html">Why did I have to travel all the way from San Diego for this? Best coffee shop idea I've seen. [http://www.revolucioncoffeehouse.com](http://www.revolucioncoffeehouse.com)
<aside class="dates">Jun 03</aside></a>
</li>
<li>
<a href="/2016/06/03/7992.html">Re Portland: there's a lot of beautiful architecture. So many old buildings and churches.
<aside class="dates">Jun 03</aside></a>
</li>
<li>
<a href="/2016/06/03/2d82.html">I'm a sucker for columns. [http://bit.ly/1PrZ0Sc](http://bit.ly/1PrZ0Sc)
<aside class="dates">Jun 03</aside></a>
</li>
<li>
<a href="/2016/06/03/c8eb.html">Sacajawea [http://bit.ly/20XJmhX](http://bit.ly/20XJmhX)
<aside class="dates">Jun 03</aside></a>
</li>
<li>
<a href="/2016/06/03/7d72.html">Biscuits for Breakfast. 😊
<aside class="dates">Jun 03</aside></a>
</li>
<li>
<a href="/2016/06/02/06f9.html">Now this is what Portland is about. #coffee [http://bit.ly/1r4kGrN](http://bit.ly/1r4kGrN)
<aside class="dates">Jun 02</aside></a>
</li>
<li>
<a href="/2016/06/02/d4e8.html">Tired. #PyCon has beaten me.
<aside class="dates">Jun 02</aside></a>
</li>
<li>
<a href="/2016/06/02/e3b5.html">Usually. [http://bit.ly/1Uvzjim](http://bit.ly/1Uvzjim)
<aside class="dates">Jun 02</aside></a>
</li>
<li>
<a href="/2016/06/01/8554.html">best quote, "crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, crap, yes!"
<aside class="dates">Jun 01</aside></a>
</li>
<li>
<a href="/2016/06/01/63b1.html">Great talks, great people, but I'm exhausted.
<aside class="dates">Jun 01</aside></a>
</li>
<li>
<a href="/2016/05/31/7c82.html">I can't imagine nicer Portland weather.
<aside class="dates">May 31</aside></a>
</li>
<li>
<a href="/2016/05/31/3e48.html">A Pork Katsu Torta? Yes please!
<aside class="dates">May 31</aside></a>
</li>
<li>
<a href="/2016/05/31/080b.html">some awesome lightning talks #pycon2016
<aside class="dates">May 31</aside></a>
</li>
<li>
<a href="/2016/05/30/2b10.html">Oh no. Other Mac apps are doing the whole "jump to the cursor on-click like iMessage does" thing. Please fix this Apple.
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/8a73.html">Automation > Process #pycon2016
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/7ac3.html">All of the talks are closed captioned. I feel so bad for them, so much jargon.
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/91ff.html">Up next: "The Cobbler's Children have no Shoes."
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/6df5.html">Seriously, their apps are so ridiculously good.
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/844a.html">The one thing I miss most after leaving Twitter: @tweetbot.
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/193b.html">define your charaters (funtions) before they're used. #pycon2016
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/b555.html">programming style as storytelling. great idea.
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/ffda.html">"Readability matters because you don't scale" #pycon2016
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/9b78.html">"Software is made out of people...and their time."
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/daec.html">Everyone in the room has Slack, Twitter, and Github open.
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/46c5.html">recovering git branches... YES!
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/b03f.html">Git: Fear of losing work is a barrier to learning/experimentation #pycon2016
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/bd57.html">so many good talks all at the same time...
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/d31c.html">All examples in Python3. #asitshouldbe #pycon2016
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/fb8e.html">btw if you don't care about programming or Python, then you might want to mute #pycon2016 for the next few days.
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/8412.html">First session of the day: File descriptors, UNIX sockets and other POSIX wizardry. #pycon2016
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/9c03.html">PyCon so far has been 5% technology and 95% inclusivity, community, diversity, and education. #pycon2016
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/7325.html">It's time for PyCon: Day 1!
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/c00c.html">Free food!
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/1c59.html">Badged. [http://bit.ly/1Z7sLb3](http://bit.ly/1Z7sLb3)
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/3c82.html">Portland Lyft driver makes a Portlandia reference and neither of the dudes from San Diego got it. #auspiciousstart
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/30/0a2c.html">I'm in Portland!
<aside class="dates">May 30</aside></a>
</li>
<li>
<a href="/2016/05/29/0513.html">Got some time to wait in the terminal. Time for some Revolutions Podcast! [https://overcast.fm/](https://overcast.fm/) BFNrRhjmI
<aside class="dates">May 29</aside></a>
</li>
<li>
<a href="/2016/05/29/51ae.html">My activity graph makes cat ears. [http://bit.ly/20Q8R4S](http://bit.ly/20Q8R4S)
<aside class="dates">May 29</aside></a>
</li>
<li>
<a href="/2016/05/29/db5e.html">Thank you to whoever unplugged the 12-port, communal charging strip so they could plug in their iPad directly. We didn't need those.
<aside class="dates">May 29</aside></a>
</li>
<li>
<a href="/2016/05/29/7e3e.html">SAN➡️PDX✈️
<aside class="dates">May 29</aside></a>
</li>
<li>
<a href="/2016/05/28/70b4.html">🐍 Prepping for PyCon! 🐍
<aside class="dates">May 28</aside></a>
</li>
<li>
<a href="/2016/05/28/8c01.html">Me before entering a Twitter argument. [http://gph.is/1eRvd1P](http://gph.is/1eRvd1P)
<aside class="dates">May 28</aside></a>
</li>
<li>
<a href="/2016/05/26/dd52.html">Glad to see that this case ended how it should have. The consequences are huge. [http://bit.ly/1UgpGUC](http://bit.ly/1UgpGUC)
<aside class="dates">May 26</aside></a>
</li>
<li>
<a href="/2016/05/26/244f.html">This is my favorite thing this week. [http://bit.ly/1Ru1mKn](http://bit.ly/1Ru1mKn)
<aside class="dates">May 26</aside></a>
</li>
<li>
<a href="/2016/05/24/8975.html">Guns replaced with selfie sticks [http://bit.ly/25k2aia](http://bit.ly/25k2aia)
<aside class="dates">May 24</aside></a>
</li>
<li>
<a href="/2016/05/24/b0c8.html">Work, now with breakfast! Order now!
<aside class="dates">May 24</aside></a>
</li>
<li>
<a href="/2016/05/23/dd56.html">End of a long, productive day. Now that nourishment has been consumed, it's time to relax. 🤖 *beep*
<aside class="dates">May 23</aside></a>
</li>
<li>
<a href="/2016/05/21/5b9f.html">Well it will be in an hour, at least.
<aside class="dates">May 21</aside></a>
</li>
<li>
<a href="/2016/05/21/0757.html">What time is it? Band practice time!
<aside class="dates">May 21</aside></a>
</li>
<li>
<a href="/2016/05/21/5940.html">It's serious stuff. [http://bit.ly/1NDPYRl](http://bit.ly/1NDPYRl)
<aside class="dates">May 21</aside></a>
</li>
<li>
<a href="/2016/05/20/f009.html">Can we all agree that there are too many proprietary chat apps, and bluetooth dongles?
<aside class="dates">May 20</aside></a>
</li>
<li>
<a href="/2016/05/18/d39f.html">🎶Configuring Postgres🎶
<aside class="dates">May 18</aside></a>
</li>
<li>
<a href="/2016/05/18/cfbc.html">For reference, this is the keyboard in question. [http://amzn.to/1TZK4sT](http://amzn.to/1TZK4sT)
<aside class="dates">May 18</aside></a>
</li>
<li>
<a href="/2016/05/18/4caf.html">Got a new keyboard today; not used to split layouts. This might be a good motivator for me to learn to type correctly.
<aside class="dates">May 18</aside></a>
</li>
<li>
<a href="/2016/05/18/1fc1.html">I'm really liking the iTunes update yesterday. What year is this?
<aside class="dates">May 18</aside></a>
</li>
<li>
<a href="/2016/05/17/7d11.html">Different topic: I'm really liking Swift. It's a little inconsistent at times (EAFP/LBYL) but it's really practical. [http://www.oranlooney.com/lbyl-vs-eafp/](http://www.oranlooney.com/lbyl-vs-eafp/)
<aside class="dates">May 17</aside></a>
</li>
<li>
<a href="/2016/05/17/4ba1.html">Not just for if you lock yourself out (which is **huge**) but if you want to go to your car and you left the keys at your desk or something.
<aside class="dates">May 17</aside></a>
</li>
<li>
<a href="/2016/05/17/d255.html">Best advice I've ever gotten: Put a copy of your car key in your wallet.
<aside class="dates">May 17</aside></a>
</li>
<li>
<a href="/2016/05/15/e8b3.html">And now, band practice. 🎶
<aside class="dates">May 15</aside></a>
</li>
<li>
<a href="/2016/05/15/2f47.html">Tried to take a time-lapse while bike riding. Took a slow-mo instead: 5 minutes of 240 glorious frames per second.
<aside class="dates">May 15</aside></a>
</li>
<li>
<a href="/2016/05/10/eb26.html">Remember the old days? [http://bit.ly/1XjNBFp](http://bit.ly/1XjNBFp)
<aside class="dates">May 10</aside></a>
</li>
<li>
<a href="/2016/04/25/4dfe.html">I have Xcode open. Repeat: I have Xcode open.
<aside class="dates">Apr 25</aside></a>
</li>
<li>
<a href="/2016/04/17/7810.html">Surprisingly, its working well.
<aside class="dates">Apr 17</aside></a>
</li>
<li>
<a href="/2016/04/17/3d84.html">I don't know why I'm doing it, but I am.
<aside class="dates">Apr 17</aside></a>
</li>
<li>
<a href="/2016/04/17/cda7.html">Currently listening to music in iTunes, streamed from my webserver, via Icecast, from NiceCast, using VLC, streamed from my media server.
<aside class="dates">Apr 17</aside></a>
</li>
<li>
<a href="/2016/04/16/8c88.html">"Apple recovered [a tonne] of gold from broken iPhones last year" [http://cnnmon.ie/1WxNBkK](http://cnnmon.ie/1WxNBkK)
<aside class="dates">Apr 16</aside></a>
</li>
<li>
<a href="/2016/04/16/688e.html">With this coffee, I am become human.
<aside class="dates">Apr 16</aside></a>
</li>
<li>
<a href="/2016/04/12/8d5d.html">Actually, can we make "Relevant Rocky and Bullwinkle" a thing?
<aside class="dates">Apr 12</aside></a>
</li>
<li>
<a href="/2016/04/12/1e3e.html">Request: Plz upload all human knowledge to the internet. I couldn't find a relevant Rocky and Bullwinkle episode and my joke was lost. k thx
<aside class="dates">Apr 12</aside></a>
</li>
<li>
<a href="/2016/04/07/abfa.html">Filenames are hard.
<aside class="dates">Apr 07</aside></a>
</li>
<li>
<a href="/2016/04/06/8416.html">Yesterday was the first time in months that I've added a new contact on my Mac. Went to my iPhone this morning: it's not there.
<aside class="dates">Apr 06</aside></a>
</li>
<li>
<a href="/2016/04/06/6e76.html">Mr. Rogers Neighborhood [http://bit.ly/25L6ZPg](http://bit.ly/25L6ZPg)
<aside class="dates">Apr 06</aside></a>
</li>
<li>
<a href="/2016/04/06/af55.html">"Why is this place called the Cave of Hopelessness?"
"Oh fear not lad, tis named for its discoverer: Reginald Hopelessness..."
<aside class="dates">Apr 06</aside></a>
</li>
<li>
<a href="/2016/04/06/0ff0.html">"Deep in the Geysers of Gygax"
<aside class="dates">Apr 06</aside></a>
</li>
<li>
<a href="/2016/04/06/f52e.html">Waves. [http://bit.ly/1MRqI9s](http://bit.ly/1MRqI9s)
<aside class="dates">Apr 06</aside></a>
</li>
<li>
<a href="/2016/04/05/5a2b.html">Current status [http://bit.ly/1q4VEc1](http://bit.ly/1q4VEc1)
<aside class="dates">Apr 05</aside></a>
</li>
<li>
<a href="/2016/04/05/6cc2.html">Apparently we depend on C++, Perl, and even Powershell. Here's our full report. [http://pastebin.com/c0UwdGBK](http://pastebin.com/c0UwdGBK)
<aside class="dates">Apr 05</aside></a>
</li>
<li>
<a href="/2016/04/05/9b99.html">For a side project: We've written 8,500 lines of code. That code depends on 1,012,723 lines of 3rd party code. /cc @caseyliss
<aside class="dates">Apr 05</aside></a>
</li>
<li>
<a href="/2016/04/04/7272.html">Yup. [http://www.listen-tome.com/wasted-hours/](http://www.listen-tome.com/wasted-hours/)
<aside class="dates">Apr 04</aside></a>
</li>
<li>
<a href="/2016/04/04/bdf1.html">Fog [http://bit.ly/1MOry76](http://bit.ly/1MOry76)
<aside class="dates">Apr 04</aside></a>
</li>
<li>
<a href="/2016/04/02/35f8.html">Got a guitar yesterday. New to me, needed some cleaning but I've taken care of that, and of course new strings. Can't wait to play today!
<aside class="dates">Apr 02</aside></a>
</li>
<li>
<a href="/2016/04/01/59c9.html">People like pictures.
<aside class="dates">Apr 01</aside></a>
</li>
<li>
<a href="/2016/04/01/081e.html">Knowing all that, I got extremely giddy just now because I converted some console log statements into an HTML report with a progress bar.
<aside class="dates">Apr 01</aside></a>
</li>
<li>
<a href="/2016/04/01/200f.html">Developers get frustrated when people react to small visual changes over large code changes. To people that's when something becomes real.
<aside class="dates">Apr 01</aside></a>
</li>
<li>
<a href="/2016/04/01/06ee.html">umm... why? [http://bit.ly/1N0zRr2](http://bit.ly/1N0zRr2)
<aside class="dates">Apr 01</aside></a>
</li>
<li>
<a href="/2016/03/30/a03a.html">*cough* [http://bit.ly/1WYCNKq](http://bit.ly/1WYCNKq)
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/1135.html">Captionbot describes itself. [http://bit.ly/1ZLmyC8](http://bit.ly/1ZLmyC8)
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/e7d8.html">I am a tap-to-click trackpad wizard.
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/d242.html"><p>and I'm pretty confident that I would have noticed it if it did. I've logged a <em>lot</em> of typing hours on my Mac laptops. #college</p>
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/efdf.html"><p>Not sure if I'm imagining it, but when I'm using a trackpad, I mouse with my left hand (my dominant hand) and I've never had issues. </p>
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/8763.html"><p>My setup today. Using my laptops keyboard and trackpad. <a href="http://bit.ly/1omk7Zc">http://bit.ly/1omk7Zc</a></p>
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/09fa.html"><p>I'm banishing you to the depths! <a href="http://bit.ly/1UCC2Jz">http://bit.ly/1UCC2Jz</a></p>
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/2e17.html"><p>Anyone with burgeoning RSI use a magic trackpad over a mouse? I never seem to have issues when I'm using my laptop, only with a mouse.</p>
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/30/c45e.html"><p>My favorite kind of weather. <a href="http://bit.ly/1ThtPsN">http://bit.ly/1ThtPsN</a></p>
<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="/2016/03/29/e589.html"><p>Why do I Git version non-code projects? Because I can easily look up when, where, what, and how past me changed something. It's extremely useful.</p>
<aside class="dates">Mar 29</aside></a>
</li>
<li>
<a href="/2016/03/29/3ac7.html"><p>I highly doubt they will. "[this] raises questions about... whether it will inform Apple about these vulnerabilities" <a href="http://bit.ly/22VVxxU">http://bit.ly/22VVxxU</a></p>
<aside class="dates">Mar 29</aside></a>
</li>
<li>
<a href="/2016/03/29/e784.html"><p>It's never a good time when the Finder says an empty directory uses 28GB. That's when the panic starts.</p>
<aside class="dates">Mar 29</aside></a>
</li>
<li>
<a href="/2016/03/29/1e47.html"><p>Looks like a Disk Utility First Aid check caught the issue. <em>phew</em> 😪</p>
<aside class="dates">Mar 29</aside></a>
</li>
<li>
<a href="/2016/03/29/499f.html"><p>Oh no... 😣 please HFS , don't be corrupted.</p>
<aside class="dates">Mar 29</aside></a>
</li>
<li>
<a href="/2016/03/29/c773.html"><p>It took me all day, but I'm down to the last cup of this french press of coffee I made this morning.</p>
<aside class="dates">Mar 29</aside></a>
</li>
<li>
<a href="/2016/03/28/c670.html"><p>Months after it came out, my parents are finally seeing Star Wars. </p>
<aside class="dates">Mar 28</aside></a>
</li>
<li>
<a href="/2016/03/28/2b0d.html"><p>4 cups of coffee and I'm still tired. </p>
<aside class="dates">Mar 28</aside></a>
</li>
<li>
<a href="/2016/03/26/362e.html"><p>Post-hike Perrier. </p>
<aside class="dates">Mar 26</aside></a>
</li>
<li>
<a href="/2016/03/26/69d7.html"><p>I need to turn up my filter on Hacker News. </p>
<aside class="dates">Mar 26</aside></a>
</li>
<li>
<a href="/2016/03/25/b811.html"><p>Most of the buildings are still there. "Classic NYC street photos, from the 1930s and now" <a href="http://bit.ly/1SlQ3ax">http://bit.ly/1SlQ3ax</a></p>
<aside class="dates">Mar 25</aside></a>
</li>
<li>
<a href="/2016/03/25/045d.html"><p>The actual help menu appears when you run the script with no arguments. </p>
<aside class="dates">Mar 25</aside></a>
</li>
<li>
<a href="/2016/03/25/37ca.html"><p>You know you're using some really special software when the --help option just prints out Perl code with no additional comments.</p>
<aside class="dates">Mar 25</aside></a>
</li>
<li>
<a href="/2016/03/24/d904.html"><p>Hell is PDFs for documentation. </p>
<aside class="dates">Mar 24</aside></a>
</li>
<li>
<a href="/2016/03/23/fafa.html"><p>Early coffeehouses in Oxford (~1700s) held talks on topics like politics, news, science, etc. Why don't we do that today? TED: Coffeehouse</p>
<aside class="dates">Mar 23</aside></a>
</li>
<li>
<a href="/2016/03/23/5102.html"><p>so close... </p>
<aside class="dates">Mar 23</aside></a>
</li>
<li>
<a href="/2016/03/22/606d.html"><p>Big Software</p>
<aside class="dates">Mar 22</aside></a>
</li>
<li>
<a href="/2016/03/22/4855.html"><p>When there's no more coffee, it's time to leave.</p>
<aside class="dates">Mar 22</aside></a>
</li>
<li>
<a href="/2016/03/22/e228.html"><p>HTML was designed for researchers to publish and link to each other's work. Yet it's 2016 and we're still using PDF. <a href="http://bit.ly/25jeT24">http://bit.ly/25jeT24</a></p>
<aside class="dates">Mar 22</aside></a>
</li>
<li>
<a href="/2016/03/21/8c7b.html"><p>Looking at the list of talks for PyCon: I'm not past the first set of sessions and I can't decide which one to go to. #AGoodProblemToHave</p>
<aside class="dates">Mar 21</aside></a>
</li>
<li>
<a href="/2016/03/21/86c8.html"><p>aaaaaaaaand no new Macs.</p>
<aside class="dates">Mar 21</aside></a>
</li>
<li>
<a href="/2016/03/21/c4c8.html"><p>What the hell is a "nit of light?" </p>
<aside class="dates">Mar 21</aside></a>
</li>
<li>
<a href="/2016/03/21/a743.html"><p>Wow. Tim Cook starting off the keynote with the FBI debacle. </p>
<aside class="dates">Mar 21</aside></a>
</li>
<li>
<a href="/2016/03/21/2af5.html"><p>Apple event screen. <a href="http://bit.ly/1ZkLKz8">http://bit.ly/1ZkLKz8</a></p>
<aside class="dates">Mar 21</aside></a>
</li>
<li>
<a href="/2016/03/20/3924.html"><p>Prepping for band practice. 🎶😊🎶</p>
<aside class="dates">Mar 20</aside></a>
</li>
<li>
<a href="/2016/03/20/6014.html"><p>Setting up a new Wordpress installation is pretty easy as long as you haven't messed with your Apache PHP configuration. Then it's a nightmare. </p>
<aside class="dates">Mar 20</aside></a>
</li>
<li>
<a href="/2016/03/18/e46a.html"><p>so much want.</p>
<aside class="dates">Mar 18</aside></a>
</li>
<li>
<a href="/2016/03/18/c612.html"><p>TIL that you can design custom telecasters... (designed, not ordered) <a href="http://bit.ly/1WuxSAF">http://bit.ly/1WuxSAF</a></p>
<aside class="dates">Mar 18</aside></a>
</li>
<li>
<a href="/2016/03/17/5108.html"><p>Why is there no standard way of sharing music playlists? And if there is, why doesn't iTunes support it?</p>
<aside class="dates">Mar 17</aside></a>
</li>
<li>
<a href="/2016/03/17/2986.html"><p>Well, I skimmed that paper and looked at the graphs. That's about all I could understand. :P</p>
<aside class="dates">Mar 17</aside></a>
</li>
<li>
<a href="/2016/03/17/3c3f.html"><p>My reading for today: Generalized methods and solvers for noise removal from piecewise constant signals. We'll see how this goes. </p>
<aside class="dates">Mar 17</aside></a>
</li>
<li>
<a href="/2016/03/17/2672.html"><p>A good morning so far. <a href="http://bit.ly/1R6435L">http://bit.ly/1R6435L</a></p>
<aside class="dates">Mar 17</aside></a>
</li>
<li>
<a href="/2016/03/15/e0af.html"><p>Everyone needs this Giphy Alfred workflow. <a href="http://bit.ly/1Xt1K0D">http://bit.ly/1Xt1K0D</a></p>
<aside class="dates">Mar 15</aside></a>
</li>
<li>
<a href="/2016/03/15/81da.html"><p>Google's like, "Platform specific interface guidelines? lolwut?" <a href="http://bit.ly/1QTq2iA">http://bit.ly/1QTq2iA</a></p>
<aside class="dates">Mar 15</aside></a>
</li>
<li>
<a href="/2016/03/15/b25f.html"><p>That's probably the 10th time I've posted that. It's not funny to most people, but it's funny to me.</p>
<aside class="dates">Mar 15</aside></a>
</li>
<li>
<a href="/2016/03/14/bf08.html"><p>Thanks @overcast! I've wanted a dark mode forever (looks great too) and file upload is something I can't wait to use.</p>
<aside class="dates">Mar 14</aside></a>
</li>
<li>
<a href="/2016/03/11/6283.html"><p>A universal install script. <a href="http://xkcd.com/1654/">http://xkcd.com/1654/</a></p>
<aside class="dates">Mar 11</aside></a>
</li>
<li>
<a href="/2016/03/11/5723.html"><p>🎶Mocking all the things🎶</p>
<aside class="dates">Mar 11</aside></a>
</li>
<li>
<a href="/2016/03/08/035e.html"><p>Dat rain doe</p>
<aside class="dates">Mar 08</aside></a>
</li>
<li>
<a href="/2016/03/08/755d.html"><p>🌧🌧🌧🌧🌙🌧🌧🌧🌧</p>
<aside class="dates">Mar 08</aside></a>
</li>
<li>
<a href="/2016/03/05/c865.html"><p>but seriously I don't think you realize how much time you actually spend just browsing (the modern equivalent of flipping channels)</p>
<aside class="dates">Mar 05</aside></a>
</li>
<li>
<a href="/2016/03/05/3dea.html"><p>I recommend filtering HN through to an RSS feed. You'll spend less time searching and more time reading things that are important to you.</p>
<aside class="dates">Mar 05</aside></a>
</li>
<li>
<a href="/2016/03/05/a19d.html"><p>After adding automatic filtering to Hacker News, I've realized how few of the posts I actually want to read. It's not a bad thing.</p>
<aside class="dates">Mar 05</aside></a>
</li>
<li>
<a href="/2016/03/04/2ff3.html"><p>I'm exahusted. Want sleep.</p>
<aside class="dates">Mar 04</aside></a>
</li>
<li>
<a href="/2016/03/02/054c.html"><p>Project meeting time! 🕖🎉🍹</p>
<aside class="dates">Mar 02</aside></a>
</li>
<li>
<a href="/2016/03/01/c52d.html"><p>It's a stupidly beautiful day. </p>
<aside class="dates">Mar 01</aside></a>
</li>
<li>
<a href="/2016/03/01/6e2c.html"><p>My coffee was cold. I warmed it up. Now it is cold again. #cantwin #failwhale #suckstobeme #tuesdays</p>
<aside class="dates">Mar 01</aside></a>
</li>
<li>
<a href="/2016/03/01/ecbf.html"><p>Eggs, with tomatoes and mushrooms, on toast. <a href="http://bit.ly/1oMwP3R">http://bit.ly/1oMwP3R</a></p>
<aside class="dates">Mar 01</aside></a>
</li>
<li>
<a href="/2016/03/01/9b15.html"><p>Also coffee.</p>
<aside class="dates">Mar 01</aside></a>
</li>
<li>
<a href="/2016/03/01/70e6.html"><p>Always coffee.</p>
<aside class="dates">Mar 01</aside></a>
</li>
<li>
<a href="/2016/03/01/9d21.html"><p>“Infinite are the arguments of mages,”
― Ursula K. Le Guin, A Wizard of Earthsea</p>
<aside class="dates">Mar 01</aside></a>
</li>
<li>
<a href="/2016/02/28/a803.html"><p>Gonna play some Risk tonight!</p>
<aside class="dates">Feb 28</aside></a>
</li>
<li>
<a href="/2016/02/27/7672.html"><p>I don't know why, but I just remembered this tweet. <a href="https://twitter.com/rentzsch/status/602862585398992896">https://twitter.com/rentzsch/status/602862585398992896</a></p>
<aside class="dates">Feb 27</aside></a>
</li>
<li>
<a href="/2016/02/25/4dc9.html"><p>[Closed as Expected Behavior]</p>
<aside class="dates">Feb 25</aside></a>
</li>
<li>
<a href="/2016/02/25/029b.html"><p>Bug #1234 "Computers are generally insecure. Please add more privacy protection." <<Closed as Expected Behavior>> </p>
<aside class="dates">Feb 25</aside></a>
</li>
<li>
<a href="/2016/02/25/e04d.html"><p>The modern web and software landscape has conditioned people to just accept that computers are insecure, and broken. </p>
<aside class="dates">Feb 25</aside></a>
</li>
<li>
<a href="/2016/02/25/5fb4.html"><p>From what I've seen, most people just expect that all things can be broken into. That's the scary part. There's no expectation of privacy.</p>
<aside class="dates">Feb 25</aside></a>
</li>
<li>
<a href="/2016/02/25/d56a.html"><p>The idea that the data on an iPhone can't be read, even by Apple or the FBI, is shocking to most people. </p>
<aside class="dates">Feb 25</aside></a>
</li>
<li>
<a href="/2016/02/24/13c2.html"><p>YouTube's goal recently seems to be to remind everyone that it controls everything and there's nothing we can do.</p>
<aside class="dates">Feb 24</aside></a>
</li>
<li>
<a href="/2016/02/24/b6f9.html"><p>Team Four Star's YouTube channel was taken down with no notice. </p>
<aside class="dates">Feb 24</aside></a>
</li>
<li>
<a href="/2016/02/23/4dc2.html"><p>CI is a magical thing. Especially when it auto-deploys.</p>
<aside class="dates">Feb 23</aside></a>
</li>
<li>
<a href="/2016/02/23/c420.html"><p>The evolution of the web. <a href="http://fabianburghardt.de/webolution/">http://fabianburghardt.de/webolution/</a></p>
<aside class="dates">Feb 23</aside></a>
</li>
<li>
<a href="/2016/02/23/f2c3.html"><p>A perfect example of the UNIX philosophy on the web is Gravatar. It does one thing: profile images, and it does it well. </p>
<aside class="dates">Feb 23</aside></a>
</li>
<li>
<a href="/2016/02/23/4bcd.html"><p>Coffee ✅
Eggs on toast ✅
Read some articles before work [In Progress]
Work [Next]
Book of Mormon [Tonight]</p>
<aside class="dates">Feb 23</aside></a>
</li>
<li>
<a href="/2016/02/20/dc1e.html"><p>"Roll for gypsies"</p>
<aside class="dates">Feb 20</aside></a>
</li>
<li>
<a href="/2016/02/20/806f.html"><p>I'm proud of this. "Fatal Python error: Cannot recover from stack overflow."
<a href="http://bit.ly/24g4bJf">http://bit.ly/24g4bJf</a></p>
<aside class="dates">Feb 20</aside></a>
</li>
<li>
<a href="/2016/02/18/41c2.html"><p>Is there really no "equal sign" emoji? </p>
<aside class="dates">Feb 18</aside></a>
</li>
<li>
<a href="/2016/02/18/839d.html"><p>☕️➕🌧➕🎶➡️😌</p>
<aside class="dates">Feb 18</aside></a>
</li>
<li>
<a href="/2016/02/10/9e2e.html"><p>Webpage size with Twitter widget: 200KB; without it: 16KB. That's 12x smaller.</p>
<aside class="dates">Feb 10</aside></a>
</li>
<li>
<a href="/2016/02/10/b9c8.html"><p>Had to wait for my solar powered keyboard to charge before I could start my day.</p>
<aside class="dates">Feb 10</aside></a>
</li>
<li>
<a href="/2016/02/07/53c3.html"><p>This lox bagel is the only thing I've ever wanted right now.</p>
<aside class="dates">Feb 07</aside></a>
</li>
<li>
<a href="/2016/02/07/fa1c.html"><p>Not a LOX bagel; that's something else.</p>
<aside class="dates">Feb 07</aside></a>
</li>
<li>
<a href="/2016/02/07/189c.html"><p>Coffee, code, and a lox Bagel. #aperfectsunday</p>
<aside class="dates">Feb 07</aside></a>
</li>
<li>
<a href="/2016/02/06/3e91.html"><p>I didn't know Gravatar had a default image option for missing avatars. It even includes random monster, and pattern images. That's awesome!</p>
<aside class="dates">Feb 06</aside></a>
</li>
<li>
<a href="/2016/02/05/a241.html"><p>In San Diego we have the problem of the weather being 'too perfect'. It's boring having such perfect weather with no variety. 😜</p>
<aside class="dates">Feb 05</aside></a>
</li>
<li>
<a href="/2016/02/05/da63.html"><p>So, if I were to use the offical clients for all the chat apps I use, I'd have to have 5 seperate applications that do the same thing.</p>
<aside class="dates">Feb 05</aside></a>
</li>
<li>
<a href="/2016/02/05/6a33.html"><p>(aim for some friends, HipChat for work, Gitter for side projects, IRC for meetups, SMS/iMessage for everything else)</p>
<aside class="dates">Feb 05</aside></a>
</li>
<li>
<a href="/2016/02/05/4dfb.html"><p>I log onto Twitter to change my profile and this is my timeline... <a href="http://bit.ly/1PFcLux">http://bit.ly/1PFcLux</a></p>
<aside class="dates">Feb 05</aside></a>
</li>
<li>
<a href="/2016/02/05/5d53.html"><p>I mean, it's probably a lot more than typical users, but I feel like a modern OS should be able to handle that without stuttering animations.</p>
<aside class="dates">Feb 05</aside></a>
</li>
<li>
<a href="/2016/02/05/9125.html"><p>I have 7 virtual desktops with about 4-5 windows in each (and some even have tabs 👻). I don't feel like that's a lot.</p>
<aside class="dates">Feb 05</aside></a>
</li>
<li>
<a href="/2016/02/05/534d.html"><p>Sometimes, I feel like I'm pushing the limits of my Mac by just having lots of windows open. (even on my 2014 rMBP, 16GB Memory)</p>
<aside class="dates">Feb 05</aside></a>
</li>
<li>
<a href="/2016/02/04/921f.html"><p>All code is simple, if designed properly; even the most complex tasks are simple if you break it down.</p>
<aside class="dates">Feb 04</aside></a>
</li>
<li>
<a href="/2016/02/04/5c78.html"><p>Developing Software isn't a test of skill, or cleverness; it's a test of your ability to properly organize things. </p>
<aside class="dates">Feb 04</aside></a>
</li>
<li>
<a href="/2016/02/02/5064.html"><p>Second round of coffee, go!</p>
<aside class="dates">Feb 02</aside></a>
</li>
<li>
<a href="/2016/02/02/5a89.html"><p>Sometimes I wonder if I should write my History and Programming blog posts on seperate sites. </p>
<aside class="dates">Feb 02</aside></a>
</li>
<li>
<a href="/2016/02/01/eae0.html"><p>I opened the Terminal and got this... wut?
<a href="http://bit.ly/20C5cID">http://bit.ly/20C5cID</a></p>
<aside class="dates">Feb 01</aside></a>
</li>
<li>
<a href="/2016/02/01/c894.html"><p>"...it's basically every crappy IT project..."</p>
<aside class="dates">Feb 01</aside></a>
</li>
<li>
<a href="/2016/02/01/485c.html"><p>"I hate The Lord of the Rings because it's too much like work."
<a href="http://kottke.org/16/02/i-hate-the-lord-of-the-rings">http://kottke.org/16/02/i-hate-the-lord-of-the-rings</a></p>
<aside class="dates">Feb 01</aside></a>
</li>
<li>
<a href="/2016/02/01/cfd8.html"><p>"Installing updates"</p>
<aside class="dates">Feb 01</aside></a>
</li>
<li>
<a href="/2016/02/01/3602.html"><p>Gordon Ramsey-style eggs. 😋 <a href="http://bit.ly/1KlLay8">http://bit.ly/1KlLay8</a></p>
<aside class="dates">Feb 01</aside></a>
</li>
<li>
<a href="/2016/01/31/1552.html"><p>"Beer is the space catnip"</p>
<aside class="dates">Jan 31</aside></a>
</li>
<li>
<a href="/2016/01/30/d587.html"><p>"Cap off a canyon with ice"
Bam! Instant building. </p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/2ab3.html"><p>"Pork, pasta, and peanut butter."</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/7e8f.html"><p>"Hydroponics are key."</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/d9a4.html"><p>Recycling in space. </p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/8210.html"><p>Found the first use of the .aero domain!
masten.aero</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/880a.html"><p>Asteroid mining and Masten #SpaceUpV
<a href="https://db.tt/ARJoY71G">https://db.tt/ARJoY71G</a></p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/d315.html"><p>Thorium reactors and space pirates. #SpaceUpV</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/6574.html"><p>MaaS: Mars as a service. </p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/0143.html"><p>We need Silicon Valley-esq titles for space companies.</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/abb8.html"><p>"Flags and Footprints model" #SpaceUpV</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/241c.html"><p>"Sucker punch the satellite" </p>
<p>"Spongebob or a catcher's mitt" #SpaceUpV</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/83e0.html"><p>"Steampunk in space" #SpaceUpV</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/d475.html"><p><a href="https://db.tt/tJCerFsF">https://db.tt/tJCerFsF</a></p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/c07c.html"><p>Power satellites! <a href="https://db.tt/Rgncs4BE">https://db.tt/Rgncs4BE</a></p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/64b2.html"><p>Getting ready for talks!</p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/e90b.html"><h1>SpaceUpV</h1>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/5c2b.html"><p>There we go. Now it's official. </p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/30/2f79.html"><p>SpaceUp has started! <a href="https://db.tt/a24WdFrv">https://db.tt/a24WdFrv</a></p>
<aside class="dates">Jan 30</aside></a>
</li>
<li>
<a href="/2016/01/29/c8c5.html"><p>It's a nice dream, but it's unfortunately just that. </p>
<aside class="dates">Jan 29</aside></a>
</li>
<li>
<a href="/2016/01/29/2e0c.html"><p>The dream for scientists, analysts, and programmers is for all the world's data to be in 1 place, in 1 format, and have 1 naming convention.</p>
<aside class="dates">Jan 29</aside></a>
</li>
<li>
<a href="/2016/01/28/7445.html"><p>making graphs!</p>
<aside class="dates">Jan 28</aside></a>
</li>
<li>
<a href="/2016/01/28/5884.html"><p>Oatmeal cookies and coffee. Breakfast of champions.</p>
<aside class="dates">Jan 28</aside></a>
</li>
<li>
<a href="/2016/01/28/76e8.html"><p>I'll fix it tomorrow. #sleep</p>
<aside class="dates">Jan 28</aside></a>
</li>
<li>
<a href="/2016/01/28/e317.html"><p>I guess it's still to early to require automatic https for Let's Encrypt certificates. I'm getting "untrusted" errors from some browsers.</p>
<aside class="dates">Jan 28</aside></a>
</li>
<li>
<a href="/2016/01/28/f5a6.html"><p>Fun fact: There are more people under 15 in India then there are in the U.S. period.</p>
<aside class="dates">Jan 28</aside></a>
</li>
<li>
<a href="/2016/01/27/31b0.html"><p>Anyone have any good resources for learning intermediate-advanced Statistics? </p>
<aside class="dates">Jan 27</aside></a>
</li>
<li>
<a href="/2016/01/27/c031.html"><p>Kinda wanna blog more, but I don't want to look at my computer anymore. 😪</p>
<aside class="dates">Jan 27</aside></a>
</li>
<li>
<a href="/2016/01/27/96bc.html"><p>🎉🎉 Open Source Project Meetup Night 🎉🎉</p>
<aside class="dates">Jan 27</aside></a>
</li>
<li>
<a href="/2016/01/27/489c.html"><p>It's easier to just delete some after a week. The impulse to read clickbait articles vanishes, and only the best articles remain.</p>
<aside class="dates">Jan 27</aside></a>
</li>
<li>
<a href="/2016/01/27/1ad2.html"><p>Finally caught up on all the articles I've been hoarding for the last week. By that I mean I read 2 of them, and deleted 8.</p>
<aside class="dates">Jan 27</aside></a>
</li>
<li>
<a href="/2016/01/26/cc03.html"><p>Everything I needed to do today is done. Now, time to relax.</p>
<aside class="dates">Jan 26</aside></a>
</li>
<li>
<a href="/2016/01/25/65bb.html"><p>I love it when all my tests pass.</p>
<aside class="dates">Jan 25</aside></a>
</li>
<li>
<a href="/2016/01/25/346e.html"><p>I love that <a href="http://bit.ly/1WBUi3w">Dr. Drang</a> links to the actual bills. It makes them so much easier to find.</p>
<aside class="dates">Jan 25</aside></a>
</li>
<li>
<a href="/2016/01/25/e30d.html"><p>"California and New York State legislatures to force smartphone manufacturers... to incorporate backdoors..."
http://bit.ly/1ZNIP0L</p>
<aside class="dates">Jan 25</aside></a>
</li>
<li>
<a href="/2016/01/21/e534.html"><p>I recently read <a href="http://www.amazon.com/gp/product/1621052036?redirect=true&ref_=cm_cr_ryp_prd_ttl_sol_0">King Space Void</a> by my friend Anthony Trevino. It's a fun, bite-sized bit of bizzareness. You should check it out!</p>
<aside class="dates">Jan 21</aside></a>
</li>
<li>
<a href="/2016/01/21/c8dd.html"><p>That feeling when you want to have a server just to serve your clever 500 error jokes.</p>
<aside class="dates">Jan 21</aside></a>
</li>
<li>
<a href="/2016/01/21/8a41.html"><p>I think I rediscover this every 6 months, but a thermos of coffee is a great thing to bring with me in the morning.</p>
<aside class="dates">Jan 21</aside></a>
</li>
<li>
<a href="/2016/01/11/9d46.html"><p>Written Log: blog
Video Log: vlog
Audio Log: alog? aug? augh? ugh?</p>
<aside class="dates">Jan 11</aside></a>
</li>
<li>
<a href="/2016/01/11/68f0.html"><blockquote>
<p>With hindsight, it seems bloody obvious the Sun and not the Earth is the center of the solar system. Occam's razor and all that.</p>
</blockquote>
<p><img src="http://also.kottke.org/misc/images/helio-vs-geo.gif" alt="Heliocentrism vs geocentrism"></p>
<aside class="dates">Jan 11</aside></a>
</li>
<li>
<a href="/2016/01/11/7c56.html"><p>.@kjaymiller No, Peach is just a new version of the same thing. For now I've got my own microblog. Twitter is becoming just chat for me.</p>
<aside class="dates">Jan 11</aside></a>
</li>
<li>
<a href="/2016/01/11/6689.html"><p>PSA: Never remove the Logitech adapter from your Mac, not even for 2 minutes. You'll forget to put it back, and you'll be sad at work.</p>
<aside class="dates">Jan 11</aside></a>
</li>
<li>
<a href="/2016/01/11/1ee6.html"><p>As of today, I won't really be posting to Twitter anymore. I'll still reply, and DM, but all of my normal tweets will be auto-posted from my Microblog.
<a href="http://sonicrocketman.snippets.xyz">http://sonicrocketman.snippets.xyz</a></p>
<aside class="dates">Jan 11</aside></a>
</li>
<li>
<a href="/2016/01/11/0e9f.html"><p>Posting to Hacker News is so hit or miss.</p>
<aside class="dates">Jan 11</aside></a>
</li>
<li>
<a href="/2016/01/11/b54d.html"><p><a href="http://brianschrader.com/archive/breaking-up-is-hard-to-do/">Breaking up is hard to do (A breakup letter to Twitter)</a></p>
<aside class="dates">Jan 11</aside></a>
</li>
<li>
<a href="/2016/01/10/334d.html"><p>Coffee. It's the good stuff. </p>
<aside class="dates">Jan 10</aside></a>
</li>
<li>
<a href="/2015/10/20/1554.html"><p>I have not seen the new Star Wars Trailer.</p>
<aside class="dates">Oct 20</aside></a>
</li>
<li>
<a href="/2015/09/24/82fb.html"><p>Today has been a whirlwind of a day. </p>
<aside class="dates">Sep 24</aside></a>
</li>
<li>
<a href="/2015/09/24/2ea6.html"><p>Got some new data in today. Time to start digging.</p>
<aside class="dates">Sep 24</aside></a>
</li>
<li>
<a href="/2015/09/23/c59f.html"><p>Though, since I'm not a biologist, I probably won't be able to tell.</p>
<aside class="dates">Sep 23</aside></a>
</li>
<li>
<a href="/2015/09/23/f021.html"><p>Got this DNA analysis going. Hopefully it leads to something interesting.</p>
<aside class="dates">Sep 23</aside></a>
</li>
<li>
<a href="/2015/09/23/d6af.html"><p>Hello world and all who inhabit it!</p>
<aside class="dates">Sep 23</aside></a>
</li>
</ul>
-->
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/highlight.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXXX-X', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
public/css/contact.css
|
studiowangfei/studiowangfei.com
|
.contact_title {
font-size: 16px;
padding-bottom: 24px;
font-weight:300;
color:black;
}
.contact_container {
display: -ms-flex;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
-moz-justify-content: space-between;
flex-flow: row wrap;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-moz-flex-flow: row wrap;
position: relative;
height: auto;
}
.contact_brief {
line-height:40px;
text-align:left;
font-size:16px;
font-weight:500;
color: #000;
}
.contact_brief p{
margin-bottom: 16px;
color: #999;
}
.contact_img {
position: relative;
height: 450px;
margin-left: 30px;
}
.contact_img img{
width: 100%;
position: absolute;
}
.makeTransparent{
opacity: 0;
}
.contact_brief a{
font-size: 16px;
font-weight: 500;
border-bottom: 1px solid #999;
color: #999;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
}
.contact_brief a:hover {
color: black;
border-bottom-color: black;
}
.contact_option:hover{
cursor: pointer;
}
.switch_img{
opacity: 0;
transition: opacity 0.5s;
}
#switch_img_0{
opacity: 1;
}
|
app/views/includes/rave/errors/error-message-d.html
|
dudelmeister/rave
|
<span class="error-message d">
The email addresses you have provided do not match
</span>
|
web/app/themes/roots/style.css
|
anchour/not-here
|
/*
Theme Name: Not Here
Theme URI: http://nothere.anchour.me
Description: Theme developed for Not Here conference
Version: 1.0
Author: Anchour
Author URI: http://anchour.com/
*/
|
design/dashboard-with-graphs/graph3.html
|
jumprope-design/jumprope-design.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, shrink-to-fit=no, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Dashboard - El Rey Jesus</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Simple Side Bar CSS -->
<link href="css/simple-sidebar.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Web Ration CSS -->
<link href="css/app.css" rel="stylesheet">
<link href="css/dashboard.css" rel="stylesheet">
<!-- Sweet Alert 2 -->
<link href="https://cdn.jsdelivr.net/sweetalert2/6.4.2/sweetalert2.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper" class="toggled">
<div class="main_logo_container">
<img src="img/logo-icon.png" class="img-responsive main_logo_icon" id="logo">
</div>
<!-- sidebar-menu-wrapper -->
<div id="sidebar-wrapper" class="hide_scroll">
<ul class="nav sidebar-nav nav-stacked" id="accordion">
<!-- Toggle Menu Button -->
<li>
<a href="#menu-toggle" id="menu-toggle"><i class="fa fa-bars menu_icon" aria-hidden="true"></i><span class="font_white">NAVAGACÍON</span><i class="fa fa-angle-left custom font_white" aria-hidden="true"></i></a>
</li>
<!-- Toggle Menu Button -->
<!-- Menu Items - elementos de menú -->
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#firstLink" id="userProfile"><i class="fa fa-user-o primary_menu_icon" aria-hidden="true"></i><span class="font_white">Julien Cousin</span></a></li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#secondLink"><i class="fa fa-users primary_menu_icon" aria-hidden="true"></i>Membresa [Lider]<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="secondLink" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#exitLink" id="exit"><i class="fa fa-power-off primary_menu_icon" aria-hidden="true"></i>Exit</a></li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#contactosLink"><i class="fa fa-users primary_menu_icon" aria-hidden="true"></i>Contactos<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="contactosLink" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#3Link"><i class="fa fa-cogs primary_menu_icon" aria-hidden="true"></i>Discipulados<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="3Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link">Mis discípulos</a></li>
<li class="sub_menu"><a href="#" class="sub_menu_link">Mentores y Discípulos</a></li>
<li class="sub_menu"><a href="#" class="sub_menu_link">Renuniones de discípulos</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#4Link"><i class="fa fa-home primary_menu_icon" aria-hidden="true"></i>Casa De Paz<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="4Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#5Link" title="Categoría de lotes, lotes,, redes, cosechas"><i class="fa fa-map-marker primary_menu_icon" aria-hidden="true"></i>Categoría de lotes, lotes,, redes, cosechas<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="5Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#6Link" title="Escuelas, Escuelas,EscuelasEscuelas,Escuelas"><i class="fa fa-graduation-cap primary_menu_icon" aria-hidden="true"></i>Escuelas, Escuelas Escuelas<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="6Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, SubSubS...</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#7Link" title="ERJ-Definiciones, ERJ-Definiciones, ERJ-Definiciones"><i class="fa fa-book primary_menu_icon" aria-hidden="true"></i>ERJ-Definiciones, ERJ-Definiciones, ERJ-Definiciones<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="7Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#5Link"><i class="fa fa-map-marker primary_menu_icon" aria-hidden="true"></i>Lotes<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="5Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#6Link"><i class="fa fa-graduation-cap primary_menu_icon" aria-hidden="true"></i>Escuelas<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="6Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#7Link"><i class="fa fa-book primary_menu_icon" aria-hidden="true"></i>ERJ-Definiciones<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="7Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#5Link"><i class="fa fa-map-marker primary_menu_icon" aria-hidden="true"></i>Lotes<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="5Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#6Link"><i class="fa fa-graduation-cap primary_menu_icon" aria-hidden="true"></i>Escuelas<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="6Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
<li class="panel_menu menu_link_item"><a class="main_menu_link" data-toggle="collapse" data-parent="#accordion" href="#7Link"><i class="fa fa-book primary_menu_icon" aria-hidden="true"></i>ERJ-Definiciones<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<ul id="7Link" class="collapse">
<li class="sub_menu"><a href="#" class="sub_menu_link" title="Sub Menu ExpSub Menu Exp, Sub Menu Exp">Sub Menu Exp, Sub Menu Exp</a></li>
</ul>
</li>
</ul>
</div>
<!-- sidebar-menu-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<!-- top bar (search area) -->
<div class="row" id="top_bar">
<div class="col-xs-12 col-lg-4">
<p class="font_white">My Dashboard</p>
</div>
<div class="col-xs-12 col-lg-4">
<!-- Search Bar -->
<form action="#" method="post">
<div class="input-group full_width">
<input type="text" class="form-control" aria-label="Search Field" placeholder="Busca...">
<span class="input-group-addon"><i class="fa fa-search" aria-hidden="true"></i></span>
</div>
</form>
<!-- End Search Bar -->
</div>
<div class="col-xs-12 col-lg-4 small_viewport_section">
<!-- <p class="font_white">My Dashboard</p> -->
</div>
</div>
<!-- end top bar (search area) -->
<!-- main area -->
<div class="row col-xs-12" id="main_body">
<!-- User Data / Fab button -->
<div class="fab_area">
<div class="col-lg-4">
<span>Dashboard</span><br>
<span class="user_name">Julien Cousin</span><br>
<span class="user_id">4684548786</span>
</div>
<div class="col-lg-8 text-right">
<div class="btn-group custom">
<div class="dropdown">
<button type="button" class="btn btn-primary dropdown-toggle dropdown_fab" type="button" data-toggle="dropdown">
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#" class="text-right">My Dashboard <span class="fa fa-circle"></span></a></li>
<li><a href="#" class="text-right">Send Email <span class="fa fa-envelope"></span></a></li>
<li><a href="#" class="text-right">Events <span class="fa fa-bell"></span></a></li>
<li><a href="#" class="text-right">Limits <span class="fa fa-heart"></span></a></li>
<li><a href="#" class="text-right">Responsibilities <span class="fa fa-times"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- End User Data / Fab button -->
<div class="col-xs-12">
<!-- Table and Tabs -->
<ul class="nav nav-tabs personal_info_section">
<li class="active">
<a data-toggle="tab" href="#evengelismo">Evengelismo</a>
<div class="progressCircleGreen" style="position:absolute;top:-7px;left:2px;"></div>
</li>
<li>
<a data-toggle="tab" href="#afirmacion">Afirmacion</a>
</li>
<li>
<a data-toggle="tab" href="#cpaz">Casa de Paz</a>
<div class="progressCircleYellow" style="position:absolute;top:-7px;left:2px;"></div>
</li>
<li>
<a data-toggle="tab" href="#mentores">Mentores</a>
<div class="progressCircleRed" style="position:absolute;top:-7px;left:2px;"></div>
</li>
</ul>
<!-- EndTable and Tabs -->
<!-- Tab Content -->
<div id="dashboardCharts" class="tab-content">
<div id="evengelismo" class="tab-pane fade in active">
<div class="personal_info personal_info_section">
<div class="panel-body">
<div class="row">
<div class="col-xs-12 col-md-4" style="border-right: 1px solid #f2f2f2">
<!-- Current (Main) Chart -->
<canvas class="chart_1" id="dashChartCurrent"></canvas>
<!-- End Current (Main) Chart -->
<div class="text-center">
<strong>Current Totals + Targets</strong>
<hr>
<!-- Chart Year Buttons -->
<button class="graph_button_years" data-chart="dashChart1">1 Year</button>
<button class="graph_button_years" data-chart="dashChart2">5 Year</button>
<button class="graph_button_years" data-chart="dashChart3">10 Year</button>
<!-- Chart Year Buttons -->
<hr>
</div>
<div class="chart_container">
<canvas class="" id="dashChart1"></canvas>
<canvas class="hide" id="dashChart2"></canvas>
<canvas class="hide" id="dashChart3"></canvas>
</div>
<div class="text-center">
<hr>
<strong>Historical Total + Targets</strong>
</div>
</div>
<div class="col-xs-11 col-md-8" style="border-right: 1px solid #f2f2f2">
<div class="table-responsive">
<table class="table table-bordered table-hover table-striped">
<thead>
<tr>
<th colspan="5"><input type="text" class="form-control" aria-label="Search Field" placeholder="Busca..."></th>
</tr>
<tr>
<th></th>
<th>Nombre</th>
<th>Email</th>
<th>Teléfono celular</th>
<th><div class="text-right">
<button title="Email" class="btn btn-primary" id="email_1" name="email_1" type="submit" value="Aplicar"><span class="fa fa-envelope"></span> Send All</button>
<button title="Email" class="btn btn-primary" id="clear_1" name="email_1" type="submit" value="Aplicar"><span class="fa fa-times"></span> Clear All</button>
</th>
</tr>
</thead>
<tbody>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Frankie Torres</td>
<td>Frankie@gmail.com</td>
<td>973-234-4812</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope disabled" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Daniela Navarro</td>
<td>Daniela@gmail.com</td>
<td>407-393-7629</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye disabled" aria-hidden="true"></i>
<i class="fa fa-envelope disabled" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Daniela Valeri</td>
<td>Daniela@gmail.com</td>
<td>115-841-64177906</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleGreen"></div></td>
<td>Maria Adelina</td>
<td>Maria@gmail.com</td>
<td>786-738-3255</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleGreen"></div></td>
<td>Maria Fernanda</td>
<td>Maria@gmail.com</td>
<td>854-764-76</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Tayda Oshi</td>
<td>Tayda@gmail.com</td>
<td>770-899-9566</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Sabrina Jean</td>
<td>Sabrina@gmail.com</td>
<td>786-630-9345</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleGreen"></div></td>
<td>Gloria Yolanda</td>
<td>Gloria@gmail.com</td>
<td>786-316-8049</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye disabled" aria-hidden="true"></i>
<i class="fa fa-envelope disabled" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Cira Rodriguez</td>
<td>Cira@gmail.com</td>
<td>786-478-5680</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye disabled" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Frankie Torres</td>
<td>Frankie@gmail.com</td>
<td>973-234-4812</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope disabled" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Daniela Navarro</td>
<td>Daniela@gmail.com</td>
<td>407-393-7629</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye disabled" aria-hidden="true"></i>
<i class="fa fa-envelope disabled" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Daniela Valeri</td>
<td>Daniela@gmail.com</td>
<td>115-841-64177906</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleGreen"></div></td>
<td>Maria Adelina</td>
<td>Maria@gmail.com</td>
<td>786-738-3255</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleGreen"></div></td>
<td>Maria Fernanda</td>
<td>Maria@gmail.com</td>
<td>854-764-76</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Tayda Oshi</td>
<td>Tayda@gmail.com</td>
<td>770-899-9566</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Sabrina Jean</td>
<td>Sabrina@gmail.com</td>
<td>786-630-9345</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleGreen"></div></td>
<td>Gloria Yolanda</td>
<td>Gloria@gmail.com</td>
<td>786-316-8049</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye disabled" aria-hidden="true"></i>
<i class="fa fa-envelope disabled" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td><div class="progressCircleRed"></div></td>
<td>Cira Rodriguez</td>
<td>Cira@gmail.com</td>
<td>786-478-5680</td>
<td class="text-right">
<div class="quick_actions_container display_inline">
<i class="fa fa-eye disabled" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="btn-group custom">
<div class="dropdown">
<span class="btn dropdown-toggle dropdown_fab btn_table_extra" data-toggle="dropdown">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</span>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="table-responsive hide">
<p>Hidden Table</p>
</div>
<hr>
</div>
<!-- <div class="col-xs-11 col-md-8 hide" style="border-right: 1px solid #f2f2f2">
<div class="table-responsive">
<p>Hidden Table</p>
</div>
<hr>
</div> -->
</div>
</div>
</div>
</div>
<!-- <div id="afirmacion" class="tab-pane fade in">
<div class="personal_info personal_info_section">
<div class="panel-body">
<div class="row">
<div class="col-xs-12 col-md-4" style="border-right: 1px solid #f2f2f2">
<canvas class="chart_3" id="dashChart3"></canvas>
</div>
<div class="col-xs-11 col-md-8" style="border-right: 1px solid #f2f2f2">
<div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
<hr>
<div class="text-right">
<button title="Email" class="btn btn-primary" id="email_3" name="email_3" type="submit" value="Aplicar"><span class="fa fa-envelope"></span> Send Email</button>
</div>
</div>
<div class="col-xs-12 col-md-1 text-right">
<div class="btn-group custom">
<div class="dropdown">
<button type="button" class="btn btn-circle btn-primary dropdown-toggle dropdown_fab" type="button" data-toggle="dropdown">
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#" class="text-right">My Dashboard <span class="fa fa-circle"></span></a></li>
<li><a href="#" class="text-right">Send Email <span class="fa fa-envelope"></span></a></li>
<li><a href="#" class="text-right">Events <span class="fa fa-bell"></span></a></li>
<li><a href="#" class="text-right">Limits <span class="fa fa-heart"></span></a></li>
<li><a href="#" class="text-right">Responsibilities <span class="fa fa-times"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-xs-12 col-md-4" style="border-right: 1px solid #f2f2f2">
<canvas class="chart_4" id="dashChart4"></canvas>
</div>
<div class="col-xs-11 col-md-8" style="border-right: 1px solid #f2f2f2">
<div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
<hr>
<div class="text-right">
<button title="Email" class="btn btn-primary" id="email_4" name="email_4" type="submit" value="Aplicar"><span class="fa fa-envelope"></span> Send Email</button>
</div>
</div>
<div class="col-xs-12 col-md-1 text-right">
<div class="btn-group custom">
<div class="dropdown">
<button type="button" class="btn btn-circle btn-primary dropdown-toggle dropdown_fab" type="button" data-toggle="dropdown">
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#">Ver detalles de la persona</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Todas las Vistas</a></li>
<li><a href="#">Pre-register</a></li>
<li><a href="#">Asignar responsable</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="cpaz" class="tab-pane fade in">8 aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
<hr>
<div class="text-right">
<button title="Email" class="btn btn-primary" id="email_6" name="email_6" type="submit" value="Aplicar"><span class="fa fa-envelope"></span> Send Email</button>
</div>
</div>
<div class="col-xs-12 col-md-1 text-right">
<div class="btn-group custom">
<div class="dropdown">
<button type="button" class="btn btn-circle btn-primary dropdown-toggle dropdown_fab" type="button" data-toggle="dropdown">
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#" class="text-right">My Dashboard <span class="fa fa-circle"></span></a></li>
<li><a href="#" class="text-right">Send Email <span class="fa fa-envelope"></span></a></li>
<li><a href="#" class="text-right">Events <span class="fa fa-bell"></span></a></li>
<li><a href="#" class="text-right">Limits <span class="fa fa-heart"></span></a></li>
<li><a href="#" class="text-right">Responsibilities <span class="fa fa-times"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="mentores" class="tab-pane fade in">8" style="border-right: 1px solid #f2f2f2">
<div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
<hr>
<div class="text-right">
<button title="Email" class="btn btn-primary" id="email_7" name="email_7" type="submit" value="Aplicar"><span class="fa fa-envelope"></span> Send Email</button>
</div>
</div>
<div class="col-xs-12 col-md-1 text-right">
<div class="btn-group custom">
<div class="dropdown">
<button type="button" class="btn btn-circle btn-primary dropdown-toggle dropdown_fab" type="button" data-toggle="dropdown">
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#" class="text-right">My Dashboard <span class="fa fa-circle"></span></a></li>
<li><a href="#" class="text-right">Send Email <span class="fa fa-envelope"></span></a></li>
<li><a href="#" class="text-right">Events <span class="fa fa-bell"></span></a></li>
<li><a href="#" class="text-right">Limits <span class="fa fa-heart"></span></a></li>
<li><a href="#" class="text-right">Responsibilities <span class="fa fa-times"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
<!-- End Tab Content -->
</div>
<!-- end main area -->
</div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/collapse.js"></script>
<!-- Chart.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.4/Chart.bundle.min.js"></script>
<script src="js/customChartJS.js"></script>
<!-- VueJS (Reactive JS) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.10/vue.min.js"></script>
<script src="js/dashboard.js"></script>
<!-- sweetAlert2.js -->
<script src="https://cdn.jsdelivr.net/sweetalert2/6.4.2/sweetalert2.min.js"></script>
<!-- Web Ration CSS -->
<script src="js/mini-menu.js"></script>
<script src="js/show-hide.js"></script>
</body>
</html>
|
css/agency.css
|
graftinglegacy/graftinglegacy.github.io
|
/*!
* Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
body {
overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #fed136;
}
p {
font-size: 14px;
line-height: 1.75;
}
p.large {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: none;
}
a {
color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.img-centered {
margin: 0 auto;
}
.bg-light-gray {
background-color: #eeeeee;
}
.bg-darkest-gray {
background-color: #222222;
}
.btn-primary {
color: white;
background-color: #fed136;
border-color: #fed136;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: white;
background-color: #fec503;
border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #fed136;
border-color: #fed136;
}
.btn-primary .badge {
color: #fed136;
background-color: white;
}
.btn-xl {
color: white;
background-color: #fed136;
border-color: #fed136;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
border-radius: 3px;
font-size: 18px;
padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
color: white;
background-color: #fec503;
border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
background-color: #fed136;
border-color: #fed136;
}
.btn-xl .badge {
color: #fed136;
background-color: white;
}
.navbar-custom {
background-color: #222222;
border-color: transparent;
}
.navbar-custom .navbar-brand {
color: #fed136;
font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
color: #fec503;
}
.navbar-custom .navbar-collapse {
border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
background-color: #fed136;
border-color: #fed136;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: white;
font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
background-color: #fed136;
}
.navbar-custom .nav li a {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
color: #1d7c00;
outline: none;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 0;
color: #1d7c00;
background-color: #fff;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
color: #1d7c00;
background-color: #fff;
}
@media (min-width: 768px) {
.navbar-custom {
background-color: transparent;
padding: 25px 0;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
border: none;
}
.navbar-custom .navbar-brand {
font-size: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 3px;
}
}
@media (min-width: 768px) {
.navbar-custom.affix {
background-color: #222222;
padding: 10px 0;
}
.navbar-custom.affix .navbar-brand {
font-size: 1.5em;
}
}
header {
background-image: url('../img/header-bg.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
text-align: center;
color: white;
}
header .intro-text {
padding-top: 100px;
padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 22px;
line-height: 22px;
margin-bottom: 25px;
}
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 50px;
line-height: 50px;
margin-bottom: 25px;
}
@media (min-width: 768px) {
header .intro-text {
padding-top: 300px;
padding-bottom: 200px;
}
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 40px;
line-height: 40px;
margin-bottom: 25px;
}
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 75px;
line-height: 75px;
margin-bottom: 50px;
}
}
section {
padding: 100px 0;
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
}
section h3.section-subheading {
font-size: 16px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: none;
font-style: italic;
font-weight: 400;
margin-bottom: 75px;
}
@media (min-width: 768px) {
section {
padding: 150px 0;
}
}
.service-heading {
margin: 15px 0;
text-transform: none;
}
#portfolio .portfolio-item {
margin: 0 0 15px;
right: 0;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
max-width: 400px;
margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
background: rgba(254, 209, 54, 0.9);
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
position: absolute;
width: 100%;
height: 20px;
font-size: 20px;
text-align: center;
top: 50%;
margin-top: -12px;
color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
background-color: white;
text-align: center;
padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
text-transform: none;
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 16px;
margin: 0;
}
#portfolio * {
z-index: 2;
}
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
.timeline {
list-style: none;
padding: 0;
position: relative;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: "";
width: 5px;
background-color: #237a11;
left: 40px;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 50px;
position: relative;
min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li .timeline-panel {
width: 100%;
float: right;
padding: 0 20px 0 100px;
position: relative;
text-align: left;
}
.timeline > li .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline > li .timeline-image {
left: 0;
margin-left: 0;
width: 80px;
height: 80px;
position: absolute;
z-index: 100;
background-color: #fed136;
color: white;
border-radius: 100%;
border: 5px solid #237a11;
text-align: center;
}
.timeline > li .timeline-image h4 {
font-size: 10px;
margin-top: 12px;
line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
text-align: left;
padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline > li:last-child {
margin-bottom: 0;
}
.timeline .timeline-heading h4 {
margin-top: 0;
color: inherit;
}
.timeline .timeline-heading h4.subheading {
text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
margin-bottom: 0;
}
@media (min-width: 768px) {
.timeline:before {
left: 50%;
}
.timeline > li {
margin-bottom: 100px;
min-height: 100px;
}
.timeline > li .timeline-panel {
width: 41%;
float: left;
padding: 0 20px 20px 30px;
text-align: right;
}
.timeline > li .timeline-image {
width: 100px;
height: 100px;
left: 50%;
margin-left: -50px;
}
.timeline > li .timeline-image h4 {
font-size: 13px;
margin-top: 16px;
line-height: 18px;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
text-align: left;
padding: 0 30px 20px 20px;
}
}
@media (min-width: 992px) {
.timeline > li {
min-height: 150px;
}
.timeline > li .timeline-panel {
padding: 0 20px 20px;
}
.timeline > li .timeline-image {
width: 150px;
height: 150px;
margin-left: -75px;
}
.timeline > li .timeline-image h4 {
font-size: 18px;
margin-top: 30px;
line-height: 26px;
}
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 20px 20px;
}
}
@media (min-width: 1200px) {
.timeline > li {
min-height: 170px;
}
.timeline > li .timeline-panel {
padding: 0 20px 20px 100px;
}
.timeline > li .timeline-image {
width: 170px;
height: 170px;
margin-left: -85px;
}
.timeline > li .timeline-image h4 {
margin-top: 40px;
}
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 100px 20px 20px;
}
}
.team-member {
text-align: center;
margin-bottom: 50px;
}
.team-member img {
margin: 0 auto;
border: 7px solid white;
}
.team-member h4 {
margin-top: 25px;
margin-bottom: 0;
text-transform: none;
}
.team-member p {
margin-top: 0;
}
aside.clients img {
margin: 50px auto;
}
section#contact {
background-color: #222222;
background-image: url('../img/map-image.png');
background-position: center;
background-repeat: no-repeat;
}
section#contact .section-heading {
color: white;
}
section#contact .form-group {
margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px;
}
section#contact .form-group input.form-control {
height: auto;
}
section#contact .form-group textarea.form-control {
height: 236px;
}
section#contact .form-control:focus {
border-color: #fed136;
box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact :-moz-placeholder {
/* Firefox 18- */
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact ::-moz-placeholder {
/* Firefox 19+ */
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact :-ms-input-placeholder {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
color: #eeeeee;
}
section#contact .text-danger {
color: #e74c3c;
}
footer {
padding: 25px 0;
text-align: center;
}
footer span.copyright {
line-height: 40px;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
text-transform: none;
}
footer ul.quicklinks {
margin-bottom: 0;
line-height: 40px;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
text-transform: none;
}
ul.social-buttons {
margin-bottom: 0;
}
ul.social-buttons li a {
display: block;
background-color: #222222;
height: 40px;
width: 40px;
border-radius: 100%;
font-size: 20px;
line-height: 40px;
color: white;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
outline: none;
}
.portfolio-modal .modal-dialog {
margin: 0;
height: 100%;
width: auto;
}
.portfolio-modal .modal-content {
border-radius: 0;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
min-height: 100%;
padding: 100px 0;
text-align: center;
}
.portfolio-modal .modal-content h2 {
margin-bottom: 15px;
font-size: 3em;
}
.portfolio-modal .modal-content p {
margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
margin: 20px 0 30px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
margin-bottom: 30px;
margin-top: 0;
}
.portfolio-modal .modal-content img {
margin-bottom: 30px;
}
.portfolio-modal .close-modal {
position: absolute;
width: 75px;
height: 75px;
background-color: transparent;
top: 25px;
right: 25px;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
height: 75px;
width: 1px;
margin-left: 35px;
background-color: #222222;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Safari and Chrome */
z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
height: 75px;
width: 1px;
background-color: #222222;
transform: rotate(90deg);
-ms-transform: rotate(90deg);
/* IE 9 */
-webkit-transform: rotate(90deg);
/* Safari and Chrome */
z-index: 1052;
}
.portfolio-modal .modal-backdrop {
opacity: 0;
display: none;
}
::-moz-selection {
text-shadow: none;
background: #fed136;
}
::selection {
text-shadow: none;
background: #fed136;
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
body {
webkit-tap-highlight-color: #fed136;
}
.newbg a { color: #000!important; }
.navbar-header.page-scroll {
background-color: white;
padding: 20px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.navbar-header img {
width:170px;
}
@media (min-width: 768px)
{
.navbar-nav>li>a {
padding-top: 55px;
}
}
@media (min-width: 768px)
{
.navbar-custom.affix img{
width:60px;
background-color:transparent;
}
.navbar-custom.affix .navbar-nav>li>a{
padding-top: 30px;
}
.navbar-custom.affix .navbar-header.page-scroll{
border-radius:none;
}
p {font-size: 100px !important;}
|
images/icons/shipping-and-handly-linear/flaticon51.css
|
fwork/dist
|
@font-face {
font-family: "flaticon51";
src: url("flaticon.eot");
src: url("flaticon.eot#iefix") format("embedded-opentype"),
url("flaticon.woff") format("woff"),
url("flaticon.ttf") format("truetype"),
url("flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon51-"]:before, [class*=" flaticon51-"]:before,
[class^="flaticon51-"]:after, [class*=" flaticon51-"]:after {
font-family: flaticon51;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}.flaticon51-arrow247:before {
content: "\e000";
}
.flaticon51-arrows31:before {
content: "\e001";
}
.flaticon51-box151:before {
content: "\e002";
}
.flaticon51-box152:before {
content: "\e003";
}
.flaticon51-box153:before {
content: "\e004";
}
.flaticon51-box154:before {
content: "\e005";
}
.flaticon51-box155:before {
content: "\e006";
}
.flaticon51-box156:before {
content: "\e007";
}
.flaticon51-box157:before {
content: "\e008";
}
.flaticon51-check-mark23:before {
content: "\e009";
}
.flaticon51-check-mark24:before {
content: "\e00a";
}
.flaticon51-cup88:before {
content: "\e00b";
}
.flaticon51-cup89:before {
content: "\e00c";
}
.flaticon51-curve-arrow52:before {
content: "\e00d";
}
.flaticon51-cutting23:before {
content: "\e00e";
}
.flaticon51-direction418:before {
content: "\e00f";
}
.flaticon51-ecological34:before {
content: "\e010";
}
.flaticon51-envelope157:before {
content: "\e011";
}
.flaticon51-feather37:before {
content: "\e012";
}
.flaticon51-glass82:before {
content: "\e013";
}
.flaticon51-glass83:before {
content: "\e014";
}
.flaticon51-hand446:before {
content: "\e015";
}
.flaticon51-left-arrow79:before {
content: "\e016";
}
.flaticon51-loupe21:before {
content: "\e017";
}
.flaticon51-mailing11:before {
content: "\e018";
}
.flaticon51-map-location66:before {
content: "\e019";
}
.flaticon51-mark29:before {
content: "\e01a";
}
.flaticon51-package87:before {
content: "\e01b";
}
.flaticon51-phone-call57:before {
content: "\e01c";
}
.flaticon51-rain121:before {
content: "\e01d";
}
.flaticon51-shipping10:before {
content: "\e01e";
}
.flaticon51-shipping11:before {
content: "\e01f";
}
.flaticon51-shipping13:before {
content: "\e020";
}
.flaticon51-shipping14:before {
content: "\e021";
}
.flaticon51-shipping8:before {
content: "\e022";
}
.flaticon51-shipping9:before {
content: "\e023";
}
.flaticon51-shoe-prints5:before {
content: "\e024";
}
.flaticon51-sun163:before {
content: "\e025";
}
.flaticon51-target88:before {
content: "\e026";
}
.flaticon51-thermometer78:before {
content: "\e027";
}
.flaticon51-tool1522:before {
content: "\e028";
}
.flaticon51-transport1182:before {
content: "\e029";
}
.flaticon51-transport1183:before {
content: "\e02a";
}
.flaticon51-transport1186:before {
content: "\e02b";
}
.flaticon51-transport1187:before {
content: "\e02c";
}
.flaticon51-transport1188:before {
content: "\e02d";
}
.flaticon51-up-arrows18:before {
content: "\e02e";
}
.flaticon51-warehouse3:before {
content: "\e02f";
}
.flaticon51-warning67:before {
content: "\e030";
}
.flaticon51-weightlifting10:before {
content: "\e031";
}
|
AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-ses-receiptrule-workmailaction.html
|
pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset
|
<!DOCTYPE html>
<html>
<head>
<link href="css/awsdocs.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/awsdocs.min.js"></script>
<meta charset="utf-8">
</head>
<body>
<div id="content" style="padding: 10px 30px;">
<h1 class="topictitle" id="aws-properties-ses-receiptrule-workmailaction">Amazon Simple Email Service ReceiptRule WorkmailAction</h1><p>The
<code class="code">WorkmailAction</code> property type includes an action in an Amazon SES receipt rule that calls Amazon
WorkMail and, optionally, publishes a notification to Amazon SNS.
</p><p>You will typically not use this action directly because Amazon WorkMail adds the rule
automatically during its setup procedure.
</p><p>For information using a receipt rule to call Amazon WorkMail, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/url-ses-dev;receiving-email-action-workmail.html" target="_blank">WorkMail Action</a> in the <em>Amazon Simple Email Service Developer Guide</em>.
</p><p>
<code class="code">WorkmailAction</code> is a property of the <a href="aws-properties-ses-receiptrule-action.html">Amazon Simple Email Service ReceiptRule Action</a> property type.
</p><h2 id="aws-properties-ses-receiptrule-workmailaction-syntax">Syntax</h2><p>To declare this entity in your AWS CloudFormation template, use the following syntax:</p><div id="JSON" name="JSON" class="section langfilter">
<h3 id="aws-properties-ses-receiptrule-workmailaction-syntax.json">JSON</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">{
"<a href="aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-topicarn">TopicArn</a>" : <em class="replaceable"><code>String</code></em>,
"<a href="aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-organizationarn">OrganizationArn</a>" : <em class="replaceable"><code>String</code></em>
}</code></pre>
</div><div id="YAML" name="YAML" class="section langfilter">
<h3 id="aws-properties-ses-receiptrule-workmailaction-syntax.yaml">YAML</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">
<a href="aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-topicarn">TopicArn</a>: <em class="replaceable"><code>String</code></em>
<a href="aws-properties-ses-receiptrule-workmailaction.html#cfn-ses-receiptrule-workmailaction-organizationarn">OrganizationArn</a>: <em class="replaceable"><code>String</code></em></code></pre>
</div><h2 id="aws-properties-ses-receiptrule-workmailaction-properties">Properties</h2><div class="variablelist">
<dl>
<dt><a id="cfn-ses-receiptrule-workmailaction-organizationarn"></a><span class="term"><code class="code">OrganizationArn</code></span></dt>
<dd>
<p>The ARN of the Amazon WorkMail organization. An example of an Amazon WorkMail organization
ARN is <code class="code">arn:aws:workmail:us-west-2:123456789012:organization/m-68755160c4cb4e29a2b2f8fb58f359d7</code>. For information about Amazon WorkMail organizations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/url-wm-admin;organizations_overview.html" target="_blank">Working with Organizations</a> in the <em>Amazon WorkMail Administrator Guide</em>.
</p>
<p>
<em>Required</em>: Yes
</p>
<p>
<em>Type</em>: String
</p>
<p>
<em>Update requires</em>:
<a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt">No interruption</a>
</p>
</dd>
<dt><a id="cfn-ses-receiptrule-workmailaction-topicarn"></a><span class="term"><code class="code">TopicArn</code></span></dt>
<dd>
<p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail
action is called. An example of an Amazon SNS topic ARN is <code class="code">arn:aws:sns:us-west-2:123456789012:MyTopic</code>.
</p>
<p>
<em>Required</em>: No
</p>
<p>
<em>Type</em>: String
</p>
<p>
<em>Update requires</em>:
<a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt">No interruption</a>
</p>
</dd>
</dl>
</div><h2 id="aws-properties-ses-receiptrule-workmailaction-seealso">See Also</h2><div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<p><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/url-ses-dev;receiving-email-receipt-rules.html" target="_blank">Creating Receipt Rules for Amazon SES Email Receiving</a> in the <em>Amazon Simple Email Service Developer Guide</em></p>
</li>
<li class="listitem">
<p><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/url-ses-dev;receiving-email-action-workmail.html" target="_blank">WorkMail Action</a> in the <em>Amazon Simple Email Service Developer Guide</em></p>
</li>
<li class="listitem">
<p><a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/url-ses-api;API_WorkmailAction.html" target="_blank">WorkmailAction</a> in the <em>Amazon Simple Email Service API Reference</em></p>
</li>
</ul>
</div></div>
</body>
</html>
|
public/css/dashboard.css
|
aankloterij/schilderijshit
|
@import url('main.css');
header.main{
background-color: #3F51B5;
position: fixed;
height: 64px;
width: 100%;
z-index: 1000;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
header.main div#menu_main{
float: left;
background: url('../img/ic_menu_white.svg') no-repeat center center;
}
header.main h1{
display: inline-block;
color: #FFF;
position: absolute;
top: 0;
left: 64px;
font-size: 1.3em;
line-height: 64px;
font-weight: 400;
text-transform: uppercase;
}
header.main div#options{
background: url('../img/ic_more_white.svg') no-repeat center center;
}
header.main a#logout{
background: url('../img/ic_logout_white.svg') no-repeat center center;
}
header.main div#search{
background: url('../img/ic_search_white.svg') no-repeat center center;
}
header.main div.icon,
header.main a.icon{
top: 0;
height: 64px;
width: 64px;
display: block;
cursor: pointer;
position: relative;
float: right;
}
header.main input{
width: 200px;
float: right;
margin-top: 16px;
transition: width 500ms ease;
}
header.main input.hidden{
width: 0;
padding-left: 0;
padding-right: 0;
}
aside.main{
position: fixed;
left: 0;
background: #FFF;
z-index: 500;
width: 240px;
top: 64px;
bottom: 0;
transition: left 100ms;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
aside.main.hidden{
left: -250px;
}
aside.main header{
height: 150px;
position: relative;
background: url('../img/bg.png') no-repeat center center;
background-size: cover;
}
aside.main header img{
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
height: 64px;
width: 64px;
margin: 16px;
border-radius: 50%;
}
aside.main header h2{
color: #FFF;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
position: absolute;
background-color: rgba(0, 0, 0, 0.4);
}
aside.main ul{
margin: 20px 0;
}
aside.main ul li{
display: block;
}
aside.main ul li.div{
height: 20px;
}
aside.main ul li a{
padding: 7px 0 7px 40px;
font-size: 1em;
display: block;
text-decoration: none;
position: relative;
color: #000;
}
aside.main ul li a:hover{
background-color: rgba(0, 0, 0, 0.1);
}
aside.main ul li a::before{
position: absolute;
left: 6px;
top: 2px;
}
aside.main ul li a.dashboard::before{
content: url('../img/ic_dashboard_black.svg');
}
aside.main ul li a.search::before{
content: url('../img/ic_search_black.svg');
}
aside.main ul li a.profile::before{
content: url('../img/ic_account_black.svg');
}
aside.main ul li a.logout::before{
content: url('../img/ic_logout_black.svg');
}
aside.main ul li a.catalog::before{
content: url('../img/ic_module_black.svg');
left: 5px;
}
div#content{
top: 64px;
position: absolute;
min-height: calc(100% - 64px);
width: 100%;
}
input{
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
transition: border-bottom 200ms;
box-shadow: 0 0 0px 128px white inset;
display: block;
font-size: 1.2em;
color: rgba(0, 0, 0, 0.87);
padding: 5px 10px;
background-color: transparent;
}
input:focus{
border-bottom: 1px solid #FF4081;
}
input:focus::-webkit-input-placeholder{color:#FF80AB;}
input:focus:-moz-placeholder{color:#FF80AB;}
input:focus::-moz-placeholder{color:#FF80AB;}
input:focus:-ms-input-placeholder{color:#FF80AB;}
a#floating{
position: fixed;
display: block;
height: 64px;
width: 64px;
z-index: 2000;
border-radius: 50%;
right: 16px;
bottom: 16px;
background: url('../img/ic_add_white.svg') no-repeat center center;
background-size: 32px;
background-color: #FF4081;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
input[type="submit"]{
display: inline-block;
background-color: #FF4081;
width: auto;
padding: 5px 10px;
border-radius: 3px;
position: absolute;
right: 24px;
text-transform: uppercase;
color: #FFF;
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
font-size: 1.09em;
cursor: pointer;
font-weight: 500;
letter-spacing: -0.005em;
transition: box-shadow 200ms;
-moz-transition: box-shadow 200ms;
}
input[type="submit"]:active{
box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.2);
}
#paginate a[href="#"] {
visibility: hidden;
}
|
app/src/client/components/settings/controls/ControlsInputsRow.css
|
jpikl/cfxnes
|
.controls-inputs-row {
display: table-row;
& > * {
display: table-cell;
}
}
.source-inputs {
min-width: 12rem;
padding-right: 0.3rem;
}
.source-input-unset {
padding-right: 0.5rem;
}
.source-input-add {
padding-left: 0.5rem;
}
|
app/index.html
|
lovev/lovev
|
<!DOCTYPE html>
<!--[if lt IE 7]>
<html lang="en" ng-app="lovevApp" ng-strict-di class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html lang="en" ng-app="lovevApp" ng-strict-di class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html lang="en" ng-app="lovevApp" ng-strict-di class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" ng-app="lovevApp" ng-strict-di class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My AngularJS App</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
<link rel="stylesheet" href="libs/html5-boilerplate/css/normalize.css">
<link rel="stylesheet" href="libs/html5-boilerplate/css/main.css">
<link rel="stylesheet" href="app.css">
<script src="libs/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
-->
</head>
<body>
<!--
<ul class="menu">
<li><a href="#/view1">view1</a></li>
<li><a href="#/view2">view2</a></li>
</ul>
-->
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<div>
{{"userInfo : " + userInfo.nickName}}
<button ng-click="logout()">logout</button>
<img src="/ImageCaptchaServlet.servlet">
<input ng-model="veriCode">
<button ng-click="loginByPassword({msisdn:'13916207620',password:'eclipse35',veriCode:'',keep:'1'})">
loginByPassword
</button>
<button ng-click="loginByAccessCode()">loginByAccessCode</button>
</div>
<div ng-view></div>
<div>Angular seed app: v<span app-version></span></div>
<!-- In production use:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
-->
<script src="libs/angular/angular.js"></script>
<script src="libs/angular-route/angular-route.js"></script>
<script src="app.js"></script>
<!--
<script src="view1/view1.js"></script>
<script src="view2/view2.js"></script>
<script src="components/version/version.js"></script>
<script src="components/version/version-directive.js"></script>
<script src="components/version/interpolate-filter.js"></script>
-->
<script src="components/user/user.js"></script>
</body>
</html>
|
Docs/Doxygen/html/class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html
|
KlusterKite/KlusterKite
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>KlusterKite: KlusterKite.API.Provider.Resolvers.EnumResolver< T > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">KlusterKite
 <span id="projectnumber">0.0.0</span>
</div>
<div id="projectbrief">A framework to create scalable and redundant services based on awesome Akka.Net project.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#properties">Properties</a> |
<a href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">KlusterKite.API.Provider.Resolvers.EnumResolver< T > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Resolves a enum value
<a href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for KlusterKite.API.Provider.Resolvers.EnumResolver< T >:</div>
<div class="dyncontent">
<div class="center">
<img src="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.png" usemap="#KlusterKite.API.Provider.Resolvers.EnumResolver_3C_20T_20_3E_map" alt=""/>
<map id="KlusterKite.API.Provider.Resolvers.EnumResolver_3C_20T_20_3E_map" name="KlusterKite.API.Provider.Resolvers.EnumResolver_3C_20T_20_3E_map">
<area href="interface_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_i_resolver.html" title="Resolves api requests for an object " alt="KlusterKite.API.Provider.Resolvers.IResolver" shape="rect" coords="0,0,325,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a1f73d097173c5fe77fd23d2c4c40f98e"><td class="memItemLeft" align="right" valign="top">Task< JToken > </td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html#a1f73d097173c5fe77fd23d2c4c40f98e">ResolveQuery</a> (object source, <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_request.html">ApiRequest</a> request, <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_field.html">ApiField</a> apiField, <a class="el" href="class_kluster_kite_1_1_security_1_1_attributes_1_1_request_context.html">RequestContext</a> context, JsonSerializer argumentsSerializer, Action< Exception > onErrorCallback)</td></tr>
<tr class="memdesc:a1f73d097173c5fe77fd23d2c4c40f98e"><td class="mdescLeft"> </td><td class="mdescRight">Resolves <a class="el" href="namespace_kluster_kite_1_1_a_p_i.html">API</a> request to object <a href="#a1f73d097173c5fe77fd23d2c4c40f98e">More...</a><br /></td></tr>
<tr class="separator:a1f73d097173c5fe77fd23d2c4c40f98e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac49206179cd68f1d214dfbb05b1ac619"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_type.html">ApiType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html#ac49206179cd68f1d214dfbb05b1ac619">GetElementType</a> ()</td></tr>
<tr class="memdesc:ac49206179cd68f1d214dfbb05b1ac619"><td class="mdescLeft"> </td><td class="mdescRight">Gets the resolved api type of resolved element <a href="#ac49206179cd68f1d214dfbb05b1ac619">More...</a><br /></td></tr>
<tr class="separator:ac49206179cd68f1d214dfbb05b1ac619"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acf1a076ed6e0b16a15bd84cf2b408f74"><td class="memItemLeft" align="right" valign="top">IEnumerable< <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_field.html">ApiField</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html#acf1a076ed6e0b16a15bd84cf2b408f74">GetTypeArguments</a> ()</td></tr>
<tr class="memdesc:acf1a076ed6e0b16a15bd84cf2b408f74"><td class="mdescLeft"> </td><td class="mdescRight">Gets the list of arguments that are supported by resolver itself (not the original object method arguments) <a href="#acf1a076ed6e0b16a15bd84cf2b408f74">More...</a><br /></td></tr>
<tr class="separator:acf1a076ed6e0b16a15bd84cf2b408f74"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:af4dcf4dff79c36f08e5e5183724e3d9c"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_type.html">ApiType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html#af4dcf4dff79c36f08e5e5183724e3d9c">GeneratedType</a><code> [get]</code></td></tr>
<tr class="memdesc:af4dcf4dff79c36f08e5e5183724e3d9c"><td class="mdescLeft"> </td><td class="mdescRight">Gets the generated api type for typed argument <a href="#af4dcf4dff79c36f08e5e5183724e3d9c">More...</a><br /></td></tr>
<tr class="separator:af4dcf4dff79c36f08e5e5183724e3d9c"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Resolves a enum value </p>
<dl class="tparams"><dt>Template Parameters</dt><dd>
<table class="tparams">
<tr><td class="paramname">T</td><td>The type of enum</td></tr>
</table>
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="_enum_resolver_8cs_source.html#l00032">32</a> of file <a class="el" href="_enum_resolver_8cs_source.html">EnumResolver.cs</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a id="ac49206179cd68f1d214dfbb05b1ac619"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac49206179cd68f1d214dfbb05b1ac619">◆ </a></span>GetElementType()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_type.html">ApiType</a> <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html">KlusterKite.API.Provider.Resolvers.EnumResolver</a>< T >.GetElementType </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Gets the resolved api type of resolved element </p>
<p>Implements <a class="el" href="interface_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_i_resolver.html#aee7c7ca5cbce746a88d7f0abc64098d7">KlusterKite.API.Provider.Resolvers.IResolver</a>.</p>
<p class="definition">Definition at line <a class="el" href="_enum_resolver_8cs_source.html#l00079">79</a> of file <a class="el" href="_enum_resolver_8cs_source.html">EnumResolver.cs</a>.</p>
</div>
</div>
<a id="acf1a076ed6e0b16a15bd84cf2b408f74"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acf1a076ed6e0b16a15bd84cf2b408f74">◆ </a></span>GetTypeArguments()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">IEnumerable<<a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_field.html">ApiField</a>> <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html">KlusterKite.API.Provider.Resolvers.EnumResolver</a>< T >.GetTypeArguments </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Gets the list of arguments that are supported by resolver itself (not the original object method arguments) </p>
<p>Implements <a class="el" href="interface_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_i_resolver.html#ad161ea5a909149028e60d0683dfb591d">KlusterKite.API.Provider.Resolvers.IResolver</a>.</p>
<p class="definition">Definition at line <a class="el" href="_enum_resolver_8cs_source.html#l00085">85</a> of file <a class="el" href="_enum_resolver_8cs_source.html">EnumResolver.cs</a>.</p>
</div>
</div>
<a id="a1f73d097173c5fe77fd23d2c4c40f98e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1f73d097173c5fe77fd23d2c4c40f98e">◆ </a></span>ResolveQuery()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Task<JToken> <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html">KlusterKite.API.Provider.Resolvers.EnumResolver</a>< T >.ResolveQuery </td>
<td>(</td>
<td class="paramtype">object </td>
<td class="paramname"><em>source</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_request.html">ApiRequest</a> </td>
<td class="paramname"><em>request</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_field.html">ApiField</a> </td>
<td class="paramname"><em>apiField</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_kluster_kite_1_1_security_1_1_attributes_1_1_request_context.html">RequestContext</a> </td>
<td class="paramname"><em>context</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">JsonSerializer </td>
<td class="paramname"><em>argumentsSerializer</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">Action< Exception > </td>
<td class="paramname"><em>onErrorCallback</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Resolves <a class="el" href="namespace_kluster_kite_1_1_a_p_i.html">API</a> request to object </p>
<p>Implements <a class="el" href="interface_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_i_resolver.html#a14caed5e2f15a4dda78ac0dfdae75ef7">KlusterKite.API.Provider.Resolvers.IResolver</a>.</p>
<p class="definition">Definition at line <a class="el" href="_enum_resolver_8cs_source.html#l00072">72</a> of file <a class="el" href="_enum_resolver_8cs_source.html">EnumResolver.cs</a>.</p>
</div>
</div>
<h2 class="groupheader">Property Documentation</h2>
<a id="af4dcf4dff79c36f08e5e5183724e3d9c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af4dcf4dff79c36f08e5e5183724e3d9c">◆ </a></span>GeneratedType</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_client_1_1_api_type.html">ApiType</a> <a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html">KlusterKite.API.Provider.Resolvers.EnumResolver</a>< T >.GeneratedType</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Gets the generated api type for typed argument </p>
<p class="definition">Definition at line <a class="el" href="_enum_resolver_8cs_source.html#l00069">69</a> of file <a class="el" href="_enum_resolver_8cs_source.html">EnumResolver.cs</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>KlusterKite.API/KlusterKite.API.Provider/Resolvers/<a class="el" href="_enum_resolver_8cs_source.html">EnumResolver.cs</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_kluster_kite.html">KlusterKite</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_a_p_i.html">API</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_a_p_i_1_1_provider.html">Provider</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers.html">Resolvers</a></li><li class="navelem"><a class="el" href="class_kluster_kite_1_1_a_p_i_1_1_provider_1_1_resolvers_1_1_enum_resolver.html">EnumResolver</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
out/files/scripts_SuccessiveMelodicIntervals.js.html
|
kbarber-ups/Capstone
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>scripts/SuccessiveMelodicIntervals.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="icon" href="../assets/favicon.ico">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="" width="117" height="52"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: </em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/MusicSnippet.html">MusicSnippet</a></li>
<li><a href="../classes/Note.html">Note</a></li>
<li><a href="../classes/QuestionGenerator.html">QuestionGenerator</a></li>
<li><a href="../classes/SuccessiveMelodicIntervals.html">SuccessiveMelodicIntervals</a></li>
</ul>
<ul id="api-modules" class="apis modules">
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: scripts/SuccessiveMelodicIntervals.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
/**
* Generates a series of four random twelve-tone notes.
* @class SuccessiveMelodicIntervals
* @constructor
*/
function SuccessiveMelodicIntervals(numNotes) {
const DEFAULT_LENGTH = 4;
var length;
if (numNotes == null || numNotes < 2 || numNotes > 11) {
length = DEFAULT_LENGTH;
} else {
length = numNotes;
}
var g = Math.random();
var notes = generateMelody();
// var answers = calculateAnswers();
/**
* @method getAnswers
* @return {String[]} intervals
*/
this.getAnswers = function() {
var answers = []
for (var i = 0; i < notes.length - 1; i++) {
answers.push(notes[i].getInterval(notes[i+1]));
}
return answers;
}
/**
* Returns the notes as Strings
* @method getNotes
* @return {String[]} notes
*/
this.getNotes = function() {
var notes1 = [];
for (var i = 0; i < notes.length; i++) {
notes1.push(notes[i].toString());
}
return notes1;
}
/**
* Generates a 4-note 12-tone melody using backtracking.
* @method generateMelody
* @return {Note[]} notes
*/
function generateMelody() {
var paletteIndices = [];
for (var k = 0; k < length; k++) {
paletteIndices.push(0);
}
var melody = [];
var i = 0;
while (melody[length - 1] == null) {
var palette;
if (i == 0) {
melody.push(getStartingNote());
// console.log(melody[i].toString());
i++;
continue;
} else palette = getPalette(melody[i-1], i);
for (var j = paletteIndices[i]; j < palette.length; j++) {
melody.push(palette[j]);
// Check if valid
if (validateSMI(melody)) {
// console.log(melody[i].toString());
//
// console.log("valid " + i);
// It worked!
// Update palette of indices in case we need to backtrack later.
paletteIndices[i] = j + 1;
break;
} else {
// console.log("invalid " + i);
// if didn't work
melody.pop();
// continue iterating until we find something that works
}
}
if (melody[i] == null) {
// We made it through the whole palette and nothing worked
if (i == 0) {
// If no starting notes worked, nothing will
// Will never happen in the SMI domain
// Still need to write safe code.
break;
}
// Clean palette index array
paletteIndices[i] = 0;
// Prepare index
i--;
// Remove the previous element because it does not lead us anywhere
// Won't happen in this domain. Again, just writing safe code.
melody.pop();
} else {
// Move on to the next note!
i++;
}
}
return melody;
}
/**
* Create a palette of notes to try based on previous note.
* @method getPalette
* @param {Integer} melody current index
* @return {Note[]} palette
*/
function getPalette(previousNote, i) {
var palette = [];
// document.write("<br>palette:<br>");
var lowestnote = new Note("G", 3);
var highestnote = new Note("F", 5);
var direction = true;
for (var j = -6; j < 7; j++) {
var notetoadd = previousNote.getNextNote(j, direction);
if (notetoadd == null) continue;
var lowcomp = lowestnote.compareTo(notetoadd);
var highcomp = highestnote.compareTo(notetoadd);
var ord = ordinal(notetoadd.getNotename());
if (isNaN(lowcomp) || isNaN(highcomp) || lowcomp >= 0 || highcomp <= 0
|| ord < 9 || ord > 25) {
// Do not add notes that are out of bounds.
// Do not use double sharps, double flats or weird spellings.
} else {
palette.push(notetoadd);
}
if (j == 6 && direction) {
// Now add all notes in the descending direction.
j = -7;
direction = false;
}
}
return shuffleNotes(palette, g * i);
}
/**
* Picks a random starting note. Use notes 9 through 25 (Gb—A#)
* @method getStartingPalette
* @return {Note} palette
*/
function getStartingNote() {
var rand = Math.floor((Math.random() * 16) + 9);
var notename = NOTES[rand];
return new Note(notename, 4);
}
/**
* Seeded shuffle.
* @param shuffleNotes
* @param {Note[]} notes to shuffle
* @param {Integer} seed
* @return {Note[]} shuffled notes
*/
function shuffleNotes(notes, seed) {
Math.seedrandom(seed);
var shuffled = [];
var strikeList = [];
while (shuffled.length < notes.length) {
var rand = Math.floor(Math.random() * notes.length);
if (strikeList.indexOf(rand) == -1) {
// We have not used this number yet! Add to shuffled list
shuffled.push(notes[rand]);
// Strike out this number
strikeList.push(rand);
} else {
// We have already used this number. Keep going!
}
}
return shuffled;
}
}
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
doc/method_list.html
|
programmfabrik/coffeescript-ui
|
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>Coffeescript-UI Documentation</title>
<script src='javascript/application.js'></script>
<script src='javascript/search.js'></script>
<link rel='stylesheet' href='stylesheets/application.css' type='text/css'>
</head>
<body class='list'>
<div class='list' id='content'>
<h1 class='full_list_header'>Method List</h1>
<nav>
<a target='_self' href='class_list.html'>
Classes
</a>
<a target='_self' href='file_list.html'>
Files
</a>
<a target='_self' href='method_list.html'>
Methods
</a>
</nav>
<div id='search'>
Search:
<input type='text'>
</div>
<ul>
<li>
<a href='class/CUI/dom.html#$element-static' target='main' title='$element'>
.$element
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#$elementIsInDOM-static' target='main' title='$elementIsInDOM'>
.$elementIsInDOM
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='file/base/Deferred/when.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(base/Deferred/when.coffee)
</small>
</li>
<li>
<a href='file/elements/ConfirmationChoice/Alert.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(elements/ConfirmationChoice/Alert.coffee)
</small>
</li>
<li>
<a href='file/elements/ConfirmationChoice/Confirm.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(elements/ConfirmationChoice/Confirm.coffee)
</small>
</li>
<li>
<a href='file/elements/ConfirmationChoice/ConfirmationChoice.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(elements/ConfirmationChoice/ConfirmationChoice.coffee)
</small>
</li>
<li>
<a href='file/elements/ConfirmationChoice/Prompt.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(elements/ConfirmationChoice/Prompt.coffee)
</small>
</li>
<li>
<a href='file/elements/ConfirmationChoice/Spinner.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(elements/ConfirmationChoice/Spinner.coffee)
</small>
</li>
<li>
<a href='file/elements/ConfirmationChoice/Toaster.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(elements/ConfirmationChoice/Toaster.coffee)
</small>
</li>
<li>
<a href='file/base/Deferred/decide.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(base/Deferred/decide.coffee)
</small>
</li>
<li>
<a href='file/base/Deferred/when.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(base/Deferred/when.coffee)
</small>
</li>
<li>
<a href='file/elements/ConfirmationChoice/Alert.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(elements/ConfirmationChoice/Alert.coffee)
</small>
</li>
<li>
<a href='file/base/Deferred/when.coffee.html#CUI-' target='main' title='CUI'>
~CUI
</a>
<small>
(base/Deferred/when.coffee)
</small>
</li>
<li>
<a href='file/base/util.coffee.html#RegExp-' target='main' title='RegExp'>
~RegExp
</a>
<small>
(base/util.coffee)
</small>
</li>
<li>
<a href='file/base/util.coffee.html#String-' target='main' title='String'>
~String
</a>
<small>
(base/util.coffee)
</small>
</li>
<li>
<a href='file/base/util.coffee.html#String-' target='main' title='String'>
~String
</a>
<small>
(base/util.coffee)
</small>
</li>
<li>
<a href='file/base/util.coffee.html#String-' target='main' title='String'>
~String
</a>
<small>
(base/util.coffee)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#UNUSEDgetTimezoneData-dynamic' target='main' title='UNUSEDgetTimezoneData'>
#UNUSEDgetTimezoneData
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#__actionOnNode-dynamic' target='main' title='__actionOnNode'>
#__actionOnNode
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#__actionRecursively-dynamic' target='main' title='__actionRecursively'>
#__actionRecursively
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#__activateItemByIndex-dynamic' target='main' title='__activateItemByIndex'>
#__activateItemByIndex
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__addCustomOption-dynamic' target='main' title='__addCustomOption'>
#__addCustomOption
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#__addCustomOption-dynamic' target='main' title='__addCustomOption'>
#__addCustomOption
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__addDebugControl-dynamic' target='main' title='__addDebugControl'>
#__addDebugControl
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#__addHeaderButton-dynamic' target='main' title='__addHeaderButton'>
#__addHeaderButton
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__addMarkerToMap-dynamic' target='main' title='__addMarkerToMap'>
#__addMarkerToMap
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#__addMarkerToMap-dynamic' target='main' title='__addMarkerToMap'>
#__addMarkerToMap
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__addMarkerToMap-dynamic' target='main' title='__addMarkerToMap'>
#__addMarkerToMap
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__addRow-dynamic' target='main' title='__addRow'>
#__addRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__addRows-dynamic' target='main' title='__addRows'>
#__addRows
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__addRowsOddEvenClasses-dynamic' target='main' title='__addRowsOddEvenClasses'>
#__addRowsOddEvenClasses
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#__addSeparator-dynamic' target='main' title='__addSeparator'>
#__addSeparator
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#__addSymbol-dynamic' target='main' title='__addSymbol'>
#__addSymbol
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__afterMarkerCreated-dynamic' target='main' title='__afterMarkerCreated'>
#__afterMarkerCreated
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__afterMarkerCreated-dynamic' target='main' title='__afterMarkerCreated'>
#__afterMarkerCreated
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#__all-static' target='main' title='__all'>
.__all
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/dom.html#__append-static' target='main' title='__append'>
.__append
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__appendCells-dynamic' target='main' title='__appendCells'>
#__appendCells
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Template.html#__appendContent-static' target='main' title='__appendContent'>
.__appendContent
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__appendNewRow-dynamic' target='main' title='__appendNewRow'>
#__appendNewRow
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#__appendNode-dynamic' target='main' title='__appendNode'>
#__appendNode
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__appendRow-dynamic' target='main' title='__appendRow'>
#__appendRow
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#__assertDOMElement-dynamic' target='main' title='__assertDOMElement'>
#__assertDOMElement
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#__assertTemplateElement-dynamic' target='main' title='__assertTemplateElement'>
#__assertTemplateElement
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__bindOnClickMapEvent-dynamic' target='main' title='__bindOnClickMapEvent'>
#__bindOnClickMapEvent
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__bindOnClickMapEvent-dynamic' target='main' title='__bindOnClickMapEvent'>
#__bindOnClickMapEvent
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#__bindOnClickMapEvent-dynamic' target='main' title='__bindOnClickMapEvent'>
#__bindOnClickMapEvent
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__buildIconPopoverContent-dynamic' target='main' title='__buildIconPopoverContent'>
#__buildIconPopoverContent
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#__buildMap-dynamic' target='main' title='__buildMap'>
#__buildMap
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__buildMap-dynamic' target='main' title='__buildMap'>
#__buildMap
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__buildMap-dynamic' target='main' title='__buildMap'>
#__buildMap
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__buildMap-dynamic' target='main' title='__buildMap'>
#__buildMap
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__buildMarker-dynamic' target='main' title='__buildMarker'>
#__buildMarker
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__buildMarker-dynamic' target='main' title='__buildMarker'>
#__buildMarker
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#__buildMarker-dynamic' target='main' title='__buildMarker'>
#__buildMarker
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/MultiOutput.html#__buildTemplateForKey-dynamic' target='main' title='__buildTemplateForKey'>
#__buildTemplateForKey
</a>
<small>
(CUI.MultiOutput)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#__callAutoButtonbar-dynamic' target='main' title='__callAutoButtonbar'>
#__callAutoButtonbar
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__callOnGroup-dynamic' target='main' title='__callOnGroup'>
#__callOnGroup
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI.html#__callTimeoutChangeCallbacks-static' target='main' title='__callTimeoutChangeCallbacks'>
.__callTimeoutChangeCallbacks
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#__callback-dynamic' target='main' title='__callback'>
#__callback
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/DateTimeInputBlock.html#__changeBlock-dynamic' target='main' title='__changeBlock'>
#__changeBlock
</a>
<small>
(CUI.DateTimeInputBlock)
</small>
</li>
<li>
<a href='class/CUI/NumberInputBlock.html#__changeBlock-dynamic' target='main' title='__changeBlock'>
#__changeBlock
</a>
<small>
(CUI.NumberInputBlock)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#__checkInput-dynamic' target='main' title='__checkInput'>
#__checkInput
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__checkInput-dynamic' target='main' title='__checkInput'>
#__checkInput
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/EmailInput.html#__checkInput-dynamic' target='main' title='__checkInput'>
#__checkInput
</a>
<small>
(CUI.EmailInput)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#__checkInput-dynamic' target='main' title='__checkInput'>
#__checkInput
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__checkInputInternal-dynamic' target='main' title='__checkInputInternal'>
#__checkInputInternal
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__checkInputRegexp-dynamic' target='main' title='__checkInputRegexp'>
#__checkInputRegexp
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Prompt.html#__checkOkBtn-dynamic' target='main' title='__checkOkBtn'>
#__checkOkBtn
</a>
<small>
(CUI.Prompt)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#__checkOverflowButton-dynamic' target='main' title='__checkOverflowButton'>
#__checkOverflowButton
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/ProgressMeter.html#__checkState-dynamic' target='main' title='__checkState'>
#__checkState
</a>
<small>
(CUI.ProgressMeter)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#__checkVisibility-dynamic' target='main' title='__checkVisibility'>
#__checkVisibility
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#__cleanup-dynamic' target='main' title='__cleanup'>
#__cleanup
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#__clearOverwriteMonthAndYear-dynamic' target='main' title='__clearOverwriteMonthAndYear'>
#__clearOverwriteMonthAndYear
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI.html#__clearStorage-static' target='main' title='__clearStorage'>
.__clearStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#__close-dynamic' target='main' title='__close'>
#__close
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#__closePopover-dynamic' target='main' title='__closePopover'>
#__closePopover
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#__closePopover-dynamic' target='main' title='__closePopover'>
#__closePopover
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__createElement-dynamic' target='main' title='__createElement'>
#__createElement
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Password.html#__createElement-dynamic' target='main' title='__createElement'>
#__createElement
</a>
<small>
(CUI.Password)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#__createFields-dynamic' target='main' title='__createFields'>
#__createFields
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__debugCall-dynamic' target='main' title='__debugCall'>
#__debugCall
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__debugRect-dynamic' target='main' title='__debugRect'>
#__debugRect
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__deferRow-dynamic' target='main' title='__deferRow'>
#__deferRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#__deselectPreActivated-dynamic' target='main' title='__deselectPreActivated'>
#__deselectPreActivated
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#__detach-dynamic' target='main' title='__detach'>
#__detach
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__disableEnableZoomButtons-dynamic' target='main' title='__disableEnableZoomButtons'>
#__disableEnableZoomButtons
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#__doLayout-dynamic' target='main' title='__doLayout'>
#__doLayout
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__doLayout-dynamic' target='main' title='__doLayout'>
#__doLayout
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#__doSearch-dynamic' target='main' title='__doSearch'>
#__doSearch
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__download_abort-dynamic' target='main' title='__download_abort'>
#__download_abort
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__download_loadend-dynamic' target='main' title='__download_loadend'>
#__download_loadend
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__download_progress-dynamic' target='main' title='__download_progress'>
#__download_progress
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__download_readyStateChange-dynamic' target='main' title='__download_readyStateChange'>
#__download_readyStateChange
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__download_timeout-dynamic' target='main' title='__download_timeout'>
#__download_timeout
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#__end_drag-dynamic' target='main' title='__end_drag'>
#__end_drag
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#__event_abort-dynamic' target='main' title='__event_abort'>
#__event_abort
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#__event_error-dynamic' target='main' title='__event_error'>
#__event_error
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#__event_load-dynamic' target='main' title='__event_load'>
#__event_load
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#__event_loadStart-dynamic' target='main' title='__event_loadStart'>
#__event_loadStart
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#__event_loadend-dynamic' target='main' title='__event_loadend'>
#__event_loadend
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#__event_progress-dynamic' target='main' title='__event_progress'>
#__event_progress
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#__findClosestSon-dynamic' target='main' title='__findClosestSon'>
#__findClosestSon
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__findRowInfo-dynamic' target='main' title='__findRowInfo'>
#__findRowInfo
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#__finish_drag-dynamic' target='main' title='__finish_drag'>
#__finish_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__focusShadowInput-dynamic' target='main' title='__focusShadowInput'>
#__focusShadowInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Events.html#__getActiveListeners-static' target='main' title='__getActiveListeners'>
.__getActiveListeners
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__getButtons-dynamic' target='main' title='__getButtons'>
#__getButtons
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/CSSLoader.html#__getCSSNodes-dynamic' target='main' title='__getCSSNodes'>
#__getCSSNodes
</a>
<small>
(CUI.CSSLoader)
</small>
</li>
<li>
<a href='class/CUI/Element.html#__getCheckMap-dynamic' target='main' title='__getCheckMap'>
#__getCheckMap
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Options.html#__getCheckboxByValue-dynamic' target='main' title='__getCheckboxByValue'>
#__getCheckboxByValue
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__getColClass-dynamic' target='main' title='__getColClass'>
#__getColClass
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__getColWidth-dynamic' target='main' title='__getColWidth'>
#__getColWidth
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__getColsFromAndTo-dynamic' target='main' title='__getColsFromAndTo'>
#__getColsFromAndTo
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__getFormattedPosition-dynamic' target='main' title='__getFormattedPosition'>
#__getFormattedPosition
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__getFullscreenButtonOpts-dynamic' target='main' title='__getFullscreenButtonOpts'>
#__getFullscreenButtonOpts
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__getIcon-dynamic' target='main' title='__getIcon'>
#__getIcon
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#__getInputBlocks-dynamic' target='main' title='__getInputBlocks'>
#__getInputBlocks
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__getInputBlocks-dynamic' target='main' title='__getInputBlocks'>
#__getInputBlocks
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#__getItemByIndex-dynamic' target='main' title='__getItemByIndex'>
#__getItemByIndex
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#__getItems-dynamic' target='main' title='__getItems'>
#__getItems
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/Events.html#__getListenersForNode-static' target='main' title='__getListenersForNode'>
.__getListenersForNode
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__getMapClassName-dynamic' target='main' title='__getMapClassName'>
#__getMapClassName
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__getMapClassName-dynamic' target='main' title='__getMapClassName'>
#__getMapClassName
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#__getMapClassName-dynamic' target='main' title='__getMapClassName'>
#__getMapClassName
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__getMarkerOptions-dynamic' target='main' title='__getMarkerOptions'>
#__getMarkerOptions
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Select.html#__getOptionByValue-dynamic' target='main' title='__getOptionByValue'>
#__getOptionByValue
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#__getOriginalElement-dynamic' target='main' title='__getOriginalElement'>
#__getOriginalElement
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__getPosition-dynamic' target='main' title='__getPosition'>
#__getPosition
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__getPositionForDisplay-dynamic' target='main' title='__getPositionForDisplay'>
#__getPositionForDisplay
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__getQuadrants-dynamic' target='main' title='__getQuadrants'>
#__getQuadrants
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#__getResolveValue-dynamic' target='main' title='__getResolveValue'>
#__getResolveValue
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__getScrolling-dynamic' target='main' title='__getScrolling'>
#__getScrolling
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#__getSize-dynamic' target='main' title='__getSize'>
#__getSize
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#__getState-dynamic' target='main' title='__getState'>
#__getState
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI.html#__getStorage-static' target='main' title='__getStorage'>
.__getStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__getTemplateName-dynamic' target='main' title='__getTemplateName'>
#__getTemplateName
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI.html#__getTimeoutById-static' target='main' title='__getTimeoutById'>
.__getTimeoutById
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__getValue-dynamic' target='main' title='__getValue'>
#__getValue
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__getZoomButtons-dynamic' target='main' title='__getZoomButtons'>
#__getZoomButtons
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#__handleDOMEventInternal-dynamic' target='main' title='__handleDOMEventInternal'>
#__handleDOMEventInternal
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumper.html#__hasOnlyPlainValues-dynamic' target='main' title='__hasOnlyPlainValues'>
#__hasOnlyPlainValues
</a>
<small>
(CUI.ObjectDumper)
</small>
</li>
<li>
<a href='class/CUI/MultiOutput.html#__hideShowElements-dynamic' target='main' title='__hideShowElements'>
#__hideShowElements
</a>
<small>
(CUI.MultiOutput)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#__init-dynamic' target='main' title='__init'>
#__init
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Events.html#__init-static' target='main' title='__init'>
.__init
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#__init-dynamic' target='main' title='__init'>
#__init
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/BorderLayout.html#__init-dynamic' target='main' title='__init'>
#__init
</a>
<small>
(CUI.BorderLayout)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#__init-dynamic' target='main' title='__init'>
#__init
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#__initActiveIdx-dynamic' target='main' title='__initActiveIdx'>
#__initActiveIdx
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__initContentSize-dynamic' target='main' title='__initContentSize'>
#__initContentSize
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#__initDisabled-dynamic' target='main' title='__initDisabled'>
#__initDisabled
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#__initInputs-dynamic' target='main' title='__initInputs'>
#__initInputs
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/KeyboardEvent.html#__initKeyboardListener-static' target='main' title='__initKeyboardListener'>
.__initKeyboardListener
</a>
<small>
(CUI.KeyboardEvent)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__initMap-dynamic' target='main' title='__initMap'>
#__initMap
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#__initPane-dynamic' target='main' title='__initPane'>
#__initPane
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__initShadowInput-dynamic' target='main' title='__initShadowInput'>
#__initShadowInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__initTooltip-dynamic' target='main' title='__initTooltip'>
#__initTooltip
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#__initUndo-dynamic' target='main' title='__initUndo'>
#__initUndo
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#__isAlive-dynamic' target='main' title='__isAlive'>
#__isAlive
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__isMaximizedCol-dynamic' target='main' title='__isMaximizedCol'>
#__isMaximizedCol
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#__killTimeout-dynamic' target='main' title='__killTimeout'>
#__killTimeout
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__loadCSS-dynamic' target='main' title='__loadCSS'>
#__loadCSS
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Select.html#__loadOptions-dynamic' target='main' title='__loadOptions'>
#__loadOptions
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#__makeList-dynamic' target='main' title='__makeList'>
#__makeList
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#__measureAndSetBodyWidth-dynamic' target='main' title='__measureAndSetBodyWidth'>
#__measureAndSetBodyWidth
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#__notify-dynamic' target='main' title='__notify'>
#__notify
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/FileUploadButton.html#__onClick-dynamic' target='main' title='__onClick'>
#__onClick
</a>
<small>
(CUI.FileUploadButton)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__onMarkerClick-dynamic' target='main' title='__onMarkerClick'>
#__onMarkerClick
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__onMoveEnd-dynamic' target='main' title='__onMoveEnd'>
#__onMoveEnd
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__onReady-dynamic' target='main' title='__onReady'>
#__onReady
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#__open-dynamic' target='main' title='__open'>
#__open
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__openIconPopover-dynamic' target='main' title='__openIconPopover'>
#__openIconPopover
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__openMapPopover-dynamic' target='main' title='__openMapPopover'>
#__openMapPopover
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#__openPopover-dynamic' target='main' title='__openPopover'>
#__openPopover
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__overwriteBlocks-dynamic' target='main' title='__overwriteBlocks'>
#__overwriteBlocks
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#__parseFormat-dynamic' target='main' title='__parseFormat'>
#__parseFormat
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#__positionControl-dynamic' target='main' title='__positionControl'>
#__positionControl
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#__preActivateItemByIndex-dynamic' target='main' title='__preActivateItemByIndex'>
#__preActivateItemByIndex
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__progress-dynamic' target='main' title='__progress'>
#__progress
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#__proxy-dynamic' target='main' title='__proxy'>
#__proxy
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#__register-dynamic' target='main' title='__register'>
#__register
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#__registerDOMEvent-dynamic' target='main' title='__registerDOMEvent'>
#__registerDOMEvent
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__registerEvents-dynamic' target='main' title='__registerEvents'>
#__registerEvents
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/Events.html#__registerListener-static' target='main' title='__registerListener'>
.__registerListener
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#__reject-dynamic' target='main' title='__reject'>
#__reject
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__removeContentSize-dynamic' target='main' title='__removeContentSize'>
#__removeContentSize
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#__removeDebugDivs-dynamic' target='main' title='__removeDebugDivs'>
#__removeDebugDivs
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__removeEmptyRows-dynamic' target='main' title='__removeEmptyRows'>
#__removeEmptyRows
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/Map.html#__removeMarker-dynamic' target='main' title='__removeMarker'>
#__removeMarker
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__removeMarker-dynamic' target='main' title='__removeMarker'>
#__removeMarker
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#__removeMarker-dynamic' target='main' title='__removeMarker'>
#__removeMarker
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__removeRow-dynamic' target='main' title='__removeRow'>
#__removeRow
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__removeShadowInput-dynamic' target='main' title='__removeShadowInput'>
#__removeShadowInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI.html#__removeTimeout-static' target='main' title='__removeTimeout'>
.__removeTimeout
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#__renderDisplay-dynamic' target='main' title='__renderDisplay'>
#__renderDisplay
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__resetCellDims-dynamic' target='main' title='__resetCellDims'>
#__resetCellDims
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__resetCellStyle-dynamic' target='main' title='__resetCellStyle'>
#__resetCellStyle
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__resetColWidth-dynamic' target='main' title='__resetColWidth'>
#__resetColWidth
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__resetRowDim-dynamic' target='main' title='__resetRowDim'>
#__resetRowDim
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#__resize-dynamic' target='main' title='__resize'>
#__resize
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#__resolve-dynamic' target='main' title='__resolve'>
#__resolve
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#__runOnAllButtons-dynamic' target='main' title='__runOnAllButtons'>
#__runOnAllButtons
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#__runTrigger-dynamic' target='main' title='__runTrigger'>
#__runTrigger
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__scheduleLayout-dynamic' target='main' title='__scheduleLayout'>
#__scheduleLayout
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#__setActiveMarker-dynamic' target='main' title='__setActiveMarker'>
#__setActiveMarker
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#__setClassOnField-dynamic' target='main' title='__setClassOnField'>
#__setClassOnField
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#__setColWidth-dynamic' target='main' title='__setColWidth'>
#__setColWidth
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__setContentSize-dynamic' target='main' title='__setContentSize'>
#__setContentSize
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__setCursor-dynamic' target='main' title='__setCursor'>
#__setCursor
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Options.html#__setDataOnOptions-dynamic' target='main' title='__setDataOnOptions'>
#__setDataOnOptions
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#__setElement-dynamic' target='main' title='__setElement'>
#__setElement
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__setIconState-dynamic' target='main' title='__setIconState'>
#__setIconState
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Event.html#__setListener-dynamic' target='main' title='__setListener'>
#__setListener
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__setMargins-dynamic' target='main' title='__setMargins'>
#__setMargins
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Event.html#__setPhase-dynamic' target='main' title='__setPhase'>
#__setPhase
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#__setRowVisibility-dynamic' target='main' title='__setRowVisibility'>
#__setRowVisibility
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__setScrolling-dynamic' target='main' title='__setScrolling'>
#__setScrolling
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#__setSize-dynamic' target='main' title='__setSize'>
#__setSize
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#__setState-dynamic' target='main' title='__setState'>
#__setState
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__setState-dynamic' target='main' title='__setState'>
#__setState
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__setStatus-dynamic' target='main' title='__setStatus'>
#__setStatus
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI.html#__setStorage-static' target='main' title='__setStorage'>
.__setStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Button.html#__setTextState-dynamic' target='main' title='__setTextState'>
#__setTextState
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#__setVisibilityClasses-dynamic' target='main' title='__setVisibilityClasses'>
#__setVisibilityClasses
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__shadowInput-dynamic' target='main' title='__shadowInput'>
#__shadowInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#__startDrag-dynamic' target='main' title='__startDrag'>
#__startDrag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI.html#__startTimeout-static' target='main' title='__startTimeout'>
.__startTimeout
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__storeValue-dynamic' target='main' title='__storeValue'>
#__storeValue
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#__syncScrolling-dynamic' target='main' title='__syncScrolling'>
#__syncScrolling
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#__triggerDataChanged-dynamic' target='main' title='__triggerDataChanged'>
#__triggerDataChanged
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Input.html#__unfocusShadowInput-dynamic' target='main' title='__unfocusShadowInput'>
#__unfocusShadowInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__updateButtons-dynamic' target='main' title='__updateButtons'>
#__updateButtons
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__updateEmptyInRows-dynamic' target='main' title='__updateEmptyInRows'>
#__updateEmptyInRows
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#__updateGroupsPolylines-dynamic' target='main' title='__updateGroupsPolylines'>
#__updateGroupsPolylines
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#__updateIconOptions-dynamic' target='main' title='__updateIconOptions'>
#__updateIconOptions
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#__updateLayerStackCounter-dynamic' target='main' title='__updateLayerStackCounter'>
#__updateLayerStackCounter
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#__updateView-dynamic' target='main' title='__updateView'>
#__updateView
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#__upload_progress-dynamic' target='main' title='__upload_progress'>
#__upload_progress
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/dom.html#a-static' target='main' title='a'>
.a
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#abort-dynamic' target='main' title='abort'>
#abort
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#abort-dynamic' target='main' title='abort'>
#abort
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#abort-dynamic' target='main' title='abort'>
#abort
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#abortLoading-dynamic' target='main' title='abortLoading'>
#abortLoading
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#accept-dynamic' target='main' title='accept'>
#accept
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#activate-dynamic' target='main' title='activate'>
#activate
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#activate-dynamic' target='main' title='activate'>
#activate
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/Button.html#activate-dynamic' target='main' title='activate'>
#activate
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#activatePreSelectedItem-dynamic' target='main' title='activatePreSelectedItem'>
#activatePreSelectedItem
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#addButton-dynamic' target='main' title='addButton'>
#addButton
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#addChild-dynamic' target='main' title='addChild'>
#addChild
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#addClass-dynamic' target='main' title='addClass'>
#addClass
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#addClass-dynamic' target='main' title='addClass'>
#addClass
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#addClass-dynamic' target='main' title='addClass'>
#addClass
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/dom.html#addClass-static' target='main' title='addClass'>
.addClass
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Template.html#addClass-dynamic' target='main' title='addClass'>
#addClass
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumnRightFill.html#addClass-dynamic' target='main' title='addClass'>
#addClass
</a>
<small>
(CUI.ListViewColumnRightFill)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#addClassToField-dynamic' target='main' title='addClassToField'>
#addClassToField
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#addColumn-dynamic' target='main' title='addColumn'>
#addColumn
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#addLabel-dynamic' target='main' title='addLabel'>
#addLabel
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Map.html#addMarker-dynamic' target='main' title='addMarker'>
#addMarker
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Map.html#addMarkers-dynamic' target='main' title='addMarkers'>
#addMarkers
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchMatch.html#addMatch-dynamic' target='main' title='addMatch'>
#addMatch
</a>
<small>
(CUI.DocumentBrowser.SearchMatch)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#addNode-dynamic' target='main' title='addNode'>
#addNode
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#addNode-dynamic' target='main' title='addNode'>
#addNode
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Element.html#addOpt-dynamic' target='main' title='addOpt'>
#addOpt
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Element.html#addOpts-dynamic' target='main' title='addOpts'>
#addOpts
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#addRow-dynamic' target='main' title='addRow'>
#addRow
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/Table.html#addRow-dynamic' target='main' title='addRow'>
#addRow
</a>
<small>
(CUI.Table)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#addSelectedClass-dynamic' target='main' title='addSelectedClass'>
#addSelectedClass
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#addStickyHeader-dynamic' target='main' title='addStickyHeader'>
#addStickyHeader
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#addTab-dynamic' target='main' title='addTab'>
#addTab
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#addWords-dynamic' target='main' title='addWords'>
#addWords
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#addedToListView-dynamic' target='main' title='addedToListView'>
#addedToListView
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#addedToListView-dynamic' target='main' title='addedToListView'>
#addedToListView
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/util.html#alert_dump-static' target='main' title='alert_dump'>
.alert_dump
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#all-static' target='main' title='all'>
.all
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeRowMove.html#allowRowMove-dynamic' target='main' title='allowRowMove'>
#allowRowMove
</a>
<small>
(CUI.ListViewTreeRowMove)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#allowRowMove-dynamic' target='main' title='allowRowMove'>
#allowRowMove
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Event.html#altKey-dynamic' target='main' title='altKey'>
#altKey
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#always-dynamic' target='main' title='always'>
#always
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Promise.html#always-dynamic' target='main' title='always'>
#always
</a>
<small>
(CUI.Promise)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#append-dynamic' target='main' title='append'>
#append
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/dom.html#append-static' target='main' title='append'>
.append
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#append-dynamic' target='main' title='append'>
#append
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#append-dynamic' target='main' title='append'>
#append
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/Template.html#append-dynamic' target='main' title='append'>
#append
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#append-dynamic' target='main' title='append'>
#append
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#appendContent-dynamic' target='main' title='appendContent'>
#appendContent
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#appendContent-dynamic' target='main' title='appendContent'>
#appendContent
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/Block.html#appendContent-dynamic' target='main' title='appendContent'>
#appendContent
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#appendDeferredRows-dynamic' target='main' title='appendDeferredRows'>
#appendDeferredRows
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#appendRow-dynamic' target='main' title='appendRow'>
#appendRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#appendRows-dynamic' target='main' title='appendRows'>
#appendRows
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#appendSibling-dynamic' target='main' title='appendSibling'>
#appendSibling
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI.html#appendToUrl-static' target='main' title='appendToUrl'>
.appendToUrl
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#assert-static' target='main' title='assert'>
.assert
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#assertImplements-static' target='main' title='assertImplements'>
.assertImplements
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#assertInstanceOf-static' target='main' title='assertInstanceOf'>
.assertInstanceOf
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#atou-static' target='main' title='atou'>
.atou
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#audio-static' target='main' title='audio'>
.audio
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#autoSize-dynamic' target='main' title='autoSize'>
#autoSize
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/dom.html#b-static' target='main' title='b'>
.b
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#before_drag-dynamic' target='main' title='before_drag'>
#before_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#before_drag-dynamic' target='main' title='before_drag'>
#before_drag
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#before_drag-dynamic' target='main' title='before_drag'>
#before_drag
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#calcSizes-dynamic' target='main' title='calcSizes'>
#calcSizes
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#callOnFields-dynamic' target='main' title='callOnFields'>
#callOnFields
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#callOnOthers-dynamic' target='main' title='callOnOthers'>
#callOnOthers
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#cancel-dynamic' target='main' title='cancel'>
#cancel
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI.html#chainedCall-static' target='main' title='chainedCall'>
.chainedCall
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#checkBatchDone-dynamic' target='main' title='checkBatchDone'>
#checkBatchDone
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Input.html#checkBlocks-dynamic' target='main' title='checkBlocks'>
#checkBlocks
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#checkChanged-dynamic' target='main' title='checkChanged'>
#checkChanged
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Input.html#checkInput-dynamic' target='main' title='checkInput'>
#checkInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#checkInput-dynamic' target='main' title='checkInput'>
#checkInput
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#checkList-dynamic' target='main' title='checkList'>
#checkList
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/Label.html#checkOverflowSize-dynamic' target='main' title='checkOverflowSize'>
#checkOverflowSize
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Input.html#checkSelectionChange-dynamic' target='main' title='checkSelectionChange'>
#checkSelectionChange
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Output.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/Options.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Input.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Select.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#checkValue-dynamic' target='main' title='checkValue'>
#checkValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#check_deselect-dynamic' target='main' title='check_deselect'>
#check_deselect
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#children-static' target='main' title='children'>
.children
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI.html#chunkWork-static' target='main' title='chunkWork'>
.chunkWork
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#chunkWorkOLD-static' target='main' title='chunkWorkOLD'>
.chunkWorkOLD
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#cleanup_drag-dynamic' target='main' title='cleanup_drag'>
#cleanup_drag
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#cleanup_drag-dynamic' target='main' title='cleanup_drag'>
#cleanup_drag
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#cleanup_drag-dynamic' target='main' title='cleanup_drag'>
#cleanup_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#cleanup_drag-dynamic' target='main' title='cleanup_drag'>
#cleanup_drag
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#clear-dynamic' target='main' title='clear'>
#clear
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Console.html#clear-dynamic' target='main' title='clear'>
#clear
</a>
<small>
(CUI.Console)
</small>
</li>
<li>
<a href='class/CUI.html#clearInterval-static' target='main' title='clearInterval'>
.clearInterval
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#clearLocalStorage-static' target='main' title='clearLocalStorage'>
.clearLocalStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#clearSessionStorage-static' target='main' title='clearSessionStorage'>
.clearSessionStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#clearTimeout-static' target='main' title='clearTimeout'>
.clearTimeout
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#clearTimeout-dynamic' target='main' title='clearTimeout'>
#clearTimeout
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Event.html#clientX-dynamic' target='main' title='clientX'>
#clientX
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Event.html#clientY-dynamic' target='main' title='clientY'>
#clientY
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#close-dynamic' target='main' title='close'>
#close
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#close-dynamic' target='main' title='close'>
#close
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#close-dynamic' target='main' title='close'>
#close
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#closePopover-dynamic' target='main' title='closePopover'>
#closePopover
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#closePopover-dynamic' target='main' title='closePopover'>
#closePopover
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#closeRecursively-dynamic' target='main' title='closeRecursively'>
#closeRecursively
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#closest-static' target='main' title='closest'>
.closest
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#closestUntil-static' target='main' title='closestUntil'>
.closestUntil
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#compareIndex-static' target='main' title='compareIndex'>
.compareIndex
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/DataFieldInput.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.DataFieldInput)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/Event.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/DigiDisplay.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.DigiDisplay)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/IconMarker.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.IconMarker)
</small>
</li>
<li>
<a href='class/CUI/FormButton.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.FormButton)
</small>
</li>
<li>
<a href='class/CUI/Block.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/Test.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Test)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumper.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.ObjectDumper)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/Button.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Template.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Options.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/MultilineLabel.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.MultilineLabel)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Input.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Label.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/EmptyLabel.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.EmptyLabel)
</small>
</li>
<li>
<a href='class/CUI/Map.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Icon.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Icon)
</small>
</li>
<li>
<a href='class/CUI/LayerPane.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.LayerPane)
</small>
</li>
<li>
<a href='class/CUI/ButtonHref.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.ButtonHref)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Table.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Table)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/StickyHeader.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.StickyHeader)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Promise.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Promise)
</small>
</li>
<li>
<a href='class/CUI/FileUploadButton.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.FileUploadButton)
</small>
</li>
<li>
<a href='class/CUI/Element.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/Console.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Console)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/Dummy.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.Dummy)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/ProgressMeter.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.ProgressMeter)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#constructor-dynamic' target='main' title='constructor'>
#constructor
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#copy-dynamic' target='main' title='copy'>
#copy
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/Element.html#copy-dynamic' target='main' title='copy'>
#copy
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Icon.html#copy-dynamic' target='main' title='copy'>
#copy
</a>
<small>
(CUI.Icon)
</small>
</li>
<li>
<a href='class/CUI/util.html#copyObject-static' target='main' title='copyObject'>
.copyObject
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#correctValueForInput-dynamic' target='main' title='correctValueForInput'>
#correctValueForInput
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#correctValueForInput-dynamic' target='main' title='correctValueForInput'>
#correctValueForInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI.html#countTimeouts-static' target='main' title='countTimeouts'>
.countTimeouts
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Event.html#createFromDOMEvent-static' target='main' title='createFromDOMEvent'>
.createFromDOMEvent
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/DigiDisplay.html#createMarkup-dynamic' target='main' title='createMarkup'>
#createMarkup
</a>
<small>
(CUI.DigiDisplay)
</small>
</li>
<li>
<a href='class/CUI/Event.html#ctrlKey-dynamic' target='main' title='ctrlKey'>
#ctrlKey
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/dom.html#data-static' target='main' title='data'>
.data
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Button.html#deactivate-dynamic' target='main' title='deactivate'>
#deactivate
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#deactivate-dynamic' target='main' title='deactivate'>
#deactivate
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#debug-dynamic' target='main' title='debug'>
#debug
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#debug-dynamic' target='main' title='debug'>
#debug
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#debug-dynamic' target='main' title='debug'>
#debug
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/dom.html#debugRect-static' target='main' title='debugRect'>
.debugRect
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI.html#decodeURIComponentNicely-static' target='main' title='decodeURIComponentNicely'>
.decodeURIComponentNicely
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#decodeUrlData-static' target='main' title='decodeUrlData'>
.decodeUrlData
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#decodeUrlDataArray-static' target='main' title='decodeUrlDataArray'>
.decodeUrlDataArray
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/DateTimeInputBlock.html#decrementBlock-dynamic' target='main' title='decrementBlock'>
#decrementBlock
</a>
<small>
(CUI.DateTimeInputBlock)
</small>
</li>
<li>
<a href='class/CUI/NumberInputBlock.html#decrementBlock-dynamic' target='main' title='decrementBlock'>
#decrementBlock
</a>
<small>
(CUI.NumberInputBlock)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#decrementBlock-dynamic' target='main' title='decrementBlock'>
#decrementBlock
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#dequeue-dynamic' target='main' title='dequeue'>
#dequeue
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#deselect-dynamic' target='main' title='deselect'>
#deselect
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#deselect-dynamic' target='main' title='deselect'>
#deselect
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Button.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Label.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Template.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/MultiOutput.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.MultiOutput)
</small>
</li>
<li>
<a href='class/CUI/Map.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#destroy-static' target='main' title='destroy'>
.destroy
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/LayerPane.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.LayerPane)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Element.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Input.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#destroy-dynamic' target='main' title='destroy'>
#destroy
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/Button.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Input.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Select.html#disable-dynamic' target='main' title='disable'>
#disable
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#disableAllButtons-dynamic' target='main' title='disableAllButtons'>
#disableAllButtons
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/Select.html#disableOption-dynamic' target='main' title='disableOption'>
#disableOption
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Options.html#disableOption-dynamic' target='main' title='disableOption'>
#disableOption
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Event.html#dispatch-dynamic' target='main' title='dispatch'>
#dispatch
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#display-static' target='main' title='display'>
.display
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DigiDisplay.html#display-dynamic' target='main' title='display'>
#display
</a>
<small>
(CUI.DigiDisplay)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Options.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/OutputContent.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.OutputContent)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/Output.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Select.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#displayValue-dynamic' target='main' title='displayValue'>
#displayValue
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/dom.html#div-static' target='main' title='div'>
.div
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#doCancel-dynamic' target='main' title='doCancel'>
#doCancel
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#doCancel-dynamic' target='main' title='doCancel'>
#doCancel
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/Dragscroll.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.Dragscroll)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#do_drag-dynamic' target='main' title='do_drag'>
#do_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#done-dynamic' target='main' title='done'>
#done
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Promise.html#done-dynamic' target='main' title='done'>
#done
</a>
<small>
(CUI.Promise)
</small>
</li>
<li>
<a href='class/CUI.html#downloadData-static' target='main' title='downloadData'>
.downloadData
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#drawDate-dynamic' target='main' title='drawDate'>
#drawDate
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#drawMonthTable-dynamic' target='main' title='drawMonthTable'>
#drawMonthTable
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#drawYearMonthsSelect-dynamic' target='main' title='drawYearMonthsSelect'>
#drawYearMonthsSelect
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#dump-dynamic' target='main' title='dump'>
#dump
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Event.html#dump-dynamic' target='main' title='dump'>
#dump
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Events.html#dump-static' target='main' title='dump'>
.dump
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/KeyboardEvent.html#dump-dynamic' target='main' title='dump'>
#dump
</a>
<small>
(CUI.KeyboardEvent)
</small>
</li>
<li>
<a href='class/CUI/util.html#dump-static' target='main' title='dump'>
.dump
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/WheelEvent.html#dump-dynamic' target='main' title='dump'>
#dump
</a>
<small>
(CUI.WheelEvent)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#dumpString-dynamic' target='main' title='dumpString'>
#dumpString
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Events.html#dumpTopLevel-static' target='main' title='dumpTopLevel'>
.dumpTopLevel
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/dom.html#element-static' target='main' title='element'>
.element
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#elementGetPosition-static' target='main' title='elementGetPosition'>
.elementGetPosition
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#elementsUntil-static' target='main' title='elementsUntil'>
.elementsUntil
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#empty-static' target='main' title='empty'>
.empty
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#empty-dynamic' target='main' title='empty'>
#empty
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#empty-dynamic' target='main' title='empty'>
#empty
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Template.html#empty-dynamic' target='main' title='empty'>
#empty
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#empty-dynamic' target='main' title='empty'>
#empty
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/Button.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/Input.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Select.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#enable-dynamic' target='main' title='enable'>
#enable
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#enableAllButtons-dynamic' target='main' title='enableAllButtons'>
#enableAllButtons
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/Select.html#enableOption-dynamic' target='main' title='enableOption'>
#enableOption
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Options.html#enableOption-dynamic' target='main' title='enableOption'>
#enableOption
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#encloseSelection-dynamic' target='main' title='encloseSelection'>
#encloseSelection
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI.html#encodeURIComponentNicely-static' target='main' title='encodeURIComponentNicely'>
.encodeURIComponentNicely
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#encodeUrlData-static' target='main' title='encodeUrlData'>
.encodeUrlData
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#endFillScreen-dynamic' target='main' title='endFillScreen'>
#endFillScreen
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#end_drag-dynamic' target='main' title='end_drag'>
#end_drag
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#end_drag-dynamic' target='main' title='end_drag'>
#end_drag
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#end_drag-dynamic' target='main' title='end_drag'>
#end_drag
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#end_drag-dynamic' target='main' title='end_drag'>
#end_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#end_drag-dynamic' target='main' title='end_drag'>
#end_drag
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/Input.html#enterInput-dynamic' target='main' title='enterInput'>
#enterInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Test.html#eq-dynamic' target='main' title='eq'>
#eq
</a>
<small>
(CUI.Test)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#escape-static' target='main' title='escape'>
.escape
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI.html#escapeAttribute-static' target='main' title='escapeAttribute'>
.escapeAttribute
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#escapeRegExp-static' target='main' title='escapeRegExp'>
.escapeRegExp
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI.html#evalCode-static' target='main' title='evalCode'>
.evalCode
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/dom.html#exitFullscreen-static' target='main' title='exitFullscreen'>
.exitFullscreen
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Promise.html#fail-dynamic' target='main' title='fail'>
#fail
</a>
<small>
(CUI.Promise)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#fail-dynamic' target='main' title='fail'>
#fail
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#fillContent-dynamic' target='main' title='fillContent'>
#fillContent
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#filter-dynamic' target='main' title='filter'>
#filter
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#find-dynamic' target='main' title='find'>
#find
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#find-static' target='main' title='find'>
.find
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Input.html#findBlock-dynamic' target='main' title='findBlock'>
#findBlock
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findElement-static' target='main' title='findElement'>
.findElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findElements-static' target='main' title='findElements'>
.findElements
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#findInArray-static' target='main' title='findInArray'>
.findInArray
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findNextElement-static' target='main' title='findNextElement'>
.findNextElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findNextSiblings-static' target='main' title='findNextSiblings'>
.findNextSiblings
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findNextVisibleElement-static' target='main' title='findNextVisibleElement'>
.findNextVisibleElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findPreviousElement-static' target='main' title='findPreviousElement'>
.findPreviousElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findPreviousSiblings-static' target='main' title='findPreviousSiblings'>
.findPreviousSiblings
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findPreviousVisibleElement-static' target='main' title='findPreviousVisibleElement'>
.findPreviousVisibleElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#findTextInNodes-static' target='main' title='findTextInNodes'>
.findTextInNodes
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#firstElementChild-static' target='main' title='firstElementChild'>
.firstElementChild
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#focus-dynamic' target='main' title='focus'>
#focus
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#focus-dynamic' target='main' title='focus'>
#focus
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#focusOnHide-dynamic' target='main' title='focusOnHide'>
#focusOnHide
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#focusOnHide-dynamic' target='main' title='focusOnHide'>
#focusOnHide
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#focusOnShow-dynamic' target='main' title='focusOnShow'>
#focusOnShow
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#focusOnShow-dynamic' target='main' title='focusOnShow'>
#focusOnShow
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#focusOnShow-dynamic' target='main' title='focusOnShow'>
#focusOnShow
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/Popover.html#forceFocusOnShow-dynamic' target='main' title='forceFocusOnShow'>
#forceFocusOnShow
</a>
<small>
(CUI.Popover)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#forceFocusOnShow-dynamic' target='main' title='forceFocusOnShow'>
#forceFocusOnShow
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#forceFocusOnShow-dynamic' target='main' title='forceFocusOnShow'>
#forceFocusOnShow
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#forceFooter-dynamic' target='main' title='forceFooter'>
#forceFooter
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#forceFooter-dynamic' target='main' title='forceFooter'>
#forceFooter
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#forceHeader-dynamic' target='main' title='forceHeader'>
#forceHeader
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#forceHeader-dynamic' target='main' title='forceHeader'>
#forceHeader
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#format-dynamic' target='main' title='format'>
#format
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#format-static' target='main' title='format'>
.format
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#format-static' target='main' title='format'>
.format
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/util.html#formatCoordinates-static' target='main' title='formatCoordinates'>
.formatCoordinates
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#formatMoment-static' target='main' title='formatMoment'>
.formatMoment
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#formatMomentWithBc-static' target='main' title='formatMomentWithBc'>
.formatMomentWithBc
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#formatValueForDisplay-dynamic' target='main' title='formatValueForDisplay'>
#formatValueForDisplay
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/dom.html#fullscreenElement-static' target='main' title='fullscreenElement'>
.fullscreenElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#fullscreenEnabled-static' target='main' title='fullscreenEnabled'>
.fullscreenEnabled
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#get-dynamic' target='main' title='get'>
#get
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Template.html#get-dynamic' target='main' title='get'>
#get
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/CSSLoader.html#getActiveCSS-dynamic' target='main' title='getActiveCSS'>
#getActiveCSS
</a>
<small>
(CUI.CSSLoader)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#getActiveIdx-dynamic' target='main' title='getActiveIdx'>
#getActiveIdx
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#getActiveTab-dynamic' target='main' title='getActiveTab'>
#getActiveTab
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getAllDataFields-dynamic' target='main' title='getAllDataFields'>
#getAllDataFields
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#getAllResponseHeaders-dynamic' target='main' title='getAllResponseHeaders'>
#getAllResponseHeaders
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/IconMarker.html#getAnchor-dynamic' target='main' title='getAnchor'>
#getAnchor
</a>
<small>
(CUI.IconMarker)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getArrayFromOpt-dynamic' target='main' title='getArrayFromOpt'>
#getArrayFromOpt
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getAttribute-static' target='main' title='getAttribute'>
.getAttribute
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#getAttrs-dynamic' target='main' title='getAttrs'>
#getAttrs
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getBatch-dynamic' target='main' title='getBatch'>
#getBatch
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#getBody-dynamic' target='main' title='getBody'>
#getBody
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#getBody-dynamic' target='main' title='getBody'>
#getBody
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getBottom-dynamic' target='main' title='getBottom'>
#getBottom
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getBoxSizing-static' target='main' title='getBoxSizing'>
.getBoxSizing
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#getButton-dynamic' target='main' title='getButton'>
#getButton
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#getButton-dynamic' target='main' title='getButton'>
#getButton
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#getButton-dynamic' target='main' title='getButton'>
#getButton
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getButton-dynamic' target='main' title='getButton'>
#getButton
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#getButton-dynamic' target='main' title='getButton'>
#getButton
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#getButtonOpts-dynamic' target='main' title='getButtonOpts'>
#getButtonOpts
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/FormButton.html#getButtonOpts-dynamic' target='main' title='getButtonOpts'>
#getButtonOpts
</a>
<small>
(CUI.FormButton)
</small>
</li>
<li>
<a href='class/CUI/Select.html#getButtonOpts-dynamic' target='main' title='getButtonOpts'>
#getButtonOpts
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#getButtonbar-dynamic' target='main' title='getButtonbar'>
#getButtonbar
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#getButtons-dynamic' target='main' title='getButtons'>
#getButtons
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getCSSFloatValue-static' target='main' title='getCSSFloatValue'>
.getCSSFloatValue
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getCellByTarget-dynamic' target='main' title='getCellByTarget'>
#getCellByTarget
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getCellGridRect-dynamic' target='main' title='getCellGridRect'>
#getCellGridRect
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Map.html#getCenter-dynamic' target='main' title='getCenter'>
#getCenter
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getCenter-dynamic' target='main' title='getCenter'>
#getCenter
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#getCenter-dynamic' target='main' title='getCenter'>
#getCenter
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getChangedMarker-dynamic' target='main' title='getChangedMarker'>
#getChangedMarker
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getCheckChangedValue-dynamic' target='main' title='getCheckChangedValue'>
#getCheckChangedValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getCheckbox-dynamic' target='main' title='getCheckbox'>
#getCheckbox
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/FormButton.html#getCheckboxClass-dynamic' target='main' title='getCheckboxClass'>
#getCheckboxClass
</a>
<small>
(CUI.FormButton)
</small>
</li>
<li>
<a href='class/CUI/Select.html#getCheckboxClass-dynamic' target='main' title='getCheckboxClass'>
#getCheckboxClass
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#getCheckboxClass-dynamic' target='main' title='getCheckboxClass'>
#getCheckboxClass
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getChildIdx-dynamic' target='main' title='getChildIdx'>
#getChildIdx
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#getChildren-dynamic' target='main' title='getChildren'>
#getChildren
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#getClass-dynamic' target='main' title='getClass'>
#getClass
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#getClass-dynamic' target='main' title='getClass'>
#getClass
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#getClass-dynamic' target='main' title='getClass'>
#getClass
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getClass-dynamic' target='main' title='getClass'>
#getClass
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#getClass-dynamic' target='main' title='getClass'>
#getClass
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#getClass-dynamic' target='main' title='getClass'>
#getClass
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#getClass-dynamic' target='main' title='getClass'>
#getClass
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#getCloneSourceForHelper-dynamic' target='main' title='getCloneSourceForHelper'>
#getCloneSourceForHelper
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#getCloneSourceForHelper-dynamic' target='main' title='getCloneSourceForHelper'>
#getCloneSourceForHelper
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getColIdx-dynamic' target='main' title='getColIdx'>
#getColIdx
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getColWidth-dynamic' target='main' title='getColWidth'>
#getColWidth
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getColdef-dynamic' target='main' title='getColdef'>
#getColdef
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getColsCount-dynamic' target='main' title='getColsCount'>
#getColsCount
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#getColspan-dynamic' target='main' title='getColspan'>
#getColspan
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getColspan-dynamic' target='main' title='getColspan'>
#getColspan
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#getColumnIdx-dynamic' target='main' title='getColumnIdx'>
#getColumnIdx
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#getColumns-dynamic' target='main' title='getColumns'>
#getColumns
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getComputedStyle-static' target='main' title='getComputedStyle'>
.getComputedStyle
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Block.html#getContent-dynamic' target='main' title='getContent'>
#getContent
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/util.html#getCoordinatesFromEvent-static' target='main' title='getCoordinatesFromEvent'>
.getCoordinatesFromEvent
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/DragoverScrollEvent.html#getCount-dynamic' target='main' title='getCount'>
#getCount
</a>
<small>
(CUI.DragoverScrollEvent)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getCurrentFormat-dynamic' target='main' title='getCurrentFormat'>
#getCurrentFormat
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getCurrentFormatDisplay-dynamic' target='main' title='getCurrentFormatDisplay'>
#getCurrentFormatDisplay
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getCurrentTarget-dynamic' target='main' title='getCurrentTarget'>
#getCurrentTarget
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#getCursor-dynamic' target='main' title='getCursor'>
#getCursor
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#getCursor-dynamic' target='main' title='getCursor'>
#getCursor
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getCursorBlocks-dynamic' target='main' title='getCursorBlocks'>
#getCursorBlocks
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#getDOMElementClasses-dynamic' target='main' title='getDOMElementClasses'>
#getDOMElementClasses
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#getDOMNodes-dynamic' target='main' title='getDOMNodes'>
#getDOMNodes
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#getData-dynamic' target='main' title='getData'>
#getData
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getData-dynamic' target='main' title='getData'>
#getData
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getData-dynamic' target='main' title='getData'>
#getData
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#getData-dynamic' target='main' title='getData'>
#getData
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getDataFields-dynamic' target='main' title='getDataFields'>
#getDataFields
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#getDataRowIdx-dynamic' target='main' title='getDataRowIdx'>
#getDataRowIdx
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#getDataTable-dynamic' target='main' title='getDataTable'>
#getDataTable
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getDateTimeDrawer-dynamic' target='main' title='getDateTimeDrawer'>
#getDateTimeDrawer
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getDebug-dynamic' target='main' title='getDebug'>
#getDebug
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#getDefaultDisplayFormat-static' target='main' title='getDefaultDisplayFormat'>
.getDefaultDisplayFormat
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Options.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/Select.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#getDefaultValue-dynamic' target='main' title='getDefaultValue'>
#getDefaultValue
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#getDepthFromLastMatchedEvent-dynamic' target='main' title='getDepthFromLastMatchedEvent'>
#getDepthFromLastMatchedEvent
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getDigiDisplay-dynamic' target='main' title='getDigiDisplay'>
#getDigiDisplay
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getDimension-static' target='main' title='getDimension'>
.getDimension
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getDimensions-static' target='main' title='getDimensions'>
.getDimensions
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getDisplayColIdx-dynamic' target='main' title='getDisplayColIdx'>
#getDisplayColIdx
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#getDisplayRowIdx-dynamic' target='main' title='getDisplayRowIdx'>
#getDisplayRowIdx
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getDisplayRowIdx-dynamic' target='main' title='getDisplayRowIdx'>
#getDisplayRowIdx
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Template.html#getElMap-dynamic' target='main' title='getElMap'>
#getElMap
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#getElement-dynamic' target='main' title='getElement'>
#getElement
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getElement-dynamic' target='main' title='getElement'>
#getElement
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#getElement-dynamic' target='main' title='getElement'>
#getElement
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getElement-dynamic' target='main' title='getElement'>
#getElement
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Element.html#getElementClass-dynamic' target='main' title='getElementClass'>
#getElementClass
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#getElementForLayer-dynamic' target='main' title='getElementForLayer'>
#getElementForLayer
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getElementForLayer-dynamic' target='main' title='getElementForLayer'>
#getElementForLayer
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#getElementOpenClass-dynamic' target='main' title='getElementOpenClass'>
#getElementOpenClass
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#getElementOpenClass-dynamic' target='main' title='getElementOpenClass'>
#getElementOpenClass
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getError-dynamic' target='main' title='getError'>
#getError
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getErrorXHR-dynamic' target='main' title='getErrorXHR'>
#getErrorXHR
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/Events.html#getEventType-static' target='main' title='getEventType'>
.getEventType
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/Events.html#getEventTypeAliases-static' target='main' title='getEventTypeAliases'>
.getEventTypeAliases
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getFather-dynamic' target='main' title='getFather'>
#getFather
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getFieldByIdx-dynamic' target='main' title='getFieldByIdx'>
#getFieldByIdx
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#getFieldByIdx-dynamic' target='main' title='getFieldByIdx'>
#getFieldByIdx
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#getFieldList-dynamic' target='main' title='getFieldList'>
#getFieldList
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#getFieldOpts-dynamic' target='main' title='getFieldOpts'>
#getFieldOpts
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#getFieldOpts-dynamic' target='main' title='getFieldOpts'>
#getFieldOpts
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#getFields-dynamic' target='main' title='getFields'>
#getFields
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#getFields-dynamic' target='main' title='getFields'>
#getFields
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getFields-dynamic' target='main' title='getFields'>
#getFields
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#getFields-dynamic' target='main' title='getFields'>
#getFields
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#getFieldsByName-dynamic' target='main' title='getFieldsByName'>
#getFieldsByName
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getFieldsByName-dynamic' target='main' title='getFieldsByName'>
#getFieldsByName
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#getFieldsByName-dynamic' target='main' title='getFieldsByName'>
#getFieldsByName
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getFile-dynamic' target='main' title='getFile'>
#getFile
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getFileUpload-dynamic' target='main' title='getFileUpload'>
#getFileUpload
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#getFiles-dynamic' target='main' title='getFiles'>
#getFiles
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#getFillScreenState-dynamic' target='main' title='getFillScreenState'>
#getFillScreenState
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/Template.html#getFlexHandle-dynamic' target='main' title='getFlexHandle'>
#getFlexHandle
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#getFlexHandle-dynamic' target='main' title='getFlexHandle'>
#getFlexHandle
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Template.html#getFlexHandles-dynamic' target='main' title='getFlexHandles'>
#getFlexHandles
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/util.html#getFloat-static' target='main' title='getFloat'>
.getFloat
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#getFooter-dynamic' target='main' title='getFooter'>
#getFooter
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#getForm-dynamic' target='main' title='getForm'>
#getForm
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getForm-dynamic' target='main' title='getForm'>
#getForm
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getFormDepth-dynamic' target='main' title='getFormDepth'>
#getFormDepth
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getFormPath-dynamic' target='main' title='getFormPath'>
#getFormPath
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getGrid-dynamic' target='main' title='getGrid'>
#getGrid
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/DataFieldInput.html#getGroup-dynamic' target='main' title='getGroup'>
#getGroup
</a>
<small>
(CUI.DataFieldInput)
</small>
</li>
<li>
<a href='class/CUI/Label.html#getGroup-dynamic' target='main' title='getGroup'>
#getGroup
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getGroup-dynamic' target='main' title='getGroup'>
#getGroup
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#getGroup-dynamic' target='main' title='getGroup'>
#getGroup
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getGroupButtons-dynamic' target='main' title='getGroupButtons'>
#getGroupButtons
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#getHandle-dynamic' target='main' title='getHandle'>
#getHandle
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#getHandle-dynamic' target='main' title='getHandle'>
#getHandle
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Block.html#getHeader-dynamic' target='main' title='getHeader'>
#getHeader
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchMatch.html#getHighlighted-dynamic' target='main' title='getHighlighted'>
#getHighlighted
</a>
<small>
(CUI.DocumentBrowser.SearchMatch)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getIcon-dynamic' target='main' title='getIcon'>
#getIcon
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getIconRight-dynamic' target='main' title='getIconRight'>
#getIconRight
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getImage-dynamic' target='main' title='getImage'>
#getImage
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#getInfo-dynamic' target='main' title='getInfo'>
#getInfo
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getInfo-dynamic' target='main' title='getInfo'>
#getInfo
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getInfo-dynamic' target='main' title='getInfo'>
#getInfo
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#getInfoFromData-dynamic' target='main' title='getInfoFromData'>
#getInfoFromData
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#getInfoWindow-static' target='main' title='getInfoWindow'>
.getInfoWindow
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getInitValue-dynamic' target='main' title='getInitValue'>
#getInitValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getInputBlocks-dynamic' target='main' title='getInputBlocks'>
#getInputBlocks
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getInputState-dynamic' target='main' title='getInputState'>
#getInputState
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#getInstance-dynamic' target='main' title='getInstance'>
#getInstance
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#getInstance-static' target='main' title='getInstance'>
.getInstance
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/util.html#getInt-static' target='main' title='getInt'>
.getInt
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#getIntOrString-static' target='main' title='getIntOrString'>
.getIntOrString
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#getItemByValue-dynamic' target='main' title='getItemByValue'>
#getItemByValue
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#getItemList-dynamic' target='main' title='getItemList'>
#getItemList
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#getItems-dynamic' target='main' title='getItems'>
#getItems
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/KeyboardEvent.html#getKeyboard-dynamic' target='main' title='getKeyboard'>
#getKeyboard
</a>
<small>
(CUI.KeyboardEvent)
</small>
</li>
<li>
<a href='class/CUI/KeyboardEvent.html#getKeyboardKey-dynamic' target='main' title='getKeyboardKey'>
#getKeyboardKey
</a>
<small>
(CUI.KeyboardEvent)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#getKeys-dynamic' target='main' title='getKeys'>
#getKeys
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#getLabel-dynamic' target='main' title='getLabel'>
#getLabel
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getLabel-dynamic' target='main' title='getLabel'>
#getLabel
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getLastValue-dynamic' target='main' title='getLastValue'>
#getLastValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#getLayer-dynamic' target='main' title='getLayer'>
#getLayer
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#getLayerRoot-dynamic' target='main' title='getLayerRoot'>
#getLayerRoot
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#getLayout-dynamic' target='main' title='getLayout'>
#getLayout
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Form.html#getLayout-dynamic' target='main' title='getLayout'>
#getLayout
</a>
<small>
(CUI.Form)
</small>
</li>
<li>
<a href='class/CUI/StickyHeader.html#getLevel-dynamic' target='main' title='getLevel'>
#getLevel
</a>
<small>
(CUI.StickyHeader)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#getLimitRect-dynamic' target='main' title='getLimitRect'>
#getLimitRect
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#getListView-dynamic' target='main' title='getListView'>
#getListView
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getListViewClass-dynamic' target='main' title='getListViewClass'>
#getListViewClass
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getListViewRow-dynamic' target='main' title='getListViewRow'>
#getListViewRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getLoading-dynamic' target='main' title='getLoading'>
#getLoading
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI.html#getLocalStorage-static' target='main' title='getLocalStorage'>
.getLocalStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getLog-dynamic' target='main' title='getLog'>
#getLog
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getManualColWidth-dynamic' target='main' title='getManualColWidth'>
#getManualColWidth
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/VerticalLayout.html#getMapPrefix-dynamic' target='main' title='getMapPrefix'>
#getMapPrefix
</a>
<small>
(CUI.VerticalLayout)
</small>
</li>
<li>
<a href='class/CUI/HorizontalLayout.html#getMapPrefix-dynamic' target='main' title='getMapPrefix'>
#getMapPrefix
</a>
<small>
(CUI.HorizontalLayout)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#getMapPrefix-dynamic' target='main' title='getMapPrefix'>
#getMapPrefix
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getMarkedBlock-dynamic' target='main' title='getMarkedBlock'>
#getMarkedBlock
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchMatch.html#getMatches-dynamic' target='main' title='getMatches'>
#getMatches
</a>
<small>
(CUI.DocumentBrowser.SearchMatch)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#getMaxColumnCount-dynamic' target='main' title='getMaxColumnCount'>
#getMaxColumnCount
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getMenu-dynamic' target='main' title='getMenu'>
#getMenu
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getMenuRootButton-dynamic' target='main' title='getMenuRootButton'>
#getMenuRootButton
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ProgressMeter.html#getMeter-dynamic' target='main' title='getMeter'>
#getMeter
</a>
<small>
(CUI.ProgressMeter)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getModifiers-dynamic' target='main' title='getModifiers'>
#getModifiers
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getName-dynamic' target='main' title='getName'>
#getName
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/BorderLayout.html#getName-dynamic' target='main' title='getName'>
#getName
</a>
<small>
(CUI.BorderLayout)
</small>
</li>
<li>
<a href='class/CUI/HorizontalLayout.html#getName-dynamic' target='main' title='getName'>
#getName
</a>
<small>
(CUI.HorizontalLayout)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getName-dynamic' target='main' title='getName'>
#getName
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#getName-dynamic' target='main' title='getName'>
#getName
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/VerticalLayout.html#getName-dynamic' target='main' title='getName'>
#getName
</a>
<small>
(CUI.VerticalLayout)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#getName-dynamic' target='main' title='getName'>
#getName
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getNameOpt-dynamic' target='main' title='getNameOpt'>
#getNameOpt
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getNameOpt-dynamic' target='main' title='getNameOpt'>
#getNameOpt
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getNativeEvent-dynamic' target='main' title='getNativeEvent'>
#getNativeEvent
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getNode-dynamic' target='main' title='getNode'>
#getNode
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getNode-static' target='main' title='getNode'>
.getNode
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#getNode-dynamic' target='main' title='getNode'>
#getNode
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getNodeId-dynamic' target='main' title='getNodeId'>
#getNodeId
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#getNodesForMove-dynamic' target='main' title='getNodesForMove'>
#getNodesForMove
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#getNodesFromData-dynamic' target='main' title='getNodesFromData'>
#getNodesFromData
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/util.html#getObjectClass-static' target='main' title='getObjectClass'>
.getObjectClass
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getOpenChildNodes-dynamic' target='main' title='getOpenChildNodes'>
#getOpenChildNodes
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Element.html#getOpt-dynamic' target='main' title='getOpt'>
#getOpt
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Element.html#getOptKeys-static' target='main' title='getOptKeys'>
.getOptKeys
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#getOptValue-dynamic' target='main' title='getOptValue'>
#getOptValue
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#getOptValueUnchecked-dynamic' target='main' title='getOptValueUnchecked'>
#getOptValueUnchecked
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Options.html#getOptions-dynamic' target='main' title='getOptions'>
#getOptions
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Select.html#getOptions-dynamic' target='main' title='getOptions'>
#getOptions
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Element.html#getOpts-dynamic' target='main' title='getOpts'>
#getOpts
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/DragoverScrollEvent.html#getOriginalEvent-dynamic' target='main' title='getOriginalEvent'>
#getOriginalEvent
</a>
<small>
(CUI.DragoverScrollEvent)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getOtherField-dynamic' target='main' title='getOtherField'>
#getOtherField
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/LayerPane.html#getPane-dynamic' target='main' title='getPane'>
#getPane
</a>
<small>
(CUI.LayerPane)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#getPane-dynamic' target='main' title='getPane'>
#getPane
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#getPaneAndKey-dynamic' target='main' title='getPaneAndKey'>
#getPaneAndKey
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/HorizontalLayout.html#getPanes-dynamic' target='main' title='getPanes'>
#getPanes
</a>
<small>
(CUI.HorizontalLayout)
</small>
</li>
<li>
<a href='class/CUI/VerticalLayout.html#getPanes-dynamic' target='main' title='getPanes'>
#getPanes
</a>
<small>
(CUI.VerticalLayout)
</small>
</li>
<li>
<a href='class/CUI/BorderLayout.html#getPanes-dynamic' target='main' title='getPanes'>
#getPanes
</a>
<small>
(CUI.BorderLayout)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#getPanes-dynamic' target='main' title='getPanes'>
#getPanes
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Toolbar.html#getPanes-dynamic' target='main' title='getPanes'>
#getPanes
</a>
<small>
(CUI.Toolbar)
</small>
</li>
<li>
<a href='class/CUI.html#getParameterByName-static' target='main' title='getParameterByName'>
.getParameterByName
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getParentData-dynamic' target='main' title='getParentData'>
#getParentData
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getPath-dynamic' target='main' title='getPath'>
#getPath
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI.html#getPathToScript-static' target='main' title='getPathToScript'>
.getPathToScript
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getPercent-dynamic' target='main' title='getPercent'>
#getPercent
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getPhase-dynamic' target='main' title='getPhase'>
#getPhase
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getPlaceholder-dynamic' target='main' title='getPlaceholder'>
#getPlaceholder
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getPointTarget-dynamic' target='main' title='getPointTarget'>
#getPointTarget
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#getPopover-dynamic' target='main' title='getPopover'>
#getPopover
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#getPopoverOpts-dynamic' target='main' title='getPopoverOpts'>
#getPopoverOpts
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#getPopoverOpts-dynamic' target='main' title='getPopoverOpts'>
#getPopoverOpts
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#getPreferredKey-dynamic' target='main' title='getPreferredKey'>
#getPreferredKey
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#getPreview-dynamic' target='main' title='getPreview'>
#getPreview
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getProgress-dynamic' target='main' title='getProgress'>
#getProgress
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getPromise-dynamic' target='main' title='getPromise'>
#getPromise
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getRadioButtons-dynamic' target='main' title='getRadioButtons'>
#getRadioButtons
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getRangeFromCursor-dynamic' target='main' title='getRangeFromCursor'>
#getRangeFromCursor
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getRect-static' target='main' title='getRect'>
.getRect
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchQuery.html#getRegExps-dynamic' target='main' title='getRegExps'>
#getRegExps
</a>
<small>
(CUI.DocumentBrowser.SearchQuery)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getRelativeOffset-static' target='main' title='getRelativeOffset'>
.getRelativeOffset
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#getRelativePosition-static' target='main' title='getRelativePosition'>
.getRelativePosition
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#getResizePos-dynamic' target='main' title='getResizePos'>
#getResizePos
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#getResponseHeader-dynamic' target='main' title='getResponseHeader'>
#getResponseHeader
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#getResponseHeaders-dynamic' target='main' title='getResponseHeaders'>
#getResponseHeaders
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#getResult-dynamic' target='main' title='getResult'>
#getResult
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getRoot-dynamic' target='main' title='getRoot'>
#getRoot
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#getRootChildren-dynamic' target='main' title='getRootChildren'>
#getRootChildren
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getRootForm-dynamic' target='main' title='getRootForm'>
#getRootForm
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#getRootNode-dynamic' target='main' title='getRootNode'>
#getRootNode
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getRow-dynamic' target='main' title='getRow'>
#getRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#getRow-dynamic' target='main' title='getRow'>
#getRow
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#getRow-dynamic' target='main' title='getRow'>
#getRow
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getRowGridRect-dynamic' target='main' title='getRowGridRect'>
#getRowGridRect
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getRowHeight-dynamic' target='main' title='getRowHeight'>
#getRowHeight
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#getRowIdx-dynamic' target='main' title='getRowIdx'>
#getRowIdx
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getRowIdx-dynamic' target='main' title='getRowIdx'>
#getRowIdx
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#getRowMoveTool-dynamic' target='main' title='getRowMoveTool'>
#getRowMoveTool
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getRowMoveTool-dynamic' target='main' title='getRowMoveTool'>
#getRowMoveTool
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#getRows-dynamic' target='main' title='getRows'>
#getRows
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#getRowsCount-dynamic' target='main' title='getRowsCount'>
#getRowsCount
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getRowsToMove-dynamic' target='main' title='getRowsToMove'>
#getRowsToMove
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getScrollingContainer-dynamic' target='main' title='getScrollingContainer'>
#getScrollingContainer
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchQuery.html#getSearch-dynamic' target='main' title='getSearch'>
#getSearch
</a>
<small>
(CUI.DocumentBrowser.SearchQuery)
</small>
</li>
<li>
<a href='class/CUI/Map.html#getSelectedMarkerPosition-dynamic' target='main' title='getSelectedMarkerPosition'>
#getSelectedMarkerPosition
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#getSelectedMarkerPosition-dynamic' target='main' title='getSelectedMarkerPosition'>
#getSelectedMarkerPosition
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#getSelectedMarkerPosition-dynamic' target='main' title='getSelectedMarkerPosition'>
#getSelectedMarkerPosition
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#getSelectedNode-dynamic' target='main' title='getSelectedNode'>
#getSelectedNode
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getSelectedNode-dynamic' target='main' title='getSelectedNode'>
#getSelectedNode
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getSelectedNodeKey-dynamic' target='main' title='getSelectedNodeKey'>
#getSelectedNodeKey
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getSelectedRows-dynamic' target='main' title='getSelectedRows'>
#getSelectedRows
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getSelection-dynamic' target='main' title='getSelection'>
#getSelection
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI.html#getSessionStorage-static' target='main' title='getSessionStorage'>
.getSessionStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Element.html#getSetOpt-dynamic' target='main' title='getSetOpt'>
#getSetOpt
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/IconMarker.html#getSize-dynamic' target='main' title='getSize'>
#getSize
</a>
<small>
(CUI.IconMarker)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#getSortTarget-dynamic' target='main' title='getSortTarget'>
#getSortTarget
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/ProgressMeter.html#getState-dynamic' target='main' title='getState'>
#getState
</a>
<small>
(CUI.ProgressMeter)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#getStatus-dynamic' target='main' title='getStatus'>
#getStatus
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#getStretchButton-static' target='main' title='getStretchButton'>
.getStretchButton
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#getString-dynamic' target='main' title='getString'>
#getString
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchMatch.html#getString-dynamic' target='main' title='getString'>
#getString
</a>
<small>
(CUI.DocumentBrowser.SearchMatch)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#getSupportedPanes-dynamic' target='main' title='getSupportedPanes'>
#getSupportedPanes
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/HorizontalList.html#getSupportedPanes-dynamic' target='main' title='getSupportedPanes'>
#getSupportedPanes
</a>
<small>
(CUI.HorizontalList)
</small>
</li>
<li>
<a href='class/CUI/VerticalList.html#getSupportedPanes-dynamic' target='main' title='getSupportedPanes'>
#getSupportedPanes
</a>
<small>
(CUI.VerticalList)
</small>
</li>
<li>
<a href='class/CUI/VerticalLayout.html#getSupportedPanes-dynamic' target='main' title='getSupportedPanes'>
#getSupportedPanes
</a>
<small>
(CUI.VerticalLayout)
</small>
</li>
<li>
<a href='class/CUI/HorizontalLayout.html#getSupportedPanes-dynamic' target='main' title='getSupportedPanes'>
#getSupportedPanes
</a>
<small>
(CUI.HorizontalLayout)
</small>
</li>
<li>
<a href='class/CUI/BorderLayout.html#getSupportedPanes-dynamic' target='main' title='getSupportedPanes'>
#getSupportedPanes
</a>
<small>
(CUI.BorderLayout)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#getTab-dynamic' target='main' title='getTab'>
#getTab
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getTable-dynamic' target='main' title='getTable'>
#getTable
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getTableContainer-dynamic' target='main' title='getTableContainer'>
#getTableContainer
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Form.html#getTableContainer-dynamic' target='main' title='getTableContainer'>
#getTableContainer
</a>
<small>
(CUI.Form)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getTarget-dynamic' target='main' title='getTarget'>
#getTarget
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/MultiInputInput.html#getTemplate-dynamic' target='main' title='getTemplate'>
#getTemplate
</a>
<small>
(CUI.MultiInputInput)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#getTemplate-dynamic' target='main' title='getTemplate'>
#getTemplate
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getTemplate-dynamic' target='main' title='getTemplate'>
#getTemplate
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#getTemplate-dynamic' target='main' title='getTemplate'>
#getTemplate
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#getTemplate-dynamic' target='main' title='getTemplate'>
#getTemplate
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Options.html#getTemplate-dynamic' target='main' title='getTemplate'>
#getTemplate
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getTemplate-dynamic' target='main' title='getTemplate'>
#getTemplate
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getTemplateKeyForRender-dynamic' target='main' title='getTemplateKeyForRender'>
#getTemplateKeyForRender
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#getTemplateKeyForRender-dynamic' target='main' title='getTemplateKeyForRender'>
#getTemplateKeyForRender
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getTemplateKeyForRender-dynamic' target='main' title='getTemplateKeyForRender'>
#getTemplateKeyForRender
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/MultiInputInput.html#getTemplateKeyForRender-dynamic' target='main' title='getTemplateKeyForRender'>
#getTemplateKeyForRender
</a>
<small>
(CUI.MultiInputInput)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#getTemplateKeyForRender-dynamic' target='main' title='getTemplateKeyForRender'>
#getTemplateKeyForRender
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#getTemplateMap-dynamic' target='main' title='getTemplateMap'>
#getTemplateMap
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/BorderLayout.html#getTemplateMap-dynamic' target='main' title='getTemplateMap'>
#getTemplateMap
</a>
<small>
(CUI.BorderLayout)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#getTemplateName-dynamic' target='main' title='getTemplateName'>
#getTemplateName
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/FileUploadButton.html#getTemplateName-dynamic' target='main' title='getTemplateName'>
#getTemplateName
</a>
<small>
(CUI.FileUploadButton)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getTemplateName-dynamic' target='main' title='getTemplateName'>
#getTemplateName
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ButtonHref.html#getTemplateName-dynamic' target='main' title='getTemplateName'>
#getTemplateName
</a>
<small>
(CUI.ButtonHref)
</small>
</li>
<li>
<a href='class/CUI/Block.html#getTemplateName-dynamic' target='main' title='getTemplateName'>
#getTemplateName
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/Label.html#getText-dynamic' target='main' title='getText'>
#getText
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#getText-dynamic' target='main' title='getText'>
#getText
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getText-dynamic' target='main' title='getText'>
#getText
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getTimezoneOpts-dynamic' target='main' title='getTimezoneOpts'>
#getTimezoneOpts
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#getToggleFillScreenButton-static' target='main' title='getToggleFillScreenButton'>
.getToggleFillScreenButton
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getTooltip-dynamic' target='main' title='getTooltip'>
#getTooltip
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#getTop-dynamic' target='main' title='getTop'>
#getTop
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#getTree-dynamic' target='main' title='getTree'>
#getTree
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Event.html#getType-dynamic' target='main' title='getType'>
#getType
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#getTypes-dynamic' target='main' title='getTypes'>
#getTypes
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getUndo-dynamic' target='main' title='getUndo'>
#getUndo
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Promise.html#getUniqueId-dynamic' target='main' title='getUniqueId'>
#getUniqueId
</a>
<small>
(CUI.Promise)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#getUniqueId-dynamic' target='main' title='getUniqueId'>
#getUniqueId
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Dummy.html#getUniqueId-dynamic' target='main' title='getUniqueId'>
#getUniqueId
</a>
<small>
(CUI.Dummy)
</small>
</li>
<li>
<a href='class/CUI/Element.html#getUniqueId-dynamic' target='main' title='getUniqueId'>
#getUniqueId
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getUniqueIdForLabel-dynamic' target='main' title='getUniqueIdForLabel'>
#getUniqueIdForLabel
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getUniqueIdForLabel-dynamic' target='main' title='getUniqueIdForLabel'>
#getUniqueIdForLabel
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#getUniqueIdForLabel-dynamic' target='main' title='getUniqueIdForLabel'>
#getUniqueIdForLabel
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/FileReader.html#getUploadFileClass-dynamic' target='main' title='getUploadFileClass'>
#getUploadFileClass
</a>
<small>
(CUI.FileReader)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#getUploadFileClass-dynamic' target='main' title='getUploadFileClass'>
#getUploadFileClass
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#getUrl-dynamic' target='main' title='getUrl'>
#getUrl
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#getUserControlOptions-dynamic' target='main' title='getUserControlOptions'>
#getUserControlOptions
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/Select.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/Prompt.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.Prompt)
</small>
</li>
<li>
<a href='class/CUI/Button.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Output.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/OutputContent.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.OutputContent)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#getValue-dynamic' target='main' title='getValue'>
#getValue
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getValueForDisplay-dynamic' target='main' title='getValueForDisplay'>
#getValueForDisplay
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#getValueForDisplay-dynamic' target='main' title='getValueForDisplay'>
#getValueForDisplay
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getValueForDisplay-dynamic' target='main' title='getValueForDisplay'>
#getValueForDisplay
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#getValueForDisplay-dynamic' target='main' title='getValueForDisplay'>
#getValueForDisplay
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getValueForInput-dynamic' target='main' title='getValueForInput'>
#getValueForInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#getValueForInput-dynamic' target='main' title='getValueForInput'>
#getValueForInput
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#getValueForInput-dynamic' target='main' title='getValueForInput'>
#getValueForInput
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#getValueForInput-dynamic' target='main' title='getValueForInput'>
#getValueForInput
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#getValueForStore-dynamic' target='main' title='getValueForStore'>
#getValueForStore
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#getValueForStore-dynamic' target='main' title='getValueForStore'>
#getValueForStore
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#getValueForStore-dynamic' target='main' title='getValueForStore'>
#getValueForStore
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#getXHR-dynamic' target='main' title='getXHR'>
#getXHR
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#getZoom-dynamic' target='main' title='getZoom'>
#getZoom
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#getZoom-dynamic' target='main' title='getZoom'>
#getZoom
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#getZoom-dynamic' target='main' title='getZoom'>
#getZoom
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#get_axis-dynamic' target='main' title='get_axis'>
#get_axis
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#get_axis-dynamic' target='main' title='get_axis'>
#get_axis
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#get_axis-dynamic' target='main' title='get_axis'>
#get_axis
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#get_child_number-dynamic' target='main' title='get_child_number'>
#get_child_number
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#get_cursor-dynamic' target='main' title='get_cursor'>
#get_cursor
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#get_helper-dynamic' target='main' title='get_helper'>
#get_helper
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#get_helper-dynamic' target='main' title='get_helper'>
#get_helper
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#get_helper-dynamic' target='main' title='get_helper'>
#get_helper
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#get_helper_contain_element-dynamic' target='main' title='get_helper_contain_element'>
#get_helper_contain_element
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#get_helper_contain_element-dynamic' target='main' title='get_helper_contain_element'>
#get_helper_contain_element
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#get_helper_pos-dynamic' target='main' title='get_helper_pos'>
#get_helper_pos
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#get_helper_pos-dynamic' target='main' title='get_helper_pos'>
#get_helper_pos
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#get_init_helper_pos-dynamic' target='main' title='get_init_helper_pos'>
#get_init_helper_pos
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#get_init_helper_pos-dynamic' target='main' title='get_init_helper_pos'>
#get_init_helper_pos
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeRowMove.html#get_init_helper_pos-dynamic' target='main' title='get_init_helper_pos'>
#get_init_helper_pos
</a>
<small>
(CUI.ListViewTreeRowMove)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#get_init_helper_pos-dynamic' target='main' title='get_init_helper_pos'>
#get_init_helper_pos
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#get_lassoed_elements-dynamic' target='main' title='get_lassoed_elements'>
#get_lassoed_elements
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/ListViewDraggable.html#get_marker-dynamic' target='main' title='get_marker'>
#get_marker
</a>
<small>
(CUI.ListViewDraggable)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#giveAllRowsSameNumberOfColumns-dynamic' target='main' title='giveAllRowsSameNumberOfColumns'>
#giveAllRowsSameNumberOfColumns
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#goto-dynamic' target='main' title='goto'>
#goto
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/dom.html#h1-static' target='main' title='h1'>
.h1
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#h2-static' target='main' title='h2'>
.h2
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#h3-static' target='main' title='h3'>
.h3
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#h4-static' target='main' title='h4'>
.h4
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#h5-static' target='main' title='h5'>
.h5
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#h6-static' target='main' title='h6'>
.h6
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#handleEvent-dynamic' target='main' title='handleEvent'>
#handleEvent
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/Input.html#handleSelectionChange-dynamic' target='main' title='handleSelectionChange'>
#handleSelectionChange
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#handleSelectionChange-dynamic' target='main' title='handleSelectionChange'>
#handleSelectionChange
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/Template.html#has-dynamic' target='main' title='has'>
#has
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/dom.html#hasAnimatedClone-static' target='main' title='hasAnimatedClone'>
.hasAnimatedClone
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#hasAttribute-static' target='main' title='hasAttribute'>
.hasAttribute
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#hasChanges-dynamic' target='main' title='hasChanges'>
#hasChanges
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/dom.html#hasClass-static' target='main' title='hasClass'>
.hasClass
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Template.html#hasClass-dynamic' target='main' title='hasClass'>
#hasClass
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#hasClass-dynamic' target='main' title='hasClass'>
#hasClass
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#hasContentForAppend-dynamic' target='main' title='hasContentForAppend'>
#hasContentForAppend
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#hasContentForAppend-dynamic' target='main' title='hasContentForAppend'>
#hasContentForAppend
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#hasData-dynamic' target='main' title='hasData'>
#hasData
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#hasData-dynamic' target='main' title='hasData'>
#hasData
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Events.html#hasEventType-static' target='main' title='hasEventType'>
.hasEventType
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/HorizontalLayout.html#hasFlexHandles-dynamic' target='main' title='hasFlexHandles'>
#hasFlexHandles
</a>
<small>
(CUI.HorizontalLayout)
</small>
</li>
<li>
<a href='class/CUI/VerticalLayout.html#hasFlexHandles-dynamic' target='main' title='hasFlexHandles'>
#hasFlexHandles
</a>
<small>
(CUI.VerticalLayout)
</small>
</li>
<li>
<a href='class/CUI/Toolbar.html#hasFlexHandles-dynamic' target='main' title='hasFlexHandles'>
#hasFlexHandles
</a>
<small>
(CUI.Toolbar)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#hasFlexHandles-dynamic' target='main' title='hasFlexHandles'>
#hasFlexHandles
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#hasFooter-dynamic' target='main' title='hasFooter'>
#hasFooter
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#hasFooter-dynamic' target='main' title='hasFooter'>
#hasFooter
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#hasHeader-dynamic' target='main' title='hasHeader'>
#hasHeader
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#hasHeader-dynamic' target='main' title='hasHeader'>
#hasHeader
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#hasItems-dynamic' target='main' title='hasItems'>
#hasItems
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#hasItems-dynamic' target='main' title='hasItems'>
#hasItems
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/Button.html#hasLeft-dynamic' target='main' title='hasLeft'>
#hasLeft
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Button.html#hasMenu-dynamic' target='main' title='hasMenu'>
#hasMenu
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Event.html#hasModifierKey-dynamic' target='main' title='hasModifierKey'>
#hasModifierKey
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#hasMovableRows-dynamic' target='main' title='hasMovableRows'>
#hasMovableRows
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Element.html#hasOpt-dynamic' target='main' title='hasOpt'>
#hasOpt
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#hasResizableColumns-dynamic' target='main' title='hasResizableColumns'>
#hasResizableColumns
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#hasSelectableRows-dynamic' target='main' title='hasSelectableRows'>
#hasSelectableRows
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Element.html#hasSetOpt-dynamic' target='main' title='hasSetOpt'>
#hasSetOpt
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Input.html#hasShadowFocus-dynamic' target='main' title='hasShadowFocus'>
#hasShadowFocus
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#hasTab-dynamic' target='main' title='hasTab'>
#hasTab
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#hasUserControl-dynamic' target='main' title='hasUserControl'>
#hasUserControl
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#hasUserData-dynamic' target='main' title='hasUserData'>
#hasUserData
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#hasUserData-dynamic' target='main' title='hasUserData'>
#hasUserData
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#hasUserData-dynamic' target='main' title='hasUserData'>
#hasUserData
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/Input.html#hasUserInput-dynamic' target='main' title='hasUserInput'>
#hasUserInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/dom.html#height-static' target='main' title='height'>
.height
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/Icon.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Icon)
</small>
</li>
<li>
<a href='class/CUI/Template.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Button.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#hide-dynamic' target='main' title='hide'>
#hide
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#hideAll-dynamic' target='main' title='hideAll'>
#hideAll
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/dom.html#hideElement-static' target='main' title='hideElement'>
.hideElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#hideMarkers-dynamic' target='main' title='hideMarkers'>
#hideMarkers
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#hideMarkers-dynamic' target='main' title='hideMarkers'>
#hideMarkers
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#hideMarkers-dynamic' target='main' title='hideMarkers'>
#hideMarkers
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Password.html#hidePassword-dynamic' target='main' title='hidePassword'>
#hidePassword
</a>
<small>
(CUI.Password)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#hideSpinner-dynamic' target='main' title='hideSpinner'>
#hideSpinner
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#hideTimeout-dynamic' target='main' title='hideTimeout'>
#hideTimeout
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#hideTimeout-dynamic' target='main' title='hideTimeout'>
#hideTimeout
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#hideWaitBlock-dynamic' target='main' title='hideWaitBlock'>
#hideWaitBlock
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/dom.html#htmlToNodes-static' target='main' title='htmlToNodes'>
.htmlToNodes
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#i-static' target='main' title='i'>
.i
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#idxInArray-static' target='main' title='idxInArray'>
.idxInArray
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Events.html#ignore-static' target='main' title='ignore'>
.ignore
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/dom.html#img-static' target='main' title='img'>
.img
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#inArray-static' target='main' title='inArray'>
.inArray
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI.html#inArray-static' target='main' title='inArray'>
.inArray
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#incAMPM-dynamic' target='main' title='incAMPM'>
#incAMPM
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Input.html#incNumberBounds-dynamic' target='main' title='incNumberBounds'>
#incNumberBounds
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DateTimeInputBlock.html#incrementBlock-dynamic' target='main' title='incrementBlock'>
#incrementBlock
</a>
<small>
(CUI.DateTimeInputBlock)
</small>
</li>
<li>
<a href='class/CUI/NumberInputBlock.html#incrementBlock-dynamic' target='main' title='incrementBlock'>
#incrementBlock
</a>
<small>
(CUI.NumberInputBlock)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#incrementBlock-dynamic' target='main' title='incrementBlock'>
#incrementBlock
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Select.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Output.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/PaneHeader.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.PaneHeader)
</small>
</li>
<li>
<a href='class/CUI/Toolbar.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Toolbar)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/PaneToolbar.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.PaneToolbar)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/PaneFooter.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.PaneFooter)
</small>
</li>
<li>
<a href='class/CUI/Options.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#init-dynamic' target='main' title='init'>
#init
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/dom.html#initAnimatedClone-static' target='main' title='initAnimatedClone'>
.initAnimatedClone
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#initButton-dynamic' target='main' title='initButton'>
#initButton
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#initChildren-dynamic' target='main' title='initChildren'>
#initChildren
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Input.html#initCursor-dynamic' target='main' title='initCursor'>
#initCursor
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#initData-dynamic' target='main' title='initData'>
#initData
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#initData-dynamic' target='main' title='initData'>
#initData
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#initDateTimePicker-dynamic' target='main' title='initDateTimePicker'>
#initDateTimePicker
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#initDefaultPanes-dynamic' target='main' title='initDefaultPanes'>
#initDefaultPanes
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#initDimensions-dynamic' target='main' title='initDimensions'>
#initDimensions
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#initDropZone-dynamic' target='main' title='initDropZone'>
#initDropZone
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#initFields-dynamic' target='main' title='initFields'>
#initFields
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#initFilePicker-dynamic' target='main' title='initFilePicker'>
#initFilePicker
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Template.html#initFlexHandles-dynamic' target='main' title='initFlexHandles'>
#initFlexHandles
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#initFormat-dynamic' target='main' title='initFormat'>
#initFormat
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Form.html#initLayout-dynamic' target='main' title='initLayout'>
#initLayout
</a>
<small>
(CUI.Form)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#initLayout-dynamic' target='main' title='initLayout'>
#initLayout
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumper.html#initListView-dynamic' target='main' title='initListView'>
#initListView
</a>
<small>
(CUI.ObjectDumper)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#initListView-dynamic' target='main' title='initListView'>
#initListView
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#initListView-dynamic' target='main' title='initListView'>
#initListView
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#initNewStickyHeaders-dynamic' target='main' title='initNewStickyHeaders'>
#initNewStickyHeaders
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/IconMarker.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.IconMarker)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/Block.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/FileUploadButton.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FileUploadButton)
</small>
</li>
<li>
<a href='class/CUI/Template.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Popover.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Popover)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.NodeMatch.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DocumentBrowser.NodeMatch)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Output.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/DragoverScrollEvent.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DragoverScrollEvent)
</small>
</li>
<li>
<a href='class/CUI/Button.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Dragscroll.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Dragscroll)
</small>
</li>
<li>
<a href='class/CUI/Toolbar.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Toolbar)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/DigiDisplay.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DigiDisplay)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/DateTimeInputBlock.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DateTimeInputBlock)
</small>
</li>
<li>
<a href='class/CUI/MultilineLabel.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.MultilineLabel)
</small>
</li>
<li>
<a href='class/CUI/ProgressMeter.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ProgressMeter)
</small>
</li>
<li>
<a href='class/CUI/Event.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/Select.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/HorizontalList.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.HorizontalList)
</small>
</li>
<li>
<a href='class/CUI/Console.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Console)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeRowMove.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewTreeRowMove)
</small>
</li>
<li>
<a href='class/CUI/EmailInput.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.EmailInput)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/Icon.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Icon)
</small>
</li>
<li>
<a href='class/CUI/Input.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Options.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Label.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Map.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/ListViewDraggable.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewDraggable)
</small>
</li>
<li>
<a href='class/CUI/Element.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/ButtonHref.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ButtonHref)
</small>
</li>
<li>
<a href='class/CUI/TouchEvent.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.TouchEvent)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/VerticalList.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.VerticalList)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/LayerPane.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.LayerPane)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/OutputContent.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.OutputContent)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Table.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Table)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/FormButton.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FormButton)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/Alert.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Alert)
</small>
</li>
<li>
<a href='class/CUI/MultiOutput.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.MultiOutput)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeHeaderNode.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewTreeHeaderNode)
</small>
</li>
<li>
<a href='class/CUI/Confirm.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Confirm)
</small>
</li>
<li>
<a href='class/CUI/ListViewHeaderColumn.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewHeaderColumn)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/DataFieldInput.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DataFieldInput)
</small>
</li>
<li>
<a href='class/CUI/FileReader.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.FileReader)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchQuery.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DocumentBrowser.SearchQuery)
</small>
</li>
<li>
<a href='class/CUI/MouseEvent.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.MouseEvent)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Toaster.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Toaster)
</small>
</li>
<li>
<a href='class/CUI/Prompt.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Prompt)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchMatch.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.DocumentBrowser.SearchMatch)
</small>
</li>
<li>
<a href='class/CUI/Spinner.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Spinner)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/StickyHeader.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.StickyHeader)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumper.html#initOpts-dynamic' target='main' title='initOpts'>
#initOpts
</a>
<small>
(CUI.ObjectDumper)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#initPopover-dynamic' target='main' title='initPopover'>
#initPopover
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#initPopover-dynamic' target='main' title='initPopover'>
#initPopover
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#initTemplate-dynamic' target='main' title='initTemplate'>
#initTemplate
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#initTemplate-dynamic' target='main' title='initTemplate'>
#initTemplate
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#initTemplate-dynamic' target='main' title='initTemplate'>
#initTemplate
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Form.html#initTemplate-dynamic' target='main' title='initTemplate'>
#initTemplate
</a>
<small>
(CUI.Form)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#initValue-dynamic' target='main' title='initValue'>
#initValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#initValue-dynamic' target='main' title='initValue'>
#initValue
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#initValue-dynamic' target='main' title='initValue'>
#initValue
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#initValue-dynamic' target='main' title='initValue'>
#initValue
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#init_drag-dynamic' target='main' title='init_drag'>
#init_drag
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#init_drag-dynamic' target='main' title='init_drag'>
#init_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#init_drag-dynamic' target='main' title='init_drag'>
#init_drag
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#init_drag-dynamic' target='main' title='init_drag'>
#init_drag
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#init_helper-dynamic' target='main' title='init_helper'>
#init_helper
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#init_helper-dynamic' target='main' title='init_helper'>
#init_helper
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/dom.html#insertAfter-static' target='main' title='insertAfter'>
.insertAfter
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#insertBefore-static' target='main' title='insertBefore'>
.insertBefore
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#insertChildAtPosition-static' target='main' title='insertChildAtPosition'>
.insertChildAtPosition
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#insertRowAfter-dynamic' target='main' title='insertRowAfter'>
#insertRowAfter
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#insertRowAt-dynamic' target='main' title='insertRowAt'>
#insertRowAt
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#insertRowBefore-dynamic' target='main' title='insertRowBefore'>
#insertRowBefore
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#insideSaveZone-dynamic' target='main' title='insideSaveZone'>
#insideSaveZone
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/dom.html#is-static' target='main' title='is'>
.is
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#isActive-dynamic' target='main' title='isActive'>
#isActive
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Button.html#isActive-dynamic' target='main' title='isActive'>
#isActive
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#isAddedToListView-dynamic' target='main' title='isAddedToListView'>
#isAddedToListView
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI.html#isArray-static' target='main' title='isArray'>
.isArray
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#isArray-static' target='main' title='isArray'>
.isArray
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#isAutoCloseAfterClick-dynamic' target='main' title='isAutoCloseAfterClick'>
#isAutoCloseAfterClick
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/util.html#isBoolean-static' target='main' title='isBoolean'>
.isBoolean
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#isBorderBox-static' target='main' title='isBorderBox'>
.isBorderBox
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Event.html#isBubble-dynamic' target='main' title='isBubble'>
#isBubble
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#isCapture-dynamic' target='main' title='isCapture'>
#isCapture
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#isChanged-dynamic' target='main' title='isChanged'>
#isChanged
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#isChanged-dynamic' target='main' title='isChanged'>
#isChanged
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#isChanged-dynamic' target='main' title='isChanged'>
#isChanged
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#isChanged-dynamic' target='main' title='isChanged'>
#isChanged
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#isClosed-dynamic' target='main' title='isClosed'>
#isClosed
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#isClosed-dynamic' target='main' title='isClosed'>
#isClosed
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/util.html#isContent-static' target='main' title='isContent'>
.isContent
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#isContentBox-static' target='main' title='isContentBox'>
.isContentBox
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#isDataField-dynamic' target='main' title='isDataField'>
#isDataField
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#isDataField-dynamic' target='main' title='isDataField'>
#isDataField
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Event.html#isDefaultPrevented-dynamic' target='main' title='isDefaultPrevented'>
#isDefaultPrevented
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/util.html#isDeferred-static' target='main' title='isDeferred'>
.isDeferred
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Element.html#isDestroyed-dynamic' target='main' title='isDestroyed'>
#isDestroyed
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#isDestroyed-dynamic' target='main' title='isDestroyed'>
#isDestroyed
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Select.html#isDisabled-dynamic' target='main' title='isDisabled'>
#isDisabled
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/Button.html#isDisabled-dynamic' target='main' title='isDisabled'>
#isDisabled
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#isDisabled-dynamic' target='main' title='isDisabled'>
#isDisabled
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#isDone-dynamic' target='main' title='isDone'>
#isDone
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#isDone-dynamic' target='main' title='isDone'>
#isDone
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/util.html#isElement-static' target='main' title='isElement'>
.isElement
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Template.html#isEmpty-dynamic' target='main' title='isEmpty'>
#isEmpty
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/util.html#isEmpty-static' target='main' title='isEmpty'>
.isEmpty
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI.html#isEmptyObject-static' target='main' title='isEmptyObject'>
.isEmptyObject
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#isEmptyObject-static' target='main' title='isEmptyObject'>
.isEmptyObject
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#isEnabled-dynamic' target='main' title='isEnabled'>
#isEnabled
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/Button.html#isEnabled-dynamic' target='main' title='isEnabled'>
#isEnabled
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/util.html#isEqual-static' target='main' title='isEqual'>
.isEqual
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Event.html#isExcludeSelf-dynamic' target='main' title='isExcludeSelf'>
#isExcludeSelf
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/util.html#isFalse-static' target='main' title='isFalse'>
.isFalse
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#isFloat-static' target='main' title='isFloat'>
.isFloat
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#isFullscreen-static' target='main' title='isFullscreen'>
.isFullscreen
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#isFunction-static' target='main' title='isFunction'>
.isFunction
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI.html#isFunction-static' target='main' title='isFunction'>
.isFunction
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#isHidden-dynamic' target='main' title='isHidden'>
#isHidden
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Button.html#isHidden-dynamic' target='main' title='isHidden'>
#isHidden
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#isHidden-dynamic' target='main' title='isHidden'>
#isHidden
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Event.html#isImmediatePropagationStopped-dynamic' target='main' title='isImmediatePropagationStopped'>
#isImmediatePropagationStopped
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#isInDOM-dynamic' target='main' title='isInDOM'>
#isInDOM
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/dom.html#isInDOM-static' target='main' title='isInDOM'>
.isInDOM
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Event.html#isInDOM-dynamic' target='main' title='isInDOM'>
#isInDOM
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#isInactive-dynamic' target='main' title='isInactive'>
#isInactive
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/util.html#isInteger-static' target='main' title='isInteger'>
.isInteger
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#isKeyboardCancellable-dynamic' target='main' title='isKeyboardCancellable'>
#isKeyboardCancellable
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Alert.html#isKeyboardCancellable-dynamic' target='main' title='isKeyboardCancellable'>
#isKeyboardCancellable
</a>
<small>
(CUI.Alert)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#isKeyboardCancellable-dynamic' target='main' title='isKeyboardCancellable'>
#isKeyboardCancellable
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#isLeaf-dynamic' target='main' title='isLeaf'>
#isLeaf
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#isLeaf-dynamic' target='main' title='isLeaf'>
#isLeaf
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#isLoading-dynamic' target='main' title='isLoading'>
#isLoading
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI.html#isMap-static' target='main' title='isMap'>
.isMap
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#isMap-static' target='main' title='isMap'>
.isMap
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#isMovable-dynamic' target='main' title='isMovable'>
#isMovable
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#isNoHierarchy-dynamic' target='main' title='isNoHierarchy'>
#isNoHierarchy
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/dom.html#isNode-static' target='main' title='isNode'>
.isNode
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#isNull-static' target='main' title='isNull'>
.isNull
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#isNumber-static' target='main' title='isNumber'>
.isNumber
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#isOnlyOnce-dynamic' target='main' title='isOnlyOnce'>
#isOnlyOnce
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#isOpen-dynamic' target='main' title='isOpen'>
#isOpen
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#isOpen-dynamic' target='main' title='isOpen'>
#isOpen
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#isOpen-dynamic' target='main' title='isOpen'>
#isOpen
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI.html#isPlainObject-static' target='main' title='isPlainObject'>
.isPlainObject
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#isPlainObject-static' target='main' title='isPlainObject'>
.isPlainObject
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#isPosInt-static' target='main' title='isPosInt'>
.isPosInt
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#isPositioned-static' target='main' title='isPositioned'>
.isPositioned
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#isPromise-static' target='main' title='isPromise'>
.isPromise
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Event.html#isPropagationStopped-dynamic' target='main' title='isPropagationStopped'>
#isPropagationStopped
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#isQueuing-dynamic' target='main' title='isQueuing'>
#isQueuing
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#isRendered-dynamic' target='main' title='isRendered'>
#isRendered
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#isRendered-dynamic' target='main' title='isRendered'>
#isRendered
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Input.html#isRequired-dynamic' target='main' title='isRequired'>
#isRequired
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataFieldInput.html#isResizable-dynamic' target='main' title='isResizable'>
#isResizable
</a>
<small>
(CUI.DataFieldInput)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#isResizable-dynamic' target='main' title='isResizable'>
#isResizable
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#isRoot-dynamic' target='main' title='isRoot'>
#isRoot
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewHeaderRow.html#isSelectable-dynamic' target='main' title='isSelectable'>
#isSelectable
</a>
<small>
(CUI.ListViewHeaderRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#isSelectable-dynamic' target='main' title='isSelectable'>
#isSelectable
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#isSelectable-dynamic' target='main' title='isSelectable'>
#isSelectable
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#isSelectable-dynamic' target='main' title='isSelectable'>
#isSelectable
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#isSelected-dynamic' target='main' title='isSelected'>
#isSelected
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#isSelected-dynamic' target='main' title='isSelected'>
#isSelected
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#isShown-dynamic' target='main' title='isShown'>
#isShown
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/Button.html#isShown-dynamic' target='main' title='isShown'>
#isShown
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#isShown-dynamic' target='main' title='isShown'>
#isShown
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#isShown-dynamic' target='main' title='isShown'>
#isShown
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#isShown-dynamic' target='main' title='isShown'>
#isShown
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Event.html#isSink-dynamic' target='main' title='isSink'>
#isSink
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#isStretched-dynamic' target='main' title='isStretched'>
#isStretched
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI.html#isString-static' target='main' title='isString'>
.isString
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#isString-static' target='main' title='isString'>
.isString
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#isSuccess-dynamic' target='main' title='isSuccess'>
#isSuccess
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI.html#isTimeoutRunning-static' target='main' title='isTimeoutRunning'>
.isTimeoutRunning
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#isTrue-static' target='main' title='isTrue'>
.isTrue
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#isUndef-static' target='main' title='isUndef'>
.isUndef
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#isUploading-dynamic' target='main' title='isUploading'>
#isUploading
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#isUploading-dynamic' target='main' title='isUploading'>
#isUploading
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Map.html#isValidLatitude-static' target='main' title='isValidLatitude'>
.isValidLatitude
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Map.html#isValidLongitude-static' target='main' title='isValidLongitude'>
.isValidLongitude
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Map.html#isValidPosition-static' target='main' title='isValidPosition'>
.isValidPosition
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/dom.html#isVisible-static' target='main' title='isVisible'>
.isVisible
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/KeyboardEvent.html#key-dynamic' target='main' title='key'>
#key
</a>
<small>
(CUI.KeyboardEvent)
</small>
</li>
<li>
<a href='class/CUI/Event.html#keyCode-dynamic' target='main' title='keyCode'>
#keyCode
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Table.html#keyValueRowsFromMap-static' target='main' title='keyValueRowsFromMap'>
.keyValueRowsFromMap
</a>
<small>
(CUI.Table)
</small>
</li>
<li>
<a href='class/CUI/dom.html#label-static' target='main' title='label'>
.label
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#lastElementChild-static' target='main' title='lastElementChild'>
.lastElementChild
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#layoutIsStopped-dynamic' target='main' title='layoutIsStopped'>
#layoutIsStopped
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Input.html#leaveInput-dynamic' target='main' title='leaveInput'>
#leaveInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#level-dynamic' target='main' title='level'>
#level
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#li-static' target='main' title='li'>
.li
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#limitRect-dynamic' target='main' title='limitRect'>
#limitRect
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#limitRect-static' target='main' title='limitRect'>
.limitRect
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Events.html#listen-static' target='main' title='listen'>
.listen
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/Template.html#load-static' target='main' title='load'>
.load
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/CSSLoader.html#load-dynamic' target='main' title='load'>
#load
</a>
<small>
(CUI.CSSLoader)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#load-dynamic' target='main' title='load'>
#load
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#loadContent-dynamic' target='main' title='loadContent'>
#loadContent
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#loadContent-dynamic' target='main' title='loadContent'>
#loadContent
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#loadContent-dynamic' target='main' title='loadContent'>
#loadContent
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#loadEmpty-dynamic' target='main' title='loadEmpty'>
#loadEmpty
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/Template.html#loadFile-static' target='main' title='loadFile'>
.loadFile
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#loadLocation-dynamic' target='main' title='loadLocation'>
#loadLocation
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/Template.html#loadTemplateFile-static' target='main' title='loadTemplateFile'>
.loadTemplateFile
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Template.html#loadTemplateText-static' target='main' title='loadTemplateText'>
.loadTemplateText
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Template.html#loadText-static' target='main' title='loadText'>
.loadText
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Console.html#log-dynamic' target='main' title='log'>
#log
</a>
<small>
(CUI.Console)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#makeOrderedList-dynamic' target='main' title='makeOrderedList'>
#makeOrderedList
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#makeUnorderedList-dynamic' target='main' title='makeUnorderedList'>
#makeUnorderedList
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/Input.html#markBlock-dynamic' target='main' title='markBlock'>
#markBlock
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#markDay-dynamic' target='main' title='markDay'>
#markDay
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#marked-dynamic' target='main' title='marked'>
#marked
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.NodeMatch.html#marked-dynamic' target='main' title='marked'>
#marked
</a>
<small>
(CUI.DocumentBrowser.NodeMatch)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchQuery.html#match-dynamic' target='main' title='match'>
#match
</a>
<small>
(CUI.DocumentBrowser.SearchQuery)
</small>
</li>
<li>
<a href='class/CUI/dom.html#matchSelector-static' target='main' title='matchSelector'>
.matchSelector
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#matches-static' target='main' title='matches'>
.matches
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#matchesEvent-dynamic' target='main' title='matchesEvent'>
#matchesEvent
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#matchesFilter-dynamic' target='main' title='matchesFilter'>
#matchesFilter
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#maximizeAddClasses-dynamic' target='main' title='maximizeAddClasses'>
#maximizeAddClasses
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#maximizeAddClasses-dynamic' target='main' title='maximizeAddClasses'>
#maximizeAddClasses
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#maximizeReadOpts-dynamic' target='main' title='maximizeReadOpts'>
#maximizeReadOpts
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Button.html#menuSetActiveIdx-dynamic' target='main' title='menuSetActiveIdx'>
#menuSetActiveIdx
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/util.html#mergeMap-static' target='main' title='mergeMap'>
.mergeMap
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI.html#mergeMap-static' target='main' title='mergeMap'>
.mergeMap
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Element.html#mergeOpt-dynamic' target='main' title='mergeOpt'>
#mergeOpt
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Element.html#mergeOpts-dynamic' target='main' title='mergeOpts'>
#mergeOpts
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Event.html#metaKey-dynamic' target='main' title='metaKey'>
#metaKey
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Input.html#moveCursor-dynamic' target='main' title='moveCursor'>
#moveCursor
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/util.html#moveInArray-static' target='main' title='moveInArray'>
.moveInArray
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#moveInOrderArray-dynamic' target='main' title='moveInOrderArray'>
#moveInOrderArray
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#moveNodeAfter-dynamic' target='main' title='moveNodeAfter'>
#moveNodeAfter
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#moveNodeBefore-dynamic' target='main' title='moveNodeBefore'>
#moveNodeBefore
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#moveRow-dynamic' target='main' title='moveRow'>
#moveRow
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#moveRow-dynamic' target='main' title='moveRow'>
#moveRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#moveToNewFather-dynamic' target='main' title='moveToNewFather'>
#moveToNewFather
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#move_element-dynamic' target='main' title='move_element'>
#move_element
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#new-static' target='main' title='new'>
.new
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Select.html#newSelectOrOutput-static' target='main' title='newSelectOrOutput'>
.newSelectOrOutput
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/dom.html#nextElementSibling-static' target='main' title='nextElementSibling'>
.nextElementSibling
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Button.html#onClickAction-dynamic' target='main' title='onClickAction'>
#onClickAction
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Spinner.html#open-dynamic' target='main' title='open'>
#open
</a>
<small>
(CUI.Spinner)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#open-dynamic' target='main' title='open'>
#open
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#open-dynamic' target='main' title='open'>
#open
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#open-dynamic' target='main' title='open'>
#open
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#open-dynamic' target='main' title='open'>
#open
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/Prompt.html#open-dynamic' target='main' title='open'>
#open
</a>
<small>
(CUI.Prompt)
</small>
</li>
<li>
<a href='class/CUI/Toaster.html#open-dynamic' target='main' title='open'>
#open
</a>
<small>
(CUI.Toaster)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#openPopover-dynamic' target='main' title='openPopover'>
#openPopover
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#openRecursively-dynamic' target='main' title='openRecursively'>
#openRecursively
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#openTreeNodeByRowDisplayIndex-dynamic' target='main' title='openTreeNodeByRowDisplayIndex'>
#openTreeNodeByRowDisplayIndex
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#openUpwards-dynamic' target='main' title='openUpwards'>
#openUpwards
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#p-static' target='main' title='p'>
.p
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Event.html#pageX-dynamic' target='main' title='pageX'>
#pageX
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Event.html#pageY-dynamic' target='main' title='pageY'>
#pageY
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/dom.html#parent-static' target='main' title='parent'>
.parent
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#parents-static' target='main' title='parents'>
.parents
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#parentsScrollable-static' target='main' title='parentsScrollable'>
.parentsScrollable
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#parentsUntil-static' target='main' title='parentsUntil'>
.parentsUntil
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#parse-dynamic' target='main' title='parse'>
#parse
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#parse-dynamic' target='main' title='parse'>
#parse
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/util.html#parseCoordinates-static' target='main' title='parseCoordinates'>
.parseCoordinates
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI.html#parseLocation-static' target='main' title='parseLocation'>
.parseLocation
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#parseValue-dynamic' target='main' title='parseValue'>
#parseValue
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#position-dynamic' target='main' title='position'>
#position
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/StickyHeaderControl.html#position-dynamic' target='main' title='position'>
#position
</a>
<small>
(CUI.StickyHeaderControl)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#position_helper-dynamic' target='main' title='position_helper'>
#position_helper
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/dom.html#pre-static' target='main' title='pre'>
.pre
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#preActivateNextItem-dynamic' target='main' title='preActivateNextItem'>
#preActivateNextItem
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#preActivatePreviousItem-dynamic' target='main' title='preActivatePreviousItem'>
#preActivatePreviousItem
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#preSelectByKeyword-dynamic' target='main' title='preSelectByKeyword'>
#preSelectByKeyword
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/dom.html#prepareSetDimensions-static' target='main' title='prepareSetDimensions'>
.prepareSetDimensions
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#prepend-dynamic' target='main' title='prepend'>
#prepend
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/dom.html#prepend-static' target='main' title='prepend'>
.prepend
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Template.html#prepend-dynamic' target='main' title='prepend'>
#prepend
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#prependButton-dynamic' target='main' title='prependButton'>
#prependButton
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#prependChild-dynamic' target='main' title='prependChild'>
#prependChild
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#prependColumn-dynamic' target='main' title='prependColumn'>
#prependColumn
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#prependNode-dynamic' target='main' title='prependNode'>
#prependNode
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#prependRow-dynamic' target='main' title='prependRow'>
#prependRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#prependSibling-dynamic' target='main' title='prependSibling'>
#prependSibling
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Event.html#preventDefault-dynamic' target='main' title='preventDefault'>
#preventDefault
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Input.html#preventInvalidInput-dynamic' target='main' title='preventInvalidInput'>
#preventInvalidInput
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#preventOverflow-dynamic' target='main' title='preventOverflow'>
#preventOverflow
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/dom.html#previousElementSibling-static' target='main' title='previousElementSibling'>
.previousElementSibling
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#printElement-static' target='main' title='printElement'>
.printElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Promise.html#progress-dynamic' target='main' title='progress'>
#progress
</a>
<small>
(CUI.Promise)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#progress-dynamic' target='main' title='progress'>
#progress
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#promise-dynamic' target='main' title='promise'>
#promise
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/Element.html#proxy-dynamic' target='main' title='proxy'>
#proxy
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI.html#proxyMethods-static' target='main' title='proxyMethods'>
.proxyMethods
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#pushOntoArray-static' target='main' title='pushOntoArray'>
.pushOntoArray
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#queue-dynamic' target='main' title='queue'>
#queue
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#queueFiles-dynamic' target='main' title='queueFiles'>
#queueFiles
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#quote-static' target='main' title='quote'>
.quote
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/MultiOutput.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.MultiOutput)
</small>
</li>
<li>
<a href='class/CUI/Table.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Table)
</small>
</li>
<li>
<a href='class/CUI/Toaster.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Toaster)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/DragDropSelect.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DragDropSelect)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/CSSLoader.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.CSSLoader)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/Prompt.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Prompt)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumper.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ObjectDumper)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/VerticalList.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.VerticalList)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Confirm.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Confirm)
</small>
</li>
<li>
<a href='class/CUI/Alert.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Alert)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/ListViewDraggable.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewDraggable)
</small>
</li>
<li>
<a href='class/CUI/FileReader.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.FileReader)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/Element.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/Input.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/ButtonHref.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ButtonHref)
</small>
</li>
<li>
<a href='class/CUI/FileUploadButton.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.FileUploadButton)
</small>
</li>
<li>
<a href='class/CUI/EmailInput.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.EmailInput)
</small>
</li>
<li>
<a href='class/CUI/ListViewHeaderColumn.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewHeaderColumn)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/Element.html#readOpts-static' target='main' title='readOpts'>
.readOpts
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchQuery.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DocumentBrowser.SearchQuery)
</small>
</li>
<li>
<a href='class/CUI/EmptyLabel.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.EmptyLabel)
</small>
</li>
<li>
<a href='class/CUI/Label.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.SearchMatch.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DocumentBrowser.SearchMatch)
</small>
</li>
<li>
<a href='class/CUI/HorizontalList.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.HorizontalList)
</small>
</li>
<li>
<a href='class/CUI/Options.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Block.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/Output.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/Event.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/Popover.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Popover)
</small>
</li>
<li>
<a href='class/CUI/Button.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Dragscroll.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Dragscroll)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#readOpts-dynamic' target='main' title='readOpts'>
#readOpts
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Element.html#readOptsFromAttr-dynamic' target='main' title='readOptsFromAttr'>
#readOptsFromAttr
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI.html#ready-static' target='main' title='ready'>
.ready
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#readyState-dynamic' target='main' title='readyState'>
#readyState
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#redo-dynamic' target='main' title='redo'>
#redo
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#redo-dynamic' target='main' title='redo'>
#redo
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#regexpMatcher-dynamic' target='main' title='regexpMatcher'>
#regexpMatcher
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Test.html#register-static' target='main' title='register'>
.register
</a>
<small>
(CUI.Test)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#registerDOMElement-dynamic' target='main' title='registerDOMElement'>
#registerDOMElement
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Events.html#registerEvent-static' target='main' title='registerEvent'>
.registerEvent
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#registerLabel-dynamic' target='main' title='registerLabel'>
#registerLabel
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#registerLabel-dynamic' target='main' title='registerLabel'>
#registerLabel
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/Select.html#registerLabel-dynamic' target='main' title='registerLabel'>
#registerLabel
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#registerTemplate-dynamic' target='main' title='registerTemplate'>
#registerTemplate
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI.html#registerTimeoutChangeCallback-static' target='main' title='registerTimeoutChangeCallback'>
.registerTimeoutChangeCallback
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#rejectedPromise-static' target='main' title='rejectedPromise'>
.rejectedPromise
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#reload-dynamic' target='main' title='reload'>
#reload
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#reload-dynamic' target='main' title='reload'>
#reload
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#reload-dynamic' target='main' title='reload'>
#reload
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#reload-dynamic' target='main' title='reload'>
#reload
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/Select.html#reload-dynamic' target='main' title='reload'>
#reload
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Input.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/DataTableNode.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.DataTableNode)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#remove-dynamic' target='main' title='remove'>
#remove
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/dom.html#remove-static' target='main' title='remove'>
.remove
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#removeAllRows-dynamic' target='main' title='removeAllRows'>
#removeAllRows
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/dom.html#removeAnimatedClone-static' target='main' title='removeAnimatedClone'>
.removeAnimatedClone
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#removeAttribute-static' target='main' title='removeAttribute'>
.removeAttribute
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Buttonbar.html#removeButtons-dynamic' target='main' title='removeButtons'>
#removeButtons
</a>
<small>
(CUI.Buttonbar)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#removeChild-dynamic' target='main' title='removeChild'>
#removeChild
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#removeChildren-static' target='main' title='removeChildren'>
.removeChildren
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#removeClass-dynamic' target='main' title='removeClass'>
#removeClass
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumnRightFill.html#removeClass-dynamic' target='main' title='removeClass'>
#removeClass
</a>
<small>
(CUI.ListViewColumnRightFill)
</small>
</li>
<li>
<a href='class/CUI/Template.html#removeClass-dynamic' target='main' title='removeClass'>
#removeClass
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/dom.html#removeClass-static' target='main' title='removeClass'>
.removeClass
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#removeClass-dynamic' target='main' title='removeClass'>
#removeClass
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#removeClass-dynamic' target='main' title='removeClass'>
#removeClass
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#removeClassFromField-dynamic' target='main' title='removeClassFromField'>
#removeClassFromField
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#removeColumns-dynamic' target='main' title='removeColumns'>
#removeColumns
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/dom.html#removeData-static' target='main' title='removeData'>
.removeData
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#removeDeferredRow-dynamic' target='main' title='removeDeferredRow'>
#removeDeferredRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Template.html#removeEmptySlots-dynamic' target='main' title='removeEmptySlots'>
#removeEmptySlots
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#removeFile-dynamic' target='main' title='removeFile'>
#removeFile
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/util.html#removeFromArray-static' target='main' title='removeFromArray'>
.removeFromArray
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#removeFromDOM-dynamic' target='main' title='removeFromDOM'>
#removeFromDOM
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#removeHelper-dynamic' target='main' title='removeHelper'>
#removeHelper
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/Map.html#removeMarker-dynamic' target='main' title='removeMarker'>
#removeMarker
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Map.html#removeMarkers-dynamic' target='main' title='removeMarkers'>
#removeMarkers
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Element.html#removeOpt-dynamic' target='main' title='removeOpt'>
#removeOpt
</a>
<small>
(CUI.Element)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#removeRow-dynamic' target='main' title='removeRow'>
#removeRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#removeSelectedClass-dynamic' target='main' title='removeSelectedClass'>
#removeSelectedClass
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#removeSelectedMarker-dynamic' target='main' title='removeSelectedMarker'>
#removeSelectedMarker
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#removeSelectedMarker-dynamic' target='main' title='removeSelectedMarker'>
#removeSelectedMarker
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#removeSelectedMarker-dynamic' target='main' title='removeSelectedMarker'>
#removeSelectedMarker
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/OutputContent.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.OutputContent)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumnEmpty.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewColumnEmpty)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/Options.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/IconMarker.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.IconMarker)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumnRightFill.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewColumnRightFill)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/Output.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/FormButton.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.FormButton)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/ListViewHeaderColumn.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewHeaderColumn)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/MultiOutput.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.MultiOutput)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeHeaderNode.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewTreeHeaderNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumnRowMoveHandle.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewColumnRowMoveHandle)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.NodeMatch.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.DocumentBrowser.NodeMatch)
</small>
</li>
<li>
<a href='class/CUI/Input.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Checkbox.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.Checkbox)
</small>
</li>
<li>
<a href='class/CUI/MapInput.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.MapInput)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#render-dynamic' target='main' title='render'>
#render
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#renderAsBlock-dynamic' target='main' title='renderAsBlock'>
#renderAsBlock
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#renderAsBlock-dynamic' target='main' title='renderAsBlock'>
#renderAsBlock
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#renderAsBlock-dynamic' target='main' title='renderAsBlock'>
#renderAsBlock
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#renderAsBlock-dynamic' target='main' title='renderAsBlock'>
#renderAsBlock
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#renderContent-dynamic' target='main' title='renderContent'>
#renderContent
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#renderContent-dynamic' target='main' title='renderContent'>
#renderContent
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#renderHTML-dynamic' target='main' title='renderHTML'>
#renderHTML
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#renderHref-dynamic' target='main' title='renderHref'>
#renderHref
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#renderTable-dynamic' target='main' title='renderTable'>
#renderTable
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#renderTable-dynamic' target='main' title='renderTable'>
#renderTable
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/SimplePane.html#replace-dynamic' target='main' title='replace'>
#replace
</a>
<small>
(CUI.SimplePane)
</small>
</li>
<li>
<a href='class/CUI/Template.html#replace-dynamic' target='main' title='replace'>
#replace
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#replace-dynamic' target='main' title='replace'>
#replace
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/dom.html#replace-static' target='main' title='replace'>
.replace
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#replace-dynamic' target='main' title='replace'>
#replace
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#replace-dynamic' target='main' title='replace'>
#replace
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#replaceRow-dynamic' target='main' title='replaceRow'>
#replaceRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#replaceSelf-dynamic' target='main' title='replaceSelf'>
#replaceSelf
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#replaceWith-static' target='main' title='replaceWith'>
.replaceWith
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#requestFullscreen-static' target='main' title='requestFullscreen'>
.requestFullscreen
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Listener.html#require-static' target='main' title='require'>
.require
</a>
<small>
(CUI.Listener)
</small>
</li>
<li>
<a href='class/CUI/Event.html#require-static' target='main' title='require'>
.require
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#reset-dynamic' target='main' title='reset'>
#reset
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#resetColWidth-dynamic' target='main' title='resetColWidth'>
#resetColWidth
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#resetDropZones-dynamic' target='main' title='resetDropZones'>
#resetDropZones
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#resetLayer-dynamic' target='main' title='resetLayer'>
#resetLayer
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#resetMargin-dynamic' target='main' title='resetMargin'>
#resetMargin
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#resetSize-dynamic' target='main' title='resetSize'>
#resetSize
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#resetTableAndFields-dynamic' target='main' title='resetTableAndFields'>
#resetTableAndFields
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI.html#resetTimeout-static' target='main' title='resetTimeout'>
.resetTimeout
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#resize-dynamic' target='main' title='resize'>
#resize
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#resize-dynamic' target='main' title='resize'>
#resize
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#resize-dynamic' target='main' title='resize'>
#resize
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI.html#resolvedPromise-static' target='main' title='resolvedPromise'>
.resolvedPromise
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#response-dynamic' target='main' title='response'>
#response
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#revertData-dynamic' target='main' title='revertData'>
#revertData
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/util.html#revertMap-static' target='main' title='revertMap'>
.revertMap
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI.html#revertMap-static' target='main' title='revertMap'>
.revertMap
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#rowAddClass-dynamic' target='main' title='rowAddClass'>
#rowAddClass
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/DataForm.html#rowHasUserData-dynamic' target='main' title='rowHasUserData'>
#rowHasUserData
</a>
<small>
(CUI.DataForm)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#rowRemoveClass-dynamic' target='main' title='rowRemoveClass'>
#rowRemoveClass
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Test.Test_MoveInArray.html#run-dynamic' target='main' title='run'>
#run
</a>
<small>
(CUI.Test.Test_MoveInArray)
</small>
</li>
<li>
<a href='class/CUI/Test_Promise.html#run-dynamic' target='main' title='run'>
#run
</a>
<small>
(CUI.Test_Promise)
</small>
</li>
<li>
<a href='class/CUI/Test.html#run-static' target='main' title='run'>
.run
</a>
<small>
(CUI.Test)
</small>
</li>
<li>
<a href='class/CUI/Test.html#run-dynamic' target='main' title='run'>
#run
</a>
<small>
(CUI.Test)
</small>
</li>
<li>
<a href='class/CUI/FileReader.html#save-static' target='main' title='save'>
.save
</a>
<small>
(CUI.FileReader)
</small>
</li>
<li>
<a href='class/CUI.html#scheduleCallback-static' target='main' title='scheduleCallback'>
.scheduleCallback
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI.html#scheduleCallbackCancel-static' target='main' title='scheduleCallbackCancel'>
.scheduleCallbackCancel
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/dom.html#scrollIntoView-static' target='main' title='scrollIntoView'>
.scrollIntoView
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#scrollIntoView-dynamic' target='main' title='scrollIntoView'>
#scrollIntoView
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#select-dynamic' target='main' title='select'>
#select
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#select-dynamic' target='main' title='select'>
#select
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Input.html#selectAll-dynamic' target='main' title='selectAll'>
#selectAll
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#selectRow-dynamic' target='main' title='selectRow'>
#selectRow
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#selectRowByDisplayIdx-dynamic' target='main' title='selectRowByDisplayIdx'>
#selectRowByDisplayIdx
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#selectRowById-dynamic' target='main' title='selectRowById'>
#selectRowById
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#setAbsolute-static' target='main' title='setAbsolute'>
.setAbsolute
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#setAbsolute-dynamic' target='main' title='setAbsolute'>
#setAbsolute
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setAbsolutePosition-static' target='main' title='setAbsolutePosition'>
.setAbsolutePosition
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setActive-dynamic' target='main' title='setActive'>
#setActive
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ItemList.html#setActiveIdx-dynamic' target='main' title='setActiveIdx'>
#setActiveIdx
</a>
<small>
(CUI.ItemList)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#setAria-dynamic' target='main' title='setAria'>
#setAria
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setAria-static' target='main' title='setAria'>
.setAria
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setAttribute-static' target='main' title='setAttribute'>
.setAttribute
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setAttributeMap-static' target='main' title='setAttributeMap'>
.setAttributeMap
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#setBackdropContent-dynamic' target='main' title='setBackdropContent'>
#setBackdropContent
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Map.html#setButtonBar-dynamic' target='main' title='setButtonBar'>
#setButtonBar
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#setCenter-dynamic' target='main' title='setCenter'>
#setCenter
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#setCenter-dynamic' target='main' title='setCenter'>
#setCenter
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#setCenter-dynamic' target='main' title='setCenter'>
#setCenter
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#setCheckChangedValue-dynamic' target='main' title='setCheckChangedValue'>
#setCheckChangedValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataFieldProxy.html#setCheckChangedValue-dynamic' target='main' title='setCheckChangedValue'>
#setCheckChangedValue
</a>
<small>
(CUI.DataFieldProxy)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setClass-static' target='main' title='setClass'>
.setClass
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#setClass-dynamic' target='main' title='setClass'>
#setClass
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setClassOnMousemove-static' target='main' title='setClassOnMousemove'>
.setClassOnMousemove
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setClock-dynamic' target='main' title='setClock'>
#setClock
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#setColWidth-dynamic' target='main' title='setColWidth'>
#setColWidth
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#setColspan-dynamic' target='main' title='setColspan'>
#setColspan
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#setColspan-dynamic' target='main' title='setColspan'>
#setColspan
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#setColumn-dynamic' target='main' title='setColumn'>
#setColumn
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#setColumnIdx-dynamic' target='main' title='setColumnIdx'>
#setColumnIdx
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/Label.html#setContent-dynamic' target='main' title='setContent'>
#setContent
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Panel.html#setContent-dynamic' target='main' title='setContent'>
#setContent
</a>
<small>
(CUI.Panel)
</small>
</li>
<li>
<a href='class/CUI/OutputContent.html#setContent-dynamic' target='main' title='setContent'>
#setContent
</a>
<small>
(CUI.OutputContent)
</small>
</li>
<li>
<a href='class/CUI/Modal.html#setContent-dynamic' target='main' title='setContent'>
#setContent
</a>
<small>
(CUI.Modal)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#setContent-dynamic' target='main' title='setContent'>
#setContent
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Block.html#setContent-dynamic' target='main' title='setContent'>
#setContent
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setContentSize-dynamic' target='main' title='setContentSize'>
#setContentSize
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Event.html#setCurrentTarget-dynamic' target='main' title='setCurrentTarget'>
#setCurrentTarget
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setCursor-dynamic' target='main' title='setCursor'>
#setCursor
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#setData-dynamic' target='main' title='setData'>
#setData
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#setData-dynamic' target='main' title='setData'>
#setData
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Select.html#setData-dynamic' target='main' title='setData'>
#setData
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/FormModal.html#setData-dynamic' target='main' title='setData'>
#setData
</a>
<small>
(CUI.FormModal)
</small>
</li>
<li>
<a href='class/CUI/Options.html#setData-dynamic' target='main' title='setData'>
#setData
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/ObjectDumperNode.html#setData-dynamic' target='main' title='setData'>
#setData
</a>
<small>
(CUI.ObjectDumperNode)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#setData-dynamic' target='main' title='setData'>
#setData
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#setDataOnInputs-dynamic' target='main' title='setDataOnInputs'>
#setDataOnInputs
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#setDataOnOthers-dynamic' target='main' title='setDataOnOthers'>
#setDataOnOthers
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#setDataOnOthers-dynamic' target='main' title='setDataOnOthers'>
#setDataOnOthers
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setDigiClock-dynamic' target='main' title='setDigiClock'>
#setDigiClock
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setDimension-static' target='main' title='setDimension'>
.setDimension
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setDimensions-static' target='main' title='setDimensions'>
.setDimensions
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#setDropClassByEvent-static' target='main' title='setDropClassByEvent'>
.setDropClassByEvent
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#setElement-dynamic' target='main' title='setElement'>
#setElement
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumnRightFill.html#setElement-dynamic' target='main' title='setElement'>
#setElement
</a>
<small>
(CUI.ListViewColumnRightFill)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#setElement-dynamic' target='main' title='setElement'>
#setElement
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumnRowMoveHandle.html#setElement-dynamic' target='main' title='setElement'>
#setElement
</a>
<small>
(CUI.ListViewColumnRowMoveHandle)
</small>
</li>
<li>
<a href='class/CUI/ListViewHeaderColumn.html#setElement-dynamic' target='main' title='setElement'>
#setElement
</a>
<small>
(CUI.ListViewHeaderColumn)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#setElementCss-dynamic' target='main' title='setElementCss'>
#setElementCss
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setEnabled-dynamic' target='main' title='setEnabled'>
#setEnabled
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#setFather-dynamic' target='main' title='setFather'>
#setFather
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#setFooterLeft-dynamic' target='main' title='setFooterLeft'>
#setFooterLeft
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/Tabs.html#setFooterRight-dynamic' target='main' title='setFooterRight'>
#setFooterRight
</a>
<small>
(CUI.Tabs)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#setForm-dynamic' target='main' title='setForm'>
#setForm
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#setFormDepth-dynamic' target='main' title='setFormDepth'>
#setFormDepth
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setGroup-dynamic' target='main' title='setGroup'>
#setGroup
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Block.html#setHeader-dynamic' target='main' title='setHeader'>
#setHeader
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/ButtonHref.html#setHref-dynamic' target='main' title='setHref'>
#setHref
</a>
<small>
(CUI.ButtonHref)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setIcon-dynamic' target='main' title='setIcon'>
#setIcon
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Block.html#setIcon-dynamic' target='main' title='setIcon'>
#setIcon
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/Label.html#setIcon-dynamic' target='main' title='setIcon'>
#setIcon
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setIconRight-dynamic' target='main' title='setIconRight'>
#setIconRight
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#setInactive-dynamic' target='main' title='setInactive'>
#setInactive
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setInputFormat-dynamic' target='main' title='setInputFormat'>
#setInputFormat
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setInputFromMoment-dynamic' target='main' title='setInputFromMoment'>
#setInputFromMoment
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setInputHint-dynamic' target='main' title='setInputHint'>
#setInputHint
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/MultiInput.html#setInputVisibility-dynamic' target='main' title='setInputVisibility'>
#setInputVisibility
</a>
<small>
(CUI.MultiInput)
</small>
</li>
<li>
<a href='class/CUI.html#setInterval-static' target='main' title='setInterval'>
.setInterval
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setInvalidHint-dynamic' target='main' title='setInvalidHint'>
#setInvalidHint
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#setItemList-dynamic' target='main' title='setItemList'>
#setItemList
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#setKeys-dynamic' target='main' title='setKeys'>
#setKeys
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#setListView-dynamic' target='main' title='setListView'>
#setListView
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI.html#setLocalStorage-static' target='main' title='setLocalStorage'>
.setLocalStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setLocale-static' target='main' title='setLocale'>
.setLocale
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#setMax-dynamic' target='main' title='setMax'>
#setMax
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#setMin-dynamic' target='main' title='setMin'>
#setMin
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setMomentFromInput-dynamic' target='main' title='setMomentFromInput'>
#setMomentFromInput
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Event.html#setNativeEvent-dynamic' target='main' title='setNativeEvent'>
#setNativeEvent
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/MouseEvent.html#setNativeEvent-dynamic' target='main' title='setNativeEvent'>
#setNativeEvent
</a>
<small>
(CUI.MouseEvent)
</small>
</li>
<li>
<a href='class/CUI/TouchEvent.html#setNativeEvent-dynamic' target='main' title='setNativeEvent'>
#setNativeEvent
</a>
<small>
(CUI.TouchEvent)
</small>
</li>
<li>
<a href='class/CUI/LayerPane.html#setPane-dynamic' target='main' title='setPane'>
#setPane
</a>
<small>
(CUI.LayerPane)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#setPane-dynamic' target='main' title='setPane'>
#setPane
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setPlaceholder-dynamic' target='main' title='setPlaceholder'>
#setPlaceholder
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#setPreferredKey-dynamic' target='main' title='setPreferredKey'>
#setPreferredKey
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setPrintClock-dynamic' target='main' title='setPrintClock'>
#setPrintClock
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/ListViewColumn.html#setRow-dynamic' target='main' title='setRow'>
#setRow
</a>
<small>
(CUI.ListViewColumn)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#setRowIdx-dynamic' target='main' title='setRowIdx'>
#setRowIdx
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/ListViewRow.html#setSelectable-dynamic' target='main' title='setSelectable'>
#setSelectable
</a>
<small>
(CUI.ListViewRow)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#setSelectedMarkerPosition-dynamic' target='main' title='setSelectedMarkerPosition'>
#setSelectedMarkerPosition
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#setSelectedMarkerPosition-dynamic' target='main' title='setSelectedMarkerPosition'>
#setSelectedMarkerPosition
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#setSelectedMarkerPosition-dynamic' target='main' title='setSelectedMarkerPosition'>
#setSelectedMarkerPosition
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#setSelectedNode-dynamic' target='main' title='setSelectedNode'>
#setSelectedNode
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setSelection-dynamic' target='main' title='setSelection'>
#setSelection
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI.html#setSessionStorage-static' target='main' title='setSessionStorage'>
.setSessionStorage
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setSize-dynamic' target='main' title='setSize'>
#setSize
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setSpellcheck-dynamic' target='main' title='setSpellcheck'>
#setSpellcheck
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/ProgressMeter.html#setState-dynamic' target='main' title='setState'>
#setState
</a>
<small>
(CUI.ProgressMeter)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#setString-dynamic' target='main' title='setString'>
#setString
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setStyle-static' target='main' title='setStyle'>
.setStyle
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setStyleOne-static' target='main' title='setStyleOne'>
.setStyleOne
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#setStylePx-static' target='main' title='setStylePx'>
.setStylePx
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Event.html#setTarget-dynamic' target='main' title='setTarget'>
#setTarget
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Output.html#setText-dynamic' target='main' title='setText'>
#setText
</a>
<small>
(CUI.Output)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#setText-dynamic' target='main' title='setText'>
#setText
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setText-dynamic' target='main' title='setText'>
#setText
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Block.html#setText-dynamic' target='main' title='setText'>
#setText
</a>
<small>
(CUI.Block)
</small>
</li>
<li>
<a href='class/CUI/Label.html#setText-dynamic' target='main' title='setText'>
#setText
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Label.html#setTextMaxChars-dynamic' target='main' title='setTextMaxChars'>
#setTextMaxChars
</a>
<small>
(CUI.Label)
</small>
</li>
<li>
<a href='class/CUI/Button.html#setTextMaxChars-dynamic' target='main' title='setTextMaxChars'>
#setTextMaxChars
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI.html#setTimeout-static' target='main' title='setTimeout'>
.setTimeout
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#setTimezone-dynamic' target='main' title='setTimezone'>
#setTimezone
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#setTree-dynamic' target='main' title='setTree'>
#setTree
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#setUrl-dynamic' target='main' title='setUrl'>
#setUrl
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setValidHint-dynamic' target='main' title='setValidHint'>
#setValidHint
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/NumberInput.html#setValue-dynamic' target='main' title='setValue'>
#setValue
</a>
<small>
(CUI.NumberInput)
</small>
</li>
<li>
<a href='class/CUI/Slider.html#setValue-dynamic' target='main' title='setValue'>
#setValue
</a>
<small>
(CUI.Slider)
</small>
</li>
<li>
<a href='class/CUI/Options.html#setValue-dynamic' target='main' title='setValue'>
#setValue
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/Input.html#setValue-dynamic' target='main' title='setValue'>
#setValue
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#setValue-dynamic' target='main' title='setValue'>
#setValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#setVisible-dynamic' target='main' title='setVisible'>
#setVisible
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#setZoom-dynamic' target='main' title='setZoom'>
#setZoom
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#setZoom-dynamic' target='main' title='setZoom'>
#setZoom
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#setZoom-dynamic' target='main' title='setZoom'>
#setZoom
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Event.html#shiftKey-dynamic' target='main' title='shiftKey'>
#shiftKey
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/WaitBlock.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.WaitBlock)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Tab.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.Tab)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Icon.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.Icon)
</small>
</li>
<li>
<a href='class/CUI/Menu.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.Menu)
</small>
</li>
<li>
<a href='class/CUI/Template.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/Button.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationChoice.html#show-dynamic' target='main' title='show'>
#show
</a>
<small>
(CUI.ConfirmationChoice)
</small>
</li>
<li>
<a href='class/CUI/Input.html#showCursor-dynamic' target='main' title='showCursor'>
#showCursor
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/dom.html#showElement-static' target='main' title='showElement'>
.showElement
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#showHorizontalTargetMarker-dynamic' target='main' title='showHorizontalTargetMarker'>
#showHorizontalTargetMarker
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeRowMove.html#showHorizontalTargetMarker-dynamic' target='main' title='showHorizontalTargetMarker'>
#showHorizontalTargetMarker
</a>
<small>
(CUI.ListViewTreeRowMove)
</small>
</li>
<li>
<a href='class/CUI/ListViewRowMove.html#showHorizontalTargetMarkerSetTarget-dynamic' target='main' title='showHorizontalTargetMarkerSetTarget'>
#showHorizontalTargetMarkerSetTarget
</a>
<small>
(CUI.ListViewRowMove)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#showMarkers-dynamic' target='main' title='showMarkers'>
#showMarkers
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#showMarkers-dynamic' target='main' title='showMarkers'>
#showMarkers
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#showMarkers-dynamic' target='main' title='showMarkers'>
#showMarkers
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Password.html#showPassword-dynamic' target='main' title='showPassword'>
#showPassword
</a>
<small>
(CUI.Password)
</small>
</li>
<li>
<a href='class/CUI/DocumentBrowser.html#showSearch-dynamic' target='main' title='showSearch'>
#showSearch
</a>
<small>
(CUI.DocumentBrowser)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#showSpinner-dynamic' target='main' title='showSpinner'>
#showSpinner
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/Tooltip.html#showTimeout-dynamic' target='main' title='showTimeout'>
#showTimeout
</a>
<small>
(CUI.Tooltip)
</small>
</li>
<li>
<a href='class/CUI/Layer.html#showTimeout-dynamic' target='main' title='showTimeout'>
#showTimeout
</a>
<small>
(CUI.Layer)
</small>
</li>
<li>
<a href='class/CUI/MultiInputControl.html#showUserControl-dynamic' target='main' title='showUserControl'>
#showUserControl
</a>
<small>
(CUI.MultiInputControl)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#showWaitBlock-dynamic' target='main' title='showWaitBlock'>
#showWaitBlock
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#sort-dynamic' target='main' title='sort'>
#sort
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/dom.html#source-static' target='main' title='source'>
.source
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#space-static' target='main' title='space'>
.space
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#span-static' target='main' title='span'>
.span
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#start-dynamic' target='main' title='start'>
#start
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI.html#start-static' target='main' title='start'>
.start
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#start-dynamic' target='main' title='start'>
#start
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#startFillScreen-dynamic' target='main' title='startFillScreen'>
#startFillScreen
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#startLayout-dynamic' target='main' title='startLayout'>
#startLayout
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Button.html#startSpinner-dynamic' target='main' title='startSpinner'>
#startSpinner
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI.html#startWebdriverTest-static' target='main' title='startWebdriverTest'>
.startWebdriverTest
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#start_drag-dynamic' target='main' title='start_drag'>
#start_drag
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#start_drag-dynamic' target='main' title='start_drag'>
#start_drag
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#start_drag-dynamic' target='main' title='start_drag'>
#start_drag
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#start_drag-dynamic' target='main' title='start_drag'>
#start_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Resizable.html#start_drag-dynamic' target='main' title='start_drag'>
#start_drag
</a>
<small>
(CUI.Resizable)
</small>
</li>
<li>
<a href='class/CUI/Movable.html#start_drag-dynamic' target='main' title='start_drag'>
#start_drag
</a>
<small>
(CUI.Movable)
</small>
</li>
<li>
<a href='class/CUI/Dragscroll.html#start_drag-dynamic' target='main' title='start_drag'>
#start_drag
</a>
<small>
(CUI.Dragscroll)
</small>
</li>
<li>
<a href='class/CUI/Promise.html#state-dynamic' target='main' title='state'>
#state
</a>
<small>
(CUI.Promise)
</small>
</li>
<li>
<a href='class/CUI/Deferred.html#state-dynamic' target='main' title='state'>
#state
</a>
<small>
(CUI.Deferred)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#status-dynamic' target='main' title='status'>
#status
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/XHR.html#statusText-dynamic' target='main' title='statusText'>
#statusText
</a>
<small>
(CUI.XHR)
</small>
</li>
<li>
<a href='class/CUI/Event.html#stop-dynamic' target='main' title='stop'>
#stop
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/Event.html#stopImmediatePropagation-dynamic' target='main' title='stopImmediatePropagation'>
#stopImmediatePropagation
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/ListView.html#stopLayout-dynamic' target='main' title='stopLayout'>
#stopLayout
</a>
<small>
(CUI.ListView)
</small>
</li>
<li>
<a href='class/CUI/Event.html#stopPropagation-dynamic' target='main' title='stopPropagation'>
#stopPropagation
</a>
<small>
(CUI.Event)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#stopQueuing-dynamic' target='main' title='stopQueuing'>
#stopQueuing
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/Button.html#stopSpinner-dynamic' target='main' title='stopSpinner'>
#stopSpinner
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#stop_drag-dynamic' target='main' title='stop_drag'>
#stop_drag
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/ListViewColResize.html#stop_drag-dynamic' target='main' title='stop_drag'>
#stop_drag
</a>
<small>
(CUI.ListViewColResize)
</small>
</li>
<li>
<a href='class/CUI/Lasso.html#stop_drag-dynamic' target='main' title='stop_drag'>
#stop_drag
</a>
<small>
(CUI.Lasso)
</small>
</li>
<li>
<a href='class/CUI/Sortable.html#stop_drag-dynamic' target='main' title='stop_drag'>
#stop_drag
</a>
<small>
(CUI.Sortable)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#storeState-dynamic' target='main' title='storeState'>
#storeState
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/Input.html#storeValue-dynamic' target='main' title='storeValue'>
#storeValue
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/Select.html#storeValue-dynamic' target='main' title='storeValue'>
#storeValue
</a>
<small>
(CUI.Select)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#storeValue-dynamic' target='main' title='storeValue'>
#storeValue
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#storeValue-dynamic' target='main' title='storeValue'>
#storeValue
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#storeValue-dynamic' target='main' title='storeValue'>
#storeValue
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/Options.html#storeValue-dynamic' target='main' title='storeValue'>
#storeValue
</a>
<small>
(CUI.Options)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#stretch-dynamic' target='main' title='stretch'>
#stretch
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI.html#stringMapReplace-static' target='main' title='stringMapReplace'>
.stringMapReplace
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#stringMapReplace-static' target='main' title='stringMapReplace'>
.stringMapReplace
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/Draggable.html#supportTouch-dynamic' target='main' title='supportTouch'>
#supportTouch
</a>
<small>
(CUI.Draggable)
</small>
</li>
<li>
<a href='class/CUI/Dragscroll.html#supportTouch-dynamic' target='main' title='supportTouch'>
#supportTouch
</a>
<small>
(CUI.Dragscroll)
</small>
</li>
<li>
<a href='class/CUI/dom.html#syncAnimatedClone-static' target='main' title='syncAnimatedClone'>
.syncAnimatedClone
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#syncDropHelper-dynamic' target='main' title='syncDropHelper'>
#syncDropHelper
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/Droppable.html#syncTargetHelper-dynamic' target='main' title='syncTargetHelper'>
#syncTargetHelper
</a>
<small>
(CUI.Droppable)
</small>
</li>
<li>
<a href='class/CUI/dom.html#table-static' target='main' title='table'>
.table
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#table_one_row-static' target='main' title='table_one_row'>
.table_one_row
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#td-static' target='main' title='td'>
.td
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Test.html#test-dynamic' target='main' title='test'>
#test
</a>
<small>
(CUI.Test)
</small>
</li>
<li>
<a href='class/CUI/Template.html#text-dynamic' target='main' title='text'>
#text
</a>
<small>
(CUI.Template)
</small>
</li>
<li>
<a href='class/CUI/dom.html#text-static' target='main' title='text'>
.text
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#text-dynamic' target='main' title='text'>
#text
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/dom.html#textEmpty-static' target='main' title='textEmpty'>
.textEmpty
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#th-static' target='main' title='th'>
.th
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#toCamel-static' target='main' title='toCamel'>
.toCamel
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#toClass-static' target='main' title='toClass'>
.toClass
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#toDash-static' target='main' title='toDash'>
.toDash
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/util.html#toDot-static' target='main' title='toDot'>
.toDot
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/IconMarker.html#toHtml-dynamic' target='main' title='toHtml'>
#toHtml
</a>
<small>
(CUI.IconMarker)
</small>
</li>
<li>
<a href='class/CUI/util.html#toHtml-static' target='main' title='toHtml'>
.toHtml
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#toMoment-static' target='main' title='toMoment'>
.toMoment
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/InputBlock.html#toString-dynamic' target='main' title='toString'>
#toString
</a>
<small>
(CUI.InputBlock)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#toString-dynamic' target='main' title='toString'>
#toString
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/CSVData.html#toText-dynamic' target='main' title='toText'>
#toText
</a>
<small>
(CUI.CSVData)
</small>
</li>
<li>
<a href='class/CUI/Button.html#toggle-dynamic' target='main' title='toggle'>
#toggle
</a>
<small>
(CUI.Button)
</small>
</li>
<li>
<a href='class/CUI/dom.html#toggleClass-static' target='main' title='toggleClass'>
.toggleClass
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Pane.html#toggleFillScreen-dynamic' target='main' title='toggleFillScreen'>
#toggleFillScreen
</a>
<small>
(CUI.Pane)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#toggleNode-dynamic' target='main' title='toggleNode'>
#toggleNode
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/dom.html#tr-static' target='main' title='tr'>
.tr
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#tr_one_row-static' target='main' title='tr_one_row'>
.tr_one_row
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Events.html#trigger-static' target='main' title='trigger'>
.trigger
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/FormPopover.html#triggerDataChanged-dynamic' target='main' title='triggerDataChanged'>
#triggerDataChanged
</a>
<small>
(CUI.FormPopover)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#triggerDataChanged-dynamic' target='main' title='triggerDataChanged'>
#triggerDataChanged
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#triggerNodeDeselect-dynamic' target='main' title='triggerNodeDeselect'>
#triggerNodeDeselect
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/ListViewTree.html#triggerNodeSelect-dynamic' target='main' title='triggerNodeSelect'>
#triggerNodeSelect
</a>
<small>
(CUI.ListViewTree)
</small>
</li>
<li>
<a href='class/CUI/dom.html#ul-static' target='main' title='ul'>
.ul
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#undo-dynamic' target='main' title='undo'>
#undo
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#undo-dynamic' target='main' title='undo'>
#undo
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DOMElement.html#unregisterDOMElement-dynamic' target='main' title='unregisterDOMElement'>
#unregisterDOMElement
</a>
<small>
(CUI.DOMElement)
</small>
</li>
<li>
<a href='class/CUI/Events.html#unregisterListener-static' target='main' title='unregisterListener'>
.unregisterListener
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#unregisterTableListeners-dynamic' target='main' title='unregisterTableListeners'>
#unregisterTableListeners
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Layout.html#unsetAbsolute-dynamic' target='main' title='unsetAbsolute'>
#unsetAbsolute
</a>
<small>
(CUI.Layout)
</small>
</li>
<li>
<a href='class/CUI/FlexHandle.html#unstretch-dynamic' target='main' title='unstretch'>
#unstretch
</a>
<small>
(CUI.FlexHandle)
</small>
</li>
<li>
<a href='class/CUI/ListViewTreeNode.html#update-dynamic' target='main' title='update'>
#update
</a>
<small>
(CUI.ListViewTreeNode)
</small>
</li>
<li>
<a href='class/CUI/DataTable.html#updateButtons-dynamic' target='main' title='updateButtons'>
#updateButtons
</a>
<small>
(CUI.DataTable)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#updateCalendar-dynamic' target='main' title='updateCalendar'>
#updateCalendar
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/DataField.html#updateData-dynamic' target='main' title='updateData'>
#updateData
</a>
<small>
(CUI.DataField)
</small>
</li>
<li>
<a href='class/CUI/DateTime.html#updateDateTimePicker-dynamic' target='main' title='updateDateTimePicker'>
#updateDateTimePicker
</a>
<small>
(CUI.DateTime)
</small>
</li>
<li>
<a href='class/CUI/SimpleForm.html#updateHint-dynamic' target='main' title='updateHint'>
#updateHint
</a>
<small>
(CUI.SimpleForm)
</small>
</li>
<li>
<a href='class/CUI/Input.html#updateInputState-dynamic' target='main' title='updateInputState'>
#updateInputState
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/MarkdownInput.html#updatePreview-dynamic' target='main' title='updatePreview'>
#updatePreview
</a>
<small>
(CUI.MarkdownInput)
</small>
</li>
<li>
<a href='class/CUI/Map.html#updateSelectedMarkerOptions-dynamic' target='main' title='updateSelectedMarkerOptions'>
#updateSelectedMarkerOptions
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Input.html#updateSelection-dynamic' target='main' title='updateSelection'>
#updateSelection
</a>
<small>
(CUI.Input)
</small>
</li>
<li>
<a href='class/CUI/ConfirmationDialog.html#updateText-dynamic' target='main' title='updateText'>
#updateText
</a>
<small>
(CUI.ConfirmationDialog)
</small>
</li>
<li>
<a href='class/CUI/FileUploadFile.html#upload-dynamic' target='main' title='upload'>
#upload
</a>
<small>
(CUI.FileUploadFile)
</small>
</li>
<li>
<a href='class/CUI/FileReaderFile.html#upload-dynamic' target='main' title='upload'>
#upload
</a>
<small>
(CUI.FileReaderFile)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#uploadFile-dynamic' target='main' title='uploadFile'>
#uploadFile
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI/FileReader.html#uploadFile-dynamic' target='main' title='uploadFile'>
#uploadFile
</a>
<small>
(CUI.FileReader)
</small>
</li>
<li>
<a href='class/CUI/FileUpload.html#uploadNextFiles-dynamic' target='main' title='uploadNextFiles'>
#uploadNextFiles
</a>
<small>
(CUI.FileUpload)
</small>
</li>
<li>
<a href='class/CUI.html#utf8ArrayBufferToString-static' target='main' title='utf8ArrayBufferToString'>
.utf8ArrayBufferToString
</a>
<small>
(CUI)
</small>
</li>
<li>
<a href='class/CUI/util.html#utoa-static' target='main' title='utoa'>
.utoa
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/dom.html#video-static' target='main' title='video'>
.video
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/Events.html#wait-static' target='main' title='wait'>
.wait
</a>
<small>
(CUI.Events)
</small>
</li>
<li>
<a href='class/CUI/dom.html#waitForDOMInsert-static' target='main' title='waitForDOMInsert'>
.waitForDOMInsert
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/dom.html#waitForDOMRemove-static' target='main' title='waitForDOMRemove'>
.waitForDOMRemove
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/WheelEvent.html#wheelDeltaY-dynamic' target='main' title='wheelDeltaY'>
#wheelDeltaY
</a>
<small>
(CUI.WheelEvent)
</small>
</li>
<li>
<a href='class/CUI/dom.html#width-static' target='main' title='width'>
.width
</a>
<small>
(CUI.dom)
</small>
</li>
<li>
<a href='class/CUI/util.html#xor-static' target='main' title='xor'>
.xor
</a>
<small>
(CUI.util)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#zoomIn-dynamic' target='main' title='zoomIn'>
#zoomIn
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#zoomIn-dynamic' target='main' title='zoomIn'>
#zoomIn
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#zoomIn-dynamic' target='main' title='zoomIn'>
#zoomIn
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/Map.html#zoomOut-dynamic' target='main' title='zoomOut'>
#zoomOut
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#zoomOut-dynamic' target='main' title='zoomOut'>
#zoomOut
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#zoomOut-dynamic' target='main' title='zoomOut'>
#zoomOut
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
<li>
<a href='class/CUI/Map.html#zoomToFitAllMarkers-dynamic' target='main' title='zoomToFitAllMarkers'>
#zoomToFitAllMarkers
</a>
<small>
(CUI.Map)
</small>
</li>
<li>
<a href='class/CUI/LeafletMap.html#zoomToFitAllMarkers-dynamic' target='main' title='zoomToFitAllMarkers'>
#zoomToFitAllMarkers
</a>
<small>
(CUI.LeafletMap)
</small>
</li>
<li>
<a href='class/CUI/GoogleMap.html#zoomToFitAllMarkers-dynamic' target='main' title='zoomToFitAllMarkers'>
#zoomToFitAllMarkers
</a>
<small>
(CUI.GoogleMap)
</small>
</li>
</ul>
</div>
</body>
</html>
|
reneviz/src/main/webapp/resources/css/components.css
|
christoff-buerger/reneviz
|
.node {
cursor: pointer;
}
.nodetext {
font: 10pt sans-serif;
}
.link {
fill: none;
stroke: #e1eff6;
}
.axis {
fill: none;
stroke: #9ecae1;
}
text {
font: 10pt sans-serif;
pointer-events: none;
}
|
backend/htmlcov/remixvr_user_models_py.html
|
viewportvr/daysinvr
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=emulateIE7" />
<title>Coverage for remixvr/user/models.py: 100%</title>
<link rel="stylesheet" href="style.css" type="text/css">
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.hotkeys.js"></script>
<script type="text/javascript" src="jquery.isonscreen.js"></script>
<script type="text/javascript" src="coverage_html.js"></script>
<script type="text/javascript">
jQuery(document).ready(coverage.pyfile_ready);
</script>
</head>
<body class="pyfile">
<div id="header">
<div class="content">
<h1>Coverage for <b>remixvr/user/models.py</b> :
<span class="pc_cov">100%</span>
</h1>
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
27 statements
<span class="run hide_run shortkey_r button_toggle_run">27 run</span>
<span class="mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc shortkey_x button_toggle_exc">0 excluded</span>
<span class="par run hide_run shortkey_p button_toggle_par">0 partial</span>
</h2>
</div>
</div>
<div class="help_panel">
<img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" />
<p class="legend">Hot-keys on this page</p>
<div>
<p class="keyhelp">
<span class="key">r</span>
<span class="key">m</span>
<span class="key">x</span>
<span class="key">p</span> toggle line displays
</p>
<p class="keyhelp">
<span class="key">j</span>
<span class="key">k</span> next/prev highlighted chunk
</p>
<p class="keyhelp">
<span class="key">0</span> (zero) top of page
</p>
<p class="keyhelp">
<span class="key">1</span> (one) first highlighted chunk
</p>
</div>
</div>
<div id="source">
<table>
<tr>
<td class="linenos">
<p id="n1" class="pln"><a href="#n1">1</a></p>
<p id="n2" class="stm run hide_run"><a href="#n2">2</a></p>
<p id="n3" class="stm run hide_run"><a href="#n3">3</a></p>
<p id="n4" class="pln"><a href="#n4">4</a></p>
<p id="n5" class="stm run hide_run"><a href="#n5">5</a></p>
<p id="n6" class="pln"><a href="#n6">6</a></p>
<p id="n7" class="stm run hide_run"><a href="#n7">7</a></p>
<p id="n8" class="stm run hide_run"><a href="#n8">8</a></p>
<p id="n9" class="pln"><a href="#n9">9</a></p>
<p id="n10" class="pln"><a href="#n10">10</a></p>
<p id="n11" class="stm run hide_run"><a href="#n11">11</a></p>
<p id="n12" class="pln"><a href="#n12">12</a></p>
<p id="n13" class="stm run hide_run"><a href="#n13">13</a></p>
<p id="n14" class="stm run hide_run"><a href="#n14">14</a></p>
<p id="n15" class="stm run hide_run"><a href="#n15">15</a></p>
<p id="n16" class="stm run hide_run"><a href="#n16">16</a></p>
<p id="n17" class="stm run hide_run"><a href="#n17">17</a></p>
<p id="n18" class="stm run hide_run"><a href="#n18">18</a></p>
<p id="n19" class="stm run hide_run"><a href="#n19">19</a></p>
<p id="n20" class="stm run hide_run"><a href="#n20">20</a></p>
<p id="n21" class="pln"><a href="#n21">21</a></p>
<p id="n22" class="stm run hide_run"><a href="#n22">22</a></p>
<p id="n23" class="pln"><a href="#n23">23</a></p>
<p id="n24" class="stm run hide_run"><a href="#n24">24</a></p>
<p id="n25" class="stm run hide_run"><a href="#n25">25</a></p>
<p id="n26" class="stm run hide_run"><a href="#n26">26</a></p>
<p id="n27" class="pln"><a href="#n27">27</a></p>
<p id="n28" class="stm run hide_run"><a href="#n28">28</a></p>
<p id="n29" class="pln"><a href="#n29">29</a></p>
<p id="n30" class="stm run hide_run"><a href="#n30">30</a></p>
<p id="n31" class="pln"><a href="#n31">31</a></p>
<p id="n32" class="stm run hide_run"><a href="#n32">32</a></p>
<p id="n33" class="pln"><a href="#n33">33</a></p>
<p id="n34" class="stm run hide_run"><a href="#n34">34</a></p>
<p id="n35" class="pln"><a href="#n35">35</a></p>
<p id="n36" class="stm run hide_run"><a href="#n36">36</a></p>
<p id="n37" class="pln"><a href="#n37">37</a></p>
<p id="n38" class="stm run hide_run"><a href="#n38">38</a></p>
<p id="n39" class="pln"><a href="#n39">39</a></p>
<p id="n40" class="stm run hide_run"><a href="#n40">40</a></p>
<p id="n41" class="pln"><a href="#n41">41</a></p>
<p id="n42" class="stm run hide_run"><a href="#n42">42</a></p>
<p id="n43" class="pln"><a href="#n43">43</a></p>
<p id="n44" class="stm run hide_run"><a href="#n44">44</a></p>
</td>
<td class="text">
<p id="t1" class="pln"><span class="com"># -*- coding: utf-8 -*-</span><span class="strut"> </span></p>
<p id="t2" class="stm run hide_run"><span class="str">"""User models."""</span><span class="strut"> </span></p>
<p id="t3" class="stm run hide_run"><span class="key">import</span> <span class="nam">datetime</span> <span class="key">as</span> <span class="nam">dt</span><span class="strut"> </span></p>
<p id="t4" class="pln"><span class="strut"> </span></p>
<p id="t5" class="stm run hide_run"><span class="key">from</span> <span class="nam">flask_jwt</span> <span class="key">import</span> <span class="nam">_default_jwt_encode_handler</span><span class="strut"> </span></p>
<p id="t6" class="pln"><span class="strut"> </span></p>
<p id="t7" class="stm run hide_run"><span class="key">from</span> <span class="nam">remixvr</span><span class="op">.</span><span class="nam">database</span> <span class="key">import</span> <span class="nam">Column</span><span class="op">,</span> <span class="nam">Model</span><span class="op">,</span> <span class="nam">SurrogatePK</span><span class="op">,</span> <span class="nam">db</span><span class="strut"> </span></p>
<p id="t8" class="stm run hide_run"><span class="key">from</span> <span class="nam">remixvr</span><span class="op">.</span><span class="nam">extensions</span> <span class="key">import</span> <span class="nam">bcrypt</span><span class="strut"> </span></p>
<p id="t9" class="pln"><span class="strut"> </span></p>
<p id="t10" class="pln"><span class="strut"> </span></p>
<p id="t11" class="stm run hide_run"><span class="key">class</span> <span class="nam">User</span><span class="op">(</span><span class="nam">SurrogatePK</span><span class="op">,</span> <span class="nam">Model</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t12" class="pln"><span class="strut"> </span></p>
<p id="t13" class="stm run hide_run"> <span class="nam">__tablename__</span> <span class="op">=</span> <span class="str">'users'</span><span class="strut"> </span></p>
<p id="t14" class="stm run hide_run"> <span class="nam">username</span> <span class="op">=</span> <span class="nam">Column</span><span class="op">(</span><span class="nam">db</span><span class="op">.</span><span class="nam">String</span><span class="op">(</span><span class="num">80</span><span class="op">)</span><span class="op">,</span> <span class="nam">unique</span><span class="op">=</span><span class="key">True</span><span class="op">,</span> <span class="nam">nullable</span><span class="op">=</span><span class="key">False</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t15" class="stm run hide_run"> <span class="nam">email</span> <span class="op">=</span> <span class="nam">Column</span><span class="op">(</span><span class="nam">db</span><span class="op">.</span><span class="nam">String</span><span class="op">(</span><span class="num">100</span><span class="op">)</span><span class="op">,</span> <span class="nam">unique</span><span class="op">=</span><span class="key">True</span><span class="op">,</span> <span class="nam">nullable</span><span class="op">=</span><span class="key">False</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t16" class="stm run hide_run"> <span class="nam">password</span> <span class="op">=</span> <span class="nam">Column</span><span class="op">(</span><span class="nam">db</span><span class="op">.</span><span class="nam">Binary</span><span class="op">(</span><span class="num">128</span><span class="op">)</span><span class="op">,</span> <span class="nam">nullable</span><span class="op">=</span><span class="key">True</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t17" class="stm run hide_run"> <span class="nam">created_at</span> <span class="op">=</span> <span class="nam">Column</span><span class="op">(</span><span class="nam">db</span><span class="op">.</span><span class="nam">DateTime</span><span class="op">,</span> <span class="nam">nullable</span><span class="op">=</span><span class="key">False</span><span class="op">,</span> <span class="nam">default</span><span class="op">=</span><span class="nam">dt</span><span class="op">.</span><span class="nam">datetime</span><span class="op">.</span><span class="nam">utcnow</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t18" class="stm run hide_run"> <span class="nam">updated_at</span> <span class="op">=</span> <span class="nam">Column</span><span class="op">(</span><span class="nam">db</span><span class="op">.</span><span class="nam">DateTime</span><span class="op">,</span> <span class="nam">nullable</span><span class="op">=</span><span class="key">False</span><span class="op">,</span> <span class="nam">default</span><span class="op">=</span><span class="nam">dt</span><span class="op">.</span><span class="nam">datetime</span><span class="op">.</span><span class="nam">utcnow</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t19" class="stm run hide_run"> <span class="nam">bio</span> <span class="op">=</span> <span class="nam">Column</span><span class="op">(</span><span class="nam">db</span><span class="op">.</span><span class="nam">String</span><span class="op">(</span><span class="num">300</span><span class="op">)</span><span class="op">,</span> <span class="nam">nullable</span><span class="op">=</span><span class="key">True</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t20" class="stm run hide_run"> <span class="nam">image</span> <span class="op">=</span> <span class="nam">Column</span><span class="op">(</span><span class="nam">db</span><span class="op">.</span><span class="nam">String</span><span class="op">(</span><span class="num">120</span><span class="op">)</span><span class="op">,</span> <span class="nam">nullable</span><span class="op">=</span><span class="key">True</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t21" class="pln"><span class="strut"> </span></p>
<p id="t22" class="stm run hide_run"> <span class="key">def</span> <span class="nam">__init__</span><span class="op">(</span><span class="nam">self</span><span class="op">,</span> <span class="nam">username</span><span class="op">,</span> <span class="nam">email</span><span class="op">,</span> <span class="nam">password</span><span class="op">=</span><span class="key">None</span><span class="op">,</span> <span class="op">**</span><span class="nam">kwargs</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t23" class="pln"> <span class="str">"""Create instance."""</span><span class="strut"> </span></p>
<p id="t24" class="stm run hide_run"> <span class="nam">db</span><span class="op">.</span><span class="nam">Model</span><span class="op">.</span><span class="nam">__init__</span><span class="op">(</span><span class="nam">self</span><span class="op">,</span> <span class="nam">username</span><span class="op">=</span><span class="nam">username</span><span class="op">,</span> <span class="nam">email</span><span class="op">=</span><span class="nam">email</span><span class="op">,</span> <span class="op">**</span><span class="nam">kwargs</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t25" class="stm run hide_run"> <span class="key">if</span> <span class="nam">password</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t26" class="stm run hide_run"> <span class="nam">self</span><span class="op">.</span><span class="nam">set_password</span><span class="op">(</span><span class="nam">password</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t27" class="pln"> <span class="key">else</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t28" class="stm run hide_run"> <span class="nam">self</span><span class="op">.</span><span class="nam">password</span> <span class="op">=</span> <span class="key">None</span><span class="strut"> </span></p>
<p id="t29" class="pln"><span class="strut"> </span></p>
<p id="t30" class="stm run hide_run"> <span class="key">def</span> <span class="nam">set_password</span><span class="op">(</span><span class="nam">self</span><span class="op">,</span> <span class="nam">password</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t31" class="pln"> <span class="str">"""Set password."""</span><span class="strut"> </span></p>
<p id="t32" class="stm run hide_run"> <span class="nam">self</span><span class="op">.</span><span class="nam">password</span> <span class="op">=</span> <span class="nam">bcrypt</span><span class="op">.</span><span class="nam">generate_password_hash</span><span class="op">(</span><span class="nam">password</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t33" class="pln"><span class="strut"> </span></p>
<p id="t34" class="stm run hide_run"> <span class="key">def</span> <span class="nam">check_password</span><span class="op">(</span><span class="nam">self</span><span class="op">,</span> <span class="nam">value</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t35" class="pln"> <span class="str">"""Check password."""</span><span class="strut"> </span></p>
<p id="t36" class="stm run hide_run"> <span class="key">return</span> <span class="nam">bcrypt</span><span class="op">.</span><span class="nam">check_password_hash</span><span class="op">(</span><span class="nam">self</span><span class="op">.</span><span class="nam">password</span><span class="op">,</span> <span class="nam">value</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t37" class="pln"><span class="strut"> </span></p>
<p id="t38" class="stm run hide_run"> <span class="op">@</span><span class="nam">property</span><span class="strut"> </span></p>
<p id="t39" class="pln"> <span class="key">def</span> <span class="nam">token</span><span class="op">(</span><span class="nam">self</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t40" class="stm run hide_run"> <span class="key">return</span> <span class="nam">_default_jwt_encode_handler</span><span class="op">(</span><span class="nam">self</span><span class="op">)</span><span class="op">.</span><span class="nam">decode</span><span class="op">(</span><span class="str">'utf-8'</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t41" class="pln"><span class="strut"> </span></p>
<p id="t42" class="stm run hide_run"> <span class="key">def</span> <span class="nam">__repr__</span><span class="op">(</span><span class="nam">self</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t43" class="pln"> <span class="str">"""Represent instance as a unique string."""</span><span class="strut"> </span></p>
<p id="t44" class="stm run hide_run"> <span class="key">return</span> <span class="str">'<User({username!r})>'</span><span class="op">.</span><span class="nam">format</span><span class="op">(</span><span class="nam">username</span><span class="op">=</span><span class="nam">self</span><span class="op">.</span><span class="nam">username</span><span class="op">)</span><span class="strut"> </span></p>
</td>
</tr>
</table>
</div>
<div id="footer">
<div class="content">
<p>
<a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io">coverage.py v4.5.1</a>,
created at 2018-10-12 21:32
</p>
</div>
</div>
</body>
</html>
|
app/containers/TodoPage/components/LinkList/styles.css
|
mclxly/react-study
|
.linkList {
}
|
gyroMaster.html
|
tty-hayashi/LindaClientDemo
|
<!DOCTYPE html>
<html>
<head>
<title>Gyro Master</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=10.0, user-scalable=yes">
<meta name="author" content="tetha" />
<script type='text/javascript' src='the.js'></script>
<link rel="stylesheet" type="text/css" href="css/3d.css">
<link rel="stylesheet" type="text/css" href="css/reset.css">
</head>
<body>
<div></div>
<p>lindaサーバーURL:
<select data-bind="options: availableServers,
value: serverUrl,
optionsCaption: '-選択してください-'"></select></p>
<button id="start">START</button>
<div id="data">
<!--
<p>tiltLR: <span data-bind="text: tiltLR"></span></p>
<p>tiltFB: <span data-bind="text: tiltFB"></span></p>
-->
</div>
<table>
<thead>
<tr>
<th>handle</th><th>gX</th><th>gY</th><th>gZ</th>
</tr>
</thead>
<tbody data-bind="foreach: workers">
<tr>
<td data-bind="text: handleName"></td>
<td data-bind="text: gX"></td>
<td data-bind="text: gY"></td>
<td data-bind="text: gZ"></td>
</tr>
</tbody>
</table>
<ul id="output-list"></ul>
<script type='text/javascript'>
require(['app'], function (amber) {
amber.initialize({
//used for all new packages in IDE
'transport.defaultAmdNamespace': "amber-lindaclient"
});
require(["amber-ide-starter-dialog"], function (dlg) { dlg.start(); });
amber.globals.LindaGyroMaster._start();
});
</script>
</body>
</html>
|
analysis/sample_tables/zh/ns0/zh_ns0_sample_other_w__per_justification.html
|
halfak/are-the-bots-really-fighting
|
<a name='other w/ per justification'><h1>other w/ per justification</h1></a>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>reverting_id</th>
<th>reverting_user_text</th>
<th>rev_user_text</th>
<th>reverting_comment</th>
<th>diff</th>
</tr>
</thead>
<tbody>
<tr>
<th>29532</th>
<td>10183151</td>
<td>JAnDbot</td>
<td>TXiKiBoT</td>
<td>機器人 移除: [[he:Parts Per Million (כבול)]]</td>
<td>--- \n<br/>+++ \n<br/>@@ -25,7 +25,6 @@\n<br/> [[es:Partes por millón]]<br/> [[fi:Ppm]]<br/> [[fr:Partie par million]]<br/>-[[he:Parts Per Million (כבול)]]<br/> [[hu:Ezreléknél kisebb részek]]<br/> [[it:Parti per milione]]<br/> [[ja:Ppm]]</td>
</tr>
<tr>
<th>31771</th>
<td>13495008</td>
<td>SieBot</td>
<td>Sz-iwbot</td>
<td>機器人 新增: [[es:Anexo:Los 500 mejores álbumes de todos los tiempos según Rolling Stone]]</td>
<td>--- \n<br/>+++ \n<br/>@@ -2019,6 +2019,7 @@\n<br/> [[cs:Rolling Stone - 500 nejlepších alb všech dob]]<br/> [[de:500 beste Alben aller Zeiten (Rolling Stone)]]<br/> [[en:The 500 Greatest Albums of All Time]]<br/>+[[es:Anexo:Los 500 mejores álbumes de todos los tiempos según Rolling Stone]]<br/> [[et:Rolling Stone'i kõigi aegade 500 parema albumi loend]]<br/> [[fi:500 Greatest Albums of All Time]]<br/> [[fr:Les 500 plus grands albums de tous les temps selon Rolling Stone]]</td>
</tr>
<tr>
<th>32083</th>
<td>15638911</td>
<td>WikitanvirBot</td>
<td>Xqbot</td>
<td>r2.7.1) (機器人 修改: [[it:Convocazioni per il campionato mondiale di calcio 2010]]</td>
<td>--- \n<br/>+++ \n<br/>@@ -213,7 +213,7 @@\n<br/> [[fr:Effectifs de la Coupe du monde de football 2010]]<br/> [[hu:2010-es labdarúgó-világbajnokság (keretek)]]<br/> [[id:Skuat Piala Dunia FIFA 2010]]<br/>-[[it:Convocazioni per la fase finale del campionato mondiale di calcio 2010]]<br/>+[[it:Convocazioni per il campionato mondiale di calcio 2010]]<br/> [[ja:2010 FIFAワールドカップ参加チーム]]<br/> [[ko:2010년 FIFA 월드컵 선수 명단]]<br/> [[lt:Sąrašas:XIX pasaulio futbolo čempionato komandų sudėtys]]</td>
</tr>
<tr>
<th>33295</th>
<td>18606712</td>
<td>Ripchip Bot</td>
<td>WikitanvirBot</td>
<td>r2.7.1) (機器人 移除: [[lt:Pay per click]]</td>
<td>--- \n<br/>+++ \n<br/>@@ -98,7 +98,6 @@\n<br/> [[ja:クリック報酬型広告]]<br/> [[kn:ಪೇ-ಪರ್-ಕ್ಲಿಕ್]]<br/> [[ko:클릭당 지불]]<br/>-[[lt:Pay per click]]<br/> [[ms:Bayar per klik]]<br/> [[nl:Pay-per-click]]<br/> [[no:Betalt søkemotorannonsering]]</td>
</tr>
<tr>
<th>33296</th>
<td>18606879</td>
<td>WikitanvirBot</td>
<td>Ripchip Bot</td>
<td>r2.7.1) (機器人 移除: [[lt:Pay per click]]</td>
<td>--- \n<br/>+++ \n<br/>@@ -98,7 +98,6 @@\n<br/> [[ja:クリック報酬型広告]]<br/> [[kn:ಪೇ-ಪರ್-ಕ್ಲಿಕ್]]<br/> [[ko:클릭당 지불]]<br/>-[[lt:Pay per click]]<br/> [[ms:Bayar per klik]]<br/> [[nl:Pay-per-click]]<br/> [[no:Betalt søkemotorannonsering]]</td>
</tr>
<tr>
<th>38248</th>
<td>15958535</td>
<td>ChuispastonBot</td>
<td>MystBot</td>
<td>r2.7.1) (機器人 移除: [[it:Forze armate per Stato]]</td>
<td>--- \n<br/>+++ \n<br/>@@ -254,4 +254,3 @@\n<br/> <br/> [[en:List of militaries by country]]<br/> [[fr:Armées nationales]]<br/>-[[it:Forze armate per Stato]]</td>
</tr>
</tbody>
</table>
|
docs/class/ApplicationLayout.html
|
TackRPI/tack_cordova
|
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>CoffeeScript API Documentation</title>
<script src='../javascript/application.js'></script>
<script src='../javascript/search.js'></script>
<link rel='stylesheet' href='../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../'></div>
<div id='header'>
<div id='menu'>
<a href='../extra/README.md.html' title='Tack_cordova'>
Tack_cordova
</a>
»
<a href='../alphabetical_index.html' title='Index'>
Index
</a>
»
<span class='title'>ApplicationLayout</span>
</div>
</div>
<div id='content'>
<h1>
Class:
ApplicationLayout
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>app/coffee/application/views/layout.coffee</td>
</tr>
<tr>
<td>Inherits:</td>
<td>
Marionette.LayoutView
</td>
</tr>
</table>
<h2>Overview</h2>
<div class='docstring'>
<p>ApplicationLayout class definition
Defines a Marionette.LayoutView to manage
top-level application regions</p>
</div>
<div class='tags'>
</div>
<h2>Variables Summary</h2>
<dl class='constants'>
<dt id='el-variable'>
el
=
</dt>
<dd>
<pre><code class='coffeescript'>'body'</code></pre>
</dd>
<dt id='template-variable'>
template
=
</dt>
<dd>
<pre><code class='coffeescript'>false</code></pre>
</dd>
<dt id='regions-variable'>
regions
=
</dt>
<dd>
<pre><code class='coffeescript'>{
headerRegion: '[data-region=header]',
flashRegion: '[data-region=flash]',
sidebarRegion: '[data-region=sidebar]',
modalRegion: {
selector: '[data-region=modal]',
regionClass: require('../regions/modalRegion')
},
mainRegion: {
selector: '[data-region=main]',
regionClass: require('../regions/animatedRegion'),
inAnimation: 'fadeInUp',
outAnimation: 'fadeOutDown'
}
}</code></pre>
</dd>
</dl>
</div>
<div id='footer'>
By
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.1.2
✲
Press H to see the keyboard shortcuts
✲
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
✲
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html>
|
Reports/el/eleven41.extensions.1.2.0/Eleven41.Extensions-net35-client.html
|
kuhlenh/port-to-core
|
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
abbf5083-0d7f-4e1b-bc6e-e29bdde4d80f
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Eleven41.Extensions">Eleven41.Extensions</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html>
|
src/assets/css/wx-nav.css
|
bearDream/JueWxApp
|
#wx-nav nav{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;overflow:hidden;height:50px;padding-top:8px;background:#f9f9f9;font-size:12px}#wx-nav nav dl{cursor:pointer;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;text-align:center;line-height:1}#wx-nav nav dl.router-link-active dd,#wx-nav nav dl.router-link-active dt{color:#59850b}#wx-nav nav dt{position:relative;width:28px;height:28px;margin:0 auto;font-size:28px;color:#797979;margin-bottom:2px}#wx-nav nav dd{color:#929292;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}
|
cocos2d/MissileCommand/index.html
|
jucimarjr/html5games
|
<!DOCTYPE html>
<html>
<head>
<title>Missile Command</title>
<script src="cocos2d.js"></script>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
</head>
<body>
<canvas id="GC"></canvas>
</body>
</html>
|
statics/webpages/resetting_invalid.html
|
Filix/dngu
|
<!DOCTYPE html>
<html lang="en">
<head>
<!-- start: Meta -->
<meta charset="utf-8" />
<title>Better.com</title>
<meta name="description" content="Better.com" />
<meta name="keywords" content="Better.com" />
<meta name="author" content="" />
<!-- end: Meta -->
<!-- start: Mobile Specific -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- end: Mobile Specific -->
<!-- start: Facebook Open Graph -->
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<!-- end: Facebook Open Graph -->
<!-- start: CSS -->
<link href="css/bootstrap/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/layerslider.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 9 ]>
<link href="css/styleIE.css" rel="stylesheet">
<![endif]-->
<!--[if IE 9 ]>
<link href="css/styleIE9.css" rel="stylesheet">
<![endif]-->
<!-- end: CSS -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<!--start: Header -->
<header>
<!--start: Container -->
<div class="container">
<!--start: Navigation -->
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html">Better.com</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html">首页</a></li>
<li><a href="album.html">相册</a></li>
<li><a href="diaries.html">日志</a></li>
<li><a href="wiki.html">Wiki</a></li>
</ul>
</div>
<div class="nav pull-right">
<ul class="nav">
<li><a href="login.html">登陆</a></li>
<li><a href="register.html">注册</a></li>
</ul>
</div>
</div>
</div>
<!--end: Navigation -->
</div>
<!--end: Container-->
</header>
<!--end: Header-->
<!--start: Container -->
<div class="container">
<!-- start: Page Title -->
<div class="row-fluid">
<div id="page-title" class="span4 offset4">
<h2>找回密码</h2>
</div>
</div>
<!-- end: Page Title -->
<!--start: Wrapper-->
<div class="row-fluid">
<div id="wrapper" class="full lr-page span4 offset4">
<!-- start: Row -->
<div class="row-fluid">
<div id="login-form" class="span12">
<div class="page-title-small">
<h3>找回密码</h3>
</div>
<h4>无效的用户名或邮箱</h4>
<h4><a href="">重新操作</a></h4>
</div>
</div>
<!-- end: Row -->
</div>
<!-- end: Wrapper -->
</div>
<!-- end: Container -->
<!-- start: Under Footer -->
<div id="under-footer" class="navbar-fixed-bottom">
<!-- start: Container -->
<div class="container">
<!-- start: Row -->
<div class="row-fluid">
<!-- start: Under Footer Logo -->
<div class="span2">
<div id="under-footer-logo">
<a class="brand" href="/index.html">Better.com</a>
</div>
</div>
<!-- end: Under Footer Logo -->
<!-- start: Under Footer Copyright -->
<div class="span9">
<div id="under-footer-copyright">
© 2013, <a href="http://clabs.co">creativeLabs</a>. Designed by <a href="http://clabs.co">creativeLabs</a> in Poland <img src="img/poland.png" alt="Poland" style="margin-top:-4px" />
</div>
</div>
<!-- end: Under Footer Copyright -->
<!-- start: Under Footer Back To Top -->
<div class="span1">
<div id="under-footer-back-to-top">
<a href="#"></a>
</div>
</div>
<!-- end: Under Footer Back To Top -->
</div>
<!-- end: Row -->
</div>
<!-- end: Container -->
</div>
<!-- end: Under Footer -->
<!-- start: Java Script -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery/jquery-1.8.2.js"></script>
<script src="js/bootstrap/bootstrap.js"></script>
<!-- end: Java Script -->
</body>
</html>
|
404.html
|
yudhasetiawan/yudhasetiawan.github.io
|
---
layout: page
title: 404
permalink: /404.html
---
<section class="container full-width" role="main">
<div id="content" class="header-section font star-avenue">
<div style="font-family: 'Dosis'; font-size: 100px; line-height: 1;">404</div>
</div>
<div id="content" class="full-width font star-avenue">
<p class="text-center">What? There's nothing here. Please bring me <a href="{{ site.url }}">back</a>.</p>
</div>
</section>
|
app/views/apps/sprint-5/views/case/notes.html
|
paulmsmith/fes-work-management
|
{% set page = {
section: "work list",
subsection: "Notes (1 new)"
} %}
{% extends currentApp.filePaths.layoutsDir + "case.html" %}
{% block subsection_primary %}
<h3 class="heading-large mt-0">Notes</h3>
<p class="text">Case notes are a great way of adding extra information for a case, just remember keep it brief and notify the case owner if applicable.</p>
<form>
<fieldset>
<div class="form-group">
<legend class="visually-hidden">Your note</legend>
<label class="form-label" for="add-comment">Your note</label>
<textarea class="form-control form-control-1-1 span-width" id="add-comment" rows="4"></textarea>
</div>
<div class="form-group">
<legend class="visuallyhidden">Form Navigation</legend>
<input type="submit" value="Post note" class="button" id="submitButton" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
</div>
</fieldset>
</form>
<hr>
<h4 class="heading-small">James wicker - 16 Nov 2016</h4>
<p class="">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas
sit aspernatur aut odit aut fugit, sed quia
</p>
<hr>
<h4 class="heading-small">Larissa wilson - 5 Nov 2016</h4>
<p class="">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas
sit aspernatur aut odit aut fugit, sed quia
</p>
<hr>
<h4 class="heading-small">Finley Davies - 30 Oct 2016</h4>
<p class="">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas
sit aspernatur aut odit aut fugit, sed quia
</p>
{% endblock %}
|
app/views/includes/pages/calculated-feature.html
|
gavinelliott/gysp
|
<div class="grid-row">
<div class="column-two-thirds js-hidden" id="amount">
<br/>
<div class="highlighted-event" style="padding: 60px; background-color: #28a197; color: #fff; text-align: center;">
<div style="font-size: 24px; font-weight: bold; clear:both;">Your State Pension will be</div>
<div style="font-size: 56px; font-weight: bold;">£113.10 a week</div>
</div>
<div>
<h3 class="heading-small">
How your weekly State Pension is made up:
</h3>
<table>
<tbody>
<tr>
<td class="heading-small no-border">New State Pension</td>
<td class="heading-small no-border align-right">£86.34</td>
</tr>
<tr>
<td>New State Pension is the State Pension Scheme for people who reach State Pension age on or after 6 April 2016. New State Pension amount is the weekly amount you can get based on the National Insurance contributions you have paid or have been credited with up to the full rate of new State Pension.<br/>
<br/>National Insurance contributions or credits on your National Insurance record before and after 6 April 2016 have counted towards your new State Pension.</td>
<td></td>
</tr>
<tr>
<td class="heading-small no-border">Protected Payment</td>
<td class="heading-small no-border">£20.00</td>
</tr>
<tr>
<td>Your Protected Payment is an extra amount on top of the full rate of the new State Pension. You will have a Protected Payment if one of the following applies:
<br/>
<br/>• Your starting amount was more than the full rate of the new State Pension. Your National Insurance record before 6 April 2016 was used to calculate your starting amount in the new scheme.
<br/>
<br/>• You have inherited some of your late spouse or civil partner’s State Pension and because of this, the amount of your award is more than the full rate of the new State Pension.
</td>
<td></td>
</tr>
<tr>
<td class="heading-small no-border">Extra State Pension</td>
<td class="heading-small no-border">£6.76</td>
</tr>
<tr>
<td>Extra State Pension because you put off getting your State Pension.</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<fieldset>
<legend>
<span class="form-label">
</span>
</legend>
</fieldset>
<br/>
<div class="form-group">
<input type="submit" class="button" value="Add payment details">
<!-- <a href="bank-details" class="button" value="Submit">Continue</a> -->
</div>
</div>
<!-- </form> -->
</div>
<div id="waiting">
<center><div class="loader">Loading...</div></div>
</div>
</div>
|
demo_simple.html
|
jonathanweiss/component-manager
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ComponentManger | Demo</title>
<link href='https://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'>
<style type="text/css">
* {
font-family: 'Crimson Text', serif;
}
button {
font-size: 1rem;
}
</style>
<script src="https://code.jquery.com/jquery-3.1.0.slim.min.js" integrity="sha256-cRpWjoSOw5KcyIOaZNo4i6fZ9tKPhYYb6i5T9RSVJG8=" crossorigin="anonymous"></script>
<script src="src/manager.js"></script>
<script src="demo/jquery.loadKittens.js"></script>
<script src="demo/jquery.fakeLatin.js"></script>
</head>
<body>
<h1>Demo</h1>
<button id="addComponent">Add random component</button>
<button id="removeComponent">Remove last component</button>
<div id="component-container"></div>
<script type="text/javascript">
// Register the first component: a simple jQuery plugin that loads images of kittens
ComponentManager.register(
'loadkittens',
function(addedNode) {
// If the plugins uses options, those can be passed to the plugin here
$(addedNode).loadKittens();
},
function(removedNode) {
// Call the destructor to allow the plugin to tear down
$(removedNode).data('plugin_loadKittens').destroy();
}
);
// Register the second component: a simple jQuery plugin that displays parts of "lorem ipsum"
ComponentManager.register(
'fakelatin',
function(addedNode) {
$(addedNode).fakeLatin();
},
function(removedNode) {
$(removedNode).data('plugin_fakeLatin').destroy();
}
);
// Tell the component manager to start listening for changes to the DOM
ComponentManager.init();
// UI code for this demo
var addComponent = function() {
var divElement = document.createElement('div');
var componentName = Math.round(Math.random()) === 1 ? 'loadkittens' : 'fakelatin';
divElement.innerHTML = '<div data-component-name="' + componentName + '"></div>';
document.body.querySelector('#component-container').appendChild(divElement);
};
var removeComponent = function () {
var container = document.body.querySelector('#component-container');
var components = container.childNodes;
if (components.length) {
container.removeChild(components[components.length - 1]);
}
};
document.querySelector('#addComponent').addEventListener('click', addComponent, false);
document.querySelector('#removeComponent').addEventListener('click', removeComponent, false);
</script>
</body>
</html>
|
doc/threesixty/data/tags/InterpolationTag.html
|
elordin/threesixty
|
<!DOCTYPE html >
<html>
<head>
<title>InterpolationTag - threesixty.data.tags.InterpolationTag</title>
<meta name="description" content="InterpolationTag - threesixty.data.tags.InterpolationTag" />
<meta name="keywords" content="InterpolationTag threesixty.data.tags.InterpolationTag" />
<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 = 'threesixty.data.tags.InterpolationTag';
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">
<img alt="Trait" src="../../../lib/trait_big.png" />
<p id="owner"><a href="../../package.html" class="extype" name="threesixty">threesixty</a>.<a href="../package.html" class="extype" name="threesixty.data">data</a>.<a href="package.html" class="extype" name="threesixty.data.tags">tags</a></p>
<h1>InterpolationTag</h1><h3><span class="morelinks"><div>Related Doc:
<a href="package.html" class="extype" name="threesixty.data.tags">package tags</a>
</div></span></h3><span class="permalink">
<a href="../../../index.html#threesixty.data.tags.InterpolationTag" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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">InterpolationTag</span><span class="result"> extends <a href="Tag.html" class="extype" name="threesixty.data.tags.Tag">Tag</a></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"><p> Identifies whether data is interpolated data or from the original dataset
</p></div><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><a href="Tag.html" class="extype" name="threesixty.data.tags.Tag">Tag</a>, <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="Interpolated$.html" class="extype" name="threesixty.data.tags.Interpolated">Interpolated</a>, <a href="Original$.html" class="extype" name="threesixty.data.tags.Original">Original</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="threesixty.data.tags.InterpolationTag"><span>InterpolationTag</span></li><li class="in" name="threesixty.data.tags.Tag"><span>Tag</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>
</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>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#threesixty.data.tags.InterpolationTag@!=(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@##():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@==(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@asInstanceOf[T0]:T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@clone():Object" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@equals(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@finalize():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@getClass():Class[_]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@hashCode():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@isInstanceOf[T0]:Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@notify():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@notifyAll():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@synchronized[T0](x$1:=>T0):T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@toString():String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@wait():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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#threesixty.data.tags.InterpolationTag@wait(x$1:Long):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" alt="Permalink" />
</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="threesixty.data.tags.Tag">
<h3>Inherited from <a href="Tag.html" class="extype" name="threesixty.data.tags.Tag">Tag</a></h3>
</div><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>
|
templates/signup_form.html
|
texib/bitcoin-zoo
|
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Signup" %} wtf{% endblock %}
{% block content %}
<div class="panel panel-primary">
<div class="panel-heading">Sign up</div>
<div class="panel-body">
<form action='' method="post" class="form-horizontal">
{% csrf_token %}
{{ form.non_field_errors }}
{% for field in form %}
{{ field.errors }}
{% comment %} Displaying checkboxes differently {% endcomment %}
{% if field.name == 'tos' %}
<p class="checkbox">
<label for="id_{{ field.name }}">{{ field }} {{ field.label }}</label>
</p>
{% else %}
<div class="form-group">
<div class='col-md-3'>
{{ field.label_tag }}
</div>
<div class="col-md-3">
{{ field }}
</div>
</div>
{% endif %}
{% endfor %}
<input class="btn btn-info" type="submit" value="{% trans "Signup"%}" />
</form>
</div>
</div>
{% endblock %}
|
html/234567146859.html
|
GoC-Spending/data-corporations
|
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Dalley Froggatt Heritage Conservation Services -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492279328057&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=12837&V_SEARCH.docsStart=12836&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=12835&V_DOCUMENT.docRank=12836&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492279346568&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567106505&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=12837&V_DOCUMENT.docRank=12838&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492279346568&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567002397&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Dalley Froggatt Heritage Conservation Services
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Dalley Froggatt Heritage Conservation Services</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.dfhcs.com"
target="_blank" title="Website URL">http://www.dfhcs.com</a></p>
<p><a href="mailto:dfhcs@mts.net" title="dfhcs@mts.net">dfhcs@mts.net</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
217 Lipton St<br/>
WINNIPEG,
Manitoba<br/>
R3G 2G8
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(204) 223-3056
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(204) 261-4827</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> DFHCS provides expert conservation services and high quality products that assist in the preservation, display and accessibility of heritage, private, and archival collections.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Jane
Dalley
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 223-3056
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 261-4827
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dfhcs@mts.net
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541619 - Other Management Consulting Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Storage and Display Products<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Products for the preservation, display and accessibility of heritage, private and archival collections. <br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Conservation of cultural heritage <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
The staff of DFHCS assist museum, archival and other heritage professionals in preserving buildings, sites, collections and holdings in a practical and cost-effective manner through planning and assessment.
<br>
We offer environmental monitoring and control, pest management, disaster response and business resumption, and the conservation treatment of museum and archival collections.
<br>
<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Jane
Dalley
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 223-3056
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 261-4827
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dfhcs@mts.net
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541619 - Other Management Consulting Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Storage and Display Products<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Products for the preservation, display and accessibility of heritage, private and archival collections. <br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Conservation of cultural heritage <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
The staff of DFHCS assist museum, archival and other heritage professionals in preserving buildings, sites, collections and holdings in a practical and cost-effective manner through planning and assessment.
<br>
We offer environmental monitoring and control, pest management, disaster response and business resumption, and the conservation treatment of museum and archival collections.
<br>
<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-04-19
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
modules/thc_Web/www_jqmobile/thc_Web.css
|
Drolla/thc
|
/**** JQuery Mobile default overriding ****/
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
padding: 3px;
}
.label-value {
font-weight: 700;
}
.device_container {
/* background-color: red; */
border: 2pt solid; // #38f;
border-radius: 0.4em;
}
|
src/local.css
|
hashbang/hashbang.sh
|
* {
text-indent:-9999px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
html {
background:black;
color:black;
}
body {
display:block;
position:fixed;
color:#DDD;
overflow:hidden;
width: 100%;
height: 100%;
top: 0px;
right: 0px;
display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}
h1 {
text-indent:0px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
line-height:0px;
font-size:280px;
text-align: center;
}
a {
color:white;
text-decoration:none;
text-align: center;
}
code {
text-indent:0px;
display:block;
font-size:20px;
}
|
_site/lrthw/2016/06/28/lrhw-27.html
|
Ljzn/ljzn.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/static/img/ruby.ico" />
<title>笨方法学Ruby第二十七天 - LJZN</title>
<meta name="author" content="LJZN" />
<meta name="description" content="笨方法学Ruby第二十七天" />
<meta name="keywords" content="笨方法学Ruby第二十七天, LJZN, LRTHW" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/static/css/syntax.css">
<!-- Bootstrap core CSS -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="/static/css/main.css">
</head>
<body>
<div class="container">
<div class="col-sm-3">
<a href="/"><img id="about" src="/static/img/ruby.png" height="75px" width="75px" /></a>
<h1 class="author-name">LJZN</h1>
<div id="about">
每天更新Rails练习项目到Github~
</div>
<hr size=2>
» <a href="/">Home</a> <br />
» <a href="/category/original">Category</a> <br />
» <a class="about" href="/about/">About Me</a><br />
» <a class="about" href="https://github.com/ljzn">Github</a><br />
</div>
<div class="col-sm-8 col-offset-1">
<h1>笨方法学Ruby第二十七天</h1>
<span class="time">28 Jun 2016</span>
<span class="categories">
» <a href="/category/LRTHW">LRTHW</a>
</span>
<div class="content">
<div class="post">
<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="c1"># 或非什么都不会才是真的</span>
<span class="c1"># 与非什么都会才是假的</span></code></pre></figure>
</div>
</div>
<div class="panel-body">
<h4>Related Posts</h4>
<ul>
<li class="relatedPost">
<a href="https://ljzn.github.io/lrthw/2016/07/10/lrhw-50.html">50sinatra建造网站</a>
(Categories: <a href="/category/LRTHW">LRTHW</a>)
</li>
<li class="relatedPost">
<a href="https://ljzn.github.io/lrthw/2016/07/09/lrhw-49.html">49创建句子</a>
(Categories: <a href="/category/LRTHW">LRTHW</a>)
</li>
<li class="relatedPost">
<a href="https://ljzn.github.io/lrthw/2016/07/08/lrhw-48.html">48进阶用户输入</a>
(Categories: <a href="/category/LRTHW">LRTHW</a>)
</li>
<li class="relatedPost">
<a href="https://ljzn.github.io/lrthw/2016/07/08/lrhw-47.html">47自动化测试</a>
(Categories: <a href="/category/LRTHW">LRTHW</a>)
</li>
<li class="relatedPost">
<a href="https://ljzn.github.io/lrthw/2016/07/06/lrhw-46.html">46项目骨架</a>
(Categories: <a href="/category/LRTHW">LRTHW</a>)
</li>
<li class="relatedPost">
<a href="https://ljzn.github.io/lrthw/2016/07/05/lrhw-45.html">45制作一个游戏</a>
(Categories: <a href="/category/LRTHW">LRTHW</a>)
</li>
</ul>
</div>
<div class="PageNavigation">
<a class="prev" href="/lrthw/2016/06/28/lrhw-26.html">« 笨方法学Ruby第二十六天</a>
<a class="next" href="/lrthw/2016/06/28/lrhw-28.html">笨方法学Ruby第二十八天 »</a>
</div>
<div class="disqus-comments">
<div id="disqus_thread"></div>
<script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//ljzn.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
<footer>
© LJZN
- <a href="https://github.com/ljzn">https://github.com/ljzn</a> - Powered by Jekyll.
</footer>
</div><!-- end /.col-sm-8 -->
</div><!-- end /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script id="dsq-count-scr" src="//ljzn.disqus.com/count.js" async></script>
</body>
</html>
|
_layouts/blog.html
|
cathydutton/my-site
|
{% include head.html %}
{% include sidebar.html %}
<div class="content">
<main id="main">
<header role="banner" class="header">
<h1 class="heading"><span class="heading__intro">{{ page.intro }}</span>{{ page.heading }}</h1>
</header>
{{ content }}
</main>
{% include footer.html %}
</div>
<!-- Script includes -->
<script src="../assets/js/main.min.js"></script>
<!-- Cookie banner JS -->
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({})});
</script>
<!-- <script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//cathyduttoncouk.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
-->
<!-- <script id="dsq-count-scr" src="//cathydutton.disqus.com/count.js" async></script> -->
<!-- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<!-- New blog -->
<!-- <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5080086399779144"
data-ad-slot="8794319910"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/serviceWorker.js').then(function(registration) {
}).catch(function(err) {
});
});
}
</script>
</body>
</html>
|
_layouts/base.html
|
irontiga/materiyll
|
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header>
{% include header.html %}
</header>
<main>
<div id="main-content">
{{ content }}
{% include footer.html %}
</div>
</main>
<div class="ripple-wrapper">
<div class="ripple"></div>
</div>
{% include js.html %}
</body>
</html>
|
google-play-services_lib/docs/reference/com/google/android/gms/common/data/DataBuffer.html
|
CMPUT301W15T05/TrackerExpress
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/x-icon" href="../../../../../../../favicon.ico" />
<title>DataBuffer | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto+Condensed">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
title="roboto">
<link href="../../../../../../../assets/css/default.css?v=5" rel="stylesheet" type="text/css">
<!-- FULLSCREEN STYLESHEET -->
<link href="../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
type="text/css">
<!-- JAVASCRIPT -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="../../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script>
<script type="text/javascript">
var toRoot = "../../../../../../../";
var metaTags = [];
var devsite = false;
</script>
<script src="../../../../../../../assets/js/docs.js?v=3" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5831155-1', 'android.com');
ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker);
ga('send', 'pageview');
ga('universal.send', 'pageview'); // Send page view for new tracker.
</script>
</head>
<body class="gc-documentation
develop reference" itemscope itemtype="http://schema.org/Article">
<div id="doc-api-level" class="" style="display:none"></div>
<a name="top"></a>
<a name="top"></a>
<!-- dialog to prompt lang pref change when loaded from hardcoded URL
<div id="langMessage" style="display:none">
<div>
<div class="lang en">
<p>You requested a page in English, would you like to proceed with this language setting?</p>
</div>
<div class="lang es">
<p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p>
</div>
<div class="lang ja">
<p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p>
</div>
<div class="lang ko">
<p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p>
</div>
<div class="lang ru">
<p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p>
</div>
<div class="lang zh-cn">
<p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p>
</div>
<div class="lang zh-tw">
<p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p>
</div>
<a href="#" class="button yes" onclick="return false;">
<span class="lang en">Yes</span>
<span class="lang es">Sí</span>
<span class="lang ja">Yes</span>
<span class="lang ko">Yes</span>
<span class="lang ru">Yes</span>
<span class="lang zh-cn">是的</span>
<span class="lang zh-tw">没有</span>
</a>
<a href="#" class="button" onclick="$('#langMessage').hide();return false;">
<span class="lang en">No</span>
<span class="lang es">No</span>
<span class="lang ja">No</span>
<span class="lang ko">No</span>
<span class="lang ru">No</span>
<span class="lang zh-cn">没有</span>
<span class="lang zh-tw">没有</span>
</a>
</div>
</div> -->
<!-- Header -->
<div id="header-wrapper">
<div id="header">
<div class="wrap" id="header-wrap">
<div class="col-3 logo">
<a href="../../../../../../../index.html">
<img src="../../../../../../../assets/images/dac_logo.png"
srcset="../../../../../../../assets/images/dac_logo@2x.png 2x"
width="123" height="25" alt="Android Developers" />
</a>
<div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a>
<a href="#" class="arrow-active">Quicknav</a>
</div>
</div>
<ul class="nav-x col-9">
<li class="design">
<a href="../../../../../../../design/index.html"
zh-tw-lang="設計"
zh-cn-lang="设计"
ru-lang="Проектирование"
ko-lang="디자인"
ja-lang="設計"
es-lang="Diseñar"
>Design</a></li>
<li class="develop"><a href="../../../../../../../develop/index.html"
zh-tw-lang="開發"
zh-cn-lang="开发"
ru-lang="Разработка"
ko-lang="개발"
ja-lang="開発"
es-lang="Desarrollar"
>Develop</a></li>
<li class="distribute last"><a href="../../../../../../../distribute/googleplay/index.html"
zh-tw-lang="發佈"
zh-cn-lang="分发"
ru-lang="Распространение"
ko-lang="배포"
ja-lang="配布"
es-lang="Distribuir"
>Distribute</a></li>
</ul>
<div class="menu-container">
<div class="moremenu">
<div id="more-btn"></div>
</div>
<div class="morehover" id="moremenu">
<div class="top"></div>
<div class="mid">
<div class="header">Links</div>
<ul>
<li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
<li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
<li><a href="../../../../../../../about/index.html">About Android</a></li>
</ul>
<div class="header">Android Sites</div>
<ul>
<li><a href="http://www.android.com">Android.com</a></li>
<li class="active"><a>Android Developers</a></li>
<li><a href="http://source.android.com">Android Open Source Project</a></li>
</ul>
<br class="clearfix" />
</div><!-- end 'mid' -->
<div class="bottom"></div>
</div><!-- end 'moremenu' -->
<div class="search" id="search-container">
<div class="search-inner">
<div id="search-btn"></div>
<div class="left"></div>
<form onsubmit="return submit_search()">
<input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, '../../../../../../../')"
onkeyup="return search_changed(event, false, '../../../../../../../')" />
</form>
<div class="right"></div>
<a class="close hide">close</a>
<div class="left"></div>
<div class="right"></div>
</div><!-- end search-inner -->
</div><!-- end search-container -->
<div class="search_filtered_wrapper reference">
<div class="suggest-card reference no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
<div class="search_filtered_wrapper docs">
<div class="suggest-card dummy no-display"> </div>
<div class="suggest-card develop no-display">
<ul class="search_filtered">
</ul>
<div class="child-card guides no-display">
</div>
<div class="child-card training no-display">
</div>
<div class="child-card samples no-display">
</div>
</div>
<div class="suggest-card design no-display">
<ul class="search_filtered">
</ul>
</div>
<div class="suggest-card distribute no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
</div><!-- end menu-container (search and menu widget) -->
<!-- Expanded quicknav -->
<div id="quicknav" class="col-13">
<ul>
<li class="about">
<ul>
<li><a href="../../../../../../../about/index.html">About</a></li>
<li><a href="../../../../../../../wear/index.html">Wear</a></li>
<li><a href="../../../../../../../tv/index.html">TV</a></li>
<li><a href="../../../../../../../auto/index.html">Auto</a></li>
</ul>
</li>
<li class="design">
<ul>
<li><a href="../../../../../../../design/index.html">Get Started</a></li>
<li><a href="../../../../../../../design/devices.html">Devices</a></li>
<li><a href="../../../../../../../design/style/index.html">Style</a></li>
<li><a href="../../../../../../../design/patterns/index.html">Patterns</a></li>
<li><a href="../../../../../../../design/building-blocks/index.html">Building Blocks</a></li>
<li><a href="../../../../../../../design/downloads/index.html">Downloads</a></li>
<li><a href="../../../../../../../design/videos/index.html">Videos</a></li>
</ul>
</li>
<li class="develop">
<ul>
<li><a href="../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="../../../../../../../sdk/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
</li>
<li><a href="../../../../../../../google/index.html">Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="../../../../../../../distribute/googleplay/index.html">Google Play</a></li>
<li><a href="../../../../../../../distribute/essentials/index.html">Essentials</a></li>
<li><a href="../../../../../../../distribute/users/index.html">Get Users</a></li>
<li><a href="../../../../../../../distribute/engage/index.html">Engage & Retain</a></li>
<li><a href="../../../../../../../distribute/monetize/index.html">Monetize</a></li>
<li><a href="../../../../../../../distribute/analyze/index.html">Analyze</a></li>
<li><a href="../../../../../../../distribute/tools/index.html">Tools & Reference</a></li>
<li><a href="../../../../../../../distribute/stories/index.html">Developer Stories</a></li>
</ul>
</li>
</ul>
</div><!-- /Expanded quicknav -->
</div><!-- end header-wrap.wrap -->
</div><!-- end header -->
<!-- Secondary x-nav -->
<div id="nav-x">
<div class="wrap" style="position:relative;z-index:1">
<ul class="nav-x col-9 develop" style="width:100%">
<li class="training"><a href="../../../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li class="guide"><a href="../../../../../../../guide/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li class="reference"><a href="../../../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li class="tools"><a href="../../../../../../../sdk/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a></li>
<li class="google"><a href="../../../../../../../google/index.html"
>Google Services</a>
</li>
</ul>
</div>
</div>
<!-- /Sendondary x-nav DEVELOP -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
</div> <!--end header-wrapper -->
<div id="sticky-header">
<div>
<a class="logo" href="#top"></a>
<a class="top" href="#top"></a>
<ul class="breadcrumb">
<li class="current">DataBuffer</li>
</ul>
</div>
</div>
<div class="wrap clearfix" id="body-content">
<div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav">
<div id="api-nav-header">
<div id="api-level-toggle">
<label for="apiLevelCheckbox" class="disabled"
title="Select your target API level to dim unavailable APIs">API level: </label>
<div class="select-wrapper">
<select id="apiLevelSelector">
<!-- option elements added by buildApiLevelSelector() -->
</select>
</div>
</div><!-- end toggle -->
<div id="api-nav-title">Android APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ ];
buildApiLevelSelector();
</script>
<div id="swapper">
<div id="nav-panels">
<div id="resize-packages-nav">
<div id="packages-nav" class="scroll-pane">
<ul>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/actions/package-summary.html">com.google.android.gms.actions</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/doubleclick/package-summary.html">com.google.android.gms.ads.doubleclick</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/purchase/package-summary.html">com.google.android.gms.ads.purchase</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/ads/search/package-summary.html">com.google.android.gms.ads.search</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/analytics/package-summary.html">com.google.android.gms.analytics</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/analytics/ecommerce/package-summary.html">com.google.android.gms.analytics.ecommerce</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/appindexing/package-summary.html">com.google.android.gms.appindexing</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/cast/package-summary.html">com.google.android.gms.cast</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/annotation/package-summary.html">com.google.android.gms.common.annotation</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/api/package-summary.html">com.google.android.gms.common.api</a></li>
<li class="selected api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/package-summary.html">com.google.android.gms.drive</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/events/package-summary.html">com.google.android.gms.drive.events</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/metadata/package-summary.html">com.google.android.gms.drive.metadata</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/query/package-summary.html">com.google.android.gms.drive.query</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/drive/widget/package-summary.html">com.google.android.gms.drive.widget</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/package-summary.html">com.google.android.gms.fitness</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/data/package-summary.html">com.google.android.gms.fitness.data</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/request/package-summary.html">com.google.android.gms.fitness.request</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/result/package-summary.html">com.google.android.gms.fitness.result</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/fitness/service/package-summary.html">com.google.android.gms.fitness.service</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/event/package-summary.html">com.google.android.gms.games.event</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/package-summary.html">com.google.android.gms.games.multiplayer.turnbased</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/quest/package-summary.html">com.google.android.gms.games.quest</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/request/package-summary.html">com.google.android.gms.games.request</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/games/snapshot/package-summary.html">com.google.android.gms.games.snapshot</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/identity/intents/package-summary.html">com.google.android.gms.identity.intents</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/identity/intents/model/package-summary.html">com.google.android.gms.identity.intents.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/location/places/package-summary.html">com.google.android.gms.location.places</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/location/places/ui/package-summary.html">com.google.android.gms.location.places.ui</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/nearby/package-summary.html">com.google.android.gms.nearby</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/nearby/connection/package-summary.html">com.google.android.gms.nearby.connection</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/safetynet/package-summary.html">com.google.android.gms.safetynet</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/security/package-summary.html">com.google.android.gms.security</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/tagmanager/package-summary.html">com.google.android.gms.tagmanager</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/wallet/fragment/package-summary.html">com.google.android.gms.wallet.fragment</a></li>
<li class="api apilevel-">
<a href="../../../../../../../reference/com/google/android/gms/wearable/package-summary.html">com.google.android.gms.wearable</a></li>
</ul><br/>
</div> <!-- end packages-nav -->
</div> <!-- end resize-packages -->
<div id="classes-nav" class="scroll-pane">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="selected api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html">DataBuffer</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBufferObserver.html">DataBufferObserver</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBufferObserver.Observable.html">DataBufferObserver.Observable</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/Freezable.html">Freezable</a></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/AbstractDataBuffer.html">AbstractDataBuffer</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBufferObserverSet.html">DataBufferObserverSet</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBufferUtils.html">DataBufferUtils</a></li>
<li class="api apilevel-"><a href="../../../../../../../reference/com/google/android/gms/common/data/FreezableUtils.html">FreezableUtils</a></li>
</ul>
</li>
</ul><br/>
</div><!-- end classes -->
</div><!-- end nav-panels -->
<div id="nav-tree" style="display:none" class="scroll-pane">
<div id="tree-list"></div>
</div><!-- end nav-tree -->
</div><!-- end swapper -->
<div id="nav-swap">
<a class="fullscreen">fullscreen</a>
<a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
</div>
</div> <!-- end devdoc-nav -->
</div> <!-- end side-nav -->
<script type="text/javascript">
// init fullscreen based on user pref
var fullscreen = readCookie("fullscreen");
if (fullscreen != 0) {
if (fullscreen == "false") {
toggleFullscreen(false);
} else {
toggleFullscreen(true);
}
}
// init nav version for mobile
if (isMobile) {
swapNav(); // tree view should be used on mobile
$('#nav-swap').hide();
} else {
chooseDefaultNav();
if ($("#nav-tree").is(':visible')) {
init_default_navtree("../../../../../../../");
}
}
// scroll the selected page into view
$(document).ready(function() {
scrollIntoView("packages-nav");
scrollIntoView("classes-nav");
});
</script>
<div class="col-12" id="doc-col">
<div id="api-info-block">
<div class="sum-details-links">
Summary:
<a href="#pubmethods">Methods</a>
| <a href="#inhmethods">Inherited Methods</a>
| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
</div><!-- end sum-details-links -->
<div class="api-level">
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
interface
<h1 itemprop="name">DataBuffer</h1>
implements
<a href="http://developer.android.com/reference/java/lang/Iterable.html">Iterable</a><T>
<a href="../../../../../../../reference/com/google/android/gms/common/api/Releasable.html">Releasable</a>
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-">
<table class="jd-inheritance-table">
<tr>
<td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.common.data.DataBuffer<T></td>
</tr>
</table>
<table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;">
<a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed"
><img id="subclasses-indirect-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>Known Indirect Subclasses
<div id="subclasses-indirect">
<div id="subclasses-indirect-list"
class="jd-inheritedlinks"
>
<a href="../../../../../../../reference/com/google/android/gms/common/data/AbstractDataBuffer.html">AbstractDataBuffer</a><T>,
<a href="../../../../../../../reference/com/google/android/gms/games/achievement/AchievementBuffer.html">AchievementBuffer</a>,
<a href="../../../../../../../reference/com/google/android/gms/appstate/AppStateBuffer.html">AppStateBuffer</a>,
<a href="../../../../../../../reference/com/google/android/gms/location/places/AutocompletePredictionBuffer.html">AutocompletePredictionBuffer</a>,
<a href="../../../../../../../reference/com/google/android/gms/wearable/DataEventBuffer.html">DataEventBuffer</a>,
<a href="../../../../../../../reference/com/google/android/gms/wearable/DataItemBuffer.html">DataItemBuffer</a>,
and
<a href="#" onclick="return toggleInherited(document.getElementById('subclasses-indirect', null))">8 others.</a>
</div>
<div id="subclasses-indirect-summary"
style="display: none;"
>
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/common/data/AbstractDataBuffer.html">AbstractDataBuffer</a><T></td>
<td class="jd-descrcol" width="100%">
Default implementation of DataBuffer.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/achievement/AchievementBuffer.html">AchievementBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of achievements.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/appstate/AppStateBuffer.html">AppStateBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of app states.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/location/places/AutocompletePredictionBuffer.html">AutocompletePredictionBuffer</a></td>
<td class="jd-descrcol" width="100%">
A <code>DataBuffer</code> that represents a list of AutocompletePredictionEntitys.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/wearable/DataEventBuffer.html">DataEventBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure holding references to a set of events.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/wearable/DataItemBuffer.html">DataItemBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure holding reference to a set of <code><a href="../../../../../../../reference/com/google/android/gms/wearable/DataItem.html">DataItem</a></code>s.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/event/EventBuffer.html">EventBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of events.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/GameBuffer.html">GameBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of games.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/request/GameRequestBuffer.html">GameRequestBuffer</a></td>
<td class="jd-descrcol" width="100%">
EntityBuffer implementation containing
Request details.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/InvitationBuffer.html">InvitationBuffer</a></td>
<td class="jd-descrcol" width="100%">
EntityBuffer implementation containing Invitation data.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardBuffer.html">LeaderboardBuffer</a></td>
<td class="jd-descrcol" width="100%">
EntityBuffer containing Leaderboard data.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/leaderboard/LeaderboardScoreBuffer.html">LeaderboardScoreBuffer</a></td>
<td class="jd-descrcol" width="100%">
<code><a href="../../../../../../../reference/com/google/android/gms/common/data/AbstractDataBuffer.html">AbstractDataBuffer</a></code> containing LeaderboardScore data.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/drive/MetadataBuffer.html">MetadataBuffer</a></td>
<td class="jd-descrcol" width="100%">
A data buffer that points to Metadata entries.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/quest/MilestoneBuffer.html">MilestoneBuffer</a></td>
<td class="jd-descrcol" width="100%">
<code><a href="../../../../../../../reference/com/google/android/gms/common/data/AbstractDataBuffer.html">AbstractDataBuffer</a></code> implementation containing quest
milestone data.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/plus/model/moments/MomentBuffer.html">MomentBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of <code><a href="../../../../../../../reference/com/google/android/gms/plus/model/moments/Moment.html">Moment</a></code> objects.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/ParticipantBuffer.html">ParticipantBuffer</a></td>
<td class="jd-descrcol" width="100%">
<code><a href="../../../../../../../reference/com/google/android/gms/common/data/AbstractDataBuffer.html">AbstractDataBuffer</a></code> implementation containing match participant data.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/plus/model/people/PersonBuffer.html">PersonBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of <code><a href="../../../../../../../reference/com/google/android/gms/plus/model/people/Person.html">Person</a></code> objects.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/location/places/PlaceBuffer.html">PlaceBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of <code><a href="../../../../../../../reference/com/google/android/gms/location/places/Place.html">Places</a></code>.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/location/places/PlaceLikelihoodBuffer.html">PlaceLikelihoodBuffer</a></td>
<td class="jd-descrcol" width="100%">
A <code>DataBuffer</code> that represents a list of <code>PlaceLikelihood</code>s.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/PlayerBuffer.html">PlayerBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of players.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/quest/QuestBuffer.html">QuestBuffer</a></td>
<td class="jd-descrcol" width="100%">
EntityBuffer implementation containing Quest details.
</td>
</tr>
<tr class=" api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/snapshot/SnapshotMetadataBuffer.html">SnapshotMetadataBuffer</a></td>
<td class="jd-descrcol" width="100%">
Data structure providing access to a list of snapshots.
</td>
</tr>
<tr class="alt-color api apilevel-" >
<td class="jd-linkcol"><a href="../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchBuffer.html">TurnBasedMatchBuffer</a></td>
<td class="jd-descrcol" width="100%">
EntityBuffer implementation containing TurnBasedMatch details.
</td>
</tr>
</table>
</div>
</div>
</td></tr></table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p itemprop="articleBody">Interface for a buffer of typed data.
</p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- ========== METHOD SUMMARY =========== -->
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#close()">close</a></span>()</nobr>
<div class="jd-descrdiv">
<em>
This method is deprecated.
use <code><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release()</a></code> instead
</em>
</div>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
T</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#get(int)">get</a></span>(int position)</nobr>
<div class="jd-descrdiv">
Returns an element on specified position.
</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
int</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#getCount()">getCount</a></span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
boolean</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#isClosed()">isClosed</a></span>()</nobr>
<div class="jd-descrdiv">
<em>
This method is deprecated.
<code><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release()</a></code> is idempotent, and so is safe to call multiple times
</em>
</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#iterator()">iterator</a></span>()</nobr>
</td></tr>
<tr class=" api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release</a></span>()</nobr>
<div class="jd-descrdiv">
Releases resources used by the buffer.
</div>
</td></tr>
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#singleRefIterator()">singleRefIterator</a></span>()</nobr>
<div class="jd-descrdiv">
In order to use this iterator it should be supported by particular <code>DataBuffer</code>.
</div>
</td></tr>
</table>
<!-- ========== METHOD SUMMARY =========== -->
<table id="inhmethods" class="jd-sumtable"><tr><th>
<a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
<div style="clear:left;">Inherited Methods</div></th></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Iterable" class="jd-expando-trigger closed"
><img id="inherited-methods-java.lang.Iterable-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
<a href="http://developer.android.com/reference/java/lang/Iterable.html">java.lang.Iterable</a>
<div id="inherited-methods-java.lang.Iterable">
<div id="inherited-methods-java.lang.Iterable-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-java.lang.Iterable-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T></nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad">iterator</span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
<tr class="api apilevel-" >
<td colspan="12">
<a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.google.android.gms.common.api.Releasable" class="jd-expando-trigger closed"
><img id="inherited-methods-com.google.android.gms.common.api.Releasable-trigger"
src="../../../../../../../assets/images/triangle-closed.png"
class="jd-expando-trigger-img" /></a>
From interface
<a href="../../../../../../../reference/com/google/android/gms/common/api/Releasable.html">com.google.android.gms.common.api.Releasable</a>
<div id="inherited-methods-com.google.android.gms.common.api.Releasable">
<div id="inherited-methods-com.google.android.gms.common.api.Releasable-list"
class="jd-inheritedlinks">
</div>
<div id="inherited-methods-com.google.android.gms.common.api.Releasable-summary" style="display: none;">
<table class="jd-sumtable-expando">
<tr class="alt-color api apilevel-" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../../../reference/com/google/android/gms/common/api/Releasable.html#release()">release</a></span>()</nobr>
</td></tr>
</table>
</div>
</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<h2>Public Methods</h2>
<A NAME="close()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
void
</span>
<span class="sympad">close</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<p>
<p class="caution"><strong>
This method is deprecated.</strong><br/>
use <code><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release()</a></code> instead
</p>
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="get(int)"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
T
</span>
<span class="sympad">get</span>
<span class="normal">(int position)</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Returns an element on specified position.
</p></div>
</div>
</div>
<A NAME="getCount()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
int
</span>
<span class="sympad">getCount</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="isClosed()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
boolean
</span>
<span class="sympad">isClosed</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<p>
<p class="caution"><strong>
This method is deprecated.</strong><br/>
<code><a href="../../../../../../../reference/com/google/android/gms/common/data/DataBuffer.html#release()">release()</a></code> is idempotent, and so is safe to call multiple times
</p>
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="iterator()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T>
</span>
<span class="sympad">iterator</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p></p></div>
</div>
</div>
<A NAME="release()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
void
</span>
<span class="sympad">release</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>Releases resources used by the buffer. This method is idempotent.
</p></div>
</div>
</div>
<A NAME="singleRefIterator()"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
<a href="http://developer.android.com/reference/java/util/Iterator.html">Iterator</a><T>
</span>
<span class="sympad">singleRefIterator</span>
<span class="normal">()</span>
</h4>
<div class="api-level">
<div></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>In order to use this iterator it should be supported by particular <code>DataBuffer</code>.
Be careful: there will be single reference while iterating.
If you are not sure - DO NOT USE this iterator.
</p></div>
</div>
</div>
<!-- ========= METHOD DETAIL ======== -->
<!-- ========= END OF CLASS DATA ========= -->
<A NAME="navbar_top"></A>
<div id="footer" class="wrap" >
<div id="copyright">
Except as noted, this content is licensed under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
For details and restrictions, see the <a href="../../../../../../../license.html">
Content License</a>.
</div>
<div id="build_info">
Android GmsCore 1784785 r —
<script src="../../../../../../../timestamp.js" type="text/javascript"></script>
<script>document.write(BUILD_TIMESTAMP)</script>
</div>
<div id="footerlinks">
<p>
<a href="../../../../../../../about/index.html">About Android</a> |
<a href="../../../../../../../legal.html">Legal</a> |
<a href="../../../../../../../support.html">Support</a>
</p>
</div>
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>
|
app/client/index.html
|
d3x7r0/mais_ramboia
|
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8"/>
<title>+Ramboia</title>
<link href="css/app.min.css" rel="stylesheet"/>
<script src="/js/libs/modernizr.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body id="ramboia">
<header class="application-header">
<h1 class="application-title">+Ramboia</h1>
</header>
<main class="application">
<div class="video-container-wrapper">
<div class="video-container">
<div class="wrapper">
<div id="player" class="video-player"></div>
</div>
<div class="video-player-controls">
<button class="video-mute" id="video-mute">Mute</button>
<p class="video-time">
<span class="video-time-current" id="video-time-current">0:00</span>/<span class="video-time-total" id="video-time-total">0:00</span>
</p>
</div>
</div>
</div>
<ul class="playlist" id="playlist">
<!--
<li class="playlist-entry" title="Video Title (Requested by Username)">
<a href="http://youtube.com" target="_blank">
<img class="playlist-entry-background" src="http://placehold.it/854x480"/>
<h1 class="playlist-entry-title">Video Title</h1>
</a>
</li>
-->
</ul>
</main>
<script src="/js/libs/polyfill.min.js"></script>
<script src="/js/main.min.js"></script>
<script>
mais_ramboia.start();
</script>
</body>
</html>
|
docs/function-ReadMap.html
|
TDXDigital/TPS
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Function ReadMap | TPS Broadcast</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active">
<a href="namespace-None.html">
None </a>
</li>
<li>
<a href="namespace-PHP.html">
PHP </a>
</li>
<li>
<a href="namespace-TPS.html">
TPS </a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Barcode.html" class="invalid">Barcode</a></li>
<li><a href="class-Barcode11.html" class="invalid">Barcode11</a></li>
<li><a href="class-Barcode128.html" class="invalid">Barcode128</a></li>
<li><a href="class-Barcode39.html" class="invalid">Barcode39</a></li>
<li><a href="class-Barcode93.html" class="invalid">Barcode93</a></li>
<li><a href="class-BarcodeCodabar.html" class="invalid">BarcodeCodabar</a></li>
<li><a href="class-BarcodeDatamatrix.html" class="invalid">BarcodeDatamatrix</a></li>
<li><a href="class-BarcodeEAN.html" class="invalid">BarcodeEAN</a></li>
<li><a href="class-BarcodeI25.html" class="invalid">BarcodeI25</a></li>
<li><a href="class-BarcodeMSI.html" class="invalid">BarcodeMSI</a></li>
<li><a href="class-BarcodeUPC.html" class="invalid">BarcodeUPC</a></li>
<li><a href="class-BCGBarcode.html">BCGBarcode</a></li>
<li><a href="class-BCGBarcode1D.html">BCGBarcode1D</a></li>
<li><a href="class-BCGcodabar.html">BCGcodabar</a></li>
<li><a href="class-BCGcode11.html">BCGcode11</a></li>
<li><a href="class-BCGcode128.html">BCGcode128</a></li>
<li><a href="class-BCGcode39.html">BCGcode39</a></li>
<li><a href="class-BCGcode39extended.html">BCGcode39extended</a></li>
<li><a href="class-BCGcode93.html">BCGcode93</a></li>
<li><a href="class-BCGColor.html">BCGColor</a></li>
<li><a href="class-BCGDraw.html">BCGDraw</a></li>
<li><a href="class-BCGDrawing.html">BCGDrawing</a></li>
<li><a href="class-BCGDrawJPG.html">BCGDrawJPG</a></li>
<li><a href="class-BCGDrawPNG.html">BCGDrawPNG</a></li>
<li><a href="class-BCGean13.html">BCGean13</a></li>
<li><a href="class-BCGean8.html">BCGean8</a></li>
<li><a href="class-BCGFontFile.html">BCGFontFile</a></li>
<li><a href="class-BCGFontPhp.html">BCGFontPhp</a></li>
<li><a href="class-BCGgs1128.html">BCGgs1128</a></li>
<li><a href="class-BCGi25.html">BCGi25</a></li>
<li><a href="class-BCGintelligentmail.html">BCGintelligentmail</a></li>
<li><a href="class-BCGisbn.html">BCGisbn</a></li>
<li><a href="class-BCGLabel.html">BCGLabel</a></li>
<li><a href="class-BCGmsi.html">BCGmsi</a></li>
<li><a href="class-BCGothercode.html">BCGothercode</a></li>
<li><a href="class-BCGpostnet.html">BCGpostnet</a></li>
<li><a href="class-BCGs25.html">BCGs25</a></li>
<li><a href="class-BCGupca.html">BCGupca</a></li>
<li><a href="class-BCGupce.html">BCGupce</a></li>
<li><a href="class-BCGupcext2.html">BCGupcext2</a></li>
<li><a href="class-BCGupcext5.html">BCGupcext5</a></li>
<li><a href="class-JoinDraw.html">JoinDraw</a></li>
<li><a href="class-LibraryAPI.html">LibraryAPI</a></li>
<li><a href="class-playing.html">playing</a></li>
<li><a href="class-standardResult.html">standardResult</a></li>
<li><a href="class-TPS_Cron.html">TPS_Cron</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-BCGFont.html">BCGFont</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-BCGArgumentException.html">BCGArgumentException</a></li>
<li><a href="class-BCGDrawException.html">BCGDrawException</a></li>
<li><a href="class-BCGParseException.html">BCGParseException</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-absolute_include.html">absolute_include</a></li>
<li><a href="function-ApplyUpdate.html">ApplyUpdate</a></li>
<li><a href="function-baseCustomSetup.html">baseCustomSetup</a></li>
<li><a href="function-checkbrute.html">checkbrute</a></li>
<li><a href="function-CheckStorage.html">CheckStorage</a></li>
<li><a href="function-CheckTTF.html" class="invalid">CheckTTF</a></li>
<li><a href="function-CheckUpdate.html">CheckUpdate</a></li>
<li><a href="function-CheckUpdateStatus.html">CheckUpdateStatus</a></li>
<li><a href="function-convertTime.html" class="invalid">convertTime</a></li>
<li><a href="function-customSetup.html" class="invalid">customSetup</a></li>
<li><a href="function-DatabaseUpdateApply.html">DatabaseUpdateApply</a></li>
<li><a href="function-DatabaseUpdateCheck.html">DatabaseUpdateCheck</a></li>
<li><a href="function-DB_Auth.html">DB_Auth</a></li>
<li><a href="function-db_close.html">db_close</a></li>
<li><a href="function-db_conn.html">db_conn</a></li>
<li><a href="function-decrypt.html">decrypt</a></li>
<li><a href="function-drawCross.html" class="invalid">drawCross</a></li>
<li><a href="function-easy_crypt.html">easy_crypt</a></li>
<li><a href="function-easy_decrypt.html">easy_decrypt</a></li>
<li><a href="function-encrypt.html">encrypt</a></li>
<li><a href="function-esc_url.html">esc_url</a></li>
<li><a href="function-Extensions.html">Extensions</a></li>
<li><a href="function-file_put_contents.html" class="invalid">file_put_contents</a></li>
<li><a href="function-findHOME.html">findHOME</a></li>
<li><a href="function-findLocal.html">findLocal</a></li>
<li><a href="function-findValueFromKey.html">findValueFromKey</a></li>
<li><a href="function-gen_trivial_password.html">gen_trivial_password</a></li>
<li><a href="function-getBrowser.html" class="invalid">getBrowser</a></li>
<li><a href="function-getButton.html">getButton</a></li>
<li><a href="function-getCheckboxHtml.html">getCheckboxHtml</a></li>
<li><a href="function-getElementHtml.html">getElementHtml</a></li>
<li><a href="function-getImageKeys.html">getImageKeys</a></li>
<li><a href="function-getInputTextHtml.html">getInputTextHtml</a></li>
<li><a href="function-GetLabelbyId.html" class="deprecated">GetLabelbyId</a></li>
<li><a href="function-GetLibraryfull.html" class="deprecated">GetLibraryfull</a></li>
<li><a href="function-GetLibraryRefcode.html" class="deprecated">GetLibraryRefcode</a></li>
<li><a href="function-getOptionGroup.html">getOptionGroup</a></li>
<li><a href="function-getOptionHtml.html">getOptionHtml</a></li>
<li><a href="function-getRealIpAddr.html" class="invalid">getRealIpAddr</a></li>
<li><a href="function-GetResponse.html">GetResponse</a></li>
<li><a href="function-getSelectHtml.html">getSelectHtml</a></li>
<li><a href="function-GetWebsitesbyRefCode.html" class="deprecated">GetWebsitesbyRefCode</a></li>
<li><a href="function-is_session_started.html">is_session_started</a></li>
<li><a href="function-LDAP_AUTH.html">LDAP_AUTH</a></li>
<li><a href="function-listbarcodes.html">listbarcodes</a></li>
<li><a href="function-listfonts.html">listfonts</a></li>
<li><a href="function-ListLibrary.html" class="deprecated">ListLibrary</a></li>
<li><a href="function-LoadStorage.html">LoadStorage</a></li>
<li><a href="function-login.html">login</a></li>
<li><a href="function-login_check.html">login_check</a></li>
<li><a href="function-MakeFont.html" class="invalid">MakeFont</a></li>
<li><a href="function-MakeFontDescriptor.html" class="invalid">MakeFontDescriptor</a></li>
<li><a href="function-MakeFontEncoding.html" class="invalid">MakeFontEncoding</a></li>
<li><a href="function-MakeWidthArray.html" class="invalid">MakeWidthArray</a></li>
<li><a href="function-ReadAFM.html" class="invalid">ReadAFM</a></li>
<li><a href="function-ReadLong.html" class="invalid">ReadLong</a></li>
<li class="active"><a href="function-ReadMap.html" class="invalid">ReadMap</a></li>
<li><a href="function-ReadShort.html" class="invalid">ReadShort</a></li>
<li><a href="function-registerImageKey.html">registerImageKey</a></li>
<li><a href="function-remove_utf8_bom.html">remove_utf8_bom</a></li>
<li><a href="function-SaveStorage.html">SaveStorage</a></li>
<li><a href="function-SaveToFile.html" class="invalid">SaveToFile</a></li>
<li><a href="function-SearchLibrary.html">SearchLibrary</a></li>
<li><a href="function-sec_session_start.html">sec_session_start</a></li>
<li><a href="function-set_db_params.html">set_db_params</a></li>
<li><a href="function-showError.html">showError</a></li>
<li><a href="function-to12hour.html" class="invalid">to12hour</a></li>
<li><a href="function-to24hour.html" class="invalid">to24hour</a></li>
<li><a href="function-track_can_play.html">track_can_play</a></li>
<li><a href="function-UPCAbarcode.html">UPCAbarcode</a></li>
<li><a href="function-UpdateMeta.html">UpdateMeta</a></li>
<li><a href="function-validate_EAN13Barcode.html">validate_EAN13Barcode</a></li>
<li><a href="function-validate_UPCABarcode.html">validate_UPCABarcode</a></li>
<li><a href="function-Versions.html">Versions</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-None.html" title="Summary of None"><span>Namespace</span></a>
</li>
<li class="active">
<span>Function</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
<li>
<a href="annotation-group-todo.html" title="List of elements with todo annotation">
<span>Todo</span>
</a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="function">
<h1>Function ReadMap</h1>
<div class="invalid">
<p>
Documentation of this function could not be generated.
</p>
<p>
Function was originally declared in oep/EPV3/PHP/font/makefont/makefont.php and is invalid because of:
</p>
<ul>
</ul>
</div>
</div>
<div id="footer">
TPS Broadcast API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js?f700aafc2c9e22e0635535bb7de0c40d6e0a03bf"></script>
<script src="elementlist.js?a785c24267a6ce47f6feba5a12569f64f5b90772"></script>
</body>
</html>
|
src/app/about/about.component.html
|
sunstriders/42degrees
|
<div class="container">
<h5 style="display: inline">Remain energy </h5><h5 style="display: inline">{{remainEnergy| number:'1.2-2'}} watts</h5><h5 style="display: inline">, used energy </h5><h5 style="display: inline">{{usedEnergy| number:'1.2-2'}}</h5><h5 style="display: inline">, for day.</h5>
</div>
<div>
<div class="container row">
<table class="table table-striped col s5" [mfData]="data" #mf="mfDataTable" [mfRowsOnPage]="5">
<thead>
<tr>
<th style="width: 80%">
<mfDefaultSorter by="name">Name</mfDefaultSorter>
</th>
<th style="width: 20%">
<mfDefaultSorter by="watts">Watts</mfDefaultSorter>
</th>
</tr>
</thead>
<tbody>
<tr style="cursor: pointer;" *ngFor="let item of toDos" (click)="addTodo(item)">
<td>{{item.name}}</td>
<td>{{item.watts}}</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="4">
<mfBootstrapPaginator [rowsOnPageSet]="[5,10,25]"></mfBootstrapPaginator>
</td>
</tr>
</tfoot>
</table>
<div class="col s1"></div>
<table class="table table-striped col s5" [mfData]="data" #mf="mfDataTable" [mfRowsOnPage]="5">
<thead>
<tr>
<th style="width: 50%">
<mfDefaultSorter by="name">Name</mfDefaultSorter>
</th>
<th style="width: 22%">
<mfDefaultSorter by="minutes">Minutes</mfDefaultSorter>
</th>
<th style="width: 22%">
<mfDefaultSorter by="watts">Watts</mfDefaultSorter>
</th>
<th style="width: 6%">
<mfDefaultSorter>Remove</mfDefaultSorter>
</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let item of myTodos">
<td>{{item.name}}</td>
<td><input style="margin:0;border-bottom: none; height: inherit;" [(ngModel)]="item.minutes"
(change)="changeMyTodo(item)"></td>
<td>{{item.sumWatts| number:'1.2-2'}}</td>
<td style="float: right; color: red; cursor: pointer;" (click)="deleteTodo(item)">x</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="4">
<mfBootstrapPaginator [rowsOnPageSet]="[5,10,25]"></mfBootstrapPaginator>
</td>
</tr>
</tfoot>
</table>
</div>
</div>
|
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/dev/higman-s/8.5.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>higman-s: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / higman-s - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
higman-s
<small>
8.5.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2019-11-30 21:22:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2019-11-30 21:22:11 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/higman-s"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HigmanS"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:higman's lemma" "keyword:well quasi ordering" "category:Mathematics/Combinatorics and Graph Theory" "date:2007-09-14" ]
authors: [ "William Delobel <william.delobel@lif.univ-mrs.fr>" ]
bug-reports: "https://github.com/coq-contribs/higman-s/issues"
dev-repo: "git+https://github.com/coq-contribs/higman-s.git"
synopsis: "Higman's lemma on an unrestricted alphabet"
description:
"This proof is more or less the proof given by Monika Seisenberger in \"An Inductive Version of Nash-Williams' Minimal-Bad-Sequence Argument for Higman's Lemma\"."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/higman-s/archive/v8.5.0.tar.gz"
checksum: "md5=3f304e5b60fe9760b55d0d3ed2ca8d51"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-higman-s.8.5.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-higman-s -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-higman-s.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.0/unimath-substitution-systems/0.1.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>unimath-substitution-systems: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.0 / unimath-substitution-systems - 0.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
unimath-substitution-systems
<small>
0.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-11 02:59:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 02:59:41 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "opam@clarus.me"
homepage: "https://github.com/UniMath/UniMath"
dev-repo: "git+https://github.com/UniMath/UniMath.git"
bug-reports: "https://github.com/UniMath/UniMath/issues"
license: "Kind of MIT"
authors: ["The UniMath Development Team"]
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.5.0" & < "8.6"}
"coq-unimath-category-theory"
"coq-unimath-foundations"
]
synopsis: "Aims to formalize a substantial body of mathematics using the univalent point of view"
extra-files: ["Make" "md5=8606de3f7fc761f04872219361ba9c7d"]
url {
src: "https://github.com/UniMath/UniMath/archive/v0.1.tar.gz"
checksum: "md5=1ed57c1028e227a309f428a6dc5f0866"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-unimath-substitution-systems.0.1.0 coq.8.13.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0).
The following dependencies couldn't be met:
- coq-unimath-substitution-systems -> coq < 8.6 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-unimath-substitution-systems.0.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
session/show.html
|
XiaoRr/XiaoRr.github.io
|
<html>
<head>
<title>基础搜索学习</title>
<link rel="stylesheet" type="text/css" href="./prism.css">
<link rel="stylesheet" type="text/css" href="./button.css">
<meta charset="utf-8" />
<style>
body {
font-size: 20px;
}
.wall,
.blink,
.visited,
.road,
.tmp {
width: 20px;
height: 20px;
overflow: hidden;
}
.wall {
background: rgb(95, 99, 119);
box-shadow: 2px 2px 3px #aaa;
}
tr:nth-child(odd) td:nth-child(odd) .wall {
background: rgb(72, 89, 105)
}
#mazeBody {
border-collapse: separate;
font-size: 12px;
margin:auto;
}
.test_box {
min-width: 400px;
height: 740px;
display: flex;
}
pre {
word-wrap: normal;
height: 700px;
width: 600px;
border: 1px solid black;
padding: 5px;
overflow: auto;
display: block;
}
#result {
flex: 1;
height: 100%;
border: solid 1px #bbbbbb;
justify-content: center;
/* 水平居中 */
align-items: center;
/* 垂直居中 */
}
.blink {
animation-iteration-count: 1;
animation: blink 1s linear;
}
.visited {
background: #fffd93;
}
@-webkit-keyframes blink {
0% {
background: #f35626;
}
50% {
background: #feab3a;
}
100% {
background: #fffd93;
}
}
div .highlight{
animation-iteration-count: 1;
animation: highlight 2s linear;
background: #44f6fc;
}
@-webkit-keyframes highlight {
0% {
background: #fffd93;
}
50% {
background: #1ff8ff;
}
100% {
background: #44f6fc;
}
}
</style>
</head>
<body>
<div class="test_box line-numbers">
<div id="code">
<pre id="pre" contenteditable class="language-js">
</pre>
</div>
<div id="result">
<table id="mazeBody">
</table>
</div>
</div>
<div class="settings">
<br/>
迷宫长:<input type="number" min = '5' max = '31' value='13' id='X' onchange="init()">
迷宫宽:<input type="number" min = '5' max = '31' value='13' id='Y' onchange="init()">
动画间隔: <input type="number" min = '10' max = '1000' value='50' id='speed'>
<br/>
<div class="button button-green" onClick="runCode()">运行</div>
<div class="button button-blue" onclick="init()">重新生成</div>
<div class="button button-red"onclick="reset()">清除路线</div>
<div class="button" onclick="addDFSCode()">深搜框架</div>
<div class="button" onclick="addBFSCode()">广搜框架</div>
<div class="button" onclick="addDFSCode2()">深搜带路径显示</div>
<div>
标记自己来到的坐标: visit(x,y);</br>
高亮搜索结果: highlight([{x,y},{x2,y2},...]);</br>
创建一个队列:var queue = new Queue();</br>
queue可用方法:isEmpty dequeue enqueue(T)</br>
</div>
</div>
</body>
<script>
var time = 0;
var timer = [];
init();
function dfs(x, y, wall) {
let pos = [{ x: 1, y: 0 }, { x: 0, y: 1 }, { x: -1, y: 0 }, { x: 0, y: -1 }];
if (x < 0 || x > X || y < 0 || y > Y) {
return;
}
var now = getP(x, y);
if (!now || now.className === 'road') {
return;
}
wall.className = now.className = 'road';
shuffleArray(pos);
pos.forEach(p => {
dfs(x + p.x * 2, y + p.y * 2, getP(x + p.x, y + p.y));
});
}
function id(x, y) {
return x + '_' + y;
}
function getP(x, y) {
return document.getElementById(id(x, y));
}
function shuffleArray(array) {
for (let i = array.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[array[i], array[j]] = [array[j], array[i]];
}
}
function getType(x, y) {
let el = getP(x,y);
if(el)return getP(x, y).className;
return 'null';
}
function setType(x, y, type) {
if(getP(x,y))
getP(x, y).className = type;
}
function visit(x, y) {
getP(x, y).className = 'tmp';
time += parseInt(document.getElementById('speed').value);
timer.push(setTimeout(() => {
if(getType(x, y) !== 'hightlight')
setType(x, y, 'blink'); }, time));
timer.push(setTimeout(() => { if(getType(x, y)!== 'hightlight')
setType(x, y, 'visited'); } , time + 1000));
}
function init() {
let X = document.getElementById('X').value;
let Y = document.getElementById('Y').value;
X = Math.min(31 ,Math.max(X, 5));
Y = Math.min(31 ,Math.max(Y, 5));
if(X%2 == 0)X++;
if(Y%2 == 0)Y++;
reset();
var table = document.getElementById('mazeBody');
table.innerHTML = '';
for (var i = 0; i < X; i++) {
var tr = document.createElement("tr");
for (var j = 0; j < Y; j++) {
var td = document.createElement("td");
var btn = document.createElement("div");
btn.setAttribute('id', id(i, j));
btn.setAttribute('class', 'wall');
td.appendChild(btn);
tr.appendChild(td);
}
table.appendChild(tr);
}
dfs(1, 1, getP(1, 1))
start = getP(1, 0);
start.className = 'start';
start.innerHTML = '🙄';
end = getP(X - 2, Y - 1);
end.className = 'end';
end.innerHTML = '⛳';
}
function reset() {
timer.forEach(t => {
clearInterval(t);
});
for (var i = 0; i < 31; i++) {
for (var j = 0; j < 31; j++) {
if (['wall', 'start', 'end'].indexOf(getType(i, j)) == -1) {
setType(i, j, 'road');
}
}
}
time = 0;
timer = [];
}
function keyDown(el,keyCode){
event.initKeyboardEvent("keydown",true,true,document.defaultView,"a",0,keyCode,0);
el.dispatchEvent(event);
}
function addDFSCode() {
code = document.getElementById('pre');
code.innerHTML = '\
dfs(1,1);\n\
function dfs(x,y){\n\
if(getType(x,y)!==\'road\'){\n\
return;\n\
}\n\
visit(x,y);\n\
dfs(x-1,y);\n\
dfs(x+1,y);\n\
dfs(x,y-1);\n\
dfs(x,y+1);\n\
}';
bililiteRange.fancyText(ret._el, Prism.highlightElement);
}
function addBFSCode() {
code = document.getElementById('pre');
code.innerHTML = '\
bfs(1,1);\n\
function bfs(x,y){\n\
var queue = new Queue();\n\
queue.enqueue({x:1,y:1});\n\
while(!queue.isEmpty()){\n\
var t = queue.dequeue();\n\
if(getType(t.x,t.y)!==\'road\'){\n\
continue;\n\
}\n\
visit(t.x,t.y);\n\
queue.enqueue({x:(t.x)-1,y:t.y});\n\
queue.enqueue({x:t.x+1,y:t.y});\n\
queue.enqueue({x:t.x,y:t.y-1});\n\
queue.enqueue({x:t.x,y:t.y+1});\n\
}\n\
}';
bililiteRange.fancyText(ret._el, Prism.highlightElement);
}
function addDFSCode2() {
code = document.getElementById('pre');
code.innerHTML = '\
let path = [];\n\
let stop = false;\n\
dfs(1,1,path);\n\
function dfs(x,y,path){\n\
if(getType(x,y)===\'end\'){\n\
highlight(path);\n\
stop = true;\n\
}\n\
if(stop || getType(x,y)!==\'road\'){\n\
return;\n\
}\n\
path.push({x,y});\n\
visit(x,y);\n\
dfs(x-1,y,path);\n\
dfs(x+1,y,path);\n\
dfs(x,y-1,path);\n\
dfs(x,y+1,path);\n\
if(!stop)path.pop();\n\
}';
bililiteRange.fancyText(ret._el, Prism.highlightElement);
}
function runCode() {
reset();
var code = document.querySelector('pre').innerText;
console.log(code);
eval(code);
}
// highlight some blocks, it only can use once when the algorithm finished because i havn't fix it.
function highlight(pos) {
//remove all highLight before next highlight
for (var i = 0; i < 31; i++) {
for (var j = 0; j < 31; j++) {
if (getType(i, j) === 'visited highlight') {
setType(i, j, 'visited');
}
if (getType(i, j) === 'blink highlight') {
setType(i, j, 'visited');
}
if (getType(i, j) === 'road highlight') {
setType(i, j, 'road');
}
}
}
timer.push(setTimeout( ()=> {
pos.forEach( p => {
setType(p.x, p.y, getType(p.x, p.y) +' highlight');
})
}, time+1200));
}
</script>
<script src="./prism.js" data-manual=""></script>
<script src="./Prism Editor_files/prism.linenumber.js"></script>
<script src="./Prism Editor_files/bililiteRange.js"></script>
<script src="./Prism Editor_files/bililiteRange.undo.js"></script>
<script src="./Prism Editor_files/bililiteRange.util.js"></script>
<script src="./Prism Editor_files/bililiteRange.fancytext.js"></script>
<script src="./Queue.js"></script>
<script>
var editor = document.querySelector('pre');
const ret = bililiteRange(editor)
bililiteRange.fancyText(ret._el, Prism.highlightElement);
// add the undo's
ret.undo(0).data().autoindent = true; // init
ret._el.addEventListener('keydown', function (evt) {
// control z
if (evt.ctrlKey && evt.which == 90) bililiteRange.undo(evt);
// control y
if (evt.ctrlKey && evt.which == 89) bililiteRange.redo(evt);
// tab
if (evt.which == 9) {
ret.sendkeys('{tab}');
var b = ret.bounds();
ret.bounds([b[0],b[1]]).select();
evt.returnValue = false;
}
});
</script>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.