path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
third_party/blink/web_tests/external/wpt/html/canvas/element/path-objects/2d.path.arcTo.zero.1.html | scheib/chromium | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.path.arcTo.zero.1</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></script>
<link rel="stylesheet" href="/html/canvas/resources/canvas-tests.css">
<body class="show_output">
<h1>2d.path.arcTo.zero.1</h1>
<p class="desc">arcTo() with zero radius draws a straight line from P0 to P1</p>
<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="/images/green-100x50.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
var t = async_test("arcTo() with zero radius draws a straight line from P0 to P1");
_addTest(function(canvas, ctx) {
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
ctx.lineWidth = 50;
ctx.strokeStyle = '#0f0';
ctx.beginPath();
ctx.moveTo(0, 25);
ctx.arcTo(100, 25, 100, 100, 0);
ctx.stroke();
ctx.strokeStyle = '#f00';
ctx.beginPath();
ctx.moveTo(0, -25);
ctx.arcTo(50, -25, 50, 50, 0);
ctx.stroke();
_assertPixel(canvas, 50,25, 0,255,0,255, "50,25", "0,255,0,255");
});
</script>
|
web/wwwroot/angulr/tpl/layout_footer_mobile.html | lovechuck/ng2net | <div class="row">
<div class="col-sm-2 hidden-xs">
</div>
<div class="col-sm-8">
<div class="w-xl w-auto-xs center-block">
<div class="btn-group btn-group-justified text-center text-sm">
<div class="btn-group">
<a class="wrapper-xs block">
<i class="block text-md m-t-xs icon-user"></i>
<span class="text-sm">Account</span>
</a>
</div>
<div class="btn-group">
<a class="wrapper-xs block">
<i class="block text-md m-t-xs icon-cloud-upload"></i>
<span class="text-sm">Upload</span>
</a>
</div>
<div class="btn-group">
<a class="wrapper-xs block">
<i class="block text-md m-t-xs icon-clock"></i>
<span class="text-sm">Watch</span>
</a>
</div>
<div class="btn-group">
<a class="wrapper-xs block">
<i class="block text-md m-t-xs icon-bag"></i>
<span class="text-sm">Shopping</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-2 hidden-xs">
</div>
</div> |
components/com_rsform/assets/themes/clean/css/style.css | jbake11/Worksaver | /* Inputs */
.rsform-input-box,
.rsform-text-box,
.rsform-password-box,
.rsform-calendar-box,
.rsform-captcha-box,
.rsform-select-box
{
border: 1px solid #DADADA;
background: #fff url(../images/bg-input.gif) repeat-x;
padding: 3px;
}
.rsform-input-box:focus,
.rsform-text-box:focus,
.rsform-password-box:focus,
.rsform-calendar-box:focus,
.rsform-captcha-box:focus,
.rsform-select-box:focus
{
border: 1px solid #B8E6FF;
}
/* Buttons */
.rsform-calendar-button
{
background: url(../images/ico-calendar.png) no-repeat center center;
font-size: -30px;
text-indent: -1234px;
width: 24px;
height: 24px;
padding: 3px;
border: 0;
cursor: pointer;
}
.rsform-submit-button,
.rsform-button
{
background: #0B5198 url(../images/bg-button.gif) repeat-x;
border: solid 1px #329ACA;
color: #fefefe;
cursor: pointer;
}
.rsform-reset-button
{
background: #98510B url(../images/bg-reset-button.gif) repeat-x;
border: solid 1px #CA9A32;
color: #fefefe;
}
/* Blocks */
.rsform-block
{
overflow: hidden;
}
.rsform-block:hover
{
background: #EBF8FF;
}
/* Errors */
.rsform-input-box.rsform-error,
.rsform-text-box.rsform-error,
.rsform-password-box.rsform-error,
.rsform-calendar-box.rsform-error,
.rsform-captcha-box.rsform-error,
.rsform-select-box.rsform-error
{
border: 1px solid #FF8A8A;
background: #fff url(../images/bg-input-error.gif) repeat-x;
}
.formError
{
background: url(../images/ico-warning.png) no-repeat center left;
font-size: 12px !important;
font-weight: normal !important;
padding-left: 18px;
}
/* Calendar */
.yui-calcontainer
{
border: 1px solid #DADADA !important;
}
.yui-calendar .calnavleft
{
background: url(../images/ico-left.png) no-repeat center center !important;
}
.yui-calendar td.calcell.selected, .yui-calendar td.calcell.calcellhover
{
background-color: #7AAFFF !important;
}
.yui-calendar .calnavright
{
background: url(../images/ico-right.png) no-repeat center center !important;
} |
dep/RakNet/Help/Doxygen/html/classRakNet_1_1NetworkIDObject.html | JayStilla/AIEComplexSystems | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>RakNet: RakNet::NetworkIDObject Class 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="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">RakNet
 <span id="projectnumber">4.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.2 -->
<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="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceRakNet.html">RakNet</a></li><li class="navelem"><a class="el" href="classRakNet_1_1NetworkIDObject.html">NetworkIDObject</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-attribs">Protected Attributes</a> |
<a href="classRakNet_1_1NetworkIDObject-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">RakNet::NetworkIDObject Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Unique shared ids for each object instance.
<a href="classRakNet_1_1NetworkIDObject.html#details">More...</a></p>
<p><code>#include <NetworkIDObject.h></code></p>
<div class="dynheader">
Inheritance diagram for RakNet::NetworkIDObject:</div>
<div class="dyncontent">
<div class="center">
<img src="classRakNet_1_1NetworkIDObject.png" usemap="#RakNet::NetworkIDObject_map" alt=""/>
<map id="RakNet::NetworkIDObject_map" name="RakNet::NetworkIDObject_map">
<area href="classRakNet_1_1Replica3.html" title="Base class for your replicated objects for the ReplicaManager3 system." alt="RakNet::Replica3" shape="rect" coords="0,56,256,80"/>
<area href="classRakNet_1_1Replica3Composite.html" title="Use Replica3 through composition instead of inheritance by containing an instance of this templated c..." alt="RakNet::Replica3Composite< parent_type >" shape="rect" coords="0,112,256,136"/>
</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:abb1048648224a0c27fea7cb04f444310"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#abb1048648224a0c27fea7cb04f444310">SetNetworkIDManager</a> (<a class="el" href="classRakNet_1_1NetworkIDManager.html">NetworkIDManager</a> *manager)</td></tr>
<tr class="separator:abb1048648224a0c27fea7cb04f444310"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac3be9f98153dfb91a16d16a8a63aca3d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac3be9f98153dfb91a16d16a8a63aca3d"></a>
virtual <a class="el" href="classRakNet_1_1NetworkIDManager.html">NetworkIDManager</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#ac3be9f98153dfb91a16d16a8a63aca3d">GetNetworkIDManager</a> (void) const </td></tr>
<tr class="memdesc:ac3be9f98153dfb91a16d16a8a63aca3d"><td class="mdescLeft"> </td><td class="mdescRight">Returns what was passed to SetNetworkIDManager. <br/></td></tr>
<tr class="separator:ac3be9f98153dfb91a16d16a8a63aca3d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4e2454899578ba16379491fc0aa45bb6"><td class="memItemLeft" align="right" valign="top">virtual NetworkID </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#a4e2454899578ba16379491fc0aa45bb6">GetNetworkID</a> (void)</td></tr>
<tr class="separator:a4e2454899578ba16379491fc0aa45bb6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5ebfffe7c5bb1a87888b9c3bd940cf35"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#a5ebfffe7c5bb1a87888b9c3bd940cf35">SetNetworkID</a> (NetworkID id)</td></tr>
<tr class="separator:a5ebfffe7c5bb1a87888b9c3bd940cf35"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4cc5a498e4cd73194d7406350dd7a4c6"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#a4cc5a498e4cd73194d7406350dd7a4c6">SetParent</a> (void *_parent)</td></tr>
<tr class="separator:a4cc5a498e4cd73194d7406350dd7a4c6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6f48e0e1854cbc49cde9e9c9f7d3f679"><td class="memItemLeft" align="right" valign="top">virtual void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#a6f48e0e1854cbc49cde9e9c9f7d3f679">GetParent</a> (void) const </td></tr>
<tr class="separator:a6f48e0e1854cbc49cde9e9c9f7d3f679"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:aa88968a38decf8659bc5e55e8193818b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa88968a38decf8659bc5e55e8193818b"></a>
NetworkID </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#aa88968a38decf8659bc5e55e8193818b">networkID</a></td></tr>
<tr class="memdesc:aa88968a38decf8659bc5e55e8193818b"><td class="mdescLeft"> </td><td class="mdescRight">The network ID of this object. <br/></td></tr>
<tr class="separator:aa88968a38decf8659bc5e55e8193818b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0df64530ef4626519c4e9999ad753a77"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0df64530ef4626519c4e9999ad753a77"></a>
void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1NetworkIDObject.html#a0df64530ef4626519c4e9999ad753a77">parent</a></td></tr>
<tr class="memdesc:a0df64530ef4626519c4e9999ad753a77"><td class="mdescLeft"> </td><td class="mdescRight">The parent set by <a class="el" href="classRakNet_1_1NetworkIDObject.html#a4cc5a498e4cd73194d7406350dd7a4c6">SetParent()</a> <br/></td></tr>
<tr class="separator:a0df64530ef4626519c4e9999ad753a77"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Unique shared ids for each object instance. </p>
<p>A class you can derive from to make it easier to represent every networked object with an integer. This way you can refer to objects over the network. One system should return true for IsNetworkIDAuthority() and the rest should return false. When an object needs to be created, have the the one system create the object. Then have that system send a message to all other systems, and include the value returned from <a class="el" href="classRakNet_1_1NetworkIDObject.html#a4e2454899578ba16379491fc0aa45bb6">GetNetworkID()</a> in that packet. All other systems should then create the same class of object, and call <a class="el" href="classRakNet_1_1NetworkIDObject.html#a5ebfffe7c5bb1a87888b9c3bd940cf35">SetNetworkID()</a> on that class with the NetworkID in the packet. </p>
<dl class="section see"><dt>See Also</dt><dd>the manual for more information on this. </dd></dl>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a4e2454899578ba16379491fc0aa45bb6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual NetworkID RakNet::NetworkIDObject::GetNetworkID </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the NetworkID that you can use to refer to this object over the network. </p>
<dl class="section pre"><dt>Precondition</dt><dd>You must first call SetNetworkIDManager before using this function </dd></dl>
<dl class="retval"><dt>Return values</dt><dd>
<table class="retval">
<tr><td class="paramname">UNASSIGNED_NETWORK_ID</td><td>UNASSIGNED_NETWORK_ID is returned IsNetworkIDAuthority() is false and <a class="el" href="classRakNet_1_1NetworkIDObject.html#a5ebfffe7c5bb1a87888b9c3bd940cf35">SetNetworkID()</a> was not previously called. This is also returned if you call this function in the constructor. </td></tr>
<tr><td class="paramname">0-65534</td><td>Any other value is a valid NetworkID. NetworkIDs start at 0 and go to 65534, wrapping at that point. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a6f48e0e1854cbc49cde9e9c9f7d3f679"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void* RakNet::NetworkIDObject::GetParent </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Return what was passed to SetParent </p>
<dl class="section return"><dt>Returns</dt><dd>The value passed to SetParent, or 0 if it was never called. </dd></dl>
</div>
</div>
<a class="anchor" id="a5ebfffe7c5bb1a87888b9c3bd940cf35"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void RakNet::NetworkIDObject::SetNetworkID </td>
<td>(</td>
<td class="paramtype">NetworkID </td>
<td class="paramname"><em>id</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets the NetworkID for this instance. Usually this is called by the clients and determined from the servers. However, if you save multiplayer games you would likely use This on load as well. </p>
</div>
</div>
<a class="anchor" id="abb1048648224a0c27fea7cb04f444310"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void RakNet::NetworkIDObject::SetNetworkIDManager </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classRakNet_1_1NetworkIDManager.html">NetworkIDManager</a> * </td>
<td class="paramname"><em>manager</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets the manager class from which to request unique network IDs Unlike previous versions, the <a class="el" href="classRakNet_1_1NetworkIDObject.html" title="Unique shared ids for each object instance.">NetworkIDObject</a> relies on a manager class to provide IDs, rather than using statics, So you can have more than one set of IDs on the same system. </p>
</div>
</div>
<a class="anchor" id="a4cc5a498e4cd73194d7406350dd7a4c6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void RakNet::NetworkIDObject::SetParent </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>_parent</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Your class does not have to derive from <a class="el" href="classRakNet_1_1NetworkIDObject.html" title="Unique shared ids for each object instance.">NetworkIDObject</a>, although that is the easiest way to implement this. If you want this to be a member object of another class, rather than inherit, then call <a class="el" href="classRakNet_1_1NetworkIDObject.html#a4cc5a498e4cd73194d7406350dd7a4c6">SetParent()</a> with a pointer to the parent class instance. GET_OBJECT_FROM_ID will then return the parent rather than this instance. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>D:/temp/RakNet_PC/Source/<a class="el" href="NetworkIDObject_8h.html">NetworkIDObject.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Jun 2 2014 20:10:28 for RakNet by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.2
</small></address>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-pseudo/first-line-first-letter-insert-crash.html | scheib/chromium | <!DOCTYPE html>
<title>Should not crash when inserting an element inside a :first-line pseudo.</title>
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#first-line-pseudo">
<style>
p:first-line, p:first-letter {
font-family: serif;
}
</style>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<p id=target>
test<sup>sup</sup>
</p>
<script>
test(()=>{
const target = document.getElementById('target');
target.insertBefore(document.createElement('img'), target.lastChild)
});
</script>
|
test/unit/bind-elements.html | kristianmandrup/polymer | <dom-module id="x-basic">
<template>
<div id="boundChild"
value="{{ value }}"
negvalue="{{!bool}}"
attrvalue$="{{attrvalue}}"
computedvalue="{{computedvalue}}"
computedvaluetwo="{{computedvaluetwo}}"
camel-case="{{value}}"
computed-inline="{{computeInline(value,add, divide)}}"
computed-inline2="{{computeInline(value, add,divide)}}"
computedattribute$="{{computeInline(value, add,divide)}}"
neg-computed-inline="{{!computeInline(value,add,divide)}}"
computed-negative-number="{{computeNegativeNumber(-1)}}"
computed-negative-literal="{{computeNegativeNumber(-A)}}"
style$="{{boundStyle}}"
data-id$="{{dataSetId}}"
custom-event-value="{{customEventValue::custom}}"
custom-event-object-value="{{customEventObject.value::change}}"
computed-from-mixed-literals='{{computeFromLiterals(3, "foo", bool)}}'
computed-from-pure-literals='{{computeFromLiterals( 3, "foo")}}'
computed-from-tricky-function='{{$computeTrickyFunctionFromLiterals( 3, "foo")}}'
computed-from-tricky-literals="{{computeFromTrickyLiterals(3, 'tricky\,\'zot\'')}}"
computed-from-tricky-literals2='{{computeFromTrickyLiterals(3,"tricky\,'zot'" )}}'
computed-from-no-args="{{computeFromNoArgs( )}}"
no-computed="{{foobared(noInlineComputed)}}"
>
Test
</div>
<span id="boundText">{{text}}</span>
<span idtest id="{{boundId}}"></span>
<s id="computedContent">{{computeFromTrickyLiterals(3, 'tricky\,\'zot\'')}}</s>
<input id="boundInput" value="{{text::input}}">
</template>
<script>
Polymer({
is: 'x-basic',
properties: {
value: {
type: Number,
observer: 'valueChanged',
value: 10
},
computedvalue: {
computed: 'computeValue(value)',
observer: 'computedvalueChanged'
},
computedvaluetwo: {
computed: 'computeValue(valuetwo)',
observer: 'computedvaluetwoChanged'
},
notifyingvalue: {
type: Number,
notify: true,
observer: 'notifyingvalueChanged'
},
notifyingvalueWithDefault: {
notify: true,
value: 99
},
computednotifyingvalue: {
type: Number,
notify: true,
// Naming here is to test that a private setter is not created for
// computed properties
computed: '_setComputednotifyingvalue(notifyingvalue)'
},
computedFromMultipleValues: {
type: Number,
notify: true,
computed: 'computeFromMultipleValues(sum1, sum2, divide)',
observer: 'computedFromMultipleValuesChanged'
},
camelNotifyingValue: {
type: Number,
notify: true
},
readonlyvalue: {
type: Number,
readOnly: true,
notify: true,
observer: 'readonlyvalueChanged'
},
notifierWithoutComputing: {
type: Number,
observer: 'notifierWithoutComputingChanged',
notify: true,
value: 0
},
add: {
value: 20
},
divide: {
value: 2
},
customEventValue: {
type: Number,
observer: 'customEventValueChanged'
},
customEventObject: {
type: Object,
value: function() { return {}; }
},
boundId: {
type: String,
value: 'span'
},
noObserver: {
observer: 'foobared'
},
noComputedProp: {
computed: 'foobared(noComputed)'
}
},
observers: [
'multipleDepChangeHandler(dep1, dep2, dep3)',
'customEventObjectValueChanged(customEventObject.value)',
'foobared(noComplexObserver.*)'
],
created: function() {
this.observerCounts = {
valueChanged: 0,
computedvalueChanged: 0,
computedvaluetwoChanged: 0,
notifyingvalueChanged: 0,
readonlyvalueChanged: 0,
computedFromMultipleValuesChanged: 0,
multipleDepChangeHandler: 0,
customEventValueChanged: 0,
customEventObjectValueChanged: 0,
notifierWithoutComputingChanged: 0
};
},
clearObserverCounts: function() {
for (var i in this.observerCounts) {
this.observerCounts[i] = 0;
}
},
valueChanged: function(val, old) {
this.observerCounts.valueChanged++;
assert.equal(arguments.length, 2, 'observer argument length wrong');
assert.equal(val, this.value, 'observer value argument wrong');
assert.equal(old, this._value, 'observer old argument wrong');
this._value = val;
},
computeValue: function(val) {
return val + 1;
},
computedvalueChanged: function(val, old) {
this.observerCounts.computedvalueChanged++;
assert.equal(arguments.length, 2, 'observer argument length wrong');
assert.equal(val, this.computedvalue, 'observer value argument wrong');
assert.equal(old, this._computedvalue, 'observer old argument wrong');
this._computedvalue = val;
},
computedvaluetwoChanged: function(val, old) {
this.observerCounts.computedvaluetwoChanged++;
assert.equal(arguments.length, 2, 'observer argument length wrong');
assert.equal(val, this.computedvaluetwo, 'observer value argument wrong');
assert.equal(old, this._computedvaluetwo, 'observer old argument wrong');
this._computedvaluetwo = val;
},
notifyingvalueChanged: function(val, old) {
this.observerCounts.notifyingvalueChanged++;
assert.equal(arguments.length, 2, 'observer argument length wrong');
assert.equal(val, this.notifyingvalue, 'observer value argument wrong');
assert.equal(old, this._notifyingvalue, 'observer old argument wrong');
this._notifyingvalue = val;
},
readonlyvalueChanged: function(val, old) {
this.observerCounts.readonlyvalueChanged++;
assert.equal(arguments.length, 2, 'observer argument length wrong');
assert.equal(val, this.readonlyvalue, 'observer value argument wrong');
assert.equal(old, this._readonlyvalue, 'observer old argument wrong');
this._readonlyvalue = val;
},
notifierWithoutComputingChanged: function() {
this.observerCounts.notifierWithoutComputingChanged++;
},
_setComputednotifyingvalue: function(val) {
return val + 2;
},
computeFromMultipleValues: function(sum1, sum2, divide) {
assert.equal(arguments.length, 3, 'observer argument length wrong');
assert.equal(sum1, this.sum1, 'observer value argument wrong');
assert.equal(sum2, this.sum2, 'observer value argument wrong');
assert.equal(divide, this.divide, 'observer value argument wrong');
return (sum1 + sum2) / divide;
},
computedFromMultipleValuesChanged: function(val, old) {
this.observerCounts.computedFromMultipleValuesChanged++;
assert.equal(arguments.length, 2, 'observer argument length wrong');
assert.equal(val, this.computedFromMultipleValues, 'observer value argument wrong');
assert.equal(old, this._computedFromMultipleValues, 'observer old argument wrong');
this._computedFromMultipleValues = val;
},
multipleDepChangeHandler: function(dep1, dep2, dep3) {
this.observerCounts.multipleDepChangeHandler++;
assert.equal(arguments.length, 3, 'observer argument length wrong');
assert.equal(dep1, this.dep1, 'dependency 1 argument wrong');
assert.equal(dep2, this.dep2, 'dependency 2 argument wrong');
assert.equal(dep3, this.dep3, 'dependency 3 argument wrong');
},
computeInline: function(value, add, divide) {
assert.equal(arguments.length, 3, 'observer argument length wrong');
assert.equal(value, this.value, 'dependency 1 argument wrong');
assert.equal(add, this.add, 'dependency 2 argument wrong');
assert.equal(divide, this.divide, 'dependency 3 argument wrong');
return (value + add) / divide;
},
customEventValueChanged: function(val, old) {
this.observerCounts.customEventValueChanged++;
assert.equal(arguments.length, 2, 'observer argument length wrong');
assert.equal(val, this.customEventValue, 'observer value argument wrong');
assert.equal(old, this._customEventValue, 'observer old argument wrong');
this._customEventValue = val;
},
customEventObjectValueChanged: function(val) {
this.observerCounts.customEventObjectValueChanged++;
assert.equal(arguments.length, 1, 'observer argument length wrong');
assert.equal(val, this.customEventObject.value, 'observer value argument wrong');
// note, no `old` argument for path observers
},
computeFromLiterals: function(num, str) {
assert.equal(num, 3);
assert.equal(str, 'foo');
return num + str;
},
$computeTrickyFunctionFromLiterals: function(num, str) {
return this.computeFromLiterals(num, str);
},
computeFromTrickyLiterals: function(a, b) {
return a + b;
},
computeFromNoArgs: function() {
return 'no args!';
},
computeNegativeNumber: function (num) {
return num;
}
});
</script>
</dom-module>
<dom-module id="x-compose">
<template>
<x-basic id="basic1"
value="{{boundvalue}}"
notifyingvalue="{{boundnotifyingvalue}}"
notifyingvalue-with-default="{{boundnotifyingvalueWithDefault}}"
camel-notifying-value="{{boundnotifyingvalue}}"
computedvalue="{{boundcomputedvalue}}"
computednotifyingvalue="{{boundcomputednotifyingvalue}}"
readonlyvalue="{{boundreadonlyvalue}}">
</x-basic>
<x-basic id="basic2"
value="[[boundvalue]]"
notifyingvalue="[[boundnotifyingvalue]]"
computedvalue="[[boundcomputedvalue]]"
computednotifyingvalue="[[boundcomputednotifyingvalue]]">
</x-basic>
<x-basic id="basic3"
notifyingvalue="{{computedValue}}"
computedvalue="{{value}}">
</x-basic>
</template>
<script>
Polymer({
is: 'x-compose',
observers: [
'boundvalueChanged(boundvalue)',
'boundnotifyingvalueChanged(boundnotifyingvalue)',
'boundcomputedvalueChanged(boundcomputedvalue)',
'boundcomputednotifyingvalueChanged(boundcomputednotifyingvalue)',
'boundreadonlyvalueChanged(boundreadonlyvalue)'
],
properties: {
a: {
value: 10
},
b: {
value: 20
},
computedValue: {
computed: 'computeComputedValue(a, b)'
}
},
created: function() {
this.observerCounts = {
boundvalueChanged: 0,
boundnotifyingvalueChanged: 0,
boundcomputedvalueChanged: 0,
boundcomputednotifyingvalueChanged: 0,
boundreadonlyvalueChanged: 0
};
},
computeComputedValue: function(a, b) {
return a + b;
},
clearObserverCounts: function() {
for (var i in this.observerCounts) {
this.observerCounts[i] = 0;
}
},
boundvalueChanged: function() {
this.observerCounts.boundvalueChanged++;
},
boundnotifyingvalueChanged: function() {
this.observerCounts.boundnotifyingvalueChanged++;
},
boundcomputedvalueChanged: function() {
this.observerCounts.boundcomputedvalueChanged++;
},
boundcomputednotifyingvalueChanged: function() {
this.observerCounts.boundcomputednotifyingvalueChanged++;
},
boundreadonlyvalueChanged: function() {
this.observerCounts.boundreadonlyvalueChanged++;
}
});
</script>
</dom-module>
<script>
Polymer({
is: 'x-reflect',
properties: {
reflectedobject: {
type: Object,
reflectToAttribute: true
},
reflectedarray: {
type: Array,
reflectToAttribute: true
},
reflectedNumber: {
type: Number,
reflectToAttribute: true
},
reflectedstring: {
type: String,
reflectToAttribute: true
},
reflectedboolean: {
type: Boolean,
reflectToAttribute: true
},
reflecteddate: {
type: Date,
reflectToAttribute: true
}
}
});
</script>
<script>
Polymer({
is: 'x-notifies1',
properties: {
notifies: {
notify: true
}
},
ready: function() {
this.notifies = 'readyValue';
}
});
</script>
<dom-module id="x-notifies2">
<template>
<x-notifies1 id="notifies1" notifies="{{shouldChange}}"></x-notifies1>
</template>
</dom-module>
<script>
Polymer({
is: 'x-notifies2',
properties: {
notifies: {
notify: true
}
}
});
</script>
<dom-module id="x-notifies3">
<template>
<x-notifies2 id="notifies2" notifies="{{shouldNotChange}}"></x-notifies2>
</template>
</dom-module>
<script>
Polymer({
is: 'x-notifies3',
properties: {
shouldNotChange: {
observer: 'shouldNotChangeChanged'
}
},
shouldNotChangeChanged: function() { }
});
</script>
<dom-module id="x-entity-and-binding">
<template>
<p>©</p>
<p id="binding">{{myText}}</p>
</template>
</dom-module>
<script>
Polymer({
is: "x-entity-and-binding",
properties: {
myText: {
type: String,
value: 'binding'
}
}
});
</script>
|
src/reference/resources/css/html.css | Percussion-Software/spring-social-google | body {
text-align: justify;
margin-right: 2em;
margin-left: 2em;
}
a,
a[accesskey^
=
"h"
]
,
a[accesskey^
=
"n"
]
,
a[accesskey^
=
"u"
]
,
a[accesskey^
=
"p"
]
{
font-family: Verdana, Arial, helvetica, sans-serif
;
font-size:
12
px
;
color: #003399
;
}
a:active {
color: #003399;
}
a:visited {
color: #888888;
}
p {
font-family: Verdana, Arial, sans-serif;
}
dt {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
}
p, dl, dt, dd, blockquote {
color: #000000;
margin-bottom: 3px;
margin-top: 3px;
padding-top: 0px;
}
ol, ul, p {
margin-top: 6px;
margin-bottom: 6px;
}
p, blockquote {
font-size: 90%;
}
p.releaseinfo {
font-size: 100%;
font-weight: bold;
font-family: Verdana, Arial, helvetica, sans-serif;
padding-top: 10px;
}
p.pubdate {
font-size: 120%;
font-weight: bold;
font-family: Verdana, Arial, helvetica, sans-serif;
}
td {
font-size: 80%;
}
td, th, span {
color: #000000;
}
td[width^
=
"40%"
]
{
font-family: Verdana, Arial, helvetica, sans-serif
;
font-size:
12
px
;
color: #003399
;
}
table[summary^
=
"Navigation header"
]
tbody tr th[colspan^
=
"3"
]
{
font-family: Verdana, Arial, helvetica, sans-serif
;
}
blockquote {
margin-right: 0px;
}
h1, h2, h3, h4, h6, H6 {
color: #000000;
font-weight: 500;
margin-top: 0px;
padding-top: 14px;
font-family: Verdana, Arial, helvetica, sans-serif;
margin-bottom: 0px;
}
h2.title {
font-weight: 800;
margin-bottom: 8px;
}
h2.subtitle {
font-weight: 800;
margin-bottom: 20px;
}
.firstname, .surname {
font-size: 12px;
font-family: Verdana, Arial, helvetica, sans-serif;
}
table {
border-collapse: collapse;
border-spacing: 0;
border: 1px black;
empty-cells: hide;
margin: 10px 0px 30px 50px;
width: 90%;
}
div.table {
margin: 30px 0px 30px 0px;
border: 1px dashed gray;
padding: 10px;
}
div .table-contents table {
border: 1px solid black;
}
div.table > p.title {
padding-left: 10px;
}
table[summary^
=
"Navigation footer"
]
{
border-collapse: collapse
;
border-spacing:
0
;
border:
1
px black
;
empty-cells: hide
;
margin:
0
px
;
width:
100
%
;
}
table[summary^
=
"Note"
]
,
table[summary^
=
"Warning"
]
,
table[summary^
=
"Tip"
]
{
border-collapse: collapse
;
border-spacing:
0
;
border:
1
px black
;
empty-cells: hide
;
margin:
10
px
0
px
10
px
-
20
px
;
width:
100
%
;
}
td {
padding: 4pt;
font-family: Verdana, Arial, helvetica, sans-serif;
}
div.warning TD {
text-align: justify;
}
h1 {
font-size: 150%;
}
h2 {
font-size: 110%;
}
h3 {
font-size: 100%;
font-weight: bold;
}
h4 {
font-size: 90%;
font-weight: bold;
}
h5 {
font-size: 90%;
font-style: italic;
}
h6 {
font-size: 100%;
font-style: italic;
}
tt {
font-size: 110%;
font-family: "Courier New", Courier, monospace;
color: #000000;
}
.navheader, .navfooter {
border: none;
}
div.navfooter table {
border: dashed gray;
border-width: 1px 1px 1px 1px;
background-color: #cde48d;
}
pre {
font-size: 110%;
padding: 5px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
background-color: #f3f5e9;
}
ul, ol, li {
list-style: disc;
}
hr {
width: 100%;
height: 1px;
background-color: #CCCCCC;
border-width: 0px;
padding: 0px;
}
.variablelist {
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
}
.term {
font-weight: bold;
}
.mediaobject {
padding-top: 30px;
padding-bottom: 30px;
}
.legalnotice {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 12px;
font-style: italic;
}
.sidebar {
float: right;
margin: 10px 0px 10px 30px;
padding: 10px 20px 20px 20px;
width: 33%;
border: 1px solid black;
background-color: #F4F4F4;
font-size: 14px;
}
.property {
font-family: "Courier New", Courier, monospace;
}
a code {
font-family: Verdana, Arial, monospace;
font-size: 12px;
}
td code {
font-size: 110%;
}
div.note * td,
div.tip * td,
div.warning * td,
div.calloutlist * td {
text-align: justify;
font-size: 100%;
}
.programlisting .interfacename,
.programlisting .literal,
.programlisting .classname {
font-size: 95%;
}
.title .interfacename,
.title .literal,
.title .classname {
font-size: 130%;
}
/* everything in a <lineannotation/> is displayed in a coloured, comment-like font */
.programlisting * .lineannotation,
.programlisting * .lineannotation * {
color: green;
}
|
www/lib/ngmap/testapp/map_app.html | itsmemz53/Project-DB | <!DOCTYPE html>
<html ng-app="myApp">
<head>
<title>GoogleMap-Based App</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.js"></script>
<!--
<script src="../build/scripts/ng-map.min.js"></script>
-->
<script src="../app.js"></script>
<script src="../directives/map_controller.js"></script>
<script src="../directives/map.js"></script>
<script src="../directives/marker.js"></script>
<script src="../directives/shape.js"></script>
<script src="../services/geo_coder.js"></script>
<script src="../services/navigator_geolocation.js"></script>
<script src="../services/street_view.js"></script>
<script src="../services/attr2_options.js"></script>
<script src="scripts/markerclusterer.js"></script>
<script>
var app = angular.module('myApp', ['ngMap']);
app.controller('mapController', function($scope, $http, StreetView) {
$scope.map;
$scope.stores = [];
$scope.$on('mapInitialized', function(event, evtMap) {
map = evtMap;
$scope.map = map;
console.log('loading scripts/starbucks.json');
$http.get('scripts/starbucks.json').success( function(stores) {
for (var i=0; i<stores.length; i++) {
var store = stores[i];
store.position = new google.maps.LatLng(store.latitude,store.longitude);
store.title = store.name;
var marker = new google.maps.Marker(store);
google.maps.event.addListener(marker, 'click', function() {
$scope.store = this;
StreetView.getPanorama(map).then(function(panoId) {
$scope.panoId = panoId;
});
map.setZoom(18);
map.setCenter(this.getPosition());
$scope.storeInfo.show();
});
google.maps.event.addListener(map, 'click', function() {
$scope.storeInfo.hide();
});
$scope.stores.push(marker);
}
console.log('finished loading scripts/starbucks.json', '$scope.stores', $scope.stores.length);
$scope.markerClusterer = new MarkerClusterer(map, $scope.stores, {});
$scope.fullScreenToggle.click();
});
});
$scope.showStreetView = function() {
StreetView.setPanorama(map, $scope.panoId);
$scope.storeInfo.hide();
};
$scope.showHybridView = function() {
map.setMapTypeId(google.maps.MapTypeId.HYBRID);
map.setTilt(45);
$scope.storeInfo.hide();
}
});
app.directive('fullScreenToggle', function() {
return {
link: function(scope, e, a) {
this.click = function() {
e.parent().toggleClass('full-screen');
e.text( e.parent().hasClass('full-screen') ? 'Exit Full Screen' : 'Full Screen' );
google.maps.event.trigger(scope.map, 'resize');
};
e.on('click', this.click);
scope.fullScreenToggle = this;
}
}
});
app.directive('storeInfo', function() {
var StoreInfo = function(s, e, a) {
this.scope = s;
this.element = e;
this.attrs = a;
this.show = function() {
this.element.css('display', 'block');
this.scope.$apply();
}
this.hide = function() {
this.element.css('display', 'none');
}
};
return {
templateUrl: 'store-info.html',
link: function(scope, e, a) {
scope.storeInfo= new StoreInfo(scope, e, a);
}
}
});
</script>
<style>
html, body {width:100%; height: 100%; margin: 0}
div#map-container {width: 600px; height: 400px; position: relative; color: rgb(86, 86, 86); font-family: Roboto, Arial, sans-serif; -webkit-user-select: none; font-size: 11px; }
div#map-container div.custom-control { z-index: 1; direction: ltr; overflow: hidden; text-align: center; padding: 1px 6px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; -webkit-background-clip: padding-box; border-width: 1px 1px 1px 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: rgba(0, 0, 0, 0.14902); border-right-color: rgba(0, 0, 0, 0.14902); border-bottom-color: rgba(0, 0, 0, 0.14902); -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; min-width: 41px; background-color: rgb(255, 255, 255); background-clip: padding-box; }
div#map-container.full-screen {position:absolute; display:block; width:100%; height:100%; top: 0; left: 0}
div#map-container div[full-screen-toggle] { cursor: pointer; position: absolute; top: 5px; right: 100px; }
div#map-container div[store-info] { position: absolute; display: none; top: 5px; right: 5px; bottom: 5px; width: 40% }
div#map-container div[store-info] a.hide-link { float:right }
div#map-container div[store-info] table { width: 100% }
div#map-container div[store-info] table td { text-align: left; padding: 5px; border: 1px solid #ccc }
map {display:block; width:100%; height:100%;}
</style>
<script type="text/ng-template" id="store-info.html">
<a class="hide-link" ng-click="storeInfo.hide()" href="">x</a>
<h3> {{store.name}} </h3>
<table>
<tr>
<td> Address </td>
<td> {{store.street_combined}} <br/>
{{store.city}} {{store.postal_code}} {{store.country}} <br/>
</td>
</tr>
<tr>
<td> Coordinates </td>
<td>
Latitude: {{store.latitude}} <br/>
Longitude: {{store.longitude}}
</td>
</tr>
</table>
<a ng-show="panoId" href="" ng-click="showStreetView()">Street View</a>
<a href="" ng-click="showHybridView()">Satellite View</a>
</script>
</head>
<body>
<h1>GoogleMap-Based App</h1>
<hr />
<div id="map-container" ng-controller="mapController">
<map zoom="2" center="[45.518970, -122.672899]"></map>
<div full-screen-toggle class="custom-control">Full Screen</div>
<div store-info class="custom-control">Store Info</div>
</div>
</body>
</html>
|
website/templates/pages/update-password.html | saurabh6790/medsyn-lib | {% extends base_template %}
{% block content %}
<div class="container">
<div class="row" style="margin-top: 40px; margin-bottom: 20px">
<div class="col-sm-offset-3 col-sm-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="icon-key"></i> Reset Password</h4>
</div>
<div class="panel-body">
<div class="form-group">
<input id="old_password" type="password"
class="form-control" placeholder="Old Password">
</div>
<div class="form-group">
<input id="new_password" type="password"
class="form-control" placeholder="New Password">
</div>
<div class="form-group">
<button type="submit" id="update"
class="btn btn-primary">Update</button>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function() {
if(get_url_arg("key")) {
$("#old_password").parent().toggle(false);
}
$("#new_password").on("keypress", function(e) {
if(e.which===13) $("#update").click();
})
$("#update").click(function() {
var args = {
key: get_url_arg("key") || "",
old_password: $("#old_password").val(),
new_password: $("#new_password").val()
}
if(!args.old_password && !args.key) {
wn.msgprint("Old Password Required.");
return;
}
if(!args.new_password) {
wn.msgprint("New Password Required.")
return;
}
wn.call({
type: "POST",
method: "core.doctype.profile.profile.update_password",
btn: $("#update"),
args: args,
callback: function(r) {
if(r.message) {
$("input").val("");
var dialog = wn.msgprint(r.message);
dialog.on("hide.bs.modal", function() {
window.location.href = "login";
});
}
}
})
})
});
</script>
{% endblock %} |
zeppelin-web/src/app/notebook/revisions-comparator/revisions-comparator.css | vipul1409/zeppelin | /*
* 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.
*/
.revisions-comparator {
background: white;
padding: 10px 15px 15px 15px;
margin-left: -10px;
margin-right: -10px;
font-family: 'Roboto', sans-serif;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
border-bottom: 1px solid #E5E5E5;
}
.revisions-comparator-panel {
transition-property: border, left, background-color;
transition-duration: 250ms, 500ms, 200ms;
transition-timing-function: ease-out;
position: relative;
left: 0;
width: 95%;
background-color: rgba(255, 255, 0, 0.10);
border: 1px solid rgba(120, 129, 82, 0.08);
margin-right: 15px;
min-width: 270px;
}
.revisions-comparator-panel:first-child {
margin-top: 5px;
}
.revisions-comparator-panel:last-child {
margin-bottom: 5px;
}
.revisions-comparator-panel:hover {
border: 1px solid rgba(55, 54, 35, 0.35);
background-color: rgba(255, 204, 0, 0.15);
}
.revisions-comparator-panel-selected {
background-color: rgba(252, 255, 0, 0.53) !important;
border: 1px solid rgba(55, 54, 35, 0.49)
}
.revisions-comparator-panel-heading {
padding: 10px;
cursor: pointer;
}
.revisions-comparator-panel.ng-enter,
.revisions-comparator-panel.ng-enter.ng-enter-active ,
.revisions-comparator-panel.ng-leave,
.revisions-comparator-panel.ng-leave-active {
transition-duration: 0s !important;
}
.cursor-hand {
cursor: pointer;
}
.paragraphs-div {
overflow: auto;
height: 35vh;
}
.paragraphs-div-border {
border: 1px solid black;
border-radius: 10px;
padding: 10px;
}
.commit-tree {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
border: 2px solid grey;
border-radius: 5px !important;
}
.commit-rows {
height: 30vh;
overflow: auto;
display: block;
width: 100%;
}
.commit-rows tr:nth-child(even) {
background-color: rgba(128, 128, 128, 0.06);
}
.commit-tree tr:hover {
background-color: rgba(48, 113, 169, 0.21);
}
.selected-revision {
background-color: rgba(48, 113, 169, 0.47) !important;
}
.commit-tree table {
border-collapse: collapse;
table-layout: fixed;
padding: 2px;
margin-bottom: 0px;
}
.commit-tree tr {
width: 100%;
}
.commit-tree td:nth-child(1),
.commit-tree th:nth-child(1) {
width: 10%;
}
.commit-tree td:nth-child(2),
.commit-tree th:nth-child(2) {
width: 20%;
}
.commit-tree th{
font-weight: normal;
font-size: 1.2em;
background-color: #317bb4;
color: rgb(255, 255, 255);
text-align: center;
}
.commit-tree .commit-rows td{
padding-left: 15px;
}
.commit-tree thead tr {
display: block;
position: relative;
}
.empty-code-panel {
text-align: center;
padding-top: 25%;
font-size: 30px;
color: grey;
}
.empty-paragraph-message {
font-size: 2em;
color: grey;
margin: 0 auto;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.revisions-comparator-bar {
margin-left: 25px;
}
.revisions-comparator-bar .btn-group {
margin: 0 20px;
}
.revisions-comparator-code-panel {
display: block;
clear: both;
width: 95%;
float: left;
height: 70vh;
overflow-y: auto;
}
.revisions-comparator-code-panel-title {
width: 50%;
float: left;
font-size: 14px;
padding: 5px;
}
.revisions-comparator-bar {
width: 400px;
padding-bottom: 10px;
}
.revisions-comparator-status {
font-size: 12px;
padding-left: 10px;
}
#diffPanel {
height: 100%;
padding-left: 10px;
border: 2px solid grey;
border-radius: 5px !important;
}
#diffPanel .panel-group {
height: inherit;
overflow: auto;
}
.revision-name-for-compare {
cursor: default;
overflow: hidden;
vertical-align: bottom;
display: inline-block;
max-width: 100px;
padding: 1px 5px;
}
.revisions-comparator-caret {
padding-bottom: 5px;
}
.revisions-comparator-link, .revisions-comparator-link:hover,
.revisions-comparator-link:visited, .revisions-comparator-link:focus {
text-decoration: none;
outline: none;
color: #000;
}
.revisions-comparator-first-string {
display: block;
height: 2em;
overflow: hidden;
padding-top: 6px;
padding-left: 5px;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 12px;
color: grey;
}
.revisions-comparator-dropdown {
padding: 5px;
font-size: 12px;
border-radius: 3px;
}
.color-green-row {
background-color: rgba(0, 226, 0, 0.22);
display: block;
color: green;
}
.color-red-row {
background-color: rgba(226, 0, 0, 0.22);
display: block;
color: red;
}
.color-green {
color: green;
}
.color-red {
color: red;
}
.color-black {
color: black;
}
.color-orange {
color: orange;
}
|
src/main/drupal/sites/all/modules/cck/modules/optionwidgets/help/optionwidgets.html | ROLE/widget-store | <p>Optionwidgets creates drop-down select lists, checkboxes, and radio widgets that can be used with fields that have specific allowed values.</p>
<p>The <a href="&topic:number/number&">Number</a> and <a href="&topic:text/text&">Text</a> fields have settings for creating lists of allowed values that can be used in Optionwidgets. The <a href="&topic:nodereference/nodereference&">Nodereference</a> and <a href="&topic:userreference/userreference&">Userreference</a> fields use Optionwidgets to present the possible values in select lists or checkboxes.</p> |
third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-data-url-frame-with-frame.html | joone/chromium-crosswalk | <script>
function frameLoaded() {
if (window.opener)
window.opener.postMessage('done', '*');
}
</script>
<iframe onload="frameLoaded()" src="data:text/html,<html><iframe src='http://127.0.0.1:8080/security/mixedContent/resources/boring.html'></iframe></html>"></iframe>
|
work/berkeley-db/docs/api_reference/C/db.html | joglomedia/masedi.net | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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>Chapter 2. The DB Handle</title>
<link rel="stylesheet" href="apiReference.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB C API Reference" />
<link rel="up" href="index.html" title="Berkeley DB C API Reference" />
<link rel="prev" href="introduction.html" title="Chapter 1. Introduction to Berkeley DB APIs" />
<link rel="next" href="dbassociate.html" title="DB->associate()" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Chapter 2.
The DB Handle
</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="dbassociate.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="chapter" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a id="db"></a>Chapter 2.
The DB Handle
</h2>
</div>
</div>
</div>
<p>
The DB is the handle for a single Berkeley DB database. A Berkeley DB database
provides a mechanism for organizing key-data pairs of information. From the
perspective of some database systems, a Berkeley DB database could be thought of as
a single table within a larger database.
</p>
<p>
You create a DB handle using the <a class="xref" href="dbcreate.html" title="db_create">db_create</a>
<span>function.</span>
For most database activities, you must then open the handle using the
<a class="xref" href="dbopen.html" title="DB->open()">DB->open()</a>
method. When you are done with them, handles must be closed using the
<a class="xref" href="dbclose.html" title="DB->close()">DB->close()</a> method.
</p>
<p>
Alternatively, you can create a DB and then rename, remove or verify the database
without performing an open. See <a class="xref" href="dbrename.html" title="DB->rename()">DB->rename()</a>,
<a class="xref" href="dbremove.html" title="DB->remove()">DB->remove()</a> or
<a class="xref" href="dbverify.html" title="DB->verify()">DB->verify()</a> for information on these
activities.
</p>
<p>
It is possible to create databases such that they are organized within a
<span class="emphasis"><em>database environment</em></span>. Environments are optional for simple Berkeley
DB applications that do not use transactions, recovery, replication or any other
advanced features. For simple Berkeley DB applications, environments still offer some
advantages. For example, they provide some organizational
benefits on-disk (all databases are located on disk relative to the environment). Also,
if you are using multiple databases, then environments allow your databases to share a
common in-memory cache, which makes for more efficient usage of your hardware's
resources.
</p>
<p>
See <a class="link" href="env.html" title="Chapter 5. The DB_ENV Handle">DB_ENV</a> for information on using database
environments.
</p>
<p>
You specify the underlying organization of the data in the database (e.g. BTree, Hash,
Queue, and Recno) when you open the database. When you create a database,
you are free to specify any of the available database types. On subsequent opens,
you must either specify the access method used when you first opened the database, or
you can specify <code class="literal">DB_UNKNOWN</code> in order to have this information
retrieved for you. See the <a class="xref" href="dbopen.html" title="DB->open()">DB->open()</a>
method for information on specifying database types.
</p>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="dblist"></a>Database and Related Methods</h2>
</div>
</div>
</div>
<div class="navtable">
<table border="1" width="80%">
<thead>
<tr>
<th>Database Operations</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="xref" href="dbassociate.html" title="DB->associate()">DB->associate()</a>
</td>
<td>Associate a secondary index</td>
</tr>
<tr>
<td>
<a class="xref" href="dbassociate_foreign.html" title="DB->associate_foreign()">DB->associate_foreign()</a>
</td>
<td>Associate a foreign index</td>
</tr>
<tr>
<td>
<a class="xref" href="dbclose.html" title="DB->close()">DB->close()</a>
</td>
<td>Close a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbcreate.html" title="db_create">db_create</a>
</td>
<td>Create a database handle</td>
</tr>
<tr>
<td>
<a class="xref" href="dbcompact.html" title="DB->compact()">DB->compact()</a>
</td>
<td>Compact a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbdel.html" title="DB->del()">DB->del()</a>
</td>
<td>Delete items from a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dberr.html" title="DB->err()">DB->err()</a>
</td>
<td>Error message</td>
</tr>
<tr>
<td>
<a class="xref" href="dbexists.html" title="DB->exists()">DB->exists()</a>
</td>
<td>Return if an item appears in a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbfd.html" title="DB->fd()">DB->fd()</a>
</td>
<td>Return a file descriptor from a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbget.html" title="DB->get()">DB->get()</a>
</td>
<td>Get items from a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbget_byteswapped.html" title="DB->get_byteswapped()">DB->get_byteswapped()</a>
</td>
<td>Return if the underlying database is in host order</td>
</tr>
<tr>
<td>
<a class="xref" href="dbget_dbname.html" title="DB->get_dbname()">DB->get_dbname()</a>
</td>
<td>Return the file and database name</td>
</tr>
<tr>
<td>
<a class="xref" href="dbget_multiple.html" title="DB->get_multiple()">DB->get_multiple()</a>
</td>
<td>Return if the database handle references multiple databases</td>
</tr>
<tr>
<td>
<a class="xref" href="dbget_open_flags.html" title="DB->get_open_flags()">DB->get_open_flags()</a>
</td>
<td>Returns the flags specified to DB->open</td>
</tr>
<tr>
<td>
<a class="xref" href="dbget_type.html" title="DB->get_type()">DB->get_type()</a>
</td>
<td>Return the database type</td>
</tr>
<tr>
<td>
<a class="xref" href="dbjoin.html" title="DB->join()">DB->join()</a>
</td>
<td>Perform a database join on cursors</td>
</tr>
<tr>
<td>
<a class="xref" href="dbkey_range.html" title="DB->key_range()">DB->key_range()</a>
</td>
<td>Return estimate of key location</td>
</tr>
<tr>
<td>
<a class="xref" href="dbopen.html" title="DB->open()">DB->open()</a>
</td>
<td>Open a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbput.html" title="DB->put()">DB->put()</a>
</td>
<td>Store items into a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbremove.html" title="DB->remove()">DB->remove()</a>
</td>
<td>Remove a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbrename.html" title="DB->rename()">DB->rename()</a>
</td>
<td>Rename a database</td>
</tr>
<tr>
<td><a class="xref" href="dbset_priority.html" title="DB->set_priority()">DB->set_priority()</a>, <a class="xref" href="dbget_priority.html" title="DB->get_priority()">DB->get_priority()</a></td>
<td>Set/get cache page priority</td>
</tr>
<tr>
<td>
<a class="xref" href="dbstat.html" title="DB->stat()">DB->stat()</a>
</td>
<td>Database statistics</td>
</tr>
<tr>
<td>
<a class="xref" href="dbstat_print.html" title="DB->stat_print()">DB->stat_print()</a>
</td>
<td>Display database statistics</td>
</tr>
<tr>
<td>
<a class="xref" href="dbsync.html" title="DB->sync()">DB->sync()</a>
</td>
<td>Flush a database to stable storage</td>
</tr>
<tr>
<td>
<a class="xref" href="dbtruncate.html" title="DB->truncate()">DB->truncate()</a>
</td>
<td>Empty a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbupgrade.html" title="DB->upgrade()">DB->upgrade()</a>
</td>
<td>Upgrade a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbverify.html" title="DB->verify()">DB->verify()</a>
</td>
<td>Verify/salvage a database</td>
</tr>
<tr>
<td>
<a class="xref" href="dbcursor.html" title="DB->cursor()">DB->cursor()</a>
</td>
<td>Create a cursor handle</td>
</tr>
<tr>
<td colspan="2">
<span class="bold">
<strong>Database Configuration</strong>
</span>
</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_alloc.html" title="DB->set_alloc()">DB->set_alloc()</a>
</td>
<td>Set local space allocation functions</td>
</tr>
<tr>
<td><a class="xref" href="dbset_cachesize.html" title="DB->set_cachesize()">DB->set_cachesize()</a>, <a class="xref" href="dbget_cachesize.html" title="DB->get_cachesize()">DB->get_cachesize()</a></td>
<td>Set/get the database cache size</td>
</tr>
<tr>
<td><a class="xref" href="dbset_create_dir.html" title="DB->set_create_dir()">DB->set_create_dir()</a>, <a class="xref" href="dbget_create_dir.html" title="DB->get_create_dir()">DB->get_create_dir()</a></td>
<td>Set/get the directory in which a database is placed</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_dup_compare.html" title="DB->set_dup_compare()">DB->set_dup_compare()</a>
</td>
<td>Set a duplicate comparison function</td>
</tr>
<tr>
<td><a class="xref" href="dbset_encrypt.html" title="DB->set_encrypt()">DB->set_encrypt()</a>, <a class="xref" href="dbget_encrypt_flags.html" title="DB->get_encrypt_flags()">DB->get_encrypt_flags()</a></td>
<td>Set/get the database cryptographic key</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_errcall.html" title="DB->set_errcall()">DB->set_errcall()</a>
</td>
<td>Set error message callback</td>
</tr>
<tr>
<td><a class="xref" href="dbset_errfile.html" title="DB->set_errfile()">DB->set_errfile()</a>, <a class="xref" href="dbget_errfile.html" title="DB->get_errfile()">DB->get_errfile()</a></td>
<td>Set/get error message FILE</td>
</tr>
<tr>
<td><a class="xref" href="dbset_errpfx.html" title="DB->set_errpfx()">DB->set_errpfx()</a>, <a class="xref" href="dbget_errpfx.html" title="DB->get_errpfx()">DB->get_errpfx()</a></td>
<td>Set/get error message prefix</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_feedback.html" title="DB->set_feedback()">DB->set_feedback()</a>
</td>
<td>Set feedback callback</td>
</tr>
<tr>
<td><a class="xref" href="dbset_flags.html" title="DB->set_flags()">DB->set_flags()</a>, <a class="xref" href="dbget_flags.html" title="DB->get_flags()">DB->get_flags()</a></td>
<td>Set/get general database configuration</td>
</tr>
<tr>
<td><a class="xref" href="dbset_lorder.html" title="DB->set_lorder()">DB->set_lorder()</a>, <a class="xref" href="dbget_lorder.html" title="DB->get_lorder()">DB->get_lorder()</a></td>
<td>Set/get the database byte order</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_msgcall.html" title="DB->set_msgcall()">DB->set_msgcall()</a>
</td>
<td>Set informational message callback</td>
</tr>
<tr>
<td><a class="xref" href="dbset_msgfile.html" title="DB->set_msgfile()">DB->set_msgfile()</a>, <a class="xref" href="dbget_msgfile.html" title="DB->get_msgfile()">DB->get_msgfile()</a></td>
<td>Set/get informational message FILE</td>
</tr>
<tr>
<td><a class="xref" href="dbset_pagesize.html" title="DB->set_pagesize()">DB->set_pagesize()</a>, <a class="xref" href="dbget_pagesize.html" title="DB->get_pagesize()">DB->get_pagesize()</a></td>
<td>Set/get the underlying database page size</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_partition.html" title="DB->set_partition()">DB->set_partition()</a>
</td>
<td>Set database partitioning</td>
</tr>
<tr>
<td><a class="xref" href="dbset_partition_dirs.html" title="DB->set_partition_dirs()">DB->set_partition_dirs()</a>, <a class="xref" href="dbget_partition_dirs.html" title="DB->get_partition_dirs()">DB->get_partition_dirs()</a></td>
<td>Set/get the directories used for database partitions</td>
</tr>
<tr>
<td colspan="2">
<span class="bold">
<strong>Btree/Recno Configuration</strong>
</span>
</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_append_recno.html" title="DB->set_append_recno()">DB->set_append_recno()</a>
</td>
<td>Set record append callback</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_bt_compare.html" title="DB->set_bt_compare()">DB->set_bt_compare()</a>
</td>
<td>Set a Btree comparison function</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_bt_compress.html" title="DB->set_bt_compress()">DB->set_bt_compress()</a>
</td>
<td>Set Btree compression functions</td>
</tr>
<tr>
<td><a class="xref" href="dbset_bt_minkey.html" title="DB->set_bt_minkey()">DB->set_bt_minkey()</a>, <a class="xref" href="dbget_bt_minkey.html" title="DB->get_bt_minkey()">DB->get_bt_minkey()</a></td>
<td>Set/get the minimum number of keys per Btree page</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_bt_prefix.html" title="DB->set_bt_prefix()">DB->set_bt_prefix()</a>
</td>
<td>Set a Btree prefix comparison function</td>
</tr>
<tr>
<td><a class="xref" href="dbset_re_delim.html" title="DB->set_re_delim()">DB->set_re_delim()</a>, <a class="xref" href="dbget_re_delim.html" title="DB->get_re_delim()">DB->get_re_delim()</a></td>
<td>Set/get the variable-length record delimiter</td>
</tr>
<tr>
<td><a class="xref" href="dbset_re_len.html" title="DB->set_re_len()">DB->set_re_len()</a>, <a class="xref" href="dbget_re_len.html" title="DB->get_re_len()">DB->get_re_len()</a></td>
<td>Set/get the fixed-length record length</td>
</tr>
<tr>
<td><a class="xref" href="dbset_re_pad.html" title="DB->set_re_pad()">DB->set_re_pad()</a>, <a class="xref" href="dbget_re_pad.html" title="DB->get_re_pad()">DB->get_re_pad()</a></td>
<td>Set/get the fixed-length record pad byte</td>
</tr>
<tr>
<td><a class="xref" href="dbset_re_source.html" title="DB->set_re_source()">DB->set_re_source()</a>, <a class="xref" href="dbget_re_source.html" title="DB->get_re_source()">DB->get_re_source()</a></td>
<td>Set/get the backing Recno text file</td>
</tr>
<tr>
<td colspan="2">
<span class="bold">
<strong>Hash Configuration</strong>
</span>
</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_h_compare.html" title="DB->set_h_compare()">DB->set_h_compare()</a>
</td>
<td>Set a Hash comparison function</td>
</tr>
<tr>
<td><a class="xref" href="dbset_h_ffactor.html" title="DB->set_h_ffactor()">DB->set_h_ffactor()</a>, <a class="xref" href="dbget_h_ffactor.html" title="DB->get_h_ffactor()">DB->get_h_ffactor()</a></td>
<td>Set/get the Hash table density</td>
</tr>
<tr>
<td>
<a class="xref" href="dbset_h_hash.html" title="DB->set_h_hash()">DB->set_h_hash()</a>
</td>
<td>Set a hashing function</td>
</tr>
<tr>
<td><a class="xref" href="dbset_h_nelem.html" title="DB->set_h_nelem()">DB->set_h_nelem()</a>, <a class="xref" href="dbget_h_nelem.html" title="DB->get_h_nelem()">DB->get_h_nelem()</a></td>
<td>Set/get the Hash table size</td>
</tr>
<tr>
<td colspan="2">
<span class="bold">
<strong>Queue Configuration</strong>
</span>
</td>
</tr>
<tr>
<td><a class="xref" href="dbset_q_extentsize.html" title="DB->set_q_extentsize()">DB->set_q_extentsize()</a>, <a class="xref" href="dbget_q_extentsize.html" title="DB->get_q_extentsize()">DB->get_q_extentsize()</a></td>
<td>Set/get Queue database extent size</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="dbassociate.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter 1. Introduction to Berkeley DB APIs </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> DB->associate()</td>
</tr>
</table>
</div>
</body>
</html>
|
modules/examples/field_permission_example/css/field-permission-description.css | CatalinaJJ/firstProjectDrupal | /**
* Field Permssions Example CSS
*/
|
webui/applications/admin/views/default.mobile/edit_language.html | pouyana/teireader | {{extend 'default.mobile/layout.html'}}
<script>
function delkey(id) {
jQuery('#'+id).hide();
jQuery('#'+id+' INPUT').val(String.fromCharCode(127));
jQuery('#'+id+' TEXTAREA').val(String.fromCharCode(127));
return false;
}
</script>
{{block sectionclass}}edit_language{{end}}
<h2>{{=T('Editing Language file')}} "{{=filename}}"</h2>
<div>
{{=form}}
</div>
|
lib/oojs-ui/oojs-ui-mediawiki-icons-editing-list.vector.css | jdloft/toolbar-proto | /*!
* OOjs UI v0.9.7
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-04-03T21:10:27Z
*/
.oo-ui-icon-indent {
background-image: /* @embed */ url(themes/mediawiki/images/icons/indent-ltr.svg);
}
.oo-ui-icon-listBullet {
background-image: /* @embed */ url(themes/mediawiki/images/icons/listBullet-ltr.svg);
}
.oo-ui-icon-listNumbered {
background-image: /* @embed */ url(themes/mediawiki/images/icons/listNumbered-ltr.svg);
}
.oo-ui-icon-outdent {
background-image: /* @embed */ url(themes/mediawiki/images/icons/outdent-ltr.svg);
}
|
examples/jms/common/prettify.css | rogerchina/activemq-artemis | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}pre.prettyprint{padding:2px;border:1px solid #888}@media print{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun{color:#440}.pln{color:#000}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}
|
static/project/css/uikit.gradient.css | jtan25/QuickSource | /*! UIkit 2.17.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;
background-image: -webkit-radial-gradient(100% 100%, center, #ffffff, #ffffff);
background-image: radial-gradient(100% 100% at center, #ffffff, #ffffff);
}
/*
* 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;
padding: 0 4px;
border: 1px solid #dddddd;
border-radius: 3px;
background: #fafafa;
}
/*
* 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: #fafafa;
font: 12px / 18px Consolas, monospace, serif;
color: #444444;
-moz-tab-size: 4;
tab-size: 4;
/* 1 */
overflow: auto;
border: 1px solid #dddddd;
border-radius: 3px;
}
/* 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
========================================================================== */
/*
* 1. Makes grid more robust so that it can be used with other block elements like lists
*/
.uk-grid {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
/* 1 */
margin: 0;
padding: 0;
list-style: none;
}
/*
* DEPRECATED
* Micro clearfix
* Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
*/
.uk-grid:before,
.uk-grid:after {
content: "";
display: block;
overflow: hidden;
}
.uk-grid:after {
clear: both;
}
/*
* Grid cell
* 1. Space is allocated solely based on content dimensions
* 2. Makes grid more robust so that it can be used with other block elements
* 3. DEPRECATED Using `float` to support IE9
*/
.uk-grid > * {
/* 1 */
-ms-flex: none;
-webkit-flex: none;
flex: none;
/* 2 */
margin: 0;
/* 3 */
float: left;
}
/*
* Remove margin from the last-child
*/
.uk-grid > * > :last-child {
margin-bottom: 0;
}
/* Grid gutter
========================================================================== */
/*
* Default gutter
*/
/* Horizontal */
.uk-grid {
margin-left: -25px;
}
.uk-grid > * {
padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
/* Horizontal */
.uk-grid {
margin-left: -35px;
}
.uk-grid > * {
padding-left: 35px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
margin-top: 35px;
}
}
/*
* Collapse gutter
*/
/* Horizontal */
.uk-grid-collapse {
margin-left: 0;
}
.uk-grid-collapse > * {
padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
margin-top: 0;
}
/*
* Small gutter
*/
/* Horizontal */
.uk-grid-small {
margin-left: -10px;
}
.uk-grid-small > * {
padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
margin-top: 10px;
}
/*
* Medium gutter
*/
/* Horizontal */
.uk-grid-medium {
margin-left: -25px;
}
.uk-grid-medium > * {
padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
margin-top: 25px;
}
/* Modifier: `uk-grid-divider`
========================================================================== */
/*
* Horizontal divider
* Only works with the default gutter. Does not work with gutter collapse, small or large.
* 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(:empty) {
margin-left: -35px;
margin-right: -35px;
}
.uk-grid-divider > * {
padding-left: 35px;
padding-right: 35px;
}
.uk-grid-divider:empty {
margin-top: 35px;
margin-bottom: 35px;
}
}
/*
* Vertical divider
*/
.uk-grid-divider:empty {
margin-top: 25px;
margin-bottom: 25px;
border-top: 1px solid #dddddd;
}
/* Match panels in grids
========================================================================== */
.uk-grid-match > * {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
/*
* 1. Behave like a block element
*/
.uk-grid-match > * > * {
-ms-flex: none;
-webkit-flex: none;
flex: none;
/* 1 */
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
/* 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;
}
/*
* Allow panels to be anchors
*/
.uk-panel,
.uk-panel:hover {
text-decoration: none;
}
/*
* 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;
}
/* Sub-object: `uk-panel-teaser`
========================================================================== */
.uk-panel-teaser {
margin-bottom: 15px;
}
/* Modifier: `uk-panel-box`
========================================================================== */
.uk-panel-box {
padding: 15px;
background: #fafafa;
color: #444444;
border: 1px solid #dddddd;
border-radius: 4px;
}
.uk-panel-box-hover:hover {
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-top: -16px;
margin-left: -16px;
margin-right: -16px;
}
/*
* 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;
border-color: rgba(45, 112, 145, 0.3);
}
.uk-panel-box-primary-hover:hover {
color: #2d7091;
}
.uk-panel-box-primary .uk-panel-title {
color: #2d7091;
}
/*
* Sub-modifier: `uk-panel-box-secondary`
*/
.uk-panel-box-secondary {
background-color: #ffffff;
color: #444444;
}
.uk-panel-box-secondary-hover:hover {
color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
color: #444444;
}
/* Modifier: `uk-panel-hover`
========================================================================== */
.uk-panel-hover {
padding: 15px;
color: #444444;
border: 1px solid transparent;
border-radius: 4px;
}
.uk-panel-hover:hover {
background: #fafafa;
color: #444444;
border-color: #dddddd;
}
.uk-panel-hover .uk-panel-badge {
top: 10px;
right: 10px;
}
.uk-panel-hover .uk-panel-teaser {
margin-top: -16px;
margin-left: -16px;
margin-right: -16px;
}
/* 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;
}
}
.uk-panel-box .uk-panel-teaser {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
overflow: hidden;
-webkit-transform: translateZ(0);
}
/* ========================================================================
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;
}
.uk-article + .uk-article {
padding-top: 25px;
border-top: 1px solid #dddddd;
}
/* ========================================================================
Component: Comment
========================================================================== */
/* Sub-object `uk-comment-header`
========================================================================== */
.uk-comment-header {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #dddddd;
border-radius: 4px;
background: #fafafa;
}
/*
* 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`
========================================================================== */
.uk-comment-body {
padding-left: 10px;
padding-right: 10px;
}
/*
* 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: 25px 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: 25px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-comment-list .uk-comment + ul {
padding-left: 100px;
}
}
/* Modifier `uk-comment-primary`
========================================================================== */
.uk-comment-primary .uk-comment-header {
border-color: rgba(45, 112, 145, 0.3);
background-color: #ebf7fd;
color: #2d7091;
text-shadow: 0 1px 0 #ffffff;
}
/* ========================================================================
Component: Cover
========================================================================== */
/*
* Background image always covers and centers its element
*/
.uk-cover-background {
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
/*
* Emulates image cover, works with video and image elements
* 1. Parent container which clips resized object
* 2. Resizes the object to always covers its container
* 3. Reset the responsive image CSS
* 4. Center object
*/
/* 1 */
.uk-cover {
overflow: hidden;
}
.uk-cover-object {
/* 2 */
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
/* 3 */
max-width: none;
/* 4 */
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/*
* To center iframes use `data-uk-cover` JavaScript
*/
[data-uk-cover] {
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* ========================================================================
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.03);
color: #444444;
/* 2 */
outline: none;
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
text-shadow: 0 -1px 0 #ffffff;
}
/* Active */
.uk-nav-side > li.uk-active > a {
background: #009dd8;
color: #ffffff;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/*
* 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;
box-shadow: 0 1px 0 #ffffff;
}
/*
* 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: #009dd8;
color: #ffffff;
/* 2 */
outline: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/*
* 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: #009dd8;
color: #ffffff;
/* 2 */
outline: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/*
* 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;
border-top: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*
* 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;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
/*
* Sub-object: `uk-nav-header`
*/
.uk-nav-offcanvas .uk-nav-header {
color: #777777;
margin-top: 0;
border-top: 1px solid rgba(0, 0, 0, 0.3);
background: #404040;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*
* Sub-object: `uk-nav-divider`
*/
.uk-nav-offcanvas .uk-nav-divider {
border-top: 1px solid rgba(255, 255, 255, 0.01);
margin: 0;
height: 4px;
background: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
/*
* 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;
}
/*
* Modifier `uk-nav-offcanvas`
*/
.uk-nav-offcanvas {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
/*
* Sub-object: `uk-nav-sub`
*/
.uk-nav-offcanvas .uk-nav-sub {
border-top: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
/* ========================================================================
Component: Navbar
========================================================================== */
.uk-navbar {
background: #f7f7f7;
color: #444444;
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.3);
border-radius: 4px;
background-origin: border-box;
background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}
/*
* 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: 41px;
padding: 0 15px;
line-height: 40px;
/* 2 */
color: #444444;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
margin-top: -1px;
margin-left: -1px;
border: 1px solid transparent;
border-bottom-width: 0;
text-shadow: 0 1px 0 #ffffff;
}
/* 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: transparent;
color: #444444;
/* 3 */
outline: none;
position: relative;
z-index: 1;
border-left-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* OnClick */
.uk-navbar-nav > li > a:active {
background-color: #f5f5f5;
color: #444444;
border-left-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
background-color: #fafafa;
color: #444444;
border-left-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* 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: 41px;
padding: 0 15px;
float: left;
margin-top: -1px;
text-shadow: 0 1px 0 #ffffff;
}
/*
* 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;
}
/*
* Apply same `border-radius` as `uk-navbar`
*/
.uk-navbar-nav:first-child > li:first-child > a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
/*
* Sub-modifier `uk-navbar-flip`
*/
/* Collapse border */
.uk-navbar-flip .uk-navbar-nav > li > a {
margin-left: 0;
margin-right: -1px;
}
/* Apply same `border-radius` as `uk-navbar` */
.uk-navbar-flip .uk-navbar-nav:first-child > li:first-child > a {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.uk-navbar-flip .uk-navbar-nav:last-child > li:last-child > a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
/*
* Sub-modifier `uk-navbar-attached`
*/
.uk-navbar-attached {
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 0;
}
.uk-navbar-attached .uk-navbar-nav > li > a {
border-radius: 0 !important;
}
/* ========================================================================
Component: Subnav
========================================================================== */
/*
* 1. Gutter
* 2. Remove default list style
*/
.uk-subnav {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
/* 1 */
margin-left: -10px;
margin-top: -10px;
/* 2 */
padding: 0;
list-style: none;
}
/*
* 1. Space is allocated solely based on content dimensions
* 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
* 3. Create position context for dropdowns
*/
.uk-subnav > * {
/* 1 */
-ms-flex: none;
-webkit-flex: none;
flex: none;
/* 2 */
padding-left: 10px;
margin-top: 10px;
/* 3 */
position: relative;
}
/*
* DEPRECATED IE9 Support
*/
.uk-subnav:before,
.uk-subnav:after {
content: "";
display: block;
overflow: hidden;
}
.uk-subnav:after {
clear: both;
}
.uk-subnav > * {
float: left;
}
/* Items
========================================================================== */
.uk-subnav > * > * {
display: inline-block;
color: #444444;
}
/*
* Hover
* 1. Apply hover style also to focus state
*/
.uk-subnav > * > *:hover,
.uk-subnav > * > *:focus {
color: #0077dd;
text-decoration: none;
}
/*
* Active
*/
.uk-subnav > .uk-active > * {
color: #0077dd;
}
/* Modifier: 'subnav-line'
========================================================================== */
.uk-subnav-line > :before {
content: "";
display: inline-block;
height: 10px;
vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
margin-right: 10px;
border-left: 1px solid #dddddd;
}
/* Modifier: 'subnav-pill'
========================================================================== */
.uk-subnav-pill > * > * {
padding: 3px 9px;
border-radius: 4px;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-subnav-pill > * > *:hover,
.uk-subnav-pill > * > *:focus {
background: #fafafa;
color: #444444;
text-decoration: none;
/* 2 */
outline: none;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
/*
* Active
* `li` needed for higher specificity to override hover
*/
.uk-subnav-pill > .uk-active > * {
background: #009dd8;
color: #ffffff;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Disabled state
========================================================================== */
.uk-subnav > .uk-disabled > * {
background: none;
color: #999999;
text-decoration: none;
cursor: text;
box-shadow: none;
}
/* ========================================================================
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;
border-radius: 4px;
}
/*
* Links
*/
.uk-pagination > li > a {
background: #f7f7f7;
color: #444444;
border: 1px solid rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.3);
background-origin: border-box;
background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
text-shadow: 0 1px 0 #ffffff;
}
/*
* 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: #fafafa;
color: #444444;
/* 2 */
outline: none;
background-image: none;
}
/* OnClick */
.uk-pagination > li > a:active {
background-color: #f5f5f5;
color: #444444;
border-color: rgba(0, 0, 0, 0.2);
border-top-color: rgba(0, 0, 0, 0.3);
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/*
* Active
*/
.uk-pagination > .uk-active > span {
background: #009dd8;
color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.4);
background-origin: border-box;
background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/*
* Disabled
*/
.uk-pagination > .uk-disabled > span {
background-color: #fafafa;
color: #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 #ffffff;
}
/* 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;
border-radius: 4px 4px 0 0;
text-shadow: 0 1px 0 #ffffff;
}
.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: #dddddd;
background: #fafafa;
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: text;
}
.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;
}
}
/* Modifier: `uk-tab-bottom'
========================================================================== */
.uk-tab-bottom > li > a {
border-radius: 0 0 4px 4px;
}
/* Modifier: `uk-tab-left', `uk-tab-right'
========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
/*
* Modifier: `uk-tab-left'
*/
.uk-tab-left > li > a {
border-radius: 4px 0 0 4px;
}
/*
* Modifier: `uk-tab-right'
*/
.uk-tab-right > li > a {
border-radius: 0 4px 4px 0;
}
}
/* ========================================================================
Component: Thumbnav
========================================================================== */
/*
* 1. Gutter
* 2. Remove default list style
*/
.uk-thumbnav {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
/* 1 */
margin-left: -10px;
margin-top: -10px;
/* 2 */
padding: 0;
list-style: none;
}
/*
* 1. Space is allocated solely based on content dimensions
* 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
*/
.uk-thumbnav > * {
/* 1 */
-ms-flex: none;
-webkit-flex: none;
flex: none;
/* 2 */
padding-left: 10px;
margin-top: 10px;
}
/*
* DEPRECATED IE9 Support
*/
.uk-thumbnav:before,
.uk-thumbnav:after {
content: "";
display: block;
overflow: hidden;
}
.uk-thumbnav:after {
clear: both;
}
.uk-thumbnav > * {
float: left;
}
/* Items
========================================================================== */
.uk-thumbnav > * > * {
display: block;
background: #ffffff;
}
.uk-thumbnav > * > * > img {
opacity: 0.7;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
/*
* Hover
*/
.uk-thumbnav > * > *:hover > img,
.uk-thumbnav > * > *:focus > img {
opacity: 1;
}
/*
* Active
*/
.uk-thumbnav > .uk-active > * > img {
opacity: 1;
}
/* ========================================================================
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;
border-bottom: 1px solid #dddddd;
}
.uk-list-striped > li:nth-of-type(odd) {
background: #fafafa;
}
/* Modifier: `uk-list-space`
========================================================================== */
.uk-list-space > li:nth-child(n+2) {
margin-top: 10px;
}
.uk-list-striped > li:first-child {
border-top: 1px solid #dddddd;
}
/* ========================================================================
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;
border-bottom: 1px solid #dddddd;
}
/*
* 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: #fafafa;
}
/* Modifier: `uk-table-condensed`
========================================================================== */
.uk-table-condensed td {
padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
========================================================================== */
.uk-table-hover tbody tr:hover {
background: #f0f0f0;
}
/* ========================================================================
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;
border-radius: 4px;
}
.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: #fafafa;
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;
}
/*
* 1. Fixes IE9
*/
.uk-form legend:after {
content: "";
display: block;
border-bottom: 1px solid #dddddd;
/* 1 */
width: 100%;
}
/* 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: #f7f7f7;
vertical-align: middle;
/* 8 */
line-height: 28px;
/* 9 */
min-height: 30px;
/* 10 */
font-size: 1rem;
/* 11 */
text-decoration: none;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.3);
background-origin: border-box;
background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
border-radius: 4px;
text-shadow: 0 1px 0 #ffffff;
}
.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: #fafafa;
color: #444444;
/* 2 */
outline: none;
/* 3 */
text-decoration: none;
background-image: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
background-color: #f5f5f5;
color: #444444;
border-color: rgba(0, 0, 0, 0.2);
border-top-color: rgba(0, 0, 0, 0.3);
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Color modifiers
========================================================================== */
/*
* Modifier: `uk-button-primary`
*/
.uk-button-primary {
background-color: #009dd8;
color: #ffffff;
background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
border-color: rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.4);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
background-color: #00aff2;
color: #ffffff;
background-image: none;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
background-color: #008abf;
color: #ffffff;
background-image: none;
border-color: rgba(0, 0, 0, 0.2);
border-top-color: rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
* Modifier: `uk-button-success`
*/
.uk-button-success {
background-color: #82bb42;
color: #ffffff;
background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
background-image: linear-gradient(to bottom, #9fd256, #6fac34);
border-color: rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.4);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
background-color: #8fce48;
color: #ffffff;
background-image: none;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
background-color: #76b430;
color: #ffffff;
background-image: none;
border-color: rgba(0, 0, 0, 0.2);
border-top-color: rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/*
* Modifier: `uk-button-danger`
*/
.uk-button-danger {
background-color: #d32c46;
color: #ffffff;
background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
background-image: linear-gradient(to bottom, #ee465a, #c11a39);
border-color: rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.4);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
background-color: #e33551;
color: #ffffff;
background-image: none;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
background-color: #c91c37;
color: #ffffff;
background-image: none;
border-color: rgba(0, 0, 0, 0.2);
border-top-color: rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Disabled state
* Overrides also the color modifiers
========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
background-color: #fafafa;
color: #999999;
border-color: rgba(0, 0, 0, 0.2);
background-image: none;
box-shadow: none;
text-shadow: 0 1px 0 #ffffff;
}
/* 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;
box-shadow: none;
text-shadow: 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: 18px;
font-size: 11px;
}
.uk-button-small {
min-height: 25px;
padding: 0 10px;
line-height: 23px;
font-size: 12px;
}
.uk-button-large {
min-height: 40px;
padding: 0 15px;
line-height: 38px;
font-size: 16px;
border-radius: 5px;
}
/* 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;
}
/* Sub-object `uk-button-group`
========================================================================== */
/*
* Reset border-radius
*/
.uk-button-group > .uk-button:not(:first-child):not(:last-child),
.uk-button-group > div:not(:first-child):not(:last-child) .uk-button {
border-radius: 0;
}
.uk-button-group > .uk-button:first-child,
.uk-button-group > div:first-child .uk-button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.uk-button-group > .uk-button:last-child,
.uk-button-group > div:last-child .uk-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/*
* Collapse border
*/
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
margin-left: -1px;
}
/*
* Create position context to superimpose the successor elements border
* Known issue: If you use an `a` element as button and an icon inside,
* the active state will not work if you click the icon inside the button
* Workaround: Just use a `button` or `input` element as button
*/
.uk-button-group .uk-button:active {
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.woff2") format('woff2'), 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
* 6. Remove `text-decoration` for anchors
*/
[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;
}
/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
text-decoration: none;
}
/* 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-hover`
========================================================================== */
.uk-icon-hover {
color: #999999;
}
/*
* Hover
*/
.uk-icon-hover:hover {
color: #444444;
}
/* 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: #f7f7f7;
line-height: 35px;
color: #444444;
font-size: 18px;
text-align: center;
border: 1px solid #cccccc;
border-bottom-color: #bbbbbb;
background-origin: border-box;
background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
text-shadow: 0 1px 0 #ffffff;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-icon-button:hover,
.uk-icon-button:focus {
background-color: #fafafa;
color: #444444;
/* 2 */
outline: none;
background-image: none;
}
/* Active */
.uk-icon-button:active {
background-color: #f5f5f5;
color: #444444;
border-color: #cccccc;
border-top-color: #bbbbbb;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* 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-f:before,
.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,
.uk-icon-gratipay: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-genderless:before,
.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";
}
.uk-icon-buysellads:before {
content: "\f20d";
}
.uk-icon-connectdevelop:before {
content: "\f20e";
}
.uk-icon-dashcube:before {
content: "\f210";
}
.uk-icon-forumbee:before {
content: "\f211";
}
.uk-icon-leanpub:before {
content: "\f212";
}
.uk-icon-sellsy:before {
content: "\f213";
}
.uk-icon-shirtsinbulk:before {
content: "\f214";
}
.uk-icon-simplybuilt:before {
content: "\f215";
}
.uk-icon-skyatlas:before {
content: "\f216";
}
.uk-icon-cart-plus:before {
content: "\f217";
}
.uk-icon-cart-arrow-down:before {
content: "\f218";
}
.uk-icon-diamond:before {
content: "\f219";
}
.uk-icon-ship:before {
content: "\f21a";
}
.uk-icon-user-secret:before {
content: "\f21b";
}
.uk-icon-motorcycle:before {
content: "\f21c";
}
.uk-icon-street-view:before {
content: "\f21d";
}
.uk-icon-heartbeat:before {
content: "\f21e";
}
.uk-icon-venus:before {
content: "\f221";
}
.uk-icon-mars:before {
content: "\f222";
}
.uk-icon-mercury:before {
content: "\f223";
}
.uk-icon-transgender:before {
content: "\f224";
}
.uk-icon-transgender-alt:before {
content: "\f225";
}
.uk-icon-venus-double:before {
content: "\f226";
}
.uk-icon-mars-double:before {
content: "\f227";
}
.uk-icon-venus-mars:before {
content: "\f228";
}
.uk-icon-mars-stroke:before {
content: "\f229";
}
.uk-icon-mars-stroke-v:before {
content: "\f22a";
}
.uk-icon-mars-stroke-h:before {
content: "\f22b";
}
.uk-icon-neuter:before {
content: "\f22c";
}
.uk-icon-facebook-official:before {
content: "\f230";
}
.uk-icon-pinterest-p:before {
content: "\f231";
}
.uk-icon-whatsapp:before {
content: "\f232";
}
.uk-icon-server:before {
content: "\f233";
}
.uk-icon-user-plus:before {
content: "\f234";
}
.uk-icon-user-times:before {
content: "\f235";
}
.uk-icon-hotel:before,
.uk-icon-bed:before {
content: "\f236";
}
.uk-icon-viacoin:before {
content: "\f237";
}
.uk-icon-train:before {
content: "\f238";
}
.uk-icon-subway:before {
content: "\f239";
}
.uk-icon-medium-logo:before {
content: "\f23a";
}
/* ========================================================================
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: #ffffff;
opacity: 1;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3);
}
/* 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: #009dd8;
font-size: 10px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
text-align: center;
vertical-align: middle;
text-transform: none;
border: 1px solid rgba(0, 0, 0, 0.2);
border-bottom-color: rgba(0, 0, 0, 0.3);
background-origin: border-box;
background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
border-radius: 2px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/*
* 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: #82bb42;
background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
background-image: linear-gradient(to bottom, #9fd256, #6fac34);
}
/*
* Modifier: `uk-badge-warning`
*/
.uk-badge-warning {
background-color: #f9a124;
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
}
/*
* Modifier: `uk-badge-danger`
*/
.uk-badge-danger {
background-color: #d32c46;
background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
background-image: linear-gradient(to bottom, #ee465a, #c11a39);
}
/* ========================================================================
Component: Alert
========================================================================== */
.uk-alert {
margin-bottom: 15px;
padding: 10px;
background: #ebf7fd;
color: #2d7091;
border: 1px solid rgba(45, 112, 145, 0.3);
border-radius: 4px;
text-shadow: 0 1px 0 #ffffff;
}
/*
* 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;
border-color: rgba(101, 159, 19, 0.3);
}
/* Modifier: `uk-alert-warning`
========================================================================== */
.uk-alert-warning {
background: #fffceb;
color: #e28327;
border-color: rgba(226, 131, 39, 0.3);
}
/* Modifier: `uk-alert-danger`
========================================================================== */
.uk-alert-danger {
background: #fff1f0;
color: #d85030;
border-color: rgba(216, 80, 48, 0.3);
}
/* 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;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/*
* 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;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
/* 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. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
* 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
* 7. Reset margin
*/
.uk-overlay {
/* 1 */
display: inline-block;
/* 2 */
position: relative;
/* 3 */
max-width: 100%;
/* 4 */
vertical-align: middle;
/* 5 */
overflow: hidden;
/* 6 */
-webkit-transform: translateZ(0);
/* 7 */
margin: 0;
}
/* 6 for Safari */
.uk-overlay.uk-border-circle {
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
/*
* Remove margin from content
*/
.uk-overlay > :first-child {
margin-bottom: 0;
}
/* Sub-object `uk-overlay-panel`
========================================================================== */
/*
* 1. Position cover
* 2. Style
*/
.uk-overlay-panel {
/* 1 */
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
/* 2 */
padding: 20px;
color: #ffffff;
}
/*
* Remove margin from the last-child
*/
.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
margin-bottom: 0;
}
/*
* Keep color for headings if the default heading color is changed
*/
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
color: inherit;
}
.uk-overlay-panel a:not([class]) {
color: inherit;
text-decoration: underline;
}
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
color: inherit;
}
/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
========================================================================== */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
opacity: 0;
}
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
opacity: 0;
}
/* Modifier `uk-overlay-background`
========================================================================== */
.uk-overlay-background {
background: rgba(0, 0, 0, 0.5);
}
/* Position modifiers
========================================================================== */
.uk-overlay-top {
bottom: auto;
}
.uk-overlay-bottom {
top: auto;
}
.uk-overlay-left {
right: auto;
}
.uk-overlay-right {
left: auto;
}
/* Sub-object `uk-overlay-icon`
========================================================================== */
.uk-overlay-icon: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;
}
/* Transitions
========================================================================== */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
transition-duration: 0.3s;
transition-timing-function: ease-out;
transition-property: opacity transform filter;
}
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
transition-duration: 0.8s;
}
/*
* Fade
*/
.uk-overlay-fade {
opacity: 0.7;
}
.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
opacity: 1;
}
/*
* Scale
*/
.uk-overlay-scale {
-webkit-transform: scale(1);
transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*
* Spin
*/
.uk-overlay-spin {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
/*
* Grayscale
*/
.uk-overlay-grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
/*
* Slide
*/
[class*='uk-overlay-slide'] {
opacity: 0;
}
/* Top */
.uk-overlay-slide-top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
/* Bottom */
.uk-overlay-slide-bottom {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
/* Left */
.uk-overlay-slide-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
/* Right */
.uk-overlay-slide-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
/* Hover */
.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
opacity: 1;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
/* DEPRECATED
* 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;
}
/* DEPRECATED
* 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;
}
/* DEPRECATED
* 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: 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-']:not([data-uk-scrollspy*='target']) {
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-in;
animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
-webkit-animation-duration: 15s;
animation-duration: 15s;
}
/* 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%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
* Enable animation only on hover
* Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
*/
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
-webkit-animation-name: none;
animation-name: none;
}
/* 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 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: #ffffff;
color: #444444;
/* 5 */
font-size: 1rem;
vertical-align: top;
border: 1px solid #cbcbcb;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/*
* 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: 6px;
background: #ffffff;
color: #444444;
left: -1px;
border: 1px solid #cbcbcb;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.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;
}
.uk-dropdown-navbar.uk-dropdown-flip {
left: auto;
}
/* ========================================================================
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
* 6. Deactivate browser history navigation in IE11
*/
.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;
/* 6 */
touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
/*
* 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 caption, spinner and close button
* 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;
border-radius: 4px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
/*
* Fit in small screen
*/
.uk-modal-dialog {
width: auto;
margin: 10px auto;
}
}
/*
* 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 > :not([class*='uk-modal-']):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 + *:not([class*='uk-modal-']) {
margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
========================================================================== */
.uk-modal-dialog-lightbox {
margin: 15px auto;
padding: 0;
min-height: 200px;
max-width: 95%;
max-width: calc(100% - 30px);
border-radius: 0;
}
/*
* Close button
*/
.uk-modal-dialog-lightbox > .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-lightbox > .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;
}
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
========================================================================== */
.uk-modal-header {
margin-bottom: 15px;
margin: -20px -20px 15px -20px;
padding: 20px;
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
background: #fafafa;
}
.uk-modal-footer {
margin-top: 15px;
margin: 15px -20px -20px -20px;
padding: 20px;
border-top: 1px solid #dddddd;
border-radius: 0 0 4px 4px;
background: #fafafa;
}
/*
* Remove margin from the last-child
*/
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
========================================================================== */
.uk-modal-caption {
position: absolute;
left: 0;
right: 0;
bottom: -20px;
margin-bottom: -10px;
color: #ffffff;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
========================================================================== */
.uk-modal-spinner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 25px;
color: #ddd;
}
.uk-modal-spinner:after {
content: "\f110";
font-family: FontAwesome;
-webkit-animation: uk-rotate 2s infinite linear;
animation: uk-rotate 2s infinite linear;
}
/* ========================================================================
Component: Off-canvas
========================================================================== */
/*
* This is the offcanvas overlay and bar container
* 1. Hide by default
* 2. Set fixed position
* 3. Deactivate browser touch actions in IE11
* 4. Mask the background page
*/
.uk-offcanvas {
/* 1 */
display: none;
/* 2 */
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
/* 3 */
touch-action: none;
/* 4 */
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
* 5. Deavtivate scroll chaining in IE11
*/
.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;
/* 5 */
-ms-scroll-chaining: none;
}
.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;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.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;
}
.uk-offcanvas-bar:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 1px;
background: rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
}
.uk-offcanvas-bar-flip:after {
right: auto;
left: 0;
width: 1px;
background: rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
}
/* ========================================================================
Component: Switcher
========================================================================== */
/*
* 1. Deactivate browser history navigation in IE11
*/
.uk-switcher {
margin: 0;
padding: 0;
list-style: none;
/* 1 */
touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
/*
* Items
*/
.uk-switcher > *:not(.uk-active) {
display: none;
}
/* ========================================================================
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;
}
.uk-text-contrast {
color: #ffffff !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 and smaller */
@media (max-width: 959px) {
.uk-text-center-medium {
text-align: center !important;
}
.uk-text-left-medium {
text-align: left !important;
}
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
.uk-text-center-small {
text-align: center !important;
}
.uk-text-left-small {
text-align: left !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
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
* `table` is used again with `:after` because `clear` only works with block elements.
* Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
*/
.uk-clearfix:before {
content: "";
display: table-cell;
}
.uk-clearfix:after {
content: "";
display: table;
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
* `important` needed to override `uk-img-preserve img`
*/
.uk-responsive-width {
max-width: 100% !important;
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
========================================================================== */
.uk-heading-large {
font-size: 36px;
line-height: 42px;
}
/* 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;
border-radius: 3px;
}
.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,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
position: absolute !important;
}
.uk-position-top {
top: 0;
width: 100%;
}
.uk-position-bottom {
bottom: 0;
width: 100%;
}
.uk-position-top-left {
top: 0;
left: 0;
}
.uk-position-top-right {
top: 0;
right: 0;
}
.uk-position-bottom-left {
bottom: 0;
left: 0;
}
.uk-position-bottom-right {
bottom: 0;
right: 0;
}
/*
* Cover
*/
.uk-position-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/*
* Relative
*/
.uk-position-relative {
position: relative !important;
}
/* 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;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
display: none !important;
}
/* ========================================================================
Component: Flex
========================================================================== */
.uk-flex {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.uk-flex-inline {
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
}
/*
* Fixes initial flex-shrink value in IE10
*/
.uk-flex > *,
.uk-flex-inline > * {
-ms-flex-negative: 1;
}
/* Alignment
========================================================================== */
/*
* Vertical alignment
* Default value is `stretch`
*/
.uk-flex-top {
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.uk-flex-middle {
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.uk-flex-bottom {
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
/*
* Horizontal alignment
* Default value is `flex-start`
*/
.uk-flex-center {
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.uk-flex-right {
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.uk-flex-space-between {
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.uk-flex-space-around {
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
}
/* Direction
========================================================================== */
.uk-flex-row-reverse {
-ms-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.uk-flex-column {
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.uk-flex-column-reverse {
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse;
}
/* Wrap
========================================================================== */
.uk-flex-wrap {
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse;
-webkit-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
/*
* Horizontal alignment
* Default value is `stretch`
*/
.uk-flex-wrap-top {
-ms-flex-line-pack: start;
-webkit-align-content: flex-start;
align-content: flex-start;
}
.uk-flex-wrap-middle {
-ms-flex-line-pack: center;
-webkit-align-content: center;
align-content: center;
}
.uk-flex-wrap-bottom {
-ms-flex-line-pack: end;
-webkit-align-content: flex-end;
align-content: flex-end;
}
.uk-flex-wrap-space-between {
-ms-flex-line-pack: justify;
-webkit-align-content: space-between;
align-content: space-between;
}
.uk-flex-wrap-space-around {
-ms-flex-line-pack: distribute;
-webkit-align-content: space-around;
align-content: space-around;
}
/* Item ordering
========================================================================== */
/*
* Default is 0
*/
.uk-flex-order-first {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
.uk-flex-order-last {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
.uk-flex-order-first-small {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
.uk-flex-order-last-small {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Tablet and bigger */
@media (min-width: 768px) {
.uk-flex-order-first-medium {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
.uk-flex-order-last-medium {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Desktop and bigger */
@media (min-width: 960px) {
.uk-flex-order-first-large {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
.uk-flex-order-last-large {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Large screen and bigger */
@media (min-width: 1220px) {
.uk-flex-order-first-xlarge {
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
.uk-flex-order-last-xlarge {
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
/* Item dimensions
========================================================================== */
/*
* Initial: 0 1 auto
* Content dimensions, but shrinks
*/
/*
* No Flex: 0 0 auto
* Content dimensions
*/
.uk-flex-item-none {
-ms-flex: none;
-webkit-flex: none;
flex: none;
}
/*
* Relative Flex: 1 1 auto
* Space is allocated considering content
* 1. Fixes flex-shrink value in IE10
*/
.uk-flex-item-auto {
-ms-flex: auto;
-webkit-flex: auto;
flex: auto;
/* 1 */
-ms-flex-negative: 1;
}
/*
* Absolute Flex: 1 1 0%
* Space is allocated solely based on flex
*/
.uk-flex-item-1 {
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
}
/* ========================================================================
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;
}
}
|
external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/enterprise_platformKeys.html | s20121035/rk3288_android5.1_repo | {{+partials.standard_extensions_api api:apis.extensions.enterprise_platformKeys intro:intros.enterprise_platformKeys /}}
|
web/template_admin/plugins/iCheck/flat/green.css | AndrewListat/paydoc | /* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green,
.iradio_flat-green {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 20px;
height: 20px;
background: url(green.png) no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_flat-green {
background-position: 0 0;
}
.icheckbox_flat-green.checked {
background-position: -22px 0;
}
.icheckbox_flat-green.disabled {
background-position: -44px 0;
cursor: default;
}
.icheckbox_flat-green.checked.disabled {
background-position: -66px 0;
}
.iradio_flat-green {
background-position: -88px 0;
}
.iradio_flat-green.checked {
background-position: -110px 0;
}
.iradio_flat-green.disabled {
background-position: -132px 0;
cursor: default;
}
.iradio_flat-green.checked.disabled {
background-position: -154px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-green,
.iradio_flat-green {
background-image: url(green@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
} |
web/public/js/lib/ext-3.4.1/examples/grid/array-grid.html | dinubalti/FirstSymfony | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Stateful Array Grid Example</title>
<!-- ** CSS ** -->
<!-- base library -->
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<!-- overrides to base library -->
<!-- page specific -->
<link rel="stylesheet" type="text/css" href="../shared/examples.css" />
<link rel="stylesheet" type="text/css" href="grid-examples.css" />
<style type=text/css>
/* style rows on mouseover */
.x-grid3-row-over .x-grid3-cell-inner {
font-weight: bold;
}
/* style for the "buy" ActionColumn icon */
.x-action-col-cell img.buy-col {
height: 16px;
width: 16px;
background-image: url(../shared/icons/fam/accept.png);
}
/* style for the "alert" ActionColumn icon */
.x-action-col-cell img.alert-col {
height: 16px;
width: 16px;
background-image: url(../shared/icons/fam/error.png);
}
</style>
<!-- ** Javascript ** -->
<!-- ExtJS library: base/adapter -->
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
<!-- ExtJS library: all widgets -->
<script type="text/javascript" src="../../ext-all.js"></script>
<!-- overrides to base library -->
<!-- page specific -->
<script type="text/javascript" src="array-grid.js"></script>
</head>
<body>
<h1>Stateful Array Grid Example</h1>
<p>This example shows how to create a grid from Array data.</p>
<p>The grid is stateful so you can move or hide columns, reload the page, and come
back to the grid in the same state you left it in.</p>
<p>Note that the js is not minified so it is readable. See <a href="array-grid.js">array-grid.js</a>.</p>
<div id="grid-example"></div>
</body>
</html> |
tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/style/style_webkit_scrollbars_test.html | LeoLombardi/tos-laimas-compass | <!DOCTYPE html>
<html>
<!--
Copyright 2011 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="UTF-8" />
<title>
Closure Unit Tests - goog.dom.style
</title>
<script src="../base.js">
</script>
<script>
goog.require('goog.style.webkitScrollbarsTest');
</script>
<style>
/*
* Note that we have to apply these styles when the page is loaded or the
* scrollbars might not pick them up.
*/
::-webkit-scrollbar {
width: 16px;
height: 16px;
}
.otherScrollBar::-webkit-scrollbar {
width: 10px;
height: 10px;
}
</style>
</head>
<body>
<div id="test-scrollbarwidth" style="background-color: orange; width: 100px; height: 100px; overflow: auto;">
<div style="width: 200px; height: 200px; background-color: red">
Test Scroll bar width with scroll
</div>
</div>
</body>
</html>
|
third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed.html | danakj/chromium | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="style-src 'unsafe-inline'; script-src 'unsafe-inline'">
<style>
.target {
background-color: blue;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body class="target">
<script>
document.write(document.styleSheets.length > 0 ? 'PASS' : 'FAIL');
</script>
</body>
</html>
|
ajax/libs/froala-editor/2.2.1/css/plugins/colors.css | menuka94/cdnjs | /*!
* froala_editor v2.2.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2016 Froala Labs
*/
.clearfix::after {
clear: both;
display: block;
content: "";
}
.fr-popup .fr-colors-tabs {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
margin-bottom: 5px;
line-height: 16px;
margin-left: -2px;
margin-right: -2px;
}
.fr-popup .fr-colors-tabs .fr-colors-tab {
display: inline-block;
width: 50%;
cursor: pointer;
text-align: center;
color: #222222;
font-size: 13px;
padding: 8px 0;
position: relative;
}
.fr-popup .fr-colors-tabs .fr-colors-tab:hover {
color: #1e88e5;
}
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #1e88e5;
content: '';
-webkit-transition: transform 0.2s ease 0s;
-moz-transition: transform 0.2s ease 0s;
-ms-transition: transform 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s;
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
color: #1e88e5;
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
}
.fr-popup .fr-separator + .fr-colors-tabs {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-left: 2px;
margin-right: 2px;
}
.fr-popup .fr-color-set {
line-height: 0;
display: none;
}
.fr-popup .fr-color-set.fr-selected-set {
display: block;
}
.fr-popup .fr-color-set > span {
display: inline-block;
width: 32px;
height: 32px;
position: relative;
z-index: 1;
}
.fr-popup .fr-color-set > span > i {
text-align: center;
line-height: 32px;
height: 32px;
width: 32px;
font-size: 13px;
position: absolute;
bottom: 0;
cursor: default;
left: 0;
}
.fr-popup .fr-color-set > span.fr-selected-color::after {
color: #ffffff;
content: "\f00c";
font-family: FontAwesome;
font-size: 13px;
font-weight: 400;
line-height: 32px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
text-align: center;
cursor: default;
}
.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span.fr-selected-color {
outline: 1px solid #222222;
z-index: 2;
}
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
}
|
third_party/blink/web_tests/external/wpt/css/css-contain/contain-paint-ignored-cases-ruby-containing-block-001-ref.html | scheib/chromium | <!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>CSS Reftest Reference</title>
<link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
<style>
rb,
rbc,
rt,
rtc {
background-color: yellow;
font-size: 2em;
}
rbc {
display: ruby-base-container;
}
.contained {
width: 50px;
height: 10px;
background-color: blue;
top: 0;
left: 0;
position: fixed;
}
.wrapper {
display: inline-block;
}
</style>
</head>
<body>
<div class="wrapper"><ruby><rt> <div class="contained"></div></rt></ruby></div>
<div class="wrapper"><ruby><rtc> <div class="contained"></div></rtc></ruby></div>
<div class="wrapper"><ruby><rb> <div class="contained"></div></rb></ruby></div>
<div class="wrapper"><ruby><rbc> <div class="contained"></div></rbc></ruby></div>
</body>
</html>
|
third_party/blink/web_tests/fast/multicol/span/table-caption-crash.html | scheib/chromium | <!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
#invalid-spanner { display:none; -webkit-column-span:all; }
</style>
Test passes if it does not CRASH.
<div style="-webkit-column-count:1;">
<div>
<span id="inline" style="display:none;"></span>
<div id="invalid-spanner"></div>
</div>
</div>
<script>
document.body.offsetTop;
document.getElementById("inline").style.display = "inline";
// Note that a table-caption isn't allowed to become a spanner.
document.getElementById("invalid-spanner").style.display = "table-caption";
onload = function() {
document.body.offsetTop;
document.getElementById("invalid-spanner").style.webkitColumnSpan = "none";
}
</script>
|
wp-content/themes/voxer/node_modules/node-sass/libsass/sass-spec/spec/scss/basic_prop_name_interpolation/expected_output.css | Voxer/blog | foo {
bar3: blip; }
|
public/css/account-profile.css | mingzeke/jsbin | a.link-btn {
font-size: 0.9em;
font-weight: 200;
background: #f0f0f0;
background: linear-gradient(0deg, #f0f0f0, #fefefe);
box-shadow: 0px 1px 1px #eee;
border: 1px solid #aaa;
border-radius: 2px;
padding: 10px 12px;
cursor: pointer;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
text-decoration: none;
border-bottom: 2px solid #aaa;
color:#232323;
width:276px;
margin-left:104px;
}
a.link-btn:hover {
background: linear-gradient(0deg, #e8e8e8, #f8f8f8);
}
|
vendors/gentelella/production/media_gallery.html | ka215/WP-Gentelella | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gentelella Alela! | </title>
<!-- Bootstrap -->
<link href="../vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="../vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- NProgress -->
<link href="../vendors/nprogress/nprogress.css" rel="stylesheet">
<!-- Custom styling plus plugins -->
<link href="../build/css/custom.min.css" rel="stylesheet">
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Gentelella Alela!</span></a>
</div>
<div class="clearfix"></div>
<!-- menu profile quick info -->
<div class="profile clearfix">
<div class="profile_pic">
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>John Doe</h2>
</div>
</div>
<!-- /menu profile quick info -->
<br />
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<h3>General</h3>
<ul class="nav side-menu">
<li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="index.html">Dashboard</a></li>
<li><a href="index2.html">Dashboard2</a></li>
<li><a href="index3.html">Dashboard3</a></li>
</ul>
</li>
<li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="form.html">General Form</a></li>
<li><a href="form_advanced.html">Advanced Components</a></li>
<li><a href="form_validation.html">Form Validation</a></li>
<li><a href="form_wizards.html">Form Wizard</a></li>
<li><a href="form_upload.html">Form Upload</a></li>
<li><a href="form_buttons.html">Form Buttons</a></li>
</ul>
</li>
<li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="general_elements.html">General Elements</a></li>
<li><a href="media_gallery.html">Media Gallery</a></li>
<li><a href="typography.html">Typography</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="glyphicons.html">Glyphicons</a></li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="invoice.html">Invoice</a></li>
<li><a href="inbox.html">Inbox</a></li>
<li><a href="calendar.html">Calendar</a></li>
</ul>
</li>
<li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="tables.html">Tables</a></li>
<li><a href="tables_dynamic.html">Table Dynamic</a></li>
</ul>
</li>
<li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="chartjs.html">Chart JS</a></li>
<li><a href="chartjs2.html">Chart JS2</a></li>
<li><a href="morisjs.html">Moris JS</a></li>
<li><a href="echarts.html">ECharts</a></li>
<li><a href="other_charts.html">Other Charts</a></li>
</ul>
</li>
<li><a><i class="fa fa-clone"></i>Layouts <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="fixed_sidebar.html">Fixed Sidebar</a></li>
<li><a href="fixed_footer.html">Fixed Footer</a></li>
</ul>
</li>
</ul>
</div>
<div class="menu_section">
<h3>Live On</h3>
<ul class="nav side-menu">
<li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="e_commerce.html">E-commerce</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="project_detail.html">Project Detail</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="profile.html">Profile</a></li>
</ul>
</li>
<li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="page_403.html">403 Error</a></li>
<li><a href="page_404.html">404 Error</a></li>
<li><a href="page_500.html">500 Error</a></li>
<li><a href="plain_page.html">Plain Page</a></li>
<li><a href="login.html">Login Page</a></li>
<li><a href="pricing_tables.html">Pricing Tables</a></li>
</ul>
</li>
<li><a><i class="fa fa-sitemap"></i> Multilevel Menu <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="#level1_1">Level One</a>
<li><a>Level One<span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li class="sub_menu"><a href="level2.html">Level Two</a>
</li>
<li><a href="#level2_1">Level Two</a>
</li>
<li><a href="#level2_2">Level Two</a>
</li>
</ul>
</li>
<li><a href="#level1_2">Level One</a>
</li>
</ul>
</li>
<li><a href="javascript:void(0)"><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a></li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
<!-- /menu footer buttons -->
<div class="sidebar-footer hidden-small">
<a data-toggle="tooltip" data-placement="top" title="Settings">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Lock">
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Logout" href="login.html">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
</a>
</div>
<!-- /menu footer buttons -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav">
<div class="nav_menu">
<nav>
<div class="nav toggle">
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<img src="images/img.jpg" alt="">John Doe
<span class=" fa fa-angle-down"></span>
</a>
<ul class="dropdown-menu dropdown-usermenu pull-right">
<li><a href="javascript:;"> Profile</a></li>
<li>
<a href="javascript:;">
<span class="badge bg-red pull-right">50%</span>
<span>Settings</span>
</a>
</li>
<li><a href="javascript:;">Help</a></li>
<li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a></li>
</ul>
</li>
<li role="presentation" class="dropdown">
<a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-envelope-o"></i>
<span class="badge bg-green">6</span>
</a>
<ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>John Smith</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Film festivals used to be do-or-die moments for movie makers. They were where...
</span>
</a>
</li>
<li>
<div class="text-center">
<a>
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</div>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<div class="">
<div class="page-title">
<div class="title_left">
<h3> Media Gallery <small> gallery design</small> </h3>
</div>
<div class="title_right">
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12">
<div class="x_panel">
<div class="x_title">
<h2>Media Gallery <small> gallery design </small></h2>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Settings 1</a>
</li>
<li><a href="#">Settings 2</a>
</li>
</ul>
</li>
<li><a class="close-link"><i class="fa fa-close"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content">
<div class="row">
<p>Media gallery design emelents</p>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask">
<p>Your Text</p>
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p>Snow and Ice Incoming for the South</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask">
<p>Your Text</p>
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p>Snow and Ice Incoming for the South</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask">
<p>Your Text</p>
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p>Snow and Ice Incoming for the South</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask">
<p>Your Text</p>
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p>Snow and Ice Incoming for the South</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask">
<p>Your Text</p>
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p>Snow and Ice Incoming for the South</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask no-caption">
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p><strong>Image Name</strong>
</p>
<p>Snow and Ice Incoming</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask no-caption">
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p><strong>Image Name</strong>
</p>
<p>Snow and Ice Incoming</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask no-caption">
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p><strong>Image Name</strong>
</p>
<p>Snow and Ice Incoming</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask no-caption">
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p><strong>Image Name</strong>
</p>
<p>Snow and Ice Incoming</p>
</div>
</div>
</div>
<div class="col-md-55">
<div class="thumbnail">
<div class="image view view-first">
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
<div class="mask no-caption">
<div class="tools tools-bottom">
<a href="#"><i class="fa fa-link"></i></a>
<a href="#"><i class="fa fa-pencil"></i></a>
<a href="#"><i class="fa fa-times"></i></a>
</div>
</div>
</div>
<div class="caption">
<p><strong>Image Name</strong>
</p>
<p>Snow and Ice Incoming</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /page content -->
<!-- footer content -->
<footer>
<div class="pull-right">
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
</div>
<!-- jQuery -->
<script src="../vendors/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="../vendors/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="../vendors/fastclick/lib/fastclick.js"></script>
<!-- NProgress -->
<script src="../vendors/nprogress/nprogress.js"></script>
<!-- Custom Theme Scripts -->
<script src="../build/js/custom.min.js"></script>
</body>
</html> |
zoyoeec/static/CodeMirror/theme/xq-dark.css | zoyoe/ectool | /*
Copyright (C) 2011 by MarkLogic Corporation
Author: Mike Brevoort <mike@brevoort.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.cm-s-xq-dark.CodeMirror { background: #0a001f; color: #f8f8f8; }
.cm-s-xq-dark .CodeMirror-selected { background: #27007A !important; }
.cm-s-xq-dark .CodeMirror-gutters { background: #0a001f; border-right: 1px solid #aaa; }
.cm-s-xq-dark .CodeMirror-linenumber { color: #f8f8f8; }
.cm-s-xq-dark .CodeMirror-cursor { border-left: 1px solid white !important; }
.cm-s-xq-dark span.cm-keyword {color: #FFBD40;}
.cm-s-xq-dark span.cm-atom {color: #6C8CD5;}
.cm-s-xq-dark span.cm-number {color: #164;}
.cm-s-xq-dark span.cm-def {color: #FFF; text-decoration:underline;}
.cm-s-xq-dark span.cm-variable {color: #FFF;}
.cm-s-xq-dark span.cm-variable-2 {color: #EEE;}
.cm-s-xq-dark span.cm-variable-3 {color: #DDD;}
.cm-s-xq-dark span.cm-property {}
.cm-s-xq-dark span.cm-operator {}
.cm-s-xq-dark span.cm-comment {color: gray;}
.cm-s-xq-dark span.cm-string {color: #9FEE00;}
.cm-s-xq-dark span.cm-meta {color: yellow;}
.cm-s-xq-dark span.cm-qualifier {color: #FFF700;}
.cm-s-xq-dark span.cm-builtin {color: #30a;}
.cm-s-xq-dark span.cm-bracket {color: #cc7;}
.cm-s-xq-dark span.cm-tag {color: #FFBD40;}
.cm-s-xq-dark span.cm-attribute {color: #FFF700;}
.cm-s-xq-dark span.cm-error {color: #f00;}
.cm-s-xq-dark .CodeMirror-activeline-background {background: #27282E !important;}
.cm-s-xq-dark .CodeMirror-matchingbracket {outline:1px solid grey; color:white !important;} |
tests/wpt/web-platform-tests/css/css-shapes/shape-outside/shape-image/gradients/shape-outside-linear-gradient-001.html | Varentsov/servo | <!DOCTYPE html>
<html>
<head>
<title>CSS Test: Left float with linear gradient</title>
<link rel="author" title="Bear Travis" href="mailto:betravis@adobe.com"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shapes-from-image"/>
<link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property"/>
<link rel="match" href="reference/shape-outside-linear-gradient-001-ref.html"/>
<meta name="flags" content="ahem"/>
<meta name="assert" content="This test verifies that shape-outside respects a
simple linear gradient."/>
<style type="text/css">
.container {
width: 200px;
height: 200px;
background-color: red;
font-family: Ahem;
font-size: 50px;
line-height: 1;
}
#test {
color: green;
}
#gradient {
float: left;
width: 200px;
height: 200px;
background: linear-gradient(to right, green 50%, transparent 50%);
shape-outside: linear-gradient(to right, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 0.5) 50%, transparent 50%);
}
</style>
</head>
<body>
<p>
The test passes if you see a green square. There should be no red.
</p>
<div id="test" class="container">
<div id="gradient"></div>
xx xx xx xx
</div>
</body>
</html>
|
www/node_modules/chart.js/dist/docs/gitbook/gitbook-plugin-search-plus/search.css | bsmd18/AdminContact | /*
This CSS only styled the search results section, not the search input
It defines the basic interraction to hide content when displaying results, etc
*/
#book-search-input {
background: inherit;
}
#book-search-results .search-results {
display: none;
}
#book-search-results .search-results ul.search-results-list {
list-style-type: none;
padding-left: 0;
}
#book-search-results .search-results ul.search-results-list li {
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
/* Highlight results */
}
#book-search-results .search-results ul.search-results-list li p em {
background-color: rgba(255, 220, 0, 0.4);
font-style: normal;
}
#book-search-results .search-results .no-results {
display: none;
}
#book-search-results.open .search-results {
display: block;
}
#book-search-results.open .search-noresults {
display: none;
}
#book-search-results.no-results .search-results .has-results {
display: none;
}
#book-search-results.no-results .search-results .no-results {
display: block;
}
#book-search-results span.search-highlight-keyword {
background: #ff0;
}
#book-search-results.search-plus .search-results .has-results .search-results-item {
color: inherit;
} |
ajax/libs/semantic-ui/1.6.2/components/comment.css | brunoksato/cdnjs | /*
* # Semantic UI - 1.6.2
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------
Comments
---------------*/
.ui.comments {
margin: 1.5em 0em;
max-width: 650px;
}
.ui.comments:first-child {
margin-top: 0em;
}
.ui.comments:last-child {
margin-bottom: 0em;
}
/*--------------
Comment
---------------*/
.ui.comments .comment {
position: relative;
background: none;
margin: 0.5em 0em 0em;
padding: 0.5em 0em 0em;
border: none;
border-top: none;
line-height: 1.2;
}
.ui.comments .comment:first-child {
margin-top: 0em;
padding-top: 0em;
}
/*--------------------
Nested Comments
---------------------*/
.ui.comments .comment .comments {
margin: 0em 0em 0.5em 0.5em;
padding: 1em 0em 1em 1em;
}
.ui.comments .comment .comments:before {
position: absolute;
top: 0px;
left: 0px;
}
.ui.comments .comment .comments .comment {
border: none;
border-top: none;
background: none;
}
/*--------------
Avatar
---------------*/
.ui.comments .comment .avatar {
display: block;
width: 2.5em;
height: auto;
float: left;
margin: 0.2em 0em 0em;
}
.ui.comments .comment img.avatar,
.ui.comments .comment .avatar img {
display: block;
margin: 0em auto;
width: 100%;
height: 100%;
border-radius: 0.25rem;
}
/*--------------
Content
---------------*/
.ui.comments .comment > .content {
display: block;
}
/* If there is an avatar move content over */
.ui.comments .comment > .avatar ~ .content {
margin-left: 3.5em;
}
/*--------------
Author
---------------*/
.ui.comments .comment .author {
font-size: 1em;
color: rgba(0, 0, 0, 0.8);
font-weight: bold;
}
.ui.comments .comment a.author {
cursor: pointer;
}
.ui.comments .comment a.author:hover {
color: #00b2f3;
}
/*--------------
Metadata
---------------*/
.ui.comments .comment .metadata {
display: inline-block;
margin-left: 0.5em;
color: rgba(0, 0, 0, 0.4);
font-size: 0.875em;
}
.ui.comments .comment .metadata > * {
display: inline-block;
margin: 0em 0.5em 0em 0em;
}
.ui.comments .comment .metadata > :last-child {
margin-right: 0em;
}
/*--------------------
Comment Text
---------------------*/
.ui.comments .comment .text {
margin: 0.25em 0em 0.5em;
font-size: 1em;
word-wrap: break-word;
color: rgba(0, 0, 0, 0.8);
line-height: 1.3;
}
/*--------------------
User Actions
---------------------*/
.ui.comments .comment .actions {
font-size: 0.875em;
}
.ui.comments .comment .actions a {
cursor: pointer;
display: inline-block;
margin: 0em 0.75em 0em 0em;
color: rgba(0, 0, 0, 0.4);
}
.ui.comments .comment .actions a:last-child {
margin-right: 0em;
}
.ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover {
color: rgba(0, 0, 0, 0.8);
}
/*--------------------
Reply Form
---------------------*/
.ui.comments > .reply.form {
margin-top: 1em;
}
.ui.comments .comment .reply.form {
width: 100%;
margin-top: 1em;
}
.ui.comments .reply.form textarea {
font-size: 1em;
height: 12em;
}
/*******************************
State
*******************************/
.ui.collapsed.comments,
.ui.comments .collapsed.comments,
.ui.comments .collapsed.comment {
display: none;
}
/*******************************
Variations
*******************************/
/*--------------------
Threaded
---------------------*/
.ui.threaded.comments .comment .comments {
margin: -1.5em 0 -1em 1.25em;
padding: 3em 0em 2em 2.25em;
box-shadow: -1px 0px 0px rgba(39, 41, 43, 0.15);
}
/*--------------------
Minimal
---------------------*/
.ui.minimal.comments .comment .actions {
opacity: 0;
position: absolute;
top: 0px;
right: 0px;
left: auto;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.ui.minimal.comments .comment > .content:hover > .actions {
opacity: 1;
}
/*--------------------
Sizes
---------------------*/
.ui.small.comments {
font-size: 0.9em;
}
.ui.comments {
font-size: 1em;
}
.ui.large.comments {
font-size: 1.1em;
}
.ui.huge.comments {
font-size: 1.2em;
}
/*******************************
Theme Overrides
*******************************/
/*******************************
User Variable Overrides
*******************************/
|
server-scripts/javascript/jquery-ui-1.8.18/themes/base/minified/jquery.ui.all.min.css | coachcly/Dashboard | /*
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
*/
@import "jquery.ui.base.min.css";@import "jquery.ui.theme.min.css"; |
wp-content/themes/alamindit/mailchimp-mandrill-api-php-e1eda7352f24/docs/class-Mandrill_Unknown_Sender.html | usmanasif/Taiche | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Mandrill_Unknown_Sender</title>
<script type="text/javascript" src="resources/combined.js?394153670"></script>
<script type="text/javascript" src="elementlist.js?882160656"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</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>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Mandrill.html">Mandrill</a></li>
<li><a href="class-Mandrill_Exports.html">Mandrill_Exports</a></li>
<li><a href="class-Mandrill_Inbound.html">Mandrill_Inbound</a></li>
<li><a href="class-Mandrill_Internal.html">Mandrill_Internal</a></li>
<li><a href="class-Mandrill_Ips.html">Mandrill_Ips</a></li>
<li><a href="class-Mandrill_Messages.html">Mandrill_Messages</a></li>
<li><a href="class-Mandrill_Metadata.html">Mandrill_Metadata</a></li>
<li><a href="class-Mandrill_Rejects.html">Mandrill_Rejects</a></li>
<li><a href="class-Mandrill_Senders.html">Mandrill_Senders</a></li>
<li><a href="class-Mandrill_Subaccounts.html">Mandrill_Subaccounts</a></li>
<li><a href="class-Mandrill_Tags.html">Mandrill_Tags</a></li>
<li><a href="class-Mandrill_Templates.html">Mandrill_Templates</a></li>
<li><a href="class-Mandrill_Urls.html">Mandrill_Urls</a></li>
<li><a href="class-Mandrill_Users.html">Mandrill_Users</a></li>
<li><a href="class-Mandrill_Webhooks.html">Mandrill_Webhooks</a></li>
<li><a href="class-Mandrill_Whitelists.html">Mandrill_Whitelists</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-Mandrill_Error.html">Mandrill_Error</a></li>
<li><a href="class-Mandrill_HttpError.html">Mandrill_HttpError</a></li>
<li><a href="class-Mandrill_Invalid_CustomDNS.html">Mandrill_Invalid_CustomDNS</a></li>
<li><a href="class-Mandrill_Invalid_CustomDNSPending.html">Mandrill_Invalid_CustomDNSPending</a></li>
<li><a href="class-Mandrill_Invalid_DeleteDefaultPool.html">Mandrill_Invalid_DeleteDefaultPool</a></li>
<li><a href="class-Mandrill_Invalid_DeleteNonEmptyPool.html">Mandrill_Invalid_DeleteNonEmptyPool</a></li>
<li><a href="class-Mandrill_Invalid_EmptyDefaultPool.html">Mandrill_Invalid_EmptyDefaultPool</a></li>
<li><a href="class-Mandrill_Invalid_Key.html">Mandrill_Invalid_Key</a></li>
<li><a href="class-Mandrill_Invalid_Reject.html">Mandrill_Invalid_Reject</a></li>
<li><a href="class-Mandrill_Invalid_Tag_Name.html">Mandrill_Invalid_Tag_Name</a></li>
<li><a href="class-Mandrill_Invalid_Template.html">Mandrill_Invalid_Template</a></li>
<li><a href="class-Mandrill_IP_ProvisionLimit.html">Mandrill_IP_ProvisionLimit</a></li>
<li><a href="class-Mandrill_Metadata_FieldLimit.html">Mandrill_Metadata_FieldLimit</a></li>
<li><a href="class-Mandrill_NoSendingHistory.html">Mandrill_NoSendingHistory</a></li>
<li><a href="class-Mandrill_PaymentRequired.html">Mandrill_PaymentRequired</a></li>
<li><a href="class-Mandrill_PoorReputation.html">Mandrill_PoorReputation</a></li>
<li><a href="class-Mandrill_ServiceUnavailable.html">Mandrill_ServiceUnavailable</a></li>
<li><a href="class-Mandrill_Unknown_Export.html">Mandrill_Unknown_Export</a></li>
<li><a href="class-Mandrill_Unknown_InboundDomain.html">Mandrill_Unknown_InboundDomain</a></li>
<li><a href="class-Mandrill_Unknown_InboundRoute.html">Mandrill_Unknown_InboundRoute</a></li>
<li><a href="class-Mandrill_Unknown_IP.html">Mandrill_Unknown_IP</a></li>
<li><a href="class-Mandrill_Unknown_Message.html">Mandrill_Unknown_Message</a></li>
<li><a href="class-Mandrill_Unknown_MetadataField.html">Mandrill_Unknown_MetadataField</a></li>
<li><a href="class-Mandrill_Unknown_Pool.html">Mandrill_Unknown_Pool</a></li>
<li class="active"><a href="class-Mandrill_Unknown_Sender.html">Mandrill_Unknown_Sender</a></li>
<li><a href="class-Mandrill_Unknown_Subaccount.html">Mandrill_Unknown_Subaccount</a></li>
<li><a href="class-Mandrill_Unknown_Template.html">Mandrill_Unknown_Template</a></li>
<li><a href="class-Mandrill_Unknown_TrackingDomain.html">Mandrill_Unknown_TrackingDomain</a></li>
<li><a href="class-Mandrill_Unknown_Url.html">Mandrill_Unknown_Url</a></li>
<li><a href="class-Mandrill_Unknown_Webhook.html">Mandrill_Unknown_Webhook</a></li>
<li><a href="class-Mandrill_ValidationError.html">Mandrill_ValidationError</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" />
<input type="submit" value="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>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class Mandrill_Unknown_Sender</h1>
<div class="description">
<p>The requested sender does not exist</p>
</div>
<dl class="tree">
<dd style="padding-left:0px">
<a href="class-Exception.html"><span>Exception</span></a>
</dd>
<dd style="padding-left:30px">
<img src="resources/inherit.png" alt="Extended by" />
<a href="class-Mandrill_Error.html"><span>Mandrill_Error</span></a>
</dd>
<dd style="padding-left:60px">
<img src="resources/inherit.png" alt="Extended by" />
<b><span>Mandrill_Unknown_Sender</span></b>
</dd>
</dl>
<div class="info">
<b>Located at</b> <a href="source-class-Mandrill_Unknown_Sender.html#51-54" title="Go to source code">Mandrill/Exceptions.php</a><br />
</div>
<table class="summary inherited">
<caption>Methods inherited from <a href="class-Exception.html#methods">Exception</a></caption>
<tr>
<td><code>
<a href="class-Exception.html#___construct">__construct()</a>,
<a href="class-Exception.html#___toString">__toString()</a>,
<a href="class-Exception.html#_getCode">getCode()</a>,
<a href="class-Exception.html#_getFile">getFile()</a>,
<a href="class-Exception.html#_getLine">getLine()</a>,
<a href="class-Exception.html#_getMessage">getMessage()</a>,
<a href="class-Exception.html#_getPrevious">getPrevious()</a>,
<a href="class-Exception.html#_getTrace">getTrace()</a>,
<a href="class-Exception.html#_getTraceAsString">getTraceAsString()</a>
</code></td>
</tr>
</table>
<table class="summary inherited">
<caption>Properties inherited from <a href="class-Exception.html#properties">Exception</a></caption>
<tr>
<td><code>
<a href="class-Exception.html#$code"><var>$code</var></a>,
<a href="class-Exception.html#$file"><var>$file</var></a>,
<a href="class-Exception.html#$line"><var>$line</var></a>,
<a href="class-Exception.html#$message"><var>$message</var></a>
</code></td>
</tr>
</table>
</div>
<div id="footer">
API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-clip-008.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Background and Borders Test: background-clip: padding-box with background-color</title>
<link rel="author" title="Julien Chaffraix" href="mailto:jchaffraix@webkit.org">
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-09 -->
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-clip" title="3.7. Painting Area: the 'background-clip' property">
<meta name="flags" content="">
<meta name="assert" content="When 'background-clip' is set to 'padding-box', then the background painting area is clipped at the edges of the padding of the element. In this test, the padding box is 0px tall and as wide as the body element; therefore, red should not be visible.">
<link rel="match" href="reference/ref-if-there-is-no-red.xht">
<style>
div
{
background-clip: padding-box;
background-color: red;
border: transparent solid 50px;
height: auto;
padding: 0px;
width: auto;
}
</style>
</head>
<body>
<p>Test passes if there is <strong>no red</strong>.</p>
<div></div>
</body>
</html>
|
webroot/resources/fullcalendar/tests/triggers.html | microuser/HTML4PHP | <!DOCTYPE html>
<html>
<head>
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../lib/jquery/dist/jquery.js'></script>
<script src='../lib/moment/moment.js'></script>
<script src='../dist/fullcalendar.js'></script>
<script src='../dist/gcal.js'></script>
<script>
/*
TODO:
this file demonstrates a bug, unrelated to triggers, where starting off in a small window,
changing to agendaWeek, maximizing the window, switching to month causes the last column of
events to be misaligned (don't stretch all the way right)
this happens due to agendaWeek being taller than month before the switch back
*/
var date = new Date();
var d = date.getDate();
var m = date.getMonth();
var y = date.getFullYear();
$(document).ready(function() {
$('#calendar').fullCalendar({
//weekends: false,
//defaultView: 'agendaWeek',
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,basicWeek,agendaDay,basicDay'
},
editable: true,
weekMode: 'variable',
//isRTL: true,
viewDisplay: function(view) {
console.log('viewDisplay');
console.log(view.start + ' - ' + view.end);
console.log(view.visStart + ' - ' + view.visEnd);
//console.log(view);
//console.log(this);
},
eventAfterAllRender: function(view) {
console.log('all rendered', view);
},
//loading: // see sources.html
windowResize: function(view) {
console.log('windowResize - ' + view.title);
//console.log(this);
},
minTime: '5',
maxTime: '21:30',
dayClick: function(dayDate, allDay, ev, view) {
//alert(dayDate);
console.log('dayClick - ' + dayDate + ', allDay:' + allDay + ' - ' + view.title);
//console.log(ev);
console.log(this);
},
selectable: true,
select: function(start, end, allDay) {
console.log('select', start, end, allDay);
},
unselect: function() {
console.log('unselect');
},
eventRender: function(event, element, view) {
if (event.id == 888) {
return false;
}
else if (event.id == 777) {
return $("<div style='background:green'>").text(event.title);
}
else if (event.id == 999) {
element.css('border-color', 'red');
//console.log('renderEvent (' + event.title + ') - ' + view.title);
}
},
eventAfterRender: function(event, element, view) {
//console.log('after render for "' + event.title + '":');
//console.log(element);
},
eventClick: function(event, jsEvent, view) {
console.log('EVENT CLICK ' + event.title);
//console.log(jsEvent);
//console.log(view);
//console.log(this);
//return false;
},
eventMouseover: function(event, jsEvent, view) {
console.log('MOUSEOVER ' + event.title);
//console.log(jsEvent);
//console.log(view);
//console.log(this);
},
eventMouseout: function(event, jsEvent, view) {
console.log('MOUSEOUT ' + event.title);
//console.log(jsEvent);
//console.log(view);
//console.log(this);
},
eventDragStart: function(event, jsEvent, ui, view) {
console.log('DRAG START ' + event.title);
console.log(this);
},
eventDragStop: function(event, jsEvent, ui, view) {
console.log('DRAG STOP ' + event.title);
console.log(this);
},
eventDrop: function(event, dayDelta, minuteDelta, allDay, revertFunc, jsEvent, ui, view) {
console.log('DROP ' + event.title);
console.log(dayDelta + ' days');
console.log(minuteDelta + ' minutes');
console.log('allday: ' + allDay);
//setTimeout(function() {
// revertFunc();
//}, 2000);
//console.log(jsEvent);
//console.log(ui);
//console.log(view.title);
//console.log(this);
},
eventResizeStart: function(event, jsEvent, ui, view) {
console.log('RESIZE START ' + event.title);
//console.log(this);
},
eventResizeStop: function(event, jsEvent, ui, view) {
console.log('RESIZE STOP ' + event.title);
//console.log(this);
},
eventResize: function(event, dayDelta, minuteDelta, revertFunc, jsEvent, ui, view) {
console.log('RESIZE!! ' + event.title);
console.log(dayDelta + ' days');
console.log(minuteDelta + ' minutes');
//setTimeout(function() {
// revertFunc();
//}, 2000);
//console.log(jsEvent);
//console.log(ui);
//console.log(view.title);
//console.log(this);
},
/* for testing eventAfterAllRender
events: {
url: "http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/basic",
editable: true,
className: 'holiday'
},
*/
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
},
{
id: 888,
title: 'Meeting',
start: new Date(y, m, d, 10, 30),
allDay: false
},
{
id: 777,
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>
</head>
<body style='font-size:12px'>
<div id='calendar' style='width:75%;margin:20px auto 0;font-family:arial'></div>
</body>
</html>
|
trying_design/bower_components/prism/plugins/ie8/index.html | pbhopalka/Account_Management | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<title>IE8 ▲ Prism plugins</title>
<base href="../.." />
<!--[if lte IE 8]><script>(function(){
var a = document.createElement('a'), base = document.getElementsByTagName('base')[0];
a.href = base.href;
base.href = a.href;
})()</script><![endif]-->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
<link rel="stylesheet" href="plugins/ie8/prism-ie8.css" data-noprefix />
<script src="prefixfree.min.js"></script>
<script>var _gaq = [['_setAccount', 'UA-33746269-1'], ['_trackPageview']];</script>
<script src="http://www.google-analytics.com/ga.js" async></script>
</head>
<body>
<header>
<div class="intro" data-src="templates/header-plugins.html" data-type="text/html"></div>
<h2>IE8 (Work in progress)</h2>
<p>Adds basic IE8 <a href="">support</a> to Prism through a series of polyfills.</p>
</header>
<section>
<h1>How to use</h1>
</section>
<section>
<h1>Examples</h1>
<h2>JavaScript</h2>
<pre><code class="language-javascript">/**
* This is a multiline comment
*/
var foo = 5; // this is a single line comment
var str = "A string",
r = /and a regex/;</code></pre>
<h2>CSS</h2>
<pre><code class="language-css">@font-face {
src: url(http://lea.verou.me/logo.otf);
font-family: 'LeaVerou';
}</code></pre>
<h2>HTML</h2>
<pre><code class="language-markup"><!-- A comment -->
<img src="http://prismjs.com/img/spectrum.png" alt="" />
<p>Some text</p></code></pre>
</section>
<footer data-src="templates/footer.html" data-type="text/html"></footer>
<script src="prism.js"></script>
<script src="plugins/ie8/prism-ie8.js"></script>
<script src="utopia.js"></script>
<script src="code.js"></script>
</body>
</html> |
vendor/lightgallery/css/lightgallery.css | fengbeihong/fengbeihong.github.io | @font-face {
font-family: 'lg';
src: url("../fonts/lg.eot?n1z373");
src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
-o-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
-o-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
-moz-transition: opacity 0.08s ease 0s;
-o-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
-o-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-moz-transform: translate3d(0, 0px, 0);
-o-transform: translate3d(0, 0px, 0);
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-moz-transform: translate3d(0, 5px, 0);
-o-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url("../img/loading.gif") no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
|
src/main/resources/inspectionDescriptions/EnumClass.html | Yihy/resources_cn | <html>
<body>
Reports <b>enum</b> classes.
Such statements are not supported under Java 1.4 or earlier JVMs.
<!-- tooltip end -->
<p>
</body>
</html> |
web/blockly/demos/toolbox/index.html | ChildrenOfUr/Ilmenscript | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blockly Demo: Toolbox</title>
<script src="../../blockly_compressed.js"></script>
<script src="../../blocks_compressed.js"></script>
<script src="../../msg/js/en.js"></script>
<style>
body {
background-color: #fff;
font-family: sans-serif;
}
h1 {
font-weight: normal;
font-size: 140%;
}
</style>
</head>
<body>
<h1><a href="https://developers.google.com/blockly/">Blockly</a> >
<a href="../index.html">Demos</a> > Toolbox</h1>
<p>This is a demo of a complex category structure for the toolbox.</p>
<p>→ More info on the <a href="https://developers.google.com/blockly/installation/toolbox">Toolbox</a>...</p>
<div id="blocklyDiv" style="height: 600px; width: 800px;"></div>
<xml id="toolbox" style="display: none">
<category name="Logic">
<category name="If">
<block type="controls_if"></block>
<block type="controls_if">
<mutation else="1"></mutation>
</block>
<block type="controls_if">
<mutation elseif="1" else="1"></mutation>
</block>
</category>
<category name="Boolean">
<block type="logic_compare"></block>
<block type="logic_operation"></block>
<block type="logic_negate"></block>
<block type="logic_boolean"></block>
<block type="logic_null"></block>
<block type="logic_ternary"></block>
</category>
</category>
<category name="Loops">
<block type="controls_repeat_ext">
<value name="TIMES">
<block type="math_number">
<field name="NUM">10</field>
</block>
</value>
</block>
<block type="controls_whileUntil"></block>
<block type="controls_for">
<field name="VAR">i</field>
<value name="FROM">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
<value name="TO">
<block type="math_number">
<field name="NUM">10</field>
</block>
</value>
<value name="BY">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
</block>
<block type="controls_forEach"></block>
<block type="controls_flow_statements"></block>
</category>
<category name="Math">
<block type="math_number"></block>
<block type="math_arithmetic"></block>
<block type="math_single"></block>
<block type="math_trig"></block>
<block type="math_constant"></block>
<block type="math_number_property"></block>
<block type="math_change">
<value name="DELTA">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
</block>
<block type="math_round"></block>
<block type="math_on_list"></block>
<block type="math_modulo"></block>
<block type="math_constrain">
<value name="LOW">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
<value name="HIGH">
<block type="math_number">
<field name="NUM">100</field>
</block>
</value>
</block>
<block type="math_random_int">
<value name="FROM">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
<value name="TO">
<block type="math_number">
<field name="NUM">100</field>
</block>
</value>
</block>
<block type="math_random_float"></block>
</category>
<category name="Lists">
<block type="lists_create_empty"></block>
<block type="lists_create_with"></block>
<block type="lists_repeat">
<value name="NUM">
<block type="math_number">
<field name="NUM">5</field>
</block>
</value>
</block>
<block type="lists_length"></block>
<block type="lists_isEmpty"></block>
<block type="lists_indexOf"></block>
<block type="lists_getIndex"></block>
<block type="lists_setIndex"></block>
</category>
<category name="Variables" custom="VARIABLE"></category>
<category name="Functions" custom="PROCEDURE"></category>
<sep></sep>
<category name="Library" expanded="true">
<category name="Randomize">
<block type="procedures_defnoreturn">
<mutation>
<arg name="list"></arg>
</mutation>
<field name="NAME">randomize</field>
<statement name="STACK">
<block type="controls_for" inline="true">
<field name="VAR">x</field>
<value name="FROM">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
<value name="TO">
<block type="lists_length" inline="false">
<value name="VALUE">
<block type="variables_get">
<field name="VAR">list</field>
</block>
</value>
</block>
</value>
<value name="BY">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
<statement name="DO">
<block type="variables_set" inline="false">
<field name="VAR">y</field>
<value name="VALUE">
<block type="math_random_int" inline="true">
<value name="FROM">
<block type="math_number">
<field name="NUM">1</field>
</block>
</value>
<value name="TO">
<block type="lists_length" inline="false">
<value name="VALUE">
<block type="variables_get">
<field name="VAR">list</field>
</block>
</value>
</block>
</value>
</block>
</value>
<next>
<block type="variables_set" inline="false">
<field name="VAR">temp</field>
<value name="VALUE">
<block type="lists_getIndex" inline="true">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_START</field>
<value name="AT">
<block type="variables_get">
<field name="VAR">y</field>
</block>
</value>
<value name="VALUE">
<block type="variables_get">
<field name="VAR">list</field>
</block>
</value>
</block>
</value>
<next>
<block type="lists_setIndex" inline="false">
<value name="AT">
<block type="variables_get">
<field name="VAR">y</field>
</block>
</value>
<value name="LIST">
<block type="variables_get">
<field name="VAR">list</field>
</block>
</value>
<value name="TO">
<block type="lists_getIndex" inline="true">
<mutation statement="false" at="true"></mutation>
<field name="MODE">GET</field>
<field name="WHERE">FROM_START</field>
<value name="AT">
<block type="variables_get">
<field name="VAR">x</field>
</block>
</value>
<value name="VALUE">
<block type="variables_get">
<field name="VAR">list</field>
</block>
</value>
</block>
</value>
<next>
<block type="lists_setIndex" inline="false">
<value name="AT">
<block type="variables_get">
<field name="VAR">x</field>
</block>
</value>
<value name="LIST">
<block type="variables_get">
<field name="VAR">list</field>
</block>
</value>
<value name="TO">
<block type="variables_get">
<field name="VAR">temp</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
</statement>
</block>
</category>
<category name="Jabberwocky">
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT">'Twas brillig, and the slithy toves</field>
</block>
</value>
<next>
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT"> Did gyre and gimble in the wabe:</field>
</block>
</value>
<next>
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT">All mimsy were the borogroves,</field>
</block>
</value>
<next>
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT"> And the mome raths outgrabe.</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT">"Beware the Jabberwock, my son!</field>
</block>
</value>
<next>
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT"> The jaws that bite, the claws that catch!</field>
</block>
</value>
<next>
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT">Beware the Jubjub bird, and shun</field>
</block>
</value>
<next>
<block type="text_print">
<value name="TEXT">
<block type="text">
<field name="TEXT"> The frumious Bandersnatch!"</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</next>
</block>
</category>
</category>
</xml>
<script>
var workspace = Blockly.inject('blocklyDiv',
{media: '../../media/',
toolbox: document.getElementById('toolbox')});
</script>
</body>
</html>
|
tools/bug_chomper/templates/bug_chomper.html | ench0/external_skia | <html>
<head>
<title>{{.Title}}</title>
<link rel="stylesheet" type="text/css" href="res/style.css" />
<link rel="icon" type="image/ico" href="res/favicon.ico" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script type="text/javascript" src="res/third_party/jquery.tablednd.js"></script>
<script type="text/javascript">
"use strict";
var issues = {{.BugsJson}};
var edited = {};
function edit_label(bug_id, old_value, new_value) {
console.log("issue[" + bug_id + "]: " + old_value + " -> " + new_value);
if (!edited[bug_id]) {
edited[bug_id] = JSON.parse(JSON.stringify(issues[bug_id]));
}
var old_index = edited[bug_id]["labels"].indexOf(old_value);
if (old_index > -1) {
edited[bug_id]["labels"][old_index] = new_value;
} else {
edited[bug_id]["labels"].push(new_value)
}
if (JSON.stringify(issues[bug_id]) == JSON.stringify(edited[bug_id])) {
console.log("Not changing " + bug_id);
delete edited[bug_id]
}
document.getElementById("all_edits").value = JSON.stringify(edited);
}
</script>
</head>
<body>
<h1>BugChomper</h1>
<form method="post">
<input type="hidden" name="all_edits" id="all_edits" value="{}" />
<input type="submit" value="Submit changes to issue tracker" />
</form>
<table id="buglist">
<thead>
<tr id="table_header" class="nodrag tr_head">
<td colspan=3><h2>Open bugs for {{.User}}</h2></td>
</tr>
<tr id="table_subheader" class="nodrag tr_head">
<td>ID</td>
<td>Priority</td>
<td>Title</td>
</tr>
</thead>
<tbody>
{{with $all_data := .}}
{{range $index, $priority := index $all_data.Priorities}}
<tr id="priority_{{$priority}}"
class="{{if eq $index 0}}nodrop{{else}}{{end}} nodrag priority_row priority_{{$priority}}"
>
<td colspan=3 class="priority_td">Priority {{$priority}}</td>
</tr>
{{range $index, $bug := index $all_data.BugsByPriority $priority}}
<tr id="{{$bug.Id}}" class="priority_{{$priority}}">
<td id="id_{{$bug.Id}}">
<a href="{{$bug.URL}}" target="_blank">{{$bug.Id}}</a>
</td>
<td id="priority_{{$bug.Id}}">{{$priority}}</td>
<td id="title_{{$bug.Id}}">{{$bug.Title}}</td>
</tr>
{{end}}
{{end}}
{{end}}
</tbody>
</table>
<script type="text/javascript">
$(document).ready(function() {
$("#buglist").tableDnD({
onDrop: function(table, dropped_row) {
var id = dropped_row.id;
var css_priority_prefix = "priority_"
var new_priority = null;
var dropped_index = null;
var thead_rows = table.tHead.rows;
var tbody_rows = table.tBodies[0].rows;
var all_rows = [];
for (var i = 0; i < thead_rows.length; i++) {
all_rows.push(thead_rows[i]);
}
for (var i = 0; i < tbody_rows.length; i++) {
all_rows.push(tbody_rows[i]);
}
for (var i = 0; i < all_rows.length; i++) {
if (all_rows[i].id) {
if (all_rows[i].id.indexOf(css_priority_prefix) == 0) {
new_priority = all_rows[i].id.substring(css_priority_prefix.length);
}
if (all_rows[i].id == id) {
break;
}
} else {
console.warn("No id for:");
console.warn(all_rows[i]);
}
}
if (new_priority) {
priority_td = document.getElementById(css_priority_prefix + id);
old_priority = priority_td.innerHTML;
if (priority_td && new_priority != old_priority) {
priority_td.innerHTML = new_priority;
document.getElementById(id).className = css_priority_prefix + new_priority;
edit_label(id, "{{.PriorityPrefix}}" + old_priority, "{{.PriorityPrefix}}" + new_priority);
}
}
}
});
});
</script>
</body>
</html>
|
external/chromium_org/content/test/data/battery_status/battery_status_manual_test.html | s20121035/rk3288_android5.1_repo | <html>
<body>
<head>
<meta name="description" content="Test for Battery Status API"/>
<title>Battery Status API</title>
</head>
<body>
<table>
<tr>
<td>Battery Status API</td>
<td width="250px"></td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<tr>
<td>charging</td>
<td id="charging"></td>
</tr>
<tr>
<td>chargingTime</td>
<td id="chargingTime"></td>
</tr>
<tr>
<td>dischargingTime</td>
<td id="dischargingTime"></td>
</tr>
<tr>
<td>battery level</td>
<td id="level"></td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<tr>
<td>promise status</td>
<td id="promiseStatus"></td>
</tr>
<tr>
<td>number of updates</td>
<td id="numberUpdates"></td>
</tr>
</table>
<script>
var numberUpdates = 0;
var battery;
function batterySuccess(batteryManager) {
battery = batteryManager;
document.getElementById("promiseStatus").innerHTML = "success";
updateBatteryInformation();
battery.addEventListener('chargingchange', updateBatteryInformation);
battery.addEventListener('chargingtimechange', updateBatteryInformation);
battery.addEventListener('dischargingtimechange', updateBatteryInformation);
battery.addEventListener('levelchange', updateBatteryInformation);
}
function batteryFailure() {
document.getElementById("promiseStatus").innerHTML = "failed";
}
function ConvertToHMS(durationInSeconds) {
if (!isFinite(durationInSeconds)) return "";
var hours = Math.floor(durationInSeconds / 3600);
var seconds = durationInSeconds % 60;
var minutes = Math.floor((durationInSeconds - hours * 3600 - seconds) / 60);
return " (" + hours + "h:" + minutes + "m:" + seconds + "s)";
}
function updateBatteryInformation() {
document.getElementById("charging").innerHTML = battery.charging;
document.getElementById("chargingTime").innerHTML = battery.chargingTime + ConvertToHMS(battery.chargingTime);
document.getElementById("dischargingTime").innerHTML = battery.dischargingTime + ConvertToHMS(battery.dischargingTime);
document.getElementById("level").innerHTML = battery.level;
numberUpdates++;
document.getElementById("numberUpdates").innerHTML = numberUpdates;
}
document.getElementById("promiseStatus").innerHTML = "pending";
document.getElementById("numberUpdates").innerHTML = numberUpdates;
navigator.getBattery().then(batterySuccess, batteryFailure);
</script>
</body>
</html> |
vendor/sdl2_mixer/external/libvorbisidec-1.2.1/doc/ov_test_open.html | kyleconroy/golds | <html>
<head>
<title>Tremor - function - ov_test_open</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>Tremor documentation</p></td>
<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
</tr>
</table>
<h1>ov_test_open</h1>
<p><i>declared in "ivorbisfile.h";</i></p>
<p>
Finish opening a file partially opened with <a href="ov_test.html">ov_test()</a>
or <a href="ov_test_callbacks.html">ov_test_callbacks()</a>.
<p>
<table border=0 color=black cellspacing=0 cellpadding=7>
<tr bgcolor=#cccccc>
<td>
<pre><b>
int ov_test_open(<a href="OggVorbis_File.html">OggVorbis_File</a> *vf);
</b></pre>
</td>
</tr>
</table>
<h3>Parameters</h3>
<dl>
<dt><i>vf</i></dt>
<dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisidec
functions. Once this has been called, the same <tt>OggVorbis_File</tt>
struct should be passed to all the libvorbisidec functions.</dd>
</dl>
<h3>Return Values</h3>
<blockquote>
<li>
0 for success</li>
<li>less than zero for failure:</li>
<ul>
<li>OV_EREAD - A read from media returned an error.</li>
<li>OV_ENOTVORBIS - Bitstream is not Vorbis data.</li>
<li>OV_EVERSION - Vorbis version mismatch.</li>
<li>OV_EBADHEADER - Invalid Vorbis bitstream header.</li>
<li>OV_EFAULT - Internal logic fault; indicates a bug or heap/stack corruption.</li>
</ul>
</blockquote>
<p>
<br><br>
<hr noshade>
<table border=0 width=100%>
<tr valign=top>
<td><p class=tiny>copyright © 2002 Xiph.org</p></td>
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
</tr><tr>
<td><p class=tiny>Tremor documentation</p></td>
<td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
</tr>
</table>
</body>
</html>
|
www/vendor/angular-1.3.9/docs/examples/example-example6/index-debug.html | marcoR80/simple-app-mobile | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example6-debug</title>
<script src="../../../angular.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="spicyApp1">
<div ng-controller="SpicyController">
<button ng-click="chiliSpicy()">Chili</button>
<button ng-click="jalapenoSpicy()">Jalapeño</button>
<p>The food is {{spice}} spicy!</p>
</div>
</body>
</html> |
tests/wpt/web-platform-tests/offscreen-canvas/compositing/2d.composite.uncovered.pattern.copy.html | shinglyu/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>OffscreenCanvas test: 2d.composite.uncovered.pattern.copy</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<h1>2d.composite.uncovered.pattern.copy</h1>
<p class="desc">Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.</p>
<script>
var t = async_test("Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.");
t.step(function() {
var offscreenCanvas = new OffscreenCanvas(100, 50);
var ctx = offscreenCanvas.getContext('2d');
ctx.fillStyle = 'rgba(0, 255, 255, 0.5)';
ctx.fillRect(0, 0, 100, 50);
ctx.globalCompositeOperation = 'copy';
var promise = new Promise(function(resolve, reject) {
var xhr = new XMLHttpRequest();
xhr.open("GET", '/images/yellow.png');
xhr.responseType = 'blob';
xhr.send();
xhr.onload = function() {
resolve(xhr.response);
};
});
promise.then(function(response) {
ctx.fillStyle = ctx.createPattern(response, 'no-repeat');
ctx.fillRect(0, 50, 100, 50);
_assertPixelApprox(offscreenCanvas, 50,25, 0,0,0,0, "50,25", "0,0,0,0", 5);
});
t.done();
});
</script>
|
third_party/blink/web_tests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_outline_properties.html | scheib/chromium | <!DOCTYPE html>
<html class="reftest-wait">
<title>WebVTT rendering, ::cue(c), outline properties</title>
<link rel="match" href="class_outline_properties-ref.html">
<style>
html { overflow:hidden }
body { margin:0 }
::cue(c) {
font-family: sans-serif;
outline-style: solid;
outline-color: #00f;
outline-width: 2px;
}
</style>
<script src="/common/reftest-wait.js"></script>
<video width="320" height="180" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();">
<source src="/media/white.webm" type="video/webm">
<source src="/media/white.mp4" type="video/mp4">
<track src="../../../support/test_class.vtt">
<script>
document.getElementsByTagName('track')[0].track.mode = 'showing';
</script>
</video>
</html>
|
stm32_rtt_wifi/components/net/uip/doc/html/a00077.html | poranmeloge/test-github | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>uIP 1.0: dhcpc_state Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li id="current"><a href="classes.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul></div>
<h1>dhcpc_state Struct Reference</h1><!-- doxytag: class="dhcpc_state" --><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>Examples: </b></dt><dd>
<p>
<a class="el" href="a00048.html#_a0">dhcpc.c</a>, and <a class="el" href="a00049.html#_a43">dhcpc.h</a>.</dl>
<p>
<p>
Definition at line <a class="el" href="a00169.html#l00039">39</a> of file <a class="el" href="a00169.html">dhcpc.h</a>.<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31471b5e27bda51832d0fa49bd6d9b54"></a><!-- doxytag: member="dhcpc_state::pt" ref="31471b5e27bda51832d0fa49bd6d9b54" args="" -->
<a class="el" href="a00084.html">pt</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#31471b5e27bda51832d0fa49bd6d9b54">pt</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e0b137a3875ad12a99e5e3e0e177fd12"></a><!-- doxytag: member="dhcpc_state::state" ref="e0b137a3875ad12a99e5e3e0e177fd12" args="" -->
char </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#e0b137a3875ad12a99e5e3e0e177fd12">state</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cfd36e02c7498d766ff802575e981612"></a><!-- doxytag: member="dhcpc_state::conn" ref="cfd36e02c7498d766ff802575e981612" args="" -->
<a class="el" href="a00095.html">uip_udp_conn</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#cfd36e02c7498d766ff802575e981612">conn</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e80af46ceef63eab3c786525370ae720"></a><!-- doxytag: member="dhcpc_state::timer" ref="e80af46ceef63eab3c786525370ae720" args="" -->
<a class="el" href="a00087.html">timer</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#e80af46ceef63eab3c786525370ae720">timer</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e707c39412e09d3a47f0b3c5dad33725"></a><!-- doxytag: member="dhcpc_state::ticks" ref="e707c39412e09d3a47f0b3c5dad33725" args="" -->
<a class="el" href="a00153.html#g77570ac4fcab86864fa1916e55676da2">u16_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#e707c39412e09d3a47f0b3c5dad33725">ticks</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2391bb18db5f620e0e9fb848ae5ba5e9"></a><!-- doxytag: member="dhcpc_state::mac_addr" ref="2391bb18db5f620e0e9fb848ae5ba5e9" args="" -->
const void * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#2391bb18db5f620e0e9fb848ae5ba5e9">mac_addr</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5361ef75bfbdb469b5cc31f0060a2670"></a><!-- doxytag: member="dhcpc_state::mac_len" ref="5361ef75bfbdb469b5cc31f0060a2670" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#5361ef75bfbdb469b5cc31f0060a2670">mac_len</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="564bab93ef6a268a5de2fab885c1d32a"></a><!-- doxytag: member="dhcpc_state::serverid" ref="564bab93ef6a268a5de2fab885c1d32a" args="[4]" -->
<a class="el" href="a00153.html#g4caecabca98b43919dd11be1c0d4cd8e">u8_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#564bab93ef6a268a5de2fab885c1d32a">serverid</a> [4]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7a520a57d7d0541524f34a7685635597"></a><!-- doxytag: member="dhcpc_state::lease_time" ref="7a520a57d7d0541524f34a7685635597" args="[2]" -->
<a class="el" href="a00153.html#g77570ac4fcab86864fa1916e55676da2">u16_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#7a520a57d7d0541524f34a7685635597">lease_time</a> [2]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1d2f2751b0865045486c9aa59d0d0971"></a><!-- doxytag: member="dhcpc_state::ipaddr" ref="1d2f2751b0865045486c9aa59d0d0971" args="[2]" -->
<a class="el" href="a00153.html#g77570ac4fcab86864fa1916e55676da2">u16_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#1d2f2751b0865045486c9aa59d0d0971">ipaddr</a> [2]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="20541305548441e5dcb2e1e7e6f300eb"></a><!-- doxytag: member="dhcpc_state::netmask" ref="20541305548441e5dcb2e1e7e6f300eb" args="[2]" -->
<a class="el" href="a00153.html#g77570ac4fcab86864fa1916e55676da2">u16_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#20541305548441e5dcb2e1e7e6f300eb">netmask</a> [2]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="27df2817055bc099821d96eb60a40b34"></a><!-- doxytag: member="dhcpc_state::dnsaddr" ref="27df2817055bc099821d96eb60a40b34" args="[2]" -->
<a class="el" href="a00153.html#g77570ac4fcab86864fa1916e55676da2">u16_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#27df2817055bc099821d96eb60a40b34">dnsaddr</a> [2]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5e16ca335dfd7394527f602da879fca2"></a><!-- doxytag: member="dhcpc_state::default_router" ref="5e16ca335dfd7394527f602da879fca2" args="[2]" -->
<a class="el" href="a00153.html#g77570ac4fcab86864fa1916e55676da2">u16_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00077.html#5e16ca335dfd7394527f602da879fca2">default_router</a> [2]</td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 12 10:23:01 2006 for uIP 1.0 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|
tests/wpt/web-platform-tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html | krunal3103/servo | <!DOCTYPE HTML>
<html>
<head>
<title>Forms</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<p>
<h3>select_length</h3>
</p>
<li>In select control there is only 3 items.</li>
<hr>
<div id="log"></div>
<form method="post"
enctype="application/x-www-form-urlencoded"
action=""
id="input_form">
<p>
<label for="unittype">Select unit type:</label>
<select id="unittype" name="unittype">
<option value="1"> Miner </option>
<option value="2"> Puffer </option>
<option value="3" selected> Snipey </option>
<option value="4"> Max </option>
<option value="5"> Firebot </option>
</select>
</p>
</form>
<script>
var select = document.getElementById("unittype");
var length = select.length;
select.length = 3;
if (typeof(length) == "number") {
if (length != 5) {
test(function() {
assert_true(false, "length attribute is not correct.");
});
}
} else {
test(function() {
assert_unreached("length attribute is not exist.");
});
}
</script>
</body>
</html>
|
vendor/src/github.com/PuerkitoBio/goquery/testdata/gotesting.html | cmars/ltt | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>testing - The Go Programming Language</title>
<link type="text/css" rel="stylesheet" href="/doc/style.css">
<script type="text/javascript" src="/doc/godocs.js"></script>
<link rel="search" type="application/opensearchdescription+xml" title="godoc" href="/opensearch.xml" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-11222381-2"]);
_gaq.push(["_trackPageview"]);
</script>
</head>
<body>
<div id="topbar"><div class="container wide">
<form method="GET" action="/search">
<div id="menu">
<a href="/doc/">Documents</a>
<a href="/ref/">References</a>
<a href="/pkg/">Packages</a>
<a href="/project/">The Project</a>
<a href="/help/">Help</a>
<input type="text" id="search" name="q" class="inactive" value="Search">
</div>
<div id="heading"><a href="/">The Go Programming Language</a></div>
</form>
</div></div>
<div id="page" class="wide">
<div id="plusone"><g:plusone size="small" annotation="none"></g:plusone></div>
<h1>Package testing</h1>
<div id="nav"></div>
<!--
Copyright 2009 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<div id="short-nav">
<dl>
<dd><code>import "testing"</code></dd>
</dl>
<dl>
<dd><a href="#overview" class="overviewLink">Overview</a></dd>
<dd><a href="#index">Index</a></dd>
<dd><a href="#subdirectories">Subdirectories</a></dd>
</dl>
</div>
<!-- The package's Name is printed as title by the top-level template -->
<div id="overview" class="toggleVisible">
<div class="collapsed">
<h2 class="toggleButton" title="Click to show Overview section">Overview ▹</h2>
</div>
<div class="expanded">
<h2 class="toggleButton" title="Click to hide Overview section">Overview ▾</h2>
<p>
Package testing provides support for automated testing of Go packages.
It is intended to be used in concert with the “go test” command, which automates
execution of any function of the form
</p>
<pre>func TestXxx(*testing.T)
</pre>
<p>
where Xxx can be any alphanumeric string (but the first letter must not be in
[a-z]) and serves to identify the test routine.
These TestXxx routines should be declared within the package they are testing.
</p>
<p>
Functions of the form
</p>
<pre>func BenchmarkXxx(*testing.B)
</pre>
<p>
are considered benchmarks, and are executed by the "go test" command when
the -test.bench flag is provided.
</p>
<p>
A sample benchmark function looks like this:
</p>
<pre>func BenchmarkHello(b *testing.B) {
for i := 0; i < b.N; i++ {
fmt.Sprintf("hello")
}
}
</pre>
<p>
The benchmark package will vary b.N until the benchmark function lasts
long enough to be timed reliably. The output
</p>
<pre>testing.BenchmarkHello 10000000 282 ns/op
</pre>
<p>
means that the loop ran 10000000 times at a speed of 282 ns per loop.
</p>
<p>
If a benchmark needs some expensive setup before running, the timer
may be stopped:
</p>
<pre>func BenchmarkBigLen(b *testing.B) {
b.StopTimer()
big := NewBig()
b.StartTimer()
for i := 0; i < b.N; i++ {
big.Len()
}
}
</pre>
<p>
The package also runs and verifies example code. Example functions may
include a concluding comment that begins with "Output:" and is compared with
the standard output of the function when the tests are run, as in these
examples of an example:
</p>
<pre>func ExampleHello() {
fmt.Println("hello")
// Output: hello
}
func ExampleSalutations() {
fmt.Println("hello, and")
fmt.Println("goodbye")
// Output:
// hello, and
// goodbye
}
</pre>
<p>
Example functions without output comments are compiled but not executed.
</p>
<p>
The naming convention to declare examples for a function F, a type T and
method M on type T are:
</p>
<pre>func ExampleF() { ... }
func ExampleT() { ... }
func ExampleT_M() { ... }
</pre>
<p>
Multiple example functions for a type/function/method may be provided by
appending a distinct suffix to the name. The suffix must start with a
lower-case letter.
</p>
<pre>func ExampleF_suffix() { ... }
func ExampleT_suffix() { ... }
func ExampleT_M_suffix() { ... }
</pre>
<p>
The entire test file is presented as the example when it contains a single
example function, at least one other function, type, variable, or constant
declaration, and no test or benchmark functions.
</p>
</div>
</div>
<h2 id="index">Index</h2>
<!-- Table of contents for API; must be named manual-nav to turn off auto nav. -->
<div id="manual-nav">
<dl>
<dd><a href="#Main">func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)</a></dd>
<dd><a href="#RunBenchmarks">func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark)</a></dd>
<dd><a href="#RunExamples">func RunExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ok bool)</a></dd>
<dd><a href="#RunTests">func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool)</a></dd>
<dd><a href="#Short">func Short() bool</a></dd>
<dd><a href="#B">type B</a></dd>
<dd> <a href="#B.Error">func (c *B) Error(args ...interface{})</a></dd>
<dd> <a href="#B.Errorf">func (c *B) Errorf(format string, args ...interface{})</a></dd>
<dd> <a href="#B.Fail">func (c *B) Fail()</a></dd>
<dd> <a href="#B.FailNow">func (c *B) FailNow()</a></dd>
<dd> <a href="#B.Failed">func (c *B) Failed() bool</a></dd>
<dd> <a href="#B.Fatal">func (c *B) Fatal(args ...interface{})</a></dd>
<dd> <a href="#B.Fatalf">func (c *B) Fatalf(format string, args ...interface{})</a></dd>
<dd> <a href="#B.Log">func (c *B) Log(args ...interface{})</a></dd>
<dd> <a href="#B.Logf">func (c *B) Logf(format string, args ...interface{})</a></dd>
<dd> <a href="#B.ResetTimer">func (b *B) ResetTimer()</a></dd>
<dd> <a href="#B.SetBytes">func (b *B) SetBytes(n int64)</a></dd>
<dd> <a href="#B.StartTimer">func (b *B) StartTimer()</a></dd>
<dd> <a href="#B.StopTimer">func (b *B) StopTimer()</a></dd>
<dd><a href="#BenchmarkResult">type BenchmarkResult</a></dd>
<dd> <a href="#Benchmark">func Benchmark(f func(b *B)) BenchmarkResult</a></dd>
<dd> <a href="#BenchmarkResult.NsPerOp">func (r BenchmarkResult) NsPerOp() int64</a></dd>
<dd> <a href="#BenchmarkResult.String">func (r BenchmarkResult) String() string</a></dd>
<dd><a href="#InternalBenchmark">type InternalBenchmark</a></dd>
<dd><a href="#InternalExample">type InternalExample</a></dd>
<dd><a href="#InternalTest">type InternalTest</a></dd>
<dd><a href="#T">type T</a></dd>
<dd> <a href="#T.Error">func (c *T) Error(args ...interface{})</a></dd>
<dd> <a href="#T.Errorf">func (c *T) Errorf(format string, args ...interface{})</a></dd>
<dd> <a href="#T.Fail">func (c *T) Fail()</a></dd>
<dd> <a href="#T.FailNow">func (c *T) FailNow()</a></dd>
<dd> <a href="#T.Failed">func (c *T) Failed() bool</a></dd>
<dd> <a href="#T.Fatal">func (c *T) Fatal(args ...interface{})</a></dd>
<dd> <a href="#T.Fatalf">func (c *T) Fatalf(format string, args ...interface{})</a></dd>
<dd> <a href="#T.Log">func (c *T) Log(args ...interface{})</a></dd>
<dd> <a href="#T.Logf">func (c *T) Logf(format string, args ...interface{})</a></dd>
<dd> <a href="#T.Parallel">func (t *T) Parallel()</a></dd>
</dl>
<h4>Package files</h4>
<p>
<span style="font-size:90%">
<a href="/src/pkg/testing/benchmark.go">benchmark.go</a>
<a href="/src/pkg/testing/example.go">example.go</a>
<a href="/src/pkg/testing/testing.go">testing.go</a>
</span>
</p>
<h2 id="Main">func <a href="/src/pkg/testing/testing.go?s=9750:9890#L268">Main</a></h2>
<pre>func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)</pre>
<p>
An internal function but exported because it is cross-package; part of the implementation
of the "go test" command.
</p>
<h2 id="RunBenchmarks">func <a href="/src/pkg/testing/benchmark.go?s=5365:5464#L207">RunBenchmarks</a></h2>
<pre>func RunBenchmarks(matchString func(pat, str string) (bool, error), benchmarks []InternalBenchmark)</pre>
<p>
An internal function but exported because it is cross-package; part of the implementation
of the "go test" command.
</p>
<h2 id="RunExamples">func <a href="/src/pkg/testing/example.go?s=314:417#L12">RunExamples</a></h2>
<pre>func RunExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ok bool)</pre>
<h2 id="RunTests">func <a href="/src/pkg/testing/testing.go?s=10486:10580#L297">RunTests</a></h2>
<pre>func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool)</pre>
<h2 id="Short">func <a href="/src/pkg/testing/testing.go?s=4859:4876#L117">Short</a></h2>
<pre>func Short() bool</pre>
<p>
Short reports whether the -test.short flag is set.
</p>
<h2 id="B">type <a href="/src/pkg/testing/benchmark.go?s=743:872#L17">B</a></h2>
<pre>type B struct {
N int
<span class="comment">// contains filtered or unexported fields</span>
}</pre>
<p>
B is a type passed to Benchmark functions to manage benchmark
timing and to specify the number of iterations to run.
</p>
<h3 id="B.Error">func (*B) <a href="/src/pkg/testing/testing.go?s=8110:8153#L209">Error</a></h3>
<pre>func (c *B) Error(args ...interface{})</pre>
<p>
Error is equivalent to Log() followed by Fail().
</p>
<h3 id="B.Errorf">func (*B) <a href="/src/pkg/testing/testing.go?s=8253:8312#L215">Errorf</a></h3>
<pre>func (c *B) Errorf(format string, args ...interface{})</pre>
<p>
Errorf is equivalent to Logf() followed by Fail().
</p>
<h3 id="B.Fail">func (*B) <a href="/src/pkg/testing/testing.go?s=6270:6293#L163">Fail</a></h3>
<pre>func (c *B) Fail()</pre>
<p>
Fail marks the function as having failed but continues execution.
</p>
<h3 id="B.FailNow">func (*B) <a href="/src/pkg/testing/testing.go?s=6548:6574#L170">FailNow</a></h3>
<pre>func (c *B) FailNow()</pre>
<p>
FailNow marks the function as having failed and stops its execution.
Execution will continue at the next test or benchmark.
</p>
<h3 id="B.Failed">func (*B) <a href="/src/pkg/testing/testing.go?s=6366:6396#L166">Failed</a></h3>
<pre>func (c *B) Failed() bool</pre>
<p>
Failed returns whether the function has failed.
</p>
<h3 id="B.Fatal">func (*B) <a href="/src/pkg/testing/testing.go?s=8420:8463#L221">Fatal</a></h3>
<pre>func (c *B) Fatal(args ...interface{})</pre>
<p>
Fatal is equivalent to Log() followed by FailNow().
</p>
<h3 id="B.Fatalf">func (*B) <a href="/src/pkg/testing/testing.go?s=8569:8628#L227">Fatalf</a></h3>
<pre>func (c *B) Fatalf(format string, args ...interface{})</pre>
<p>
Fatalf is equivalent to Logf() followed by FailNow().
</p>
<h3 id="B.Log">func (*B) <a href="/src/pkg/testing/testing.go?s=7763:7804#L202">Log</a></h3>
<pre>func (c *B) Log(args ...interface{})</pre>
<p>
Log formats its arguments using default formatting, analogous to Println(),
and records the text in the error log.
</p>
<h3 id="B.Logf">func (*B) <a href="/src/pkg/testing/testing.go?s=7959:8016#L206">Logf</a></h3>
<pre>func (c *B) Logf(format string, args ...interface{})</pre>
<p>
Logf formats its arguments according to the format, analogous to Printf(),
and records the text in the error log.
</p>
<h3 id="B.ResetTimer">func (*B) <a href="/src/pkg/testing/benchmark.go?s=1503:1527#L48">ResetTimer</a></h3>
<pre>func (b *B) ResetTimer()</pre>
<p>
ResetTimer sets the elapsed benchmark time to zero.
It does not affect whether the timer is running.
</p>
<h3 id="B.SetBytes">func (*B) <a href="/src/pkg/testing/benchmark.go?s=1728:1757#L57">SetBytes</a></h3>
<pre>func (b *B) SetBytes(n int64)</pre>
<p>
SetBytes records the number of bytes processed in a single operation.
If this is called, the benchmark will report ns/op and MB/s.
</p>
<h3 id="B.StartTimer">func (*B) <a href="/src/pkg/testing/benchmark.go?s=1047:1071#L29">StartTimer</a></h3>
<pre>func (b *B) StartTimer()</pre>
<p>
StartTimer starts timing a test. This function is called automatically
before a benchmark starts, but it can also used to resume timing after
a call to StopTimer.
</p>
<h3 id="B.StopTimer">func (*B) <a href="/src/pkg/testing/benchmark.go?s=1288:1311#L39">StopTimer</a></h3>
<pre>func (b *B) StopTimer()</pre>
<p>
StopTimer stops timing a test. This can be used to pause the timer
while performing complex initialization that you don't
want to measure.
</p>
<h2 id="BenchmarkResult">type <a href="/src/pkg/testing/benchmark.go?s=4206:4391#L165">BenchmarkResult</a></h2>
<pre>type BenchmarkResult struct {
N int <span class="comment">// The number of iterations.</span>
T time.Duration <span class="comment">// The total time taken.</span>
Bytes int64 <span class="comment">// Bytes processed in one iteration.</span>
}</pre>
<p>
The results of a benchmark run.
</p>
<h3 id="Benchmark">func <a href="/src/pkg/testing/benchmark.go?s=7545:7589#L275">Benchmark</a></h3>
<pre>func Benchmark(f func(b *B)) BenchmarkResult</pre>
<p>
Benchmark benchmarks a single function. Useful for creating
custom benchmarks that do not use the "go test" command.
</p>
<h3 id="BenchmarkResult.NsPerOp">func (BenchmarkResult) <a href="/src/pkg/testing/benchmark.go?s=4393:4433#L171">NsPerOp</a></h3>
<pre>func (r BenchmarkResult) NsPerOp() int64</pre>
<h3 id="BenchmarkResult.String">func (BenchmarkResult) <a href="/src/pkg/testing/benchmark.go?s=4677:4717#L185">String</a></h3>
<pre>func (r BenchmarkResult) String() string</pre>
<h2 id="InternalBenchmark">type <a href="/src/pkg/testing/benchmark.go?s=555:618#L10">InternalBenchmark</a></h2>
<pre>type InternalBenchmark struct {
Name string
F func(b *B)
}</pre>
<p>
An internal type but exported because it is cross-package; part of the implementation
of the "go test" command.
</p>
<h2 id="InternalExample">type <a href="/src/pkg/testing/example.go?s=236:312#L6">InternalExample</a></h2>
<pre>type InternalExample struct {
Name string
F func()
Output string
}</pre>
<h2 id="InternalTest">type <a href="/src/pkg/testing/testing.go?s=9065:9121#L241">InternalTest</a></h2>
<pre>type InternalTest struct {
Name string
F func(*T)
}</pre>
<p>
An internal type but exported because it is cross-package; part of the implementation
of the "go test" command.
</p>
<h2 id="T">type <a href="/src/pkg/testing/testing.go?s=6070:6199#L156">T</a></h2>
<pre>type T struct {
<span class="comment">// contains filtered or unexported fields</span>
}</pre>
<p>
T is a type passed to Test functions to manage test state and support formatted test logs.
Logs are accumulated during execution and dumped to standard error when done.
</p>
<h3 id="T.Error">func (*T) <a href="/src/pkg/testing/testing.go?s=8110:8153#L209">Error</a></h3>
<pre>func (c *T) Error(args ...interface{})</pre>
<p>
Error is equivalent to Log() followed by Fail().
</p>
<h3 id="T.Errorf">func (*T) <a href="/src/pkg/testing/testing.go?s=8253:8312#L215">Errorf</a></h3>
<pre>func (c *T) Errorf(format string, args ...interface{})</pre>
<p>
Errorf is equivalent to Logf() followed by Fail().
</p>
<h3 id="T.Fail">func (*T) <a href="/src/pkg/testing/testing.go?s=6270:6293#L163">Fail</a></h3>
<pre>func (c *T) Fail()</pre>
<p>
Fail marks the function as having failed but continues execution.
</p>
<h3 id="T.FailNow">func (*T) <a href="/src/pkg/testing/testing.go?s=6548:6574#L170">FailNow</a></h3>
<pre>func (c *T) FailNow()</pre>
<p>
FailNow marks the function as having failed and stops its execution.
Execution will continue at the next test or benchmark.
</p>
<h3 id="T.Failed">func (*T) <a href="/src/pkg/testing/testing.go?s=6366:6396#L166">Failed</a></h3>
<pre>func (c *T) Failed() bool</pre>
<p>
Failed returns whether the function has failed.
</p>
<h3 id="T.Fatal">func (*T) <a href="/src/pkg/testing/testing.go?s=8420:8463#L221">Fatal</a></h3>
<pre>func (c *T) Fatal(args ...interface{})</pre>
<p>
Fatal is equivalent to Log() followed by FailNow().
</p>
<h3 id="T.Fatalf">func (*T) <a href="/src/pkg/testing/testing.go?s=8569:8628#L227">Fatalf</a></h3>
<pre>func (c *T) Fatalf(format string, args ...interface{})</pre>
<p>
Fatalf is equivalent to Logf() followed by FailNow().
</p>
<h3 id="T.Log">func (*T) <a href="/src/pkg/testing/testing.go?s=7763:7804#L202">Log</a></h3>
<pre>func (c *T) Log(args ...interface{})</pre>
<p>
Log formats its arguments using default formatting, analogous to Println(),
and records the text in the error log.
</p>
<h3 id="T.Logf">func (*T) <a href="/src/pkg/testing/testing.go?s=7959:8016#L206">Logf</a></h3>
<pre>func (c *T) Logf(format string, args ...interface{})</pre>
<p>
Logf formats its arguments according to the format, analogous to Printf(),
and records the text in the error log.
</p>
<h3 id="T.Parallel">func (*T) <a href="/src/pkg/testing/testing.go?s=8809:8831#L234">Parallel</a></h3>
<pre>func (t *T) Parallel()</pre>
<p>
Parallel signals that this test is to be run in parallel with (and only with)
other parallel tests in this CPU group.
</p>
</div>
<h2 id="subdirectories">Subdirectories</h2>
<table class="dir">
<tr>
<th>Name</th>
<th> </th>
<th style="text-align: left; width: auto">Synopsis</th>
</tr>
<tr>
<td><a href="..">..</a></td>
</tr>
<tr>
<td class="name"><a href="iotest">iotest</a></td>
<td> </td>
<td style="width: auto">Package iotest implements Readers and Writers useful mainly for testing.</td>
</tr>
<tr>
<td class="name"><a href="quick">quick</a></td>
<td> </td>
<td style="width: auto">Package quick implements utility functions to help with black box testing.</td>
</tr>
</table>
</div>
<div id="footer">
Build version go1.0.2.<br>
Except as <a href="http://code.google.com/policies.html#restrictions">noted</a>,
the content of this page is licensed under the
Creative Commons Attribution 3.0 License,
and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
<a href="/doc/tos.html">Terms of Service</a> |
<a href="http://www.google.com/intl/en/privacy/privacy-policy.html">Privacy Policy</a>
</div>
<script type="text/javascript">
(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>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</html>
|
web-gui/myvenv/lib/python3.4/site-packages/rest_framework/templates/rest_framework/horizontal/list_fieldset.html | OpenWinCon/OpenWinNet | {% load rest_framework %}
<fieldset>
{% if field.label %}
<div class="form-group" style="border-bottom: 1px solid #e5e5e5">
<legend class="control-label col-sm-2 {% if style.hide_label %}sr-only{% endif %}" style="border-bottom: 0">
{{ field.label }}
</legend>
</div>
{% endif %}
<p>Lists are not currently supported in HTML input.</p>
</fieldset>
|
web-basics/css/theme/beige.css | notthetup/talks | /**
* Beige theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@import url(../../lib/font/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #f7f2d3;
background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #f7f2d3));
background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background-color: #f7f3de; }
.reveal {
font-family: "Lato", sans-serif;
font-size: 40px;
font-weight: normal;
color: #333; }
::selection {
color: #fff;
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
::-moz-selection {
color: #fff;
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.3;
font-weight: inherit; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #333;
font-family: "League Gothic", Impact, sans-serif;
font-weight: normal;
line-height: 1.2;
letter-spacing: normal;
text-transform: uppercase;
text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 {
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
/*********************************************
* OTHER
*********************************************/
.reveal p {
margin: 20px 0;
line-height: 1.3; }
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%; }
.reveal strong,
.reveal b {
font-weight: bold; }
.reveal em {
font-style: italic; }
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
margin: 0 0 0 1em; }
.reveal ol {
list-style-type: decimal; }
.reveal ul {
list-style-type: disc; }
.reveal ul ul {
list-style-type: square; }
.reveal ul ul ul {
list-style-type: circle; }
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
display: block;
margin-left: 40px; }
.reveal dt {
font-weight: bold; }
.reveal dd {
margin-left: 40px; }
.reveal blockquote {
display: block;
position: relative;
width: 70%;
margin: 20px auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: inline-block; }
.reveal q {
font-style: italic; }
.reveal pre {
display: block;
position: relative;
width: 90%;
margin: 20px auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;
line-height: 1.2em;
word-wrap: break-word;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
.reveal code {
font-family: monospace;
text-transform: none; }
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal; }
.reveal table {
margin: auto;
border-collapse: collapse;
border-spacing: 0; }
.reveal table th {
font-weight: bold; }
.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
border-bottom: 1px solid; }
.reveal table th[align="center"],
.reveal table td[align="center"] {
text-align: center; }
.reveal table th[align="right"],
.reveal table td[align="right"] {
text-align: right; }
.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
border-bottom: none; }
.reveal sup {
vertical-align: super; }
.reveal sub {
vertical-align: sub; }
.reveal small {
display: inline-block;
font-size: 0.6em;
line-height: 1.2em;
vertical-align: top; }
.reveal small * {
vertical-align: top; }
/*********************************************
* LINKS
*********************************************/
.reveal a {
color: #8b743d;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:hover {
color: #c0a86e;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #564826; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal section img.plain {
border: 0;
box-shadow: none; }
.reveal a img {
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
transition: all .15s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #8b743d;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
color: #8b743d; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: #8b743d; }
.reveal .progress span {
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
src/content/test/data/npapi/execute_script_delete_in_paint.html | plxaye/chromium | <html>
<head>
<script src="npapi.js"></script>
<script>
function DeletePluginWithinScript() {
var plugin_div = document.getElementById("PluginDiv");
plugin_div.innerHTML = "Object Deleted";
onSuccess("execute_script_delete_in_paint", 1);
}
</script>
</head>
<body>
<div id="statusPanel" style="border: 1px solid red; width: 100%">
Test running....
</div>
NPObject Proxy Test<p>
Tests the case where a plugin instance is deleted in the context
of a synchronous paint.
<DIV ID=PluginDiv>
<embed type="application/vnd.npapi-test"
src="foo"
name="execute_script_delete_in_paint"
id="1"
mode="np_embed"
>
</DIV>
<script>
var height = document.body.offsetHeight;
</script>
</body>
</html>
|
前端练习/11面向对象/document/14 ES6和面向对象/es6入门 浏览器版本/app/bower_components/marked/test/tests/inline_html_simple.html | puyanLiu/LPYFramework | <p>Here's a simple block:</p>
<div>
foo
</div>
<p>This should be a code block, though:</p>
<pre><code><div>
foo
</div>
</code></pre>
<p>As should this:</p>
<pre><code><div>foo</div>
</code></pre>
<p>Now, nested:</p>
<div>
<div>
<div>
foo
</div>
</div>
</div>
<p>This should just be an HTML comment:</p>
<!-- Comment -->
<p>Multiline:</p>
<!--
Blah
Blah
-->
<p>Code block:</p>
<pre><code><!-- Comment -->
</code></pre>
<p>Just plain comment, with trailing spaces on the line:</p>
<!-- foo -->
<p>Code:</p>
<pre><code><hr>
</code></pre>
<p>Hr's:</p>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr>
<hr class="foo" id="bar" />
<hr class="foo" id="bar"/>
<hr class="foo" id="bar" >
|
third_party/blink/web_tests/external/wpt/html/browsers/history/joint-session-history/joint-session-history-grandchild1.html | scheib/chromium | <body>
<a id="link" href="joint-session-history-grandchild2.html">Grandchild1</a>.
</body>
<script>
window.onload = function() {
document.getElementById("link").click();
}
</script>
|
sites/video.2u4u.com.cn/modules/standard/jquery_ui/jquery.ui/demos/functional/templates/ui.dialog.html | 404pnf/4u2u | <script type="text/javascript">
var model = {
renderAt: '#containerDemo',
title: 'Dialog Demos',
demos: [
{
title: 'Simple dialog',
desc: 'With few lines of code you could build a dialog. You can try more options on the fly!',
html: '<div id="dialog">jQuery UI Dialog</div>',
destroy: '$("#dialog").dialog("destroy");',
options: [
{ desc: 'Make a simple dialog', source: '$("#dialog").dialog();' },
{ desc: 'Modal dialog', source: '$("#dialog").dialog({ modal: true });' },
{ desc: 'Modal dialog with overlay', source: '$("#dialog").dialog({ modal: true, overlay: { opacity: 0.5, background: "black" } });' },
{ desc: 'With buttons', source: '$("#dialog").dialog({buttons: { "Ok": function() { alert("Ok"); }, "Cancel": function() { $(this).dialog("close"); } }});' },
{ desc: 'Close the dialog', source: '$("#dialog").dialog("close");' }
]
}
]
};
$(function(){
uiRenderDemo(model);
});
</script> |
third_party/web_platform_tests/streams/writable-streams/brand-checks.dedicatedworker.html | youtube/cobalt | <!DOCTYPE html>
<meta charset="utf-8">
<title>brand-checks.js dedicated worker wrapper file</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';
fetch_tests_from_worker(new Worker('brand-checks.js'));
</script>
|
test/css/buttons-pseudo-icon-compare.html | Testoni/ionic | <!DOCTYPE html>
<html ng-app="ionic">
<head>
<script src="../../dist/js/ionic.bundle.js"></script>
<meta charset="utf-8">
<title>Buttons</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<link href="../../dist/css/ionic.css" rel="stylesheet">
<style>
body {
position: absolute;;
}
</style>
</head>
<body>
<header class="bar bar-header bar-dark">
<h1 class="title">Buttons: pseudo and <i> icon compare</h1>
</header>
<div class="content has-header">
<button class="button icon-left ion-home">Default</button> .button.icon-left.ion-home<br>
<button class="button"><i class="icon ion-home"></i> Default</button> .button > .icon.ion-home<br>
<button class="button icon icon-right ion-home">Default</button> .button.icon-right.ion-home<br>
<button class="button">Default <i class="icon ion-home"></i></button> .button > .icon.ion-home<br>
<button class="button icon-left ion-home">Default</button> .button.icon-left.ion-home<br>
<button class="button"><i class="icon ion-home"></i> Default</button> .button > .icon.ion-home<br>
<button class="button button-small icon icon-left ion-home">Small</button> .button.button-small.icon-left.ion-home<br>
<button class="button button-small"><i class="icon ion-home"></i> Small</button> .button.button-small > .icon.ion-home<br>
<button class="button button-large icon icon-left ion-home">Large</button> .button.button-large.icon-left.ion-home<br>
<button class="button button-large"><i class="icon ion-home"></i> Large</button> .button.button-large > .icon.ion-home<br>
<button class="button icon ion-home"></button> .button.icon.ion-home<br>
<button class="button"><i class="icon ion-home"></i></button> .button > .icon.ion-home<br>
<button class="button button-icon icon ion-home"></button> .button.button-icon.ion-home<br>
<button class="button button-icon"><i class="icon ion-home"></i></button> .button > .button-icon.ion-home<br>
</div>
</body>
</html>
|
css/80_app.css | openstreetmap/iD | /* Basics
------------------------------------------------------- */
/* the root element of iD */
.ideditor {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
/* Establish a local stacking context so all elements within iD are on the
same layer relative to elements outside iD - #7457.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
*/
position: relative;
z-index: 0;
font: normal 12px/1.6667 ui-sans-serif, "-apple-system", BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue", "Arial",
sans-serif;
color: #333;
touch-action: none;
-ms-user-select: none;
-ms-content-zooming: none;
}
.ideditor div {
/* disable pinch-to-zoom of the UI on touch devices */
touch-action: pan-x pan-y;
}
.main-content {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
height: 100%;
touch-action: none;
}
.main-content.active {
filter: none !important;
transition-duration: 200ms;
}
.main-content.inactive {
filter: grayscale(80%) brightness(80%);
transition-duration: 200ms;
}
#ideditor-defs {
/* Can't be display: none or the clippaths are ignored. */
position: absolute;
width: 0;
height: 0;
}
div, textarea, label, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5, p, img {
box-sizing: border-box;
}
a, button, input, textarea {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
ul li {
list-style: none;
}
a,
button {
cursor: pointer;
}
h2 {
font-size: 25px;
line-height: 1.25;
font-weight: bold;
margin-bottom: 20px;
}
.header h2 {
font-size: 20px;
line-height: 1.25;
font-weight: bold;
margin-bottom: 0px;
}
h3:last-child,
h4:last-child { margin-bottom: 0;}
h3 {
font-size: 16px;
line-height: 1.25;
font-weight: bold;
margin-bottom: 10px;
}
h4, h5 {
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
}
button:focus,
textarea:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus {
outline-color: transparent;
outline-style: none;
}
::placeholder {
color: #aaa;
opacity: 1; /* Firefox */
}
p {
font-size: 12px;
margin: 0;
padding: 0;
}
p:last-child {
padding-bottom: 0;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a,
a:visited,
a:active {
color: #7092ff;
}
a:focus {
color: #597be7;
}
@media (hover: hover) {
a:hover {
color: #597be7;
}
}
kbd {
display: inline-block;
text-align: center;
padding: 3px 5px;
font-size: 11px;
line-height: 1.3;
min-width: 0.9em;
vertical-align: baseline;
background-color: #fcfcfc;
border: solid 1px #ccc;
margin: 0 2px;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
code {
font-family: ui-monospace, monospace, monospace;
background: rgba(174, 174, 174, 0.25);
padding: 1px 2px;
}
/* Forms
------------------------------------------------------- */
textarea,
input[type=text],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=email],
input[type=date] {
background-color: #fff;
color: #333;
border: 1px solid #ccc;
padding: 0px 10px 0px 10px;
border-radius: 4px;
text-overflow: ellipsis;
overflow: auto;
}
input[type=text],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=email],
input[type=date],
input[type=color] {
/* need this since line-height interpretation may vary by font or browser */
height: 2.585em;
}
textarea {
min-height: 2em;
padding-top: 5px;
padding-bottom: 5px;
resize: vertical;
font:normal 12px/20px "-apple-system", BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue", "Arial",
sans-serif;
}
textarea:active,
input:active,
textarea:focus,
input:focus {
background-color: #f1f1f1;
}
textarea.disabled,
input.disabled {
color: #777;
background-color: #eee;
cursor: not-allowed;
}
input[type="checkbox"],
input[type="radio"] {
width: 14px;
height: 14px;
margin-right: 5px;
cursor: pointer;
vertical-align: middle;
}
.ideditor[dir='rtl'] input[type="checkbox"],
.ideditor[dir='rtl'] input[type="radio"] {
margin-left: 5px;
margin-right: 0;
}
input.mixed::placeholder,
textarea.mixed::placeholder {
font-style: italic;
}
/* keytraps need to be invisible yet not be display:none or visibility:hidden */
.keytrap {
width: 0;
height: 0;
padding: 0;
margin: 0;
border: 0;
}
/* tables */
table {
background-color: #fff;
border-collapse: collapse;
width: 100%;
border-spacing: 0;
}
table th {
text-align: left;
}
table.tags, table.tags td, table.tags th {
border: 1px solid #ccc;
padding: 4px;
}
::-ms-clear {
display: none;
}
/* Grid
------------------------------------------------------- */
.col6 { float: left; width: 50.0000%; max-width: 600px; }
.col12 { float: left; width: 100.0000%; }
/* Utility Classes
------------------------------------------------------- */
.fillL {
background: #fff;
color: #333;
}
.fillL2 {
background: #f6f6f6;
color: #333;
}
.fillL3 {
background: #ececec;
color: #333;
}
.fillD {
background: rgba(0,0,0,.5);
color: #fff;
}
.fillD2 {
background: rgba(0,0,0,.75);
color: #fff;
}
.fl { float: left;}
.fr { float: right;}
.al { left: 0; }
.ar { right: 0; }
input.hide,
textarea.hide,
div.hide,
form.hide,
button.hide,
a.hide,
ul.hide,
li.hide {
display: none;
}
.deemphasize {
color: #a9a9a9;
}
.content {
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.loading {
background: url(img/loader_bg.gif);
background-size: 5px 5px;
}
/* Buttons
------------------------------------------------------- */
button {
text-align: center;
border: 0;
background: #fff;
color: #333;
font-size: 12px;
display: inline-block;
border-radius: 4px;
}
button:focus,
button:active,
/* we want to fake hovering sometimes */
button.hover {
background-color: #ececec;
}
@media (hover: hover) {
button:hover {
background-color: #ececec;
}
}
button.active {
background: #7092ff;
}
button.disabled {
background-color: rgba(255,255,255,.25);
color: rgba(0,0,0,.4);
cursor: not-allowed;
}
.joined > * {
border-radius: 0;
border-right: 1px solid rgba(0,0,0,.5);
}
.ideditor[dir='rtl'] .joined > * {
border-left: 1px solid rgba(0,0,0,.5);
border-right: none;
}
.fillL .joined > * {
border-right: 1px solid #fff;
}
.joined > *:first-child {
border-radius: 4px 0 0 4px;
}
.ideditor[dir='rtl'] .joined > *:first-child {
border-radius: 0 4px 4px 0;
}
.joined > *:last-child {
border-right-width: 0;
border-radius: 0 4px 4px 0;
}
.ideditor[dir='rtl'] .joined > *.bar-button:last-child {
border-radius: 4px 0 0 4px;
}
/* Action buttons */
button.action {
background: #7092ff;
color: #fff;
font-weight: bold;
}
button.action:focus,
button.action:active {
background: #597be7;
}
button.secondary-action {
background: #ececec;
font-weight: bold;
}
button.secondary-action:focus,
button.secondary-action:active {
background: #cccccc;
}
button.action.disabled,
button[disabled].action {
background: #cccccc;
color: #888;
cursor: not-allowed;
}
button.action,
button.secondary-action {
padding: 10px 5px;
}
@media (hover: hover) {
button.action:hover {
background: #597be7;
}
button.secondary-action:hover {
background: #cccccc;
}
button.action.disabled:hover,
button[disabled].action:hover {
background: #cccccc;
color: #888;
cursor: not-allowed;
}
}
/* Icons
------------------------------------------------------- */
.icon {
vertical-align: middle;
width: 20px;
height: 20px;
}
.icon.operation use {
fill: #222;
color: #79f;
}
button.disabled .icon.operation use,
.icon.operation.disabled use {
fill: rgba(32,32,32,.2);
color: rgba(40,40,40,.2);
}
.icon.monochrome use {
fill: currentColor;
}
.icon.inline {
vertical-align: text-top;
display: inline-block;
width: 1.17em;
height: 1.17em;
margin: 0px 3px;
}
.icon.pre-text {
margin-right: 5px;
}
.ideditor[dir='rtl'] .icon.pre-text {
margin-left: 5px;
margin-right: 0;
}
.icon.pre-text.user-icon {
margin-left: 5px;
margin-right: 5px;
}
.icon.light {
color: #fff;
fill: currentColor;
}
.icon.created {
color: #00ca07;
}
.icon.modified {
color: #666;
}
.icon.deleted {
color: #ea0000;
}
.user-icon {
max-height: 20px;
max-width: 20px;
height: auto;
width: auto;
border-radius: 3px;
}
.icon-annotation {
color: #333;
}
/* Toolbar / Persistent UI Elements
------------------------------------------------------- */
.top-toolbar-wrap {
position: relative;
z-index: 101;
}
.top-toolbar {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: 10px 0 0 0;
overflow-x: auto;
overflow-y: hidden;
height: 100%;
width: 100%;
/* hide scrollbar but allow scrolling */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE, Edge */
}
.top-toolbar::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}
.top-toolbar .toolbar-item {
display: flex;
flex: 0 1 auto;
flex-flow: column wrap;
justify-content: center;
}
.top-toolbar .toolbar-item .item-content {
display: flex;
flex: 0 1 auto;
flex-flow: row nowrap;
justify-content: center;
height: 40px;
width: auto;
margin: 0 5px;
}
.ideditor[dir='ltr'] .top-toolbar .toolbar-item:last-child .item-content,
.ideditor[dir='rtl'] .top-toolbar .toolbar-item:first-child .item-content {
margin-right: 10px;
}
.ideditor[dir='ltr'] .top-toolbar .toolbar-item:first-child .item-content,
.ideditor[dir='rtl'] .top-toolbar .toolbar-item:last-child .item-content {
margin-left: 10px;
}
.ideditor[dir='ltr'] .top-toolbar .toolbar-item:last-child .item-label,
.ideditor[dir='rtl'] .top-toolbar .toolbar-item:first-child .item-label {
padding-right: 5px;
}
.ideditor[dir='ltr'] .top-toolbar .toolbar-item:first-child .item-label,
.ideditor[dir='rtl'] .top-toolbar .toolbar-item:last-child .item-label {
padding-left: 5px;
}
.top-toolbar .toolbar-item .item-label {
text-align: center;
font-size: 11px;
white-space: nowrap;
margin: 1px 2px 2px 2px;
}
.top-toolbar .toolbar-item.spacer {
width: 100%;
flex-grow: 2;
}
.top-toolbar .toolbar-item:first-child {
justify-content: flex-start;
}
.top-toolbar .toolbar-item:last-child {
justify-content: flex-end;
}
.top-toolbar .toolbar-item:empty:not(.spacer) {
display: none;
}
button.bar-button {
flex: 0 0 auto;
flex-flow: row nowrap;
align-items: center;
padding: 0 10px;
min-width: 30px;
white-space: nowrap;
display: flex;
font-weight: bold;
}
button.bar-button .icon {
flex: 0 0 20px;
}
button.bar-button .label {
flex: 0 1 auto;
padding: 0 5px;
}
button.bar-button.dragging {
opacity: 0.75;
z-index: 200;
}
button.bar-button.dragging .tooltip {
display: none;
}
button.bar-button.dragging.removing {
cursor: url(img/cursor-select-remove.png), pointer;
}
button.save .count {
display: inline-block;
min-width: 32px;
text-align: center;
}
.help-pane svg.icon.inline.add-note,
button.add-note svg.icon {
height: 15px;
width: 15px;
color: rgba(0,0,0,0.25);
stroke: #333;
stroke-width: 60px;
margin-top: 3px;
}
button.add-note svg.icon {
margin-left: unset;
margin-right: 4px;
}
.ideditor[dir='rtl'] button.add-note svg.icon {
margin-left: 4px;
margin-right: unset;
}
.help-pane svg.icon.inline.add-note {
margin-left: 3px;
margin-right: 3px;
}
.spinner {
opacity: .5;
position: absolute;
right: 4px;
bottom: 4px;
height: 20px;
width: 20px;
}
.spinner img {
height: 100%;
width: 100%;
background: transparent;
border-radius: 100%;
}
.ideditor[dir='rtl'] .spinner img {
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.top-toolbar.narrow .spinner,
.top-toolbar.narrow button.bar-button .label {
display: none;
}
.top-toolbar.narrow button .count {
border-left-width: 0;
border-right-width: 0;
}
.ideditor[dir='ltr'] .undo-redo button:first-of-type {
margin-right: 1px;
}
.ideditor[dir='rtl'] .undo-redo button:first-of-type {
margin-left: 1px;
}
/* Header for modals / panes
------------------------------------------------------- */
.header {
border-bottom: 1px solid #ccc;
padding: 20px 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.header h3 {
text-align: center;
margin-bottom: 0;
text-overflow: ellipsis;
overflow: hidden;
padding: 0;
}
.header button,
.modal > button {
border-radius: 0;
width: 40px;
text-align: center;
overflow: hidden;
}
.header button {
position: relative;
height: 100%;
}
.field-help-title button.close,
.sidebar .header button.close,
.preset-list-pane .header button.preset-choose {
position: absolute;
right: 0;
top: 0;
}
.ideditor[dir='rtl'] .field-help-title button.close,
.ideditor[dir='rtl'] .sidebar .header button.close,
.ideditor[dir='rtl'] .preset-list-pane .header button.preset-choose {
left: 0;
right: auto;
}
.entity-editor-pane .header button.preset-choose {
position: absolute;
left: 0;
top: 0;
}
.ideditor[dir='rtl'] .entity-editor-pane .header button.preset-choose {
left: auto;
right: 0;
}
.preset-choose {
font-size: 16px;
line-height: 1.25;
font-weight: bold;
}
.modal > button {
position: absolute;
right: 0;
top: 0;
height: 59px;
z-index: 50;
}
.ideditor[dir='rtl'] .modal > button {
left: 0;
right: unset;
}
.footer {
position: absolute;
bottom: 0;
margin: 0;
padding: 0 15px;
border-top: 1px solid #ccc;
background-color: #f6f6f6;
width: 100%;
height: 2.5em;
z-index: 1;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
list-style: none;
display: flex;
}
.footer > a {
justify-content: center;
}
/* Hide/Toggle collapsible sections (aka Disclosure)
------------------------------------------------------- */
.hide-toggle .icon.pre-text {
vertical-align: middle;
width: 16px;
height: 16px;
margin-top: -3px;
}
a:visited.hide-toggle,
a.hide-toggle {
display: inline-block;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
/* Sidebar / Inspector
------------------------------------------------------- */
.sidebar {
position: relative;
float: left;
height: 100%;
z-index: 10;
background: #f6f6f6;
-ms-user-select: element;
border: 0px solid #ccc;
border-right-width: 1px;
}
.ideditor[dir='rtl'] .sidebar {
float: right;
border-right-width: 0px;
border-left-width: 1px;
}
.sidebar-resizer {
position: absolute;
top: 0;
right: -10px;
width: 10px;
height: 100%;
cursor: col-resize;
/* disable drag-to-select */
user-select: none;
}
.ideditor[dir='rtl'] .sidebar-resizer {
right: auto;
left: -6px;
}
.sidebar.collapsed > *:not(.sidebar-resizer) {
display: none;
}
.sidebar.collapsed .sidebar-resizer {
/* make target wider to avoid the user accidentally resizing window */
width: 10px;
right: -10px;
}
.ideditor[dir='rtl'] .sidebar.collapsed .sidebar-resizer {
left: -10px;
}
.sidebar-component {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
flex-direction: column;
}
.sidebar-component .body {
width: 100%;
height: 100%;
overflow: auto;
position: relative;
}
.panewrap {
position: absolute;
width: 200%;
height: 100%;
right: -100%;
}
.pane {
position: absolute;
width: 50%;
top: 0;
bottom: 2.5em;
display: flex;
flex-direction: column;
}
.pane:first-child {
left: 0;
}
.pane:last-child {
right: 0;
}
.feature-list-pane {
display: flex;
flex-direction: column;
height: 100%;
}
.inspector-wrap {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.inspector-hidden {
display: none;
}
.inspector-body {
overflow-y: scroll;
overflow-x: hidden;
position: relative;
height: 100%;
flex: 1 1 100%;
}
.entity-editor {
padding: 20px;
}
/* preserve extra space at bottom of inspector to allow for dropdown options - #5280 */
.entity-editor > div:last-child {
margin-bottom: 150px;
}
.sidebar .search-header {
position: relative;
overflow: hidden;
flex: 0 0 auto;
}
.sidebar .search-header .icon {
display: inline-block;
position: absolute;
left: 10px;
height: 100%;
pointer-events: none;
}
.ideditor[dir='rtl'] .sidebar .search-header .icon {
left: auto;
right: 10px;
}
.sidebar .search-header input {
width: 100%;
padding: 0 10px;
height: 3em;
border-radius: 0;
border-width: 0;
border-bottom-width: 1px;
text-indent: 30px;
font-size: 18px;
font-weight: bold;
}
.section:not(:last-child),
.map-pane .section {
margin-bottom: 30px;
}
/* Feature List / Search Results
------------------------------------------------------- */
.feature-list {
width: 100%;
}
.no-results-item,
.feature-list-item {
width: 100%;
position: relative;
border-bottom: 1px solid #ccc;
border-radius: 0;
}
.no-results-item {
padding: 10px;
font-weight: bold;
}
.geocode-item {
width: 100%;
max-width: 200px;
margin: 30px auto;
min-height: 40px;
}
.feature-list-item {
display: flex;
}
.feature-list-item .label {
text-align: left;
padding: 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
flex: 1 1 auto;
}
.ideditor[dir='rtl'] .feature-list-item .label {
text-align: right;
}
.feature-list-item .label .icon {
opacity: .5;
}
.feature-list-item .close {
padding: 10px;
}
.feature-list-item .close .icon {
opacity: 0.5;
}
.feature-list-item .entity-type {
color: #7092ff;
font-weight: bold;
}
.feature-list-item:active .entity-type,
.feature-list-item:focus .entity-type {
color: #597be7;
}
@media (hover: hover) {
.feature-list-item:hover .entity-type {
color: #597be7;
}
}
.feature-list-item .entity-name {
color: #666;
padding-left: 10px;
}
.ideditor[dir='rtl'] .feature-list-item .entity-name {
padding-left: 0;
padding-right: 10px;
}
.section-selected-features .feature-list {
border: 1px solid #ccc;
border-radius: 4px;
overflow: hidden;
margin-top: 5px;
}
.section-selected-features .feature-list-item:last-child {
border: none;
}
.ideditor[dir='ltr'] .section-selected-features .feature-list-item > button:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ideditor[dir='rtl'] .section-selected-features .feature-list-item > button:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ideditor[dir='ltr'] .section-selected-features .feature-list-item > button:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ideditor[dir='rtl'] .section-selected-features .feature-list-item > button:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* Preset List and Icons
------------------------------------------------------- */
.preset-list {
width: 100%;
padding: 20px 20px 10px 20px;
}
.preset-list-item {
margin-bottom: 10px;
position: static;
}
.preset-list-button-wrap {
min-height: 62px;
display: flex;
border: 1px solid #ccc;
border-radius: 4px;
}
.preset-list-button {
width: 100%;
height: 100%;
position: relative;
display: flex;
align-items: center;
}
.preset-list.filtered .preset-list-item:first-child .preset-list-button {
background: #ececec;
}
.preset-icon-container {
position: relative;
width: 60px;
height: 60px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.preset-icon-container.small {
width: 40px;
height: 40px;
flex: 0 0 auto;
}
.preset-icon-container img.image-icon {
width: 50px;
height: 50px;
object-fit: contain;
border-radius: 2px;
z-index: 2;
visibility: hidden;
}
.preset-icon-container.showing-img img.image-icon {
visibility: visible;
}
.preset-icon-container.showing-img *:not(.image-icon) {
display: none;
}
.preset-icon-point-border path {
stroke: #333;
stroke-width: 1.2;
fill: transparent;
}
.preset-icon-category-border path {
stroke: #999;
stroke-width: 1px;
fill: transparent;
backface-visibility: hidden;
vector-effect: non-scaling-stroke;
}
.preset-icon-line {
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.preset-icon-container path {
cursor: inherit;
}
.preset-icon-container circle.vertex {
fill: #fff;
stroke: rgba(0, 0, 0, 0.25);
}
.preset-icon-fill circle.midpoint {
fill: transparent;
stroke: rgba(0, 0, 0, 0.25);
}
/* use a consistent stroke width */
.preset-icon-container path.line.stroke {
stroke-width: 2 !important;
}
.preset-icon-container path.line.casing {
stroke-width: 4 !important;
}
.preset-icon-fill {
margin: auto;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.preset-icon-container svg,
.preset-icon-container svg > * {
cursor: inherit !important;
}
.preset-icon-fill path.area.stroke {
fill: transparent;
}
.preset-icon-fill-vertex circle {
stroke-width: 1.5px;
stroke: #333;
fill: #efefef;
backface-visibility: hidden;
}
.preset-icon {
width: 100%;
height:100%;
position: absolute;
z-index: 1;
}
.preset-icon .icon {
position: absolute;
margin: auto;
left: 0;
right: 0;
width: 100%;
height: 100%;
transform: scale(0.48);
}
.preset-icon-container.small .preset-icon.point-geom .icon {
transform: translateY(-7%) scale(0.27);
}
.preset-icon-container.small .preset-icon.point-geom.preset-icon-iD .icon {
transform: translateY(-9%) scale(0.5);
}
.preset-icon.framed .icon {
transform: scale(0.4);
}
.preset-icon.framed.line-geom:not(.category) .icon,
.preset-icon.framed.route-geom .icon {
top: 20%;
transform: translateY(-30%) scale(0.4);
}
.preset-icon-iD .icon {
transform: scale(1);
}
.preset-icon-iD.framed .icon {
transform: scale(0.74);
}
.preset-icon-iD.framed.line-geom:not(.category) .icon,
.preset-icon-iD.framed.route-geom .icon {
transform: translateY(-30%) scale(0.74);
}
.preset-icon-container.fallback .preset-icon .icon {
transform: scale(0.5) !important;
}
.preset-list-button .label {
display: flex;
flex-flow: row wrap;
align-items: center;
background: #f6f6f6;
text-align: left;
padding: 5px 10px;
border-left: 1px solid rgba(0, 0, 0, .1);
flex: 1 1 100%;
align-self: stretch;
}
.ideditor[dir='rtl'] .preset-list-button .label {
text-align: right;
border-left: none;
border-right: 1px solid rgba(0, 0, 0, .1);
}
.ideditor[dir='ltr'] .preset-list-item.mixed-types .preset-list-button .label {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ideditor[dir='rtl'] .preset-list-item.mixed-types .preset-list-button .label {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ideditor[dir='ltr'] .category .preset-list-button .label {
border-radius: 0px 4px 4px 0px;
}
.ideditor[dir='rtl'] .category .preset-list-button .label {
border-radius: 4px 0px 0px 4px;
}
.preset-list-item.mixed-types .label {
font-style: italic;
}
.preset-list-button .label-inner {
width: 100%;
line-height: 1.35em;
}
.preset-list-button .label-inner .namepart {
text-overflow: ellipsis;
}
.preset-list-button .label-inner .namepart:nth-child(1) {
font-weight: bold;
}
.preset-list-button:focus .label,
.preset-list-button:active .label,
.preset-list-button.disabled,
.preset-list-button.disabled .label {
background-color: #ececec;
}
@media (hover: hover) {
.preset-list-button:hover .label {
background-color: #ececec;
}
}
.preset-list-button-wrap button.tag-reference-button {
width: 32px;
flex: 0 0 auto;
}
.preset-list-button-wrap button.tag-reference-button:not(:hover):not(:active):not(:focus) {
background: #f6f6f6;
}
.ideditor[dir='ltr'] .preset-list-button-wrap button.tag-reference-button {
border-left: 1px solid #ccc;
}
.ideditor[dir='rtl'] .preset-list-button-wrap button.tag-reference-button {
border-right: 1px solid #ccc;
}
.ideditor[dir='ltr'] .preset-list-button-wrap:not(.category) button:last-child {
border-radius: 0 4px 4px 0;
}
.ideditor[dir='rtl'] .preset-list-button-wrap:not(.category) button:last-child {
border-radius: 4px 0 0 4px;
}
.preset-list-button-wrap button.tag-reference-button .icon {
opacity: .5;
}
.preset-list-button-wrap .accessory-buttons {
display: flex;
}
.current .preset-list-button,
.current .preset-list-button .label {
background-color: #e8ebff;
}
.category .preset-list-button:after,
.category .preset-list-button:before {
content: "";
position: absolute;
top: -5px;
left: -1px; right: -1px;
border: 1px solid #ccc;
border-bottom: none;
border-radius: 6px 6px 0 0;
height: 6px;
}
.category .preset-list-button:before {
top: -3px;
}
.subgrid .preset-list {
width: auto;
padding: 10px;
margin: 0 -10px;
border: 0;
border-radius: 8px;
}
.subgrid .preset-list > *:last-child {
margin-bottom: 0;
}
.subgrid .arrow {
border: solid rgba(0, 0, 0, 0);
border-width: 10px;
border-bottom-color: #ececec;
width: 0;
height: 0;
margin-left: 50%;
margin-left: calc(50% - 10px);
}
/* Quick links
------------------------------------------------------- */
.quick-links {
display: flex;
flex-flow: row wrap;
justify-content: flex-end;
padding: 5px 0 0 0;
}
.quick-link {
margin: 0 5px;
}
/* Entity/Preset Editor
------------------------------------------------------- */
.section .grouped-items-area {
padding: 10px;
margin: 0 -10px 10px -10px;
border-radius: 8px;
background: #ececec;
}
.section .grouped-items-area:empty {
display: none;
}
/*
The parts of a field:
- `.form-field` is a `div` wraps the entire thing
- `.field-label` is a `label` that wraps the top part, it contains;
- `span` classed `label-text`
- 0..n buttons for "remove", "modified", "tag reference"
- `.form-field-input-wrap` is a `label` or `div` that wraps the bottom part, it contains;
- usually an `input`
- sometimes some buttons (translate, increment, decrement)
- or could just be a `div` with anything really
- `.tag-reference-body` at the bottom (usually hidden)
.------------------. -
| Name | i | <- .field-label |
+------------------+ |
| Starbucks | + | <- .form-field-input-wrap > .form-field
'------------------' |
tag reference <- .tag-reference-body |
-
*/
.form-field {
display: flex;
flex-flow: row wrap;
margin-bottom: 10px;
width: 100%;
transition: margin-bottom 200ms;
}
.form-field.nowrap,
.wrap-form-field:last-child .form-field {
margin-bottom: 0;
}
/* A `label` element that wraps the top section */
.field-label {
display: flex;
flex-flow: row nowrap;
flex: 1 1 100%;
position: relative;
font-weight: bold;
color: #333;
background: #f6f6f6;
border: 1px solid #ccc;
border-radius: 4px 4px 0 0;
overflow: hidden;
}
.field-label .label-text {
overflow: hidden;
text-overflow: ellipsis;
flex: 1 1 auto;
padding: 5px 0 4px 10px;
}
.ideditor[dir='rtl'] .field-label .label-text {
padding: 5px 10px 4px 0;
}
.field-label .label-text span {
white-space: nowrap;
}
.label-text .label-textannotation svg.icon {
margin: 0 8px;
color: #333;
opacity: 0.5;
width: 14px;
height: 14px;
vertical-align: text-top;
}
.field-label button {
flex: 0 0 auto;
border-left: 1px solid #ccc;
width: 32px;
border-radius: 0;
}
.ideditor[dir='rtl'] .field-label button {
border-left: none;
border-right: 1px solid #ccc;
}
.field-label button:not(:hover):not(:active):not(:focus) {
background: none;
}
.field-label .icon {
opacity: .5;
}
.field-label .modified-icon,
.field-label .remove-icon,
.field-label .remove-icon-multilingual {
display: none;
}
.modified:not(.locked) .field-label .modified-icon,
.present:not(.locked) .field-label .remove-icon,
.present:not(.locked) .field-label .remove-icon-multilingual {
display: inline-block;
}
/* A `div` element that wraps the bottom section */
.form-field-input-wrap {
display: flex;
flex-flow: row nowrap;
width: 100%;
flex: 1 1 auto;
border-top: 0;
border-radius: 0 0 4px 4px;
}
.nowrap .form-field-input-wrap {
border-radius: 0;
}
.form-field-input-wrap > input,
.form-field-input-wrap > label,
.form-field-input-wrap > textarea,
.form-field-input-wrap > ul.chiplist {
flex: 1 1 auto;
border: 1px solid #ccc;
border-top: 0;
border-radius: 0;
position: relative;
}
.form-field-input-wrap > textarea {
height: 65px;
border-radius: 0 0 4px 4px;
}
/* Buttons inside fields */
.form-field-button {
flex: 0 0 auto;
width: 32px;
position: relative;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 0;
border-top-width: 0;
border-left-width: 0;
vertical-align: top;
}
.ideditor[dir='rtl'] .form-field-button {
border-left-width: 1px;
border-right-width: 0;
}
.form-field-button:active,
.form-field-button:focus {
background-color: #f1f1f1;
}
@media (hover: hover) {
.form-field-button:hover {
background-color: #f1f1f1;
}
}
.form-field-button .icon {
fill: #333;
opacity: .5;
}
.form-field-button.colour-preview {
border-radius: 0 0 4px 0;
}
.form-field-button.colour-preview > div.colour-box {
border: 3px solid #fff;
height: 100%;
border-radius: 8px;
cursor: pointer;
text-align: center;
line-height: 20px;
padding: 1px 0 0 1px;
}
.inspector-hover .form-field-button.colour-preview > div.colour-box {
border-color: #ececec;
}
.form-field-button.colour-preview:active > div.colour-box,
.form-field-button.colour-preview:focus > div.colour-box {
border-color: #f1f1f1;
}
@media (hover: hover) {
.form-field-button.colour-preview:hover > div.colour-box {
border-color: #f1f1f1;
}
}
.form-field-button.colour-selector {
visibility: hidden;
position: absolute;
}
/* round corners of first/last child elements */
.form-field-input-wrap > button:last-of-type {
border-bottom-right-radius: 4px;
}
.ideditor[dir='rtl'] .form-field-input-wrap > button:last-of-type {
border-bottom-left-radius: 4px;
}
/* Field - Access, Cycleway
------------------------------------------------------- */
.form-field-input-access,
.form-field-input-cycleway {
flex: 1 1 auto;
display: flex;
flex-flow: row wrap;
}
/* Field - lists with labeled input items
------------------------------------------------------- */
.form-field ul.rows {
flex: 1 1 auto;
border: 1px solid #ccc;
border-top: 0;
border-radius: 0 0 4px 4px;
overflow: hidden;
width: 100%;
}
.form-field ul.rows li {
border-top: 1px solid #ccc;
}
.form-field ul.rows li:first-child {
border-top: 0;
}
.form-field ul.rows li {
display: flex;
flex-flow: row nowrap;
}
.form-field ul.rows li.labeled-input > span,
.form-field ul.rows li.labeled-input > div {
flex: 1 1 auto;
width: 100%;
border-radius: 0;
}
.form-field ul.rows li input {
border-radius: 0;
border-width: 0;
width: 100%;
}
.form-field ul.rows li button {
border-width: 0;
}
.ideditor[dir='ltr'] .form-field ul.rows li.labeled-input input,
.ideditor[dir='ltr'] .form-field ul.rows li button {
border-left-width: 1px;
}
.ideditor[dir='rtl'] .form-field ul.rows li.labeled-input input,
.ideditor[dir='rtl'] .form-field ul.rows li button {
border-right-width: 1px;
}
/* Field - Structure
------------------------------------------------------- */
.structure-extras-wrap {
width: 100%;
padding: 10px 10px;
background: #fff;
border: 1px solid #ccc;
border-top: 0px;
border-radius: 0 0 4px 4px;
}
.structure-extras-wrap > ul.rows {
border: 1px solid #ccc;
border-radius: 4px;
}
/* Field - Combo / Multicombo
------------------------------------------------------- */
.form-field-input-combo > input:only-of-type {
border-radius: 0 0 4px 4px;
width: 100%;
}
.form-field-input-combo.empty-combobox input,
.form-field-input-multicombo .empty-combobox input {
padding-right: 10px;
padding-left: 10px;
}
.form-field-input-combo.empty-combobox .combobox-caret,
.form-field-input-multicombo .empty-combobox .combobox-caret {
display: none;
}
.form-field-input-combo input.raw-value {
font-family: monospace;
}
.form-field-input-combo input.known-value {
color: #7092ff;
}
.form-field-input-multicombo ul.chiplist {
padding: 5px 8px 5px 8px;
background: #fff;
display: block;
border-radius: 0 0 4px 4px;
width: 100%;
}
.form-field-input-multicombo li {
display: inline-flex;
flex-flow: row nowrap;
align-items: center;
margin-bottom: 3px;
margin-top: 3px;
border-radius: 4px;
}
.ideditor[dir='ltr'] .form-field-input-multicombo li {
margin-right: 6px;
}
.ideditor[dir='rtl'] .form-field-input-multicombo li {
margin-left: 6px;
}
.form-field-input-multicombo li.chip {
background-color: #eff2f7;
border: 1px solid #ccd5e3;
max-width: 100%;
color: #7092ff;
}
.ideditor[dir='ltr'] .form-field-input-multicombo li.chip {
padding: 2px 0px 2px 5px;
}
.ideditor[dir='rtl'] .form-field-input-multicombo li.chip {
padding: 2px 5px 2px 0px;
}
.form-field-input-multicombo li.chip.draggable {
cursor: grab;
}
.form-field-input-multicombo li.chip.dragging {
opacity: 0.75;
z-index: 3000;
cursor: grabbing;
}
.form-field-input-multicombo li.chip.raw-value {
font-family: monospace;
color: #333;
}
.form-field-input-multicombo li.mixed {
border-color: #eff2f7;
color: #888;
font-style: italic;
}
.form-field-input-multicombo li.chip span {
display: block;
flex: 1 1 auto;
overflow: hidden;
word-wrap: break-word;
}
.form-field-input-multicombo a {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 16px !important;
padding: 0px 5px 0px 5px;
margin: 0;
cursor: pointer;
color: #a6b4ce;
display: block;
text-align: center;
flex: 0 0 auto;
}
.form-field-input-multicombo .input-wrap {
border: 1px solid #ddd;
width: 100px;
}
.form-field-input-multicombo input {
border: none;
width: 100%;
}
.form-field-input-multicombo input:focus {
border-radius: 4px !important;
}
.form-field-input-multicombo .full-line-chips li.chip {
width: 100%;
}
.form-field-input-multicombo .full-line-chips .input-wrap {
width: auto;
}
/* Field - Text / Numeric
------------------------------------------------------- */
.form-field-input-text > input:only-child,
.form-field-input-tel > input:only-of-type,
.form-field-input-email > input:only-of-type,
.form-field-input-url > input:only-child {
border-radius: 0 0 4px 4px;
}
.form-field-input-text > input:not(:only-child),
.form-field-input-url > input:not(:only-child) {
border-radius: 0 0 0 4px;
}
.form-field-input-number > input:only-of-type {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .form-field-input-number > input:only-of-type {
border-radius: 0 0 4px 0;
}
.form-field-input-number > button:last-of-type {
border-radius: 0 0 4px 0;
}
.ideditor[dir='rtl'] .form-field-input-number > button:last-of-type {
border-radius: 0 0 0 4px;
}
.ideditor[dir='ltr'] .form-field-input-identifier > input:last-child,
.ideditor[dir='rtl'] .form-field-input-identifier > input:first-child,
.ideditor[dir='ltr'] .form-field-input-identifier > button {
border-bottom-right-radius: 4px;
}
.ideditor[dir='ltr'] .form-field-input-identifier > input:first-child,
.ideditor[dir='rtl'] .form-field-input-identifier > input:last-child,
.ideditor[dir='rtl'] .form-field-input-identifier > button {
border-bottom-left-radius: 4px;
}
/* draw the up/down on the buttons */
.form-field-input-number button.decrement::after,
.form-field-input-number button.increment::after {
content: "";
height: 0; width: 0;
position: absolute;
left: 0; right: 0; bottom: 0; top: 0;
margin: auto;
}
.form-field-input-number button.decrement::after {
border-top: 5px solid #ccc;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.form-field-input-number button.increment::after {
border-bottom: 5px solid #ccc;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
/* Field - Checkbox
------------------------------------------------------- */
.form-field-input-check {
display: flex;
align-items: center;
background: #fff;
padding: 5px 10px;
color: #7092ff;
border: 1px solid #ccc;
border-top: 0;
cursor: pointer;
}
.form-field-input-check > input[type="checkbox"] {
flex: 0 1 auto;
width: 20px;
margin-top: 0;
}
.form-field-input-check > span {
flex: 1 1 auto;
}
.form-field-input-check > span.mixed {
font-style: italic;
}
.form-field-input-check > .reverser {
flex: 0 1 auto;
background-color: #eff2f7;
border: 1px solid #ccd5e3;
border-radius: 2px;
padding: 0px 8px;
color: inherit;
}
.ideditor[dir='ltr'] .form-field-input-check > .reverser {
padding-right: 2px;
}
.ideditor[dir='rtl'] .form-field-input-check > .reverser {
padding-left: 2px;
}
.form-field-input-check > .reverser:active,
.form-field-input-check > .reverser:focus {
background: #e3e8ef;
}
@media (hover: hover) {
.form-field-input-check > .reverser:hover {
background: #e3e8ef;
}
}
.form-field-input-check > .reverser.hide {
display: none;
}
.form-field-input-check:active,
.form-field-input-check:focus {
background: #f1f1f1;
}
@media (hover: hover) {
.form-field-input-check:hover {
background: #f1f1f1;
}
}
.form-field-input-check .set {
color: inherit;
}
.form-field-input-check label:not(.set) input[type="checkbox"] {
opacity: .5;
}
/* Field - Radio button
------------------------------------------------------- */
.form-field-input-radio {
flex: 1 1 auto;
display: flex;
flex-flow: row wrap;
}
.form-field-input-radio > label {
flex: 1 1 auto;
display: flex;
flex-flow: row nowrap;
align-items: center;
width: 100%;
padding: 5px 10px;
background-color: #fff;
color: #7092ff;
cursor: pointer;
}
.form-field-input-radio > label.mixed {
font-style: italic;
}
.form-field-input-radio > label:last-child {
border-radius: 0 0 4px 4px;
}
.form-field-input-radio > label:active,
.form-field-input-radio > label:focus {
background-color: #ececec;
}
@media (hover: hover) {
.form-field-input-radio > label:hover {
background-color: #ececec;
}
}
.form-field-input-radio > label.active {
background-color: #e8ebff;
}
.form-field-input-radio > label:not(:last-of-type) {
border-bottom: 1px solid #ccc;
}
.form-field-input-radio > label > input[type="radio"] {
flex: 0 1 auto;
width: 20px;
}
.form-field-input-radio > label > span {
flex: 1 1 auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* Hide placeholder for radio buttons if another is active, or not in hover state */
.form-field-input-radio label.active ~ .placeholder,
.form-field-input-radio .placeholder {
padding: 0;
opacity: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}
/* Field - roadheight and roadspeed
------------------------------------------------------- */
.form-field-input-roadheight input.roadheight-number,
.form-field-input-roadheight input.roadheight-secondary-number,
.form-field-input-roadspeed input.roadspeed-number {
flex-basis: 0;
}
.form-field-input-roadheight input.roadheight-unit,
.form-field-input-roadheight input.roadheight-secondary-unit {
flex: 0 1 auto;
width: 60px;
}
.form-field-input-roadspeed input.roadspeed-unit {
flex: 0 1 auto;
width: 80px;
}
.ideditor[dir='ltr'] .form-field-input-roadheight > input:first-of-type,
.ideditor[dir='ltr'] .form-field-input-roadspeed > input:first-of-type {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .form-field-input-roadheight > input:first-of-type,
.ideditor[dir='rtl'] .form-field-input-roadspeed > input:first-of-type {
border-radius: 0 0 4px 0;
}
.ideditor[dir='ltr'] .form-field-input-roadheight > input:last-of-type,
.ideditor[dir='ltr'] .form-field-input-roadspeed > input:last-of-type {
border-left: 0;
border-radius: 0 0 4px 0;
}
.ideditor[dir='rtl'] .form-field-input-roadheight > input:last-of-type,
.ideditor[dir='rtl'] .form-field-input-roadspeed > input:last-of-type {
border-right: 0;
border-radius: 0 0 0 4px;
}
/* Field - Localized Name
------------------------------------------------------- */
.form-field-input-localized > input.localized-main {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .form-field-input-localized > input.localized-main {
border-radius: 0 0 4px 0;
}
.form-field-input-localized > button.localized-add {
border-radius: 0 0 4px 0;
}
.ideditor[dir='rtl'] .form-field-input-localized > button.localized-add {
border-radius: 0 0 0 4px;
}
.form-field-input-localized button.localized-add.disabled,
.form-field-input-localized input.localized-main.disabled,
.form-field-input-localized input.localized-lang.disabled,
.form-field-input-localized input.localized-value.disabled {
color: #777;
background-color: #eee;
cursor: not-allowed;
}
/* nested subfields for name in different languages */
.localized-multilingual {
padding: 0 10px;
flex-basis: 100%;
}
.localized-multilingual .entry {
position: relative;
overflow: hidden;
}
/* draws a little line connecting the multilingual field up to the name field */
.localized-multilingual .entry::before {
content: "";
display: block;
position: absolute;
background: #ccc;
height: 11px;
width: 1px;
left: 0;
right: 0;
top: -11px;
margin: auto;
}
.localized-multilingual .entry .localized-lang {
border-radius: 0;
border-top-width: 0;
width: 100%;
}
.localized-multilingual .entry .localized-value {
border-top-width: 0;
border-radius: 0 0 4px 4px;
width: 100%;
}
/* Field - Address
------------------------------------------------------- */
.form-field-input-address {
flex: 1 1 auto;
display: flex;
flex-flow: row wrap;
border: 1px solid #ccc;
border-top: 0px;
}
.addr-row {
flex: 1 1 auto;
display: flex;
width: 100%;
}
.addr-row > input {
flex: 1 1 auto;
border-radius: 0;
border-right: 0;
border-bottom: 0;
}
.ideditor[dir='rtl'] .addr-row input {
border-right: 1px solid #ccc;
border-left: 0;
}
.addr-row:first-of-type input {
border-top: 0;
}
.addr-row input:first-of-type {
border-left: 0;
}
.ideditor[dir='rtl'] .addr-row input:first-of-type {
border-right: 0;
}
.addr-row:last-of-type input:first-of-type {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .addr-row:last-of-type input:first-of-type {
border-radius: 0 0 4px 0;
}
.addr-row:last-of-type input:last-of-type {
border-radius: 0 0 4px 0;
}
.ideditor[dir='rtl'] .addr-row:last-of-type input:last-of-type {
border-radius: 0 0 0 4px;
}
/* Field - Wikipedia
------------------------------------------------------- */
.form-field-input-wikipedia {
display: flex;
flex-flow: row wrap;
flex: 1 1 auto;
}
.wiki-lang-container,
.wiki-title-container {
display: flex;
flex-flow: row nowrap;
flex: 1 1 auto;
width: 100%;
}
.wiki-lang-container > input.wiki-lang,
.wiki-title-container > input.wiki-title {
flex: 1 1 auto;
border-top: 0;
border-radius: 0;
}
.wiki-title-container > input.wiki-title {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .wiki-title-container > input.wiki-title {
border-radius: 0 0 4px 0;
}
.wiki-title-container > button.wiki-link,
.form-field-wikidata ul.rows li:last-child button.form-field-button:last-child {
border-radius: 0 0 4px 0;
}
.ideditor[dir='rtl'] .wiki-title-container > button.wiki-link,
.ideditor[dir='rtl'] .form-field-wikidata ul.rows li:last-child button.form-field-button:last-child {
border-radius: 0 0 0 4px;
}
/* Field - Restriction Editor
------------------------------------------------------- */
.form-field-input-restrictions {
display: block;
border: 1px solid #ccc;
border-top: 0;
border-radius: 0 0 4px 4px;
}
.form-field-input-restrictions .restriction-controls-container {
background-color: #fff;
width: 100%;
padding: 5px;
border-top: 1px solid #ccc;
border-radius: 0 0 4px 4px;
}
.restriction-controls-container .restriction-controls {
display: table;
user-select: none;
}
.restriction-controls .restriction-control {
display: table-row;
padding: 5px 10px;
height: 25px;
}
.restriction-control input,
.restriction-control > span {
display: table-cell;
text-align: start;
padding: 0px 5px;
}
.restriction-control > span.restriction-control-label {
text-align: end;
}
.restriction-control input {
width: 60px;
padding: 0;
margin: 0px 5px;
vertical-align: middle;
}
.form-field-input-restrictions .restriction-container {
position: relative;
height: 370px;
}
/* zero width space, so container takes up space */
.form-field-input-restrictions .restriction-container:after {
content: '\200b';
}
.form-field-input-restrictions svg.surface {
width: 100%;
height: 100%;
}
.restriction-container .restriction-help {
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 2px 6px;
background-color: rgba(255, 255, 255, .8);
color: #888;
text-align: center;
pointer-events: none;
user-select: none;
}
.restriction-help span {
margin: 2px;
}
.restriction-help .qualifier {
color: #666;
font-weight: bold;
}
.restriction-help .qualifier.allow {
color: #8b5;
}
.restriction-help .qualifier.restrict {
color: #d53;
}
.restriction-help .qualifier.only {
color: #78f;
}
/* Field - Changeset Comment
------------------------------------------------------- */
.form-field-comment:not(.present) #preset-input-comment {
border-color: rgb(230, 100, 100);
}
.form-field-comment:not(.present) .field-label {
border-color: rgb(230, 100, 100);
background: rgba(230, 100, 100, 0.2);
}
.form-field-comment:not(.present) button {
border-color: rgb(230, 100, 100);
}
/* Field - Combobox
------------------------------------------------------- */
.ideditor[dir='ltr'] textarea.combobox-input,
.ideditor[dir='ltr'] input.combobox-input {
/* leave room for the caret */
padding-right: 20px;
}
.ideditor[dir='rtl'] textarea.combobox-input,
.ideditor[dir='rtl'] input.combobox-input {
padding-left: 20px;
}
div.combobox {
z-index: 9999;
display: none;
box-shadow: 0 4px 10px 1px rgba(0,0,0,.2);
margin-top: -1px;
background: #fff;
max-height: 245px;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #ccc;
border-radius: 0 0 4px 4px;
}
.combobox a {
display: block;
padding: 5px 10px;
border-top: 1px solid #ccc;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.combobox a.selected,
.combobox a:active,
.combobox a:focus {
background: #ececec;
}
@media (hover: hover) {
.combobox a:hover {
background: #ececec;
}
}
.combobox a:first-child {
border-top: 0;
padding: 4px 10px;
}
.combobox-caret {
display: inline-block;
position: relative;
height: 5px;
width: 30px !important;
margin-left: -30px;
align-self: center;
vertical-align: middle;
cursor: pointer;
}
.ideditor[dir='rtl'] .combobox-caret {
margin-left: 0;
margin-right: -30px;
}
.combobox-caret::after {
content: "";
height: 0; width: 0;
position: absolute;
left: 0; right: 0; bottom: 0; top: 0;
margin: auto;
border-top: 5px solid #ccc;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.combobox .combobox-option.raw-option {
font-family: monospace;
color: #333;
}
/* Field Help
------------------------------------------------------- */
.field-help-body {
display: block;
position: absolute;
top: 0;
left: 20px;
right: 20px;
margin: 5px;
padding: 8px;
border: 1px solid #ccc;
border-top: 0;
border-radius: 0 0 4px 4px;
z-index: 20;
background: rgba(255,255,255,0.95);
box-shadow: 0 0 30px 5px rgba(0,0,0,.4);
}
.field-help-title h2 {
padding: 10px;
margin-bottom: 0px;
font-size: 17px;
}
.field-help-title button {
width: 45px;
height: 55px;
border-radius: 0;
}
.field-help-nav {
font-size: 13px;
font-weight: bold;
margin-bottom: 10px;
}
.field-help-nav-item {
display: inline-block;
padding: 5px 10px;
cursor: pointer;
color: #666;
}
.field-help-nav-item.active {
color: #7092ff;
border-bottom: 2px solid;
}
.field-help-nav-item:active,
.field-help-nav-item:focus {
color: #597be7;
background-color: #efefef;
}
@media (hover: hover) {
.field-help-nav-item:hover {
color: #597be7;
background-color: #efefef;
}
}
.field-help-content {
padding: 10px;
overflow-y: auto;
overflow-x: hidden;
}
.field-help-content h3 {
font-size: 12px;
margin-bottom: 5px;
}
.field-help-content p {
margin-bottom: 15px;
}
.field-help-content ul li {
list-style: inside;
margin-bottom: 5px;
}
.field-help-content .field-help-image {
width: 100%;
margin-bottom: 15px;
}
.field-help-content svg.turn {
width: 40px;
height: 20px;
}
.field-help-content svg.shadow {
opacity: 0.7;
width: 60px;
height: 20px;
}
.field-help-content svg.from {
color: #777;
}
.field-help-content svg.allow {
color: #5b3;
}
.field-help-content svg.restrict {
color: #d53;
}
.field-help-content svg.only {
color: #68f;
}
.field-help-content p.from_shadow,
.field-help-content p.allow_shadow,
.field-help-content p.restrict_shadow,
.field-help-content p.allow_turn,
.field-help-content p.restrict_turn {
margin-bottom: 5px;
}
/* More Fields dropdown
------------------------------------------------------- */
.more-fields {
margin-top: 10px;
font-weight: bold;
}
.more-fields label {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.more-fields input {
margin-left: 10px;
flex: 1 1 auto;
}
.ideditor[dir='rtl'] .more-fields input {
margin-left: auto;
margin-right: 10px;
}
.form-field-input-wrap .label {
background: #f6f6f6;
padding: 5px 10px;
}
/* Raw Tag Editor
------------------------------------------------------- */
.raw-tag-options {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-top: -28px;
}
button.raw-tag-option {
flex: 0 0 auto;
padding: 3px;
background: #aaa;
color: #eee;
margin: 0 3px;
}
button.raw-tag-option:focus,
button.raw-tag-option.active {
color: #fff;
background: #597be7;
}
@media (hover: hover) {
button.raw-tag-option:hover {
color: #fff;
background: #597be7;
}
}
button.raw-tag-option.selected {
color: #fff;
background: #7092ff;
}
button.raw-tag-option svg.icon {
width: 14px;
height: 14px;
display: block;
}
.ideditor[dir='ltr'] button.raw-tag-option-list {
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.tag-text {
width: 100%;
height: 100%;
min-height: 32px;
font-family: monospace;
white-space: pre;
}
.tag-text,
.tag-list {
margin-top: 10px;
}
.tag-row {
width: 100%;
position: relative;
}
.tag-row .inner-wrap {
display: flex;
flex-flow: row nowrap;
width: 100%;
position: relative;
}
.tag-row .key-wrap,
.tag-row .value-wrap {
flex: 1 1 50%;
}
.tag-text.readonly,
.tag-row.readonly,
.tag-row.readonly input.key,
.tag-row.readonly input.value,
.tag-row.readonly button.remove {
color: #777;
background-color: #eee;
cursor: not-allowed;
}
.tag-row input {
border: 0;
border-radius: 0;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
width: 100%;
}
.ideditor[dir='rtl'] .tag-row input {
border-left: none;
border-right: 1px solid #ccc;
}
.tag-row input.key {
font-weight: bold;
background-color: #f6f6f6;
}
.tag-row input.value {
border-right: 1px solid #ccc;
}
.ideditor[dir='rtl'] .tag-row input.value {
border-left: 1px solid #ccc;
}
.tag-row:first-child input.key {
border-top: 1px solid #ccc;
border-top-left-radius: 4px;
}
.ideditor[dir='rtl'] .tag-row:first-child input.key {
border-top-left-radius: 0;
border-top-right-radius: 4px;
}
.tag-row:first-child input.value {
border-top: 1px solid #ccc;
}
.tag-row button {
flex: 0 0 auto;
width: 32px;
border: 1px solid #ccc;
border-top-width: 0;
border-left-width: 0;
}
.ideditor[dir='rtl'] .tag-row button {
border-left-width: 1px;
border-right-width: 0;
}
.tag-row button:active,
.tag-row button:focus {
background: #f1f1f1;
}
@media (hover: hover) {
.tag-row button:hover {
background: #f1f1f1;
}
}
.tag-row button .icon {
opacity: .5;
}
.tag-row:first-child button {
border-top-width: 1px;
}
.tag-row:first-child .tag-reference-button {
border-top-right-radius: 4px;
}
.ideditor[dir='rtl'] .tag-row:first-child .tag-reference-button {
border-top-left-radius: 4px;
border-top-right-radius: 0;
}
.tag-row:last-child .tag-reference-button {
border-bottom-right-radius: 4px;
}
.ideditor[dir='rtl'] .tag-row:last-child .tag-reference-button {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 0;
}
.tag-row .tag-reference-button {
border-radius: 0;
}
.ideditor[dir='rtl'] .tag-row .tag-reference-button {
border-left-width: 1px;
border-right-width: 0;
}
/* Tag reference */
.tag-reference-loading {
background-color: #f5f5f5;
}
.tag-reference-loading .icon {
background-image: url(img/mini-loader.gif);
background-position: 0 0;
}
.tag-reference-body {
flex: 1 1 auto;
width: 100%;
overflow: hidden;
display: none;
padding-top: 10px;
}
.tag-reference-body.expanded {
padding-bottom: 10px;
display: inline-block;
}
.tag-reference-description {
}
.tag-reference-link {
display: block;
}
img.tag-reference-wiki-image {
float: right;
width: 33.3333%;
border-radius: 4px;
margin: 0 0 0 5px;
}
.ideditor[dir='rtl'] img.tag-reference-wiki-image {
float: left;
margin: 0 5px 0 0;
}
.preset-list .tag-reference-body {
position: relative;
width: 100%;
}
.raw-tag-editor .tag-reference-body {
width: 100%;
}
.raw-tag-editor .tag-row.readonly .tag-reference-body {
background: #f6f6f6;
color: #333;
}
.raw-tag-editor .tag-row:not(:last-child) .tag-reference-body.expanded {
border-bottom: 1px solid #ccc;
}
.raw-tag-editor .tag-row.readonly .tag-reference-body.expanded {
border-top: 1px solid #ccc;
}
/* Raw Member / Membership Editor
------------------------------------------------------- */
.section-raw-member-editor .member-list:empty,
.section-raw-membership-editor .member-list:empty {
display: none;
}
.section-raw-member-editor .member-list,
.section-raw-membership-editor .member-list {
position: relative; /* required for drag-and-drop */
padding-top: 5px;
}
.section-raw-member-editor .member-list li,
.section-raw-membership-editor .member-list li {
position: relative;
border-radius: 4px;
margin: 0;
padding-bottom: 10px;
}
.section-raw-member-editor .member-row .member-entity-name,
.section-raw-membership-editor .member-row .member-entity-name {
font-weight: normal;
padding-left: 10px;
}
.ideditor[dir='rtl'] .section-raw-member-editor .member-row .member-entity-name,
.ideditor[dir='rtl'] .section-raw-membership-editor .member-row .member-entity-name {
padding-left:0;
padding-right: 10px;
}
.form-field-input-member > input.member-role {
border-radius: 0 0 4px 4px;
}
.member-row-new .member-entity-input {
flex: 1 1 100%;
border-radius: 4px 4px 0 0;
border: 0;
}
.section-raw-member-editor .member-row.dragging {
opacity: 0.75;
z-index: 3000;
/*
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
*/
}
/* add tag, add relation buttons */
.add-row {
display: flex;
width: 100%;
flex-flow: row nowrap;
}
.add-row .add-tag,
.add-row .add-relation,
.add-row .space-value {
flex: 1 1 50%;
}
.add-row .space-buttons {
flex: 0 0 62px;
}
.add-row button {
padding: 5px;
background: rgba(0,0,0,.5);
}
.add-row button:focus,
.add-row button:active {
background: rgba(0,0,0,.8);
}
@media (hover: hover) {
.add-row button:hover {
background: rgba(0,0,0,.8);
}
}
.add-tag {
border-radius: 0 0 4px 4px;
}
.add-relation {
margin-top: 10px;
border-radius: 4px;
}
/* OSM Note / QA Editors
------------------------------------------------------- */
.note-header,
.qa-header {
background-color: #f6f6f6;
border-radius: 5px;
border: 1px solid #ccc;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.note-header-icon,
.qa-header-icon {
background-color: #fff;
padding: 10px;
flex: 0 0 auto;
position: relative;
width: 60px;
height: 60px;
border-right: 1px solid #ccc;
border-radius: 5px 0 0 5px;
}
.ideditor[dir='rtl'] .note-header-icon,
.ideditor[dir='rtl'] .qa-header-icon {
border-right: unset;
border-left: 1px solid #ccc;
border-radius: 0 5px 5px 0;
}
.note-header-icon .icon-wrap,
.qa-header-icon .icon-wrap {
position: absolute;
top: 0px;
}
.preset-icon-28 {
position: absolute;
top: 16px;
left: 16px;
margin: auto;
}
.preset-icon-28 .icon {
width: 28px;
height: 28px;
}
.note-header-label,
.qa-header-label {
background-color: #f6f6f6;
padding: 0 15px;
flex: 1 1 100%;
font-size: 14px;
font-weight: bold;
border-radius: 0 5px 5px 0;
}
.ideditor[dir='rtl'] .note-header-label,
.ideditor[dir='rtl'] .qa-header-label {
border-radius: 5px 0 0 5px;
}
.note-category {
margin: 20px 0px;
}
.comments-container {
background: #ececec;
padding: 1px 10px;
border-radius: 8px;
margin-top: 20px;
}
.comment {
background-color: #fff;
border-radius: 5px;
border: 1px solid #ccc;
margin: 10px auto;
display: flex;
flex-flow: row nowrap;
}
.comment-avatar {
padding: 10px;
flex: 0 0 auto;
}
.comment-avatar .icon.comment-avatar-icon {
width: 40px;
height: 40px;
object-fit: cover;
border: 1px solid #ccc;
border-radius: 20px;
}
.comment-main {
padding: 10px 10px 10px 0;
flex: 1 1 100%;
flex-flow: column nowrap;
overflow: hidden;
overflow-wrap: break-word;
}
.ideditor[dir='rtl'] .comment-main {
padding: 10px 0 10px 10px;
}
.comment-metadata {
flex-flow: row nowrap;
justify-content: space-between;
}
.comment-author {
font-weight: bold;
color: #333;
}
.comment-date {
color: #aaa;
}
.comment-text {
color: #333;
margin-top: 10px;
overflow-y: auto;
max-height: 250px;
}
.comment-text::-webkit-scrollbar {
border-left: none;
}
.note-save,
.qa-save {
padding-top: 20px;
}
.qa-details-container {
background: #ececec;
padding: 10px;
margin-top: 20px;
border-radius: 4px;
border: 1px solid #ccc;
display: flex;
flex-direction: column;
}
.qa-details-description-text::first-letter {
text-transform: capitalize;
}
.ideditor[dir='rtl'] .qa-details-description-text::first-letter {
text-transform: none; /* #5877 */
}
.qa-details-subsection h4 {
padding-bottom: 2px;
}
.qa-details-subsection:not(:last-child) {
margin-bottom: 10px;
}
.qa-details-subsection:empty {
display: none;
}
.note-save .new-comment-input,
.qa-save .new-comment-input {
width: 100%;
height: 100px;
max-height: 300px;
min-height: 100px;
}
.note-save .detail-section,
.qa-save .detail-section {
margin: 10px 0;
}
.note-report {
float: right;
}
/* Custom Data Editor
------------------------------------------------------- */
.data-header {
background-color: #f6f6f6;
border-radius: 5px;
border: 1px solid #ccc;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.data-header-icon {
background-color: #fff;
padding: 10px;
flex: 0 0 auto;
position: relative;
width: 60px;
height: 60px;
border-right: 1px solid #ccc;
border-radius: 5px 0 0 5px;
}
.ideditor[dir='rtl'] .data-header-icon {
border-right: unset;
border-left: 1px solid #ccc;
border-radius: 0 5px 5px 0;
}
.data-header-icon .icon-wrap {
position: absolute;
top: 0px;
}
.data-header-label {
background-color: #f6f6f6;
padding: 0 15px;
flex: 1 1 100%;
font-size: 14px;
font-weight: bold;
border-radius: 0 5px 5px 0;
}
.ideditor[dir='rtl'] .data-header-label {
border-radius: 5px 0 0 5px;
}
/* custom data editor - no info/delete buttons */
.data-editor.raw-tag-editor .tag-row button {
display: none;
}
.data-editor.raw-tag-editor .tag-row .key-wrap,
.data-editor.raw-tag-editor .tag-row .value-wrap {
width: 50%;
}
.over-map {
position: relative;
height: 100%;
pointer-events: none;
display: flex;
flex-direction: row-reverse;
align-items: flex-end;
overflow: hidden;
}
.over-map > * {
pointer-events: auto;
z-index: 5;
}
/* offscreen this without hiding it */
.over-map .select-trap {
position: absolute;
right: -1000%;
opacity: 0;
}
/* Map Controls
------------------------------------------------------- */
.map-controls-wrap {
position: absolute;
left: 0;
right: 0;
height: 100%;
z-index: 100;
display: block;
overflow-x: hidden;
overflow-y: auto;
pointer-events: none;
-ms-overflow-style: none;
scrollbar-width: none;
}
.map-controls-wrap::-webkit-scrollbar {
display: none;
}
.map-controls {
right: 0;
top: 0;
width: 40px;
position: absolute;
bottom: 0;
display: flex;
flex-direction: column;
padding: 5px 0;
pointer-events: none;
}
.map-controls:before {
content: '';
display: inline-block;
pointer-events: none;
width: 40px;
height: 100%;
max-height: 70px;
flex: 0 1 auto;
}
.ideditor[dir='rtl'] .map-controls {
left: 0;
right: auto;
}
.map-control {
position: relative;
display: flex;
flex-direction: column;
}
.map-control > button {
position: relative;
width: 40px;
height: 40px;
background: rgba(0,0,0,.5);
border-radius: 0;
pointer-events: auto;
}
.map-control > button:not(.disabled):focus,
.map-control > button:not(.disabled):active {
background: rgba(0, 0, 0, .8);
}
.map-control > button.active,
.map-control > button.active:active {
background: #7092ff;
}
@media (hover: hover) {
.map-control > button:not(.disabled):hover {
background: rgba(0, 0, 0, .8);
}
.map-control > button.active:hover {
background: #7092ff;
}
}
.map-control > button.disabled .icon {
color: rgba(255, 255, 255, 0.5);
}
/* Fullscreen Button (disabled)
------------------------------------------------------- */
div.full-screen {
/*display: inline-block;*/
width: 40px;
margin-right: 10px;
display: none;
}
div.full-screen .tooltip {
min-width: 160px;
}
div.full-screen > button, div.full-screen > button.active {
width: 40px;
height: 40px;
background: transparent;
}
div.full-screen > button:active,
div.full-screen > button:focus {
background-color: rgba(0, 0, 0, .8);
}
@media (hover: hover) {
div.full-screen > button:hover {
background-color: rgba(0, 0, 0, .8);
}
}
/* Map Controls
------------------------------------------------------- */
/* Zoom in/out buttons */
.zoombuttons > button.zoom-in {
border-radius: 4px 0 0 0;
}
.ideditor[dir='rtl'] .zoombuttons > button.zoom-in {
border-radius: 0 4px 0 0;
}
/* Geolocate button */
.geolocate-control {
margin-bottom: 10px;
}
.geolocate-control > button {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .geolocate-control > button {
border-radius: 0 0 4px 0;
}
/* Zoom to selection button */
.zoom-to-selection-control .icon {
width: 22px;
height: 22px;
}
/* Background / Map Data / Help Pane buttons
------------------------------------------------------- */
.background-control > button {
border-radius: 4px 0 0 0;
}
.ideditor[dir='rtl'] .background-control > button {
border-radius: 0 4px 0 0;
}
.help-control > button {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .help-control > button {
border-radius: 0 0 4px 0;
}
/* Background / Map Data Settings
------------------------------------------------------- */
.imagery-faq {
margin-bottom: 10px;
white-space: nowrap;
}
.layer-list, .controls-list {
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}
.layer-list > li {
background-color: #fff;
color: #7092ff;
position: relative;
display: flex;
}
.layer-list:empty {
display: none;
}
.layer-list > li:first-child {
border-radius: 3px 3px 0 0;
}
.layer-list > li:last-child {
border-radius: 0 0 3px 3px;
}
.layer-list > li:only-child {
border-radius: 3px;
}
.layer-list li:not(:last-child) {
border-bottom: 1px solid #ccc;
}
.layer-list li:active {
background-color: #ececec;
}
@media (hover: hover) {
.layer-list li:hover {
background-color: #ececec;
}
}
.layer-list li.active button,
.layer-list li.switch button,
.layer-list li.active,
.layer-list li.switch {
background: #e8ebff;
}
.layer-list li.best > div.best {
padding: 5px;
flex: 0 0 auto;
}
.ideditor[dir='rtl'] .list-item-data-browse svg {
transform: rotateY(180deg);
}
/* make sure tooltip fits in map-control panel */
/* if too wide, placement will be wrong the first time it displays */
.layer-list li.best .popover-inner {
max-width: 160px;
}
.layer-list label {
padding: 5px 10px;
cursor: pointer;
flex: 1 1 auto;
display: flex;
align-items: center;
overflow: hidden;
}
.ideditor[dir='ltr'] .layer-list .indented label {
padding-left: 24px;
}
.ideditor[dir='rtl'] .layer-list .indented label {
padding-right: 24px;
}
.layer-list label > span {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex-grow: 1;
}
.layer-list input.list-item-input {
height: 2.2em;
padding: 0px 4px;
width: 50%;
min-width: 160px;
}
.map-data-pane .layer-list button,
.background-pane .layer-list button {
border-left: 1px solid #ccc;
border-radius: 0;
padding-left: 4px;
padding-right: 4px;
}
.ideditor[dir='rtl'] .map-data-pane .layer-list button,
.ideditor[dir='rtl'] .background-pane .layer-list button {
border-left: none;
border-right: 1px solid #ccc;
}
.map-data-pane .layer-list button .icon,
.background-pane .layer-list button .icon {
opacity: 0.5;
}
.map-data-pane .layer-list button:last-of-type,
.background-pane .layer-list button:last-of-type {
border-radius: 0 3px 3px 0;
}
.ideditor[dir='rtl'] .map-data-pane .layer-list button:last-of-type,
.ideditor[dir='rtl'] .background-pane .layer-list button:last-of-type {
border-radius: 3px 0 0 3px;
}
.map-data-pane .vectortile-container .vectortile-header {
padding-bottom: 5px;
}
.map-data-pane .vectortile-container .vectortile-footer {
padding-bottom: 10px;
}
/* Issues
------------------------------------------------------- */
.issue {
overflow: hidden;
}
.issue .issue-label,
.issue-label .issue-text {
width: 100%;
display: flex;
flex-flow: row nowrap;
cursor: pointer;
text-align: initial;
background: none;
}
.issue-text .issue-icon {
flex: 0 0 auto;
padding: 2px 3px;
}
.issue-text .issue-message {
flex: 1 1 auto;
padding: 4px 5px;
}
.issue-label .issue-autofix {
flex: 0 0 auto;
padding: 5px 8px;
}
.issue-label .issue-info-button {
height: unset;
width: 32px;
flex: 0 0 auto;
border-left: 1px solid #ccc;
background-color: rgba(0,0,0,0);
}
.ideditor[dir='rtl'] .issue-label .issue-info-button {
border-left: 0;
border-right: 1px solid #ccc;
}
.issue-container .issue-label .issue-info-button .icon {
opacity: 0.5;
}
.issue-container.active .issue-label .issue-info-button .icon {
opacity: 0.7;
}
.issue-label .issue-info-button:last-child {
border-radius: 0 4px 4px 0;
}
.ideditor[dir='rtl'] .issue-label .issue-info-button:last-child {
border-radius: 4px 0 0 4px;
}
button.autofix.action {
flex: 0 0 20px;
height: 20px;
width: 20px;
background: #7092ff;
color: #fff;
}
button.autofix.action:focus,
button.autofix.action:active,
button.autofix.action.active {
background: #597be7;
}
@media (hover: hover) {
button.autofix.action:hover {
background: #597be7;
}
}
/* fix all */
.autofix-all {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
margin-top: -25px;
padding-bottom: 5px;
}
.autofix-all-link-text {
padding: 0;
}
.autofix-all-link-icon svg {
margin: 0 9px;
background: currentColor;
border-radius: 4px;
}
.autofix-all-link-icon svg use {
color: #fff;
}
/* warning styles */
.warnings-list,
.warnings-list *,
.issue-container.active .issue.severity-warning,
.issue-container.active .issue.severity-warning * {
border-color: #fb2;
}
.warnings-list .issue.severity-warning .issue-label,
.issue.severity-warning .issue-fix-list,
.warning-section {
background: #ffc;
}
.issue-container.active .issue.severity-warning .issue-label {
background: #ffa;
}
.issue.severity-warning .issue-icon {
color: #f90;
}
.issue.severity-warning .issue-fix-item button.actionable,
.issue-container.active .issue.severity-warning .issue-info-button {
color: #b15500;
fill: #b15500;
}
.warnings-list .issue.severity-warning .issue-label:active,
.warnings-list .issue.severity-warning .issue-label:focus,
.issue.severity-warning .issue-fix-item button.actionable:active,
.issue.severity-warning .issue-fix-item button.actionable:focus {
background: #ff8;
}
.issue.severity-warning .issue-fix-item button.actionable:active,
.issue.severity-warning .issue-fix-item button.actionable:focus,
.issue-container.active .issue.severity-warning .issue-info-button:active,
.issue-container.active .issue.severity-warning .issue-info-button:focus {
color: #7f3d00;
fill: #7f3d00;
}
@media (hover: hover) {
.warnings-list .issue.severity-warning .issue-label:hover,
.issue.severity-warning .issue-fix-item button.actionable:hover {
background: #ff8;
}
.issue.severity-warning .issue-fix-item button.actionable:hover,
.issue-container.active .issue.severity-warning .issue-info-button:hover {
color: #7f3d00;
fill: #7f3d00;
}
}
/* error styles */
.errors-list,
.errors-list *,
.issue-container.active .issue.severity-error,
.issue-container.active .issue.severity-error * {
border-color: #f77;
}
.errors-list .issue.severity-error .issue-label,
.issue.severity-error .issue-fix-list,
.error-section {
background: #ffd6d6;
}
.issue-container.active .issue.severity-error .issue-label {
background: #ffc6c6;
}
.issue.severity-error .issue-fix-item button.actionable,
.issue-container.active .issue.severity-error .issue-info-button {
color: #b91201;
fill: #b91201;
}
.issue.severity-error .issue-icon {
color: #dd1400;
}
.errors-list .issue.severity-error .issue-label:active,
.errors-list .issue.severity-error .issue-label:focus,
.issue.severity-error .issue-fix-item button.actionable:active,
.issue.severity-error .issue-fix-item button.actionable:focus {
background: #ffb6b6;
}
.issue.severity-error .issue-fix-item button.actionable:active,
.issue.severity-error .issue-fix-item button.actionable:focus,
.issue-container.active .issue.severity-error .issue-info-button:active,
.issue-container.active .issue.severity-error .issue-info-button:focus {
color: #840c00;
fill: #840c00;
}
@media (hover: hover) {
.errors-list .issue.severity-error .issue-label:hover,
.issue.severity-error .issue-fix-item button.actionable:hover {
background: #ffb6b6;
}
.issue.severity-error .issue-fix-item button.actionable:hover,
.issue-container.active .issue.severity-error .issue-info-button:hover {
color: #840c00;
fill: #840c00;
}
}
/* Issues Pane */
.issues-options-container {
display: table;
}
.issues-option {
display: table-row;
}
.issues-option-title {
display: table-cell;
font-weight: bold;
padding-right: 10px;
}
.ideditor[dir='rtl'] .issues-option-title {
padding-right: 0;
padding-left: 10px;
}
.issues-option label {
display: table-cell;
padding: 0 10px;
white-space: nowrap;
}
.layer-list.issues-list li.issue {
border-color: inherit; /* override .layer-list styles */
color: inherit;
height: unset;
}
.layer-list.issue-rules-list,
.layer-list.issues-list,
.layer-list.layer-feature-list {
margin-bottom: 0;
}
.section-footer {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
height: 30px;
}
.section-footer a {
padding: 5px;
}
.section-issues-status .box {
border-radius: 4px;
border: 1px solid #72d979;
background: #c6ffca;
padding: 5px !important;
display: flex;
}
.section-issues-status .icon {
color: #05ac10;
}
input.square-degrees-input {
padding: 2px !important; /* important needed for rtl */
width: 3em;
height: 2em;
text-align: center;
background: rgba(0,0,0,0);
color: currentColor;
}
/* Entity Issues List */
.section-entity-issues .issue-container .issue {
border-radius: 4px;
border: 1px solid #ccc;
background: #f6f6f6;
}
.section-entity-issues .issue-container:not(.active) .issue-text:active,
.section-entity-issues .issue-container:not(.active) .issue-text:focus,
.section-entity-issues .issue-container:not(.active) .issue-info-button:active,
.section-entity-issues .issue-container:not(.active) .issue-info-button:focus {
background: #f1f1f1;
}
@media (hover: hover) {
.section-entity-issues .issue-container:not(.active) .issue-text:hover,
.section-entity-issues .issue-container:not(.active) .issue-info-button:hover {
background: #f1f1f1;
}
}
.section-entity-issues .issue .issue-label .issue-text {
padding-right: 10px;
}
.ideditor[dir='rtl'] .section-entity-issues .issue .issue-label .issue-text {
padding-right: unset;
padding-left: 10px;
}
.section-entity-issues .issue-container.active .issue-label button.issue-text {
font-weight: bold;
}
.section-entity-issues .issue-container:not(:last-of-type) {
margin-bottom: 5px;
}
.section-entity-issues .issue-container.active:not(:first-of-type) {
margin-top: 10px;
}
.section-entity-issues .issue-container.active:not(:last-of-type) {
margin-bottom: 10px;
}
/* fixes */
.section-entity-issues .issue-fix-list {
border-top: 1px solid;
border-color: inherit;
}
.section-entity-issues .issue-container.active .issue-fix-list:empty {
display: none;
}
li.issue-fix-item button {
padding: 2px 10px 2px 20px;
background: transparent;
width: 100%;
text-align: initial;
}
.ideditor[dir='rtl'] li.issue-fix-item button {
padding: 2px 20px 2px 10px;
}
li.issue-fix-item:first-of-type button {
padding-top: 5px;
}
li.issue-fix-item:last-of-type button {
padding-bottom: 5px;
}
li.issue-fix-item button .fix-message {
padding: 0 10px;
vertical-align: middle;
}
li.issue-fix-item button.actionable {
cursor: pointer;
}
li.issue-fix-item button:not(.actionable) .fix-icon {
color: #555;
fill: #555;
}
.issue-container:not(.active) ul.issue-fix-list {
display: none;
}
.issue-container:not(.active) .issue-info {
display: none;
}
.issue-info {
flex: 1 1 auto;
width: 100%;
overflow: hidden;
display: none;
padding: 10px 0;
}
.issue-info.expanded {
display: inline-block;
}
.issue-info .issue-reference {
margin-bottom: 10px;
}
.issue-info .tagDiff-table {
min-width: 60%;
width: unset;
border: 1px solid #ccc;
}
.issue-info .tagDiff-row {
border: 1px solid #ccc;
}
.issue-info .tagDiff-cell {
padding: 2px 10px;
font-family: monospace;
font-size: 10px;
border: 1px solid #ccc;
}
.issue-info .tagDiff-cell-add {
background: #dfd;
}
.issue-info .tagDiff-cell-remove {
background: #fdd;
}
/* Background - Display Options Sliders
------------------------------------------------------- */
.display-options-container {
padding: 10px;
}
.display-options-container label {
padding-bottom: 0;
padding-top: 10px;
}
.display-options-container label span {
font-weight: bold;
margin: 5px;
}
.display-control .control-wrap {
display: flex;
align-items: center;
width: 100%;
}
.display-control .display-option-input {
height: 20px;
flex: 1 1 100%;
}
.display-control button {
height: 30px;
width: 30px;
margin-left: 5px;
margin-right: 0px;
vertical-align: text-bottom;
border-radius: 4px;
flex: 0 0 auto;
}
.ideditor[dir='rtl'] .display-control button {
margin-left: 0px;
margin-right: 5px;
}
/* Background - Adjust Alignment
------------------------------------------------------- */
.background-pane .nudge-container {
border: 1px solid #ccc;
border-radius: 4px;
padding: 10px;
position: relative;
}
.nudge-container .nudge-controls-wrap {
position: relative;
width: 100%;
overflow: hidden;
}
.nudge-container .nudge-outer-rect {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 2px;
padding: 20px 0;
display: flex;
justify-content: center;
align-items: center;
margin: 45px;
cursor: move;
/* prevent scrolling pane while dragging on touchscreen */
touch-action: none;
/* disable drag-to-select */
user-select: none;
position: relative;
}
.nudge-container .nudge-inner-rect {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 2px;
width: 65%;
min-height: 20px;
}
.nudge-container .nudge::after {
content: '';
display: block;
position: absolute;
margin: auto;
left: 0; right: 0; top: 0; bottom: 0;
height: 0;
width: 0;
}
.nudge-container input {
width: 100%;
padding: 2px;
text-align: center;
border: 0;
}
.nudge-container input.error {
border: 1px solid #ff7878;
border-radius: 2px;
background: #ffb;
}
.nudge-container button {
position: absolute;
height: 40px;
width: 40px;
}
.nudge-container button.right,
.nudge-container button.left {
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
vertical-align: middle;
}
.nudge-container button.right {
right: 0;
}
.nudge-container button.left {
left: 0;
}
.nudge-container button.top,
.nudge-container button.bottom {
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.nudge-container button.top {
top: 0;
}
.nudge-container button.bottom {
bottom: 0;
}
.nudge-container button.nudge-reset {
right: 0;
bottom: 0;
}
.nudge-surface {
position: absolute;
z-index: 5000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
cursor: move;
}
.background-pane .nudge.right::after {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #222;
}
.background-pane .nudge.left::after {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #222;
}
.background-pane .nudge.top::after {
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid #222;
}
.background-pane .nudge.bottom::after {
border-right: 5px solid transparent;
border-left: 5px solid transparent;
border-top: 5px solid #222;
}
/* Side Panes - Background / Map Data / Help
------------------------------------------------------- */
.map-panes {
flex: 0 1 auto;
position: relative;
height: 100%;
max-width: 100%;
}
.map-pane {
position: relative;
top: 0;
width: 400px;
max-width: 100%;
height: 100%;
z-index: 10;
display: flex;
flex-direction: column;
}
.map-pane.help-pane {
width: 600px;
}
.pane-heading {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
border-bottom: 1px solid #ccc;
flex: 0 0 auto;
}
.pane-heading h2 {
margin: 14px 20px;
}
.pane-heading button {
width: 40px;
border-radius: 0;
}
.pane-content {
height: 100%;
padding: 10px 50px 20px 20px;
overflow-x: hidden;
overflow-y: scroll;
position: relative;
}
.ideditor[dir='rtl'] .pane-content {
padding: 10px 20px 20px 50px;
}
.help-pane .pane-content > div {
padding-bottom: 15px;
}
/* Help
------------------------------------------------------- */
.help-pane p {
font-size: 15px;
margin-bottom: 20px;
}
.help-pane .left-content .icon.inline,
.curtain-tooltip .icon.inline {
margin-right: 0;
margin-left: 0;
height: 1.34em;
width: 1.34em;
}
.help-pane .toc {
width: 100%;
max-width: 200px;
float: right;
margin-left: 20px;
margin-bottom: 20px;
padding-left: 5px;
}
.help-pane .toc li a,
.help-pane .nav a {
display: block;
border: 1px solid #ccc;
padding: 5px 10px;
}
.help-pane .toc li a {
border-bottom: 0;
}
.help-pane .toc li a:focus,
.help-pane .nav a:focus,
.help-pane .toc li a:active,
.help-pane .nav a:active {
background: #ececec;
}
@media (hover: hover) {
.help-pane .toc li a:hover,
.help-pane .nav a:hover {
background: #ececec;
}
}
.help-pane .toc li a.selected {
background: #e8ebff;
}
.help-pane .toc li:first-child a {
border-radius: 4px 4px 0 0;
}
.help-pane .toc li:nth-last-child(3) a {
border-bottom: 1px solid #ccc;
border-radius: 0 0 4px 4px
}
.help-pane .toc li.shortcuts a,
.help-pane .toc li.walkthrough a {
overflow: hidden;
margin-top: 10px;
border-bottom: 1px solid #ccc;
border-radius: 4px;
}
.help-pane .toc li.walkthrough a {
text-align: center;
}
.help-pane .nav {
position: relative;
padding-bottom: 30px;
}
.help-pane .nav a {
float: left;
width: 50%;
text-align: center;
}
.help-pane .nav a:first-child {
border-radius: 4px 0 0 4px;
}
.help-pane .nav a:last-child:not(:only-child) {
border-radius: 0 4px 4px 0;
border-left: 0;
}
.help-pane .nav a:only-child {
width: 100%;
border-radius: 4px;
}
/* Inspector (hover styles)
------------------------------------------------------- */
.inspector-hover .section-entity-issues .issue-container .issue .issue-label,
.inspector-hover .form-field-input-wrap .label,
.inspector-hover .form-field-input-multicombo .chiplist,
.inspector-hover .form-field-button,
.inspector-hover .structure-extras-wrap,
.inspector-hover .comments-container .comment,
.inspector-hover button,
.inspector-hover input,
.inspector-hover textarea,
.inspector-hover label {
background: #ececec;
}
.inspector-hover .preset-list-button,
.inspector-hover .tag-row input {
background: #f6f6f6;
}
.inspector-hover a,
.inspector-hover .form-field-input-multicombo .chip,
.inspector-hover .form-field-input-check span,
.inspector-hover .section-entity-issues .issue .icon {
color: #666;
}
.inspector-hover .form-field-input-multicombo .chip {
background: #eee;
border: 1px solid #ccc;
}
/* no scrollbars */
.inspector-hover div {
overflow-x: visible;
overflow-y: visible;
}
/* hide and remove from layout */
.inspector-hidden,
.inspector-hover .preset-list-button-wrap .tag-reference-button,
.inspector-hover label input[type="checkbox"],
.inspector-hover label input[type="radio"],
.inspector-hover .form-field-input-multicombo .input-wrap,
.inspector-hover .form-field-input-radio label,
.inspector-hover .form-field-input-radio label span,
.inspector-hover .form-field-input-radio label.remove .icon,
.inspector-hover .add-row,
.inspector-hover .section-entity-issues .issue-container .issue-fix-list,
.inspector-hover .section-entity-issues .issue-container .issue-info-button {
display: none;
}
/* hide but preserve in layout */
.inspector-hover .combobox-caret,
.inspector-hover .header button,
.inspector-hover .quick-links,
.inspector-hover .form-field-input-multicombo .chip .remove,
.inspector-hover .hide-toggle:before,
.inspector-hover .more-fields,
.inspector-hover .field-label button,
.inspector-hover .tag-row button,
.inspector-hover .footer * {
opacity: 0;
}
/* Unstyle the active entity issue on hover */
.inspector-hover .section-entity-issues .issue-container.active {
margin-top: 1px;
margin-bottom: 1px;
}
.inspector-hover .section-entity-issues .issue-container * {
border-color: #ccc !important;
}
.inspector-hover .section-entity-issues .issue-container.active .issue-label {
border-bottom: 0;
}
.inspector-hover .section-entity-issues .issue-container.active .issue-label button.issue-text {
font-weight: normal;
}
/* Styles for raw tag inspector on hover */
.inspector-hover .tag-row .key-wrap,
.inspector-hover .tag-row .value-wrap {
height: 31px;
}
.inspector-hover .tag-row:first-child input.value {
border-top-right-radius: 4px;
}
.ideditor[dir='rtl'] .inspector-hover .tag-row:first-child input.value {
border-top-right-radius: 0;
border-top-left-radius: 4px;
}
.inspector-hover .tag-row:last-child input.value {
border-bottom-right-radius: 4px;
}
.ideditor[dir='rtl'] .inspector-hover .tag-row:last-child input.value {
border-bottom-right-radius: 0;
border-bottom-left-radius: 4px;
}
.inspector-hover .tag-row:last-child input.key {
border-bottom-left-radius: 4px;
}
.ideditor[dir='rtl'] .inspector-hover .tag-row:last-child input.key {
border-bottom-left-radius: 0;
border-bottom-right-radius: 4px;
}
.inspector-hover .more-fields {
max-height: 0;
margin-bottom: -10px;
}
/* Unstyle button fields */
.inspector-hover .form-field-input-radio label.active,
.inspector-hover .entity-editor-pane a.hide-toggle {
opacity: 1;
background-color: transparent;
color: #666;
padding-left: 0;
border-width: 0;
}
.inspector-hover .form-field-input-radio button.active {
padding-left: 10px;
}
/* Show placeholder on hover for radio buttons */
.inspector-hover .form-field-input-radio {
border: 1px solid #ccc;
border-top: 0;
border-radius: 0 0 4px 4px;
}
.inspector-hover .form-field-input-radio .placeholder {
opacity: 1;
color: #666;
padding: 5px 10px;
width: 100%;
height: auto;
border: 0;
}
.inspector-hover .form-field-input-radio .structure-extras-wrap {
border: 0;
}
/* Raster Background Tiles
------------------------------------------------------- */
img.tile {
position: absolute;
transform-origin: 0 0;
user-select: none;
pointer-events: none;
-webkit-user-drag: none;
opacity: 0;
transition: opacity 200ms linear;
}
img.tile-loaded {
opacity: 1;
}
img.tile-removing {
opacity: 0;
}
.tile-label-debug {
font-size: 10px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
position: absolute;
text-align: center;
padding: 5px;
border-radius: 3px;
z-index: 2;
margin-left: -70px;
margin-top: -20px;
transform-origin: 0 0;
user-select: none;
}
img.tile-debug {
outline: 1px solid red;
}
/* Map
------------------------------------------------------- */
.main-map {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
height: 100%;
width: 100%;
background: #000;
user-select: none;
touch-action: none;
-webkit-touch-callout: none;
}
.main-map * {
touch-action: none;
}
.supersurface {
transform-origin: 0 0;
}
.supersurface, .layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* Map-In-Map
------------------------------------------------------- */
.map-in-map {
position: absolute;
overflow: hidden;
top: 10px;
width: 200px;
height: 150px;
z-index: 2;
background: #000;
border: #aaa 1px solid;
box-shadow: 0 0 2em black;
}
.ideditor[dir='ltr'] .map-in-map {
left: 10px;
}
.ideditor[dir='rtl'] .map-in-map {
right: 10px;
}
.map-in-map-tiles {
transform-origin: 0 0;
user-select: none;
}
.map-in-map-viewport,
.map-in-map-data {
top: 0;
left: 0;
overflow: hidden;
height: 100%;
width: 100%;
}
.map-in-map-viewport {
position: absolute;
}
.map-in-map-data {
position: relative;
z-index: 10;
}
.map-in-map-bbox {
fill: none;
stroke: rgba(255, 255, 0, 0.75);
stroke-width: 1;
shape-rendering: crispEdges;
}
.map-in-map-bbox.thick {
stroke-width: 5;
}
/* Debug Data
------------------------------------------------------- */
.debug {
stroke: currentColor;
fill: none;
stroke-width: 2;
}
.map-in-map-data .debug {
stroke-width: 1;
}
.nocolor { color: rgba(0, 0, 0, 0); }
.red { color: rgba(255, 0, 0, 0.75); }
.green { color: rgba(0, 255, 0, 0.75); }
.blue { color: rgba(176, 176, 255, 0.75); }
.yellow { color: rgba(255, 255, 0, 0.75); }
.cyan { color: rgba(0, 255, 255, 0.75); }
.magenta { color: rgba(255, 0, 255, 0.75); }
.orange { color: rgba(255, 153, 0, 0.75); }
.pink { color: rgba(255, 0, 153, 0.75); }
.purple { color: rgba(153, 0, 255, 0.75); }
.debug-legend {
position: absolute;
top: 70px;
right: 80px;
padding: 5px;
border-radius: 4px;
pointer-events: none;
}
.debug-legend-item {
padding-right: 5px;
}
.debug-legend-item:before {
content: "\25A0";
padding: 0 5px;
}
/* Information Panels
------------------------------------------------------- */
.info-panels {
display: flex;
flex-flow: row wrap-reverse;
justify-content: flex-end;
width: 100%;
z-index: 1;
-ms-user-select: element;
pointer-events: none;
overflow: hidden;
}
.panel-container h1,
.panel-container h2,
.panel-container h3,
.panel-container h4,
.panel-container h5 {
display: inline-block;
margin-bottom: 0;
}
.panel-container h1,
.panel-container h2,
.panel-container h3 {
color: #ff8;
}
.panel-container {
flex: 0 0 auto;
margin: 0 2px 2px 0;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.75);
padding-bottom: 10px;
width: 250px;
max-width: 100%;
pointer-events: auto;
}
.panel-container .panel-title {
border-radius: 4px 4px 0 0;
}
.panel-title {
padding: 5px 10px;
display: flex;
justify-content: space-between;
}
.panel-title button.close {
padding: 2px;
background: none;
color: #ddd;
}
.ideditor[dir='rtl'] .panel-title button.close {
float: left;
}
.panel-title button.close:focus,
.panel-title button.close:active {
color: #fff;
}
@media (hover: hover) {
.panel-title button.close:hover {
color: #fff;
}
}
.panel-title button.close .icon {
height: 20px;
width: 16px;
}
.panel-content {
padding: 5px 10px;
position: relative;
}
.panel-content ul:empty {
display: none;
}
.panel-content li span:not(.localized-text) {
display: inline-block;
white-space: nowrap;
margin: 0 8px;
}
.panel-content .button {
display: inline-block;
background: #7092ff;
border-radius: 2px;
padding: 0 4px;
margin-top: 10px;
margin-right: 10px;
color: #fff;
}
.ideditor[dir='rtl'] .panel-content .button {
margin-right: auto;
margin-left: 10px;
}
.panel-content-history .links a {
margin-left: 8px;
}
.ideditor[dir='rtl'] .panel-content-history .links a {
margin-left: auto;
margin-right: 8px;
}
.panel-content-history h4 {
padding-bottom: 0;
}
.panel-content-location .location-info {
margin-top: 10px;
}
/* Map Footer
------------------------------------------------------- */
.map-footer {
width: 100%;
position: relative;
border-radius: 0;
pointer-events: none;
display: flex;
flex-direction: column;
-ms-user-select: element;
flex: 0 0 auto;
}
.map-footer-bar {
pointer-events: all;
display: block;
height: 2.5em;
position: relative;
}
.main-footer-wrap,
.flash-wrap {
display: flex;
flex: 0 0 100%;
flex-flow: row nowrap;
justify-content: space-between;
height: 100%;
position: absolute;
right: 0;
left: 0;
}
.footer-show {
bottom: 0px;
transition: bottom 75ms linear;
}
.footer-hide {
bottom: -100%;
transition: bottom 75ms linear;
}
/* Attribution
------------------------------------------------------- */
.attribution-wrap {
position: absolute;
bottom: 5px;
left: 5px;
right: 5px;
display: flex;
justify-content: space-between;
align-items: flex-end;
z-index: 0;
pointer-events: none;
}
.attribution-wrap > * {
pointer-events: auto;
}
.attribution-wrap .base-layer-attribution,
.attribution-wrap .overlay-layer-attribution {
color: #ccc;
font-size: 10px;
}
.attribution-wrap .overlay-layer-attribution {
text-align: right;
}
.attribution-wrap .overlay-layer-attribution .attribution:not(:last-child):after {
content: '; ';
}
.attribution-wrap .attribution a,
.attribution-wrap .attribution a:visited {
color: #ccf;
}
.attribution-wrap .attribution a:focus,
.attribution-wrap .attribution a:hover {
color: #aaf;
}
@media (hover: hover) {
.attribution-wrap .attribution a:hover {
color: #aaf;
}
}
.attribution-wrap .attribution .source-image {
height: 20px;
vertical-align: middle;
border-radius: 3px;
}
.attribution-wrap .attribution span {
margin: 0 3px;
}
/* Footer - Flash messages
------------------------------------------------------- */
.flash-content {
display: flex;
flex: 1 0 auto;
flex-flow: row nowrap;
align-items: center;
padding: 2px;
}
.flash-icon {
flex: 0 0 auto;
width: 20px;
height: 20px;
margin: 0 8px;
}
.flash-icon circle {
fill: #eee;
}
.flash-icon.disabled circle {
cursor: auto;
fill: rgba(255,255,255,0.7);
}
.flash-icon use {
color: #222;
}
.flash-icon.disabled use,
.flash-icon.operation.disabled use {
fill: rgba(32,32,32,0.7);
color: rgba(40,40,40,0.7);
}
.flash-text {
flex: 1 1 auto;
}
/* Scale bar
------------------------------------------------------- */
.map-footer-bar .scale-block {
vertical-align: bottom;
width: 250px;
flex: 0 0 auto;
user-select: none;
height: 30px;
align-self: center;
}
.scale-block .scale {
height: 100%;
width: 100%;
cursor: pointer;
display: block;
}
.ideditor[dir='rtl'] .scale-block .scale {
transform: scaleX(-1);
}
.scale-block .scale-text {
display: inline-block;
position: absolute;
color: #ccc;
top: 0.45em;
}
.scale-block .scale path {
fill: none;
stroke: #ccc;
stroke-width: 1;
shape-rendering: crispEdges;
}
/* Footer - About, Source Switcher
------------------------------------------------------- */
.map-footer-bar .info-block {
flex: 1 1 100%;
overflow: hidden;
}
.map-footer-list {
display: flex;
flex-flow: row nowrap;
height: 100%;
justify-content: flex-end;
}
.map-footer-list li {
height: 100%;
display: flex;
align-items: center;
white-space: nowrap;
padding: 5px;
}
.ideditor[dir='ltr'] .map-footer-list li:not(:last-child) {
border-right: 1px solid rgba(255,255,255,.5);
}
.ideditor[dir='rtl'] .map-footer-list li:not(:last-child) {
border-left: 1px solid rgba(255,255,255,.5);
}
.map-footer-list li:empty {
display: none;
}
.map-footer-list a.chip {
padding: 1px 4px 1px 4px;
border-radius: 2px;
color: #eee;
}
.map-footer-list a.chip .icon {
width: 14px;
height: 14px;
margin-top: -2px;
}
.map-footer-list a.chip span.count {
margin: 0 3px;
}
.source-switch a.chip.live {
background: #d32232;
color: #fff;
}
.feature-warning a.chip {
background: #1e90ff;
}
.issues-info a.chip.resolved-count {
background: #15911E;
}
.issues-info a.chip.warnings-count {
background: #DF8500;
}
.ideditor[dir='ltr'] .issues-info a.chip:not(:last-child) {
margin-right: 5px;
}
.ideditor[dir='rtl'] .issues-info a.chip:not(:last-child) {
margin-left: 5px;
}
.user-list a:not(:last-child):after {
content: ', ';
}
.api-status {
text-align: right;
padding: 1px 10px;
color: #eee;
flex: 1 1 auto;
}
.ideditor[dir='rtl'] .api-status {
text-align: left;
}
.api-status:empty {
display: none;
}
.api-status.offline,
.api-status.readonly,
.api-status.error {
background: #a22;
}
.api-status a {
text-decoration: underline;
color: #ccc;
pointer-events: all;
}
.api-status a:focus,
.api-status a:active {
color: inherit;
}
@media (hover: hover) {
.api-status a:hover {
color: inherit;
}
}
.local-storage-full {
display: block;
width: 100%;
}
/* Notification Badges
------------------------------------------------------- */
/* For an icon (e.g. new version) */
.badge {
display: inline-flex;
background: #d32232;
width: 21px;
height: 21px;
border-radius: 50%;
align-items: center;
justify-content: center;
}
.ideditor[dir='ltr'] .badge {
margin-left: 6px;
}
.ideditor[dir='rtl'] .badge {
margin-right: 6px;
}
.badge .icon {
vertical-align: baseline;
width: 11px;
height: 11px;
color: #fff;
flex: 0 0 auto;
}
/* For text (e.g. upcoming events) */
.badge-text {
display: inline-block;
color: #fff;
text-align: center;
width: 16px;
height: 16px;
font-size: 10px;
font-weight: bold;
margin-left: 5px;
background: #f00;
border-radius: 9px;
}
.ideditor[dir='rtl'] .badge-text {
margin-left: 0;
margin-right: 5px;
}
/* Modals / Prompts
------------------------------------------------------- */
.modal {
top: 5%;
max-height: 90%;
position: relative;
border-radius: 3px;
overflow: hidden;
margin: auto;
z-index: 50;
width: 80%;
min-width: 200px;
max-width: 550px;
display: flex;
flex-direction: column;
}
.modal .content {
overflow-x: hidden;
overflow-y: auto;
}
.modal .loader {
margin-bottom: 10px;
}
.modal .description {
text-align: center;
}
.shaded {
z-index: 5000;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
}
.shaded:before {
content:'';
background: rgba(0,0,0,0.5);
position: absolute;
left: 0px; right: 0px; top: 0px; bottom: 0px;
}
.modal-section {
padding: 20px;
border-bottom: 1px solid #ccc;
}
.modal-section p:not(:last-of-type) {
padding-bottom: 20px;
}
.modal-section h4 {
padding-bottom: 0;
}
.modal-section.buttons {
text-align: center;
}
.modal-section.buttons button {
min-width: 130px;
}
.modal-section.buttons .action {
display: inline-block;
margin: 0 10px;
}
.save-section .buttons {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.save-section .buttons .action,
.save-section .buttons .secondary-action {
width: 45%;
margin: 10px auto;
text-align: center;
vertical-align: middle;
}
.loading-modal {
text-align: center;
}
.modal-actions {
display: flex;
}
.modal-actions button {
color: #7092ff;
border-bottom: 1px solid #ccc;
border-radius: 0;
min-height: 160px;
text-align: center;
width: 100%;
}
.logo-small {
height: 40px;
width: 40px;
margin: auto;
}
.logo {
height: 100px;
width: 100%;
max-width: 100px;
margin: auto;
}
.modal-actions > :first-child {
border-right: 1px solid #ccc;
}
.modal-section:last-child {
border-bottom: 0;
}
/* Restore Modal
------------------------------------------------------- */
.modal-actions .logo-restore {
color: #7092ff;
}
.modal-actions .logo-reset {
color: #e06c5e;
}
/* Success Screen / Community Index
------------------------------------------------------- */
.save-success.body {
overflow-y: scroll;
overflow-x: hidden;
}
.save-success .link-out {
margin: 0px 5px;
white-space: nowrap;
}
.save-summary,
.save-communityLinks {
padding: 0px 20px 15px 20px;
}
.save-communityLinks {
border-top: 1px solid #ccc;
}
.save-success table,
.save-success p {
margin-top: 15px;
}
.save-success h3 {
font-size: 14px;
margin-top: 15px;
line-height: 1.5;
padding-bottom: 0;
}
.save-success td {
vertical-align: top;
}
.save-success td.cell-icon {
width: 40px;
}
.save-success td.cell-detail {
padding: 0 10px;
}
.save-success td.community-detail {
padding-bottom: 15px;
}
.save-success .community-table h3 {
margin: 0;
}
.summary-view-on-osm,
.community-name {
font-size: 14px;
font-weight: bold;
}
.community-languages {
margin-top: 5px;
font-style: italic;
}
.community-languages:only-child {
margin-top: 0;
}
.community-detail a.hide-toggle,
.community-detail a:visited.hide-toggle {
font-size: 12px;
font-weight: normal;
padding-bottom: 0;
}
.community-detail .hide-toggle svg.icon.pre-text {
width: 12px;
height: 15px;
}
.community-events {
margin-top: 5px;
}
.community-event,
.community-more {
background-color: #efefef;
padding: 8px;
border-radius: 4px;
margin-bottom: 5px;
}
.community-event-name {
font-size: 14px;
font-weight: bold;
}
.community-event-when {
font-weight: bold;
}
.community-missing {
padding: 10px;
text-align: center;
}
/* Splash Modal
------------------------------------------------------- */
.modal-actions .logo-walkthrough,
.modal-actions .logo-features {
color: #7092ff;
}
.modal-splash .section-preferences-third-party {
margin-top: 20px;
}
.modal-splash .section-preferences-third-party .privacy-link {
display: none;
}
/* Shortcuts Modal
------------------------------------------------------- */
.modal-shortcuts {
width: 90%;
max-width: 1050px;
}
.modal-shortcuts .modal-section:last-child {
padding: 10px 15px 20px 15px;
min-height: 275px;
}
.modal-shortcuts .tabs-bar {
padding-bottom: 5px;
text-align: center;
}
.modal-shortcuts a.tab {
display: inline-block;
padding: 5px 10px;
margin: 0 5px;
cursor: pointer;
color: #666;
font-size: 16px;
font-weight: bold;
}
.modal-shortcuts a.tab.active {
color: #7092ff;
border-bottom: 2px solid;
}
.modal-shortcuts a.tab:focus,
.modal-shortcuts a.tab:active {
color: #597be7;
background-color: #efefef;
}
@media (hover: hover) {
.modal-shortcuts a.tab:hover {
color: #597be7;
background-color: #efefef;
}
}
.modal-shortcuts .shortcut-tab {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.modal-shortcuts .shortcut-column {
width: auto;
}
.modal-shortcuts .shortcut-tab-tools .shortcut-column {
flex: 1 1 100%;
width: 100%;
}
.modal-shortcuts td {
padding-bottom: 5px;
}
.modal-shortcuts .shortcut-section {
padding: 20px 0 10px 0;
}
.modal-shortcuts .shortcut-keys {
padding: 0 10px;
color: #767676;
text-align: right;
white-space: nowrap;
}
.ideditor[dir='rtl'] .modal-shortcuts .shortcut-keys {
text-align: left;
}
.modal-shortcuts .shortcut-keys kbd {
color: #555;
}
.modal-shortcuts .shortcut-keys .gesture {
color: #333;
padding: 3px;
}
/* Settings Modals
------------------------------------------------------- */
.settings-modal textarea {
height: 70px;
width: 100%;
}
.settings-custom-background .instructions-template {
margin-bottom: 20px;
}
.settings-custom-background .instructions-template p {
margin-bottom: 0;
}
.settings-custom-background .instructions-template ul {
padding-bottom: 20px;
}
.settings-custom-background .instructions-template ul li {
list-style-type: disc;
list-style-position: inside;
}
.settings-custom-data .instructions-url {
margin-bottom: 10px;
}
.settings-custom-data .field-file,
.settings-custom-data .instructions-template {
margin-bottom: 20px;
}
/* Save Mode
------------------------------------------------------- */
a.user-info {
display: inline-block;
}
.commit-form {
margin-bottom: 0;
}
.user-info img {
float: left;
}
.note-save .field-warning,
.field-warning {
background: #ffb;
border: 1px solid #ccc;
border-radius: 4px;
padding: 10px;
}
.note-save .field-warning:empty,
.field-warning:empty {
display: none;
}
.field-warning,
.changeset-info,
.request-review,
.commit-info {
margin-bottom: 10px;
}
.request-review label {
cursor: pointer;
}
.changeset-list {
border: 1px solid #ccc;
border-radius: 4px;
background: #fff;
margin-bottom: 10px;
overflow: hidden;
}
.changeset-list li button {
padding: 5px 10px;
width: 100%;
border-radius: 0;
text-align: initial;
}
.changeset-list li {
border-top: 1px solid #ccc;
}
.changeset-list li:first-child {
border-top: 0;
}
.changeset-list .alert {
opacity: 0.5;
}
/* Conflict resolution
------------------------------------------------------- */
.conflicts-help {
padding: 20px;
background-color: #ffffbb;
border-bottom: 1px solid #ccc;
}
.conflicts-buttons {
padding: 20px;
}
button.conflicts-button {
float: left;
}
.conflict-container {
border-bottom: 1px solid #ccc;
}
.conflict-description {
padding: 5px 20px;
display: block;
}
.conflicts-done {
padding: 20px 20px 0 20px;
}
.conflict-detail-container {
padding: 10px 20px;
}
.conflict-count {
padding: 10px 20px;
}
.conflict-choices {
margin-top: 10px;
}
.conflict-nav-buttons {
padding: 10px 0 20px 0;
}
.conflict-nav-button {
height: 30px;
}
/* Notices (Zoom in to Edit)
------------------------------------------------------- */
.notice {
position: absolute;
top: 15px;
left: 0;
right: 0;
text-align: center;
}
.notice .zoom-to {
margin: auto;
width: 300px;
padding: 20px 5px;
font-size: 150%;
border-radius: 8px;
font-weight: bold;
}
.notice .zoom-to:focus,
.notice .zoom-to:active {
background: rgba(0,0,0,0.6);
}
@media (hover: hover) {
.notice .zoom-to:hover {
background: rgba(0,0,0,0.6);
}
}
.notice .zoom-to .icon {
width: 30px;
height: 30px;
vertical-align: middle;
margin-right: 10px;
}
.ideditor[dir='rtl'] .notice .zoom-to .icon {
margin-left: 10px;
margin-right: 0;
}
/* Tooltips
------------------------------------------------------- */
.popover {
position: absolute;
display: none;
}
.tooltip {
color: #333;
font-size: 12px;
white-space: initial;
}
.tooltip:not(.curtain-tooltip) {
pointer-events: none;
}
.popover.in {
z-index: 5000;
height: auto;
display: block;
}
.tooltip.in {
opacity: 0.95;
}
.popover.top {
margin-top: -4px;
}
.popover.right {
margin-left: 4px;
}
.popover.bottom {
margin-top: 4px;
}
.popover.left {
margin-left: -4px;
}
.popover.arrowed.top {
margin-top: -10px;
}
.popover.arrowed.right {
margin-left: 10px;
}
.popover.arrowed.bottom {
margin-top: 10px;
}
.popover.arrowed.left {
margin-left: -10px;
}
.bar-button .tooltip.arrowed.bottom {
margin-top: 20px;
}
.tooltip.top {
text-align: center;
}
.tooltip.right {
text-align: left;
}
.tooltip.bottom {
text-align: center;
}
.tooltip.left {
text-align: right;
}
.popover-inner {
border-radius: inherit;
}
.tooltip .popover-inner {
border-radius: 4px;
max-width: 200px;
min-width: 80px;
padding: 10px;
font-weight: normal;
background-color: #fff;
}
.popover-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover.top .popover-arrow {
bottom: -5px;
left: 50%;
margin-left: -5px;
border-top-color: #fff;
border-width: 5px 5px 0;
}
.popover.right .popover-arrow {
top: 50%;
left: -5px;
margin-top: -5px;
border-right-color: #fff;
border-width: 5px 5px 5px 0;
}
.popover.left .popover-arrow {
top: 50%;
right: -5px;
margin-top: -5px;
border-left-color: #fff;
border-width: 5px 0 5px 5px;
}
.popover.bottom .popover-arrow {
top: -5px;
left: 50%;
margin-left: -5px;
border-bottom-color: #fff;
border-width: 0 5px 5px;
}
.popover:not(.arrowed) .popover-arrow {
display: none;
}
.tooltip-heading {
font-weight: bold;
background: #f6f6f6;
padding: 10px;
margin: -10px -10px 10px -10px;
border-radius: 3px 3px 0 0;
font-size: 14px;
}
.keyhint-wrap {
background: #f6f6f6;
padding: 10px;
margin: 10px -10px -10px -10px;
border-radius: 0 0 3px 3px;
}
.popover-inner .shortcut {
font-weight: bold;
margin-left: 5px;
}
.ideditor[dir='rtl'] .popover-inner .shortcut {
margin-left: 0;
margin-right: 5px;
}
/* dark tooltips for sidebar / panels */
.tooltip.dark.top .popover-arrow,
.map-pane .tooltip.top .popover-arrow,
.sidebar .tooltip.top .popover-arrow,
.modal .tooltip.top .popover-arrow {
border-top-color: #000;
}
.tooltip.dark.bottom .popover-arrow,
.map-pane .tooltip.bottom .popover-arrow,
.sidebar .tooltip.bottom .popover-arrow,
.modal .tooltip.bottom .popover-arrow {
border-bottom-color: #000;
}
.tooltip.dark.left .popover-arrow,
.map-pane .tooltip.left .popover-arrow,
.sidebar .tooltip.left .popover-arrow,
.modal .tooltip.left .popover-arrow {
border-left-color: #000;
}
.tooltip.dark.right .popover-arrow,
.map-pane .tooltip.right .popover-arrow,
.sidebar .tooltip.right .popover-arrow,
.modal .tooltip.right .popover-arrow {
border-right-color: #000;
}
.tooltip.dark .popover-inner,
.tooltip.dark .tooltip-heading,
.tooltip.dark .keyhint-wrap,
.map-pane .popover-inner,
.map-pane .tooltip-heading,
.map-pane .keyhint-wrap,
.sidebar .popover-inner,
.sidebar .tooltip-heading,
.sidebar .keyhint-wrap,
.modal .popover-inner {
background: #000;
color: #ccc;
}
.tooltip.dark kbd,
.map-pane .tooltip kbd,
.sidebar .tooltip kbd {
background-color: #666;
border: solid 1px #444;
border-bottom-color: #333;
box-shadow: inset 0 -1px 0 #333;
color: #eee;
}
/* Exceptions for tooltip layouts */
/* commit warning tooltips need to be closer */
.warning-section .tooltip.top {
margin-top: -5px;
}
li:first-of-type .badge .tooltip,
li.hide + li.version .badge .tooltip {
left: auto !important;
right: 5px !important;
}
.ideditor[dir='rtl'] li:first-of-type .badge .tooltip,
.ideditor[dir='rtl'] li.hide + li.version .badge .tooltip {
left: 5px !important;
right: auto !important;
}
li:first-of-type .badge .tooltip .popover-arrow,
li.hide + li.version .badge .tooltip .popover-arrow {
right: 15px !important;
left: auto !important;
}
.ideditor[dir='rtl'] li:first-of-type .badge .tooltip .popover-arrow,
.ideditor[dir='rtl'] li.hide + li.version .badge .tooltip .popover-arrow {
left: 15px !important;
right: auto !important;
}
/* Contextual Edit Menu
------------------------------------------------------- */
.edit-menu {
position: absolute;
display: flex;
flex-direction: column;
background: #fff;
border-radius: 4px;
/* padding is set in edit_menu.js */
}
.edit-menu .tooltip {
width: 200px; /* see also edit_menu.js */
}
.edit-menu-item {
display: flex;
align-items: center;
border-radius: 0;
padding: 0 12px;
/* height is set in edit_menu.js */
}
.edit-menu-item .label {
max-width: 120px;
text-align: initial;
line-height: 1.1em;
font-weight: bold;
}
.ideditor[dir='ltr'] .edit-menu-item .label {
margin-left: 8px;
}
.ideditor[dir='rtl'] .edit-menu-item .label {
margin-right: 8px;
}
.edit-menu-item use {
pointer-events: none;
}
/* Lasso
------------------------------------------------------- */
.lasso-path {
fill-opacity: 0.3;
stroke: #fff;
stroke-width: 1;
stroke-opacity: 1;
stroke-dasharray: 5, 5;
}
/* Scrollbars
----------------------------------------------------- */
::-webkit-scrollbar {
height: 20px;
overflow: visible;
width: 10px;
background: #fff;
border-left: 1px solid #DDD;
}
::-webkit-scrollbar-track {
background-clip: padding-box;
border: solid transparent;
border-width: 0;
}
::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.2);
background-clip: padding-box;
border: solid transparent;
border-width: 3px 3px 3px 4px;
border-radius: 6px;
}
::-webkit-scrollbar-track:active {
background-color: rgba(0,0,0,.05);
}
@media (hover: hover) {
::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,.05);
}
}
/* Intro walkthrough
----------------------------------------------------- */
.curtain {
z-index: 1000;
pointer-events: none;
position: absolute;
}
.curtain-darkness {
pointer-events: all;
fill-opacity: 0.7;
fill: #222;
fill-rule: evenodd;
}
.intro-nav-wrap {
display: flex;
flex-direction: row;
position: absolute;
left: 0;
right: 0;
bottom: 30px;
padding: 10px;
z-index: 1001;
}
.intro-nav-wrap .intro-nav-wrap-logo {
flex: 0 0 auto;
height: 40px;
width: 40px;
color: #fff;
margin: 0px 20px;
vertical-align: middle;
}
.intro-nav-wrap .joined {
flex: 1 1 auto;
display: flex;
flex-direction: row;
}
.intro-nav-wrap button.chapter {
flex: 1 1 100%;
padding: 0px 5px;
font-weight: bold;
}
.intro-nav-wrap button.chapter.next {
animation-duration: 1s;
animation-name: pulse;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes pulse {
from { background: #7092ff; }
to { background: #c6d4ff; }
}
.intro-nav-wrap button.chapter.finished {
background: #8cd05f;
}
.intro-nav-wrap button.chapter .status {
display: none;
}
.intro-nav-wrap button.chapter.finished .status {
display: inline-block;
}
.curtain-tooltip {
z-index: 1002;
}
.curtain-tooltip.tooltip.in {
opacity: 1;
}
.curtain-tooltip.tooltip {
text-align: left;
}
.ideditor[dir='rtl'] .curtain-tooltip.tooltip {
text-align: right;
}
.curtain-tooltip .popover-inner {
font-size: 15px;
position: relative;
padding: 20px;
}
.curtain-tooltip .popover-inner .button-section,
.curtain-tooltip .popover-inner .instruction {
font-weight: bold;
display: block;
border-top: 1px solid #ccc;
margin-top: 10px;
margin-left: -20px;
margin-right: -20px;
padding: 10px 20px 0 20px;
}
.curtain-tooltip .popover-inner .button-section button {
width: 66.6666%;
}
.curtain-tooltip .popover-inner .instruction:only-child {
border: 0;
padding: 0;
margin: 0;
}
.curtain-tooltip .popover-inner .icon.pre-text {
vertical-align: text-top;
margin-right: 0;
margin-left: 0;
display: inline-block;
}
.curtain-tooltip.intro-points-describe ,
.curtain-tooltip.intro-lines-name_road {
top: 133px !important;
}
.tooltip-illustration {
height: 80px;
width: 200px;
margin-left: -20px;
margin-top: -10px;
}
.ideditor[dir='rtl'] .tooltip-illustration {
margin-left: auto;
margin-right: -20px;
}
.curtain-tooltip.intro-mouse {
user-select: none;
}
.curtain-tooltip.intro-mouse .counter {
position: absolute;
display: block;
top: 50px;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 14px;
z-index: 1003;
}
.curtain-tooltip.intro-mouse .tooltip-illustration use {
fill: rgba(112, 146, 255, 0);
color: rgba(112, 146, 255, 0);
}
.curtain-tooltip.intro-mouse.leftclick .tooltip-illustration use {
fill: rgba(112, 146, 255, 1);
}
.curtain-tooltip.intro-mouse.rightclick .tooltip-illustration use {
color: rgba(112, 146, 255, 1);
}
.huge-modal-button {
width: 100%;
padding: 20px;
}
.huge-modal-button .illustration {
height: 100px;
width: 100px;
color: #7092ff;
}
|
source/stylesheets/skeleton.css | rumtraubenuss/cv-bs | /*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box; }
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0; }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 80%; }
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns { width: 4.66666666667%; }
.two.columns { width: 13.3333333333%; }
.three.columns { width: 22%; }
.four.columns { width: 30.6666666667%; }
.five.columns { width: 39.3333333333%; }
.six.columns { width: 48%; }
.seven.columns { width: 56.6666666667%; }
.eight.columns { width: 65.3333333333%; }
.nine.columns { width: 74.0%; }
.ten.columns { width: 82.6666666667%; }
.eleven.columns { width: 91.3333333333%; }
.twelve.columns { width: 100%; margin-left: 0; }
.one-third.column { width: 30.6666666667%; }
.two-thirds.column { width: 65.3333333333%; }
.one-half.column { width: 48%; }
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns { margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns { margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns { margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns { margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns { margin-left: 52%; }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
/*font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
color: #222; }
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
font-family: "Merriweather";
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
/*h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;}*/
/*h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }*/
/*h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }*/
/*h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }*/
/*h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }*/
/*h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }*/
h1 { font-size: 3.0rem; line-height: 1.2; letter-spacing: -.1rem;}
h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }
h4 { font-size: 3.0rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }
/* Larger than phablet */
/*@media (min-width: 550px) {*/
/*h1 { font-size: 5.0rem; }*/
/*h2 { font-size: 4.2rem; }*/
/*h3 { font-size: 3.6rem; }*/
/*h4 { font-size: 3.0rem; }*/
/*h5 { font-size: 2.4rem; }*/
/*h6 { font-size: 1.5rem; }*/
/*}*/
p {
margin-top: 0; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
color: #333; }
a:hover {
color: #000; }
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; }
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
list-style: circle inside; }
ol {
list-style: decimal inside; }
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; }
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px; }
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre; }
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; }
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; }
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; }
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/mathcomp-algebra-tactics/0.2.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>mathcomp-algebra-tactics: 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.6 / mathcomp-algebra-tactics - 0.2.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-algebra-tactics
<small>
0.2.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-18 12:47:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 12:47:20 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.6 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "sakaguchi@coins.tsukuba.ac.jp"
homepage: "https://github.com/math-comp/algebra-tactics"
dev-repo: "git+https://github.com/math-comp/algebra-tactics.git"
bug-reports: "https://github.com/math-comp/algebra-tactics/issues"
license: "CECILL-B"
synopsis: "Ring and field tactics for Mathematical Components"
description: """
This library provides `ring` and `field` tactics for Mathematical Components,
that work with any `comRingType` and `fieldType` instances, respectively.
Their instance resolution is done through canonical structure inference.
Therefore, they work with abstract rings and do not require `Add Ring` and
`Add Field` commands. Another key feature of this library is that they
automatically push down ring morphisms and additive functions to leaves of
ring/field expressions before normalization to the Horner form."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {(>= "8.13" & < "8.16~")}
"coq-mathcomp-algebra" {(>= "1.12" & < "1.14~")}
"coq-mathcomp-zify" {(>= "1.1.0")}
"coq-elpi" {(>= "1.10.1")}
]
tags: [
"logpath:mathcomp.algebra_tactics"
]
authors: [
"Kazuhiko Sakaguchi"
]
url {
src: "https://github.com/math-comp/algebra-tactics/archive/refs/tags/0.2.0.tar.gz"
checksum: "sha256=940484199a317bb325aed7a12ae96b958dddab34a66df12aeeda93d6e34cc13e"
}
</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-mathcomp-algebra-tactics.0.2.0 coq.8.6</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.6).
The following dependencies couldn't be met:
- coq-mathcomp-algebra-tactics -> coq >= 8.13 -> ocaml >= 4.05.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-mathcomp-algebra-tactics.0.2.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>
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/gappa/1.4.4.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>gappa: 1 m 11 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.12.1 / gappa - 1.4.4</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
gappa
<small>
1.4.4
<span class="label label-success">1 m 11 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-05 05:36:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 05:36:06 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
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "https://gappa.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
license: "LGPL-3.0-or-later"
patches: [
"remake.patch"
]
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"ocaml"
"coq" {>= "8.8.1" & < "8.13~"}
"coq-flocq" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"keyword:interval arithmetic"
"keyword:decision procedure"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Gappa"
"date:2020-06-13"
]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
url {
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.4.4.tar.gz"
checksum: "sha512=910cb7d8f084fc93a8e59c2792093f252f1c8e9f7b63aa408c03de41dced1ff64b4cf2c9ee9610729f7885bdf42dd68c85a9a844c63781ba9fe8cfdfc5192665"
}
</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-gappa.1.4.4 coq.8.12.1</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 4h opam install -y --deps-only coq-gappa.1.4.4 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>6 m 11 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-gappa.1.4.4 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 11 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 2 M</p>
<ul>
<li>560 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_tactic.vo</code></li>
<li>296 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_tree.vo</code></li>
<li>186 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/gappatac.cmxs</code></li>
<li>174 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_float.vo</code></li>
<li>111 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_round.vo</code></li>
<li>103 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_pred_rel.vo</code></li>
<li>96 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_rewriting.vo</code></li>
<li>94 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_pred_bnd.vo</code></li>
<li>89 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_real.vo</code></li>
<li>87 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_pred_fixflt.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_dyadic.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_pred_abs.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_fixed.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_round_def.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_decimal.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_round_aux.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_user.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_definitions.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_pred_nzr.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_library.vo</code></li>
<li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_common.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/gappatac.cmo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Gappa/Gappa_obfuscate.vo</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-gappa.1.4.4</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>
|
_includes/head.html | sunswayne/javawayne | <head>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cmn-Hans" xml:lang="zh-cmn-Hans">
<meta charset="utf-8">
<meta name="X-UA-Compatible" content="IE=edge">
<meta name="content-language" content="zh">
<meta name="Content-Security-Policy" content="">
<meta name="viewport" content="width=device-width initial-scale=1">
<title>
{% if page.title %}
{{ page.title }} | {{ site.title }}
{% elsif post.title %}
{{ post.title }} | {{ site.title }}
{% else %}
{{ site.title }} | {{ site.tagline }}
{% endif %}
</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<meta name="keywords" content="{{ site.keywords }}">
<meta property="og:title" content="DBA@Robin, MySQL DBA" />
<meta property="og:type" content="Blog, Focus on Database." />
<meta property="og:url" content="https://waynesun.xyz/" />
<meta property="og:image" content="https://waynesun.xyz/images/waynesun.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@{{ site.twitter_username }}">
<meta name="twitter:creator" content="@{{ site.twitter_username }}">
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="twitter:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<meta name="twitter:url" content="{{ page.url | replace:'index.html','' | prepend: site.url }}">
<link rel="icon" href="{{site.favicon| prepend:site.baseurl}}">
<link rel="stylesheet" href="{{ "https://waynesun.xyz/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" type="text/css" href="https://waynesun.xyz/assets/css/wayne.css">
<!--
<link rel="stylesheet" type="text/css" href="/assets/css/fonts-open-sans.css">
-->
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.url }}" />
<!-- Force using https. -->
<!--
<script type="text/javascript">
var host = "waynesun.xyz";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
-->
<!-- Google Adsense. -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3101170268085793",
enable_page_level_ads: true
});
</script>
<!-- GoStats JavaScript Based Code -->
<!--
<div style="display:none">
<script type="text/javascript" src="https://ssl.gostats.com/js/counter.js"></script>
<script type="text/javascript">_gos='monster.gostats.cn';_goa=482888;
_got=5;_goi=1;_gol='流量统计分析';_GoStatsRun();</script>
<noscript><a target="_blank" title="流量统计分析"
href="http://gostats.cn"><img alt="流量统计分析"
src="https://ssl.gostats.com/bin/count/a_482888/t_5/i_1/ssl_monster.gostats.cn/counter.png"
style="border-width:0" /></a></noscript>
</div>
-->
<!-- End GoStats JavaScript Based Code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57297247-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-57297247-1');
</script>
{% include google_search.js %}
</head>
|
src/external/glm-0.9.2.4/doc/html/a00180.html | kiwaiii/pbc | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>GLM_GTX_matrix_cross_product: Cross product matrix form</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
</tr>
</tbody>
</table>
</div>
<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="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">GLM_GTX_matrix_cross_product: Cross product matrix form</div> </div>
<div class="ingroups"><a class="el" href="a00142.html">GTX Extensions (Experimental)</a></div></div>
<div class="contents">
<p>Build cross product matrices.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">detail::tmat3x3< T > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00180.html#gae2c820ce601a444ab4376809f31ea4d7">matrixCross3</a> (detail::tvec3< T > const &x)</td></tr>
<tr><td class="memTemplParams" colspan="2">template<typename T > </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">detail::tmat4x4< T > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00180.html#ga385f11d872a17579113b474263f94780">matrixCross4</a> (detail::tvec3< T > const &x)</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>Build cross product matrices. </p>
<p><<a class="el" href="a00069.html" title="OpenGL Mathematics (glm.g-truc.net)">glm/gtx/matrix_cross_product.hpp</a>> need to be included to use these functionalities. </p>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="gae2c820ce601a444ab4376809f31ea4d7"></a><!-- doxytag: member="glm::matrixCross3" ref="gae2c820ce601a444ab4376809f31ea4d7" args="(detail::tvec3< T > const &x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">detail::tmat3x3<T> glm::matrixCross3 </td>
<td>(</td>
<td class="paramtype">detail::tvec3< T > const & </td>
<td class="paramname"><em>x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Build a cross product matrix. </p>
<p>From GLM_GTX_matrix_cross_product extension. </p>
</div>
</div>
<a class="anchor" id="ga385f11d872a17579113b474263f94780"></a><!-- doxytag: member="glm::matrixCross4" ref="ga385f11d872a17579113b474263f94780" args="(detail::tvec3< T > const &x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">detail::tmat4x4<T> glm::matrixCross4 </td>
<td>(</td>
<td class="paramtype">detail::tvec3< T > const & </td>
<td class="paramname"><em>x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Build a cross product matrix. </p>
<p>From GLM_GTX_matrix_cross_product extension. </p>
</div>
</div>
</div>
<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.7.4 </small></address>
</body>
</html>
|
docs/JavaDoc/index-files/index-8.html | CMPUT301F17T08/habit_rabbit | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Mon Dec 04 08:54:34 MST 2017 -->
<title>H-Index</title>
<meta name="date" content="2017-12-04">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="H-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-7.html">Prev Letter</a></li>
<li><a href="index-9.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-8.html" target="_top">Frames</a></li>
<li><a href="index-8.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">Z</a> <a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/Habit.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">Habit</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd>
<div class="block">The class for a habit, has all the properties for a habit</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/Habit.html#Habit--">Habit()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/Habit.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">Habit</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/Habit.html#Habit-java.lang.String-java.lang.String-java.util.Date-java.util.ArrayList-">Habit(String, String, Date, ArrayList<Integer>)</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/Habit.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">Habit</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_comment_field">habit_comment_field</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_date_selector">habit_date_selector</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html#habit_item">habit_item</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.layout</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_list">habit_list</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_name">habit_name</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html#habit_name_card">habit_name_card</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.layout</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_name_field">habit_name_field</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_percentage">habit_percentage</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_reason">habit_reason</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_reason_field">habit_reason_field</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_recyclerview">habit_recyclerview</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_start_date">habit_start_date</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html#habit_stats">habit_stats</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.layout</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habit_title_field">habit_title_field</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEvent.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitEvent</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd>
<div class="block">The class for habit event, it has date and other properties for habit event</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEvent.html#HabitEvent--">HabitEvent()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEvent.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEvent.html#HabitEvent-java.lang.String-java.lang.String-java.util.Date-java.lang.String-android.location.Location-android.graphics.Bitmap-">HabitEvent(String, String, Date, String, Location, Bitmap)</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEvent.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitEvent</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitEventListAdapter</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.html#HabitEventListAdapter-java.util.ArrayList-android.app.Activity-">HabitEventListAdapter(ArrayList<HabitEvent>, Activity)</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitEventListAdapter</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitEventListAdapter.ViewHolder</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventUnitTest.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitEventUnitTest</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventUnitTest.html#HabitEventUnitTest--">HabitEventUnitTest()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventUnitTest.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitEventUnitTest</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habitLayout">habitLayout</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/User.html#HabitMissed-ca.ualberta.cmput301f17t08.habitrabbit.Habit-">HabitMissed(Habit)</a></span> - Method in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/User.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">User</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.ViewHolder.html#habitName">habitName</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitEventListAdapter.ViewHolder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/FilterAdapter.ViewHolder.html#habitNameLabel">habitNameLabel</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/FilterAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">FilterAdapter.ViewHolder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.ViewHolder.html#habitNameLabel">habitNameLabel</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitsAdapter.ViewHolder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/TodayAdapter.ViewHolder.html#habitNameLabel">habitNameLabel</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/TodayAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">TodayAdapter.ViewHolder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.ViewHolder.html#habitReasonLabel">habitReasonLabel</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitsAdapter.ViewHolder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/TodayAdapter.ViewHolder.html#habitReasonLabel">habitReasonLabel</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/TodayAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">TodayAdapter.ViewHolder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#habits">habits</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#habits_button">habits_button</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitsAdapter</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd>
<div class="block">The adapter for defined habit view</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.html#HabitsAdapter-java.util.ArrayList-android.app.Activity-">HabitsAdapter(ArrayList<Habit>, Activity)</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitsAdapter</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitsAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitsAdapter.ViewHolder</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitStatsActivity.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitStatsActivity</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd>
<div class="block">The activity for habit statistic</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitStatsActivity.html#HabitStatsActivity--">HabitStatsActivity()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitStatsActivity.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitStatsActivity</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitUnitTest.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">HabitUnitTest</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitUnitTest.html#HabitUnitTest--">HabitUnitTest()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitUnitTest.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitUnitTest</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/User.html#hasFollower-ca.ualberta.cmput301f17t08.habitrabbit.User-">hasFollower(User)</a></span> - Method in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/User.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">User</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/User.html#hasHabit-java.lang.String-">hasHabit(String)</a></span> - Method in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/User.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">User</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#heart">heart</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#height">height</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt>
<dd>
<div class="block">May be a dimension value, which is a floating point number appended with a
unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#hideOnContentScroll">hideOnContentScroll</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt>
<dd>
<div class="block">May be a boolean value, such as "<code>true</code>" or
"<code>false</code>".</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#highlight_alpha_material_colored">highlight_alpha_material_colored</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#highlight_alpha_material_dark">highlight_alpha_material_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#highlight_alpha_material_light">highlight_alpha_material_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.color.html#highlighted_text_material_dark">highlighted_text_material_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.color.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.color</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.color.html#highlighted_text_material_light">highlighted_text_material_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.color.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.color</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#hint_alpha_material_dark">hint_alpha_material_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#hint_alpha_material_light">hint_alpha_material_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#hint_pressed_alpha_material_dark">hint_pressed_alpha_material_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html#hint_pressed_alpha_material_light">hint_pressed_alpha_material_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.dimen.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.dimen</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html#history">history</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.drawable.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.drawable</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html#history">history</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.layout.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.layout</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#history_button">history_button</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><a href="../ca/ualberta/cmput301f17t08/habitrabbit/historyActivity.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit"><span class="typeNameLink">historyActivity</span></a> - Class in <a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">ca.ualberta.cmput301f17t08.habitrabbit</a></dt>
<dd>
<div class="block">The activity for history page</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/historyActivity.html#historyActivity--">historyActivity()</a></span> - Constructor for class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/historyActivity.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">historyActivity</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.ViewHolder.html#historyDate">historyDate</a></span> - Variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/HabitEventListAdapter.ViewHolder.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">HabitEventListAdapter.ViewHolder</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#holo_dark">holo_dark</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#holo_light">holo_light</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#home">home</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#homeAsUp">homeAsUp</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#homeAsUpIndicator">homeAsUpIndicator</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt>
<dd>
<div class="block">May be a reference to another resource, in the form
"<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
attribute in the form
"<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html#homeLayout">homeLayout</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.attr.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.attr</a></dt>
<dd>
<div class="block">May be a reference to another resource, in the form
"<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme
attribute in the form
"<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div>
</dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#html">html</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html#hybrid">hybrid</a></span> - Static variable in class ca.ualberta.cmput301f17t08.habitrabbit.<a href="../ca/ualberta/cmput301f17t08/habitrabbit/R.id.html" title="class in ca.ualberta.cmput301f17t08.habitrabbit">R.id</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">Z</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../ca/ualberta/cmput301f17t08/habitrabbit/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-7.html">Prev Letter</a></li>
<li><a href="index-9.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-8.html" target="_top">Frames</a></li>
<li><a href="index-8.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
test/data/page-with-json-ld.html | meedan/pender | <!doctype html>
<html>
<head>
<title>Example Domain</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="application/ld+json">
{
"@context": "https://json-ld.org/contexts/person.jsonld",
"@id": "http://dbpedia.org/resource/John_Lennon",
"name": "John Lennon",
"born": "1940-10-09",
"spouse": "http://dbpedia.org/resource/Cynthia_Lennon"
}
</script>
</head>
<body>
<div>
<h1>Example Domain</h1>
</div>
</body>
</html>
|
public/Windows 10 x64 (18363.778)/_WHEA_ERROR_RECORD_HEADER_VALIDBITS.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.778)</h4><br>
<h2>_WHEA_ERROR_RECORD_HEADER_VALIDBITS</h2>
<font face="arial"> +0x000 PlatformId : Pos 0, 1 Bit<br>
+0x000 Timestamp : Pos 1, 1 Bit<br>
+0x000 PartitionId : Pos 2, 1 Bit<br>
+0x000 Reserved : Pos 3, 29 Bits<br>
+0x000 AsULONG : Uint4B<br>
</font></body></html> |
test/public/index.html | IonicaBizau/scrape-it | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1 class="title">Title</h1>
<p class="description">Lorem ipsum</p>
<p class="textnodes">
Line0<br>
Line1
</p>
<p class="deep-textnodes">
<span>
Line0<br>
Line1
</span>
Line2
</p>
<p class="date">1988-01-01</p>
<ul class="features">
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
<li>6</li>
</ul>
<div class="nested">
<span>Foo</span>
<div class="level1">
<span>1</span>
<div class="level2">
<span>2</span>
</div>
</div>
</div>
<table id='detail'>
<thead>
<tr>
<th>
<div id="start-A" class="city">Sydney</div>
</th>
<th>
<div class="col-two-head">info</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="../1234" class="address">one way street</a>
</td>
<td>
<div class="col-two">info-1</div>
</td>
</tr>
<tr>
<td><a href="../4567" class="address">GT Road</a>
</td>
<td>
<div class="col-two">info-2</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>
|
doc/Kennedy/Granter.html | abloom/kennedy | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="Content-Type" content="text/html; charset=UTF-8" />
<title>Class: Kennedy::Granter</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
relpath = '..';
if (relpath != '') relpath += '/';
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="../_index.html">Index (G)</a> »
<a title="Kennedy" href="../Kennedy.html">Kennedy</a>
»
<span class="title">Granter</span>
</div>
<div id="search">
<a id="class_list_link" href="#">Namespace List</a>
<a id="method_list_link" href="#">Method List</a>
<a id ="file_list_link" href="#">File List</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame"></iframe>
<div id="content"><h1>Class: Kennedy::Granter
</h1>
<dl class="box">
<dt class="r1">Inherits:</dt>
<dd class="r1">
<span class="inheritName">Object</span>
</dd>
<dt class="r2 last">Defined in:</dt>
<dd class="r2 last">lib/kennedy/granter.rb</dd>
</dl>
<div class="clear"></div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>
Granter is used to authenticate credentials and grant tickets to services
once a client has been authenticated.
</p>
</div>
</div>
<div class="tags">
</div>
<h2>Method Summary</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature"><a title="#authenticate (instance method)" href="#authenticate-instance_method">- (true) <strong>authenticate</strong>(args = {}) </a>
</span>
<span class="summary_desc">
Authenticates the given credentials against the current backend.
</span>
</li>
<li class="public ">
<span class="summary_signature"><a title="#generate_ticket (instance method)" href="#generate_ticket-instance_method">- (Kennedy::Ticket) <strong>generate_ticket</strong>(args = {}) </a>
</span>
<span class="summary_desc">
Generates a ticket object to pass back to clients requesting
authentication.
</span>
</li>
<li class="public ">
<span class="summary_signature"><a title="#initialize (instance method)" href="#initialize-instance_method">- (Granter) <strong>initialize</strong>(args = {}) </a>
</span>
<span class="summary_desc">
A new instance of <tt>Granter</tt>.
</span>
</li>
<li class="public ">
<span class="summary_signature"><a title="#read_ticket (instance method)" href="#read_ticket-instance_method">- (Object) <strong>read_ticket</strong>(args = {}) </a>
</span>
<span class="summary_desc"></span>
</li>
</ul>
<div id="constructor_details">
<h2>Constructor Details</h2>
<div class="method_details first">
<p class="signature first" id="initialize-instance_method">
- (<tt><a title="Granter" href="">Granter</a></tt>) <strong>initialize</strong>(args = {})
</p><div class="docstring">
<div class="discussion">
<p>
A new instance of <tt>Granter</tt>
</p>
</div>
</div>
<div class="tags">
<h3>Parameters:</h3>
<ul class="param">
<li>
<span class='type'>(<tt>Hash</tt>)</span>
<span class='name'>args</span>
<em class="default">(defaults to: <tt>{}</tt>)</em>
—
The arguments to create the granter with
</li>
</ul>
<h3>Options Hash (<tt>args</tt>):</h3>
<ul class="option">
<li>
<span class="type">(<tt>String</tt>)</span>
<span class="name">:iv</span>
<span class="default">
<span class="na">N/A</span>
</span>
—
The AES-256 initialization vector to use for encryption and decryption
</tr>
<li>
<span class="type">(<tt>String</tt>)</span>
<span class="name">:passphrase</span>
<span class="default">
<span class="na">N/A</span>
</span>
—
The AES-256 passphrase to use for encryption and decryption
</tr>
<li>
<span class="type">(<tt>Object</tt>)</span>
<span class="name">:backend</span>
<span class="default">
<span class="na">N/A</span>
</span>
—
An instance of a backend to use for authentication
</tr>
</ul>
<h3>Returns:</h3>
<ul class="return">
<li>
<span class='type'>(<tt><a title="Granter" href="">Granter</a></tt>)</span>
—
a new instance of <tt>Granter</tt>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
12
13
14
15
16</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/kennedy/granter.rb', line 12</span>
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='args identifier id'>args</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
<span class='@iv ivar id'>@iv</span> <span class='assign token'>=</span> <span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:iv</span><span class='rbrack token'>]</span> <span class='orop op'>||</span> <span class='raise identifier id'>raise</span><span class='lparen token'>(</span><span class='ArgumentError constant id'>ArgumentError</span><span class='comma token'>,</span> <span class='string val'>"Encryption IV must be given as :iv"</span><span class='rparen token'>)</span>
<span class='@passphrase ivar id'>@passphrase</span> <span class='assign token'>=</span> <span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:passphrase</span><span class='rbrack token'>]</span> <span class='orop op'>||</span> <span class='raise identifier id'>raise</span><span class='lparen token'>(</span><span class='ArgumentError constant id'>ArgumentError</span><span class='comma token'>,</span> <span class='string val'>"Encryption passphrase must be given as :passphrase"</span><span class='rparen token'>)</span>
<span class='@backend ivar id'>@backend</span> <span class='assign token'>=</span> <span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:backend</span><span class='rbrack token'>]</span> <span class='orop op'>||</span> <span class='raise identifier id'>raise</span><span class='lparen token'>(</span><span class='ArgumentError constant id'>ArgumentError</span><span class='comma token'>,</span> <span class='string val'>"Authentication backend must be given as :backend"</span><span class='rparen token'>)</span>
<span class='end end kw'>end</span>
</pre>
</td>
</tr>
</table>
</div>
</div>
<div id="method_details">
<h2>Method Details</h2>
<div class="method_details first">
<p class="signature first" id="authenticate-instance_method">
- (<tt>true</tt>) <strong>authenticate</strong>(args = {})
</p><div class="docstring">
<div class="discussion">
<p>
Authenticates the given credentials against the current backend
</p>
</div>
</div>
<div class="tags">
<h3>Parameters:</h3>
<ul class="param">
<li>
<span class='type'>(<tt>Hash</tt>)</span>
<span class='name'>args</span>
<em class="default">(defaults to: <tt>{}</tt>)</em>
—
The arguments to authenticate with
</li>
</ul>
<h3>Options Hash (<tt>args</tt>):</h3>
<ul class="option">
<li>
<span class="type">(<tt>String</tt>)</span>
<span class="name">:identifier</span>
<span class="default">
<span class="na">N/A</span>
</span>
—
The identifier (email address, for example) to use for authentication
</tr>
<li>
<span class="type">(<tt>String</tt>)</span>
<span class="name">:password</span>
<span class="default">
<span class="na">N/A</span>
</span>
—
The password to use for authentication
</tr>
</ul>
<h3>Returns:</h3>
<ul class="return">
<li>
<span class='type'>(<tt>true</tt>, <tt>false</tt>)</span>
—
A boolean indication of whether authentication was successful or not
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
23
24
25</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/kennedy/granter.rb', line 23</span>
<span class='def def kw'>def</span> <span class='authenticate identifier id'>authenticate</span><span class='lparen token'>(</span><span class='args identifier id'>args</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
<span class='notop op'>!</span><span class='notop op'>!</span><span class='@backend ivar id'>@backend</span><span class='dot token'>.</span><span class='authenticate identifier id'>authenticate</span><span class='lparen token'>(</span><span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:identifier</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:password</span><span class='rbrack token'>]</span><span class='rparen token'>)</span>
<span class='end end kw'>end</span>
</pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<p class="signature " id="generate_ticket-instance_method">
- (<tt><a title="Kennedy::Ticket" href="Ticket.html">Kennedy::Ticket</a></tt>) <strong>generate_ticket</strong>(args = {})
</p><div class="docstring">
<div class="discussion">
<p>
Generates a ticket object to pass back to clients requesting authentication
</p>
</div>
</div>
<div class="tags">
<h3>Parameters:</h3>
<ul class="param">
<li>
<span class='type'>(<tt>Hash</tt>)</span>
<span class='name'>args</span>
<em class="default">(defaults to: <tt>{}</tt>)</em>
—
The arguments to generate the ticket with
</li>
</ul>
<h3>Options Hash (<tt>args</tt>):</h3>
<ul class="option">
<li>
<span class="type">(<tt>String</tt>)</span>
<span class="name">:identifier</span>
<span class="default">
<span class="na">N/A</span>
</span>
—
The identifier (email address, for example) the ticket grants access for
</tr>
</ul>
<h3>Returns:</h3>
<ul class="return">
<li>
<span class='type'>(<tt><a title="Kennedy::Ticket" href="Ticket.html">Kennedy::Ticket</a></tt>)</span>
—
A Kennedy::Ticket object
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
31
32
33
34</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/kennedy/granter.rb', line 31</span>
<span class='def def kw'>def</span> <span class='generate_ticket identifier id'>generate_ticket</span><span class='lparen token'>(</span><span class='args identifier id'>args</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
<span class='identifier identifier id'>identifier</span> <span class='assign token'>=</span> <span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:identifier</span><span class='rbrack token'>]</span> <span class='orop op'>||</span> <span class='raise identifier id'>raise</span><span class='lparen token'>(</span><span class='ArgumentError constant id'>ArgumentError</span><span class='comma token'>,</span> <span class='string val'>"An identifier must be given as :identifier"</span><span class='rparen token'>)</span>
<span class='new_ticket identifier id'>new_ticket</span><span class='lparen token'>(</span><span class='identifier identifier id'>identifier</span><span class='rparen token'>)</span>
<span class='end end kw'>end</span>
</pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<p class="signature " id="read_ticket-instance_method">
- (<tt>Object</tt>) <strong>read_ticket</strong>(args = {})
</p><table class="source_code">
<tr>
<td>
<pre class="lines">
36
37
38
39</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/kennedy/granter.rb', line 36</span>
<span class='def def kw'>def</span> <span class='read_ticket identifier id'>read_ticket</span><span class='lparen token'>(</span><span class='args identifier id'>args</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
<span class='data identifier id'>data</span> <span class='assign token'>=</span> <span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:data</span><span class='rbrack token'>]</span> <span class='orop op'>||</span> <span class='raise identifier id'>raise</span><span class='lparen token'>(</span><span class='ArgumentError constant id'>ArgumentError</span><span class='comma token'>,</span> <span class='string val'>"Data must be given as :data"</span><span class='rparen token'>)</span>
<span class='decrypt_ticket identifier id'>decrypt_ticket</span><span class='lparen token'>(</span><span class='args identifier id'>args</span><span class='lbrack token'>[</span><span class='symbol val'>:data</span><span class='rbrack token'>]</span><span class='rparen token'>)</span>
<span class='end end kw'>end</span>
</pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Tue Dec 8 16:39:39 2009 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
0.4.0 (ruby-1.8.7).
</div>
</body>
</html> |
doc/uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/package-tree.html | tomtau/xml_normaliser | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_35) on Sun Mar 31 19:35:55 BST 2013 -->
<TITLE>
uk.ac.ed.inf.proj.xmlnormaliser.parser.fd Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2013-03-31">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="uk.ac.ed.inf.proj.xmlnormaliser.parser.fd Class Hierarchy";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/validator/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package uk.ac.ed.inf.proj.xmlnormaliser.parser.fd
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">java.util.AbstractCollection<E> (implements java.util.Collection<E>)
<UL>
<LI TYPE="circle">java.util.AbstractSet<E> (implements java.util.Set<E>)
<UL>
<LI TYPE="circle">java.util.HashSet<E> (implements java.lang.Cloneable, java.io.Serializable, java.util.Set<E>)
<UL>
<LI TYPE="circle">uk.ac.ed.inf.proj.xmlnormaliser.parser.fd.<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/FDPath.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.fd"><B>FDPath</B></A></UL>
</UL>
</UL>
<LI TYPE="circle">uk.ac.ed.inf.proj.xmlnormaliser.parser.fd.<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/FDParser.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.fd"><B>FDParser</B></A><LI TYPE="circle">uk.ac.ed.inf.proj.xmlnormaliser.parser.fd.<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/FDParserTestCompany.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.fd"><B>FDParserTestCompany</B></A><LI TYPE="circle">uk.ac.ed.inf.proj.xmlnormaliser.parser.fd.<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/FDParserTestDB.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.fd"><B>FDParserTestDB</B></A></UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/validator/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
docs/date.html | charany1/googlecl | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>date.py</title>
<link rel="stylesheet" href="pycco.css">
</head>
<body>
<div id="background"></div>
<div id='container'>
<div class='section'>
<div class='docs'><h1>date.py</h1></div>
</div>
<div class='clearall'>
<div class='section' id='section-0'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-0'>#</a>
</div>
<p>Copyright (C) 2010 Google Inc.</p>
<p>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</p>
<pre><code> http://www.apache.org/licenses/LICENSE-2.0
</code></pre>
<p>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.
Classes and functions for manipulating strings into dates.</p>
</div>
<div class='code'>
<div class="highlight"><pre></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-1'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-1'>#</a>
</div>
<p>Some parts are specific to Google Calendar."""</p>
<p><strong>author</strong> = 'thmiller@google.com (Tom Miller)'
import datetime
import re
import googlecl.base
import time
import logging</p>
<p>LOG = logging.getLogger("date.py")
QUERY_DATE_FORMAT = '%Y-%m-%dT%H:%M:%S.000Z'</p>
<p>ACCEPTED_DAY_TIME_FORMAT = '%Y-%m-%dT%H:%M:%S'
ACCEPTED_DAY_FORMATS = ['%Y-%m-%d',
'%m/%d',
'%m/%d/%Y',
'%m/%d/%y',
'%b %d',
'%B %d',
'%b %d %Y',
'%B %d %Y']
ACCEPTED_TIME_FORMATS = ['%I%p',
'%I %p',
'%I:%M%p',
'%I:%M %p',
'%H:%M']</p>
<h1>Regular expression for strings that specify a time that could be afternoon or</h1>
<h1>morning. First group will be the hour, second the minutes.</h1>
<p>AMBIGUOUS_TIME_REGEX = '((?:1[0-2])|(?:[1-9]))?(?::([0-9]{2}))?$'</p>
<p>_DAY_TIME_TOKENIZERS = ['@', ' at ']
_RANGE_TOKENIZERS = [',']</p>
<p>class Error(Exception):
Base error for this module.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">pass</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-2'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-2'>#</a>
</div>
<p>Failed to parse a token.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">class</span> <span class="nc">ParsingError</span><span class="p">(</span><span class="n">Error</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-3'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-3'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">token</span><span class="p">):</span>
<span class="bp">self</span><span class="o">.</span><span class="n">token</span> <span class="o">=</span> <span class="n">token</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-4'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-4'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="s">'Failed to parse "</span><span class="si">%s</span><span class="s">"'</span> <span class="o">%</span> <span class="bp">self</span><span class="o">.</span><span class="n">token</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-5'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-5'>#</a>
</div>
<p>Creates a datetime object with zeroed-out time parameters.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">def</span> <span class="nf">datetime_today</span><span class="p">():</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-6'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-6'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="n">datetime</span><span class="o">.</span><span class="n">datetime</span><span class="o">.</span><span class="n">now</span><span class="p">()</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="n">hour</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span>
<span class="n">minute</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span>
<span class="n">second</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span>
<span class="n">microsecond</span><span class="o">=</span><span class="mi">0</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-7'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-7'>#</a>
</div>
<p>Determines a duration from a non-time token.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">def</span> <span class="nf">determine_duration</span><span class="p">(</span><span class="n">duration_token</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-8'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-8'>#</a>
</div>
<p>Args:
duration_token: String of hours and minutes.</p>
<p>Returns:
Timedelta object representing positive offset of hours and minutes.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">hour</span><span class="p">,</span> <span class="n">minute</span> <span class="o">=</span> <span class="n">parse_ambiguous_time</span><span class="p">(</span><span class="n">duration_token</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="p">(</span><span class="n">hour</span> <span class="ow">or</span> <span class="n">minute</span><span class="p">):</span>
<span class="n">LOG</span><span class="o">.</span><span class="n">error</span><span class="p">(</span><span class="s">'Duration must be in form of [hours][:minutes]'</span><span class="p">)</span>
<span class="k">return</span> <span class="bp">None</span>
<span class="k">return</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="n">hour</span><span class="p">,</span> <span class="n">minutes</span><span class="o">=</span><span class="n">minute</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-9'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-9'>#</a>
</div>
<p>Return the UTC offset of local zone at present time as a timedelta.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">def</span> <span class="nf">get_utc_timedelta</span><span class="p">():</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-10'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-10'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="n">time</span><span class="o">.</span><span class="n">localtime</span><span class="p">()</span><span class="o">.</span><span class="n">tm_isdst</span> <span class="ow">and</span> <span class="n">time</span><span class="o">.</span><span class="n">daylight</span><span class="p">:</span>
<span class="k">return</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="n">time</span><span class="o">.</span><span class="n">altzone</span><span class="o">/</span><span class="mi">3600</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">return</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="n">time</span><span class="o">.</span><span class="n">timezone</span><span class="o">/</span><span class="mi">3600</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-11'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-11'>#</a>
</div>
<p>Parses an ambiguous time into an hour and minute value.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">def</span> <span class="nf">parse_ambiguous_time</span><span class="p">(</span><span class="n">time_token</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-12'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-12'>#</a>
</div>
<p>Args:
time_token: Ambiguous time to be parsed. "Ambiguous" means it could be
before noon or after noon. For example, "5:30" or "12".</p>
<p>Returns:
Tuple of (hour, minute). The hour is still not on a 24 hour clock.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">ambiguous_time</span> <span class="o">=</span> <span class="n">re</span><span class="o">.</span><span class="n">match</span><span class="p">(</span><span class="n">AMBIGUOUS_TIME_REGEX</span><span class="p">,</span> <span class="n">time_token</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">ambiguous_time</span><span class="p">:</span>
<span class="k">return</span> <span class="bp">None</span><span class="p">,</span> <span class="bp">None</span>
<span class="n">hour_text</span> <span class="o">=</span> <span class="n">ambiguous_time</span><span class="o">.</span><span class="n">group</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span>
<span class="n">minute_text</span> <span class="o">=</span> <span class="n">ambiguous_time</span><span class="o">.</span><span class="n">group</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span>
<span class="k">if</span> <span class="n">hour_text</span><span class="p">:</span>
<span class="n">hour</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">hour_text</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">hour</span> <span class="o">=</span> <span class="mi">0</span>
<span class="k">if</span> <span class="n">minute_text</span><span class="p">:</span>
<span class="n">minute</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">minute_text</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">minute</span> <span class="o">=</span> <span class="mi">0</span>
<span class="k">return</span> <span class="n">hour</span><span class="p">,</span> <span class="n">minute</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-13'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-13'>#</a>
</div>
<p>Splits a string based on a list of potential substrings.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">def</span> <span class="nf">split_string</span><span class="p">(</span><span class="n">string</span><span class="p">,</span> <span class="n">tokenizers</span><span class="o">=</span><span class="bp">None</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-14'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-14'>#</a>
</div>
<p>Strings will only be split once, if at all. That is, at most two tokens can be
returned, even if a tokenizer is found in multiple positions. The left-most
tokenizer will be used to split.</p>
<p>Args:
string: String to split.
tokenizers: List of strings that should act as a point to split around.
Default None to use range tokenizers defined in this module.</p>
<p>Returns:
Tuple of (left_token, [True|False], right_token). The middle element is True
if a tokenizer was found in the provided string, and is False otherwise.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="ow">not</span> <span class="n">string</span><span class="p">:</span>
<span class="k">return</span> <span class="p">(</span><span class="s">''</span><span class="p">,</span> <span class="bp">False</span><span class="p">,</span> <span class="s">''</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">tokenizers</span><span class="p">:</span>
<span class="n">tokenizers</span> <span class="o">=</span> <span class="n">_RANGE_TOKENIZERS</span>
<span class="k">for</span> <span class="n">tokenizer</span> <span class="ow">in</span> <span class="n">tokenizers</span><span class="p">:</span>
<span class="k">if</span> <span class="n">string</span><span class="o">.</span><span class="n">find</span><span class="p">(</span><span class="n">tokenizer</span><span class="p">)</span> <span class="o">!=</span> <span class="o">-</span><span class="mi">1</span><span class="p">:</span>
<span class="n">left_token</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">right_token</span> <span class="o">=</span> <span class="n">string</span><span class="o">.</span><span class="n">partition</span><span class="p">(</span><span class="n">tokenizer</span><span class="p">)</span>
<span class="k">return</span> <span class="p">(</span><span class="n">left_token</span><span class="o">.</span><span class="n">strip</span><span class="p">(),</span> <span class="bp">True</span><span class="p">,</span> <span class="n">right_token</span><span class="o">.</span><span class="n">strip</span><span class="p">())</span>
<span class="k">return</span> <span class="p">(</span><span class="n">string</span><span class="o">.</span><span class="n">strip</span><span class="p">(),</span> <span class="bp">False</span><span class="p">,</span> <span class="s">''</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-15'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-15'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">class</span> <span class="nc">Date</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-16'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-16'>#</a>
</div>
<p>Initializes the object.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">local_datetime</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">utc_datetime</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">all_day</span><span class="o">=</span><span class="bp">False</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-17'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-17'>#</a>
</div>
<p>The datetime objects passed in are treated as naive -- no timezone info will
be read from them.</p>
<p>Args:
local_datetime: A datetime object that specifies the date and time in the
local timezone. Default None to set off utc_datetime.
utc_datetime: Datetime object that specifies date and time in Coordinated
Universal Time (UTC). Default None to set off local_datetime.
all_day: Set True to indicate this Date is associated with an all day, or
"time-less" date. Default False.</p>
<p>Raises:
Error: local_datetime and utc_datetime are both left undefined.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="ow">not</span> <span class="p">(</span><span class="n">local_datetime</span> <span class="ow">or</span> <span class="n">utc_datetime</span><span class="p">):</span>
<span class="k">raise</span> <span class="n">Error</span><span class="p">(</span><span class="s">'Need to provide a local or UTC datetime'</span><span class="p">)</span>
<span class="k">if</span> <span class="n">local_datetime</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">local</span> <span class="o">=</span> <span class="n">local_datetime</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">utc_datetime</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">utc</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">local</span> <span class="o">+</span> <span class="n">get_utc_timedelta</span><span class="p">()</span>
<span class="k">if</span> <span class="n">utc_datetime</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">utc</span> <span class="o">=</span> <span class="n">utc_datetime</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">local_datetime</span><span class="p">:</span>
<span class="bp">self</span><span class="o">.</span><span class="n">local</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">utc</span> <span class="o">-</span> <span class="n">get_utc_timedelta</span><span class="p">()</span>
<span class="bp">self</span><span class="o">.</span><span class="n">all_day</span> <span class="o">=</span> <span class="n">all_day</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-18'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-18'>#</a>
</div>
<p>Returns a Date with other added to its time.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__add__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">other</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-19'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-19'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="n">Date</span><span class="p">(</span><span class="n">utc_datetime</span><span class="o">=</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">utc</span> <span class="o">+</span> <span class="n">other</span><span class="p">),</span> <span class="n">all_day</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">all_day</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-20'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-20'>#</a>
</div>
<p>Returns a Date with other subtracted from its time.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__sub__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">other</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-21'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-21'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="n">Date</span><span class="p">(</span><span class="n">utc_datetime</span><span class="o">=</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">utc</span> <span class="o">-</span> <span class="n">other</span><span class="p">),</span> <span class="n">all_day</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">all_day</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-22'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-22'>#</a>
</div>
<p>Formats local datetime info into human-friendly string.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-23'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-23'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">basic_string_format</span> <span class="o">=</span> <span class="s">'%m/</span><span class="si">%d</span><span class="s">/%Y'</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">all_day</span><span class="p">:</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">local</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="n">basic_string_format</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">local</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="n">basic_string_format</span> <span class="o">+</span> <span class="s">' %H:%M'</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-24'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-24'>#</a>
</div>
<p>Converts UTC data to specific format string.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">to_format</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">format_string</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-25'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-25'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">utc</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="n">format_string</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-26'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-26'>#</a>
</div>
<p>Converts UTC data to query-friendly, date-inclusive string.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">to_inclusive_query</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-27'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-27'>#</a>
</div>
<p>Note: This behavior is specific to Google Calendar.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">all_day</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-28'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-28'>#</a>
</div>
<p>If it's an all-day date, we need to boost the time by a day to make it
inclusive.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">new_datetime</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">utc</span> <span class="o">+</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="mi">24</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-29'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-29'>#</a>
</div>
<p>The smallest unit Calendar appears to concern itself with
is minutes, so add a minute to make it inclusive.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">new_datetime</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">utc</span> <span class="o">+</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">minutes</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
<span class="k">return</span> <span class="n">new_datetime</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="n">QUERY_DATE_FORMAT</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-30'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-30'>#</a>
</div>
<p>Converts UTC data to a query-friendly string.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">to_query</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-31'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-31'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">to_format</span><span class="p">(</span><span class="n">QUERY_DATE_FORMAT</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-32'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-32'>#</a>
</div>
<p>Converts UTC data to timestamp in seconds.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">to_timestamp</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-33'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-33'>#</a>
</div>
<p>Returns:
Seconds since the epoch as a float.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="n">time</span><span class="o">.</span><span class="n">mktime</span><span class="p">(</span><span class="n">time</span><span class="o">.</span><span class="n">strptime</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">utc</span><span class="o">.</span><span class="n">strftime</span><span class="p">(</span><span class="n">format_string</span><span class="p">),</span>
<span class="s">'%Y-%m-</span><span class="si">%d</span><span class="s">T%H:%M'</span><span class="p">))</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-34'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-34'>#</a>
</div>
<p>Returns datetime info formatted to Google Calendar "when" style.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">to_when</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-35'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-35'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">all_day</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-36'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-36'>#</a>
</div>
<p>All day events must leave off hour data.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">to_format</span><span class="p">(</span><span class="s">'%Y-%m-</span><span class="si">%d</span><span class="s">'</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-37'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-37'>#</a>
</div>
<p>Otherwise, treated like a query string.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">to_query</span><span class="p">()</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-38'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-38'>#</a>
</div>
<p>Produces Date objects given data.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">class</span> <span class="nc">DateParser</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-39'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-39'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-40'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-40'>#</a>
</div>
<p>Initializes the DateParser object.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">today</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">now</span><span class="o">=</span><span class="bp">None</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-41'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-41'>#</a>
</div>
<p>Args:
today: Function capable of giving the current local date. Default None to
use datetime_today
now: Function capable of giving the current local time. Default None to
use datetime.datetime.now</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="n">today</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span>
<span class="n">today</span> <span class="o">=</span> <span class="n">datetime_today</span>
<span class="k">if</span> <span class="n">now</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span>
<span class="n">now</span> <span class="o">=</span> <span class="n">datetime</span><span class="o">.</span><span class="n">datetime</span><span class="o">.</span><span class="n">now</span>
<span class="bp">self</span><span class="o">.</span><span class="n">today</span> <span class="o">=</span> <span class="n">today</span>
<span class="bp">self</span><span class="o">.</span><span class="n">now</span> <span class="o">=</span> <span class="n">now</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-42'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-42'>#</a>
</div>
<p>Parses text into a Date object.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">parse</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">text</span><span class="p">,</span> <span class="n">base</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">shift_dates</span><span class="o">=</span><span class="bp">True</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-43'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-43'>#</a>
</div>
<p>Args:
text: String representation of one date, or an offset from a date. Will be
interpreted as local time, unless "UTC" appears somewhere in the text.
base: Starting point for this Date. Used if the text represents an hour,
or an offset.
shift_dates: If the date is earlier than self.today(), and the year is not
specified, shift it to the future. True by default.
Set to False if you want to set a day in the past without referencing
the year. For example, today is 10/25/2010. Parsing "10/24" with
shift_dates=True will return a date of 10/24/2011. If
shift_dates=False, will return a date of 10/24/2010.</p>
<p>Returns:
Date object.</p>
<p>Raises:
ParsingError: Given text could not be parsed.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">local_datetime</span> <span class="o">=</span> <span class="bp">None</span>
<span class="n">day</span> <span class="o">=</span> <span class="bp">None</span>
<span class="n">all_day</span> <span class="o">=</span> <span class="bp">False</span>
<span class="k">try</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-44'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-44'>#</a>
</div>
<p>Unlikely anyone uses this, but if so, it's done in one shot</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">all_info</span> <span class="o">=</span> <span class="n">datetime</span><span class="o">.</span><span class="n">datetime</span><span class="o">.</span><span class="n">strptime</span><span class="p">(</span><span class="n">text</span><span class="p">,</span> <span class="n">ACCEPTED_DAY_TIME_FORMAT</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span>
<span class="k">pass</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">return</span> <span class="n">Date</span><span class="p">(</span><span class="n">local_datetime</span><span class="o">=</span><span class="n">all_info</span><span class="p">,</span> <span class="n">all_day</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span>
<span class="n">day_token</span><span class="p">,</span> <span class="n">_</span><span class="p">,</span> <span class="n">time_token</span> <span class="o">=</span> <span class="n">split_string</span><span class="p">(</span><span class="n">text</span><span class="p">,</span> <span class="n">_DAY_TIME_TOKENIZERS</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="p">(</span><span class="n">day_token</span> <span class="ow">or</span> <span class="n">time_token</span><span class="p">):</span>
<span class="k">raise</span> <span class="n">ParsingError</span><span class="p">(</span><span class="n">text</span><span class="p">)</span>
<span class="n">past_time_to_tomorrow</span> <span class="o">=</span> <span class="bp">False</span>
<span class="k">if</span> <span class="n">day_token</span><span class="p">:</span>
<span class="n">day</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">determine_day</span><span class="p">(</span><span class="n">day_token</span><span class="p">,</span> <span class="n">shift_dates</span><span class="p">)</span>
<span class="k">if</span> <span class="n">day</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-45'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-45'>#</a>
</div>
<p>If we couldn't figure out the day...
...Calendar will shift times that already happened to tomorrow</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">past_time_to_tomorrow</span> <span class="o">=</span> <span class="bp">True</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-46'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-46'>#</a>
</div>
<p>...Maybe the day_token is actually a time_token</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">time_token</span> <span class="o">=</span> <span class="n">day_token</span>
<span class="k">if</span> <span class="n">base</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-47'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-47'>#</a>
</div>
<p>... and we'll use the starting point passed in.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">day</span> <span class="o">=</span> <span class="n">base</span>
<span class="k">else</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-48'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-48'>#</a>
</div>
<p>If there's no time token, we're parsing an all day date.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">all_day</span> <span class="o">=</span> <span class="ow">not</span> <span class="nb">bool</span><span class="p">(</span><span class="n">time_token</span><span class="p">)</span>
<span class="k">if</span> <span class="n">time_token</span><span class="p">:</span>
<span class="k">if</span> <span class="n">time_token</span><span class="o">.</span><span class="n">startswith</span><span class="p">(</span><span class="s">'+'</span><span class="p">):</span>
<span class="n">delta</span> <span class="o">=</span> <span class="n">determine_duration</span><span class="p">(</span><span class="n">time_token</span><span class="o">.</span><span class="n">lstrip</span><span class="p">(</span><span class="s">'+'</span><span class="p">))</span>
<span class="k">if</span> <span class="n">delta</span> <span class="ow">and</span> <span class="ow">not</span> <span class="n">day</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-49'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-49'>#</a>
</div>
<p>Durations go off of right now.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">day</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">now</span><span class="p">()</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">time_offset</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">determine_time</span><span class="p">(</span><span class="n">time_token</span><span class="p">)</span>
<span class="k">if</span> <span class="n">time_offset</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span>
<span class="n">delta</span> <span class="o">=</span> <span class="bp">None</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">if</span> <span class="n">past_time_to_tomorrow</span> <span class="ow">and</span> <span class="bp">self</span><span class="o">.</span><span class="n">_time_has_passed</span><span class="p">(</span><span class="n">time_offset</span><span class="p">):</span>
<span class="n">delta</span> <span class="o">=</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="n">time_offset</span><span class="o">.</span><span class="n">hour</span> <span class="o">+</span> <span class="mi">24</span><span class="p">,</span>
<span class="n">minutes</span><span class="o">=</span><span class="n">time_offset</span><span class="o">.</span><span class="n">minute</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">delta</span> <span class="o">=</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="n">time_offset</span><span class="o">.</span><span class="n">hour</span><span class="p">,</span>
<span class="n">minutes</span><span class="o">=</span><span class="n">time_offset</span><span class="o">.</span><span class="n">minute</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">day</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-50'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-50'>#</a>
</div>
<p>Hour/minutes (i.e. not durations) go off of the date.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">day</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">today</span><span class="p">()</span>
<span class="k">if</span> <span class="n">delta</span> <span class="ow">is</span> <span class="ow">not</span> <span class="bp">None</span><span class="p">:</span>
<span class="n">local_datetime</span> <span class="o">=</span> <span class="n">day</span> <span class="o">+</span> <span class="n">delta</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">local_datetime</span> <span class="o">=</span> <span class="n">day</span>
<span class="k">if</span> <span class="n">local_datetime</span><span class="p">:</span>
<span class="k">return</span> <span class="n">Date</span><span class="p">(</span><span class="n">local_datetime</span><span class="o">=</span><span class="n">local_datetime</span><span class="p">,</span> <span class="n">all_day</span><span class="o">=</span><span class="n">all_day</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">raise</span> <span class="n">ParsingError</span><span class="p">(</span><span class="n">text</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-51'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-51'>#</a>
</div>
<p>"Checks to see if date has passed.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">_day_has_passed</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">date</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-52'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-52'>#</a>
</div>
<p>Args:
date: Datetime object to compare to today.</p>
<p>Returns:
True if date is earlier than today, False otherwise.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">today</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">today</span><span class="p">()</span>
<span class="k">return</span> <span class="p">(</span><span class="n">date</span><span class="o">.</span><span class="n">month</span> <span class="o"><</span> <span class="n">today</span><span class="o">.</span><span class="n">month</span> <span class="ow">or</span>
<span class="p">(</span><span class="n">date</span><span class="o">.</span><span class="n">month</span> <span class="o">==</span> <span class="n">today</span><span class="o">.</span><span class="n">month</span> <span class="ow">and</span> <span class="n">date</span><span class="o">.</span><span class="n">day</span> <span class="o"><</span> <span class="n">today</span><span class="o">.</span><span class="n">day</span><span class="p">))</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-53'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-53'>#</a>
</div>
<p>Parses day token into a date.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">determine_day</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">day_token</span><span class="p">,</span> <span class="n">shift_dates</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-54'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-54'>#</a>
</div>
<p>Args:
day_token: String to be interpreted as a year, month, and day.
shift_dates: Indicates if past dates should be shifted to next year. Set
True to move the date to next year if the date has already occurred
this year, False otherwise.</p>
<p>Returns:
Datetime object with year, month, and day fields filled in if the
day_token could be parsed. Otherwise, None.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="n">day_token</span> <span class="o">==</span> <span class="s">'tomorrow'</span><span class="p">:</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">today</span><span class="p">()</span> <span class="o">+</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="mi">24</span><span class="p">)</span>
<span class="k">elif</span> <span class="n">day_token</span> <span class="o">==</span> <span class="s">'today'</span><span class="p">:</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">today</span><span class="p">()</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">date</span><span class="p">,</span> <span class="n">valid_format</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_extract_time</span><span class="p">(</span><span class="n">day_token</span><span class="p">,</span> <span class="n">ACCEPTED_DAY_FORMATS</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">date</span><span class="p">:</span>
<span class="n">LOG</span><span class="o">.</span><span class="n">debug</span><span class="p">(</span><span class="s">'</span><span class="si">%s</span><span class="s"> did not match any expected day formats'</span> <span class="o">%</span> <span class="n">day_token</span><span class="p">)</span>
<span class="k">return</span> <span class="bp">None</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-55'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-55'>#</a>
</div>
<p>If the year was not explicitly mentioned...
(strptime will set a default year of 1900)</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="n">valid_format</span><span class="o">.</span><span class="n">lower</span><span class="p">()</span><span class="o">.</span><span class="n">find</span><span class="p">(</span><span class="s">'%y'</span><span class="p">)</span> <span class="o">==</span> <span class="o">-</span><span class="mi">1</span><span class="p">:</span>
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">_day_has_passed</span><span class="p">(</span><span class="n">date</span><span class="p">)</span> <span class="ow">and</span> <span class="n">shift_dates</span><span class="p">:</span>
<span class="n">date</span> <span class="o">=</span> <span class="n">date</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="n">year</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">today</span><span class="p">()</span><span class="o">.</span><span class="n">year</span> <span class="o">+</span> <span class="mi">1</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">date</span> <span class="o">=</span> <span class="n">date</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="n">year</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">today</span><span class="p">()</span><span class="o">.</span><span class="n">year</span><span class="p">)</span>
<span class="k">return</span> <span class="n">date</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-56'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-56'>#</a>
</div>
<p>Parses time token into a time.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">determine_time</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">time_token</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-57'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-57'>#</a>
</div>
<p>Note: ambiguous times like "6" are converted according to how Google
Calendar interprets them. So "1" - "6" are converted to 13-18 on a 24 hour
clock.</p>
<p>Args:
time_token: String to be interpreted as an hour and minute.</p>
<p>Returns:
Time object with hour and minute fields filled in if the
time_token could be parsed. Otherwise, None.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">hour</span><span class="p">,</span> <span class="n">minute</span> <span class="o">=</span> <span class="n">parse_ambiguous_time</span><span class="p">(</span><span class="n">time_token</span><span class="p">)</span>
<span class="k">if</span> <span class="p">(</span><span class="n">hour</span> <span class="ow">or</span> <span class="n">minute</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-58'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-58'>#</a>
</div>
<p>The ambiguous hours arranged in order, according to Google Calendar:
7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="mi">1</span> <span class="o"><=</span> <span class="n">hour</span> <span class="ow">and</span> <span class="n">hour</span> <span class="o"><=</span> <span class="mi">6</span><span class="p">:</span>
<span class="n">hour</span> <span class="o">+=</span> <span class="mi">12</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">tmp</span><span class="p">,</span> <span class="n">_</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_extract_time</span><span class="p">(</span><span class="n">time_token</span><span class="p">,</span> <span class="n">ACCEPTED_TIME_FORMATS</span><span class="p">)</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">tmp</span><span class="p">:</span>
<span class="n">LOG</span><span class="o">.</span><span class="n">debug</span><span class="p">(</span><span class="s">'</span><span class="si">%s</span><span class="s"> did not match any expected time formats'</span><span class="p">)</span>
<span class="k">return</span> <span class="bp">None</span>
<span class="n">hour</span> <span class="o">=</span> <span class="n">tmp</span><span class="o">.</span><span class="n">hour</span>
<span class="n">minute</span> <span class="o">=</span> <span class="n">tmp</span><span class="o">.</span><span class="n">minute</span>
<span class="k">return</span> <span class="n">datetime</span><span class="o">.</span><span class="n">time</span><span class="p">(</span><span class="n">hour</span><span class="o">=</span><span class="n">hour</span><span class="p">,</span> <span class="n">minute</span><span class="o">=</span><span class="n">minute</span><span class="p">)</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-59'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-59'>#</a>
</div>
<p>Returns date data contained in a string.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">_extract_time</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">time_string</span><span class="p">,</span> <span class="n">possible_formats</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-60'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-60'>#</a>
</div>
<p>Args:
time_string: String representing a date and/or time.
possible_formats: List of possible formats "time" may be in.</p>
<p>Returns:
Tuple of (datetime, format) with the datetime object populated by data
found in "time" according to the returned format, or (None, None)
if no formats matched.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">for</span> <span class="n">time_format</span> <span class="ow">in</span> <span class="n">possible_formats</span><span class="p">:</span>
<span class="k">try</span><span class="p">:</span>
<span class="n">date</span> <span class="o">=</span> <span class="n">datetime</span><span class="o">.</span><span class="n">datetime</span><span class="o">.</span><span class="n">strptime</span><span class="p">(</span><span class="n">time_string</span><span class="p">,</span> <span class="n">time_format</span><span class="p">)</span>
<span class="k">except</span> <span class="ne">ValueError</span><span class="p">,</span> <span class="n">err</span><span class="p">:</span>
<span class="k">continue</span>
<span class="k">else</span><span class="p">:</span>
<span class="k">return</span> <span class="n">date</span><span class="p">,</span> <span class="n">time_format</span>
<span class="k">return</span> <span class="bp">None</span><span class="p">,</span> <span class="bp">None</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-61'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-61'>#</a>
</div>
<p>Checks if time has already passed the current time.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">_time_has_passed</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">time_container</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-62'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-62'>#</a>
</div>
<p>Args:
time_container: Object with hour and minute fields.</p>
<p>Returns:
True if the given time has passed, False otherwise.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">now</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">now</span><span class="p">()</span>
<span class="k">return</span> <span class="p">(</span><span class="n">time_container</span><span class="o">.</span><span class="n">hour</span> <span class="o"><</span> <span class="n">now</span><span class="o">.</span><span class="n">hour</span> <span class="ow">or</span>
<span class="p">(</span><span class="n">time_container</span><span class="o">.</span><span class="n">hour</span> <span class="o">==</span> <span class="n">now</span><span class="o">.</span><span class="n">hour</span> <span class="ow">and</span>
<span class="n">time_container</span><span class="o">.</span><span class="n">minute</span> <span class="o"><</span> <span class="n">now</span><span class="o">.</span><span class="n">minute</span><span class="p">))</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-63'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-63'>#</a>
</div>
<p>Holds info on a range of dates entered by the user.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">class</span> <span class="nc">DateRange</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-64'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-64'>#</a>
</div>
<p>Initializes the object.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">start</span><span class="p">,</span> <span class="n">end</span><span class="p">,</span> <span class="n">is_range</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-65'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-65'>#</a>
</div>
<p>Args:
start: Start of the range.
end: End of the range.
is_range: Set True if the user specified this range as a range, False if
it was interpreted as a range.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="bp">self</span><span class="o">.</span><span class="n">start</span> <span class="o">=</span> <span class="n">start</span>
<span class="bp">self</span><span class="o">.</span><span class="n">end</span> <span class="o">=</span> <span class="n">end</span>
<span class="bp">self</span><span class="o">.</span><span class="n">specified_as_range</span> <span class="o">=</span> <span class="n">is_range</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-66'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-66'>#</a>
</div>
<p>Returns Google Calendar friendly text for "when" attribute.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">to_when</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-67'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-67'>#</a>
</div>
<p>Raises:
Error: starting point or ending point are not defined.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">start</span> <span class="ow">or</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">end</span><span class="p">:</span>
<span class="k">raise</span> <span class="n">Error</span><span class="p">(</span><span class="s">'Cannot convert range of dates without start and end points.'</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">start</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">start</span>
<span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">specified_as_range</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-68'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-68'>#</a>
</div>
<p>If only a start date was given...</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">start</span><span class="o">.</span><span class="n">all_day</span><span class="p">:</span>
<span class="n">end</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">start</span> <span class="o">+</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="mi">24</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">end</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">start</span> <span class="o">+</span> <span class="n">datetime</span><span class="o">.</span><span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">end</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">end</span>
<span class="k">return</span> <span class="n">start</span><span class="o">.</span><span class="n">to_when</span><span class="p">(),</span> <span class="n">end</span><span class="o">.</span><span class="n">to_when</span><span class="p">()</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-69'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-69'>#</a>
</div>
<p>Parser that treats strings as ranges.</p>
</div>
<div class='code'>
<div class="highlight"><pre><span class="k">class</span> <span class="nc">DateRangeParser</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-70'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-70'>#</a>
</div>
</div>
<div class='code'>
<div class="highlight"><pre></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-71'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-71'>#</a>
</div>
<p>Initializes the object.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">today</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">now</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">range_tokenizers</span><span class="o">=</span><span class="bp">None</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-72'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-72'>#</a>
</div>
<p>Args:
today: Callback that returns the date.
now: Callback that returns the date and time.
range_tokenizers: List of strings that will be used to split date strings
into tokens. Default None to use module default.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="bp">self</span><span class="o">.</span><span class="n">date_parser</span> <span class="o">=</span> <span class="n">DateParser</span><span class="p">(</span><span class="n">today</span><span class="p">,</span> <span class="n">now</span><span class="p">)</span>
<span class="k">if</span> <span class="n">range_tokenizers</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span>
<span class="n">range_tokenizers</span> <span class="o">=</span> <span class="n">_RANGE_TOKENIZERS</span>
<span class="bp">self</span><span class="o">.</span><span class="n">range_tokenizers</span> <span class="o">=</span> <span class="n">range_tokenizers</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-73'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-73'>#</a>
</div>
<p>"Parses a string into a start and end date.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="k">def</span> <span class="nf">parse</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">date_string</span><span class="p">,</span> <span class="n">shift_dates</span><span class="o">=</span><span class="bp">False</span><span class="p">):</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-74'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-74'>#</a>
</div>
<p>Note: This is Google Calendar specific. If date_string does not contain a
range tokenizer, it will be treated as the starting date of a one day range.</p>
<p>Args:
date_string: String to parse.
shift_dates: Whether or not to shift a date to next year if it has
occurred earlier than today. See documentation for DateParser. Default
False.</p>
<p>Returns:
Tuple of (start_date, end_date), representing start and end dates of the
range. Either may be None, in which case it is an open range (i.e. from
start until the distant future, or from the distant past until the end
date.) If date_string is empty or None, this will be (None, None).</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">start_date</span> <span class="o">=</span> <span class="bp">None</span>
<span class="n">end_date</span> <span class="o">=</span> <span class="bp">None</span>
<span class="n">start_text</span><span class="p">,</span> <span class="n">is_range</span><span class="p">,</span> <span class="n">end_text</span> <span class="o">=</span> <span class="n">split_string</span><span class="p">(</span><span class="n">date_string</span><span class="p">,</span>
<span class="bp">self</span><span class="o">.</span><span class="n">range_tokenizers</span><span class="p">)</span>
<span class="k">if</span> <span class="n">start_text</span><span class="p">:</span>
<span class="n">start_date</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">date_parser</span><span class="o">.</span><span class="n">parse</span><span class="p">(</span><span class="n">start_text</span><span class="p">,</span> <span class="n">shift_dates</span><span class="o">=</span><span class="n">shift_dates</span><span class="p">)</span>
<span class="k">if</span> <span class="n">end_text</span><span class="p">:</span>
<span class="k">if</span> <span class="n">start_date</span><span class="p">:</span>
<span class="n">base</span> <span class="o">=</span> <span class="n">start_date</span><span class="o">.</span><span class="n">local</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">base</span> <span class="o">=</span> <span class="bp">None</span>
<span class="n">end_date</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">date_parser</span><span class="o">.</span><span class="n">parse</span><span class="p">(</span><span class="n">end_text</span><span class="p">,</span> <span class="n">base</span><span class="o">=</span><span class="n">base</span><span class="p">,</span>
<span class="n">shift_dates</span><span class="o">=</span><span class="n">shift_dates</span><span class="p">)</span>
<span class="k">elif</span> <span class="ow">not</span> <span class="n">is_range</span><span class="p">:</span></pre></div>
</div>
</div>
<div class='clearall'></div>
<div class='section' id='section-75'>
<div class='docs'>
<div class='octowrap'>
<a class='octothorpe' href='#section-75'>#</a>
</div>
<p>If no range tokenizer was given, the end date is effectively the day
after the given date.</p>
</div>
<div class='code'>
<div class="highlight"><pre> <span class="n">end_date</span> <span class="o">=</span> <span class="n">start_date</span>
<span class="k">return</span> <span class="n">DateRange</span><span class="p">(</span><span class="n">start_date</span><span class="p">,</span> <span class="n">end_date</span><span class="p">,</span> <span class="n">is_range</span><span class="p">)</span>
</pre></div>
</div>
</div>
<div class='clearall'></div>
</div>
</body>
|
example/templates/footer.html | tarequeh/little-ebay | <div id="footer">
<div class="footerleft">
© 2009 by Owners. Some rights reserved.
</div>
<div class="footerright">
<a href="http://www.djangoproject.com"><img alt="Made With Django" src="{{ MEDIA_URL }}img/madewithdjango.gif" /></a>
</div>
</div> |
ocr_extracted/W29217_text/page2.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29217_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="index.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 1171px; margin-top: 191px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1234px; margin-top: 191px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gyrodata Directional </p>
</div>
<div style="position: absolute; margin-left: 1906px; margin-top: 191px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Survey </p>
</div>
<div style="position: absolute; margin-left: 276px; margin-top: 255px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">ConocoPhillips <br/>Lease: CCU North Coast Well: 4—8-23MBH, 5" Drill Pipe Location: Precision #567, Dunn County, North Dakota Job Number: RM1014GDM591 </p>
</div>
<div style="position: absolute; margin-left: 276px; margin-top: 532px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">MEASURED DEPTH feet </p>
</div>
<div style="position: absolute; margin-left: 612px; margin-top: 532px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">INCL <br/>deg. </p>
</div>
<div style="position: absolute; margin-left: 780px; margin-top: 532px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">AZIMUTH <br/>deg. </p>
</div>
<div style="position: absolute; margin-left: 340px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">7756.58 7850.23 7944.20 </p>
</div>
<div style="position: absolute; margin-left: 276px; margin-top: 2257px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Page 6 of6 </p>
</div>
<div style="position: absolute; margin-left: 1086px; margin-top: 532px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">DOGLEG SEVERITY deg./ 100 ft. </p>
</div>
<div style="position: absolute; margin-left: 1359px; margin-top: 532px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">VERTICAL CLOSURE DEPTH DIST. AZIMUTH feet feet deg. </p>
</div>
<div style="position: absolute; margin-left: 617px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">20.38 20.32 20.40 </p>
</div>
<div style="position: absolute; margin-left: 2151px; margin-top: 532px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HORIZONTAL COORDINATES </p>
</div>
<div style="position: absolute; margin-left: 2300px; margin-top: 639px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">feet </p>
</div>
<div style="position: absolute; margin-left: 873px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">91.48 95.06 96.03 </p>
</div>
<div style="position: absolute; margin-left: 1171px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.09 1.33 0.37 </p>
</div>
<div style="position: absolute; margin-left: 2385px; margin-top: 1639px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">2013.12 E </p>
</div>
<div style="position: absolute; margin-left: 1426px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">7484.38 7572.18 7660.28 </p>
</div>
<div style="position: absolute; margin-left: 276px; margin-top: 1065px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">8038.17 20.29 101.03 <br/>8132.12 20.31 105.48 8226.12 20.20 109.17 8319.95 20.13 111.16 8413.98 20.25 105.43 8507.60 20.31 103.47 8601.52 20.27 102.83 8695.12 20.28 102.22 8789.20 20.22 103.27 8882.92 20.30 98.50 8945.61 20.34 93.62 <br/>Final Station Closure: Distance: 2029.26 ft </p>
</div>
<div style="position: absolute; margin-left: 1095px; margin-top: 1065px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1.85 1.64 1.36 0.73 2.11 <br/>0.73 0.24 0.23 0.39 1.76 <br/>2.70 <br/>A2: 97.23 deg. </p>
</div>
<div style="position: absolute; margin-left: 1431px; margin-top: 1065px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">7748.40 7836.52 7924.71 8012.79 8101.05 <br/>8188.87 8276.96 8364.76 8453.02 8540.95 <br/>8599.75 </p>
</div>
<div style="position: absolute; margin-left: 1725px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1620.7 1653.2 1685.9 </p>
</div>
<div style="position: absolute; margin-left: 1893px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">96.0 95.9 95.9 </p>
</div>
<div style="position: absolute; margin-left: 1725px; margin-top: 1065px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1718.5 1750.8 1782.8 1814.2 1845.9 <br/>1878.1 1910.5 1942.7 1975.1 2007.5 <br/>2029.3 </p>
</div>
<div style="position: absolute; margin-left: 1893px; margin-top: 1065px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">96.0 96.1 96.3 96.6 96.8 <br/>96.9 97.0 97.1 97.2 97.2 <br/>97.2 </p>
</div>
<div style="position: absolute; margin-left: 2130px; margin-top: 873px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">168.95 S 170.81 S 173.97 S </p>
</div>
<div style="position: absolute; margin-left: 2130px; margin-top: 1065px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">178.80 186.27 195.96 207.10 217.28 <br/>225.37 232.78 239.81 247.00 253.12 <br/>255.41 <br/>mmmmm <br/>mmmmm </p>
</div>
<div style="position: absolute; margin-left: 2385px; margin-top: 873px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1611.87 1644.37 1676.91 </p>
</div>
<div style="position: absolute; margin-left: 2553px; margin-top: 873px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">mmm </p>
</div>
<div style="position: absolute; margin-left: 2385px; margin-top: 1065px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1709.20 E 1740.90 E 1771.95 E 1802.31 E 1833.09 E <br/>1864.51 E 1896.22 E 1927.89 E 1959.64 E 1991.49 E </p>
</div>
</body>
</html>
|
docs/spgl.grandom-pysrc.html | SarahPythonista/acmpy | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>spgl.grandom</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="spgl-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="spgl-module.html">Package spgl</a> ::
Module grandom
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="spgl.grandom-pysrc.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<h1 class="epydoc">Source Code for <a href="spgl.grandom-module.html">Module spgl.grandom</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-docstring">'''</tt> </tt>
<a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-docstring">This file exports functions for generating pseudorandom numbers.</tt> </tt>
<a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring">'''</tt> </tt>
<a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">random</tt> </tt>
<a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"> </tt>
<a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt id="link-0" class="py-name" targets="Variable spgl.grandom.__INITIALIZED__=spgl.grandom-module.html#__INITIALIZED__"><a title="spgl.grandom.__INITIALIZED__" class="py-name" href="#" onclick="return doclink('link-0', '__INITIALIZED__', 'link-0');">__INITIALIZED__</a></tt> <tt class="py-op">=</tt> <tt class="py-name">False</tt> <tt class="py-comment">#: Flag to check if seeded</tt> </tt>
<a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"> </tt>
<a name="initRandomSeed"></a><div id="initRandomSeed-def"><a name="L8"></a><tt class="py-lineno"> 8</tt> <a class="py-toggle" href="#" id="initRandomSeed-toggle" onclick="return toggle('initRandomSeed');">-</a><tt class="py-line"><tt class="py-keyword">def</tt> <a class="py-def-name" href="spgl.grandom-module.html#initRandomSeed">initRandomSeed</a><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="initRandomSeed-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="initRandomSeed-expanded"><a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt>
<a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"><tt class="py-docstring"> Internal function</tt> </tt>
<a name="L11"></a><tt class="py-lineno">11</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt>
<a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"> <tt class="py-keyword">global</tt> <tt id="link-1" class="py-name"><a title="spgl.grandom.__INITIALIZED__" class="py-name" href="#" onclick="return doclink('link-1', '__INITIALIZED__', 'link-0');">__INITIALIZED__</a></tt> </tt>
<a name="L13"></a><tt class="py-lineno">13</tt> <tt class="py-line"> <tt class="py-keyword">if</tt><tt class="py-op">(</tt><tt id="link-2" class="py-name"><a title="spgl.grandom.__INITIALIZED__" class="py-name" href="#" onclick="return doclink('link-2', '__INITIALIZED__', 'link-0');">__INITIALIZED__</a></tt> <tt class="py-op">==</tt> <tt class="py-name">False</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L14"></a><tt class="py-lineno">14</tt> <tt class="py-line"> <tt class="py-name">random</tt><tt class="py-op">.</tt><tt class="py-name">seed</tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"> <tt id="link-3" class="py-name"><a title="spgl.grandom.__INITIALIZED__" class="py-name" href="#" onclick="return doclink('link-3', '__INITIALIZED__', 'link-0');">__INITIALIZED__</a></tt> <tt class="py-op">=</tt> <tt class="py-name">True</tt> </tt>
</div><a name="L16"></a><tt class="py-lineno">16</tt> <tt class="py-line"> </tt>
<a name="randomInteger"></a><div id="randomInteger-def"><a name="L17"></a><tt class="py-lineno">17</tt> <a class="py-toggle" href="#" id="randomInteger-toggle" onclick="return toggle('randomInteger');">-</a><tt class="py-line"><tt class="py-keyword">def</tt> <a class="py-def-name" href="spgl.grandom-module.html#randomInteger">randomInteger</a><tt class="py-op">(</tt><tt class="py-param">low</tt><tt class="py-op">,</tt> <tt class="py-param">high</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="randomInteger-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="randomInteger-expanded"><a name="L18"></a><tt class="py-lineno">18</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt>
<a name="L19"></a><tt class="py-lineno">19</tt> <tt class="py-line"><tt class="py-docstring"> Returns a random integer in the range low to</tt> </tt>
<a name="L20"></a><tt class="py-lineno">20</tt> <tt class="py-line"><tt class="py-docstring"> high, inclusive.</tt> </tt>
<a name="L21"></a><tt class="py-lineno">21</tt> <tt class="py-line"><tt class="py-docstring"> </tt> </tt>
<a name="L22"></a><tt class="py-lineno">22</tt> <tt class="py-line"><tt class="py-docstring"> @type low: int</tt> </tt>
<a name="L23"></a><tt class="py-lineno">23</tt> <tt class="py-line"><tt class="py-docstring"> @param low: lower bound</tt> </tt>
<a name="L24"></a><tt class="py-lineno">24</tt> <tt class="py-line"><tt class="py-docstring"> @type high: int</tt> </tt>
<a name="L25"></a><tt class="py-lineno">25</tt> <tt class="py-line"><tt class="py-docstring"> @param high: upper bound</tt> </tt>
<a name="L26"></a><tt class="py-lineno">26</tt> <tt class="py-line"><tt class="py-docstring"> @rtype: int</tt> </tt>
<a name="L27"></a><tt class="py-lineno">27</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt>
<a name="L28"></a><tt class="py-lineno">28</tt> <tt class="py-line"> <tt id="link-4" class="py-name" targets="Function spgl.grandom.initRandomSeed()=spgl.grandom-module.html#initRandomSeed"><a title="spgl.grandom.initRandomSeed" class="py-name" href="#" onclick="return doclink('link-4', 'initRandomSeed', 'link-4');">initRandomSeed</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L29"></a><tt class="py-lineno">29</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">random</tt><tt class="py-op">.</tt><tt class="py-name">randint</tt><tt class="py-op">(</tt><tt class="py-name">low</tt><tt class="py-op">,</tt> <tt class="py-name">high</tt><tt class="py-op">-</tt><tt class="py-number">1</tt><tt class="py-op">)</tt> </tt>
</div><a name="L30"></a><tt class="py-lineno">30</tt> <tt class="py-line"> </tt>
<a name="randomReal"></a><div id="randomReal-def"><a name="L31"></a><tt class="py-lineno">31</tt> <a class="py-toggle" href="#" id="randomReal-toggle" onclick="return toggle('randomReal');">-</a><tt class="py-line"><tt class="py-keyword">def</tt> <a class="py-def-name" href="spgl.grandom-module.html#randomReal">randomReal</a><tt class="py-op">(</tt><tt class="py-param">low</tt><tt class="py-op">,</tt> <tt class="py-param">high</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="randomReal-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="randomReal-expanded"><a name="L32"></a><tt class="py-lineno">32</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt>
<a name="L33"></a><tt class="py-lineno">33</tt> <tt class="py-line"><tt class="py-docstring"> Returns a random real number in the half-open interval</tt> </tt>
<a name="L34"></a><tt class="py-lineno">34</tt> <tt class="py-line"><tt class="py-docstring"> [low&nbsp;..&nbsp;high). A half-open</tt> </tt>
<a name="L35"></a><tt class="py-lineno">35</tt> <tt class="py-line"><tt class="py-docstring"> interval includes the first endpoint but not the second, which</tt> </tt>
<a name="L36"></a><tt class="py-lineno">36</tt> <tt class="py-line"><tt class="py-docstring"> means that the result is always greater than or equal to</tt> </tt>
<a name="L37"></a><tt class="py-lineno">37</tt> <tt class="py-line"><tt class="py-docstring"> low but strictly less than high.</tt> </tt>
<a name="L38"></a><tt class="py-lineno">38</tt> <tt class="py-line"><tt class="py-docstring"> </tt> </tt>
<a name="L39"></a><tt class="py-lineno">39</tt> <tt class="py-line"><tt class="py-docstring"> @type low: float</tt> </tt>
<a name="L40"></a><tt class="py-lineno">40</tt> <tt class="py-line"><tt class="py-docstring"> @param low: lower bound</tt> </tt>
<a name="L41"></a><tt class="py-lineno">41</tt> <tt class="py-line"><tt class="py-docstring"> @type high: float</tt> </tt>
<a name="L42"></a><tt class="py-lineno">42</tt> <tt class="py-line"><tt class="py-docstring"> @param high: upper bound</tt> </tt>
<a name="L43"></a><tt class="py-lineno">43</tt> <tt class="py-line"><tt class="py-docstring"> @rtype: float</tt> </tt>
<a name="L44"></a><tt class="py-lineno">44</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt>
<a name="L45"></a><tt class="py-lineno">45</tt> <tt class="py-line"> <tt id="link-5" class="py-name"><a title="spgl.grandom.initRandomSeed" class="py-name" href="#" onclick="return doclink('link-5', 'initRandomSeed', 'link-4');">initRandomSeed</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L46"></a><tt class="py-lineno">46</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">random</tt><tt class="py-op">.</tt><tt class="py-name">uniform</tt><tt class="py-op">(</tt><tt class="py-name">low</tt><tt class="py-op">,</tt> <tt class="py-name">high</tt><tt class="py-op">)</tt> </tt>
</div><a name="L47"></a><tt class="py-lineno">47</tt> <tt class="py-line"> </tt>
<a name="randomChance"></a><div id="randomChance-def"><a name="L48"></a><tt class="py-lineno">48</tt> <a class="py-toggle" href="#" id="randomChance-toggle" onclick="return toggle('randomChance');">-</a><tt class="py-line"><tt class="py-keyword">def</tt> <a class="py-def-name" href="spgl.grandom-module.html#randomChance">randomChance</a><tt class="py-op">(</tt><tt class="py-param">p</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="randomChance-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="randomChance-expanded"><a name="L49"></a><tt class="py-lineno">49</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt>
<a name="L50"></a><tt class="py-lineno">50</tt> <tt class="py-line"><tt class="py-docstring"> Returns true with the probability indicated by p.</tt> </tt>
<a name="L51"></a><tt class="py-lineno">51</tt> <tt class="py-line"><tt class="py-docstring"> The argument p must be a floating-point number between</tt> </tt>
<a name="L52"></a><tt class="py-lineno">52</tt> <tt class="py-line"><tt class="py-docstring"> 0 (never) and 1 (always). For example, calling</tt> </tt>
<a name="L53"></a><tt class="py-lineno">53</tt> <tt class="py-line"><tt class="py-docstring"> randomChance(.30) returns true 30 percent</tt> </tt>
<a name="L54"></a><tt class="py-lineno">54</tt> <tt class="py-line"><tt class="py-docstring"> of the time.</tt> </tt>
<a name="L55"></a><tt class="py-lineno">55</tt> <tt class="py-line"><tt class="py-docstring"> </tt> </tt>
<a name="L56"></a><tt class="py-lineno">56</tt> <tt class="py-line"><tt class="py-docstring"> @type p: float</tt> </tt>
<a name="L57"></a><tt class="py-lineno">57</tt> <tt class="py-line"><tt class="py-docstring"> @param p: percent chance of being true</tt> </tt>
<a name="L58"></a><tt class="py-lineno">58</tt> <tt class="py-line"><tt class="py-docstring"> @rtype: boolean</tt> </tt>
<a name="L59"></a><tt class="py-lineno">59</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt>
<a name="L60"></a><tt class="py-lineno">60</tt> <tt class="py-line"> <tt id="link-6" class="py-name"><a title="spgl.grandom.initRandomSeed" class="py-name" href="#" onclick="return doclink('link-6', 'initRandomSeed', 'link-4');">initRandomSeed</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L61"></a><tt class="py-lineno">61</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-op">(</tt><tt id="link-7" class="py-name" targets="Function spgl.grandom.randomReal()=spgl.grandom-module.html#randomReal"><a title="spgl.grandom.randomReal" class="py-name" href="#" onclick="return doclink('link-7', 'randomReal', 'link-7');">randomReal</a></tt><tt class="py-op">(</tt><tt class="py-number">0</tt><tt class="py-op">,</tt><tt class="py-number">1</tt><tt class="py-op">)</tt> <tt class="py-op"><</tt> <tt class="py-name">p</tt><tt class="py-op">)</tt> </tt>
</div><a name="L62"></a><tt class="py-lineno">62</tt> <tt class="py-line"> </tt>
<a name="setRandomSeed"></a><div id="setRandomSeed-def"><a name="L63"></a><tt class="py-lineno">63</tt> <a class="py-toggle" href="#" id="setRandomSeed-toggle" onclick="return toggle('setRandomSeed');">-</a><tt class="py-line"><tt class="py-keyword">def</tt> <a class="py-def-name" href="spgl.grandom-module.html#setRandomSeed">setRandomSeed</a><tt class="py-op">(</tt><tt class="py-param">seed</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="setRandomSeed-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="setRandomSeed-expanded"><a name="L64"></a><tt class="py-lineno">64</tt> <tt class="py-line"> <tt class="py-docstring">'''</tt> </tt>
<a name="L65"></a><tt class="py-lineno">65</tt> <tt class="py-line"><tt class="py-docstring"> Sets the internal random number seed to the specified value. You</tt> </tt>
<a name="L66"></a><tt class="py-lineno">66</tt> <tt class="py-line"><tt class="py-docstring"> can use this function to set a specific starting point for the</tt> </tt>
<a name="L67"></a><tt class="py-lineno">67</tt> <tt class="py-line"><tt class="py-docstring"> pseudorandom sequence or to ensure that program behavior is</tt> </tt>
<a name="L68"></a><tt class="py-lineno">68</tt> <tt class="py-line"><tt class="py-docstring"> repeatable during the debugging phase.</tt> </tt>
<a name="L69"></a><tt class="py-lineno">69</tt> <tt class="py-line"><tt class="py-docstring"> </tt> </tt>
<a name="L70"></a><tt class="py-lineno">70</tt> <tt class="py-line"><tt class="py-docstring"> @type seed: Hashable</tt> </tt>
<a name="L71"></a><tt class="py-lineno">71</tt> <tt class="py-line"><tt class="py-docstring"> @param seed: seed value</tt> </tt>
<a name="L72"></a><tt class="py-lineno">72</tt> <tt class="py-line"><tt class="py-docstring"> @rtype: void</tt> </tt>
<a name="L73"></a><tt class="py-lineno">73</tt> <tt class="py-line"><tt class="py-docstring"> '''</tt> </tt>
<a name="L74"></a><tt class="py-lineno">74</tt> <tt class="py-line"> <tt id="link-8" class="py-name"><a title="spgl.grandom.initRandomSeed" class="py-name" href="#" onclick="return doclink('link-8', 'initRandomSeed', 'link-4');">initRandomSeed</a></tt><tt class="py-op">(</tt><tt class="py-op">)</tt> </tt>
<a name="L75"></a><tt class="py-lineno">75</tt> <tt class="py-line"> <tt class="py-name">random</tt><tt class="py-op">.</tt><tt class="py-name">seed</tt><tt class="py-op">(</tt><tt class="py-name">seed</tt><tt class="py-op">)</tt> </tt>
</div><a name="L76"></a><tt class="py-lineno">76</tt> <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="spgl-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Fri May 10 02:58:16 2013
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
style.css | githubUser919/ng-playground | body {
margin: 10px;
}
footer {
margin-top: 20px;
background-color: lightgray;
} |
src/style.css | ExtPlug/compact-history | :root {
--item-height: 20px;
}
#history-panel .media-list.history .playlist-media-item:not(.selected) {
height: var(--item-height);
& img {
height: var(--item-height);
width: calc(var(--item-height) * 1.5);
margin-top: 0px;
}
& .score {
height: auto;
width: auto;
top: 0px;
left: 65px;
& .item {
margin-right: 10px;
}
}
& .meta {
height: auto;
& span {
height: var(--item-height);
top: 0px
}
& .author {
left: 120px;
right: 300px;
width: auto;
}
& .name {
right: 125px;
}
}
& .actions {
height: var(--item-height);
top: 0px;
& div {
height: var(--item-height);
& i {
top: -4px;
}
}
}
}
|
_layouts/books_page.html | andrewserong/annamcilwraith | ---
layout: default
---
<article class="post" id="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<!-- <hr class="separator" /> -->
{% if page.sub_title %}
<h2 class="post-sub-title">{{ page.sub_title }}</h2>
{% endif %}
</header>
{% assign pages = site.pages | sort: 'page_rank' %}
{% for my_page in pages %}
<div class="books-book">
{% if my_page.title != null and my_page.show_in_books != null %}
{% if my_page.is_parent %}
<a href="{{ my_page.url | prepend: site.baseurl }}">
<h3 class="books-series-title">{{ my_page.title }}</h3>
</a>
<p>
{{ my_page.desc_short}}
</p>
<!--
<div class="series-book-list" id="series-books">
<h2>Books in reading order</h2>
{% include separator-narrow.html %}
<ul>
{% assign pages = site.pages | sort: 'page_rank' %}
{% for child_page in pages %}
{% if child_page.title != null and child_page.show_in_books != null and child_page.parent == my_page.id %}
<li>
<a href="{{ child_page.url | prepend: site.baseurl }}">
{{ child_page.title }}
</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
-->
{% endif %}
{% if my_page.is_child %}
<h4>{{ my_page.book_number }}. <a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></h4>
<!-- <h4>{{ my_page.sub_title }}</h4> -->
<!--
<div class="books-container">
<div class="books-column books-col1">
<a href="{{ my_page.url | prepend: site.baseurl }}" title="{{ my_page.title }}">
<div class="img" style="background: url('{{ site.basebookimgurl }}{{ my_page.hero_twitter }}'); background-size: cover;">
</div>
</a>
</div>
<div class="books-column books-col2">
{{ my_page.desc_short }}
</div>
</div>
-->
{% endif %}
{% endif %}
</div>
{% endfor %}
<div class="post-content">
{{ content }}
</div>
</article> |
index.html | bwerocks/bwerocks.github.io | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>BWE Rocks</title>
<meta name="description" content="Development, no bullshit">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,300,100italic">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[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]-->
<header class="PageHeader">
<div class="Wrapper">
<div class="PageHeader-Content">
<h1 class="PageHeader-Title">
<figure>
<img class="Img--responsive" src="img/bbbwwweee.png">
<figcaption class="PageHeader-Title-Heading">
BWE - Digital Development Agency - No Bulls**t Since 2014
</figcaption>
</figure>
</h1>
</div>
</div>
</header>
<main class="PageContent">
<div class="Wrapper">
<div class="PageContent-Content">
<p>
BWE é uma agência digital focada em criação e
desenvolvimento de sites multiplataformas, sistemas e
aplicativos web.
</p>
<p>
Nosso método de trabalho inclui análise,
UX/UI/AI, Design e Desenvolvimento (PHP, HTML JavaScript, CSS).
</p>
<a class="SocialLink" href="mailto:contato@bwe.rocks">
<img class="SocialLink-Icon" src="img/icon-mail.png">
contato@bwe.rocks
</a>
<a class="SocialLink" href="http://ello.co/bwe" rel="external">
<img class="SocialLink-Icon" src="img/icon-ello.png">
ello.co/bwe
</a>
<form action="https://docs.google.com/forms/d/1CjUesN_zybXPpuPNGhhnPx05aeDpSkDzumfsxIVMdd4/formResponse" class="Form js-contact-form">
<legend class="Form-Legend">Deseja mais informações? Entre em contato:</legend>
<fieldset>
<label class="Form-Label">
<span>Nome (obrigatório)</span>
<input class="Form-Input" type="text" placeholder="Nome (obrigatório)" name="entry.1883657676">
</label>
<label class="Form-Label">
<span>E-mail (obrigatório)</span>
<input class="Form-Input" type="email" placeholder="E-mail (obrigatório)" name="entry.156984000">
</label>
<label class="Form-Label Form-Label--full">
<span>Mensagem (obrigatório)</span>
<textarea class="Form-Input" placeholder="Mensagem (obrigatório)" name="entry.1358955039" rows="3"></textarea>
</label>
<button class="Form-Button Bt Bt--primary" type="submit">Enviar</button>
</fieldset>
</form>
</div>
</div>
</main>
<footer class="PageFooter">
© BWE - Digital.Development.Agency - No Bullsh**t since 2014
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>
|
blog/t13-js_queen.html | sarahkwak/sarahkwak.github.io | <!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<title>🐾 Teach Brian How to Code</title>
<link rel="stylesheet" href="stylesheets/blog-stylesheet.css" type="text/css">
</head>
<body>
<div class="sub-div">
<p><a href="../index.html">Back to Home</a></p>
</div>
<main>
<h6>Becoming Javascript Queen</h6>
<h2>July 21, 2015</h2>
<div class=tech-div>
<h4>How to master JavaScript</h4>
<p>After two unsuccessful javascript interviews, I decide to take some time and study in depth. Like it or not, JavaScript developer positions are much more than Ruby developer positions and I just can't ignore powerful libraries and their scalability! So What is JavaScript?</p>
<p>JS is a single threaded lagnauge. JS is a dynamic, weakly typed, prototype-based language with <strong>first-class functions</strong>. If you think about it, DOM is JavaScript representation of HTML and browser. </p>
<p>First, let's see how JS memory and variable works.</p>
<img src='Screen-shot/varmemory.png'>
<p>In this example, JS created the variable sum as a function and skip the function body. Next, It will create a, b and assigned to number and an object. When it try to create the variable c, it will invoke the function sum and then reads the function body. a and b becomes x and y and then it will return the result, which is 2 + 3 = 5</p>
<p>Let's pretend there is a new variable d. If you call d = sum(a,b), what happen?</p>
<p>It will still return 5. Because the system will create new variable d apart from c and assigned to sum(a,b) like they don't know nothing about c. </p>
<p>As you can guess, if you call c(); it will returns 7. It is because it will bring c value and then execute again.</p>
<p>Let's observe weired behavoir of javascript double and triple equal rules</p>
<h4> '==' and '===' :The Performance Difference </h4>
<div class="text-editor">
21 == '21' //true
undefined == null //true
undefined === null //false
21 === 21 //true
{} === {} //false - because they only compare the memory address of the two different objects.
NaN === NaN //false
true == {valueOf: function() {retur "1"}} //true - because they are trying to convert bullean value to ingeter 1. So it becomes a question of 1 == '1'
</div>
<p>So when we using ==, this will increse look up time dramatically if they have to match different type of things. For instance, if they want to see if true and the function returns '1' are equal(==), then it will first see if true can be validated as something else like integer and then convert to 1. And then it will see if this will be match with the string of '1'. And then finally it will determine 1 and '1' are same thing. So this is about the performance issue, not anything else.</p>
<p>Note: I don't think this is super important or anything but 'Method' is function belongs to a object(so it is property of an object), function is just general scope of function</p>
<p>There is also term called 'Native Array Method' which is like 'unshift' and 'push' in array. Function on array comes out of box of Javascript. </p>
<div class="text-editor">
*Special key word 'arguments'
var add = function(a,b) {
console.log(arguments);
};
add(3, 4, 5)
// [3,4,5] in array like format
</div>
<h4>Scope scope scope!!!</h4>
<div class='text-editor'>
var extra = 'chocolate';
var blender = function(fruit) {
var x = fruit ;
var y = 'yogart';
var delic = function() {
var ingred = 'milk';
console.log( fruit + ' and '+ y + ' and ' + extra)
};
console.log("The x is " + ingred);
delic();
}
blender('strawberry');
//this will throw ReferenceError: ingred is not defined
</div>
<p>Conclusion: Parent can't access children's variables(ingred) but children can access parent's variables(x, y).</p>
<p> function 'delic' can't be execute outside of the parent function 'blender'. The reason is that delic is a private function of blender. </p>
<div class='text-editor'>
var outerCounter = 10;
var fn = function () {
outerCounter = outerCounter + 1;
ACTUAL = outerCounter;
};
fn();
expect(ACTUAL === 11).to.be.true;
console.log(outerCounter) // 11
fn();
expect(ACTUAL === 12).to.be.true;
console.log(outerCounter) // 12
</div>
<p>Because outerCounter is a global variable, it can be reset from anywhere. Compare with the following exercise</p>
<div class='text-editor'>
var fn = function () {
var innerCounter = innerCounter || 10;
innerCounter = innerCounter + 1;
ACTUAL = innerCounter;
};
fn();
expect(ACTUAL === 11).to.be.true;
fn();
expect(ACTUAL === 11).to.be.true;
</div>
<p>A new variable scope is created for every call to a function. </p>
<h4>Closure </h4>
<div class=text-editor>
var closureAlert = function() {
var x = 0;
var alerter = function() {
alert(++x);
}
return alerter;
}
myclosureAlert = closureAlert();
myclosureAlert();
// myclosureAlert is a 'closure'. It holds the reference to the environment.
</div>
<p>One thing really important to understand is why we use 'closure'. A 'closure' is to store the function inside of the function so it can be called later. So in general, the parent function will 'return' the child function (but it will NOT invoke the function) which can be stored in variable outside of the parent function. Thus it can be invoked later. </p>
<p>Let's look at one funny example of how closure works in memory.</p>
<img src='Screen-shot/closure.png'>
<p> So what a[0]();, a[0]();, a[0](); will return? The answer is 3. Let me walk through this.</p>
<ol>
<li>The for loop will create 3 different functions. a[0], a[1], a[3]. That's all what the for loop does. Nothing else. </li>
<li>At the begining, variable i will start as 0. and then when it create 3 function, it will change to 1 and 2. </li>
<li>When it becomes 3, for loop will stop. Because for loop supposed to take i less than 3. But i remained as 3.</li>
<li>So when a[0]() or any other two functions called, it alerts '3'. </li>
</ol>
<h4>Prototype Inheritance. What does 'NEW' keyword do?</h4>
<div class=text-editor>
var Person = function(name) {
this.name = name;
}; //object constructor
Person.prototype.speak = function() { console.log("Hello")};
</div>
<p>The object constructor is there so we can construct similar type of objects. For instance, with Person object constructor, we can create many people like this</p>
<div class=text-editor>
james = new Person("James");
sarah = new Person("Sarah");
</div>
<p>Not a big deal. We know this very well. But what does 'new' keyword do under the hood?</p>
<p>Here are the list of things happen when a 'new' keyword was called</p>
<ol>
<li>Create a new object like james and sarah</li>
<li>Set sarah and james's __proto__ to constructors prototype</li>
<li>Invoke prototype with functions like arguments like name</li>
<li>return an object with all functions that the constructor has like speak, name etc.</li>
</ol>
<div class=text-editor>
var NEW = function(newobj, args) {
var sarah = {};
sarah.__proto__ = newobj.prototype
newobj.apply(sarah, args);
return sarah;
};
var sarah = NEW(Person, ['name'])
//so our 'NEW' function will create object sarah
sarah.speak(); //speak function will be inherited from newobj 'Person'
</div>
<h2>Call and Apply </h2>
<p>Call and Apply are used to invoke function. Call and Apply call a function with a given this value and arguments provided individually.</p>
<p>The difference between call and apply is that call takes individual argument and apply takes array of arguments</p>
<p> First, using call to chain constructors for an object</p>
<div class=text-editor>
var Product = function(name, price) {
this.name = name;
this.price = price;
};
var Food = function(name, price) {
Product.call(this, name, price);
this.category = 'food';
};
Food.prototype = Object.create(Product.prototype);
//Create new object and copy the Product.prototype
Food.prototype.constructor = Food;
//Reset the constructor from Product to Food (single inheritance)
</div>
<p>Second, using call to invoke an anonymous function</p>
<div class=text-editor>
var animals = [
{ species: 'Lion', name: 'King' },
{ species: 'Whale', name: 'Fail' }
];
for (var i=0; i "<" animals.length; i++){
(function(i) {
this.print = function() {
console.log('#' + i + ' ' + this.species
+ ': ' + this.name);
}
this.print();
}).call(animals[i], i);
};
//#1 Lion: King
//#2 Wale: Fail
</div>
<p>The first argument of the call is always for 'this'. What we are calling the function on. The second argument is whatever we need to pass on. In this case, 'i'. Otherwise, the print function will not know 'i' and print 'undefined'. </p>
</div>
</main>
<hr>
<footer>
Sarah Kwak 2015 © copyrights
</footer>
</body>
</html> |
bb/quote.html | jsepia/ogtest | <!DOCTYPE html>
<html>
<head>
<title>HeartWinds: A Tale of the Spirit (The Place of Passage Book 4) - Kindle</title>
<link rel="shortcut icon" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/KP_favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/Icon-60.png"/>
<link rel="apple-touch-icon-precomposed" sizes="120x120" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/Icon-60@2x.png"/>
<link rel="apple-touch-icon-precomposed" sizes="180x180" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/Icon-60@3x.png"/>
<link rel="apple-touch-icon-precomposed" sizes="76x76" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/Icon-76.png"/>
<link rel="apple-touch-icon-precomposed" sizes="152x152" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/Icon-76@2x.png"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://jsepia.github.io/ogtest/bb/quote.html" />
<meta property="og:image" content="https://images-na.ssl-images-amazon.com/images/P/B012P7D7UK.01.L.jpg" />
<meta property="og:title" content="HeartWinds: A Tale of the Spirit (The Place of Passage Book 4)" />
<meta property="og:description" content="Shared via Kindle. Description: Have you ever followed your heart seeking to realize a life dream? How often have you experienced setback..." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://images-na.ssl-images-amazon.com/images/P/B012P7D7UK.01.L.jpg">
<meta name="twitter:title" content="HeartWinds: A Tale of the Spirit (The Place of Passage Book 4)">
<meta name="twitter:description" content="Quote shared via Kindle: """>
</head>
<body>
Lorem ipsum dolor sit amet. Consectetur adipiscing elit. Sed solicitudin
meow id lacus efficipurr, quis mattis nunc auctor. Nyan aliquet finibus
odio quis catbus. Ut a lorem lacinia, sagittis massa sit amet, tempus
yarn. Donec aliquam vel elit sed tempor. Sed egestas nunc non feline
tristique auctor. Duis quis dolor et dolor hendrerit whiskers. Quisque
condimentum eros leo, vitae interdum augue gravita vel. Nullam sit amet
mollis leo. Proin aliquam kitty luctus tempus.
</body>
</html>
|
gui/theme/templates/accounts/account_profile.html | SISTEMAsw/TAMP | {% extends "base.html" %}
{% load i18n mezzanine_tags accounts_tags %}
{% block meta_title %}{{ profile_user|username_or:"get_full_name" }}{% endblock %}
{% block title %}{{ profile_user|username_or:"get_full_name" }}{% endblock %}
{% block body_id %}account{% endblock %}
{% block extra_head %}
{% load static %}
<link rel="stylesheet" href="{% static "css/profile/profile.css" %}">
{% endblock %}
{% block breadcrumb_menu %}
{{ block.super }}
<li>
{{ profile_user|username_or:"get_full_name" }}
</li>
{% endblock %}
{% block main %}
<div class="profileWrapper">
{% if profile_user == request.user %}
<div class="fancyProfile">
<div class="avatarFancy">
<div class="avatar">
{% if user.userprofile.user_pic %}
<img class="img-thumbnail" src="{{MEDIA_URL}}{{user.userprofile.user_pic}}" alt="avatar"/>
{% else %}
<img class="img-thumbnail" src="{% static "img/basic/blank.png" %}" alt="avatar"/>
{% endif %}
</div>
</div>
<div class="profileInfo">
<legend><h2>{{ profile_user}}</h2></legend>
<div class="profile">
<div class="profileTitel"><b>Name</b></div>
<div class="profileDetails">
{% if user.first_name and user.last_name %}
<p>{{ user.first_name }} {{ user.last_name }}</p>
{% else %}
<p> None </p>
{% endif %}
</div>
</div>
<div class="profile">
<div class="profileTitel"><b>eMail</b></div>
<div class="profileDetails">
{% if user.email %}
<p>{{ user.email }} </p>
{% else %}
<p> None </p>
{% endif %}
</div>
</div>
<div class="profile">
<div class="profileTitel"><b>Affiliation</b></div>
<div class="profileDetails">
<p>
{% if user.userprofile.affiliation %}
{{user.userprofile.affiliation}}</p>
{% else %}
None </p>
{% endif %}
</div>
</div>
<div class="profile">
<div class="profileTitel"><b>Use case</b></div>
<div class="profileDetails_usecase">
{% if user.userprofile.use_case == "1" %}
<p>Use Case 1: Comparison between stratospheric ozone model output and satellite observations</p>
{% elif user.userprofile.use_case == "2" %}
<p>Use Case 2: Model validation tool </p>
{% elif user.userprofile.use_case == "3" %}
<p>Use Case 3: Characterization of optical and microphysical properties of aerosol</p>
{% elif user.userprofile.use_case == "4" %}
<p>Use Case 4: ECARE lidar/ CALIPSO Simulation</p>
{% elif user.userprofile.use_case == "5" %}
<p>Use Case 5: Development of Scientific L2 products based on OMI instruments</p>
{% elif user.userprofile.use_case == "6" %}
<p>Use Case 6: Model Quality Assessment</p>
{% elif user.userprofile.use_case == "7" %}
<p>Use Case 7: Re-grid and time average satellite data</p>
{% elif user.userprofile.use_case == "8" %}
<p>Use Case 8: Model Validation against satellite data (Aerosol NO2, trace gases</p>
{% else %}
<p> no use case selected </p>
{% endif %}
</div>
</div>
<div class="profile">
<div class="profileTitel"><b>Application field(s)</b></div>
<div class="profileDetailsColl">
{% if user.userprofile.application_field.all %}
{% for app in user.userprofile.application_field.all %}
<p>{{ app }}</p>
{% endfor %}
{% else %}
<p>no application selected</p>
{% endif %}
</div>
</div>
<div class="profile">
<div class="profileTitel"><b>Group</b></div>
<div class="profileDetails">
{% if user.userprofile.group == "G1" %}
<p> Group 1 </p>
{% elif user.userprofile.group == "G2" %}
<p> Group 2 </p>
{% elif user.userprofile.group == "G3" %}
<p> Group 3 </p>
{% else %}
<p> no group selected </p>
{% endif %}
</div>
</div>
<div class="profile">
<div class="profileTitel"><b>Uploaded collection</b></div>
<div class="profileDetails">
{% load data_ingestion_tags %}
{% data_recent_upload 1 user.username as data_list %}
{% if data_list %}
{% for collection in data_list %}
<p><a href="{% url 'detail' collection.id %}">{{ collection.name }}</a></p>
{% endfor %}
{% else %}
<p>No collections are available.</p>
{% endif %}
</div>
</div>
</div>
{% endif %}
</div>
<div id="updateBtn">
<a class="btn btn-primary" href="{% url 'profile_update' %}">Update profile</a>
</div>
</div>
{% endblock %} |
categories/weekly/page/2/index.html | marocchino/iojs-ko | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Category: weekly | Node.js 한국 커뮤니티</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Node.js 한국 커뮤니티">
<meta property="og:url" content="https://nodejs.github.io/nodejs-ko/categories/weekly/page/2/index.html">
<meta property="og:site_name" content="Node.js 한국 커뮤니티">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Node.js 한국 커뮤니티">
<meta name="twitter:creator" content="@nodejs_ko">
<link rel="alternate" href="/atom.xml" title="Node.js 한국 커뮤니티" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/nodejs-ko/css/style.css">
</head>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/nodejs-ko/" id="logo">Node.js 한국 커뮤니티</a>
</h1>
<h2 id="subtitle-wrap">
<span id="subtitle">
<a href="https://nodejs.org" target="_blank">Node.js</a> 관련 소식, 정보, 글 등을 한국어로 번역해서 공유합니다.
</span>
</h2>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>
<a class="main-nav-link" href="/nodejs-ko/">Home</a>
<a class="main-nav-link" href="/nodejs-ko/archives">Archives</a>
</nav>
<nav id="sub-nav">
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="https://nodejs.github.io/nodejs-ko"></form>
</div>
</div>
</div>
</header>
<div class="outer">
<section id="main">
<section class="archives-wrap">
<div class="archive-year-wrap">
<a href="/nodejs-ko/archives/2016" class="archive-year">2016</a>
</div>
<div class="archives">
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/03/07/weekly/" class="archive-article-date">
<time datetime="2016-03-06T15:00:00.000Z" itemprop="datePublished">Mar 7</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/03/07/weekly/">Node.js 주간 뉴스 2016년 3월 7일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (github.com/JungMinu)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-03-07/" taret="_blank">
Weekly Update - Mar 7th, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/03/01/weekly/" class="archive-article-date">
<time datetime="2016-02-29T15:00:00.000Z" itemprop="datePublished">Mar 1</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/03/01/weekly/">Node.js 주간 뉴스 2016년 3월 1일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-03-01/" taret="_blank">
Weekly Update - Mar 1st, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/02/23/weekly/" class="archive-article-date">
<time datetime="2016-02-22T15:00:00.000Z" itemprop="datePublished">Feb 23</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/02/23/weekly/">Node.js 주간 뉴스 2016년 2월 23일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-02-22/" taret="_blank">
Weekly Update - Feb 23rd, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/napiera" target="_blank">Napier</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/02/15/weekly/" class="archive-article-date">
<time datetime="2016-02-14T15:00:00.000Z" itemprop="datePublished">Feb 15</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/02/15/weekly/">Node.js 주간 뉴스 2016년 2월 15일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-02-15/" taret="_blank">
Weekly Update - Feb 15th, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/02/08/weekly/" class="archive-article-date">
<time datetime="2016-02-07T15:00:00.000Z" itemprop="datePublished">Feb 8</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/02/08/weekly/">Node.js 주간 뉴스 2016년 2월 8일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-02-08/" taret="_blank">
Weekly Update - Feb 8th, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/01/29/weekly/" class="archive-article-date">
<time datetime="2016-01-28T15:00:00.000Z" itemprop="datePublished">Jan 29</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/01/29/weekly/">Node.js 주간 뉴스 2016년 1월 29일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-01-29/" taret="_blank">
Weekly Update - Jan 29th, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/01/22/weekly/" class="archive-article-date">
<time datetime="2016-01-21T15:00:00.000Z" itemprop="datePublished">Jan 22</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/01/22/weekly/">Node.js 주간 뉴스 2016년 1월 22일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-01-22/" taret="_blank">
Weekly Update - Jan 22th, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/yous" target="_blank">yous</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/01/18/weekly/" class="archive-article-date">
<time datetime="2016-01-17T15:00:00.000Z" itemprop="datePublished">Jan 18</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/01/18/weekly/">Node.js 주간 뉴스 2016년 1월 18일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-01-18/" taret="_blank">
Weekly Update - Jan 18th, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/01/11/weekly/" class="archive-article-date">
<time datetime="2016-01-10T15:00:00.000Z" itemprop="datePublished">Jan 11</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/01/11/weekly/">Node.js 주간 뉴스 2016년 1월 11일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-01-11/" taret="_blank">
Weekly Update - Jan 11th, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/weekly/2016/01/01/weekly/" class="archive-article-date">
<time datetime="2015-12-31T15:00:00.000Z" itemprop="datePublished">Jan 1</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/weekly/2016/01/01/weekly/">Node.js 주간 뉴스 2016년 1월 1일</a>
</h1>
<ul>
<li>작성자: <strong>Minwoo Jung (@jmwsoft)</strong></li>
<li>
원문: <strong><a href="https://nodejs.org/en/blog/weekly-updates/weekly-update.2016-01-01/" taret="_blank">
Weekly Update - Jan 1st, 2016
</a></strong>
</li>
<li>
번역:
<strong><a href="https://github.com/taggon" target="_blank">taggon</a></strong>
</li>
</ul>
</header>
</div>
</article>
</div></section>
<nav id="page-nav">
<a class="extend prev" rel="prev" href="/nodejs-ko/categories/weekly/">« Prev</a><a class="page-number" href="/nodejs-ko/categories/weekly/">1</a><span class="page-number current">2</span><a class="page-number" href="/nodejs-ko/categories/weekly/page/3/">3</a><a class="page-number" href="/nodejs-ko/categories/weekly/page/4/">4</a><span class="space">…</span><a class="page-number" href="/nodejs-ko/categories/weekly/page/7/">7</a><a class="extend next" rel="next" href="/nodejs-ko/categories/weekly/page/3/">Next »</a>
</nav>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">Menu</h3>
<div class="widget">
<ul class="category-list">
<li class="category-list-item">
<a href="/nodejs-ko/">Home</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/CONTRIBUTING.html">번역 참여 가이드</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/about.html">소개</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/categories/articles">글 모음</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/categories/weekly">주간 뉴스</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/archives">보관함</a>
</li>
<li class="category-list-item">
<a href="https://github.com/nodejs/nodejs-ko" target="_blank">GitHub project</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2016 Node.js 한국어 번역팀<br>
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/nodejs-ko/" class="mobile-nav-link">Home</a>
<a href="/nodejs-ko/archives" class="mobile-nav-link">Archives</a>
</nav>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/nodejs-ko/fancybox/jquery.fancybox.css">
<script src="/nodejs-ko/fancybox/jquery.fancybox.pack.js"></script>
<script src="/nodejs-ko/js/script.js"></script>
</div>
</body>
</html> |
examples/index.html | jakeehall/MLBStats | <!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>MLBStats - Examples</title>
</head>
<body>
<script type="text/javascript" src="../min/MLBStats.min.js"></script>
<script>
//MANUAL
MLBStats.manual();
//MLBStats OBJECT for full list of functions
//console.log(MLBStats);
//Return VERSION version
MLBStats.version((main, sub, patch) => {
console.log(`v${main}.${sub}.${patch}`);
});
//PITCHER "608566" (German Marquez)
MLBStats.player({
search: {
playerID: 608566,
date: {
year: 2017,
month: 9,
day: 14,
game: 1,
},
},
}, (players) => {
for (let p in players) {
if (players[p].Batting.Game.h === 1) {
console.log(`${players[p].fullName} has ${players[p].Batting.Game.h} hit.`);
} else {
console.log(`${players[p].fullName} has ${players[p].Batting.Game.h} hits.`);
}
}
});
//the second parameter "0" is a shortcut for saying the date is today
//-1 for yesterday
//0 for today
//1 for tomorrow, etc...
//the third parameter is the callback function where you place your code
MLBStats.player({
search: {
playerID: 453568,
date: {
year: 2017,
month: 10,
day: 4,
game: 1,
},
},
}, (players) => {
for (let p in players) {
if(players[p].Batting.Game.ab === 1) {
console.log(`${players[p].fullName} had ${players[p].Batting.Game.ab} at bat.`);
} else {
console.log(`${players[p].fullName} had ${players[p].Batting.Game.ab} at bats.`);
}
//OUTPUT: NAME had x at bat(s)
//SHORTHAND (Same output as above):
console.log(`${players[p].fullName} had ${players[p].Batting.Game.ab} at bat${players[p].Batting.Game.ab === 1 ? '' : 's'}.`);
}
});
//you may also pass in a JavaScript Date Object as the second parameter
MLBStats.player({
search: {
playerID: 453568,
date: new Date(1503980931904),
},
}, (players) => {
for (let p in players) {
console.log(
`${players[p].fullName} was\n` +
`${players[p].Batting.Season.h} for ${players[p].Batting.Season.ab} or ${players[p].Batting.Season.avg}\n` +
`for the season on ${players[p].Date.month}/${players[p].Date.day}/${players[p].Date.year}`
);
//180 for 530 or .340
}
});
//Note: for up-to-date season stats you must use todays date. If you pass in a
//pervious date, the players season stats at that point of the season will be returned
//Charlie Blackmon, Mark Renyolds, Gerardo Parra
let playersSearch =
[{
search: {
playerID: 453568,
date: {
year: 2017,
month: 9,
day: 1,
},
},
},
{
search: {
playerID: 448602,
date: {
year: 2017,
month: 9,
day: 1,
},
},
},
{
search: {
playerID: 467827,
date: {
year: 2017,
month: 9,
day: 1,
},
},
}];
MLBStats.player(playersSearch, (players) => {
//When creating your own functions it's helpful to rember that you
//can log item to the console to view what stats you have access to
//console.log(players);
for (let p in players) {
console.log(
`${players[p].fullName}\n` +
`${players[p].Batting.Game.ab} at bats on ` +
`${players[p].Date.month}/${players[p].Date.day}/${players[p].Date.year}`
);
//First Name, Last Name
//x at bats on given date
}
});
//Print the bullpen for a given game
//{date:{year: 2017, month: 9, day: 16, game: 1},teamID:115}
let rq =
[{
search: 'gid_2017_09_16_sdnmlb_colmlb_1',
},
{
search: 'gid_2017_09_17_sdnmlb_colmlb_1',
},];
MLBStats.bench(rq, (benches) => {
//When creating your own functions it's helpful to rember that you
//can log item to the console to view what stats you have access to
//console.log(b);
for (let b in benches) {
let output =`Bench\n` +
`${benches[b].away.name} (Away)\n`;
for (let item in benches[b].away.pitchers.pitcher) {
let player = benches[b].away.pitchers.pitcher[item];
output+=`${player.last}\tThrows ${player.t}\n` +
`Record ${player.w} - ${player.l}\n`;
}
output += `\n${benches[b].home.name} (Home)\n`;
for (let item in benches[b].home.pitchers.pitcher) {
let player = benches[b].home.pitchers.pitcher[item];
output+=`${player.last}\tThrows ${player.t}\n` +
`Record ${player.w} - ${player.l}\n`;
}
console.log(output);
}
});
//Although it's not shown in this demo, rember that you can chain functions
//allows returned benched playerID's to then searched with the player function
let gamesToSearch =
[{
search: {
teamID: 115,
date: {year: 2017, month: 10, day: 1, game: 1},
},
},
{
search: {
teamID: 'col',
date: {year: 2017, month: 9, day: 4, game: 1},
},
}];
MLBStats.game(gamesToSearch, (games) => {
//When creating your own functions it's helpful to rember that you
//can log item to the console to view what stats you have access to
//console.log(g);
for (let g in games) {
//Print out the away teams city and name and the home teams city and name
console.log(`${games[g].away_team_city} ${games[g].away_team_name} @ ${games[g].home_team_city} ${games[g].home_team_name}`);
}
});
/*MLBStats.game({
search: {
teamID: "col",
date: 0,
}
}, (g) => {
console.log(g);
});*/
//Creating a web app that displays todays games with live info
MLBStats.gamesOnDate([
{
search: {
date: 0,//Shortcut for today
},
},
{
search: {
date: {year: 2017, month: 9, day: 4},
},
},], (dates) => {
for (let date in dates) {
let day = dates[date];
//console.log(`\n${day}`);
for (let game in day) {
//console.log(JSON.stringify(day[game], null, 4));
let score = '';
//When creating your own functions it's helpful to rember that you
//can log item to the console to view what stats you have access to
//console.log(item);
if (typeof(day[game].linescore) !== 'undefined') {
score = `${day[game].linescore.r.away} - ${day[game].linescore.r.home}\n`;
//If game is in progress print inning and inning state with outs
if (day[game].status.status === "In Progress") {
score += `${day[game].status.inning_state} ${day[game].status.inning}\n`;
score += `${day[game].status.o} out(s)`;
//Else if the game is over mark the score as final
} else {
score += day[game].status.status;
}
//If the game hasn't started, then print the time that the game begins
} else {
score = `${day[game].time}${day[game].ampm} ${day[game].time_zone}`;
}
//Print out the away teams city and name and the home teams city and name
console.log(
`${day[game].away_team_city} ${day[game].away_team_name} @ ` +
`${day[game].home_team_city} ${day[game].home_team_name}\n${score}`
);
}
}
});
</script>
</body>
</html>
|
src/field-tab/field-tab.bs.html | kasrakhosravi/angular-ui-form | <ui-field-row>
<tabset>
<tab ng-repeat="$tab in vm.tabs track by $index">
<tab-heading>
<span ng-class="{ 'text-danger': vm.hasAnyError() }">{{ $tab[vm.labelProperty] | translate }}</span>
</tab-heading>
<ui-fieldset class="col-sm-11" property="{{ $tab[vm.valueProperty] }}">
<ui-transclude-here></ui-transclude-here>
</ui-fieldset>
</tab>
</tabset>
<div ng-if="!vm.tabs.length" translate="ui.form.field.tabs.empty"></div>
<ui-form-loading ng-if="vm.loading"></ui-form-loading>
</ui-field-row> |
src/app/home/home.component.html | LM-G/genesis | <h1>Home !</h1>
<div *ngFor="let section of sections; let i = index;">
<h2>Section {{ i+1 }}</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing 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.
</p>
</div>
|
all-data/5000-5999/5892-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> ㄌ|<sup class="subfont">ˋ</sup> ㄙㄜ<sup class="subfont">ˋ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">jí yán lì sè</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>官場現形記˙第五十四回:<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>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/41feaac8099a5ecfc920a64b9ab4843bb27a9299a61d9891afcdd3cecef8f631.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./3a53e86e684c0c0d8ec94026a6c6cddd65c4734d1c56be5c3688a365b15b79c7.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/22367818b9b4b7a58d90a35202f6857d918cbc2f77ff8e187fc604789c6faec4.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./479da3fde049afdcfae688956fbfc53d473182c349512d898e7885cca4670f83.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
app/public/backbone/css/onoffswitch.css | jupe/home.js | .onoffswitch {
position: relative; width: 90px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE; color: #999999;
text-align: right;
}
.onoffswitch-switch {
width: 18px; margin: 6px;
background: #FFFFFF;
border: 2px solid #999999; border-radius: 20px;
position: absolute; top: 0; bottom: 0; right: 56px;
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
} |
place/trinidad-and-tobago/postcodes/2014/index.html | okfn/opendataindex-2015 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The Global Open Data Index assesses the state of open government data around the world.
">
<meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge
">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Open Data Index - Open Knowledge"/>
<meta property="og:site_name" content="Open Data Index"/>
<meta property="og:description"
content="The Global Open Data Index assesses the state of open government data around the world."/>
<meta property="og:image" content="/static/images/favicon.ico"/>
<title>Trinidad and Tobago / Location datasets (2014) | Global Open Data Index by Open Knowledge</title>
<base href="/">
<!--[if lt IE 9]>
<script src="/static/vendor/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/site.css">
<link rel="icon" href="/static/images/favicon.ico">
<script>
var siteUrl = '';
</script>
</head>
<body class="na">
<div class="fixed-ok-panel">
<div id="ok-panel" class="closed">
<iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe>
</div>
<a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a>
</div>
<header id="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<a href="/">
<img src="/static/images/logo2.png">
<span>Global<br/>Open Data Index</span>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav" style="margin-right: 132px;">
<li>
<a href="/place/" title="About the Open Data Index project">
Places
</a>
</li>
<li>
<a href="/dataset/" title="About the Open Data Index project">
Datasets
</a>
</li>
<li>
<a href="/download/" title="Download Open Data Index data">
Download
</a>
</li>
<li>
<a href="/insights/" title="Insights">
Insights
</a>
</li>
<li>
<a href="/methodology/"
title="The methodology behind the Open Data Index">
Methodology
</a>
</li>
<li>
<a href="/about/" title="About the Open Data Index project">
About
</a>
</li>
<li>
<a href="/press/"
title="Press information for the Open Data Index">
Press
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li>
<a href="/">Home</a>
</li>
<li class="active">Trinidad and Tobago / Location datasets (2014)</li>
</ol>
<header class="page-header">
<h1>Trinidad and Tobago / Location datasets (2014)</h1>
</header>
<h3>Sorry</h3>
<p>
There is no data available for Trinidad and Tobago / Location datasets (2014) in the Index.
</p>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-main col-md-8">
<div class="footer-attribution">
<p>
<a href="http://opendefinition.org/ossd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt=""
border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Content">
<img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/>
</a>
–
<a href="http://creativecommons.org/licenses/by/3.0/"
title="Content Licensed under a CC Attribution"></a>
<a href="http://opendatacommons.org/licenses/pddl/1.0"
title="Data License (Public Domain)">Data License (Public
Domain)</a>
</p>
</div>
<div class="footer-meta">
<p>
This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a>
</p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img
src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a>
</div>
</div>
<div class="footer-links col-md-2">
<li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li>
<li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is
Open Data?</a></li>
<li><a href="http://census.okfn.org/" title="Run your own Index">Run your
own Index</a></li>
<li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li>
</div>
<div class="footer-links col-md-2">
<li><a href="/" title="Open Data Index home">Home</a></li>
<li><a href="/download/" title="Download data">Download</a></li>
<li><a href="/methodology/"
title="The methodology behind the Open Data Index">Methodology</a></li>
<li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li>
<li><a href="/about/" title="About the Open Data Index">About</a></li>
<li><a href="/about/" title="Contact us">Contact</a></li>
<li><a href="/press/" title="Press">Press</a></li>
</div>
</div>
</div>
</footer>
<script data-main="/static/scripts/site" src="/static/scripts/require.js"></script>
</body>
</html> |
router/router/src/index.html | struggler-lh/angular-demo | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Router</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
|
popup.html | gavinvonk/scatter | <html>
<head>
<title>Scatter</title>
<link href="theme.min.css" rel="stylesheet"/>
<script src="http://unpkg.com/jquery"></script>
<script src="http://unpkg.com/verge"></script>
<script src="jquery-overlap.js"></script>
</head>
<body>
<div class="container-fluid constructor">
<div class="append">
</div>
<div class="scoreboard">
<div class="combination">
<div class="left">
<div class="number">0</div>
<br/>
<div class="team">Left</div>
</div>
<div class="seperator"></div>
<div class="right">
<div class="number">0</div>
<br/>
<div class="team">Right</div>
</div>
</div>
</div>
</div>
<script src="helper.min.js"></script>
<script src="popup.js"></script>
</body>
</html> |
tags/alsa/index.html | storax/storax.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<title>Tag: alsa - Storax</title>
<meta charset="utf-8" />
<meta name="author" content="David Zuber" />
<link rel="stylesheet" href="/media/css/main.css" type="text/css">
</head>
<body class="container">
<div>
<header class="masthead">
<h1 class="masthead-title"><a href="/">Storax</a></h1>
<p>Soon to be a major emacs mode.</p>
<ul>
<li><a href="/blog/">Blog</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/about/">About</a></li>
<li><a href="https://github.com/storax">GitHub</a></li>
<li><a href="/rss.xml">RSS</a></li>
</ul>
<form method="get" id="searchform" action="//www.google.com/search">
<input type="text" class="field" name="q" id="s" placeholder="Search">
<input type="hidden" name="as_sitesearch" value="storax.github.io">
</form>
</header>
</div>
<div>
<div class="post">
<h1>Tag: alsa</h1>
<ul class="org-ul">
<li><a href="/blog/2016/04/24/xmg-p505-headphone-jack---sounds-easy">XMG P505 Headphone Jack - Sounds Easy</a></li>
</ul>
</div>
</div>
<div>
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<div class="footer">
<p>Generated by <a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.x (<a href="http://orgmode.org">Org mode</a> 8.x)</p>
<p>
Copyright © 2012 - <span id="footerYear"></span> <a href="mailto:zuber <dot> david <at> gmx <dot> de">David Zuber</a>
-
Powered by <a href="https://github.com/kelvinh/org-page" target="_blank">org-page</a>
<script type="text/javascript">document.getElementById("footerYear").innerHTML = (new Date()).getFullYear();</script>
</p>
</div>
</div>
</body>
</html>
|
Rust/share/doc/rust/html/rustc_typeck/metadata/common/constant.tag_lang_items.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `tag_lang_items` constant in crate `rustc_typeck`.">
<meta name="keywords" content="rust, rustlang, rust-lang, tag_lang_items">
<title>rustc_typeck::metadata::common::tag_lang_items - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../../rustc_typeck/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../index.html'>rustc_typeck</a>::<wbr><a href='../index.html'>metadata</a>::<wbr><a href='index.html'>common</a></p><script>window.sidebarCurrent = {name: 'tag_lang_items', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../index.html'>rustc_typeck</a>::<wbr><a href='../index.html'>metadata</a>::<wbr><a href='index.html'>common</a>::<wbr><a class='constant' href=''>tag_lang_items</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-243551' href='../../../rustc/metadata/common/constant.tag_lang_items.html?gotosrc=243551'>[src]</a></span></h1>
<pre class='rust const'>pub const tag_lang_items: <a href='../../../std/primitive.usize.html'>usize</a><code> = </code><code>263</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "rustc_typeck";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
add/templates/stories.view.html | fweber1/Annies-Ancestors | <!-- ***********************************************************************
media card
***********************************************************************
-->
<div class="my-subcard" flex="75" layout-padding layout="column" layout-align="center center">
<form ng-submit="vm.onSubmit4()" id="theForm4" name="theForm4" novalidate>
<fieldset>
<legend>Stories about <span drop="nameDrop4" class="bin" ng-dblClick="vm.showDetails4($index)" id="curUser4" dropall><span>{{vm.data.fullName}}</span></span></legend>
<md-input-container>
<label>Title</label>
<input style="width:500px" type="text" ng-model="vm.data.theTitle" required md-maxlength="150">
</md-input-container>
<div class="my-required" layout-padding>*Required</div>
<div layout="row" flex layout-align="start center">
<div flex="85" layout="column" layout-align="center center">
<div class="md-title">Compose a Story or Drop a File</div>
<!-- <trix-editor id="edit-trix-editor" class="editor trix-content enable-text-selection" style="white-space:pre-line;overflow:scroll" placeholder="Start typing a story or drop a file here." ng-model-options="{ updateOn: 'blur' }" spellcheck="true" ng-model="vm.data.theContent" angular-trix trix-initialize="vm.trixInitialize(e, editor);" trix-change="vm.trixChange(e, editor);" trix-selection-change="vm.trixSelectionChange(e, editor);" trix-focus="vm.trixFocus(e, editor);" trix-blur="vm.trixBlur(e, editor);" trix-file-accept="vm.trixFileAccept(e, editor);"></trix-editor> -->
</div>
</div>
</fieldset>
<div style="margin-left:-90px" ui-view="storiesButtons" autoscroll="false"></div>
</form>
<div ui-view="storyCreatedList" autoscroll="false"></div>
</div> |
public/Windows 10 x64 (18363.476)/_VF_KE_CRITICAL_REGION_TRACE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.476)</h4><br>
<h2>_VF_KE_CRITICAL_REGION_TRACE</h2>
<font face="arial"> +0x000 Thread : Ptr64 <a href="./_ETHREAD.html">_ETHREAD</a><br>
+0x008 StackTrace : [7] Ptr64 Void<br>
</font></body></html> |
7d425a0/html/classv8_1_1_function_template.html | v8-dox/v8-dox.github.io | <!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.9.1"/>
<title>V8 API Reference Guide for node.js v0.3.2: v8::FunctionTemplate Class 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<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">V8 API Reference Guide for node.js v0.3.2
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classv8_1_1_function_template-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::FunctionTemplate Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::FunctionTemplate:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_function_template.png" usemap="#v8::FunctionTemplate_map" alt=""/>
<map id="v8::FunctionTemplate_map" name="v8::FunctionTemplate_map">
<area href="classv8_1_1_template.html" alt="v8::Template" shape="rect" coords="0,56,131,80"/>
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="0,0,131,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:a3b8e5e214b2ee34c36138961ebac696a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_function.html">Function</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#a3b8e5e214b2ee34c36138961ebac696a">GetFunction</a> ()</td></tr>
<tr class="separator:a3b8e5e214b2ee34c36138961ebac696a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9eb1c827b17faf398a81068721bf40ab"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#a9eb1c827b17faf398a81068721bf40ab">SetCallHandler</a> (InvocationCallback callback, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > data=<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> >())</td></tr>
<tr class="separator:a9eb1c827b17faf398a81068721bf40ab"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a00dd9725566908e8fd14064542f5a781"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object_template.html">ObjectTemplate</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#a00dd9725566908e8fd14064542f5a781">InstanceTemplate</a> ()</td></tr>
<tr class="separator:a00dd9725566908e8fd14064542f5a781"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a18f343e7e5749ed886d6e76a1424216e"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#a18f343e7e5749ed886d6e76a1424216e">Inherit</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> > parent)</td></tr>
<tr class="separator:a18f343e7e5749ed886d6e76a1424216e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2bcc2652b5f0fdbc666d943ccf72021"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object_template.html">ObjectTemplate</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#aa2bcc2652b5f0fdbc666d943ccf72021">PrototypeTemplate</a> ()</td></tr>
<tr class="separator:aa2bcc2652b5f0fdbc666d943ccf72021"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10ad6f0d3d1f67823e08fbca7c5dde41"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#a10ad6f0d3d1f67823e08fbca7c5dde41">SetClassName</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > name)</td></tr>
<tr class="separator:a10ad6f0d3d1f67823e08fbca7c5dde41"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ade426e8a21d777ae6100e6c1aa7bfaee"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#ade426e8a21d777ae6100e6c1aa7bfaee">SetHiddenPrototype</a> (bool value)</td></tr>
<tr class="separator:ade426e8a21d777ae6100e6c1aa7bfaee"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa883e4ab6643498662f7873506098c98"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#aa883e4ab6643498662f7873506098c98">HasInstance</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > object)</td></tr>
<tr class="separator:aa883e4ab6643498662f7873506098c98"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_template"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_template')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_template.html">v8::Template</a></td></tr>
<tr class="memitem:a8a29557db5d0bc980752084b925a9b01 inherit pub_methods_classv8_1_1_template"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Set</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > name, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_data.html">Data</a> > value, PropertyAttribute attributes=None)</td></tr>
<tr class="separator:a8a29557db5d0bc980752084b925a9b01 inherit pub_methods_classv8_1_1_template"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2efda45d51b493bd30f254941b7c8310 inherit pub_methods_classv8_1_1_template"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2efda45d51b493bd30f254941b7c8310"></a>
void </td><td class="memItemRight" valign="bottom"><b>Set</b> (const char *name, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_data.html">Data</a> > value)</td></tr>
<tr class="separator:a2efda45d51b493bd30f254941b7c8310 inherit pub_methods_classv8_1_1_template"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:af9012aee4a102c4018fec8e9532cb996"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_function_template.html#af9012aee4a102c4018fec8e9532cb996">New</a> (InvocationCallback callback=0, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > data=<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> >(), <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_signature.html">Signature</a> > signature=<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_signature.html">Signature</a> >())</td></tr>
<tr class="separator:af9012aee4a102c4018fec8e9532cb996"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:ac26c806e60ca4a0547680edb68f6e39b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac26c806e60ca4a0547680edb68f6e39b"></a>
class </td><td class="memItemRight" valign="bottom"><b>Context</b></td></tr>
<tr class="separator:ac26c806e60ca4a0547680edb68f6e39b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d28646409234f556983be8a96c06424"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d28646409234f556983be8a96c06424"></a>
class </td><td class="memItemRight" valign="bottom"><b>ObjectTemplate</b></td></tr>
<tr class="separator:a4d28646409234f556983be8a96c06424"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> is used to create functions at runtime. There can only be one function created from a <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> in a context. The lifetime of the created function is equal to the lifetime of the context. So in case the embedder needs to create temporary functions that can be collected using Scripts is preferred.</p>
<p>A <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> can have properties, these properties are added to the function object when it is created.</p>
<p>A <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> has a corresponding instance template which is used to create object instances when the function is used as a constructor. Properties added to the instance template are added to each object instance.</p>
<p>A <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> can have a prototype template. The prototype template is used to create the prototype object of the function.</p>
<p>The following example shows how to use a <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a>:</p>
<div class="fragment"><div class="line"><a class="code" href="classv8_1_1_local.html">v8::Local<v8::FunctionTemplate></a> t = <a class="code" href="classv8_1_1_function_template.html#af9012aee4a102c4018fec8e9532cb996">v8::FunctionTemplate::New</a>();</div>
<div class="line">t-><a class="code" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Set</a>(<span class="stringliteral">"func_property"</span>, v8::Number::New(1));</div>
<div class="line"></div>
<div class="line"><a class="code" href="classv8_1_1_local.html">v8::Local<v8::Template></a> proto_t = t-><a class="code" href="classv8_1_1_function_template.html#aa2bcc2652b5f0fdbc666d943ccf72021">PrototypeTemplate</a>();</div>
<div class="line">proto_t-><a class="code" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Set</a>(<span class="stringliteral">"proto_method"</span>, <a class="code" href="classv8_1_1_function_template.html#af9012aee4a102c4018fec8e9532cb996">v8::FunctionTemplate::New</a>(InvokeCallback));</div>
<div class="line">proto_t-><a class="code" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Set</a>(<span class="stringliteral">"proto_const"</span>, v8::Number::New(2));</div>
<div class="line"></div>
<div class="line"><a class="code" href="classv8_1_1_local.html">v8::Local<v8::ObjectTemplate></a> instance_t = t-><a class="code" href="classv8_1_1_function_template.html#a00dd9725566908e8fd14064542f5a781">InstanceTemplate</a>();</div>
<div class="line">instance_t-><a class="code" href="classv8_1_1_object_template.html#a944ce96b6b65d571f8d682407b70d484">SetAccessor</a>(<span class="stringliteral">"instance_accessor"</span>, InstanceAccessorCallback);</div>
<div class="line">instance_t-><a class="code" href="classv8_1_1_object_template.html#aa80e9db593d8b954c4153082dc7a439d">SetNamedPropertyHandler</a>(PropertyHandlerCallback, ...);</div>
<div class="line">instance_t-><a class="code" href="classv8_1_1_template.html#a8a29557db5d0bc980752084b925a9b01">Set</a>(<span class="stringliteral">"instance_property"</span>, Number::New(3));</div>
<div class="line"></div>
<div class="line"><a class="code" href="classv8_1_1_local.html">v8::Local<v8::Function></a> <span class="keyword">function</span> = t-><a class="code" href="classv8_1_1_function_template.html#a3b8e5e214b2ee34c36138961ebac696a">GetFunction</a>();</div>
<div class="line"><a class="code" href="classv8_1_1_local.html">v8::Local<v8::Object></a> instance = <span class="keyword">function</span>->NewInstance();</div>
</div><!-- fragment --><p>Let's use "function" as the JS variable name of the function object and "instance" for the instance object created above. The function and the instance will have the following properties:</p>
<div class="fragment"><div class="line">func_property in <span class="keyword">function</span> == <span class="keyword">true</span>;</div>
<div class="line"><span class="keyword">function</span>.func_property == 1;</div>
<div class="line"></div>
<div class="line"><span class="keyword">function</span>.prototype.proto_method() invokes <span class="stringliteral">'InvokeCallback'</span></div>
<div class="line"><span class="keyword">function</span>.prototype.proto_const == 2;</div>
<div class="line"></div>
<div class="line">instance instanceof <span class="keyword">function</span> == <span class="keyword">true</span>;</div>
<div class="line">instance.instance_accessor calls <span class="stringliteral">'InstanceAccessorCallback'</span></div>
<div class="line">instance.instance_property == 3;</div>
</div><!-- fragment --><p>A <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> can inherit from another one by calling the <a class="el" href="classv8_1_1_function_template.html#a18f343e7e5749ed886d6e76a1424216e">FunctionTemplate::Inherit</a> method. The following graph illustrates the semantics of inheritance:</p>
<div class="fragment"><div class="line">FunctionTemplate Parent -> Parent() . prototype -> { }</div>
<div class="line"> ^ ^</div>
<div class="line"> | <a class="code" href="classv8_1_1_function_template.html#a18f343e7e5749ed886d6e76a1424216e">Inherit</a>(Parent) | .__proto__</div>
<div class="line"> | |</div>
<div class="line">FunctionTemplate Child -> Child() . prototype -> { }</div>
</div><!-- fragment --><p>A <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> 'Child' inherits from 'Parent', the prototype object of the Child() function has <b>proto</b> pointing to the Parent() function's prototype object. An instance of the Child function has all properties on Parent's instance templates.</p>
<p>Let Parent be the <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> initialized in the previous section and create a Child <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> by:</p>
<div class="fragment"><div class="line">Local<FunctionTemplate> parent = t;</div>
<div class="line">Local<FunctionTemplate> child = <a class="code" href="classv8_1_1_function_template.html#af9012aee4a102c4018fec8e9532cb996">FunctionTemplate::New</a>();</div>
<div class="line">child->Inherit(parent);</div>
<div class="line"></div>
<div class="line">Local<Function> child_function = child->GetFunction();</div>
<div class="line">Local<Object> child_instance = child_function->NewInstance();</div>
</div><!-- fragment --><p>The Child function and Child instance will have the following properties:</p>
<div class="fragment"><div class="line">child_func.prototype.__proto__ == <span class="keyword">function</span>.prototype;</div>
<div class="line">child_instance.instance_accessor calls <span class="stringliteral">'InstanceAccessorCallback'</span></div>
<div class="line">child_instance.instance_property == 3;</div>
</div><!-- fragment --> </div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a3b8e5e214b2ee34c36138961ebac696a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_function.html">Function</a>> v8::FunctionTemplate::GetFunction </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the unique function instance in the current execution context. </p>
</div>
</div>
<a class="anchor" id="aa883e4ab6643498662f7873506098c98"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool v8::FunctionTemplate::HasInstance </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td>
<td class="paramname"><em>object</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if the given object is an instance of this function template. </p>
</div>
</div>
<a class="anchor" id="a18f343e7e5749ed886d6e76a1424216e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::FunctionTemplate::Inherit </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> > </td>
<td class="paramname"><em>parent</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Causes the function template to inherit from a parent function template. </p>
</div>
</div>
<a class="anchor" id="a00dd9725566908e8fd14064542f5a781"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_object_template.html">ObjectTemplate</a>> v8::FunctionTemplate::InstanceTemplate </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the InstanceTemplate. </p>
</div>
</div>
<a class="anchor" id="af9012aee4a102c4018fec8e9532cb996"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a>> v8::FunctionTemplate::New </td>
<td>(</td>
<td class="paramtype">InvocationCallback </td>
<td class="paramname"><em>callback</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td>
<td class="paramname"><em>data</em> = <code><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> >()</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_signature.html">Signature</a> > </td>
<td class="paramname"><em>signature</em> = <code><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_signature.html">Signature</a> >()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a function template. </p>
</div>
</div>
<a class="anchor" id="aa2bcc2652b5f0fdbc666d943ccf72021"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_object_template.html">ObjectTemplate</a>> v8::FunctionTemplate::PrototypeTemplate </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>A PrototypeTemplate is the template used to create the prototype object of the function created by this template. </p>
</div>
</div>
<a class="anchor" id="a9eb1c827b17faf398a81068721bf40ab"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::FunctionTemplate::SetCallHandler </td>
<td>(</td>
<td class="paramtype">InvocationCallback </td>
<td class="paramname"><em>callback</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td>
<td class="paramname"><em>data</em> = <code><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> >()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the call-handler callback for a <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a>. This callback is called whenever the function created from this <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> is called. </p>
</div>
</div>
<a class="anchor" id="a10ad6f0d3d1f67823e08fbca7c5dde41"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::FunctionTemplate::SetClassName </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the class name of the <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a>. This is used for printing objects created with the function created from the <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> as its constructor. </p>
</div>
</div>
<a class="anchor" id="ade426e8a21d777ae6100e6c1aa7bfaee"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::FunctionTemplate::SetHiddenPrototype </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>value</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Determines whether the <b>proto</b> accessor ignores instances of the function template. If instances of the function template are ignored, <b>proto</b> skips all instances and instead returns the next object in the prototype chain.</p>
<p>Call with a value of true to make the <b>proto</b> accessor ignore instances of the function template. Call with a value of false to make the <b>proto</b> accessor not ignore instances of the function template. By default, instances of a function template are not ignored. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:46:43 for V8 API Reference Guide for node.js v0.3.2 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
lib/Sasa-v0.9.3-docs/Contents/1/351.html | fschwiet/ManyConsole | <?xml version="1.0" encoding="utf-8"?>
<!-- This comment will force IE7 to go into quirks mode. -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<link rel="stylesheet" type="text/css" href="../../CSS/Contents.css"></link>
<script type="text/javascript" src="../../JS/Common.js"></script>
<title>Either<TFirst, TSecond, TThird, TFourth>.Do Method (Action<TFirst>, Action<TSecond>, Action<TThird>, Action<TFourth>)</title>
</head>
<body>
<div id="Header">
<div id="ProjectTitle">Documentation Project</div>
<div id="PageTitle">Either<TFirst, TSecond, TThird, TFourth>.Do Method (Action<TFirst>, Action<TSecond>, Action<TThird>, Action<TFourth>)</div>
<div id="HeaderShortcuts">
<a href="#SectionHeader0" onclick="javascript: SetSectionVisibility(0, true); SetExpandCollapseAllToCollapseAll();">Syntax</a>
</div>
<div class="DarkLine"></div>
<div class="LightLine"></div>
<div id="HeaderToolbar">
<img id="ExpandCollapseAllImg" src="../../GFX/SmallSquareExpanded.gif" alt="" style="vertical-align: top;" onclick="javascript: ToggleAllSectionsVisibility();" />
<span id="ExpandCollapseAllSpan" onclick="javascript: ToggleAllSectionsVisibility();">Collapse All</span>
</div>
</div>
<div id="Contents">
<a id="ContentsAnchor"> </a>
Perform an action on the encapsulated value.
<div id="ItemLocation">
<b>Declaring type:</b> <a href="../../Contents/1/219.html">Either<TFirst, TSecond, TThird, TFourth></a><br />
<b>Namespace:</b> <a href="../../Contents/1/208.html">Sasa</a><br />
<b>Assembly:</b> <a href="../../Contents/1/1.html">Sasa</a>
</div>
<div id="SectionHeader0" class="SectionHeader">
<img id="SectionExpanderImg0" src="../../GFX/BigSquareExpanded.gif" alt="Collapse/Expand" onclick="javascript: ToggleSectionVisibility(0);" />
<span class="SectionHeader">
<span class="ArrowCursor" onclick="javascript: ToggleSectionVisibility(0);">
Syntax
</span>
</span>
</div>
<div id="SectionContainerDiv0" class="SectionContainer">
<table class="CodeTable"><col width="100%" /><tr class="CodeTable"><th class="CodeTable">C#</th></tr><tr class="CodeTable"><td class="CodeTable"><pre style="margin-left: 2px;">public void Do (
Action<TFirst> <i>first</i>,
Action<TSecond> <i>second</i>,
Action<TThird> <i>third</i>,
Action<TFourth> <i>fourth</i>
) </pre></td></tr></table>
<div class="CommentHeader">Parameters</div>
<div class="CommentParameterName">first</div>
<div class="ParameterCommentContainer">
Function to apply if encapsulated value is of type <span class="Code">TFirst</span>.
</div>
<div class="CommentParameterName">second</div>
<div class="ParameterCommentContainer">
Function to apply if encapsulated value is of type <span class="Code">TSecond</span>.
</div>
<div class="CommentParameterName">third</div>
<div class="ParameterCommentContainer">
Function to apply if encapsulated value is of type <span class="Code">TThird</span>.
</div>
<div class="CommentParameterName">fourth</div>
<div class="ParameterCommentContainer">
Function to apply if encapsulated value is of type <span class="Code">TFourth</span>.
</div>
<div class="TopLink"><a href="#ContentsAnchor">Top</a></div></div>
</div>
<div id="Footer">
<span class="Footer">Generated by <a href="http://immdocnet.codeplex.com/" target="_blank">ImmDoc .NET</a></span>.
</div>
</body>
</html>
|
lib/guyifeng/template/assets/stylesheets/screen.css | menghuanwd/guyifeng | /* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
/* line 22, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../../../../.rvm/gems/ruby-2.1.3/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
|
html/234567167350.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>
Kulina -
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=1492297383225&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=26004&V_SEARCH.docsStart=26003&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/wp-config.php?_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=26002&V_DOCUMENT.docRank=26003&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492297390529&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567156407&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=26004&V_DOCUMENT.docRank=26005&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492297390529&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567044909&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>
Kulina
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Kulina</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.kulina.ca"
target="_blank" title="Website URL">http://www.kulina.ca</a></p>
<p><a href="mailto:info@kulina.ca" title="info@kulina.ca">info@kulina.ca</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">
6655, boul. Pierre-Bertrand<br/>
QUÉBEC,
Quebec<br/>
G2J 1R4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
6655, boul. Pierre-Bertrand<br/>
QUÉBEC,
Quebec<br/>
G2J 1R4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(418) 626-2600
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</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> Rénover sa cuisine et sa salle de bain, s’offrir un walk-in à faire rêver, aménager un hall d’entrée, ce sont tous des projets grandioses et stimulants. Chez Kulina, nous pouvons vous accompagner pour que tous vos projets de construction ou de rénovation, petits et grands, se réalisent en toute confiance et quiétude. Kulina, c’est la référence pour vos projets d’armoires de cuisine et salle de bain à Québec !
<br>
<br>Notre portfolio virtuel présenté sur iPad, disponible en succursale, vous montre des dizaines de modèles d’armoires de cuisine et salle de bain. De quoi vous donner de l’inspiration pour créer votre propre espace ! Les idées recueillies dans notre portfolio, les revues ou les magazines de décoration ainsi que vos goûts, vos besoins et votre style de vie guideront notre équipe afin de vous concevoir la cuisine sur mesure dont vous rêvez, celle qui deviendra le centre d’attraction de votre foyer.
<br>
<br>Design adroitement dosé, matériaux de premier choix, couleurs tendances et accessoires ergonomiques seront ingénieusement assemblés et vous seront présentés sur plan 3D photo réaliste. Vous pourrez ainsi visualiser votre espace avec vos choix de couleurs et de matériaux comme si vous y étiez ! Vous serez alors confiants de vos sélections et serez assurés d’un résultat à la hauteur de vos attentes.
<br>
<br>Service de design personnalisé, fabrication sur mesure, livraison soignée et service d’installation professionnel, autant dans le secteur de la rénovation que de la construction neuve, un clé en main signé Kulina ! <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>
Jean-Philippe
Paquet
</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-->
Owner
</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">
(418) 626-2600
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
info@kulina.ca
</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>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<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">
236110 - Residential Building Construction
</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">
Fabrication d'armoires de cuisine et salle de bain<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Il est maintenant temps de préparer la mise en production de votre projet afin de l’envoyer à l’usine. La fabrication de vos armoires est effectuée avec des matériaux de première qualité. De plus, elles sont usinées avec de la machinerie numérique contrôlée par ordinateur à la fine pointe de la technologie et offrant une ultime précision.<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">
Rénovation de cuisine<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Kulina se distingue par la conception de plans de cuisine 3D lors de la réalisastion de votre projet en rénovation de cuisine. Ces plans permettent de visualiser votre espace avant même le début des rénovations. Nos cuisinistes vous conseillent afin d’harmoniser les matériaux et les couleurs et vous donnent la chance de comparer votre cuisine selon plusieurs styles. Vous hésitez entre une cuisine moderne et une cuisine champêtre? Voyez le résultat final, comme si vous y étiez! Pour une rénovation de cuisine des plus efficaces, optez pour Kulina.<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">
Installation d'armoires de cuisine et salle de bain<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Nos installateurs concrétiseront votre projet selon les règles de l’art. Une fois l’installation complétée, étape qui se déroule normalement en une journée pour une cuisine ou salle de bain standard, une inspection finale sera effectuée avec vous afin de s’assurer que tout soit à votre entière satisfaction. Pour une installation d’armoires impeccable, Kulina est un choix sûr.<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">
Design de cuisine et salle de bain<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
L’équipe de Kulina est composée de designer-cuisinistes spécialisés dans la conception et l’aménagement de cuisine, salle de bain et bien plus. Peu importe votre projet, Kulina saura relever le défi!<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">
Fabrication de meubles sur mesure<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Nos talentueux ébénistes fabriqueront vos meubles, selon vos besoins et votre budget. Leurs équipements à la fine pointe de la technologie ne laissent place à aucune erreur de mesure.<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">
Présentation d'un plan 3D<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Visualisez-vous dans votre cuisine avant même le début des travaux avec nos plans photoréalistes, comme si vous y étiez!<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>
Jean-Philippe
Paquet
</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-->
Owner
</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">
(418) 626-2600
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
info@kulina.ca
</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>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<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">
236110 - Residential Building Construction
</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">
Fabrication d'armoires de cuisine et salle de bain<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Il est maintenant temps de préparer la mise en production de votre projet afin de l’envoyer à l’usine. La fabrication de vos armoires est effectuée avec des matériaux de première qualité. De plus, elles sont usinées avec de la machinerie numérique contrôlée par ordinateur à la fine pointe de la technologie et offrant une ultime précision.<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">
Rénovation de cuisine<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Kulina se distingue par la conception de plans de cuisine 3D lors de la réalisastion de votre projet en rénovation de cuisine. Ces plans permettent de visualiser votre espace avant même le début des rénovations. Nos cuisinistes vous conseillent afin d’harmoniser les matériaux et les couleurs et vous donnent la chance de comparer votre cuisine selon plusieurs styles. Vous hésitez entre une cuisine moderne et une cuisine champêtre? Voyez le résultat final, comme si vous y étiez! Pour une rénovation de cuisine des plus efficaces, optez pour Kulina.<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">
Installation d'armoires de cuisine et salle de bain<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Nos installateurs concrétiseront votre projet selon les règles de l’art. Une fois l’installation complétée, étape qui se déroule normalement en une journée pour une cuisine ou salle de bain standard, une inspection finale sera effectuée avec vous afin de s’assurer que tout soit à votre entière satisfaction. Pour une installation d’armoires impeccable, Kulina est un choix sûr.<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">
Design de cuisine et salle de bain<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
L’équipe de Kulina est composée de designer-cuisinistes spécialisés dans la conception et l’aménagement de cuisine, salle de bain et bien plus. Peu importe votre projet, Kulina saura relever le défi!<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">
Fabrication de meubles sur mesure<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Nos talentueux ébénistes fabriqueront vos meubles, selon vos besoins et votre budget. Leurs équipements à la fine pointe de la technologie ne laissent place à aucune erreur de mesure.<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">
Présentation d'un plan 3D<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Visualisez-vous dans votre cuisine avant même le début des travaux avec nos plans photoréalistes, comme si vous y étiez!<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-03-17
</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
-->
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.