path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
biosys/templates/403.html | gaiaresources/biosys | {% extends 'base.html' %}
{% block page_content_inner %}
<div class="row">
<div class="col-xs-12 text-center">
<h2>Sorry, no access</h2>
<p>For access to BioSys data editing functions, please contact the <a href="mailto:biosys@dbca.wa.gov.au">system
custodian.</a></p>
<a href="/">Click here to return to the home page.</a>
</div>
</div>
{% endblock %}
|
source/api/apidocs-4.15/apis/updateCloudToUseObjectStore.html | apache/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack 4.15.0.0 Root Admin API Reference
</span>
<p></p>
<h1>updateCloudToUseObjectStore</h1>
<p>Migrate current NFS secondary storages to use object store.</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../index.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>provider</strong></td><td style="width:500px;"><strong>the image store provider name</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>details</i></td><td style="width:500px;"><i>the details for the image store. Example: details[0].key=accesskey&details[0].value=s389ddssaa&details[1].key=secretkey&details[1].value=8dshfsss</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>name</i></td><td style="width:500px;"><i>the name for the image store</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>url</i></td><td style="width:500px;"><i>the URL for the image store</i></td><td style="width:180px;"><i>false</i></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the ID of the image store</td>
</tr>
<tr>
<td style="width:200px;"><strong>disksizetotal</strong></td><td style="width:500px;">the total disk size of the host</td>
</tr>
<tr>
<td style="width:200px;"><strong>disksizeused</strong></td><td style="width:500px;">the host's currently used disk size</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the image store</td>
</tr>
<tr>
<td style="width:200px;"><strong>protocol</strong></td><td style="width:500px;">the protocol of the image store</td>
</tr>
<tr>
<td style="width:200px;"><strong>providername</strong></td><td style="width:500px;">the provider name of the image store</td>
</tr>
<tr>
<td style="width:200px;"><strong>readonly</strong></td><td style="width:500px;">defines if store is read-only</td>
</tr>
<tr>
<td style="width:200px;"><strong>scope</strong></td><td style="width:500px;">the scope of the image store</td>
</tr>
<tr>
<td style="width:200px;"><strong>url</strong></td><td style="width:500px;">the url of the image store</td>
</tr>
<tr>
<td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;">the Zone ID of the image store</td>
</tr>
<tr>
<td style="width:200px;"><strong>zonename</strong></td><td style="width:500px;">the Zone name of the image store</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="comments_thread">
<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script>
<noscript>
<iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin"></iframe>
</noscript>
</div>
<div id="footer_mainmaster">
<p>
Copyright © 2015 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.
</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
docs/templates/ngFilter.template.html | daniele-zurico/test-dgeni | {% extends 'base.template.html' %}
{% block body %}
<h2>{$ doc.name $}</h2>
<h3>filter in {$ doc.module | relativeLink(doc) $}</h3>
<div>
{$ doc.description | marked $}
</div>
{% include "partials/dependencies.template.html" %}
{% endblock %} |
src/main/webapp/help-outdir.html | amuniz/dependency-check-plugin | <div>
If specified, the report will be created in this directory.
If the output directory is not specified, the report will
be created in the root of the projects workspace.
</div> |
doc/api/serialized-form.html | loganj/atunit | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Serialized Form
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Serialized Form";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=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"> <FONT CLASS="NavBarFont1">Package</FONT> </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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.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>
<H1>
Serialized Form</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>atunit</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="atunit.NoUnitException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="atunit/NoUnitException.html" title="class in atunit">atunit.NoUnitException</A> extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="atunit.TooManyUnitsException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="atunit/TooManyUnitsException.html" title="class in atunit">atunit.TooManyUnitsException</A> extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>atunit.core</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="atunit.core.IllegalAnnotationException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="atunit/core/IllegalAnnotationException.html" title="class in atunit.core">atunit.core.IllegalAnnotationException</A> extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="atunit.core.IncompatibleAnnotationException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="atunit/core/IncompatibleAnnotationException.html" title="class in atunit.core">atunit.core.IncompatibleAnnotationException</A> extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>atunit.jmock</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="atunit.jmock.NoMockeryException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="atunit/jmock/NoMockeryException.html" title="class in atunit.jmock">atunit.jmock.NoMockeryException</A> extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="atunit.jmock.TooManyMockeriesException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="atunit/jmock/TooManyMockeriesException.html" title="class in atunit.jmock">atunit.jmock.TooManyMockeriesException</A> extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.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>
|
examples/csp.amp.html | avimehta/amphtml | <!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>AMP CSP</title>
<link rel="canonical" href="analytics.amp.html" >
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src * data: blob:; script-src blob: https://cdn.ampproject.org/v0.js https://cdn.ampproject.org/v0/ https://cdn.ampproject.org/viewer/; object-src 'none'; style-src 'unsafe-inline' https://cdn.ampproject.org/rtv/ https://fast.fonts.net https://fonts.googleapis.com; report-uri https://csp-collector.appspot.com/csp/amp">
<link href='https://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<style amp-custom>
#data-svg {
width: 100px;
height: 100px;
background-color: red;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="#fff" viewBox="0 0 18 18"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z" /></svg>')
}
.font {
font-family: 'Questrial'
}
</style>
</head>
<body>
To update, copy current Proxy CSP into meta tag. This file intentionally does not validate, because it uses an inline CSP. Note also, that one CSP error related to the "livereload" script injected by our test server is expected.
<h2>Should show red with arrows</h2>
<div id="data-svg"></div>
<h2 id="iframe">Should say hello world</h2>
<amp-iframe width="300" height="50" src="data:text/html;charset=utf-8;base64,PGgxPmhlbGxvIHdvcmxkPC9oMT4=">
<amp-img placeholder src="img/hero@1x.jpg" width="300" height="50">
</amp-iframe>
<h2>Should show ad<h2>
<amp-ad width=300 height=250
type="a9"
data-aax_size="300x250"
data-aax_pubname="test123"
data-aax_src="302">
</amp-ad>
<h2>Should show YT video</h2>
<amp-youtube
data-videoid="mGENRKrdoGY"
width="240" height="135"></amp-youtube>
<h2>Should show image</h2>
<amp-img src="https://cdn.ampproject.org/i/s/i.guim.co.uk/img/media/dc4d6f2e1198a804b9c9d4b70515a8f7915e1943/0_0_6144_3688/master/6144.jpg?w=700&q=85&auto=format&sharp=10&s=e13bbb3b723ce2d831869edc96ec4b96" width=50 height=50></amp-img>
<h2>Should say "Hello World" when button is clicked</h2>
<p [text]="foo"></p>
<button on="tap:AMP.setState({foo: 'Hello World'})">Click me</button>
<h2 class="font">Different font</h2>
</body>
</html>
|
css/flexbox/align-self-auto-ref.html | frivoal/presto-testo | <!DOCTYPE html>
<title>flexbox | align-self: auto</title>
<style>
div {
background: blue;
margin: 1em 0;
border: 1px solid black;
height: 6em;
width: 30em;
position: relative;
}
span {
background: yellow;
width: 8em;
position: absolute;
bottom: 0;
left: 1em;
display: inline-block;
}
span:nth-child(2) {
background: pink;
left: 11em;
}
span:nth-child(3) {
background: lightblue;
left: 21em;
}
</style>
<div>
<span>one</span>
<span>two</span>
<span>three</span>
</div>
|
css/image-fit/reftests/input-jpg-wide/visible_none_left_0.html | frivoal/presto-testo | <!doctype html>
<!-- This file is generated by build.py. -->
<title>input wide.jpg; overflow:visible; -o-object-fit:none; -o-object-position:left 0%</title>
<link rel="stylesheet" href="../../support/reftests.css">
<link rel='match' href='visible_none_left_0-ref.html'>
<style>
#test > * { overflow:visible; -o-object-fit:none; -o-object-position:left 0% }
</style>
<div id="test">
<input type=image src="../../support/wide.jpg">
</div>
|
lib/cc3200-sdk/docs/simplelink_api/html/structsl__protocol___wlan_set_info_element__t.html | Mindtribe/Leash-Debugger | <!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.4"/>
<title>CC32XX SimpleLink Host Driver: sl_protocol_WlanSetInfoElement_t Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</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">CC32XX SimpleLink Host Driver
 <span id="projectnumber">1.0.0.10</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<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="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</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>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('structsl__protocol___wlan_set_info_element__t.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">sl_protocol_WlanSetInfoElement_t Struct Reference<div class="ingroups"><a class="el" href="group__wlan.html">Wlan</a></div></div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a1b7d00023fd5674c4bd44bc179294390"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1b7d00023fd5674c4bd44bc179294390"></a>
_u8 </td><td class="memItemRight" valign="bottom"><b>index</b></td></tr>
<tr class="separator:a1b7d00023fd5674c4bd44bc179294390"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a838542fa5c0baf0d55b638d8906ec18e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a838542fa5c0baf0d55b638d8906ec18e"></a>
_u8 </td><td class="memItemRight" valign="bottom"><b>role</b></td></tr>
<tr class="separator:a838542fa5c0baf0d55b638d8906ec18e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac1029492d0e3b06663e3dfa879773e2a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac1029492d0e3b06663e3dfa879773e2a"></a>
<a class="el" href="structsl__protocol___info_element__t.html">sl_protocol_InfoElement_t</a> </td><td class="memItemRight" valign="bottom"><b>ie</b></td></tr>
<tr class="separator:ac1029492d0e3b06663e3dfa879773e2a"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="wlan_8h_source.html">wlan.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="structsl__protocol___wlan_set_info_element__t.html">sl_protocol_WlanSetInfoElement_t</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
</ul>
</div>
</body>
</html>
|
css/image-fit/reftests/video-ogg-tall/hidden_fill_2cm_2cm-ref.html | frivoal/presto-testo | <!doctype html>
<!-- This file is generated by build.py. -->
<title>Reference for video 160x240.ogv; overflow:hidden; -o-object-fit:fill; -o-object-position:2cm 2cm</title>
<link rel="stylesheet" href="../../support/reftests.css">
<style>
.helper { overflow:hidden }
.helper > * { left:2cm; top:2cm; width:200px; height:200px }
</style>
<div id="ref">
<span class="helper"><img src="../../support/160x240.ogv.png"></span>
</div>
|
metashare/templates/repository/resource_view/documentation.html | JuliBakagianni/CEF-ELRC | {% spaceless %}
{% if type == "Documentation" %}
{% else %}
{% if level == "simple" %}
<label class='indented'><strong>{{type}}:</strong></label>
{% else %}
<label class={% if level == "sub" %}'subtitle'{% else %}'title'{% endif %}>{{type}}</label>
{% endif %}
{% endif %}
{% if level == "sub" or level == "simple" or indent == "yes" %}<div class="indented">{% endif %}
{% if documentation.Document %}
<div class="dataline">
<label>
<strong>Document Type:</strong> {{ documentation.Document }}
</label>
</div>
{% endif %}
<div class="dataline indented">
<label>
{% if documentation.Author %}
{{ documentation.Author }},
{% endif %}
<strong><i>{{ documentation.Title }}</i></strong>,
{% if documentation.Url %}
{% for key, value in documentation.items %}
{% if "Url" in key %}
{{ value|urlizetrunc:23 }}
{% endif %}
{% endfor %}
{% endif %}
{% if documentation.Journal %}
. In: {{ documentation.Journal }}
{% endif %}
{% if documentation.Volume %}
{{ documentation.Volume }}
{% endif %}
{% if documentation.Pages %}
, pp. {{ documentation.Pages }}
{% endif %}
{% if documentation.Conference %}
, {{ documentation.Conference }}
{% endif %}
{% if documentation.Year %}
, {{ documentation.Year }}
{% endif %}
</label>
</div>
{% if documentation.Editor %}
<div class="dataline">
<label>
<strong>Editor:</strong> {{ documentation.Editor }}
</label>
</div>
{% endif %}
{% if documentation.Publisher %}
<div class="dataline">
<label>
<strong>Publisher:</strong> {{ documentation.Publisher }}
</label>
</div>
{% endif %}
{% if documentation.Book_title %}
<div class="dataline">
<label>
<strong>Book Title:</strong> {{ documentation.Book_title }}
</label>
</div>
{% endif %}
{% if documentation.Series %}
<div class="dataline">
<label>
<strong>Series:</strong> {{ documentation.Series }}
</label>
</div>
{% endif %}
{% if documentation.Edition %}
<div class="dataline">
<label>
<strong>Edition:</strong> {{ documentation.Edition }}
</label>
</div>
{% endif %}
{% if documentation.Doi %}
<div class="dataline">
<label>
<strong>Digital Object Identifier - DOI:</strong> {{ documentation.Doi|urlizetrunc:23 }}
</label>
</div>
{% endif %}
{% if documentation.Issn %}
<div class="dataline">
<label>
<strong>ISSN:</strong> {{ documentation.Issn }}
</label>
</div>
{% endif %}
{% if documentation.Isbn %}
<div class="dataline">
<label>
<strong>ISBN:</strong> {{ documentation.Isbn }}
</label>
</div>
{% endif %}
{% if documentation.Keywords %}
<div class="dataline">
<label>
<strong>Keywords:</strong> {{ documentation.Keywords }}
</label>
</div>
{% endif %}
{% if documentation.Document_language_name %}
<div class="dataline">
<label>
<strong>Document Language:</strong>
{% if documentation.Document_language_id %}
<label title="{{documentation.Document_language_id}}">
{% endif %}
{{ documentation.Document_language_name }}
{% if documentation.Document_language_id %}
</label>
{% endif %}
</label>
</div>
{% endif %}
{% if level == "sub" or level == "simple" or indent == "yes" %}</div>{% endif %}
{% endspaceless %}
|
doc/MSP430i2xx/html/inc_2hw__regaccess_8h_source.html | ekawahyu/MSP430Ware | <!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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>hw_regaccess.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="$relpath/search.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<table width="100%">
<tr>
<td bgcolor="black" width="1"><a href="http://www.ti.com"><img border="0" src="tilogo.gif" /></a></td>
<td bgcolor="red"><img src="titagline.gif" /></td>
</tr>
</table>
<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">MSP430 Driver Library
 <span id="projectnumber">1.90.00.65</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_e1cf65e5caa5b20be391e0669541b825.html">cygdrive</a></li><li class="navelem"><a class="el" href="dir_7a9e18c03596d8465cf006c2a17f1e00.html">c</a></li><li class="navelem"><a class="el" href="dir_fe6c554c444e3227c5f1951b4a377054.html">msp430-driverlib</a></li><li class="navelem"><a class="el" href="dir_4e464a626a5b2b3f76bb8ad9d9a5ca75.html">inc</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">inc/hw_regaccess.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="inc_2hw__regaccess_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef __HW_REGACCESS__</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor"></span><span class="preprocessor">#define __HW_REGACCESS__</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include "stdint.h"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "stdbool.h"</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//*****************************************************************************</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// Macro for enabling assert statements for debugging</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">//</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">//*****************************************************************************</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="inc_2hw__regaccess_8h.html#a8de3ed741dadc9c979a4ff17c0a9116e"> 12</a></span> <span class="preprocessor">#define NDEBUG</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">//*****************************************************************************</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">//</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">// Macros for hardware access</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">//</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//*****************************************************************************</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="inc_2hw__regaccess_8h.html#a005bc3d0bebdd1031a77f1fba8947998"> 19</a></span> <span class="preprocessor">#define HWREG32(x) \</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor"> (*((volatile uint32_t *)(x)))</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="inc_2hw__regaccess_8h.html#a7bb830016238e9f911612eddc5e58143"> 21</a></span> <span class="preprocessor"></span><span class="preprocessor">#define HWREG16(x) \</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor"> (*((volatile uint16_t *)(x)))</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="inc_2hw__regaccess_8h.html#a437bba8c6aaa7542f8d7522146157b42"> 23</a></span> <span class="preprocessor"></span><span class="preprocessor">#define HWREG8(x) \</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor"> (*((volatile uint8_t *)(x)))</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment">//*****************************************************************************</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment">//</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment">// SUCCESS and FAILURE for API return value</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment">//</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment">//*****************************************************************************</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="inc_2hw__regaccess_8h.html#ae56fdb340b23940f7a64ed2e37c1774a"> 31</a></span> <span class="preprocessor">#define STATUS_SUCCESS true</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="inc_2hw__regaccess_8h.html#a9024ed05f7df784637ef7b44ca8caf97"> 32</a></span> <span class="preprocessor"></span><span class="preprocessor">#define STATUS_FAIL false</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#endif // #ifndef __HW_REGACCESS__</span></div>
</div><!-- fragment --></div><!-- contents -->
<hr size="1" /><small>
Copyright 2014, Texas Instruments Incorporated</small>
</body>
</html>
|
SVG/Testsuites/W3C-1_1F2/harness/htmlSVGWeb/paths-data-07-t.html | frivoal/presto-testo | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="../../../../../tools/svgweb/src/svg.js" data-path="../../../../../tools/svgweb/src"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="W3C SVG 1.1 2nd Edition Test Suite"/>
<meta name="description" content="W3C SVG 1.1 2nd Edition SVGWeb Test Suite"/>
<title>
SVG 1.1 2nd Edition Test (svgweb): paths-data-07-t.svg
</title>
<style type="text/css">
<!--
.bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
.pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
.pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
.openChapter { color : blue; line-height: 125%; font-weight : 900 }
.openSection { color : blue; line-height: 125%; font-weight : 900 }
.info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
.opscript { margin-left: 3%; margin-right: 3%; }
.opscript p { margin-top: 0.7em }
.navbar { background: black; color: white; font-weight: bold }
.warning { color: red; text-align: Center;}
a,a:visited { color: blue }
-->
</style>
<link rel="prev" href="paths-data-06-t.html" />
<link rel="index" href="index.html" />
<link rel="next" href="paths-data-08-t.html" />
<script src="../resources/testharnessreport.js"></script>
</head>
<body class="bodytext">
<div class="linkbar">
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/paths.html#PathData">8.3 Path Data</a></p>
<p>
<a href="paths-data-06-t.html" rel="prev">paths-data-06-t ←</a>
<a href="index.html" rel="index">index</a>
<a href="paths-data-08-t.html" rel="next">→ paths-data-08-t</a>
</p>
</div>
<div>
<br />
<p class="warning">
Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.
</p>
</div>
<table align="center" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center" colspan="3">
<table border="0" cellpadding="8">
<tr>
<td align="center" colspan="2" class="pageTitle">
<h1>paths-data-07-t.svg</h1>
</td>
</tr>
<tr class="navbar">
<td align="center">
SVG Image
</td>
<td align="center">
PNG Image
</td>
</tr>
<tr>
<td align="right">
<!--[if IE]>
<object src="../../svg/paths-data-07-t.svg" width="480" height="360" classid="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p>
<![endif]-->
<!--[if !IE]>-->
<object data="../../svg/paths-data-07-t.svg" width="480" height="360" type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p>
<!--<![endif]-->
</object>
</td>
<td align="left">
<img alt="raster image of paths-data-07-t.svg" src="../../png/paths-data-07-t.png" width="480" height="360"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="opscript">
<h2 id="operatorscript">
Operator Script
</h2>
<div>
<p>
Run the test. No interaction required.
</p>
</div>
<h2 id="passcriteria">
Pass Criteria
</h2>
<div>
<p>
The rendered picture should match the reference image exactly
</p>
</div>
<h2 id="testdescription">
Test Description
</h2>
<div>
<p>
Verify the basic capability to handle the 'path' element, and its data attribute (d)
in combination with the straight-line path commands.
Two pairs of staircase figures are drawn using
respectively M,H,V,Z and m,h,v,z. The shapes in each pair are identical, with one stroked and
one filled.
</p>
</div>
</div>
<br/>
<div class="linkbar">
<p>
<a href="paths-data-06-t.html" rel="prev">paths-data-06-t ←</a>
<a href="index.html" rel="index">index</a>
<a href="paths-data-08-t.html" rel="next">→ paths-data-08-t</a>
</p>
</div>
</body>
</html>
|
packages/select/src/ux-optgroup.html | aurelia/ux | <template class="ux-optgroup"
class.bind="isDisabled ? 'ux-optgroup--disabled' : ''"
disabled.bind="isDisabled & booleanAttr"
aria-disabled.bind="isDisabled & booleanAttr">
<div class="ux-optgroup-label" textcontent.bind="label"></div>
<div class="ux-optgroup-options-ct" ref="optionsCt"><slot></slot></div>
</template>
|
deps/boost/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html | vslavik/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ip::basic_resolver_entry::basic_resolver_entry (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_resolver_entry.html" title="ip::basic_resolver_entry::basic_resolver_entry">
<link rel="prev" href="../basic_resolver_entry.html" title="ip::basic_resolver_entry::basic_resolver_entry">
<link rel="next" href="overload2.html" title="ip::basic_resolver_entry::basic_resolver_entry (2 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../basic_resolver_entry.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_resolver_entry.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="boost_asio.reference.ip__basic_resolver_entry.basic_resolver_entry.overload1"></a><a class="link" href="overload1.html" title="ip::basic_resolver_entry::basic_resolver_entry (1 of 2 overloads)">ip::basic_resolver_entry::basic_resolver_entry
(1 of 2 overloads)</a>
</h5></div></div></div>
<p>
Default constructor.
</p>
<pre class="programlisting">basic_resolver_entry();
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2018 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../basic_resolver_entry.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_resolver_entry.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
original_sources/boost_1_59_0/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html | TyRoXx/cdm | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>windows::basic_random_access_handle::lowest_layer_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../windows__basic_random_access_handle.html" title="windows::basic_random_access_handle">
<link rel="prev" href="lowest_layer/overload2.html" title="windows::basic_random_access_handle::lowest_layer (2 of 2 overloads)">
<link rel="next" href="native.html" title="windows::basic_random_access_handle::native">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="lowest_layer/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_random_access_handle.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="native.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type"></a><a class="link" href="lowest_layer_type.html" title="windows::basic_random_access_handle::lowest_layer_type">windows::basic_random_access_handle::lowest_layer_type</a>
</h4></div></div></div>
<p>
<span class="emphasis"><em>Inherited from windows::basic_handle.</em></span>
</p>
<p>
<a class="indexterm" name="idp184949120"></a>
A <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> is always the lowest
layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_handle</span><span class="special"><</span> <span class="identifier">RandomAccessHandleService</span> <span class="special">></span> <span class="identifier">lowest_layer_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h0"></a>
<span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.types"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.types">Types</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/implementation_type.html" title="windows::basic_handle::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
</p>
</td>
<td>
<p>
The underlying implementation type of I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/lowest_layer_type.html" title="windows::basic_handle::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
</p>
</td>
<td>
<p>
A basic_handle is always the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/native_handle_type.html" title="windows::basic_handle::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
</p>
</td>
<td>
<p>
The native representation of a handle.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/native_type.html" title="windows::basic_handle::native_type"><span class="bold"><strong>native_type</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle_type.) The native representation
of a handle.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/service_type.html" title="windows::basic_handle::service_type"><span class="bold"><strong>service_type</strong></span></a>
</p>
</td>
<td>
<p>
The type of the service that will be used to provide I/O operations.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h1"></a>
<span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.member_functions">Member
Functions</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/assign.html" title="windows::basic_handle::assign"><span class="bold"><strong>assign</strong></span></a>
</p>
</td>
<td>
<p>
Assign an existing native handle to the handle.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/basic_handle.html" title="windows::basic_handle::basic_handle"><span class="bold"><strong>basic_handle</strong></span></a>
</p>
</td>
<td>
<p>
Construct a basic_handle without opening it.
</p>
<p>
Construct a basic_handle on an existing native handle.
</p>
<p>
Move-construct a basic_handle from another.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/cancel.html" title="windows::basic_handle::cancel"><span class="bold"><strong>cancel</strong></span></a>
</p>
</td>
<td>
<p>
Cancel all asynchronous operations associated with the handle.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/close.html" title="windows::basic_handle::close"><span class="bold"><strong>close</strong></span></a>
</p>
</td>
<td>
<p>
Close the handle.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/get_io_service.html" title="windows::basic_handle::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the io_service associated with the object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/is_open.html" title="windows::basic_handle::is_open"><span class="bold"><strong>is_open</strong></span></a>
</p>
</td>
<td>
<p>
Determine whether the handle is open.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/lowest_layer.html" title="windows::basic_handle::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
</p>
</td>
<td>
<p>
Get a reference to the lowest layer.
</p>
<p>
Get a const reference to the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/native.html" title="windows::basic_handle::native"><span class="bold"><strong>native</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle().) Get the native handle representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/native_handle.html" title="windows::basic_handle::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
</p>
</td>
<td>
<p>
Get the native handle representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/operator_eq_.html" title="windows::basic_handle::operator="><span class="bold"><strong>operator=</strong></span></a>
</p>
</td>
<td>
<p>
Move-assign a basic_handle from another.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h2"></a>
<span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_member_functions"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_member_functions">Protected
Member Functions</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/get_implementation.html" title="windows::basic_handle::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
</p>
</td>
<td>
<p>
Get the underlying implementation of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/get_service.html" title="windows::basic_handle::get_service"><span class="bold"><strong>get_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the service associated with the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/_basic_handle.html" title="windows::basic_handle::~basic_handle"><span class="bold"><strong>~basic_handle</strong></span></a>
</p>
</td>
<td>
<p>
Protected destructor to prevent deletion through this type.
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h3"></a>
<span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_data_members"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.protected_data_members">Protected
Data Members</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/implementation.html" title="windows::basic_handle::implementation"><span class="bold"><strong>implementation</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_implementation().) The underlying implementation
of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="../windows__basic_handle/service.html" title="windows::basic_handle::service"><span class="bold"><strong>service</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_service().) The service associated with
the I/O object.
</p>
</td>
</tr>
</tbody>
</table></div>
<p>
The <a class="link" href="../windows__basic_handle.html" title="windows::basic_handle"><code class="computeroutput"><span class="identifier">windows</span><span class="special">::</span><span class="identifier">basic_handle</span></code></a> class template provides
the ability to wrap a Windows handle.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h4"></a>
<span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.thread_safety"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.thread_safety">Thread
Safety</a>
</h6>
<p>
<span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
<span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h6>
<a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.h5"></a>
<span class="phrase"><a name="boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.requirements"></a></span><a class="link" href="lowest_layer_type.html#boost_asio.reference.windows__basic_random_access_handle.lowest_layer_type.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/windows/basic_random_access_handle.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="lowest_layer/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_random_access_handle.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="native.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
index.html | mintrar/ITE101 | Hello2
|
_posts/2011/01/2011-01-19-newline.html | ErinBecker/website | ---
layout: post
date: 2011-01-19
time: "10:00:00"
authors: ["Luis Zarrabeitia"]
title: Version Control and Newline Conventions
category: ["Content"]
---
<p>There are two widely used conventions for representing the end of a line and the start of the next. Unix-like systems have traditionally used one character, \n (ASCII 10, "line feed"), while Microsoft DOS and Windows used a sequence \r\n (ASCII 13, "carriage return", \n). Being invisible, the difference of conventions usually goes unnoticed, specially because most modern software can correctly display text written with either one. However, there can be interoperability issues when using editors that follow different conventions.</p>
<p>One of such issues can manifest when using a version control system, like subversion. Suppose that one team member accesses the repository to make a small change. Most text editors will try to detect the convention used in the document, but some (broken) editors will display the text correctly, but will save it using its default convention, regardless of the original. If one of these editors is used to make a change, a one line modification could potentially span the whole file: the one line in which the modification was made, plus every line in the document where the editor decided to change the end of line symbol.</p>
<p>If this change is committed, the <em>diff</em> for that revision would be nearly useless, because instead of highlighting only the change that was made, it would appear as if the whole document was removed and retyped. This revision would also be very difficult to merge (i.e, if there is a need to revert it in the future), and if another team member is also editing the same file, he will surely get a conflict, which may be hard to solve because it will be very difficult to spot the actual difference.</p>
<p>There are other invisible characters that can cause similar issues, like <em>tabs</em> and <em>spaces</em>. It should be agreed beforehand which convention is going to be used, and each team member should make sure that their own commits follow it. It is a good practice to review the local editions before doing a commit (<em>svn diff</em> from the command line, or your favourite graphical diff tool). If lines that are apparently equal are reported to be different, that may be a sign that the text editor is changing the invisible characters. Reviewing the changes before committing can also help you make sure that only the desired changes make it to the repository, that throwaway or unnecessary changes are discarded, and that the commit contains one, and only one, logical change.</p>
|
deps/boost/libs/gil/doc/html/reference/group___color_space_and_layout.html | nawawi/poedit | <!-- HTML header for doxygen 1.8.13-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Generic Image Library: Color, Color Space, and Layout</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" />
<link href="doxygen-boost.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="boost-header">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
<tr>
<td valign="top" width="300">
<h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3>
</td>
<td ><h1 align="center"><a href="../index.html"></a></h1></td>
<td></td>
</tr>
</table>
</div>
<hr/>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- Generated by Doxygen 1.8.6 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#groups">Modules</a> </div>
<div class="headertitle">
<div class="title">Color, Color Space, and Layout</div> </div>
</div><!--header-->
<div class="contents">
<p>The color space and the layout define the set, ordering and interpretation of channels in a pixel.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="groups"></a>
Modules</h2></td></tr>
<tr class="memitem:group___color_space_and_layout_concept"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___color_space_and_layout_concept.html">Concepts</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group___color_space_and_layout_model"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___color_space_and_layout_model.html">Models</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>The color space and the layout define the set, ordering and interpretation of channels in a pixel. </p>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<hr class="footer"/>
<address class="footer">
<small>
Generated on Wed Dec 5 2018 20:05:50 for Generic Image Library by  <a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.6
</small>
</address>
</body>
</html>
|
power-log-it/commons-math3-3.2/docs/apidocs/org/apache/commons/math3/util/class-use/OpenIntToDoubleHashMap.html | tektyte/Log4-Desktop-PC | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.commons.math3.util.OpenIntToDoubleHashMap (Commons Math 3.2 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.commons.math3.util.OpenIntToDoubleHashMap (Commons Math 3.2 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../../org/apache/commons/math3/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math3.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/commons/math3/util//class-useOpenIntToDoubleHashMap.html" target="_top"><B>FRAMES</B></A>
<A HREF="OpenIntToDoubleHashMap.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>
<B>Uses of Class<br>org.apache.commons.math3.util.OpenIntToDoubleHashMap</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/commons/math3/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math3.util">OpenIntToDoubleHashMap</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.commons.math3.util"><B>org.apache.commons.math3.util</B></A></TD>
<TD>Convenience routines and common data structures used throughout the commons-math library. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.commons.math3.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/commons/math3/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math3.util">OpenIntToDoubleHashMap</A> in <A HREF="../../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</A> with parameters of type <A HREF="../../../../../../org/apache/commons/math3/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math3.util">OpenIntToDoubleHashMap</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/commons/math3/util/OpenIntToDoubleHashMap.html#OpenIntToDoubleHashMap(org.apache.commons.math3.util.OpenIntToDoubleHashMap)">OpenIntToDoubleHashMap</A></B>(<A HREF="../../../../../../org/apache/commons/math3/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math3.util">OpenIntToDoubleHashMap</A> source)</CODE>
<BR>
Copy constructor.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../../org/apache/commons/math3/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math3.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/commons/math3/util//class-useOpenIntToDoubleHashMap.html" target="_top"><B>FRAMES</B></A>
<A HREF="OpenIntToDoubleHashMap.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>
Copyright © 2003-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
tests/index.html | gboushey/frontend | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ilios Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
{{content-for "test-head"}}
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/ilios.css">
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css">
<!-- Ilios variables set by the web server -->
{{content-for 'server-variables'}}
{{content-for "head-footer"}}
{{content-for "test-head-footer"}}
</head>
<body>
{{content-for "body"}}
{{content-for "test-body"}}
<script src="/testem.js" integrity=""></script>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/test-support.js"></script>
<script src="{{rootURL}}assets/ilios.js"></script>
<script src="{{rootURL}}assets/tests.js"></script>
{{content-for "body-footer"}}
{{content-for "test-body-footer"}}
</body>
</html>
|
sandbox/slide-checkbox/index.html | quattromani/scaffold-gulp | ---
layout: default
title: Checkbox Toggle
---
<style>
input.switch:empty
{
margin-left: -9999px;
}
input.switch:empty ~ label
{
position: relative;
float: left;
text-indent: 3em;
margin: 0.2em 0;
cursor: pointer;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after
{
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
content: ' ';
width: 2.6em;
background-color: #ef272d;
border-radius: 100px;
-webkit-transition: all 100ms ease-in;
transition: all 100ms ease-in;
}
input.switch:empty ~ label:after
{
width: 1.2em;
top: 0.1em;
bottom: 0.15em;
margin-left: 0.15em;
background-color: #fff;
border-radius: 100px;
}
input.switch:checked ~ label:before
{
background-color: #719a2e;
}
input.switch:checked ~ label:after
{
margin-left: 1.3em;
}
</style>
<form action="#" method="get">
<div class="formitem">
<input type="checkbox" id="switch-this" name="switch-this" class="switch" checked/>
<label for="switch-this">I choose this</label>
</div>
<div class="formitem">
<input type="checkbox" id="switch-that" name="switch-that" class="switch" />
<label for="switch-that">I choose that</label>
</div>
</form>
|
assets/slider-revolution/css/settings.css | affanilyas/uin_fsh | /*-----------------------------------------------------------------------------
- Revolution Slider 5.0 Default Style Settings -
Screen Stylesheet
version: 5.0.0
date: 29/10/15
author: themepunch
email: info@themepunch.com
website: http://www.themepunch.com
-----------------------------------------------------------------------------*/
.rtl { direction: rtl;}
@font-face {
font-family: 'revicons';
src: url('../fonts/revicons/revicons90c6.eot?5510888');
src: url('../fonts/revicons/revicons90c6.eot?5510888#iefix') format('embedded-opentype'),
url('../fonts/revicons/revicons90c6.woff?5510888') format('woff'),
url('../fonts/revicons/revicons90c6.ttf?5510888') format('truetype'),
url('../fonts/revicons/revicons90c6.svg?5510888#revicons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */
/******************************
- BASIC STYLES -
******************************/
.rev_slider_wrapper{
position:relative;
z-index: 0;
}
.rev_slider{
position:relative;
overflow:visible;
}
.tp-overflow-hidden { overflow:hidden;}
.tp-simpleresponsive img,
.rev_slider img{
max-width:none !important;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
margin:0px;
padding:0px;
border-width:0px;
border:none;
}
.rev_slider .no-slides-text{
font-weight:bold;
text-align:center;
padding-top:80px;
}
.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
list-style:none !important;
position:absolute;
margin:0px !important;
padding:0px !important;
overflow-x: visible;
overflow-y: visible;
list-style-type: none !important;
background-image:none;
background-position:0px 0px;
text-indent: 0em;
top:0px;left:0px;
}
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li {
visibility:hidden;
}
.tp-revslider-slidesli,
.tp-revslider-mainul {
padding:0 !important;
margin:0 !important;
list-style:none !important;
}
.rev_slider li.tp-revslider-slidesli {
position: absolute !important;
}
.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}
.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}
.rev_slider .tp-caption,
.rev_slider .caption {
position:relative;
visibility:hidden;
white-space: nowrap;
display: block;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
margin-bottom:0;
}
.tp-svg-layer svg { width:100%; height:100%;position: relative;vertical-align: top}
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
cursor:url(openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
cursor:url(closedhand.cur), move;
}
/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
z-index:1
}
.tp_inner_padding {
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
max-height:none !important;
}
.tp-caption {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
position:absolute;
-webkit-font-smoothing: antialiased !important;
}
.tp-caption.tp-layer-selectable {
-moz-user-select: all;
-khtml-user-select: all;
-webkit-user-select: all;
-o-user-select: all;
}
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
visibility:hidden !important;
display:none !important
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
max-width: none !important
}
/**********************************************
- FULLSCREEN AND FULLWIDHT CONTAINERS -
**********************************************/
.rev_slider_wrapper { width:100%;}
.fullscreen-container {
position:relative;
padding:0;
}
.fullwidthbanner-container{
position:relative;
padding:0;
overflow:hidden;
}
.fullwidthbanner-container .fullwidthabanner{
width:100%;
position:relative;
}
/*********************************
- SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
position:absolute; z-index:101; top:0px;left:0px;
/*pointer-events:none;*/
}
.tp-caption .frontcorner {
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcorner {
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-caption .frontcornertop {
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 0px solid transparent;
border-bottom: 40px solid #00A8FF;
position: absolute;left:-40px;top:0px;
}
.tp-caption .backcornertop {
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 40px solid transparent;
border-top: 40px solid #00A8FF;
position: absolute;right:0px;top:0px;
}
.tp-layer-inner-rotation {
position: relative !important;
}
/***********************************************
- SPECIAL ALTERNATIVE IMAGE SETTINGS -
***********************************************/
img.tp-slider-alternative-image {
width:100%; height:auto;
}
/******************************
- IE8 HACKS -
*******************************/
.noFilterClass {
filter:none !important;
}
/********************************
- FULLSCREEN VIDEO -
*********************************/
.rs-background-video-layer { position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}
.tp-caption.coverscreenvideo { width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none}
.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video { background: #000}
.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid .tp-poster { display: none}
.tp-video-play-button {
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
-moz-box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
-webkit-transition:opacity 300ms ease-out !important;
-moz-transition:opacity 300ms ease-out !important;
-o-transition:opacity 300ms ease-out !important;
transition:opacity 300ms ease-out !important;
}
.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid { width:100% !important; height:100% !important;}
.tp-video-play-button i { width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}
.tp-caption:hover .tp-video-play-button { opacity: 1;}
.tp-caption .tp-revstop { display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir { display:none}
.videoisplaying .tp-revstop { display:inline-block}
.videoisplaying .tp-video-play-button { display:none}
.tp-caption:hover .tp-video-play-button { display:block}
.fullcoveredvideo .tp-video-play-button { display:none !important}
.fullscreenvideo .fullscreenvideo audio { object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video { object-fit:contain !important;}
.fullscreenvideo .fullcoveredvideo audio { object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video { object-fit:cover !important;}
.tp-video-controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 5px;
opacity: 0;
-webkit-transition: opacity .3s;
-moz-transition: opacity .3s;
-o-transition: opacity .3s;
-ms-transition: opacity .3s;
transition: opacity .3s;
background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));
display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.tp-caption:hover .tp-video-controls { opacity: .9;}
.tp-video-button {
background: rgba(0,0,0,.5);
border: 0;
color: #EEE;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
cursor:pointer;
line-height:12px;
font-size:12px;
color:#fff;
padding:0px;
margin:0px;
outline: none;
}
.tp-video-button:hover { cursor: pointer;}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; vertical-align: middle;}
.tp-video-seek-bar-wrap { width:80%}
.tp-video-vol-bar-wrap { width:20%}
.tp-volume-bar,
.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;}
.rs-fullvideo-cover { width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-background-video-layer video::-webkit-media-controls { display:none !important;}
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}
.tp-audio-html5 .tp-video-controls { opacity: 1 !important; visibility: visible !important}
/********************************
- DOTTED OVERLAYS -
*********************************/
.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)}
/******************************
- SHADOWS -
******************************/
.tp-shadowcover { width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
-moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
-moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
-webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
-moz-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
-moz-border-radius:100px / 20px;
border-radius:100px / 20px;
}
/******************************
- BUTTONS -
*******************************/
.tp-button{
padding:6px 13px 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height:30px;
cursor:pointer;
color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
text-decoration:none;
}
.tp-button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; }
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover { background-position:bottom, 15px 11px}
/* BUTTON COLORS */
.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; }
.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68}
.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212}
.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00}
.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222}
.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555}
/* TP BUTTONS DESKTOP SIZE */
.rev-btn,
.rev-btn:visited { outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-family: "Roboto", sans-serif; cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited { text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }
.rev-btn.rev-withicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}
.rev-btn.rev-hiddenicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important; }
.rev-btn.rev-hiddenicon:hover i { opacity: 1 !important; margin-left:10px !important; width:auto !important;}
/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited { line-height: 36px; font-size: 14px; padding: 10px 30px; }
.rev-btn.rev-medium.rev-withicon i { font-size: 14px; top: 0px; }
.rev-btn.rev-medium.rev-hiddenicon i { font-size: 14px; top: 0px; }
/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited { line-height: 28px; font-size: 12px; padding: 7px 20px; }
.rev-btn.rev-small.rev-withicon i { font-size: 12px; top: 0px; }
.rev-btn.rev-small.rev-hiddenicon i { font-size: 12px; top: 0px; }
/* ROUNDING OPTIONS */
.rev-maxround { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
/* BURGER BUTTON */
.rev-burger {
position: relative;
width: 60px;
height: 60px;
box-sizing: border-box;
padding: 22px 0 0 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
-webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
-webkit-transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
}
/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
0% { opacity: 1;top: 29%;}
15% {opacity: 1;top: 50%;}
50% { opacity: 0;top: 50%;}
100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 50%;}
50% {opacity: 0;top: 50%;}
100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 50%;}
50% {opacity: 0;top: 50%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
filter: alpha(opacity=80);
}
.rev-scroll-btn.revs-fullwhite {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
background: white;
border-radius: 50%;
-webkit-animation: rev-ani-mouse 2.5s linear infinite;
-moz-animation: rev-ani-mouse 2.5s linear infinite;
animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
border-color:#333;
}
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr {
border-radius: 3px;
}
.rev-cbutton-light {
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr {
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue {
background-color: #3B5998
}
.rev-sbutton-lightblue {
background-color: #00A0D1;
}
.rev-sbutton-red {
background-color: #DD4B39;
}
/************************************
- TP BANNER TIMER -
*************************************/
.tp-bannertimer { visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom { top:auto; bottom:0px !important;height:5px}
/*********************************************
- BASIC SETTINGS FOR THE BANNER -
***********************************************/
.tp-simpleresponsive img {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}
/* CAPTION SLIDELINK **/
.caption.slidelink a div,
.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{ background:url(../assets/coloredbg.png) repeat}
.tp-shape { width:100%;height:100%;}
/*********************************************
- WOOCOMMERCE STYLES -
***********************************************/
.tp-caption .rs-starring { display: inline-block}
.tp-caption .rs-starring .star-rating { float: none;}
.tp-caption .rs-starring .star-rating {
color: #FFC321 !important;
display: inline-block;
vertical-align: top;
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
}
.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.tp-caption .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.tp-caption .rs-starring .star-rating {
color: #FFC321 !important;
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
font-size: 1em !important;
font-family: star;
}
/******************************
- LOADER FORMS -
********************************/
.tp-loader {
top:50%; left:50%;
z-index:10000;
position:absolute;
}
.tp-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background:url(../assets/loader.gif) no-repeat center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
background:url(../assets/loader.gif) no-repeat 10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
.tp-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
0% { -webkit-transform: scale(0.0) }
100% {-webkit-transform: scale(1.0); opacity: 0;}
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);-webkit-transform: scale(0.0);}
100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}
.tp-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
animation: tp-bouncedelay 1.4s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
.tp-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: tp-rotate 2.0s infinite linear;
animation: tp-rotate 2.0s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: tp-bounce 2.0s infinite ease-in-out;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.tp-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes tp-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
/***********************************************
- STANDARD NAVIGATION SETTINGS
***********************************************/
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar { border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}
.tp-tabs,
.tp-thumbs,
.tp-bullets { position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb { cursor: pointer; position:absolute;opacity:0.5; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image { background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected { opacity:1;}
.tp-tab-mask,
.tp-thumb-mask { box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}
.tp-tabs,
.tp-thumbs { box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}
.tp-bullet { width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover { background:#fff;}
.tp-bannertimer { background:#000; background:rgba(0,0,0,0.15); height:5px;}
.tparrows { cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover { background:#000;}
.tparrows:before { font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before { content: '\e824'; }
.tparrows.tp-rightarrow:before { content: '\e825'; }
/***************************
- KEN BURNS FIXES -
***************************/
body.rtl .tp-kbimg {left: 0 !important}
/***************************
- 3D SHADOW MODE -
***************************/
.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
/*******************
- DEBUG MODE -
*******************/
.hglayerinfo { position: fixed;
bottom: 0px;
left: 0px;
color: #FFF;
font-size: 12px;
line-height: 20px;
font-weight: 600;
background: rgba(0, 0, 0, 0.75);
padding: 5px 10px;
z-index: 2000;
white-space: normal;}
.hginfo { position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { border:1px dashed #c0392b !important;}
.helpgrid { border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog { padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}
|
next-topologydata-export/js/next-ui/doc/classes/nx.graphic.Topology.StageMixin.html | zverevalexei/next-ui-demos | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>nx.graphic.Topology.StageMixin - Next UI Toolkit</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="icon" href="../assets/favicon.ico">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="Next UI Toolkit" width="117" height="52"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: trial</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/nx.html">nx</a></li>
<li><a href="../classes/nx.data.Collection.html">nx.data.Collection</a></li>
<li><a href="../classes/nx.data.CollectionRelation.html">nx.data.CollectionRelation</a></li>
<li><a href="../classes/nx.data.Convex.html">nx.data.Convex</a></li>
<li><a href="../classes/nx.data.Counter.html">nx.data.Counter</a></li>
<li><a href="../classes/nx.data.Dictionary.html">nx.data.Dictionary</a></li>
<li><a href="../classes/nx.data.Edge.html">nx.data.Edge</a></li>
<li><a href="../classes/nx.data.EdgeSet.html">nx.data.EdgeSet</a></li>
<li><a href="../classes/nx.data.EdgeSetCollection.html">nx.data.EdgeSetCollection</a></li>
<li><a href="../classes/nx.data.Force.html">nx.data.Force</a></li>
<li><a href="../classes/nx.data.ObservableCollection.html">nx.data.ObservableCollection</a></li>
<li><a href="../classes/nx.data.ObservableDictionary.html">nx.data.ObservableDictionary</a></li>
<li><a href="../classes/nx.data.ObservableGraph.html">nx.data.ObservableGraph</a></li>
<li><a href="../classes/nx.data.ObservableGraph.ForceProcessor.html">nx.data.ObservableGraph.ForceProcessor</a></li>
<li><a href="../classes/nx.data.ObservableGraph.NeXtForceProcessor.html">nx.data.ObservableGraph.NeXtForceProcessor</a></li>
<li><a href="../classes/nx.data.ObservableGraph.QuickProcessor.html">nx.data.ObservableGraph.QuickProcessor</a></li>
<li><a href="../classes/nx.data.ObservableObject.html">nx.data.ObservableObject</a></li>
<li><a href="../classes/nx.data.Query.html">nx.data.Query</a></li>
<li><a href="../classes/nx.data.SortedMap.html">nx.data.SortedMap</a></li>
<li><a href="../classes/nx.data.Vertex.html">nx.data.Vertex</a></li>
<li><a href="../classes/nx.data.VertexSet.html">nx.data.VertexSet</a></li>
<li><a href="../classes/nx.geometry.BezierCurve.html">nx.geometry.BezierCurve</a></li>
<li><a href="../classes/nx.geometry.Line.html">nx.geometry.Line</a></li>
<li><a href="../classes/nx.geometry.Math.html">nx.geometry.Math</a></li>
<li><a href="../classes/nx.geometry.Matrix.html">nx.geometry.Matrix</a></li>
<li><a href="../classes/nx.geometry.Vector.html">nx.geometry.Vector</a></li>
<li><a href="../classes/nx.graphic.BezierCurves.html">nx.graphic.BezierCurves</a></li>
<li><a href="../classes/nx.graphic.Circle.html">nx.graphic.Circle</a></li>
<li><a href="../classes/nx.graphic.Component.html">nx.graphic.Component</a></li>
<li><a href="../classes/nx.graphic.DragManager.html">nx.graphic.DragManager</a></li>
<li><a href="../classes/nx.graphic.Group.html">nx.graphic.Group</a></li>
<li><a href="../classes/nx.graphic.Icon.html">nx.graphic.Icon</a></li>
<li><a href="../classes/nx.graphic.Icons.html">nx.graphic.Icons</a></li>
<li><a href="../classes/nx.graphic.Image.html">nx.graphic.Image</a></li>
<li><a href="../classes/nx.graphic.Line.html">nx.graphic.Line</a></li>
<li><a href="../classes/nx.graphic.LinkSetTooltipContent.html">nx.graphic.LinkSetTooltipContent</a></li>
<li><a href="../classes/nx.graphic.LinkTooltipContent.html">nx.graphic.LinkTooltipContent</a></li>
<li><a href="../classes/nx.graphic.NodeTooltipContent.html">nx.graphic.NodeTooltipContent</a></li>
<li><a href="../classes/nx.graphic.Path.html">nx.graphic.Path</a></li>
<li><a href="../classes/nx.graphic.Polygon.html">nx.graphic.Polygon</a></li>
<li><a href="../classes/nx.graphic.Rect.html">nx.graphic.Rect</a></li>
<li><a href="../classes/nx.graphic.Stage.html">nx.graphic.Stage</a></li>
<li><a href="../classes/nx.graphic.Text.html">nx.graphic.Text</a></li>
<li><a href="../classes/nx.graphic.Topology.html">nx.graphic.Topology</a></li>
<li><a href="../classes/nx.graphic.Topology.AbstractLink.html">nx.graphic.Topology.AbstractLink</a></li>
<li><a href="../classes/nx.graphic.Topology.AbstractNode.html">nx.graphic.Topology.AbstractNode</a></li>
<li><a href="../classes/nx.graphic.Topology.Categories.html">nx.graphic.Topology.Categories</a></li>
<li><a href="../classes/nx.graphic.Topology.CircleGroup.html">nx.graphic.Topology.CircleGroup</a></li>
<li><a href="../classes/nx.graphic.Topology.Config.html">nx.graphic.Topology.Config</a></li>
<li><a href="../classes/nx.graphic.Topology.DefaultScene.html">nx.graphic.Topology.DefaultScene</a></li>
<li><a href="../classes/nx.graphic.Topology.Event.html">nx.graphic.Topology.Event</a></li>
<li><a href="../classes/nx.graphic.Topology.Graph.html">nx.graphic.Topology.Graph</a></li>
<li><a href="../classes/nx.graphic.Topology.GroupItem.html">nx.graphic.Topology.GroupItem</a></li>
<li><a href="../classes/nx.graphic.Topology.GroupsLayer.html">nx.graphic.Topology.GroupsLayer</a></li>
<li><a href="../classes/nx.graphic.Topology.Layer.html">nx.graphic.Topology.Layer</a></li>
<li><a href="../classes/nx.graphic.Topology.LayoutMixin.html">nx.graphic.Topology.LayoutMixin</a></li>
<li><a href="../classes/nx.graphic.Topology.Link.html">nx.graphic.Topology.Link</a></li>
<li><a href="../classes/nx.graphic.Topology.LinkMixin.html">nx.graphic.Topology.LinkMixin</a></li>
<li><a href="../classes/nx.graphic.Topology.LinkSet.html">nx.graphic.Topology.LinkSet</a></li>
<li><a href="../classes/nx.graphic.Topology.LinksLayer.html">nx.graphic.Topology.LinksLayer</a></li>
<li><a href="../classes/nx.graphic.Topology.Node.html">nx.graphic.Topology.Node</a></li>
<li><a href="../classes/nx.graphic.Topology.NodeMixin.html">nx.graphic.Topology.NodeMixin</a></li>
<li><a href="../classes/nx.graphic.Topology.NodeSet.html">nx.graphic.Topology.NodeSet</a></li>
<li><a href="../classes/nx.graphic.Topology.NodesLayer.html">nx.graphic.Topology.NodesLayer</a></li>
<li><a href="../classes/nx.graphic.Topology.Path.html">nx.graphic.Topology.Path</a></li>
<li><a href="../classes/nx.graphic.Topology.PathLayer.html">nx.graphic.Topology.PathLayer</a></li>
<li><a href="../classes/nx.graphic.Topology.PolygonGroup.html">nx.graphic.Topology.PolygonGroup</a></li>
<li><a href="../classes/nx.graphic.Topology.RectGroup.html">nx.graphic.Topology.RectGroup</a></li>
<li><a href="../classes/nx.graphic.Topology.Scene.html">nx.graphic.Topology.Scene</a></li>
<li><a href="../classes/nx.graphic.Topology.SceneMixin.html">nx.graphic.Topology.SceneMixin</a></li>
<li><a href="../classes/nx.graphic.Topology.SelectionNodeScene.html">nx.graphic.Topology.SelectionNodeScene</a></li>
<li><a href="../classes/nx.graphic.Topology.SelectionScene.html">nx.graphic.Topology.SelectionScene</a></li>
<li><a href="../classes/nx.graphic.Topology.StageMixin.html">nx.graphic.Topology.StageMixin</a></li>
<li><a href="../classes/nx.graphic.Topology.Tooltip.html">nx.graphic.Topology.Tooltip</a></li>
<li><a href="../classes/nx.graphic.Topology.TooltipManager.html">nx.graphic.Topology.TooltipManager</a></li>
<li><a href="../classes/nx.graphic.Topology.TooltipMixin.html">nx.graphic.Topology.TooltipMixin</a></li>
<li><a href="../classes/nx.graphic.Topology.TooltipPolicy.html">nx.graphic.Topology.TooltipPolicy</a></li>
<li><a href="../classes/nx.graphic.Topology.USMapLayout.html">nx.graphic.Topology.USMapLayout</a></li>
<li><a href="../classes/nx.graphic.Topology.ZoomBySelection.html">nx.graphic.Topology.ZoomBySelection</a></li>
<li><a href="../classes/nx.graphic.Triangle.html">nx.graphic.Triangle</a></li>
<li><a href="../classes/nx.Iterable.html">nx.Iterable</a></li>
<li><a href="../classes/nx.Object.html">nx.Object</a></li>
<li><a href="../classes/nx.Observable.html">nx.Observable</a></li>
<li><a href="../classes/nx.ui.AbstractComponent.html">nx.ui.AbstractComponent</a></li>
<li><a href="../classes/nx.ui.Application.html">nx.ui.Application</a></li>
<li><a href="../classes/nx.ui.Component.html">nx.ui.Component</a></li>
<li><a href="../classes/nx.ui.CssClass.html">nx.ui.CssClass</a></li>
<li><a href="../classes/nx.ui.CssStyle.html">nx.ui.CssStyle</a></li>
<li><a href="../classes/nx.ui.DOMComponent.html">nx.ui.DOMComponent</a></li>
<li><a href="../classes/nx.ui.nx.dom.Document.html">nx.ui.nx.dom.Document</a></li>
<li><a href="../classes/nx.ui.nx.dom.Element.html">nx.ui.nx.dom.Element</a></li>
<li><a href="../classes/nx.ui.nx.dom.Fragment.html">nx.ui.nx.dom.Fragment</a></li>
<li><a href="../classes/nx.ui.nx.dom.Node.html">nx.ui.nx.dom.Node</a></li>
<li><a href="../classes/nx.ui.nx.dom.Text.html">nx.ui.nx.dom.Text</a></li>
<li><a href="../classes/nx.ui.nx.Env.html">nx.ui.nx.Env</a></li>
<li><a href="../classes/nx.ui.nx.Util.html">nx.ui.nx.Util</a></li>
<li><a href="../classes/nx.ui.Popover.html">nx.ui.Popover</a></li>
<li><a href="../classes/nx.ui.Popup.html">nx.ui.Popup</a></li>
<li><a href="../classes/nx.ui.PopupContainer.html">nx.ui.PopupContainer</a></li>
<li><a href="../classes/nx.widget.ZIndexManager.html">nx.widget.ZIndexManager</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/nx.html">nx</a></li>
<li><a href="../modules/nx.data.html">nx.data</a></li>
<li><a href="../modules/nx.geometry.html">nx.geometry</a></li>
<li><a href="../modules/nx.graphic.html">nx.graphic</a></li>
<li><a href="../modules/nx.graphic.Topology.html">nx.graphic.Topology</a></li>
<li><a href="../modules/nx.ui.html">nx.ui</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>nx.graphic.Topology.StageMixin Class</h1>
<div class="box meta">
Module: <a href="../modules/nx.graphic.Topology.html">nx.graphic.Topology</a>
</div>
<div class="box intro">
<p>Topology stage class</p>
</div>
<div id="classdocs" class="tabview">
<ul class="api-class-tabs">
<li class="api-class-tab index"><a href="#index">Index</a></li>
<li class="api-class-tab methods"><a href="#methods">Methods</a></li>
<li class="api-class-tab properties"><a href="#properties">Properties</a></li>
<li class="api-class-tab events"><a href="#events">Events</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods">
<li class="index-item method">
<a href="#method_adaptToContainer">adaptToContainer</a>
</li>
<li class="index-item method">
<a href="#method_adjustLayout">adjustLayout</a>
</li>
<li class="index-item method">
<a href="#method_fit">fit</a>
</li>
<li class="index-item method">
<a href="#method_move">move</a>
</li>
<li class="index-item method">
<a href="#method_resize">resize</a>
</li>
<li class="index-item method">
<a href="#method_zoom">zoom</a>
</li>
<li class="index-item method">
<a href="#method_zoomByBound">zoomByBound</a>
</li>
</ul>
</div>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties">
<li class="index-item property">
<a href="#property_adaptive">adaptive</a>
</li>
<li class="index-item property">
<a href="#property_enableSmartNode">enableSmartNode</a>
</li>
<li class="index-item property">
<a href="#property_height">height</a>
</li>
<li class="index-item property">
<a href="#property_padding">padding</a>
</li>
<li class="index-item property">
<a href="#property_scalable">scalable</a>
</li>
<li class="index-item property">
<a href="#property_stage">stage</a>
</li>
<li class="index-item property">
<a href="#property_width">width</a>
</li>
</ul>
</div>
<div class="index-section events">
<h3>Events</h3>
<ul class="index-list events">
<li class="index-item event">
<a href="#event_fit">fit</a>
</li>
<li class="index-item event">
<a href="#event_ready">ready</a>
</li>
<li class="index-item event">
<a href="#event_resizeStage">resizeStage</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method_adaptToContainer" class="method item">
<h3 class="name"><code>adaptToContainer</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Make topology adapt to container,container should set width/height</p>
</div>
</div>
<div id="method_adjustLayout" class="method item">
<h3 class="name"><code>adjustLayout</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>If enable enableSmartNode, this function will auto adjust the node's overlapping and set the nodes to right size</p>
</div>
</div>
<div id="method_fit" class="method item">
<h3 class="name"><code>fit</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Make topology graphic fit stage</p>
</div>
</div>
<div id="method_move" class="method item">
<h3 class="name"><code>move</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>x</code>
</li>
<li class="arg">
<code>y</code>
</li>
<li class="arg">
<code class="optional">[duration]</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Move topology</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">x</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="param-description">
</div>
</li>
<li class="param">
<code class="param-name">y</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="param-description">
</div>
</li>
<li class="param">
<code class="param-name optional">[duration]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>default is 0</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_resize" class="method item">
<h3 class="name"><code>resize</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>width</code>
</li>
<li class="arg">
<code>height</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Resize topology</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">width</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="param-description">
</div>
</li>
<li class="param">
<code class="param-name">height</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method_zoom" class="method item">
<h3 class="name"><code>zoom</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>value</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Zoom topology</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">value</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="param-description">
</div>
</li>
</ul>
</div>
</div>
<div id="method_zoomByBound" class="method item">
<h3 class="name"><code>zoomByBound</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>inBound</code>
</li>
<li class="arg">
<code class="optional">[callback]</code>
</li>
<li class="arg">
<code class="optional">[context]</code>
</li>
<li class="arg">
<code class="optional">[duration]</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Zoom topology by a bound</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">inBound</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>e.g {left:Number,top:Number,width:Number,height:Number}</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[callback]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" class="crosslink external" target="_blank">Function</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>callback function</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[context]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>callback context</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[duration]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>set the transition time, unit is second</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="properties" class="api-class-tabpanel">
<h2 class="off-left">Properties</h2>
<div id="property_adaptive" class="property item">
<h3 class="name"><code>adaptive</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Set to true will adapt to topology's outside container, set to ture will ignore width/height</p>
</div>
</div>
<div id="property_enableSmartNode" class="property item">
<h3 class="name"><code>enableSmartNode</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Enabling the smart node feature, set to false will improve the performance</p>
</div>
</div>
<div id="property_height" class="property item">
<h3 class="name"><code>height</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>height Set/get topology's height.</p>
</div>
</div>
<div id="property_padding" class="property item">
<h3 class="name"><code>padding</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Set/get stage's padding.</p>
</div>
</div>
<div id="property_scalable" class="property item">
<h3 class="name"><code>scalable</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Set/get topology's scalability</p>
</div>
</div>
<div id="property_stage" class="property item">
<h3 class="name"><code>stage</code></h3>
<span class="type"><a href="../classes/nx.graphic.Component.html" class="crosslink">nx.graphic.Component</a></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Get the topology's stage component</p>
</div>
</div>
<div id="property_width" class="property item">
<h3 class="name"><code>width</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Set/get topology's width.</p>
</div>
</div>
</div>
<div id="events" class="api-class-tabpanel">
<h2 class="off-left">Events</h2>
<div id="event_fit" class="events item">
<h3 class="name"><code>fit</code></h3>
<span class="type"></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Fired when after topology fit to stage</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">sender</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>trigger instance</p>
</div>
</li>
<li class="param">
<code class="param-name">event</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>original event object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="event_ready" class="events item">
<h3 class="name"><code>ready</code></h3>
<span class="type"></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Fired when topology appended to container with with& height</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">sender</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>trigger instance</p>
</div>
</li>
<li class="param">
<code class="param-name">event</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>original event object</p>
</div>
</li>
</ul>
</div>
</div>
<div id="event_resizeStage" class="events item">
<h3 class="name"><code>resizeStage</code></h3>
<span class="type"></span>
<div class="meta">
<p>
</p>
</div>
<div class="description">
<p>Fired when topology's stage changed</p>
</div>
<div class="params">
<h4>Event Payload:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">sender</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>trigger instance</p>
</div>
</li>
<li class="param">
<code class="param-name">event</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>original event object</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
照片墙CSS3/style/css-reset.css | designersmallweb/personal-tools | /* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
font: inherit;
vertical-align: baseline;
border: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
input,select,textarea{
outline: none; border: none; background: none;
}
textarea{
resize: none;
}
a{
text-decoration: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} |
deps/boost/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html | nawawi/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::rfc2818_verification::operator()</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">
<link rel="prev" href="../ssl__rfc2818_verification.html" title="ssl::rfc2818_verification">
<link rel="next" href="result_type.html" title="ssl::rfc2818_verification::result_type">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../ssl__rfc2818_verification.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__rfc2818_verification.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="result_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.ssl__rfc2818_verification.operator_lp__rp_"></a><a class="link" href="operator_lp__rp_.html" title="ssl::rfc2818_verification::operator()">ssl::rfc2818_verification::operator()</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="boost_asio.indexterm.ssl__rfc2818_verification.operator_lp__rp_"></a>
Perform
certificate verification.
</p>
<pre class="programlisting">bool operator()(
bool preverified,
verify_context & ctx) const;
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2018 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../ssl__rfc2818_verification.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ssl__rfc2818_verification.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="result_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
api/2.1.0-alpha1/Thelia/Action/Order.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Action\Order | </title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../Thelia/Action.html">Thelia\Action</a>\Order</h1>
</div>
<div class="content">
<p> class
<strong>Order</strong> extends <a href="../../Thelia/Action/BaseAction.html"><abbr title="Thelia\Action\BaseAction">BaseAction</abbr></a> implements
<abbr title="Symfony\Component\EventDispatcher\EventSubscriberInterface">EventSubscriberInterface</abbr></p>
<div class="description">
<p>Class Order</p>
<p>
</p>
</div>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
mixed
</td>
<td class="last">
<a href="#method_genericToggleVisibility">genericToggleVisibility</a>(<abbr title="Propel\Runtime\ActiveQuery\ModelCriteria">ModelCriteria</abbr> $query, <a href="../../Thelia/Core/Event/ToggleVisibilityEvent.html"><abbr title="Thelia\Core\Event\ToggleVisibilityEvent">ToggleVisibilityEvent</abbr></a> $event)
<p>Toggle visibility for an object</p>
</td>
<td><small>from <a href="../../Thelia/Action/BaseAction.html#method_genericToggleVisibility"><abbr title="Thelia\Action\BaseAction">BaseAction</abbr></a></small></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(<a href="../../Thelia/Core/HttpFoundation/Request.html"><abbr title="Thelia\Core\HttpFoundation\Request">Request</abbr></a> $request, <a href="../../Thelia/Mailer/MailerFactory.html"><abbr title="Thelia\Mailer\MailerFactory">MailerFactory</abbr></a> $mailer, <a href="../../Thelia/Core/Security/SecurityContext.html"><abbr title="Thelia\Core\Security\SecurityContext">SecurityContext</abbr></a> $securityContext)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setDeliveryAddress">setDeliveryAddress</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setDeliveryModule">setDeliveryModule</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setPostage">setPostage</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setInvoiceAddress">setInvoiceAddress</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setPaymentModule">setPaymentModule</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_createManual">createManual</a>(<a href="../../Thelia/Core/Event/Order/OrderManualEvent.html"><abbr title="Thelia\Core\Event\Order\OrderManualEvent">OrderManualEvent</abbr></a> $event)
<p>Create an order outside of the front-office context, e.g.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_create">create</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_orderBeforePayement">orderBeforePayement</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_orderCartClear">orderCartClear</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>Clear the cart and the order in the customer session once the order is placed, and the payment performed.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_sendConfirmationEmail">sendConfirmationEmail</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_sendNotificationEmail">sendNotificationEmail</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_updateStatus">updateStatus</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_updateQuantity">updateQuantity</a>(<a href="../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a> $order, <abbr title="Thelia\Action\$status">$status</abbr> $status, <abbr title="Thelia\Action\$canceledStatus">$canceledStatus</abbr> $canceledStatus)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_updateDeliveryRef">updateDeliveryRef</a>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_updateAddress">updateAddress</a>(<a href="../../Thelia/Core/Event/Order/OrderAddressEvent.html"><abbr title="Thelia\Core\Event\Order\OrderAddressEvent">OrderAddressEvent</abbr></a> $event)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static array
</td>
<td class="last">
<a href="#method_getSubscribedEvents">getSubscribedEvents</a>()
<p>Returns an array of event names this subscriber wants to listen to.</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method_genericToggleVisibility">
<div class="location">in <a href="../../Thelia/Action/BaseAction.html#method_genericToggleVisibility"><abbr title="Thelia\Action\BaseAction">BaseAction</abbr></a> at line 94</div>
<code> public mixed
<strong>genericToggleVisibility</strong>(<abbr title="Propel\Runtime\ActiveQuery\ModelCriteria">ModelCriteria</abbr> $query, <a href="../../Thelia/Core/Event/ToggleVisibilityEvent.html"><abbr title="Thelia\Core\Event\ToggleVisibilityEvent">ToggleVisibilityEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>Toggle visibility for an object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\ModelCriteria">ModelCriteria</abbr></td>
<td>$query</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../Thelia/Core/Event/ToggleVisibilityEvent.html"><abbr title="Thelia\Core\Event\ToggleVisibilityEvent">ToggleVisibilityEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method___construct">
<div class="location">at line 74</div>
<code> public
<strong>__construct</strong>(<a href="../../Thelia/Core/HttpFoundation/Request.html"><abbr title="Thelia\Core\HttpFoundation\Request">Request</abbr></a> $request, <a href="../../Thelia/Mailer/MailerFactory.html"><abbr title="Thelia\Mailer\MailerFactory">MailerFactory</abbr></a> $mailer, <a href="../../Thelia/Core/Security/SecurityContext.html"><abbr title="Thelia\Core\Security\SecurityContext">SecurityContext</abbr></a> $securityContext)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/HttpFoundation/Request.html"><abbr title="Thelia\Core\HttpFoundation\Request">Request</abbr></a></td>
<td>$request</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../Thelia/Mailer/MailerFactory.html"><abbr title="Thelia\Mailer\MailerFactory">MailerFactory</abbr></a></td>
<td>$mailer</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../Thelia/Core/Security/SecurityContext.html"><abbr title="Thelia\Core\Security\SecurityContext">SecurityContext</abbr></a></td>
<td>$securityContext</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setDeliveryAddress">
<div class="location">at line 84</div>
<code> public
<strong>setDeliveryAddress</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setDeliveryModule">
<div class="location">at line 96</div>
<code> public
<strong>setDeliveryModule</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPostage">
<div class="location">at line 115</div>
<code> public
<strong>setPostage</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setInvoiceAddress">
<div class="location">at line 127</div>
<code> public
<strong>setInvoiceAddress</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setPaymentModule">
<div class="location">at line 139</div>
<code> public
<strong>setPaymentModule</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_createManual">
<div class="location">at line 340</div>
<code> public
<strong>createManual</strong>(<a href="../../Thelia/Core/Event/Order/OrderManualEvent.html"><abbr title="Thelia\Core\Event\Order\OrderManualEvent">OrderManualEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>Create an order outside of the front-office context, e.g.</p>
<p>manually from the back-office.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderManualEvent.html"><abbr title="Thelia\Core\Event\Order\OrderManualEvent">OrderManualEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_create">
<div class="location">at line 361</div>
<code> public
<strong>create</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><a href="../../Thelia/Exception/TheliaProcessException.html"><abbr title="Thelia\Exception\TheliaProcessException">TheliaProcessException</abbr></a></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderBeforePayement">
<div class="location">at line 396</div>
<code> public
<strong>orderBeforePayement</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderCartClear">
<div class="location">at line 409</div>
<code> public
<strong>orderCartClear</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>Clear the cart and the order in the customer session once the order is placed, and the payment performed.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_sendConfirmationEmail">
<div class="location">at line 424</div>
<code> public
<strong>sendConfirmationEmail</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><a href="http://php.net/Exception"><abbr title="Exception">Exception</abbr></a></td>
<td>if the message cannot be loaded.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_sendNotificationEmail">
<div class="location">at line 441</div>
<code> public
<strong>sendNotificationEmail</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><a href="http://php.net/Exception"><abbr title="Exception">Exception</abbr></a></td>
<td>if the message cannot be loaded.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_updateStatus">
<div class="location">at line 455</div>
<code> public
<strong>updateStatus</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_updateQuantity">
<div class="location">at line 478</div>
<code> public
<strong>updateQuantity</strong>(<a href="../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a> $order, <abbr title="Thelia\Action\$status">$status</abbr> $status, <abbr title="Thelia\Action\$canceledStatus">$canceledStatus</abbr> $canceledStatus)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Model/Order.html"><abbr title="Thelia\Model\Order">Order</abbr></a></td>
<td>$order</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="Thelia\Action\$status">$status</abbr></td>
<td>$status</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="Thelia\Action\$canceledStatus">$canceledStatus</abbr></td>
<td>$canceledStatus</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><a href="../../Thelia/Exception/TheliaProcessException.html"><abbr title="Thelia\Exception\TheliaProcessException">TheliaProcessException</abbr></a></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_updateDeliveryRef">
<div class="location">at line 507</div>
<code> public
<strong>updateDeliveryRef</strong>(<a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderEvent.html"><abbr title="Thelia\Core\Event\Order\OrderEvent">OrderEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_updateAddress">
<div class="location">at line 520</div>
<code> public
<strong>updateAddress</strong>(<a href="../../Thelia/Core/Event/Order/OrderAddressEvent.html"><abbr title="Thelia\Core\Event\Order\OrderAddressEvent">OrderAddressEvent</abbr></a> $event)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../Thelia/Core/Event/Order/OrderAddressEvent.html"><abbr title="Thelia\Core\Event\Order\OrderAddressEvent">OrderAddressEvent</abbr></a></td>
<td>$event</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getSubscribedEvents">
<div class="location">at line 562</div>
<code> static public array
<strong>getSubscribedEvents</strong>()</code>
</h3>
<div class="details">
<p>Returns an array of event names this subscriber wants to listen to.</p>
<p>The array keys are event names and the value can be:</p>
<ul>
<li>The method name to call (priority defaults to 0)</li>
<li>An array composed of the method name to call and the priority</li>
<li>An array of arrays composed of the method names to call and respective
priorities, or 0 if unset</li>
</ul>
<p>For instance:</p>
<ul>
<li>array('eventName' => 'methodName')</li>
<li>array('eventName' => array('methodName', $priority))</li>
<li>array('eventName' => array(array('methodName1', $priority), array('methodName2'))</li>
</ul>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>The event names to listen to</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
api/2.0.0-RC1/Thelia/Log/Destination/TlogDestinationRotatingFile.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Log\Destination\TlogDestinationRotatingFile | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../../Thelia/Log/Destination.html">Thelia\Log\Destination</a>\TlogDestinationRotatingFile</h1>
</div>
<div class="content">
<p> class
<strong>TlogDestinationRotatingFile</strong> extends <a href="../../../Thelia/Log/Destination/TlogDestinationFile.html"><abbr title="Thelia\Log\Destination\TlogDestinationFile">TlogDestinationFile</abbr></a></p>
<h2>Constants</h2>
<table>
<tr>
<td>VAR_PATH_FILE</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>TLOG_DEFAULT_NAME</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>VAR_MODE</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>VALEUR_MODE_DEFAULT</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>VAR_MAX_FILE_SIZE_KB</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>MAX_FILE_SIZE_KB_DEFAULT</td>
<td class="last">
<p><em>
</em></p>
<p>
</p>
</td>
</tr>
</table>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>($maxFileSize = self::MAX_FILE_SIZE_KB_DEFAULT)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_configure">configure</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_getTitle">getTitle</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_getDescription">getDescription</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_getConfigs">getConfigs</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_add">add</a>($texte)
<p>
</p>
</td>
<td><small>from <a href="../../../Thelia/Log/Destination/TlogDestinationFile.html#method_add"><abbr title="Thelia\Log\Destination\TlogDestinationFile">TlogDestinationFile</abbr></a></small></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_write">write</a>($res)
<p>
</p>
</td>
<td><small>from <a href="../../../Thelia/Log/Destination/TlogDestinationFile.html#method_write"><abbr title="Thelia\Log\Destination\TlogDestinationFile">TlogDestinationFile</abbr></a></small></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method___construct">
<div class="location">at line 37</div>
<code> public
<strong>__construct</strong>($maxFileSize = self::MAX_FILE_SIZE_KB_DEFAULT)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$maxFileSize</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_configure">
<div class="location">at line 46</div>
<code> public
<strong>configure</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_getTitle">
<div class="location">at line 75</div>
<code> public
<strong>getTitle</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_getDescription">
<div class="location">at line 80</div>
<code> public
<strong>getDescription</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_getConfigs">
<div class="location">at line 85</div>
<code> public
<strong>getConfigs</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_add">
<div class="location">in <a href="../../../Thelia/Log/Destination/TlogDestinationFile.html#method_add"><abbr title="Thelia\Log\Destination\TlogDestinationFile">TlogDestinationFile</abbr></a> at line 111</div>
<code> public
<strong>add</strong>($texte)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$texte</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_write">
<div class="location">in <a href="../../../Thelia/Log/Destination/TlogDestinationFile.html#method_write"><abbr title="Thelia\Log\Destination\TlogDestinationFile">TlogDestinationFile</abbr></a> at line 118</div>
<code> public
<strong>write</strong>($res)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$res</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
motor/www/lib/ionic-citypicker/style.css | jack0888/motor-test | .city-picker-bg{
background:transparent;
}
.city-picker-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
-webkit-transition: 0.1s opacity linear;
transition: 0.1s opacity linear;
}
.city-bgclose{
width: 100%;
height: 100%;
z-index: 2;
position: absolute;
}
.city-picker{
z-index: 3;
position: absolute;
background: #cfd5da;
width: 100%;
height: 296px;
bottom: 0;
}
.city-picker .city-picker-header{
position: absolute;
height: 44px;
width: 100%;
}
.city-picker ion-scroll li {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 36px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 10px;
overflow: hidden;
line-height: 36px;
color: #000;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
.city-picker .city-picker-inner{
height: 252px;position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding: 0;
font-size: 1.2rem;
text-align: right;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
-webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
}
.city-picker ion-scroll{
height: 252px;
}
.city-picker .scroll{
padding: 108px 0;
}
.city-picker .picker-center-highlight {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 0px;
pointer-events: none;
}
.city-picker .picker-center-highlight:after {
position: absolute;
top: auto;
right: auto;
margin-bottom: -18px;
bottom: 0;
left: 0;
z-index: 15;
display: block;
width: 100%;
height: 50%;
content: '';
background-color: rgba(255,255,255,.4);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.city-picker .picker-center-highlight:before {
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: 0;
z-index: 15;
display: block;
width: 100%;
height: 50%;
margin-top:-18px;
content: '';
background-color: rgba(255,255,255,.4);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.city-picker .row,.city-picker .col{padding: 0;} |
node_modules/npm/html/doc/cli/npm-shrinkwrap.html | dshen6/dshen6.github.io | <!doctype html>
<html>
<title>npm-shrinkwrap</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-shrinkwrap.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../cli/npm-shrinkwrap.html">npm-shrinkwrap</a></h1> <p>Lock down dependency versions for publication</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm shrinkwrap</code></pre><h2 id="description">DESCRIPTION</h2>
<p>This command repurposes <code>package-lock.json</code> into a publishable
<code>npm-shrinkwrap.json</code> or simply creates a new one. The file created and updated
by this command will then take precedence over any other existing or future
<code>package-lock.json</code> files. For a detailed explanation of the design and purpose
of package locks in npm, see <a href="../files/npm-package-locks.html">npm-package-locks(5)</a>.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../cli/npm-install.html">npm-install(1)</a></li>
<li><a href="../cli/npm-run-script.html">npm-run-script(1)</a></li>
<li><a href="../misc/npm-scripts.html">npm-scripts(7)</a></li>
<li><a href="../files/package.json.html">package.json(5)</a></li>
<li><a href="../files/npm-package-locks.html">npm-package-locks(5)</a></li>
<li><a href="../files/package-lock.json.html">package-lock.json(5)</a></li>
<li><a href="../files/npm-shrinkwrap.json.html">npm-shrinkwrap.json(5)</a></li>
<li><a href="../cli/npm-ls.html">npm-ls(1)</a></li>
</ul>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-shrinkwrap — npm@6.9.0</p>
|
app/wheretowatch/fonts/yaveo/yaveo-condbold-demo.html | sivalal/mediadouble | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
body{
font-family: 'dinotcondbold';
}
</style>
<title>DINOT-CondBold Regular Specimen</title>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#container').easyTabs({defaultContent:1});
});
</script>
</head>
<body>
<div id="container">
<div id="header">
DINOT-CondBold Regular </div>
<ul class="tabs">
<li><a href="#specimen">Specimen</a></li>
<li><a href="#layout">Sample Layout</a></li>
<li><a href="#glyphs">Glyphs & Languages</a></li>
<li><a href="#installing">Installing Webfonts</a></li>
</ul>
<div id="main_content">
<div id="specimen">
<div class="section">
<div class="grid12 firstcol">
<div class="huge">AaBb</div>
</div>
</div>
<div class="section">
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
</div>
<div class="section">
<div class="grid12 firstcol">
<table class="sample_table">
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
</table>
</div>
</div>
<div class="section" id="bodycomparison">
<div id="xheight">
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
<div class="fontbody" style="z-index:1">
body<span>DINOT-CondBold Regular</span>
</div>
<div class="arialbody" style="z-index:1">
body<span>Arial</span>
</div>
<div class="verdanabody" style="z-index:1">
body<span>Verdana</span>
</div>
<div class="georgiabody" style="z-index:1">
body<span>Georgia</span>
</div>
</div>
<div class="section psample psample_row1" id="">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row2" id="">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row4" id="">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row1 fullreverse">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample psample_row2 fullreverse">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
</div>
<div id="layout">
<div class="section">
<div class="grid12 firstcol">
<h1>Lorem Ipsum Dolor</h1>
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
</div>
</div>
<div class="section">
<div class="grid8 firstcol">
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<h3>Pellentesque ornare sem</h3>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
<h3>Cras mattis consectetur</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
</div>
<div class="grid4 sidebar">
<div class="box reverse">
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
<p class="caption">Maecenas sed diam eget risus varius.</p>
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
</div>
</div>
</div>
<div id="glyphs">
<div class="section">
<div class="grid12 firstcol">
<h1>Language Support</h1>
<p>The subset of DINOT-CondBold Regular in this kit supports the following languages:<br />
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Estonian, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
<h1>Glyph Chart</h1>
<p>The subset of DINOT-CondBold Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
<div id="glyph_chart">
<div><p>&#13;</p> </div>
<div><p>&#32;</p> </div>
<div><p>&#33;</p>!</div>
<div><p>&#34;</p>"</div>
<div><p>&#35;</p>#</div>
<div><p>&#36;</p>$</div>
<div><p>&#37;</p>%</div>
<div><p>&#38;</p>&</div>
<div><p>&#39;</p>'</div>
<div><p>&#40;</p>(</div>
<div><p>&#41;</p>)</div>
<div><p>&#42;</p>*</div>
<div><p>&#43;</p>+</div>
<div><p>&#44;</p>,</div>
<div><p>&#45;</p>-</div>
<div><p>&#46;</p>.</div>
<div><p>&#47;</p>/</div>
<div><p>&#48;</p>0</div>
<div><p>&#49;</p>1</div>
<div><p>&#50;</p>2</div>
<div><p>&#51;</p>3</div>
<div><p>&#52;</p>4</div>
<div><p>&#53;</p>5</div>
<div><p>&#54;</p>6</div>
<div><p>&#55;</p>7</div>
<div><p>&#56;</p>8</div>
<div><p>&#57;</p>9</div>
<div><p>&#58;</p>:</div>
<div><p>&#59;</p>;</div>
<div><p>&#60;</p><</div>
<div><p>&#61;</p>=</div>
<div><p>&#62;</p>></div>
<div><p>&#63;</p>?</div>
<div><p>&#64;</p>@</div>
<div><p>&#65;</p>A</div>
<div><p>&#66;</p>B</div>
<div><p>&#67;</p>C</div>
<div><p>&#68;</p>D</div>
<div><p>&#69;</p>E</div>
<div><p>&#70;</p>F</div>
<div><p>&#71;</p>G</div>
<div><p>&#72;</p>H</div>
<div><p>&#73;</p>I</div>
<div><p>&#74;</p>J</div>
<div><p>&#75;</p>K</div>
<div><p>&#76;</p>L</div>
<div><p>&#77;</p>M</div>
<div><p>&#78;</p>N</div>
<div><p>&#79;</p>O</div>
<div><p>&#80;</p>P</div>
<div><p>&#81;</p>Q</div>
<div><p>&#82;</p>R</div>
<div><p>&#83;</p>S</div>
<div><p>&#84;</p>T</div>
<div><p>&#85;</p>U</div>
<div><p>&#86;</p>V</div>
<div><p>&#87;</p>W</div>
<div><p>&#88;</p>X</div>
<div><p>&#89;</p>Y</div>
<div><p>&#90;</p>Z</div>
<div><p>&#91;</p>[</div>
<div><p>&#92;</p>\</div>
<div><p>&#93;</p>]</div>
<div><p>&#94;</p>^</div>
<div><p>&#95;</p>_</div>
<div><p>&#96;</p>`</div>
<div><p>&#97;</p>a</div>
<div><p>&#98;</p>b</div>
<div><p>&#99;</p>c</div>
<div><p>&#100;</p>d</div>
<div><p>&#101;</p>e</div>
<div><p>&#102;</p>f</div>
<div><p>&#103;</p>g</div>
<div><p>&#104;</p>h</div>
<div><p>&#105;</p>i</div>
<div><p>&#106;</p>j</div>
<div><p>&#107;</p>k</div>
<div><p>&#108;</p>l</div>
<div><p>&#109;</p>m</div>
<div><p>&#110;</p>n</div>
<div><p>&#111;</p>o</div>
<div><p>&#112;</p>p</div>
<div><p>&#113;</p>q</div>
<div><p>&#114;</p>r</div>
<div><p>&#115;</p>s</div>
<div><p>&#116;</p>t</div>
<div><p>&#117;</p>u</div>
<div><p>&#118;</p>v</div>
<div><p>&#119;</p>w</div>
<div><p>&#120;</p>x</div>
<div><p>&#121;</p>y</div>
<div><p>&#122;</p>z</div>
<div><p>&#123;</p>{</div>
<div><p>&#124;</p>|</div>
<div><p>&#125;</p>}</div>
<div><p>&#126;</p>~</div>
<div><p>&#160;</p> </div>
<div><p>&#161;</p>¡</div>
<div><p>&#162;</p>¢</div>
<div><p>&#163;</p>£</div>
<div><p>&#164;</p>¤</div>
<div><p>&#165;</p>¥</div>
<div><p>&#166;</p>¦</div>
<div><p>&#167;</p>§</div>
<div><p>&#168;</p>¨</div>
<div><p>&#169;</p>©</div>
<div><p>&#170;</p>ª</div>
<div><p>&#171;</p>«</div>
<div><p>&#172;</p>¬</div>
<div><p>&#173;</p>­</div>
<div><p>&#174;</p>®</div>
<div><p>&#175;</p>¯</div>
<div><p>&#176;</p>°</div>
<div><p>&#177;</p>±</div>
<div><p>&#178;</p>²</div>
<div><p>&#179;</p>³</div>
<div><p>&#180;</p>´</div>
<div><p>&#181;</p>µ</div>
<div><p>&#182;</p>¶</div>
<div><p>&#183;</p>·</div>
<div><p>&#184;</p>¸</div>
<div><p>&#185;</p>¹</div>
<div><p>&#186;</p>º</div>
<div><p>&#187;</p>»</div>
<div><p>&#188;</p>¼</div>
<div><p>&#189;</p>½</div>
<div><p>&#190;</p>¾</div>
<div><p>&#191;</p>¿</div>
<div><p>&#192;</p>À</div>
<div><p>&#193;</p>Á</div>
<div><p>&#194;</p>Â</div>
<div><p>&#195;</p>Ã</div>
<div><p>&#196;</p>Ä</div>
<div><p>&#197;</p>Å</div>
<div><p>&#198;</p>Æ</div>
<div><p>&#199;</p>Ç</div>
<div><p>&#200;</p>È</div>
<div><p>&#201;</p>É</div>
<div><p>&#202;</p>Ê</div>
<div><p>&#203;</p>Ë</div>
<div><p>&#204;</p>Ì</div>
<div><p>&#205;</p>Í</div>
<div><p>&#206;</p>Î</div>
<div><p>&#207;</p>Ï</div>
<div><p>&#208;</p>Ð</div>
<div><p>&#209;</p>Ñ</div>
<div><p>&#210;</p>Ò</div>
<div><p>&#211;</p>Ó</div>
<div><p>&#212;</p>Ô</div>
<div><p>&#213;</p>Õ</div>
<div><p>&#214;</p>Ö</div>
<div><p>&#215;</p>×</div>
<div><p>&#216;</p>Ø</div>
<div><p>&#217;</p>Ù</div>
<div><p>&#218;</p>Ú</div>
<div><p>&#219;</p>Û</div>
<div><p>&#220;</p>Ü</div>
<div><p>&#221;</p>Ý</div>
<div><p>&#222;</p>Þ</div>
<div><p>&#223;</p>ß</div>
<div><p>&#224;</p>à</div>
<div><p>&#225;</p>á</div>
<div><p>&#226;</p>â</div>
<div><p>&#227;</p>ã</div>
<div><p>&#228;</p>ä</div>
<div><p>&#229;</p>å</div>
<div><p>&#230;</p>æ</div>
<div><p>&#231;</p>ç</div>
<div><p>&#232;</p>è</div>
<div><p>&#233;</p>é</div>
<div><p>&#234;</p>ê</div>
<div><p>&#235;</p>ë</div>
<div><p>&#236;</p>ì</div>
<div><p>&#237;</p>í</div>
<div><p>&#238;</p>î</div>
<div><p>&#239;</p>ï</div>
<div><p>&#240;</p>ð</div>
<div><p>&#241;</p>ñ</div>
<div><p>&#242;</p>ò</div>
<div><p>&#243;</p>ó</div>
<div><p>&#244;</p>ô</div>
<div><p>&#245;</p>õ</div>
<div><p>&#246;</p>ö</div>
<div><p>&#247;</p>÷</div>
<div><p>&#248;</p>ø</div>
<div><p>&#249;</p>ù</div>
<div><p>&#250;</p>ú</div>
<div><p>&#251;</p>û</div>
<div><p>&#252;</p>ü</div>
<div><p>&#253;</p>ý</div>
<div><p>&#254;</p>þ</div>
<div><p>&#255;</p>ÿ</div>
<div><p>&#305;</p>ı</div>
<div><p>&#321;</p>Ł</div>
<div><p>&#322;</p>ł</div>
<div><p>&#338;</p>Œ</div>
<div><p>&#339;</p>œ</div>
<div><p>&#352;</p>Š</div>
<div><p>&#353;</p>š</div>
<div><p>&#376;</p>Ÿ</div>
<div><p>&#381;</p>Ž</div>
<div><p>&#382;</p>ž</div>
<div><p>&#402;</p>ƒ</div>
<div><p>&#710;</p>ˆ</div>
<div><p>&#711;</p>ˇ</div>
<div><p>&#728;</p>˘</div>
<div><p>&#729;</p>˙</div>
<div><p>&#730;</p>˚</div>
<div><p>&#731;</p>˛</div>
<div><p>&#732;</p>˜</div>
<div><p>&#733;</p>˝</div>
<div><p>&#916;</p>Δ</div>
<div><p>&#937;</p>Ω</div>
<div><p>&#956;</p>μ</div>
<div><p>&#960;</p>π</div>
<div><p>&#8199;</p> </div>
<div><p>&#8200;</p> </div>
<div><p>&#8203;</p>​</div>
<div><p>&#8211;</p>–</div>
<div><p>&#8212;</p>—</div>
<div><p>&#8216;</p>‘</div>
<div><p>&#8217;</p>’</div>
<div><p>&#8218;</p>‚</div>
<div><p>&#8220;</p>“</div>
<div><p>&#8221;</p>”</div>
<div><p>&#8222;</p>„</div>
<div><p>&#8224;</p>†</div>
<div><p>&#8225;</p>‡</div>
<div><p>&#8226;</p>•</div>
<div><p>&#8230;</p>…</div>
<div><p>&#8240;</p>‰</div>
<div><p>&#8249;</p>‹</div>
<div><p>&#8250;</p>›</div>
<div><p>&#8260;</p>⁄</div>
<div><p>&#8364;</p>€</div>
<div><p>&#8482;</p>™</div>
<div><p>&#8486;</p>Ω</div>
<div><p>&#8592;</p>←</div>
<div><p>&#8593;</p>↑</div>
<div><p>&#8594;</p>→</div>
<div><p>&#8595;</p>↓</div>
<div><p>&#8598;</p>↖</div>
<div><p>&#8599;</p>↗</div>
<div><p>&#8600;</p>↘</div>
<div><p>&#8601;</p>↙</div>
<div><p>&#8706;</p>∂</div>
<div><p>&#8710;</p>∆</div>
<div><p>&#8719;</p>∏</div>
<div><p>&#8721;</p>∑</div>
<div><p>&#8722;</p>−</div>
<div><p>&#8729;</p>∙</div>
<div><p>&#8730;</p>√</div>
<div><p>&#8734;</p>∞</div>
<div><p>&#8747;</p>∫</div>
<div><p>&#8776;</p>≈</div>
<div><p>&#8800;</p>≠</div>
<div><p>&#8804;</p>≤</div>
<div><p>&#8805;</p>≥</div>
<div><p>&#8901;</p>⋅</div>
<div><p>&#9674;</p>◊</div>
<div><p>&#9724;</p>◼</div>
<div><p>&#64257;</p>fi</div>
<div><p>&#64258;</p>fl</div>
</div>
</div>
</div>
</div>
<div id="specs">
</div>
<div id="installing">
<div class="section">
<div class="grid7 firstcol">
<h1>Installing Webfonts</h1>
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
<h2>1. Upload your webfonts</h2>
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
<h2>2. Include the webfont stylesheet</h2>
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
<code>
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
</code>
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
<h2>3. Modify your own stylesheet</h2>
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
<h2>4. Test</h2>
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
</div>
<div class="grid5 sidebar">
<div class="box">
<h2>Troubleshooting<br />Font-Face Problems</h2>
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
<h3>Fonts not showing in any browser</h3>
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
<h3>Fonts not loading in iPhone or iPad</h3>
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
<h3>Fonts not loading in Firefox</h3>
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
<h3>Fonts not loading in IE</h3>
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
<h3>Fonts not loading in IE9</h3>
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
</div>
</div>
</body>
</html>
|
www/web/themes/default/paycenter/payinfo.html | xianhuachang/one | <div class="panel panel-default">
<div class="panel-heading">订单信息</div>
<div class="panel-body">
<table class="table table-hover table-none-border">
<tbody>
<tr>
<th width="145">商品名称:</th>
<td>{$order['body']}</td>
</tr>
<tr>
<th>订单编号:</th>
<td>{$order['uniontid']}</td>
</tr>
<tr>
<th>支付方式:</th>
<td>{$types[$order['type']]}-{$trade_types[$order['trade_type']]}{$order['trade_type']}</td>
</tr>
<tr>
<th>第三方支付订单id:</th>
<td>{$order['transaction_id']}</td>
</tr>
<tr>
<th>支付者:</th>
<td>{$order['nickname']}</td>
</tr>
<tr>
<th>支付者openid:</th>
<td>{$order['openid']}</td>
</tr>
</tbody>
</table>
</div>
</div>
<table class="table table-hover table-bordered table-center">
<thead>
<tr>
<th>支付金额(元)</th>
<th>支付人</th>
<th width="180">支付时间</th>
<th>状态</th>
</tr>
</thead>
<tr>
<td>{$order['fee']}</td>
<td>{$order['nickname']}</td>
<td>{php echo date('Y-m-d H:i:s', $order['paytime']);}</td>
<td><span class="{$status[$order['status']]['class']}">{$status[$order['status']]['text']}</span></td>
</tr>
<tr>
<td colspan="4" style="text-align:right">
应收总价:<span class="text-success">¥ {$order['fee']}</span>
</td>
</tr>
</table>
|
wp-content/themes/one-page/assets/css/animate.css | AdamDunlop/jon-glasgow | /*!
* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes bounceIn_custom {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(.8);
}
50% {
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn_custom {
0% {
-moz-transform: scale(1);
}
25% {
-moz-transform: scale(.8);
}
50% {
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn_custom {
0% {
-o-transform: scale(1);
}
25% {
-o-transform: scale(.8);
}
50% {
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn_custom {
0% {
transform: scale(1);
}
25% {
transform: scale(.8);
}
50% {
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} |
wp-content/plugins/event-registration/scripts/fancybox/jquery.fancybox-1.2.5.css | nizaranand/smalls-cc | div#fancy_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 30;
}
div#fancy_loading {
position: absolute;
height: 40px;
width: 40px;
cursor: pointer;
display: none;
overflow: hidden;
background: transparent;
z-index: 100;
}
div#fancy_loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background: transparent url('fancy_progress.png') no-repeat;
}
div#fancy_outer {
position: absolute;
top: 0;
left: 0;
z-index: 90;
padding: 20px 20px 40px 20px;
margin: 0;
background: transparent;
display: none;
}
div#fancy_inner {
position: relative;
width:100%;
height:100%;
background: #FFF;
}
div#fancy_content {
margin: 0;
z-index: 100;
position: absolute;
}
div#fancy_div {
background: #000;
color: #FFF;
height: 100%;
width: 100%;
z-index: 100;
}
img#fancy_img {
position: absolute;
top: 0;
left: 0;
border:0;
padding: 0;
margin: 0;
z-index: 100;
width: 100%;
height: 100%;
}
div#fancy_close {
position: absolute;
top: -12px;
right: -15px;
height: 30px;
width: 30px;
background: url('fancy_closebox.png') top left no-repeat;
cursor: pointer;
z-index: 181;
display: none;
}
#fancy_frame {
position: relative;
width: 100%;
height: 100%;
display: none;
}
#fancy_ajax {
width: 100%;
height: 100%;
overflow: auto;
}
a#fancy_left, a#fancy_right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
z-index: 111;
display: none;
background-image: url("data:image/gif;base64,AAAA");
outline: none;
overflow: hidden;
}
a#fancy_left {
left: 0px;
}
a#fancy_right {
right: 0px;
}
span.fancy_ico {
position: absolute;
top: 50%;
margin-top: -15px;
width: 30px;
height: 30px;
z-index: 112;
cursor: pointer;
display: block;
}
span#fancy_left_ico {
left: -9999px;
background: transparent url('fancy_left.png') no-repeat;
}
span#fancy_right_ico {
right: -9999px;
background: transparent url('fancy_right.png') no-repeat;
}
a#fancy_left:hover, a#fancy_right:hover {
visibility: visible;
background-color: transparent;
}
a#fancy_left:hover span {
left: 20px;
}
a#fancy_right:hover span {
right: 20px;
}
#fancy_bigIframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}
div#fancy_bg {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: 70;
border: 0;
padding: 0;
margin: 0;
}
div.fancy_bg {
position: absolute;
display: block;
z-index: 70;
border: 0;
padding: 0;
margin: 0;
}
div#fancy_bg_n {
top: -20px;
width: 100%;
height: 20px;
background: transparent url('fancy_shadow_n.png') repeat-x;
}
div#fancy_bg_ne {
top: -20px;
right: -20px;
width: 20px;
height: 20px;
background: transparent url('fancy_shadow_ne.png') no-repeat;
}
div#fancy_bg_e {
right: -20px;
height: 100%;
width: 20px;
background: transparent url('fancy_shadow_e.png') repeat-y;
}
div#fancy_bg_se {
bottom: -20px;
right: -20px;
width: 20px;
height: 20px;
background: transparent url('fancy_shadow_se.png') no-repeat;
}
div#fancy_bg_s {
bottom: -20px;
width: 100%;
height: 20px;
background: transparent url('fancy_shadow_s.png') repeat-x;
}
div#fancy_bg_sw {
bottom: -20px;
left: -20px;
width: 20px;
height: 20px;
background: transparent url('fancy_shadow_sw.png') no-repeat;
}
div#fancy_bg_w {
left: -20px;
height: 100%;
width: 20px;
background: transparent url('fancy_shadow_w.png') repeat-y;
}
div#fancy_bg_nw {
top: -20px;
left: -20px;
width: 20px;
height: 20px;
background: transparent url('fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
position: absolute;
z-index: 100;
display: none;
}
div#fancy_title div {
color: #FFF;
font: bold 12px Arial;
padding-bottom: 3px;
white-space: nowrap;
}
div#fancy_title table {
margin: 0 auto;
}
div#fancy_title table td {
padding: 0;
vertical-align: middle;
}
td#fancy_title_left {
height: 32px;
width: 15px;
background: transparent url('fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
height: 32px;
background: transparent url('fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
height: 32px;
width: 15px;
background: transparent url('fancy_title_right.png') repeat-x;
} |
tools/compilers/arm/sourcery_2010_q1_none_eabi/share/doc/arm-arm-none-eabi/html/as.html/MIPS-Object.html | csitarichie/boost_msm_bare_metal | <html lang="en">
<head>
<title>MIPS Object - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="MIPS_002dDependent.html#MIPS_002dDependent" title="MIPS-Dependent">
<link rel="prev" href="MIPS-Opts.html#MIPS-Opts" title="MIPS Opts">
<link rel="next" href="MIPS-Stabs.html#MIPS-Stabs" title="MIPS Stabs">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002,
2006, 2007, 2008, 2009 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
<link rel="stylesheet" type="text/css" href="../cs.css">
</head>
<body>
<div class="node">
<a name="MIPS-Object"></a>
<p>
Next: <a rel="next" accesskey="n" href="MIPS-Stabs.html#MIPS-Stabs">MIPS Stabs</a>,
Previous: <a rel="previous" accesskey="p" href="MIPS-Opts.html#MIPS-Opts">MIPS Opts</a>,
Up: <a rel="up" accesskey="u" href="MIPS_002dDependent.html#MIPS_002dDependent">MIPS-Dependent</a>
<hr>
</div>
<h4 class="subsection">9.23.2 MIPS ECOFF object code</h4>
<p><a name="index-ECOFF-sections-1250"></a><a name="index-MIPS-ECOFF-sections-1251"></a>Assembling for a <span class="sc">mips</span> <span class="sc">ecoff</span> target supports some additional sections
besides the usual <code>.text</code>, <code>.data</code> and <code>.bss</code>. The
additional sections are <code>.rdata</code>, used for read-only data,
<code>.sdata</code>, used for small data, and <code>.sbss</code>, used for small
common objects.
<p><a name="index-small-objects_002c-MIPS-ECOFF-1252"></a><a name="index-g_t_0040code_007bgp_007d-register_002c-MIPS-1253"></a>When assembling for <span class="sc">ecoff</span>, the assembler uses the <code>$gp</code> (<code>$28</code>)
register to form the address of a “small object”. Any object in the
<code>.sdata</code> or <code>.sbss</code> sections is considered “small” in this sense.
For external objects, or for objects in the <code>.bss</code> section, you can use
the <code>gcc</code> ‘<samp><span class="samp">-G</span></samp>’ option to control the size of objects addressed via
<code>$gp</code>; the default value is 8, meaning that a reference to any object
eight bytes or smaller uses <code>$gp</code>. Passing ‘<samp><span class="samp">-G 0</span></samp>’ to
<code>as</code> prevents it from using the <code>$gp</code> register on the basis
of object size (but the assembler uses <code>$gp</code> for objects in <code>.sdata</code>
or <code>sbss</code> in any case). The size of an object in the <code>.bss</code> section
is set by the <code>.comm</code> or <code>.lcomm</code> directive that defines it. The
size of an external object may be set with the <code>.extern</code> directive. For
example, ‘<samp><span class="samp">.extern sym,4</span></samp>’ declares that the object at <code>sym</code> is 4 bytes
in length, whie leaving <code>sym</code> otherwise undefined.
<p>Using small <span class="sc">ecoff</span> objects requires linker support, and assumes that the
<code>$gp</code> register is correctly initialized (normally done automatically by
the startup code). <span class="sc">mips</span> <span class="sc">ecoff</span> assembly code must not modify the
<code>$gp</code> register.
</body></html>
|
docs/index.html | NorXAengell/ACE3 | ---
title: Home
browserTitle: The realism mod for Arma 3
layout: default
group: mainNav
order: 0
sitemap:
exclude: "yes"
---
<a class="hide-for-small-only" href="https://github.com/acemod/ACE3"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 9999" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<div class="row">
<div class="large-12 columns">
<div class="slider">
<picture>
<source srcset="{{ site.baseurl }}/img/slider01.jpg" media="(min-width: 641px)">
<img src="{{ site.baseurl }}/img/slider01_mobile.jpg"
srcset="{{ site.baseurl }}/img/slider01_mobile.jpg"
alt="ACE3 Medical uses advanced and very realistic medical simulations">
</picture>
<picture>
<source srcset="{{ site.baseurl }}/img/slider02.jpg" media="(min-width: 641px)">
<img src="{{ site.baseurl }}/img/slider02_mobile.jpg"
srcset="{{ site.baseurl }}/img/slider02_mobile.jpg"
alt="ACE3 Laser aims to realistically model behaviour of lasers">
</picture>
<picture>
<source srcset="{{ site.baseurl }}/img/slider03.jpg" media="(min-width: 641px)">
<img src="{{ site.baseurl }}/img/slider03_mobile.jpg"
srcset="{{ site.baseurl }}/img/slider03_mobile.jpg"
alt="ACE3 Explosions contain shrapnel and shockwaves">
</picture>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="panel callout radius">
<div class="row">
<div class="large-7 columns">
<h1>Advanced Combat Environment 3 <small>(ACE3)</small></h1>
<h2 class="subheader">{{ page.browserTitle }}</h2>
</div>
<div class="large-5 columns">
<a class="button" target="_blank" href="{{site.ace.githubUrl}}/releases/latest" onclick="app.analytics.sendEvent('ExternalLink', 'Click', this.href);"><i class="fa fa-download"></i> Get ACE3 v{{site.ace.version.major}}.{{site.ace.version.minor}}.{{site.ace.version.patch}}</a><br>
<a href="{{site.baseurl}}/wiki/user/installation-guide.html">Installation Guide</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="panel callout radius">
<div class="row">
<div class="large-7 columns">
<h2>ACEX</h2>
<h3 class="subheader">Useful frameworks and features</h3>
</div>
<div class="large-5 columns">
<a class="button" target="_blank" href="{{site.acex.githubUrl}}/releases/latest" onclick="app.analytics.sendEvent('ExternalLink', 'Click', this.href);"><i class="fa fa-download"></i> Get ACEX v{{site.acex.version.major}}.{{site.acex.version.minor}}.{{site.acex.version.patch}}</a><br>
<a href="{{site.baseurl}}/wiki/user/installation-guide-acex.html">Installation Guide</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="row">
<div class="large-4 medium-4 columns">
<p><a href="{{ site.baseurl }}/wiki/index.html">ACE3 Documentation</a>
<br/>Everything you need to know about using the mod or developing for it.</p>
</div>
<div class="large-4 medium-4 columns">
<p><a target="_blank" href="{{ site.ace.githubUrl }}" onclick="app.analytics.sendEvent('ExternalLink', 'Click', this.href);">ACE3 on Github</a><br/>Latest code, issue reports, feature requests
and more.</p>
</div>
<div class="large-4 medium-4 columns">
<p><a target="_blank" href="http://slackin.ace3mod.com/" onclick="app.analytics.sendEvent('ExternalLink', 'Click', this.href);">ACE3 Public Chat</a><br/>
Join our public chat! We're glad to answer questions concerning ACE3, development or Arma things.<br/>
If you made something with this mod (screen shots, artwork, videos) we'd love to see it.</p>
</div>
</div>
</div>
</div>
|
src/libs/fop-2.1/javadocs/org/apache/fop/render/intermediate/util/package-summary.html | jbampton/eclipse-cheatsheets-to-dita-to-pdf | <!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_34) on Thu Jan 07 14:13:58 GMT 2016 -->
<TITLE>
org.apache.fop.render.intermediate.util (Apache FOP 2.1 API)
</TITLE>
<META NAME="date" CONTENT="2016-01-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.fop.render.intermediate.util (Apache FOP 2.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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>
fop 2.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/fop/render/intermediate/extensions/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/apache/fop/render/java2d/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/fop/render/intermediate/util/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.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>
<H2>
Package org.apache.fop.render.intermediate.util
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/fop/render/intermediate/util/IFConcatenator.html" title="class in org.apache.fop.render.intermediate.util">IFConcatenator</A></B></TD>
<TD>This class allows to concatenate multiple intermediate format files to a single output file
in the final format.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/fop/render/intermediate/util/IFDocumentHandlerProxy.html" title="class in org.apache.fop.render.intermediate.util">IFDocumentHandlerProxy</A></B></TD>
<TD>This class is a simple proxy that delegates all method calls to another <A HREF="../../../../../../org/apache/fop/render/intermediate/IFDocumentHandler.html" title="interface in org.apache.fop.render.intermediate"><CODE>IFDocumentHandler</CODE></A>
instance.</TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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>
fop 2.1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/fop/render/intermediate/extensions/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/apache/fop/render/java2d/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/fop/render/intermediate/util/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.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>
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
lib/poi-3.17/docs/apidocs/org/apache/poi/poifs/crypt/class-use/DataSpaceMapUtils.DataSpaceDefinition.html | TonyClark/ESL | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class org.apache.poi.poifs.crypt.DataSpaceMapUtils.DataSpaceDefinition (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.poifs.crypt.DataSpaceMapUtils.DataSpaceDefinition (POI API Documentation)";
}
}
</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"> <A HREF="../../../../../../org/apache/poi/poifs/crypt/DataSpaceMapUtils.DataSpaceDefinition.html" title="class in org.apache.poi.poifs.crypt"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/poifs/crypt//class-useDataSpaceMapUtils.DataSpaceDefinition.html" target="_top"><B>FRAMES</B></A>
<A HREF="DataSpaceMapUtils.DataSpaceDefinition.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>
<B>Uses of Class<br>org.apache.poi.poifs.crypt.DataSpaceMapUtils.DataSpaceDefinition</B></H2>
</CENTER>
No usage of org.apache.poi.poifs.crypt.DataSpaceMapUtils.DataSpaceDefinition
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../../org/apache/poi/poifs/crypt/DataSpaceMapUtils.DataSpaceDefinition.html" title="class in org.apache.poi.poifs.crypt"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/poifs/crypt//class-useDataSpaceMapUtils.DataSpaceDefinition.html" target="_top"><B>FRAMES</B></A>
<A HREF="DataSpaceMapUtils.DataSpaceDefinition.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>
<i>Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
layout/reftests/webkit-box/webkit-box-abspos-children-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<head>
<title>Testcase: simple positioning of abspos children in -webkit-box</title>
<style>
.container {
border: 1px solid black;
width: 200px;
}
.box { display: -webkit-box }
.inline-box { display: -webkit-inline-box }
.abs { position: absolute }
.a { border: 3px solid purple }
.b { border: 3px solid orange }
</style>
</head>
<body>
<!-- Test abspos child in -webkit-box: -->
<div class="container box">
<div class="a abs">aa</div>
<div class="b">bbbb</div>
</div>
<div class="container box">
<div class="a">aa</div>
<div class="b abs">bbbb</div>
</div>
<!-- Test abspos child in -webkit-inline-box: -->
<div class="container inline-box">
<div class="a abs">aa</div>
<div class="b">bbbb</div>
</div>
<div class="container inline-box"
style="vertical-align: top">
<!-- XXXdholbert 'vertical-align' here is a hackaround for bug 1328792 -->
<div class="a">aa</div>
<div class="b abs">bbbb</div>
</div>
</body>
</html>
|
dom/canvas/test/webgl-conf/generated/test_conformance__glsl__bugs__pow-with-constant-exponent-should-not-crash.html | Yukarumya/Yukarum-Redfoxes | <!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'/>
<title>
Mochitest wrapper for WebGL Conformance Test Suite tests
</title>
<link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>
<script src='/tests/SimpleTest/SimpleTest.js'></script>
<link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
</head>
<body>
<iframe src='../mochi-single.html?checkout/conformance/glsl/bugs/pow-with-constant-exponent-should-not-crash.html'></iframe>
</body>
</html>
|
SIS_Integration/java/basic_example/lib/httpcomponents-client-4.3-alpha1/javadoc/org/apache/http/cookie/class-use/SetCookie2.html | mattattack7/canvas-contrib | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed Jan 16 18:27:39 CET 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.apache.http.cookie.SetCookie2 (HttpComponents Client 4.3-alpha1 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface org.apache.http.cookie.SetCookie2 (HttpComponents Client 4.3-alpha1 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=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"> <A HREF="../../../../../org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/http/cookie/class-use/SetCookie2.html" target="_top"><B>FRAMES</B></A>
<A HREF="SetCookie2.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>
<B>Uses of Interface<br>org.apache.http.cookie.SetCookie2</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie">SetCookie2</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.http.impl.cookie"><B>org.apache.http.impl.cookie</B></A></TD>
<TD>Default implementations for interfaces in
<A HREF="../../../../../org/apache/http/cookie/package-summary.html"><CODE>org.apache.http.cookie</CODE></A>. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.http.impl.cookie"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie">SetCookie2</A> in <A HREF="../../../../../org/apache/http/impl/cookie/package-summary.html">org.apache.http.impl.cookie</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/http/impl/cookie/package-summary.html">org.apache.http.impl.cookie</A> that implement <A HREF="../../../../../org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie">SetCookie2</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/http/impl/cookie/BasicClientCookie2.html" title="class in org.apache.http.impl.cookie">BasicClientCookie2</A></B></CODE>
<BR>
Default implementation of <A HREF="../../../../../org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie"><CODE>SetCookie2</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../org/apache/http/cookie/SetCookie2.html" title="interface in org.apache.http.cookie"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/http/cookie/class-use/SetCookie2.html" target="_top"><B>FRAMES</B></A>
<A HREF="SetCookie2.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>
Copyright © 1999-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
LayoutTests/fast/regex/pcre-test-1.html | youfoh/webkit-efl | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<script src="script-tests/pcre-test-1.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
|
public/stylesheets/rtl/student/categories.css | prafula/FedenaT | .text-input-bg input:focus{
background: #fff;
border: 1px solid #9e0f15;
}
.text-input-bg input {
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px;
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #C6C6C6;
height:17px;
margin:5px 10px 0 0;
padding:5px;
width:205px;
text-align: right;
}
.submit_button {
margin-right: 210px;
margin-top:20px;
padding: 7px 10px;
color: #fff;
background: #27292B;
-moz-border-radius:10px;
-webkit-border-radius:10px;
font-weight: bold;
font-size: 14px;
border:none;
font-family: arial;
cursor:pointer;
}
.submit_button:hover{
background: #373B3F;
}
#category-list {
clear : both;
padding : 10px 0px 40px 0;
width:600px;
margin:0px auto;
}
#category-list .listeven{
background : #EEF2FD;
border-bottom:1px solid #BECFFB;
color : #444;
height : auto; width : 35em;
list-style-type : none;
padding : 0.6em 5em 0.4em 0;
overflow: hidden;
}
#category-list .listodd{
background : #DFEAFF;
border-bottom:1px solid #BECFFB;
color : #444;
height : auto; width : 35em;
list-style-type : none;
padding : 0.6em 5em 0.4em 0;
overflow: hidden;
}
#category-list li.heading {
background : none;
font-weight : bold;
list-style-type : none;
color : #444;
height : 1.5em; width : 30em;
padding : 0.5em 5em 0 0;
}
#category-list li div {
float : right;
}
#category-list li div.category-name {
width : 410px;
font-weight: bold;
font-size:13px;
}
#category-list li div.category-edit,
#category-list li div.category-delete {
font-size : 0.9em;
width : 50px;
}
#category-list li div a {
color : #000;
font-size:14px;
text-decoration: none;
}
#category-list li div a:hover {
color : #d00;
text-decoration: underline;
}
.box {
margin: 0 auto;
width: 480px;
}
.small-strike {
float: right;
font-size: 0.9em;
text-decoration: line-through;
width: 35px;
} |
Addons/Ask/View/default/Ask/edit.html | lovebull/wild_weiphp | <extend name="Base/common" />
<block name="body">
<!-- 标签页导航 -->
<div class="span9 page_message">
<section id="contents">
<ul class="tab-nav nav">
<li class=""><a href="{:U('lists')}">抢答列表</a></li>
<li class="current"><a href="javascript:;">编辑抢答<b class="arrow fa fa-sort"></b></a></li>
</ul>
<div class="tab-content">
<!-- 表单 -->
<form id="form" action="{:U('edit?model='.$model['id'])}" method="post" class="form-horizontal">
<ul id="tab" class="tab-pane in">
<li class="form-item cf">
<label class="item-label"><span class="need_flag">*</span>关键词<span class="check-tips"></span></label>
<div class="controls">
<input type="text" class="text input-large" name="keyword" value="{$data.keyword}">
</div>
</li>
<li class="form-item cf">
<label class="item-label"><span class="need_flag">*</span>标题<span class="check-tips"></span></label>
<div class="controls">
<input type="text" class="text input-large" name="title" value="{$data.title}">
</div>
</li>
<li class="form-item cf">
<label class="item-label"><span class="need_flag"></span>封面图片<span class="check-tips"></span></label>
<div class="controls uploadrow2" data-max="1" title="点击修改图片" rel="cover">
<input type="file" id="upload_picture_cover">
<input type="hidden" name="cover" id="cover_id_cover" value="{$data.cover}"/>
<div class="upload-img-box" rel="img">
<notempty name="data[cover]">
<div class="upload-pre-item2"><img width="100" height="100" src="{$data.cover|get_cover_url}"/></div>
<em class="edit_img_icon"> </em>
</notempty>
</div>
</div>
</li>
<li class="form-item cf">
<label class="item-label"><span class="need_flag">*</span>简介<span class="check-tips"></span></label>
<div class="controls">
<label class="textarea input-large">
<textarea class="text input-large" name="intro" >{$data.intro}</textarea>
</label>
</div>
</li>
<li class="form-item cf">
<label class="item-label"><span class="need_flag">*</span>抢答完成后的提示<span class="check-tips"></span></label>
<div class="controls">
<label class="textarea input-large">
<textarea class="text input-large" name="finish_tip" >{$data.finish_tip}</textarea>
</label>
</div>
</li>
</ul>
</div>
<div class="form-item form_bh">
<input type="hidden" name="id" value="{$data.id}">
<button class="btn submit-btn ajax-post" id="submit" type="submit" target-form="form-horizontal">确 定</button>
</div>
</form>
</div>
</section>
</div>
</div>
</block>
<block name="script">
<link href="__STATIC__/datetimepicker/css/datetimepicker.css?v={:SITE_VERSION}" rel="stylesheet" type="text/css">
<php>
if(C('COLOR_STYLE')=='blue_color') echo '
<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css?v={:SITE_VERSION}" rel="stylesheet" type="text/css">
';
</php>
<link href="__STATIC__/datetimepicker/css/dropdown.css?v={:SITE_VERSION}" rel="stylesheet" type="text/css">
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js?v={:SITE_VERSION}" charset="UTF-8"></script>
<script type="text/javascript">
//上传图片
/* 初始化上传插件 */
var node = '';
function initPuls(){
$(".uploadImage").each(function(index, obj) {
var id = $(obj).attr('rel');
if(id>0)
node = '#uploadImage_exist_'+id;
else
node = '#uploadImage_'+(0-id);
$(node).uploadify({
"height" : 120,
"swf" : "__STATIC__/uploadify/uploadify.swf",
"fileObjName" : "download",
"buttonText" : "上传图片",
"uploader" : "{:U('home/File/uploadPicture',array('session_id'=>session_id()))}",
"width" : 120,
'removeTimeout' : 1,
'fileTypeExts' : '*.jpg; *.png; *.gif;',
"onUploadSuccess" : function(file, data, response) {
uploadPictureimage(file, data, id);
}
});
});
}
function uploadPictureimage(file, data, id){
var data = $.parseJSON(data);
var src = '';
if(data.status){
$("#cover_id_"+id).val(data.id);
src = data.url || '__ROOT__' + data.path;
$("#cover_id_"+id).parent().find('.upload-img-box').html(
'<div class="upload-pre-item"><img width="120" height="120" src="' + src + '"/></div>'
);
} else {
updateAlert(data.info);
setTimeout(function(){
$('#top-alert').find('button').click();
$(that).removeClass('disabled').prop('disabled',false);
},1500);
}
}
function addOpt(){
var i = 1;
$('.optionSort').each(function(){i++;});
var id = 0-i;
var html = '<tr class="add_list"><td class="pic_td"><div class="uploadrow" title="更改图片">'
+'<input type="file" class="uploadImage" id="uploadImage_'+i+'" rel="'+id+'"/>'
+'<input type="hidden" name="image['+id+']" id="cover_id_'+id+'"/>'
+'<div class="upload-img-box"></div>'
+'</div></td><td>'
+'<input type="text" value="" name="name['+id+']" class="text input-large" style="width:250px">'
+'</td><td>'
+'<input type="text" value="'+i+'" name="order['+id+']" class="optionSort text input-large" style="width:80px"> '
+'</td><td>'
+'<a href="###" onClick="delOpt(this)" class="fr btn btn-yellow" >删除</a></td></tr>';
$('#option_list').append(html);
initPuls();
changeOption();
$('.add_list_head').show();
}
function delOpt(obj){
$(obj).parents('tr').remove();
}
function changeOption(){
var val = $('input[name="is_img"]:checked').val();
console.log(val);
if(val!=1){
$('.uploadify').each(function() {
if($(this).attr('id')!='upload_picture_picurl') $(this).hide();
});
$('.upload-img-box').each(function() {
if($(this).attr('rel')!='img') $(this).hide();
});
$('.pic_td').hide();
}else{
$('.uploadify').each(function() {
$(this).show();
});
$('.upload-img-box').each(function() {
$(this).show();
});
$('.pic_td').show();
}
}
$(function(){
initPuls();
changeOption();
initUploadImg();
});
$('#submit').click(function(){
$('#form').submit();
});
$(function(){
$('.time').datetimepicker({
format: 'yyyy-mm-dd hh:ii',
language:"zh-CN",
minView:0,
autoclose:true
});
showTab();
});
</script>
</block>
|
prow/cmd/deck/static/dialog-polyfill.css | abgworrall/test-infra | /**
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**/
dialog {
position: absolute;
left: 0; right: 0;
width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;
height: -moz-fit-content;
height: -webkit-fit-content;
height: fit-content;
margin: auto;
border: solid;
padding: 1em;
background: white;
color: black;
display: block;
}
dialog:not([open]) {
display: none;
}
dialog + .backdrop {
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
background: rgba(0,0,0,0.1);
}
._dialog_overlay {
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
}
dialog.fixed {
position: fixed;
top: 50%;
transform: translate(0, -50%);
} |
public/bs_pagination/jquery.bs_pagination.bs2.css | antonyho/freecycle.in.net | /*
DO NOT CHANGE this file, as it will be overwritten in next update.
Write your own classes in other css file.
*/
.pagination_custom {
margin-top: 0;
margin-bottom: 0;
}
.goto_page_wrapper {
display: inline;
}
.rows_per_page_wrapper {
display: inline;
margin-left: 5%;
}
.small-input {
width: 20% !important;
}
/* Large desktop */
@media (min-width: 1200px) {
.row-space {
margin-top: 0 !important;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.row-space {
margin-top: 0 !important;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.row-space {
margin-top: 15px !important;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.row-space {
margin-top: 15px !important;
}
}
/* -------------------------------------------------------------------------- */ |
work/testee/reports/servers/crossbar_io_case_1_2_3.html | crossbario/crossbarexamples | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style lang="css">
body {
background-color: #F4F4F4;
color: #333;
font-family: Segoe UI,Tahoma,Arial,Verdana,sans-serif;
}
p#intro {
font-family: Cambria,serif;
font-size: 1.1em;
color: #444;
}
p#intro a {
color: #444;
}
p#intro a:visited {
color: #444;
}
.block {
background-color: #e0e0e0;
padding: 16px;
margin: 20px;
}
p.case_text_block {
border-radius: 10px;
border: 1px solid #aaa;
padding: 16px;
margin: 4px 20px;
color: #444;
}
p.case_desc {
}
p.case_expect {
}
p.case_outcome {
}
p.case_closing_beh {
}
pre.http_dump {
font-family: Consolas, "Courier New", monospace;
font-size: 0.8em;
color: #333;
border-radius: 10px;
border: 1px solid #aaa;
padding: 16px;
margin: 4px 20px;
}
span.case_pickle {
font-family: Consolas, "Courier New", monospace;
font-size: 0.7em;
color: #000;
}
p#case_result,p#close_result {
border-radius: 10px;
background-color: #e8e2d1;
padding: 20px;
margin: 20px;
}
h1 {
margin-left: 60px;
}
h2 {
margin-left: 30px;
}
h3 {
margin-left: 50px;
}
a.up {
float: right;
border-radius: 16px;
margin-top: 16px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
padding-top: 2px;
background-color: #666;
color: #fff;
text-decoration: none;
font-size: 0.8em;
}
a.up:visited {
}
a.up:hover {
background-color: #028ec9;
}
</style>
<style lang="css">
p.case {
color: #fff;
border-radius: 10px;
padding: 20px;
margin: 12px 20px;
font-size: 1.2em;
}
p.case_ok {
background-color: #0a0;
}
p.case_non_strict, p.case_no_close {
background-color: #9a0;
}
p.case_info {
background-color: #4095BF;
}
p.case_failed {
background-color: #900;
}
table {
border-collapse: collapse;
border-spacing: 0px;
margin-left: 80px;
margin-bottom: 12px;
margin-top: 0px;
}
td
{
margin: 0;
font-size: 0.8em;
border: 1px #fff solid;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 16px;
padding-right: 16px;
text-align: right;
}
td.right {
text-align: right;
}
td.left {
text-align: left;
}
tr.stats_header {
color: #eee;
background-color: #000;
}
tr.stats_row {
color: #000;
background-color: #fc3;
}
tr.stats_total {
color: #fff;
background-color: #888;
}
div#wirelog {
margin-top: 20px;
margin-bottom: 80px;
}
pre.wirelog_rx_octets {color: #aaa; margin: 0; background-color: #060; padding: 2px;}
pre.wirelog_tx_octets {color: #aaa; margin: 0; background-color: #600; padding: 2px;}
pre.wirelog_tx_octets_sync {color: #aaa; margin: 0; background-color: #606; padding: 2px;}
pre.wirelog_rx_frame {color: #fff; margin: 0; background-color: #0a0; padding: 2px;}
pre.wirelog_tx_frame {color: #fff; margin: 0; background-color: #a00; padding: 2px;}
pre.wirelog_tx_frame_sync {color: #fff; margin: 0; background-color: #a0a; padding: 2px;}
pre.wirelog_delay {color: #fff; margin: 0; background-color: #000; padding: 2px;}
pre.wirelog_kill_after {color: #fff; margin: 0; background-color: #000; padding: 2px;}
pre.wirelog_tcp_closed_by_me {color: #fff; margin: 0; background-color: #008; padding: 2px;}
pre.wirelog_tcp_closed_by_peer {color: #fff; margin: 0; background-color: #000; padding: 2px;}
</style>
</head>
<body>
<a name="top"></a>
<br/>
<center><a href="http://autobahn.ws/testsuite" title="Autobahn WebSockets Testsuite"><img src="http://autobahn.ws/static/img/ws_protocol_test_report.png" border="0" width="820" height="46" alt="Autobahn WebSockets Testsuite Report"></img></a></center>
<center><a href="http://autobahn.ws" title="Autobahn WebSockets"> <img src="http://autobahn.ws/static/img/ws_protocol_test_report_autobahn.png" border="0" width="300" height="68" alt="Autobahn WebSockets"> </img></a></center>
<br/>
<p class="case case_ok">Crossbar.io - <span style="font-size: 1.3em;"><b>Case 1.2.3</b></span> : Pass - <span style="font-size: 0.9em;"><b>2</b> ms @ 2015-11-06T15:56:03.593Z</a></p>
<p class="case_text_block case_desc"><b>Case Description</b><br/><br/>Send binary message message with payload of length 126.</p>
<p class="case_text_block case_expect"><b>Case Expectation</b><br/><br/>Receive echo'ed binary message (with payload as sent). Clean close with normal code.</p>
<p class="case_text_block case_outcome">
<b>Case Outcome</b><br/><br/>Actual events match at least one expected.<br/><br/>
<i>Expected:</i><br/><span class="case_pickle">{'OK': [('message', '0xfefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefe ...', True)]}</span><br/><br/>
<i>Observed:</i><br><span class="case_pickle">[('message', '0xfefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefe ...', True)]</span>
</p>
<p class="case_text_block case_closing_beh"><b>Case Closing Behavior</b><br/><br/>Connection was properly closed (OK)</p>
<br/><hr/>
<h2>Opening Handshake</h2>
<pre class="http_dump">GET / HTTP/1.1
User-Agent: AutobahnTestSuite/0.7.2-0.10.9
Host: 127.0.0.1:8080
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: F/t56IBQlXEORJwAddcphA==
Sec-WebSocket-Version: 13</pre>
<pre class="http_dump">HTTP/1.1 101 Switching Protocols
Server: Crossbar/0.11.1
X-Powered-By: AutobahnPython/0.11.0
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: k2AYhlF2FAG0daXgl+8y+yczUMc=</pre>
<br/><hr/>
<h2>Closing Behavior</h2>
<table>
<tr class="stats_header"><td>Key</td><td class="left">Value</td><td class="left">Description</td></tr>
<tr class="stats_row"><td>isServer</td><td class="left">False</td><td class="left">True, iff I (the fuzzer) am a server, and the peer is a client.</td></tr>
<tr class="stats_row"><td>closedByMe</td><td class="left">True</td><td class="left">True, iff I have initiated closing handshake (that is, did send close first).</td></tr>
<tr class="stats_row"><td>failedByMe</td><td class="left">False</td><td class="left">True, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP.</td></tr>
<tr class="stats_row"><td>droppedByMe</td><td class="left">False</td><td class="left">True, iff I dropped the TCP connection.</td></tr>
<tr class="stats_row"><td>wasClean</td><td class="left">True</td><td class="left">True, iff full WebSockets closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).</td></tr>
<tr class="stats_row"><td>wasNotCleanReason</td><td class="left">None</td><td class="left">When wasClean == False, the reason what happened.</td></tr>
<tr class="stats_row"><td>wasServerConnectionDropTimeout</td><td class="left">False</td><td class="left">When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.</td></tr>
<tr class="stats_row"><td>wasOpenHandshakeTimeout</td><td class="left">False</td><td class="left">When performing the opening handshake, but the peer did not finish in time, this gets True.</td></tr>
<tr class="stats_row"><td>wasCloseHandshakeTimeout</td><td class="left">False</td><td class="left">When we initiated a closing handshake, but the peer did not respond in time, this gets True.</td></tr>
<tr class="stats_row"><td>localCloseCode</td><td class="left">1000</td><td class="left">The close code I sent in close frame (if any).</td></tr>
<tr class="stats_row"><td>localCloseReason</td><td class="left">None</td><td class="left">The close reason I sent in close frame (if any).</td></tr>
<tr class="stats_row"><td>remoteCloseCode</td><td class="left">1000</td><td class="left">The close code the peer sent me in close frame (if any).</td></tr>
<tr class="stats_row"><td>remoteCloseReason</td><td class="left">None</td><td class="left">The close reason the peer sent me in close frame (if any).</td></tr>
</table> <br/><hr/>
<h2>Wire Statistics</h2>
<h3>Octets Received by Chop Size</h3>
<table>
<tr class="stats_header"><td>Chop Size</td><td>Count</td><td>Octets</td></tr>
<tr class="stats_row"><td>4</td><td>1</td><td>4</td></tr>
<tr class="stats_row"><td>130</td><td>1</td><td>130</td></tr>
<tr class="stats_row"><td>191</td><td>1</td><td>191</td></tr>
<tr class="stats_total"><td>Total</td><td>3</td><td>325</td></tr>
</table>
<h3>Octets Transmitted by Chop Size</h3>
<table>
<tr class="stats_header"><td>Chop Size</td><td>Count</td><td>Octets</td></tr>
<tr class="stats_row"><td>8</td><td>1</td><td>8</td></tr>
<tr class="stats_row"><td>134</td><td>1</td><td>134</td></tr>
<tr class="stats_row"><td>240</td><td>1</td><td>240</td></tr>
<tr class="stats_total"><td>Total</td><td>3</td><td>382</td></tr>
</table>
<h3>Frames Received by Opcode</h3>
<table>
<tr class="stats_header"><td>Opcode</td><td>Count</td></tr>
<tr class="stats_row"><td>2</td><td>1</td></tr>
<tr class="stats_row"><td>8</td><td>1</td></tr>
<tr class="stats_total"><td>Total</td><td>2</td></tr>
</table>
<h3>Frames Transmitted by Opcode</h3>
<table>
<tr class="stats_header"><td>Opcode</td><td>Count</td></tr>
<tr class="stats_row"><td>2</td><td>1</td></tr>
<tr class="stats_row"><td>8</td><td>1</td></tr>
<tr class="stats_total"><td>Total</td><td>2</td></tr>
</table>
<br/><hr/>
<h2>Wire Log</h2>
<div id="wirelog">
<pre class="wirelog_tx_octets">000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e372e</pre>
<pre class="wirelog_tx_octets"> 322d302e31302e390d0a486f7374 ...</pre>
<pre class="wirelog_rx_octets">001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a2043726f7373626172</pre>
<pre class="wirelog_rx_octets"> 2f302e31312e310d0a582d506f77 ...</pre>
<pre class="wirelog_tx_frame">002 TX FRAME : OPCODE=2, FIN=True, RSV=0, PAYLOAD-LEN=126, MASK=116b4da3, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False</pre>
<pre class="wirelog_tx_frame"> 0xfefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefe</pre>
<pre class="wirelog_tx_frame"> fefefefefefefefefefefefefefefe ...</pre>
<pre class="wirelog_tx_octets">003 TX OCTETS: 82fe007e116b4da3ef95b35def95b35def95b35def95b35def95b35def95b35def95b35def95b35def95b35def95b35def95</pre>
<pre class="wirelog_tx_octets"> b35def95b35def95b35def95b35d ...</pre>
<pre class="wirelog_kill_after">004 FAIL CONNECTION AFTER 1.000000 sec</pre>
<pre class="wirelog_rx_octets">005 RX OCTETS: 827e007efefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefe</pre>
<pre class="wirelog_rx_octets"> fefefefefefefefefefefefefefe ...</pre>
<pre class="wirelog_rx_frame">006 RX FRAME : OPCODE=2, FIN=True, RSV=0, PAYLOAD-LEN=126, MASKED=False, MASK=None</pre>
<pre class="wirelog_rx_frame"> 0xfefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefefe</pre>
<pre class="wirelog_rx_frame"> fefefefefefefefefefefefefefefe ...</pre>
<pre class="wirelog_tx_frame">007 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=b59bab21, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False</pre>
<pre class="wirelog_tx_frame"> 0x03e8</pre>
<pre class="wirelog_tx_octets">008 TX OCTETS: 8882b59bab21b673</pre>
<pre class="wirelog_rx_octets">009 RX OCTETS: 880203e8</pre>
<pre class="wirelog_rx_frame">010 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None</pre>
<pre class="wirelog_rx_frame"> 0x03e8</pre>
<pre class="wirelog_tcp_closed_by_peer">011 TCP DROPPED BY PEER</pre>
</div>
<br/><hr/>
</body>
</html>
|
tests/speed/yprofiler/index.html | ets-berkeley-edu/3akai-ux | <!DOCTYPE html>
<html>
<head>
<title>JavaScript Profiling</title>
</head>
<body>
<iframe src="about:blank" id="ifr" style="display:none"></iframe>
<script src="/dev/lib/jquery/jquery.js"></script>
<script src="lib/yui.js"></script>
<script src="js/main.js"></script>
</body>
</html> |
thirdparty/hbase-1.1.1.2.3.0.0-2557/docs/xref/org/apache/hadoop/hbase/io/hfile/bucket/CacheFullException.html | scalingdata/Impala | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>CacheFullException xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../../../apidocs/org/apache/hadoop/hbase/io/hfile/bucket/CacheFullException.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Copyright The Apache Software Foundation</em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * contributor license agreements. See the NOTICE file distributed with this</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * work for additional information regarding copyright ownership. The ASF</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * licenses this file to you under the Apache License, Version 2.0 (the</em>
<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance with the License.</em>
<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> * You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * License for the specific language governing permissions and limitations</em>
<a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> * under the License.</em>
<a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.io.hfile.bucket;
<a class="jxr_linenumber" name="20" href="#20">20</a>
<a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
<a class="jxr_linenumber" name="22" href="#22">22</a>
<a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.classification.InterfaceAudience;
<a class="jxr_linenumber" name="24" href="#24">24</a>
<a class="jxr_linenumber" name="25" href="#25">25</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * Thrown by {@link BucketAllocator#allocateBlock(int)} when cache is full for</em>
<a class="jxr_linenumber" name="27" href="#27">27</a> <em class="jxr_javadoccomment"> * the requested size</em>
<a class="jxr_linenumber" name="28" href="#28">28</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="29" href="#29">29</a> @InterfaceAudience.Private
<a class="jxr_linenumber" name="30" href="#30">30</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../org/apache/hadoop/hbase/io/hfile/bucket/CacheFullException.html">CacheFullException</a> <strong class="jxr_keyword">extends</strong> IOException {
<a class="jxr_linenumber" name="31" href="#31">31</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">long</strong> serialVersionUID = 3265127301824638920L;
<a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> requestedSize, bucketIndex;
<a class="jxr_linenumber" name="33" href="#33">33</a>
<a class="jxr_linenumber" name="34" href="#34">34</a> <a href="../../../../../../../org/apache/hadoop/hbase/io/hfile/bucket/CacheFullException.html">CacheFullException</a>(<strong class="jxr_keyword">int</strong> requestedSize, <strong class="jxr_keyword">int</strong> bucketIndex) {
<a class="jxr_linenumber" name="35" href="#35">35</a> <strong class="jxr_keyword">super</strong>();
<a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">this</strong>.requestedSize = requestedSize;
<a class="jxr_linenumber" name="37" href="#37">37</a> <strong class="jxr_keyword">this</strong>.bucketIndex = bucketIndex;
<a class="jxr_linenumber" name="38" href="#38">38</a> }
<a class="jxr_linenumber" name="39" href="#39">39</a>
<a class="jxr_linenumber" name="40" href="#40">40</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> bucketIndex() {
<a class="jxr_linenumber" name="41" href="#41">41</a> <strong class="jxr_keyword">return</strong> bucketIndex;
<a class="jxr_linenumber" name="42" href="#42">42</a> }
<a class="jxr_linenumber" name="43" href="#43">43</a>
<a class="jxr_linenumber" name="44" href="#44">44</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> requestedSize() {
<a class="jxr_linenumber" name="45" href="#45">45</a> <strong class="jxr_keyword">return</strong> requestedSize;
<a class="jxr_linenumber" name="46" href="#46">46</a> }
<a class="jxr_linenumber" name="47" href="#47">47</a>
<a class="jxr_linenumber" name="48" href="#48">48</a> @Override
<a class="jxr_linenumber" name="49" href="#49">49</a> <strong class="jxr_keyword">public</strong> String toString() {
<a class="jxr_linenumber" name="50" href="#50">50</a> StringBuilder sb = <strong class="jxr_keyword">new</strong> StringBuilder(1024);
<a class="jxr_linenumber" name="51" href="#51">51</a> sb.append(<span class="jxr_string">"Allocator requested size "</span>).append(requestedSize);
<a class="jxr_linenumber" name="52" href="#52">52</a> sb.append(<span class="jxr_string">" for bucket "</span>).append(bucketIndex);
<a class="jxr_linenumber" name="53" href="#53">53</a> <strong class="jxr_keyword">return</strong> sb.toString();
<a class="jxr_linenumber" name="54" href="#54">54</a> }
<a class="jxr_linenumber" name="55" href="#55">55</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
js/prism/prism-1.14.0/examples/prism-tcl.html | Heanes/cdn.heanes.com | <h2>Comments</h2>
<pre><code># This is a comment</code></pre>
<h2>Strings</h2>
<pre><code>"foo \"bar\" baz"
"foo\
bar\
baz"</code></pre>
<h2>Variables</h2>
<pre><code>$foo
$foo::bar_42
$::baz
${foobar}
set foo::bar "baz"</code></pre>
<h2>Functions</h2>
<pre><code>proc foobar {baz} {
puts $baz
}
proc RESTORE/post/:post_id/comment/:comment_id {post_id comment_id} {
#| Restore a comment handler
comment_restore $comment_id
qc::actions redirect [url "/post/$post_id" show_deleted_comment_ids $comment_id]
}</code></pre> |
plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableEqualsExpression.html | IllusionRom-deprecated/android_platform_tools_idea | <html>
<body>
Reports comparisons to null which are followed by an 'equals()' call
with a constant argument.
<p>
For example the following will be reported by this inspection:
<code><pre>
<b>if</b> (s != <b>null</b> && s.equals("literal")) {}
</pre></code>
And the quickfix will replace that with:
<code><pre>
<b>if</b> ("literal".equals(s)) {}
</pre></code>
<!-- tooltip end -->
<p>
<small>New in 11 </small>
</body>
</html>
|
test/csrf/src/main/webapp/index.html | dmaidaniuk/ozark | <!DOCTYPE html>
<html>
<head>
<title>Csrf</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="ozark.css">
</head>
<body>
<h1>Csrf</h1>
<ul>
<li><a href="resources/csrf">resources/csrf</a>
</ul>
<br/>
<a class="source" href="https://github.com/mvc-spec/ozark/blob/master/test/csrf/src/main/java/org/mvcspec/ozark/test/csrf/CsrfController.java">Source Code</a>
</body>
</html>
|
manage-web/src/main/webapp/lib/angular/docs/examples/example-example93/index-production.html | Manmay/manage | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example93-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.19/angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="expressionExample">
<div class="example2" ng-controller="ExampleController">
Name: <input ng-model="name" type="text"/>
<button ng-click="greet()">Greet</button>
<button ng-click="window.alert('Should not see me')">Won't greet</button>
</div>
</body>
</html> |
thirdparty/source/asio-1.11.0/doc/asio/reference/ssl__stream/next_layer/overload1.html | letitvi/VideoGridPlayer | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::next_layer (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../../index.html" title="Asio">
<link rel="up" href="../next_layer.html" title="ssl::stream::next_layer">
<link rel="prev" href="../next_layer.html" title="ssl::stream::next_layer">
<link rel="next" href="overload2.html" title="ssl::stream::next_layer (2 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../next_layer.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../next_layer.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="asio.reference.ssl__stream.next_layer.overload1"></a><a class="link" href="overload1.html" title="ssl::stream::next_layer (1 of 2 overloads)">ssl::stream::next_layer
(1 of 2 overloads)</a>
</h5></div></div></div>
<p>
Get a reference to the next layer.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">next_layer_type</span> <span class="special">&</span> <span class="identifier">next_layer</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
</pre>
<p>
This function returns a reference to the next layer in a stack of stream
layers.
</p>
<h6>
<a name="asio.reference.ssl__stream.next_layer.overload1.h0"></a>
<span><a name="asio.reference.ssl__stream.next_layer.overload1.return_value"></a></span><a class="link" href="overload1.html#asio.reference.ssl__stream.next_layer.overload1.return_value">Return
Value</a>
</h6>
<p>
A reference to the next layer in the stack of stream layers. Ownership
is not transferred to the caller.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../next_layer.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../next_layer.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
templates/results/case/base.html | peterbe/moztrap | {% extends 'results/base.html' %}
{% block sublocation %}Cases{% endblock %}
{% block resultcase-active-nav %}active{% endblock resultcase-active-nav %} |
templates/manage/environment/edit_profile.html | mozilla/moztrap | {% extends 'manage/environment/base.html' %}
{% load permissions %}
{% block location %}Edit Profile{% endblock %}
{% block content %}
<section id="editprofile" class="manage listpage">
<h2>Edit Environment Profile {% include "_helplink.html" with helpURL="environments.html#environment-edit-fields" %}</h2>
<form method="POST" id="profile-name-form" class="manage-form profile-form">
{% csrf_token %}
<div class="formfield name-field">
<label for="profile-name" class="type">name</label>
<input type="text" name="profile-name" class="value" value="{{ profile.name }}" id="profile-name" placeholder="profile name" required>
</div>
<div class="form-actions">
<button type="submit" name="save-profile-name" id="save-profile-name" value="1">Save Name</button>
</div>
</form>
{% include "lists/_filter.html" %}
{% include "manage/environment/edit_profile/_envs_list.html" %}
</section>
<div class="form-actions">
<a href="{% url 'manage_profiles' %}" class="done-link">Done Editing</a>
</div>
{% endblock content %}
|
webspec/public/angular-1.2.1/docs/partials/api/ng.directive:ngRepeat.html | metakeule/speccer | <a href="http://github.com/angular/angular.js/tree/v1.2.1/src/ng/directive/ngRepeat.js#L3" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/directive/ngRepeat.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">ngRepeat</code>
<div><span class="hint">directive in module <code ng:non-bindable="">ng</code>
</span>
</div>
</h1>
<div><h2 id="description">Description</h2>
<div class="description"><div class="ng-directive-page ng-directive-ngrepeat-page"><p>The <code>ngRepeat</code> directive instantiates a template once per item from a collection. Each template
instance gets its own scope, where the given loop variable is set to the current collection item,
and <code>$index</code> is set to the item index or key.</p>
<p>Special properties are exposed on the local scope of each template instance, including:</p>
<table>
<thead>
<tr>
<th>Variable</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>$index</code></td>
<td><a href="#" class="label type-hint type-hint-number">number</a></td>
<td>iterator offset of the repeated element (0..length-1)</td>
</tr>
<tr>
<td><code>$first</code></td>
<td><a href="#" class="label type-hint type-hint-boolean">boolean</a></td>
<td>true if the repeated element is first in the iterator.</td>
</tr>
<tr>
<td><code>$middle</code></td>
<td><a href="#" class="label type-hint type-hint-boolean">boolean</a></td>
<td>true if the repeated element is between the first and last in the iterator.</td>
</tr>
<tr>
<td><code>$last</code></td>
<td><a href="#" class="label type-hint type-hint-boolean">boolean</a></td>
<td>true if the repeated element is last in the iterator.</td>
</tr>
<tr>
<td><code>$even</code></td>
<td><a href="#" class="label type-hint type-hint-boolean">boolean</a></td>
<td>true if the iterator position <code>$index</code> is even (otherwise false).</td>
</tr>
<tr>
<td><code>$odd</code></td>
<td><a href="#" class="label type-hint type-hint-boolean">boolean</a></td>
<td>true if the iterator position <code>$index</code> is odd (otherwise false).</td>
</tr>
</tbody>
</table>
<h3 id="description_special-repeat-start-and-end-points">Special repeat start and end points</h3>
<p>To repeat a series of elements instead of just one parent element, ngRepeat (as well as other ng directives) supports extending
the range of the repeater by defining explicit start and end points by using <strong>ng-repeat-start</strong> and <strong>ng-repeat-end</strong> respectively.
The <strong>ng-repeat-start</strong> directive works the same as <strong>ng-repeat</strong>, but will repeat all the HTML code (including the tag it's defined on)
up to and including the ending HTML tag where <strong>ng-repeat-end</strong> is placed.</p>
<p>The example below makes use of this feature:
<pre class="prettyprint linenums">
<header ng-repeat-start="item in items">
Header {{ item }}
</header>
<div class="body">
Body {{ item }}
</div>
<footer ng-repeat-end>
Footer {{ item }}
</footer>
</pre>
<p>And with an input of <a href="#" class="label type-hint type-hint-object">['A','B']</a> for the items variable in the example above, the output will evaluate to:
<pre class="prettyprint linenums">
<header>
Header A
</header>
<div class="body">
Body A
</div>
<footer>
Footer A
</footer>
<header>
Header B
</header>
<div class="body">
Body B
</div>
<footer>
Footer B
</footer>
</pre>
<p>The custom start and end points for ngRepeat also support all other HTML directive syntax flavors provided in AngularJS (such
as <strong>data-ng-repeat-start</strong>, <strong>x-ng-repeat-start</strong> and <strong>ng:repeat-start</strong>).</p>
</div></div>
<h2 id="usage">Usage</h2>
<div class="usage">as attribute<pre class="prettyprint linenums"><ANY ng-repeat="{repeat_expression}">
...
</ANY></pre>
<h3 id="usage_directive-info">Directive info</h3>
<div class="directive-info"><ul><li>This directive creates new scope.</li>
<li>This directive executes at priority level 1000.</li>
</ul>
</div>
<h3 id="usage_animations">Animations</h3>
<div class="animations"><ul><li>enter - when a new item is added to the list or when an item is revealed after a filter</li><li>leave - when an item is removed from the list or when an item is filtered out</li><li>move - when an adjacent item is filtered out causing a reorder or when the item contents are reordered</li></ul></div>
<a href="api/ngAnimate.$animate">Click here</a> to learn more about the steps involved in the animation.<h4 id="usage_animations_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>ngRepeat</td><td><a href="" class="label type-hint type-hint-repeat_expression">repeat_expression</a></td><td><div class="ng-directive-page ng-directive-ngrepeat-page"><p>The expression indicating how to enumerate a collection. These
formats are currently supported:</p>
<ul>
<li><p><code>variable in expression</code> – where variable is the user defined loop variable and <code>expression</code>
is a scope expression giving the collection to enumerate.</p>
<p>For example: <code>album in artist.albums</code>.</p>
</li>
<li><p><code>(key, value) in expression</code> – where <code>key</code> and <code>value</code> can be any user defined identifiers,
and <code>expression</code> is the scope expression giving the collection to enumerate.</p>
<p>For example: <code>(name, age) in {'adam':10, 'amalie':12}</code>.</p>
</li>
<li><p><code>variable in expression track by tracking_expression</code> – You can also provide an optional tracking function
which can be used to associate the objects in the collection with the DOM elements. If no tracking function
is specified the ng-repeat associates elements by identity in the collection. It is an error to have
more than one tracking function to resolve to the same key. (This would mean that two distinct objects are
mapped to the same DOM element, which is not possible.) Filters should be applied to the expression,
before specifying a tracking expression.</p>
<p>For example: <code>item in items</code> is equivalent to `item in items track by $id(item)'. This implies that the DOM elements
will be associated by item identity in the array.</p>
<p>For example: <code>item in items track by $id(item)</code>. A built in <code>$id()</code> function can be used to assign a unique
<code>$$hashKey</code> property to each item in the array. This property is then used as a key to associated DOM elements
with the corresponding item in the array by identity. Moving the same object in array would move the DOM
element in the same way ian the DOM.</p>
<p>For example: <code>item in items track by item.id</code> is a typical pattern when the items come from the database. In this
case the object identity does not matter. Two objects are considered equivalent as long as their <code>id</code>
property is same.</p>
<p>For example: <code>item in items | filter:searchText track by item.id</code> is a pattern that might be used to apply a filter
to items in conjunction with a tracking expression.</p>
</li>
</ul>
</div></td></tr></tbody></table></div>
<h2 id="example">Example</h2>
<div class="example"><div class="ng-directive-page ng-directive-ngrepeat-page"><p>This example initializes the scope to a list of names and
then uses <code>ngRepeat</code> to display every person:
<h4 id="example_source">Source</h4>
<div source-edit="" source-edit-deps="angular.js angular-animate.js" source-edit-html="index.html-99" source-edit-css="animations.css" source-edit-js="" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-100"></div>
<div class="tabbable"><div class="tab-pane" title="index.html">
<pre class="prettyprint linenums" ng-set-text="index.html-99" ng-html-wrap=" angular.js angular-animate.js"></pre>
<script type="text/ng-template" id="index.html-99">
<div ng-init="friends = [
{name:'John', age:25, gender:'boy'},
{name:'Jessie', age:30, gender:'girl'},
{name:'Johanna', age:28, gender:'girl'},
{name:'Joy', age:15, gender:'girl'},
{name:'Mary', age:28, gender:'girl'},
{name:'Peter', age:95, gender:'boy'},
{name:'Sebastian', age:50, gender:'boy'},
{name:'Erika', age:27, gender:'girl'},
{name:'Patrick', age:40, gender:'boy'},
{name:'Samantha', age:60, gender:'girl'}
]">
I have {{friends.length}} friends. They are:
<input type="search" ng-model="q" placeholder="filter friends..." />
<ul class="example-animate-container">
<li class="animate-repeat" ng-repeat="friend in friends | filter:q">
[{{$index + 1}}] {{friend.name}} who is {{friend.age}} years old.
</li>
</ul>
</div>
</script>
</div>
<div class="tab-pane" title="animations.css">
<pre class="prettyprint linenums" ng-set-text="animations.css"></pre>
<style type="text/css" id="animations.css">
.example-animate-container {
background:white;
border:1px solid black;
list-style:none;
margin:0;
padding:0 10px;
}
.animate-repeat {
line-height:40px;
list-style:none;
box-sizing:border-box;
}
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
-webkit-transition:all linear 0.5s;
transition:all linear 0.5s;
}
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
opacity:0;
max-height:0;
}
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
opacity:1;
max-height:40px;
}
</style>
</div>
<div class="tab-pane" title="End to end test">
<pre class="prettyprint linenums" ng-set-text="scenario.js-100"></pre>
<script type="text/ng-template" id="scenario.js-100">
it('should render initial data set', function() {
var r = using('.doc-example-live').repeater('ul li');
expect(r.count()).toBe(10);
expect(r.row(0)).toEqual(["1","John","25"]);
expect(r.row(1)).toEqual(["2","Jessie","30"]);
expect(r.row(9)).toEqual(["10","Samantha","60"]);
expect(binding('friends.length')).toBe("10");
});
it('should update repeater when filter predicate changes', function() {
var r = using('.doc-example-live').repeater('ul li');
expect(r.count()).toBe(10);
input('q').enter('ma');
expect(r.count()).toBe(2);
expect(r.row(0)).toEqual(["1","Mary","28"]);
expect(r.row(1)).toEqual(["2","Samantha","60"]);
});
</script>
</div>
</div><div class="pull-right"> <button class="btn btn-primary" ng-click="animationsOff=true" ng-hide="animationsOff">Animations on</button> <button class="btn btn-primary disabled" ng-click="animationsOff=false" ng-show="animationsOff">Animations off</button></div><h4 id="example_demo">Demo</h4>
<div class="well doc-example-live animate-container" ng-class="{'animations-off':animationsOff == true}" ng-embed-app="" ng-set-html="index.html-99" ng-eval-javascript=""></div>
</div></div>
</div>
|
makahiki/templates/admin/admin_index.html | KendyllD/boukenda-project | {% extends "base.html" %}
{% load admin_static %}
{% load url from future %}
{% block page_title %}Settings{% endblock %}
{% block extra_head %}
<link rel="icon" href="{{ STATIC_URL }}images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% static "admin/css/base.css" %}{% endblock %}" />
{% block extrastyle %}{% endblock %}
<script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% static "admin/" %}{% endfilter %}";</script>
{% if not MAKAHIKI_USE_LESS %}
<link rel="stylesheet" href="{{STATIC_URL}}css/theme-forest.css">
<link rel="stylesheet" href="{{STATIC_URL}}css/admin.css">
{% else %}
<link rel="stylesheet/less" type="text/css" href="{{STATIC_URL}}less/theme-forest.less">
<link rel="stylesheet/less" type="text/css" href="{{STATIC_URL}}less/admin.less">
<script src="{{STATIC_URL}}js/less-1.3.0.min.js" type="text/javascript"></script>
{% endif %}
{% endblock %}
{% block selected_icon %}selected-admin{% endblock %}
{% block body %}
<div id="container">
<!-- Header -->
<div>
{% include "components/navbar.html" %}
{% if user.is_active and user.is_staff %}
<div id="user-tools">
{% block userlinks %}
<a href="{% url 'admin:logout' %}">Log out</a>
{% endblock %}
</div>
{% endif %}
{% block nav-global %}{% endblock %}
</div>
<!-- END Header -->
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="content-box">
<div class="content-box-contents">
This page is where the Challenge Administrator monitors the Challenge.
<ol>
<li> Check the Smart Grid Game Action Submissions and approve or reject them.
</li>
<li> If using manual resource usage entry, add items to the appropriate Resource Game.
</li>
</ol>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<!-- left column -->
<div class="span6">
{% include "admin/admin_challenge_admin.html" %}
</div>
<div class="span6">
{% include "admin/admin_game_admin.html" %}
</div>
</div>
</div>
{% endblock %} |
src/app/creditCards/templates/creditCardEdit.tpl.html | robertsoniv/FedExScenario2Buyer | <article class="container-fluid">
<h3 class="page-header">
<b>Edit Credit Card:</b> {{creditCardEdit.creditCardName}}
</h3>
<form name="CreditCardEditForm" ng-submit="creditCardEdit.Submit()">
<div class="row">
<div class="form-group col-sm-6">
<label for="creditCardIDInput">Credit Card ID</label>
<input id="creditCardIDInput" type="text" class="form-control" ng-model="creditCardEdit.creditCard.ID" required/>
</div>
<div class="col-sm-6 form-group">
<label for="creditCardNumberInput">Partial Account Number</label>
<input id="creditCardNumberInput" type="text" class="form-control" ng-model="creditCardEdit.creditCard.PartialAccountNumber" minlength="4" maxlength="5" ng-pattern="/^[0-9]+$/" required/>
</div>
</div>
<div class="row">
<div class="col-sm-6 form-group">
<label for="creditCardNameInput">Cardholder Name</label>
<input id="creditCardNameInput" type="text" class="form-control" ng-model="creditCardEdit.creditCard.CardholderName"/>
</div>
<div class="col-sm-4 form-group">
<label for="creditCardTypeInput">Card Type</label>
<select id="creditCardTypeInput" class="form-control" ng-model="creditCardEdit.creditCard.CardType">
<option value="Visa">Visa</option>
<option value="MasterCard">MasterCard</option>
<option value="AmericanExpress">American Express</option>
<option value="Discover">Discover</option>
</select>
</div>
<div class="form-group col-sm-2">
<label for="creditCardExpirationInput">Expiration Date</label>
<input class="form-control"
type="text"
is-open="open1"
uib-datepicker-popup="MM/yy"
datepicker-mode="'year'"
min-mode="'month'"
ng-click="open1 = !open1"
id="creditCardExpirationInput"
datepicker-append-to-body="true"
show-weeks="false"
ng-model="creditCardEdit.creditCard.ExpirationDate"/>
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary" ng-disabled="CreditCardEditForm.$invalid">Save</button>
<button type="button" class="btn btn-default" ui-sref="^">Cancel</button>
<button type="button" class="btn btn-default" ng-click="creditCardEdit.Delete()"><i class="fa fa-trash text-danger"></i></button>
</div>
</form>
</article> |
content/themes/sydney-master/assets/css/main.css | jazzTheJackRabbit/blog | /*
* Author: Carlos Alvarez
* URL: http://alvarez.is
*
* Project Name: STANLEY - Free Bootstrap 3 Theme
* Version: 1.0
* URL: http://blacktie.co
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
body {
background-color: #e7e7e7;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
color: #555;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #333;
}
h1 {
font-size: 35px;
margin-top: 30px;
margin-bottom: 30px;
}
/* Paragraph & Typographic */
p {
line-height: 28px;
margin-bottom: 25px;
font-size: 16px;
}
pre {
text-align: left;
}
code {
text-align: left;
}
.centered {
text-align: center;
}
.posts {
text-align: left;
}
#foot {
text-align: center;
}
/* Links */
a {
color: #09a0ef;
word-wrap: break-word;
-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
-o-transition: color 0.1s ease-in, background 0.1s ease-in;
transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
color: #7b7b7b;
text-decoration: none;
outline: 0;
}
a:before,
a:after {
-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
-o-transition: color 0.1s ease-in, background 0.1s ease-in;
transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
.navbar {
text-transform: uppercase;
margin-bottom: 0px;
}
.navbar-inverse {
padding-bottom: 20px;
padding-top: 20px;
}
.navbar-inverse {
background-color: #09a0ef;
border-color: #0993ef;
}
.navbar-inverse .navbar-nav > li > a {
color: white;
}
.navbar-inverse .navbar-nav > li > a:hover {
color: #222222;
}
.navbar-brand {
font-weight: 700;
font-size: 20px;
letter-spacing: 2px;
}
.navbar-inverse .navbar-brand {
color: white;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.progress-bar-theme {
background-color: #09a0ef;
}
/* Helpers */
.mt {
margin-top: 40px;
margin-bottom: 40px;
}
.pt {
padding-top: 50px;
padding-bottom: 50px;
}
/* +++++ WRAP SECTIONS +++++ */
#ww {
padding-top: 70px;
padding-bottom: 70px;
background-color: #e7e7e7;
}
#avatar {
border-radius: 206px;
border: solid #0993ef 10px;
}
|
app/views/projects/live/v5/k1_step1_edit_error.html | LandRegistry/lc-prototype | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<title>Digital Land Charges</title>
<head>
<link rel="stylesheet" href="/public/stylesheets/styles.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
</head>
<body>
{{>includes/header}}
<div id="content">
<div class="spacer_10"></div>
<h1 class="title_36">Land charge registration</h1>
<div class="spacer_10"></div>
<div class="text_16_gray">
<span class="text_16_bold">1. Input details</span>
2. Check and verify details
3. Conveyancer and fees
</div>
<div class="spacer_30"></div>
<div class="grid-row">
<div class="column-form">
<!-- CHARGE -->
<p class="text_24_bold">Class of charge</p>
<div class="spacer_10"></div>
<div class="form">
<label class="form_label">Class and subclass</label><br>
<input class="form_textfield" type="text" id="charge" list="charges" style="width: 150px; background: transparent;" value="C1">
<datalist id="charges">
<option value=""></option>
<option value="A">A</option>
<option value="B">B</option>
<option value="C1">C1</option>
<option value="C2">C2</option>
<option value="C3">C3</option>
<option value="C4">C4</option>
<option value="D1">D1</option>
<option value="D2">D2</option>
<option value="D3">D3</option>
<option value="E">E</option>
<option value="DA">DA</option>
<option value="ANN">ANN</option>
<option value="LC">LC</option>
</datalist>
</div>
<div class="form">
<label class="form_label">Priority Notice</label><br>
<input class="form_textfield" type="text" style="width:150px">
</div>
<div class="spacer_30"></div>
<!-- LAND INFO -->
<p class="text_24_bold">Particulars of land affected</p>
<div class="spacer_10"></div>
<div class="form">
<label class="form_label">County or unitary authority area</label>
<input class="form_textfield" type="text" value="Devon">
</div>
<div id="county1">
<div class="form">
<input class="form_textfield" type="text">
</div>
</div>
<div>
<a href="#here" onclick="document.getElementById('county1').style.display = 'block';" class="link_14_right" id="#">Add additional county or unitary authority</a>
</div>
<div class="spacer_10"></div>
<div class="form">
<label class="form_label">District</label>
<input class="form_textfield" type="text" value="Vicarage">
</div>
<div class="form">
<label class="form_label">Short description</label>
<textarea class="form_textmemo">14 Canterbury Road vicarage EX12 9LZ</textarea>
</div>
<div class="spacer_30"></div>
<!-- ESTATE OWNER -->
<p class="text_24_bold">Estate owner details</p>
<div class="spacer_10"></div>
<div class="form">
<p class="text_indent">Please select the type of estate owner from the list</p>
<select id="estateOwnerTypes" class="drop-down">
<option value="privateIndividual" selected="selected">Private individual</option>
<option value="localAuthority">County Council or Greater London or Manchester Council</option>
<option value="localAuthority">Parish, Town or Community Council</option>
<option value="localAuthority">Other Council</option>
<option value="other">Development Corporation</option>
<option value="limitedCompany">Limited company</option>
<option value="complexName">Complex name</option>
<option value="other">Coded name</option>
<option value="other">Other</option>
</select>
</div>
<div id="private">
<div class="form">
<label class="form_label">Forename(s)</label>
<input class="form_textfield" type="text" value="Luca">
</div>
<div class="form">
<label class="form_label">Surname</label>
<input class="form_textfield" type="text" value="Palmer">
</div>
</div>
<div id="limited">
<div class="form">
<label class="form_label">Company name</label>
<input class="form_textfield" type="text">
</div>
</div>
<div id="local">
<div class="form">
<label class="form_label">Local authority full name</label>
<input class="form_textfield" type="text">
</div>
<div class="form">
<label class="form_label">Local authority area</label>
<p class="text_indent">This is the area the local authority affects</p>
<input class="form_textfield" type="text">
</div>
</div>
<div id="complex">
<div class="form">
<label class="form_label">Complex name</label>
<input class="form_textfield" type="text">
<div class="spacer_5"></div>
<a href="#here" class="link_14_right">Look up complex name</a>
</div>
</div>
<div id="other">
<div class="form">
<label class="form_label">Name</label>
<input class="form_textfield" type="text">
</div>
</div>
<div class="form">
<label class="form_label">Trade, title or profession</label>
<input class="form_textfield" type="text">
</div>
<!-- FURTHER INFO -->
<div class="spacer_30"></div>
<p class="text_24_bold">Additional information</p>
<div class="spacer_10"></div>
<div class="form">
<label class="form_label">Any additional information</label>
<textarea class="form_textmemo" rows="4"></textarea>
</div>
<div class="spacer_30"></div>
<div>
<table>
<tr>
<td width="50%" class="no-line">
<a href="k1_step2_pre-complete"><input type="submit" value="Continue" class="form_button"></a>
</td>
</tr>
</table>
<a href="lc_store" class="link_16">Return to this application later</a>
</div>
</div>
<!-- ///////////////////////////////// Script for page 1 in two columns ///////////////////////////////// -->
<div id="page1">
<div id="zoomIn">
<div class="column-scan">
<div>
<table>
<tr>
<td class="magnify_glass">
<a href="javascript:show('zoomOut')"><img src="../../../../../public/images/MGlass_1.png" alt="Zoom in">Zoom in</a>
</td>
<td class="pagination_scanned_pages custom_2">
<span>Page 1 of 1</span>
</td>
</tr>
</table>
</div>
<a href="javascript:show('zoomOut')">
<img class="img_resize_big" src="../../../../../public/images/K1.jpg" alt="WOB document">
</a>
</div>
</div>
<div id="zoomOut">
<div class="column-scan">
<div>
<table>
<tr>
<td class="magnify_glass">
<a href="javascript:show('zoomIn')"><img src="../../../../../public/images/MGlass_2.png" alt="Zoom 0ut">Zoom out</a>
</td>
<td class="pagination_scanned_pages custom_2">
<span>Page 1 of 1</span>
</td>
</tr>
</table>
</div>
<a href="javascript:show('zoomIn')">
<img class="img_resize_big_magnified" src="../../../../../public/images/K1zoom.jpg" alt="K1 document">
</a>
</div>
</div>
</div>
<!-- ///////////////////////////////// End of script for page 1 in two columns ///////////////////////////////// -->
</div>
</div>
{{>includes/footer}}
</body>
<script>
document.getElementById("estateOwnerTypes").onchange = function() {
var type = this.value;
if (type == "privateIndividual") {
document.getElementById("private").style.display = 'block';
document.getElementById("limited").style.display = 'none';
document.getElementById("local").style.display = 'none';
document.getElementById("complex").style.display = 'none';
document.getElementById("other").style.display = 'none';
}
if (type == "limitedCompany") {
document.getElementById("limited").style.display = 'block';
document.getElementById("private").style.display = 'none';
document.getElementById("local").style.display = 'none';
document.getElementById("complex").style.display = 'none';
document.getElementById("other").style.display = 'none';
}
if (type == "localAuthority") {
document.getElementById("local").style.display = 'block';
document.getElementById("private").style.display = 'none';
document.getElementById("limited").style.display = 'none';
document.getElementById("complex").style.display = 'none';
document.getElementById("other").style.display = 'none';
}
if (type == "complexName") {
document.getElementById("complex").style.display = 'block';
document.getElementById("private").style.display = 'none';
document.getElementById("limited").style.display = 'none';
document.getElementById("local").style.display = 'none';
document.getElementById("other").style.display = 'none';
}
if (type == "other") {
document.getElementById("other").style.display = 'block';
document.getElementById("private").style.display = 'none';
document.getElementById("limited").style.display = 'none';
document.getElementById("local").style.display = 'none';
document.getElementById("complex").style.display = 'none';
}
}
document.getElementById("private").style.display = 'block';
document.getElementById("limited").style.display = 'none';
document.getElementById("local").style.display = 'none';
document.getElementById("complex").style.display = 'none';
document.getElementById("other").style.display = 'none';
</script>
<script>
function add_additional_county()
{
if (document.getElementById("add").style.display == 'block'){
document.getElementById("county1").style.display = 'none';
}
}
document.getElementById("county1").style.display = 'none';
</script>
<script>
function page()
{
if (document.getElementById("page1").checked)
{
document.getElementById("page_a").style.display = 'none';
document.getElementById("page_b").style.display = 'block';
}
else if (document.getElementById("page2").checked)
{
document.getElementById("page_a").style.display = 'block';
document.getElementById("page_b").style.display = 'none';
}
}
document.getElementById("page_a").style.display = 'none';
document.getElementById("page_b").style.display = 'none';
</script>
<script>
function show(column)
{
if (column == 'zoomIn'){
document.getElementById("zoomIn").style.display = 'block';
document.getElementById("zoomOut").style.display = 'none';
document.getElementById("zoomInp2").style.display = 'block';
document.getElementById("zoomOutp2").style.display = 'none';
} else if (column == 'zoomOut'){
document.getElementById("zoomOut").style.display = 'block';
document.getElementById("zoomIn").style.display = 'none';
document.getElementById("zoomOutp2").style.display = 'block';
document.getElementById("zoomInp2").style.display = 'none';
} else if (column == 'page1'){
document.getElementById("page1").style.display = 'block';
document.getElementById("page2").style.display = 'none';
show('zoomIn');
} else if (column == 'page2'){
document.getElementById("page2").style.display = 'block';
document.getElementById("page1").style.display = 'none';
show('zoomIn');
}
}
document.getElementById("zoomOut").style.display = 'none';
document.getElementById("page2").style.display = 'none';
</script>
</html>
|
sdk/api_diff/11/changes/android.database.sqlite.SQLiteCursor.html | AzureZhao/android-developer-cn | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
android.database.sqlite.SQLiteCursor
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
<noscript>
<style type="text/css">
body{overflow:auto;}
#body-content{position:relative; top:0;}
#doc-content{overflow:visible;border-left:3px solid #666;}
#side-nav{padding:0;}
#side-nav .toggle-list ul {display:block;}
#resize-packages-nav{border-bottom:3px solid #666;}
</style>
</noscript>
<style type="text/css">
</style>
</HEAD>
<BODY>
<!-- Start of nav bar -->
<a name="top"></a>
<div id="header" style="margin-bottom:0;padding-bottom:0;">
<div id="headerLeft">
<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
</div>
<div id="headerRight">
<div id="headerLinks">
<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
<span class="text">
<!-- <a href="#">English</a> | -->
<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
</span>
</div>
<div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
<table class="diffspectable">
<tr>
<td colspan="2" class="diffspechead">API Diff Specification</td>
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
<td class="diffvaluenew" style="padding-top:.25em">11</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
<td class="diffvalueold">10</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
<td class="diffvalue">2011.02.19 17:19</td>
</tr>
</table>
</div><!-- End and-diff-id -->
<div class="and-diff-id" style="margin-right:8px;">
<table class="diffspectable">
<tr>
<td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
</tr>
</table>
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteCursor.html" target="_top"><font size="+2"><code>SQLiteCursor</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
<a NAME="Added"></a>
<TABLE summary="Added Constructors" WIDTH="100%">
<TR>
<TH VALIGN="TOP" COLSPAN=2>Added Constructors</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.database.sqlite.SQLiteCursor.ctor_added(android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery)"></A>
<nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteCursor.html#SQLiteCursor(android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery)" target="_top"><code>SQLiteCursor</code></A>(<code>SQLiteCursorDriver,</nobr> String<nobr>,</nobr> SQLiteQuery<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
<p>
<a NAME="Changed"></a>
<TABLE summary="Changed Constructors" WIDTH="100%">
<TR>
<TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.database.sqlite.SQLiteCursor.ctor_changed(android.database.sqlite.SQLiteDatabase, android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery)"></A>
<nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteCursor.html#SQLiteCursor(android.database.sqlite.SQLiteDatabase, android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery)" target="_top"><code>SQLiteCursor</code></A>(<code>SQLiteDatabase,</nobr> SQLiteCursorDriver<nobr>,</nobr> String<nobr>,</nobr> SQLiteQuery<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
<TD> </TD>
</TR>
</TABLE>
<a NAME="methods"></a>
<a NAME="fields"></a>
</div>
<div id="footer">
<div id="copyright">
Except as noted, this content is licensed under
<a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
For details and restrictions, see the <a href="/license.html">Content License</a>.
</div>
<div id="footerlinks">
<p>
<a href="http://www.android.com/terms.html">Site Terms of Service</a> -
<a href="http://www.android.com/privacy.html">Privacy Policy</a> -
<a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
</div> <!-- end footer -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
<script src="//www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5831155-1");
pageTracker._setAllowAnchor(true);
pageTracker._initData();
pageTracker._trackPageview();
} catch(e) {}
</script>
</BODY>
</HTML>
|
public/web/etc/blueprint/src/ie.css | GeneralFox/onetimesecret | /* --------------------------------------------------------------
ie.css
Contains every hack for Internet Explorer,
so that our core files stay sweet and nimble.
-------------------------------------------------------------- */
/* Make sure the layout is centered in IE5 */
body { text-align: center; }
.container { text-align: left; }
/* Fixes IE margin bugs */
* html .column, * html .span-1, * html .span-2,
* html .span-3, * html .span-4, * html .span-5,
* html .span-6, * html .span-7, * html .span-8,
* html .span-9, * html .span-10, * html .span-11,
* html .span-12, * html .span-13, * html .span-14,
* html .span-15, * html .span-16, * html .span-17,
* html .span-18, * html .span-19, * html .span-20,
* html .span-21, * html .span-22, * html .span-23,
* html .span-24 { display:inline; overflow-x: hidden; }
/* Elements
-------------------------------------------------------------- */
/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:0px -8px 16px 0; padding:0; }
/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; }
/* IE 6&7 has problems with setting proper <hr/> margins. */
hr { margin:-8px auto 11px; }
/* Explicitly set interpolation, allowing dynamically resized images to not look horrible */
img { -ms-interpolation-mode:bicubic; }
/* Clearing
-------------------------------------------------------------- */
/* Makes clearfix actually work in IE */
.clearfix, .container { display:inline-block; }
* html .clearfix,
* html .container { height:1%; }
/* Forms
-------------------------------------------------------------- */
/* Fixes padding on fieldset */
fieldset { padding-top:0; }
/* Makes classic textareas in IE 6 resemble other browsers */
textarea { overflow:auto; }
/* Fixes rule that IE 6 ignores */
input.text, input.title, textarea { background-color:#fff; border:1px solid #bbb; }
input.text:focus, input.title:focus { border-color:#666; }
input.text, input.title, textarea, select { margin:0.5em 0; }
input.checkbox, input.radio { position:relative; top:.25em; }
/* Fixes alignment of inline form elements */
form.inline div, form.inline p { vertical-align:middle; }
form.inline label { position:relative;top:-0.25em; }
form.inline input.checkbox, form.inline input.radio,
form.inline input.button, form.inline button {
margin:0.5em 0;
}
button, input.button { position:relative;top:0.25em; }
|
aware-theme/autoresponse_rule_violation_warning.html | dlopuch/bootstrapped-nation | {{ recipient.first_name_or_friend }} --
<br /><br />
We just wanted to let you know that you are being issued a warning for a rule violation. I hope that you will take some time to review the <a href="{{ site.rule_page.full_url }}">rules page</a> so that you can avoid any infractions in the future. Thanks again for being an active member of our community, we hope you will continue to participate. Thank you for your understanding.
<br/><br/>
{% if site.has_rule_page? %}
<a href="{{ site.rule_page.full_url }}">{{ site.rule_page.full_url }}</a>
<br/><br/>
{% endif %}
{{ broadcaster.name }}<br/>
<a href="{{ site.full_url }}">{{ site.full_url }}</a><br/> |
tymng/src/main/webapp/plug/easyUI/themes/metro/spinner.css | cgxu1122/cmsmng | .spinner {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.spinner .spinner-text {
font-size: 12px;
border: 0px;
line-height: 20px;
height: 20px;
margin: 0;
padding: 0 2px;
*margin-top: -1px;
*height: 18px;
*line-height: 18px;
_height: 18px;
_line-height: 18px;
vertical-align: baseline;
}
.spinner-arrow {
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
}
.spinner-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner {
border-color: #ddd;
}
.spinner-arrow {
background-color: #ffffff;
}
.spinner-arrow-hover {
background-color: #E6E6E6;
}
|
libs/predef/doc/html/predef/acknoledgements.html | rprata/boost | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Acknoledgements</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="Predef 1.2">
<link rel="up" href="../index.html" title="Predef 1.2">
<link rel="prev" href="to_do.html" title="To Do">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="spirit-nav">
<a accesskey="p" href="to_do.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="predef.acknoledgements"></a><a class="link" href="acknoledgements.html" title="Acknoledgements">Acknoledgements</a>
</h2></div></div></div>
<p>
The comprehensiveness of this library would not be possible without the existence
of the indispensable resource that is the <a href="http://sourceforge.net/p/predef/" target="_top">Pre-defined
C/C++ Compiler Macros</a> Project. It was, and continues to be, the primary
source of the definitions that make up this library. Thanks to Bjorn Reese
and all the volunteers that make that resource possible.
</p>
<p>
This library would be an incoherent mess if it weren't for Boost community
that provided invaluable feedback for the eight years that it took to polish
into a useable form. In particular I would like to thank: Mathias Gaunard,
Robert Stewart, Joël Lamotte, Lars Viklund, Nathan Ridge, Artyom Beilis, Joshua
Boyce, Gottlob Frege, Thomas Heller, Edward Diener, Dave Abrahams, Iain Denniston,
Dan Price, Ioannis Papadopoulos, and Robert Ramey. And thanks to Joel Falcou
for managing the review of this library.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005, 2008-2014 Rene Rivera<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="to_do.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
</div>
</body>
</html>
|
common/bootstrap/forms/css/styles.css | SIBiUSP/tematres | /* ==========================================================================
Demo Styles. Declarations in this first section are NOT necessary for the
form to function, but you can use them if you want
========================================================================== */
html {
margin:0;
padding:0;
background: #303030 url(img/low_contrast_linen.png) repeat center top;
font-size:100%;
/* Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
-webkit-text-size-adjust:100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom. */
-ms-text-size-adjust:100%;
}
body {
font-size:14px;
font-family:Helvetica,Arial,Verdana,sans-serif;
color: #c7c5c5;
line-height: 1.5em;
margin: 0;
padding: 0;
}
#wrapper {
width:595px;
margin:0 auto;
}
p,ul {
text-align:left;
}
h2 { color: #ccc; padding: 10px; background: #000;}
a:link, a:visited { color: #c7c5c5; text-decoration: none; border-bottom: 1px solid #c7c5c5;}
a:hover, a:active { color: #fff; text-decoration: none; border-bottom: 1px solid #fff;}
.sign-up_box {
width:100%;
padding:0;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
/* HTML5 placeholder text styling */
::-webkit-input-placeholder {
font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
font-style: italic;
}
:-ms-input-placeholder {
font-style: italic;
}
form { padding-top: 25px;}
label { color: #f6f5f3;}
.sign-up_box input[type="text"],.sign-up_box input[type="select"],form fieldset textarea {
background: rgba(33,33,33,.5);
border-top: 1px solid #2e2e2e;
border-left: 1px solid #2e2e2e;
border-right: 1px solid #2e2e2e;
border-bottom: 1px solid #4d4d4d;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
color: #c7c5c5;
}
.sign-up_box input[type="text"]:focus,.sign-up_box input[type="select"]:focus,form fieldset textarea:focus {
background: #f6f5f3;
color: #000;
}
#attribution {
font-size:12px;
color:#c7c5c5;
padding:20px;
margin:20px 0;
border-top:1px solid #ccc;
}
#O_o {
text-align: center;
background: #33577b;
color: #6e8ba7;
-webkit-box-shadow: 0 8px 6px -6px #222;
-moz-box-shadow: 0 8px 6px -6px #222;
box-shadow: 0 8px 6px -6px #222;
}
#O_o a:link, #O_o a:visited {
color: #6e8ba7;
border-bottom: #6e8ba7;
display: block;
padding: 8px;
}
#O_o a:hover, #O_o a:active {
color: #fff;
border-bottom: #fff;
}
/* ==========================================================================
Retina Display Media Query from http://css-tricks.com/snippets/css/retina-display-media-query/
This is only for the background image, which called "Low Contrast Linen" by Jordan Pittman.
Find more subtle patterns at http://subtlepatterns.com/
========================================================================== */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -moz-min-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
html {background: #303030 url(img/low_contrast_linen_@2X.png) repeat center top; background-size: 256px;}
}
/* end Demo Styles */
/* ==========================================================================
HTML5 Boilerplate reset and fix section for forms - http://html5boilerplate.com/
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/
form {
margin:0;
}
/*
* Define consistent border, margin, and padding.
*/
fieldset {
border:1px solid silver;
margin:0 2px;
padding:.35em .625em .75em;
}
/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
border:0;
/* 1 */
padding:0;
white-space:normal;
/* 2 */
*margin-left:-7px;
/* 3 */
}
/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button,input,select,textarea {
font-size:100%;
/* 1 */
margin:0;
/* 2 */
vertical-align:baseline;
/* 3 */
*vertical-align:middle;
/* 3 */
}
/*
* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,input {
line-height:normal;
}
/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
* `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
* Known issue: inner spacing remains in IE 6.
*/
button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"] {
-webkit-appearance:button;
/* 2 */
cursor:pointer;
/* 3 */
*overflow:visible;
/* 4 */
}
/*
* Re-set default cursor for disabled elements.
*/
button[disabled],input[disabled] {
cursor:default !important;
}
/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
* Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],input[type="radio"] {
box-sizing:border-box;
/* 1 */
padding:0;
/* 2 */
*height:13px;
/* 3 */
*width:13px;
/* 3 */
}
/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance:textfield;
/* 1 */
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
/* 2 */
box-sizing:content-box;
}
/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,input::-moz-focus-inner {
border:0;
padding:0;
}
/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
overflow:auto;
/* 1 */
vertical-align:top;
/* 2 */
}
/* ==========================================================================
A bulk of the following CSS came from pea.rs - http://pea.rs
========================================================================== */
form {
margin:0;
}
form fieldset {
margin:0 0 10px;
padding:0 0 10px;
border:none;
}
label {
float:left;
width:20%;
margin:4px 0 5px;
font-weight:700;
}
.clonedInput + .clonedInput {
/*border-top: 2px solid #2a2a2a;*/
padding-top:20px;
}
.sign-up_box input[type="text"],.sign-up_box input[type="select"],form fieldset textarea {
width:76%;
font-size:15px;
/*border:1px solid #ddd; if you would like to control the border */
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.05);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
form fieldset textarea {
max-width:76%;
}
.sign-up_box input[type="text"] {
padding:10px;
}
form fieldset.check,form fieldset.form-actions {
padding-left:20%;
}
form fieldset.check label {
display:inline;
float:none;
width:auto;
font-weight:400;
}
form fieldset.entrylist ul li label {
display:inline;
float:none;
width:auto;
font-weight:400;
}
form fieldset textarea {
height:150px;
padding: 10px;
}
form fieldset select {
min-width:25%;
margin:0;
}
form fieldset.entrylist ul {
margin:5px 0 0 15%;
list-style:none;
}
form fieldset.entrylist ul li {
margin:0 0 5px;
}
form fieldset.entrylist ul li:last-child {
margin:0;
}
form fieldset p.form-help {
margin:5px 0 0 20%;
font-size:12px;
color:#999;
}
form input[type="submit"] {
color: #fff;
margin:0;
padding:5px 10px;
font-size:12px;
font-weight:700;
background:-moz-linear-gradient(top,#4281ff 0%,#004266);
background:-webkit-gradient(linear,left top,left bottom,from(#4281ff),to(#004266));
border:1px solid #1c4373;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4281ff', endColorstr='#004266'); /* IE6 & IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4281ff', endColorstr='#004266')"; /* IE8 */
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
form input[type="submit"]:active {
border:1px solid #ccc;
background:#eee;
}
#addDelButtons {
margin:5px 0 20px 20%;
}
#btnAdd,#btnDel {
color:#fff;
padding:3px 18px 5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:0 1px 2px rgba(000,000,000,0.5),inset 0 0 0 rgba(255,255,255,0.9);
-webkit-box-shadow:0 1px 2px rgba(000,000,000,0.5),inset 0 0 0 rgba(255,255,255,0.9);
box-shadow:0 1px 2px rgba(000,000,000,0.5),inset 0 0 0 rgba(255,255,255,0.9);
}
#btnAdd {
background:-moz-linear-gradient(top,#4281ff 0%,#004266);
background:-webkit-gradient(linear,left top,left bottom,from(#4281ff),to(#004266));
border:1px solid #1c4373;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4281ff', endColorstr='#004266'); /* IE6 & IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4281ff', endColorstr='#004266')"; /* IE8 */
}
#btnDel {
background:-moz-linear-gradient(top,#f04856 0%,#600);
background:-webkit-gradient(linear,left top,left bottom,from(#f04856),to(#600));
border:1px solid #731c20;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f04856', endColorstr='#600'); /* IE6 & IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f04856', endColorstr='#600')"; /* IE8 */
}
button[disabled], input[disabled] {background:#d8dadd !important; color: #83868a !important;
border:1px solid #b5b7bb !important; -moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;}
form input[type="submit"]:hover,form input[type="submit"]:focus, #btnAdd:hover {
background:#004266;
box-shadow: none;
}
#btnDel:hover {
background:#600;
box-shadow: none;
}
@media screen and (max-width: 600px) {
#wrapper {
width:90%;
margin:0 auto;
}
form fieldset label {
display:block;
float:none;
width:auto;
margin:0 0 5px;
}
form fieldset.form-actions,form fieldset.check,form fieldset.entrylist ul,form fieldset p.form-help {
margin-left:0;
padding-left:0;
}
.sign-up_box input[type="text"],.sign-up_box input[type="select"],form fieldset textarea {
width:100%;
max-width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#addDelButtons {
margin:5px 0 20px;
font-size:12px;
}
} |
common/build/Help/UGens/Chaos/HenonN.html | danstowell/SuperCute | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="824.42">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Helvetica}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; min-height: 12.0px}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #a71e12}
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco}
p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #0019b7}
span.s1 {font: 8.3px Helvetica}
span.s2 {color: #0019b7}
span.s3 {color: #000000}
span.Apple-tab-span {white-space:pre}
</style>
</head>
<body>
<p class="p1"><b>HenonN<span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>hénon map chaotic generator</b></p>
<p class="p2"><br></p>
<p class="p3"><b>HenonN.ar(freq, a, b, x0, x1, mul, add)</b></p>
<p class="p2"><br></p>
<p class="p3"><span class="Apple-tab-span"> </span><b>freq</b> - iteration frequency in Hertz</p>
<p class="p3"><span class="Apple-tab-span"> </span><b>a, b</b> - equation variables</p>
<p class="p3"><span class="Apple-tab-span"> </span><b>x0</b> - initial value of x</p>
<p class="p3"><span class="Apple-tab-span"> </span><b>x1</b> - second value of x</p>
<p class="p4"><br></p>
<p class="p3">A non-interpolating sound generator based on the difference equation:</p>
<p class="p2"><span class="Apple-tab-span"> </span></p>
<p class="p3"><span class="Apple-tab-span"> </span>x<span class="s1"><sub>n+2</sub></span> = 1 - ax<span class="s1"><sub>n+1</sub><sup>2</sup></span> + bx<span class="s1"><sub>n</sub></span></p>
<p class="p4"><span class="Apple-tab-span"> </span></p>
<p class="p3">This equation was discovered by French astronomer Michel Hénon while studying the orbits of stars</p>
<p class="p3">in globular clusters.</p>
<p class="p4"><br></p>
<p class="p4"><br></p>
<p class="p5">// default initial params</p>
<p class="p6">{ <span class="s2">HenonN</span>.ar(<span class="s2">MouseX</span>.kr(20, <span class="s2">SampleRate</span>.ir)) * 0.2 }.play(s);</p>
<p class="p4"><br></p>
<p class="p5">// mouse-control of params</p>
<p class="p6">{ <span class="s2">HenonN</span>.ar(<span class="s2">SampleRate</span>.ir/4, <span class="s2">MouseX</span>.kr(1,1.4), <span class="s2">MouseY</span>.kr(0,0.3)) * 0.2 }.play(s);</p>
<p class="p4"><br></p>
<p class="p5">// randomly modulate params</p>
<p class="p6">(</p>
<p class="p6">{ <span class="s2">HenonN</span>.ar(</p>
<p class="p7"><span class="s3"><span class="Apple-tab-span"> </span></span>SampleRate<span class="s3">.ir/8,<span class="Apple-converted-space"> </span></span></p>
<p class="p6"><span class="Apple-tab-span"> </span><span class="s2">LFNoise2</span>.kr(1, 0.2, 1.2),<span class="Apple-converted-space"> </span></p>
<p class="p6"><span class="Apple-tab-span"> </span><span class="s2">LFNoise2</span>.kr(1, 0.15, 0.15)</p>
<p class="p6">) * 0.2 }.play(s);</p>
<p class="p6">)</p>
<p class="p4"><br></p>
<p class="p5">// as a frequency control</p>
<p class="p6">{ <span class="s2">SinOsc</span>.ar(<span class="s2">HenonN</span>.ar(40, <span class="s2">MouseX</span>.kr(1,1.4), <span class="s2">MouseY</span>.kr(0,0.3))*800+900)*0.4 }.play(s);</p>
</body>
</html>
|
tests/wpt/web-platform-tests/resources/test/tests/unit/IdlArray/is_json_type.html | Acidburn0zzz/servo | <!DOCTYPE HTML>
<html>
<head>
<title>IdlArray.prototype.is_json_type()</title>
</head>
<body>
<div id="log"></div>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>
<script src="/resources/idlharness.js"></script>
<script src="../../../idl-helper.js"></script>
<script>
"use strict";
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typeFrom("DOMString")));
assert_true(idl.is_json_type(typeFrom("ByteString")));
assert_true(idl.is_json_type(typeFrom("USVString")));
idl.add_untested_idls('enum BarEnum { "a", "b", "c" };');
assert_true(idl.is_json_type(typeFrom("BarEnum")));
}, 'should return true for all string types');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typeFrom("Error")));
assert_false(idl.is_json_type(typeFrom("DOMException")));
}, 'should return false for all exception types');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typeFrom("Int8Array")));
assert_false(idl.is_json_type(typeFrom("Int16Array")));
assert_false(idl.is_json_type(typeFrom("Int32Array")));
assert_false(idl.is_json_type(typeFrom("Uint8Array")));
assert_false(idl.is_json_type(typeFrom("Uint16Array")));
assert_false(idl.is_json_type(typeFrom("Uint32Array")));
assert_false(idl.is_json_type(typeFrom("Uint8ClampedArray")));
assert_false(idl.is_json_type(typeFrom("Float32Array")));
assert_false(idl.is_json_type(typeFrom("ArrayBuffer")));
assert_false(idl.is_json_type(typeFrom("DataView")));
}, 'should return false for all buffer source types');
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typeFrom("boolean")));
}, 'should return true for boolean');
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typeFrom("byte")));
assert_true(idl.is_json_type(typeFrom("octet")));
assert_true(idl.is_json_type(typeFrom("short")));
assert_true(idl.is_json_type(typeFrom("unsigned short")));
assert_true(idl.is_json_type(typeFrom("long")));
assert_true(idl.is_json_type(typeFrom("unsigned long")));
assert_true(idl.is_json_type(typeFrom("long long")));
assert_true(idl.is_json_type(typeFrom("unsigned long long")));
assert_true(idl.is_json_type(typeFrom("float")));
assert_true(idl.is_json_type(typeFrom("unrestricted float")));
assert_true(idl.is_json_type(typeFrom("double")));
assert_true(idl.is_json_type(typeFrom("unrestricted double")));
}, 'should return true for all numeric types');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typeFrom("Promise<DOMString>")));
}, 'should return false for promises');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typeFrom("sequence<DOMException>")));
assert_true(idl.is_json_type(typeFrom("sequence<DOMString>")));
}, 'should handle sequences according to their inner types');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typeFrom("FrozenArray<DOMException>")));
assert_true(idl.is_json_type(typeFrom("FrozenArray<DOMString>")));
}, 'should handle frozen arrays according to their inner types');
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typeFrom("record<DOMString, DOMString>")));
assert_false(idl.is_json_type(typeFrom("record<DOMString, Error>")));
}, 'should handle records according to their inner types');
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typeFrom("object")));
}, 'should return true for object type');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typeFrom("any")));
}, 'should return false for any type');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('dictionary Foo { DOMString foo; }; dictionary Bar : Foo { DOMString bar; };');
assert_true(idl.is_json_type(typeFrom("Foo")));
assert_true(idl.is_json_type(typeFrom("Bar")));
}, 'should return true for dictionaries whose members are all JSON types');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('dictionary Foo { };');
assert_true(idl.is_json_type(typeFrom("Foo")));
}, 'should return true for dictionaries which have no members');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('dictionary FooBar { DOMString a; Error b; }; dictionary Baz : FooBar {};');
assert_false(idl.is_json_type(typeFrom("FooBar")));
assert_false(idl.is_json_type(typeFrom("Baz")));
}, 'should return false for dictionaries whose members are not all JSON types');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('interface Foo { DOMString toJSON(); };');
assert_true(idl.is_json_type(typeFrom("Foo")));
}, 'should return true for interfaces which declare a toJSON operation');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('interface Foo { DOMString toJSON(); }; interface Bar : Foo { };');
assert_true(idl.is_json_type(typeFrom("Bar")));
}, 'should return true for interfaces which inherit from an interface which declares a toJSON operation');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('interface Foo { }; interface mixin Bar { DOMString toJSON(); }; Foo includes Bar;');
assert_true(idl.is_json_type(typeFrom("Foo")));
}, 'should return true for interfaces which mixin an interface which declare a toJSON operation');
// test(function() {
// var idl = new IdlArray();
// idl.add_untested_idls('interface Foo { }; interface Bar { }; interface Baz { DOMString toJSON(); }; Foo implements Bar; Bar implements Baz;');
// assert_true(idl.is_json_type(typeFrom("Foo")));
// }, 'should return true for interfaces which mixin an interface which itself mixes in an interface which declares a toJSON operation');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('interface Foo { };');
assert_false(idl.is_json_type(typeFrom("Foo")));
}, 'should return false for interfaces which do not declare a toJSON operation');
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('interface Foo { object toJSON(); };');
assert_true(idl.is_json_type(typeFrom("(Foo or DOMString)")));
}, 'should return true for union types whose member types are JSON types');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typeFrom("(DataView or DOMString)")));
}, 'should return false for union types whose member types are not all JSON types');
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typeFrom("DOMString?")));
assert_false(idl.is_json_type(typeFrom("DataView?")));
}, 'should consider the inner types of nullable types');
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typeFrom("[XAttr] long")));
assert_false(idl.is_json_type(typeFrom("[XAttr] DataView")));
}, 'should consider the inner types of annotated types.');
test(function() {
var idl = new IdlArray();
assert_throws_js(Error, _ => idl.is_json_type(typeFrom("Foo")));
}, "should throw if it references a dictionary, enum or interface which wasn't added to the IdlArray");
test(function() {
var idl = new IdlArray();
idl.add_untested_idls('interface Foo : Bar { };');
assert_throws_js(Error, _ => idl.is_json_type(typeFrom("Foo")));
}, "should throw for interfaces which inherit from another interface which wasn't added to the IdlArray");
test(function() {
var idl = new IdlArray();
assert_true(idl.is_json_type(typedefFrom("typedef double DOMHighResTimeStamp;").idlType));
}, 'should return true for typedefs whose source type is a JSON type');
test(function() {
var idl = new IdlArray();
assert_false(idl.is_json_type(typedefFrom("typedef DataView DOMHighResTimeStamp;").idlType));
}, 'should return false for typedefs whose source type is not a JSON type');
</script>
</body>
</html>
|
tests/wpt/web-platform-tests/fetch/sec-metadata/iframe.tentative.sub.html | peterjoel/servo | <!DOCTYPE html>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/fetch/sec-metadata/resources/helper.js></script>
<body>
<script>
async_test(t => {
let i = document.createElement('iframe');
i.src = "http://{{host}}:{{ports[http][0]}}/fetch/sec-metadata/resources/post-to-owner.py";
window.addEventListener('message', t.step_func(e => {
if (e.source != i.contentWindow)
return;
assert_header_equals(e.data, {
"dest": "",
"site": "",
"user": "",
"mode": "",
});
t.done();
}));
document.body.appendChild(i);
}, "Non-secure same-origin iframe => No headers");
async_test(t => {
let i = document.createElement('iframe');
i.src = "http://{{hosts[][www]}}:{{ports[http][0]}}/fetch/sec-metadata/resources/post-to-owner.py";
window.addEventListener('message', t.step_func(e => {
if (e.source != i.contentWindow)
return;
assert_header_equals(e.data, {
"dest": "",
"site": "",
"user": "",
"mode": "",
});
t.done();
}));
document.body.appendChild(i);
}, "Non-secure same-site iframe => No headers");
async_test(t => {
let i = document.createElement('iframe');
i.src = "http://{{hosts[alt][www]}}:{{ports[http][0]}}/fetch/sec-metadata/resources/post-to-owner.py";
window.addEventListener('message', t.step_func(e => {
if (e.source != i.contentWindow)
return;
assert_header_equals(e.data, {
"dest": "",
"site": "",
"user": "",
"mode": "",
});
t.done();
}));
document.body.appendChild(i);
}, "Non-secure cross-site iframe => No headers.");
</script>
|
tests/wpt/web-platform-tests/referrer-policy/origin/http-rp/same-origin/http-http/fetch-request/swap-origin-redirect/generic.http.html | nnethercote/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin'</title>
<meta name="description" content="Check that all subresources in all casses get only the origin portion of the referrer URL.">
<!-- No meta: Referrer policy delivered via HTTP headers. -->
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin">
<meta name="assert" content="The referrer URL is origin when a
document served over http requires an http
sub-resource via fetch-request using the http-rp
delivery method with swap-origin-redirect and when
the target request is same-origin.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.js"></script>
<script src="/referrer-policy/generic/referrer-policy-test-case.sub.js"></script>
</head>
<body>
<script>
ReferrerPolicyTestCase(
{
"referrer_policy": "origin",
"delivery_method": "http-rp",
"redirection": "swap-origin-redirect",
"origin": "same-origin",
"source_protocol": "http",
"target_protocol": "http",
"subresource": "fetch-request",
"referrer_url": "origin"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
webapp/play1.3.x/samples-and-tests/jobboard/public/stylesheets/admin.css | deanhiller/databus | @import url(crud.css);
/** Custom CRUD **/
#crud {
font-size: 110%;
}
#crud td a {
color: #650F62 !important;
}
#crud small {
font-size: 70%;
}
#crud #crudHeader {
background: none !important;
padding: 5px 0 !important;
height: 20px;
border-bottom: 1px dotted #cccccc;
}
#crud #crudHeader h1 a {
background: none !important;
font-size: 90%;
text-decoration: underline;
color: #333;
}
#crud #crudBreadcrumb {
position: relative;
top: -22px;
padding: 0;
font-size: 90%;
border: 0;
margin-right: 200px;
}
#crud #crudContent h2 {
margin-bottom: 10px;
font-size: 20px;
color: #000;
}
#crud #crudContent {
padding: 10px 0 !important;
}
#crud #crudContent table thead tr {
background: #9F459D;
}
#crud .crudNew a, #crud #crudListAdd a {
background: none;
color: #666 !important;
background: url(../images/add.png) top left no-repeat;
padding-left: 20px;
text-decoration: underline;
}
.objectForm label {
position: relative;
top: 4px;
}
.online, .offline {
font-size: 80%;
}
.online {
color: #1F9F09;
}
.offline {
color: #c00;
}
/** Admin index **/
#crud #crudIndex h2 {
visibility: hidden;
font-size: 1px;
}
/** Login **/
#login {
margin : 50px auto;
width: 400px;
}
#login h2 {
text-align: center;
font-weight: normal;
font-size: 18px;
margin-bottom: 10px;
}
#loginError {
text-align: center;
background: #CC0000;
color: #fff;
padding: 5px;
margin-bottom: 10px;
font-size: 12px;
font-weight: bold;
}
#login form {
background-color: white;
padding: 10px;
border : 8px solid #CCC;
text-align: right;
}
#login input {
display : block;
width: 230px;
margin-bottom:5px;
}
#login label {
float: left;
width: 100px;
margin-right: 5px;
font-weight: bold;
color: #333;
}
#login .submit {
margin-top: 20px;
margin-left:105px;
padding:2px;
-moz-border-radius:10px;
width:100px;
cursor:pointer;
}
#crudHeader h1 {
color: black !important;
float: right;
padding: 5px;
} |
doc/libc/unix/notbsd/linux/other/b64/x86_64/RCX.v.html | surrsurus/edgequest | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.RCX.html">
</head>
<body>
<p>Redirecting to <a href="constant.RCX.html">constant.RCX.html</a>...</p>
<script>location.replace("constant.RCX.html" + location.search + location.hash);</script>
</body>
</html> |
cms/templates/component.html | XiaodunServerGroup/ddyedx | <%! from django.utils.translation import ugettext as _ %>
<%namespace name='static' file='static_content.html'/>
<div class="wrapper wrapper-component-editor">
<div class="component-editor">
<div class="component-edit-header">
<span class="component-name"></span>
<ul class="nav-edit-modes">
<li id="editor-mode" class="mode active-mode" aria-controls="editor-tab" role="tab">
<a href="#">${_("Editor")}</a>
</li>
<li id="settings-mode" class="mode active-mode" aria-controls="settings-tab" role="tab">
<a href="#">${_("Settings")}</a>
</li>
</ul>
</div> <!-- Editor Header -->
<div class="component-edit-modes">
<div class="module-editor"/>
</div>
## Native XBlocks render their own save/cancel buttons
% if show_save_cancel:
<div class="row module-actions">
<a href="#" class="save-button action-primary action">${_("Save")}</a>
<a href="#" class="cancel-button action-secondary action">${_("Cancel")}</a>
</div> <!-- Module Actions-->
% endif
</div>
</div>
<div class="wrapper wrapper-component-action-header">
<div class="component-header">
${label}
</div>
<ul class="component-actions">
<li class="action-item action-edit">
<a href="#" class="edit-button action-button">
<i class="icon-edit"></i>
<span class="action-button-text">${_("Edit")}</span>
</a>
</li>
<li class="action-item action-duplicate">
<a href="#" data-tooltip="${_("Duplicate")}" class="duplicate-button action-button">
<i class="icon-copy"></i>
<span class="sr">${_("Duplicate this component")}</span>
</a>
</li>
<li class="action-item action-delete">
<a href="#" data-tooltip="${_("Delete")}" class="delete-button action-button">
<i class="icon-trash"></i>
<span class="sr">${_("Delete this component")}</span>
</a>
</li>
</ul>
</div>
<span data-tooltip="${_("Drag to reorder")}" class="drag-handle"></span>
${preview}
|
wa-data/public/site/themes/profitbuy22032017/searchform.html | neeil1990/almamed | {strip}
{if 0}{* PLUGIN SEARCH: replace 0 to 1 to enable *}
<form action="{$wa_app_url}search/">
<div class="search-wrapper">
<button type="submit"><i class="material-icons mi-2x"></i></button>
<input type="search" name="query" {if $wa->get('query')}value="{$wa->get('query')|escape}"{/if} placeholder="Поиск товара">
</div>
</form>
{/if}
{* OR *}
{if 0}{* product search: replace 0 to 1 to enable *}
<form method="get" action="{$wa->getUrl('shop/frontend/search')}">
<div class="search-wrapper">
<button type="submit"><i class="material-icons mi-2x"></i></button>
<input{if empty($mobile_search)} id="search"{/if} type="search" name="query" {if !empty($query)}value="{$query}"{/if} placeholder="Поиск товара">
</div>
</form>
{/if}
{/strip} |
lib/fop-1.0/javadocs/org/apache/fop/area/class-use/LineArea.html | lewismc/yax | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_11) on Mon Jul 12 21:36:21 CEST 2010 -->
<TITLE>
Uses of Class org.apache.fop.area.LineArea (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.fop.area.LineArea (Apache FOP 1.0 API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="LineArea.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>
<B>Uses of Class<br>org.apache.fop.area.LineArea</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.area"><B>org.apache.fop.area</B></A></TD>
<TD>FOP's area tree. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.render"><B>org.apache.fop.render</B></A></TD>
<TD>Generic renderer interface. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.render.pdf"><B>org.apache.fop.render.pdf</B></A></TD>
<TD>PDF Renderer </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.render.xml"><B>org.apache.fop.render.xml</B></A></TD>
<TD>Area Tree XML Renderer. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.area"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> in <A HREF="../../../../../org/apache/fop/area/package-summary.html">org.apache.fop.area</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/fop/area/package-summary.html">org.apache.fop.area</A> that return <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></CODE></FONT></TD>
<TD><CODE><B>PageSequence.</B><B><A HREF="../../../../../org/apache/fop/area/PageSequence.html#getTitle()">getTitle</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/fop/area/package-summary.html">org.apache.fop.area</A> with parameters of type <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Block.</B><B><A HREF="../../../../../org/apache/fop/area/Block.html#addLineArea(org.apache.fop.area.LineArea)">addLineArea</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> line)</CODE>
<BR>
Add the line area to this block area.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>PageSequence.</B><B><A HREF="../../../../../org/apache/fop/area/PageSequence.html#setTitle(org.apache.fop.area.LineArea)">setTitle</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> title)</CODE>
<BR>
Sets the page sequence's title.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Constructors in <A HREF="../../../../../org/apache/fop/area/package-summary.html">org.apache.fop.area</A> with parameters of type <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/fop/area/PageSequence.html#PageSequence(org.apache.fop.area.LineArea)">PageSequence</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> title)</CODE>
<BR>
Main constructor</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.render"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> in <A HREF="../../../../../org/apache/fop/render/package-summary.html">org.apache.fop.render</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/fop/render/package-summary.html">org.apache.fop.render</A> with parameters of type <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Renderer.</B><B><A HREF="../../../../../org/apache/fop/render/Renderer.html#startPageSequence(org.apache.fop.area.LineArea)">startPageSequence</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> seqTitle)</CODE>
<BR>
<B>Deprecated.</B> <I>Use startPageSequence(PageSequence) instead</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected java.lang.String</CODE></FONT></TD>
<TD><CODE><B>AbstractRenderer.</B><B><A HREF="../../../../../org/apache/fop/render/AbstractRenderer.html#convertTitleToString(org.apache.fop.area.LineArea)">convertTitleToString</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> title)</CODE>
<BR>
Utility method to convert a page sequence title to a string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AbstractRenderer.</B><B><A HREF="../../../../../org/apache/fop/render/AbstractRenderer.html#startPageSequence(org.apache.fop.area.LineArea)">startPageSequence</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> seqTitle)</CODE>
<BR>
Tells the renderer that a new page sequence starts.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>AbstractRenderer.</B><B><A HREF="../../../../../org/apache/fop/render/AbstractRenderer.html#renderLineArea(org.apache.fop.area.LineArea)">renderLineArea</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> line)</CODE>
<BR>
Renders a line area.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.render.pdf"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> in <A HREF="../../../../../org/apache/fop/render/pdf/package-summary.html">org.apache.fop.render.pdf</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/fop/render/pdf/package-summary.html">org.apache.fop.render.pdf</A> with parameters of type <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>PDFRenderer.</B><B><A HREF="../../../../../org/apache/fop/render/pdf/PDFRenderer.html#renderLineArea(org.apache.fop.area.LineArea)">renderLineArea</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> line)</CODE>
<BR>
Renders a line area. <p>
A line area may have grouped styling for its children such as underline,
background.</p></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.render.xml"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> in <A HREF="../../../../../org/apache/fop/render/xml/package-summary.html">org.apache.fop.render.xml</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/fop/render/xml/package-summary.html">org.apache.fop.render.xml</A> with parameters of type <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>XMLRenderer.</B><B><A HREF="../../../../../org/apache/fop/render/xml/XMLRenderer.html#renderLineArea(org.apache.fop.area.LineArea)">renderLineArea</A></B>(<A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area">LineArea</A> line)</CODE>
<BR>
Renders a line area. <p>
A line area may have grouped styling for its children such as underline,
background.</p></TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../org/apache/fop/area/LineArea.html" title="class in org.apache.fop.area"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="LineArea.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>
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
scaffold/src/templates/stage/startEdit.html | haiheipijuan/containerops | <!--
Copyright 2014 Huawei Technologies Co., Ltd. All rights reserved.
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.
-->
<div class="row">
<div class="col-lg-12">
<section class="widget">
<div class="widget-body">
<form id="stage-form" class="form-horizontal" role="form">
<fieldset>
<legend><strong>Start Workflow</strong></legend>
<div class="widget-controls">
<a data-widgster="fullscreen" title="" href="#" data-original-title="Full Screen" style="display: inline;"><i class="glyphicon glyphicon-fullscreen"></i></a>
<a data-widgster="restore" title="" href="#" style="display: none;" data-original-title="Restore"><i class="glyphicon glyphicon-resize-small"></i></a>
</div>
<div class="row col-md-12">
<div class="row col-md-6">
<label class="col-md-4 control-label" for="pp-url">Workflow URL</label>
<div class="col-md-7">
<input id="pp-url" class="form-control" readonly>
</div>
<i class="fa fa-copy" id="copyUrl" title="copy url" data-clipboard-action="copy" data-clipboard-target="#pp-url"></i>
</div>
<div class="row col-md-6">
<label class="col-md-4 control-label" for="pp-token">Workflow Token</label>
<div class="col-md-7">
<input id="pp-token" class="form-control" readonly>
</div>
<i class="fa fa-copy" id="copyToken" title="copy token" data-clipboard-action="copy" data-clipboard-target="#pp-token"></i>
</div>
</div>
<div class="col-md-12 import-div" style="margin-top:20px">
<div class="panel">
<div class="panel-heading clearfix">
<i class="glyphicon glyphicon-cloud-download outputicon"></i>
<span class="panel-title">Outputs</span>
<button type="button" class="btn btn-success newStartOutput">
<i class="glyphicon glyphicon-plus" style="font-size:16px"></i>
<span style="margin-left:5px">New Output</span>
</button>
<button type="button" class="btn btn-inverse deleteStartOutput">
<i class="glyphicon glyphicon-minus" style="font-size:16px"></i>
<span style="margin-left:5px">Delete Selected Output</span>
</button>
<span class="panel-subtitle">All outputs of start stage</span>
</div>
<div class="panel-body input-panel-body">
<div class="tabbable tabs-left mb-lg">
<ul id="startOutputTabs" class="nav nav-tabs">
</ul>
<div id="startOutputTabsContent" class="tab-content">
</div>
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</section>
</div>
</div> |
lib/fop-1.0/javadocs/org/apache/fop/pdf/class-use/PDFRectangle.html | lewismc/yax | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_11) on Mon Jul 12 21:36:31 CEST 2010 -->
<TITLE>
Uses of Class org.apache.fop.pdf.PDFRectangle (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.fop.pdf.PDFRectangle (Apache FOP 1.0 API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="PDFRectangle.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>
<B>Uses of Class<br>org.apache.fop.pdf.PDFRectangle</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf">PDFRectangle</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.pdf"><B>org.apache.fop.pdf</B></A></TD>
<TD>Classes for handling the low-level creation of PDF documents. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.pdf"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf">PDFRectangle</A> in <A HREF="../../../../../org/apache/fop/pdf/package-summary.html">org.apache.fop.pdf</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/fop/pdf/package-summary.html">org.apache.fop.pdf</A> with parameters of type <A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf">PDFRectangle</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>PDFFontType3.</B><B><A HREF="../../../../../org/apache/fop/pdf/PDFFontType3.html#setFontBBox(org.apache.fop.pdf.PDFRectangle)">setFontBBox</A></B>(<A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf">PDFRectangle</A> bbox)</CODE>
<BR>
Set the font's bounding box</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Constructors in <A HREF="../../../../../org/apache/fop/pdf/package-summary.html">org.apache.fop.pdf</A> with parameters of type <A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf">PDFRectangle</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/fop/pdf/PDFFontDescriptor.html#PDFFontDescriptor(java.lang.String, int, int, int, int, org.apache.fop.pdf.PDFRectangle, int, int)">PDFFontDescriptor</A></B>(java.lang.String basefont,
int ascent,
int descent,
int capHeight,
int flags,
<A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf">PDFRectangle</A> fontBBox,
int italicAngle,
int stemV)</CODE>
<BR>
Create the /FontDescriptor object</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/fop/pdf/PDFFontType3.html#PDFFontType3(java.lang.String, java.lang.String, java.lang.Object, org.apache.fop.pdf.PDFRectangle, org.apache.fop.pdf.PDFArray, org.apache.fop.pdf.PDFCharProcs)">PDFFontType3</A></B>(java.lang.String fontname,
java.lang.String basefont,
java.lang.Object encoding,
<A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf">PDFRectangle</A> fontBBox,
<A HREF="../../../../../org/apache/fop/pdf/PDFArray.html" title="class in org.apache.fop.pdf">PDFArray</A> fontMatrix,
<A HREF="../../../../../org/apache/fop/pdf/PDFCharProcs.html" title="class in org.apache.fop.pdf">PDFCharProcs</A> charProcs)</CODE>
<BR>
Create the /Font object</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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"> <A HREF="../../../../../org/apache/fop/pdf/PDFRectangle.html" title="class in org.apache.fop.pdf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </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-all.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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="PDFRectangle.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>
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
third_party/blink/web_tests/external/wpt/css/css-highlight-api/painting/custom-highlight-painting-staticrange-005.html | scheib/chromium | <!DOCTYPE html>
<html class="reftest-wait">
<meta charset="UTF-8">
<title>CSS Highlight API Test: </title>
<link rel="help" href="https://drafts.csswg.org/css-highlight-api-1/">
<link rel="match" href="custom-highlight-painting-001-ref.html">
<meta name="assert" value="Highlight is repainted correctly after a node crossed by a StaticRange is not a containment anymore (so the range should be painted now)">
<script src="resources/run-after-layout-and-paint.js"></script>
<style>
::highlight(example-highlight) {
background-color: yellow;
color: blue;
}
#contained {
contain: style;
}
</style>
<body><span>One </span><span id="contained"><span>two </span><span>three…</span></span>
<script>
let r = new StaticRange({startContainer: document.body, startOffset: 0, endContainer: document.querySelector("#contained"), endOffset: 1});
CSS.highlights.set("example-highlight", new Highlight(r));
const targetSpan = document.querySelector("#contained");
// Force frame paint before changing targetSpan's id.
runAfterLayoutAndPaint(()=>{
targetSpan.id = "not-contained";
document.documentElement.removeAttribute("class");
});
</script>
</html> |
wts/tests/webstorage/StorageEvent_storageArea_readonly.html | haoxli/web-testing-service | <!DOCTYPE html>
<!--
Copyright (c) 2012 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the original copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this work without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
Fan,Weiwei <weiwix.fan@intel.com>
Xie,Yunxiao <yunxiaox.xie@intel.com>
-->
<meta charset="utf-8">
<title>WebStorage Test: StorageEvent_storageArea_readonly</title>
<link rel="author" title="Intel" href="http://www.intel.com" >
<link rel="help" href="http://www.w3.org/TR/2011/CR-webstorage-20111208/#dom-storageevent-storagearea" >
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function () {
assert_true("Storage" in window);
var storageEvent = new StorageEvent("StorageEvent",
{key : "key",
oldValue : "oldValue",
newValue : "newValue",
url : "",
storageArea : sessionStorage});
var iniStorageArea = storageEvent.storageArea;
storageEvent.storageArea = null;
assert_equals(storageEvent.storageArea, iniStorageArea);
assert_not_equals(storageEvent.storageArea, null);
}, "Check if StorageEvent.storageArea is readonly");
</script>
|
wts/tests/webstorage/window_localStorage_setItem_exist.html | haoxli/web-testing-service | <!DOCTYPE html>
<!--
Copyright (c) 2012 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the original copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this work without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
Lei Yang <lei.a.yang@intel.com>
Xie,Yunxiao <yunxiaox.xie@intel.com>
-->
<meta charset="utf-8">
<title>WebStorage: window_localStorage_setItem_exist</title>
<link rel="author" title="Intel" href="http://www.intel.com" >
<link rel="help" href="http://www.w3.org/TR/2011/CR-webstorage-20111208/#dom-localStorage-setitem" >
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function () {
assert_true("localStorage" in window);
var store = window.localStorage;
assert_true("setItem" in store);
}, "Check if the setItem method exist in localStorage interface");
</script>
|
views/priority_service_170731/no-appointment/declaration.html | maxinedivers/pass-max | {{< layout}}
{{$propositionHeader}}{{/propositionHeader}}
{{$pageTitle}}Information about urgent passport{{/pageTitle}}
{{$content}}
<header>
<h1>Sorry, something went wrong</h1>
</header>
<p>It hasn't been possible to confirm your collection appointment, please try again.</p>
<h2>If this keeps happening</h2>
<p>You need to <a href="">start your application again</a> and choose a new collection appointment, or you can <a title="Part 1: Choose another sevice" href="https://www.gov.uk/get-a-passport-urgently">apply with Paper Premium</a>.</p>
<p><a href="" class="button js-gaevent" role="button" data-gakey="start" data-galabel="or">Try again</a></p>
{{/ content}}
{{/ layout}}
|
src/app/examples/book/list-info.html | kiettisak-angkanawin/guess_word_scoreboard | <h4>General info</h4>
<p>
This page demonstrates fetching data from the backend via WebSockets and showing it in a simple list.
This example application fetches <em>books</em> with related <em>author</em> data populated for each
and also covers data pagination, sort, and search functions. The actual data is fetched from the
following endpoint on the backend.
</p>
<pre>GET {{backendConfig.url}}/book <a ng-href="{{backendConfig.url}}/book" target="_blank" data-tooltip="Open endpoint url"><i class="fa fa-external-link"></i></a></pre>
<p>
Note that all data communication to the backend requires a JSON Web Token (<em>JWT</em>)
for authentication to make sure that user is allowed to access the data.
</p>
<h4>Functions in this example</h4>
<dl class="dl-horizontal">
<dt>
Data fetch
</dt>
<dd>
From backend via WebSockets using <em>$sailsSocket</em> service.
</dd>
<dt>
Search
</dt>
<dd>
Specify which columns are used in search and type your search words to see results while you're typing.
</dd>
<dt>
Pagination
</dt>
<dd>
By default, the page displays an example of ten books per page. You can change the number to be
displayed per page.
</dd>
<dt>
Sorting data
</dt>
<dd>
Simply by clicking the column header. This will fetch data from backend again. <em>Unfortunately not from
relation columns... yet.</em>
</dd>
<dt>
Live updates
</dt>
<dd>
GUI is automatically updated if changes are made to the data.
</dd>
<dt>
Navigation
</dt>
<dd>
Access to single book and author pages simply by clicking the book or author name.
</dd>
</dl>
<page-info-files data-files="{{files}}"></page-info-files>
|
wp-content/themes/limmudto/css/theme-meadowlea.css | Propellerhead-Interactive/limmudto | .vertical-align {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.vertical-align-cancel {
top: 0px;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.preserve-3d {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.transition-100 {
transition: all 0.1s ease-out;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
}
.transition-300 {
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.transition-700 {
transition: all 0.7s ease-out;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
}
.overlay:before {
background-color: #333333;
opacity: 0.5;
position: absolute;
content: '';
width: 100%;
height: 100%;
z-index: 1;
top: 0px;
}
.overlay .container {
position: relative;
z-index: 2;
}
.go-right {
right: 0px;
}
.go-left {
left: 0px;
}
img {
max-width: 100%;
}
.main-container {
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.loader {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 99;
background: #fff;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
opacity: 1;
}
.strip-holder {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 50%;
margin-left: -50px;
position: relative;
}
.strip-1,
.strip-2,
.strip-3 {
width: 20px;
height: 20px;
background: #ffda00;
position: relative;
-webkit-animation: stripMove 2s ease infinite alternate;
animation: stripMove 2s ease infinite alternate;
-moz-animation: stripMove 2s ease infinite alternate;
}
.strip-2 {
-webkit-animation-duration: 2.1s;
animation-duration: 2.1s;
background-color: #ffe966;
}
.strip-3 {
-webkit-animation-duration: 2.2s;
animation-duration: 2.2s;
background-color: #fff8cc;
}
@-webkit-keyframes stripMove {
0% {
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
}
50% {
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
transform: scale(4, 1);
-webkit-transform: scale(4, 1);
-moz-transform: scale(4, 1);
}
100% {
transform: translate3d(-50px, 0px, 0px);
-webkit-transform: translate3d(-50px, 0px, 0px);
-moz-transform: translate3d(-50px, 0px, 0px);
}
}
@-moz-keyframes stripMove {
0% {
transform: translate3d(-50px, 0px, 0px);
-webkit-transform: translate3d(-50px, 0px, 0px);
-moz-transform: translate3d(-50px, 0px, 0px);
}
50% {
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
transform: scale(4, 1);
-webkit-transform: scale(4, 1);
-moz-transform: scale(4, 1);
}
100% {
transform: translate3d(50px, 0px, 0px);
-webkit-transform: translate3d(50px, 0px, 0px);
-moz-transform: translate3d(50px, 0px, 0px);
}
}
@keyframes stripMove {
0% {
transform: translate3d(-50px, 0px, 0px);
-webkit-transform: translate3d(-50px, 0px, 0px);
-moz-transform: translate3d(-50px, 0px, 0px);
}
50% {
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
transform: scale(4, 1);
-webkit-transform: scale(4, 1);
-moz-transform: scale(4, 1);
}
100% {
transform: translate3d(50px, 0px, 0px);
-webkit-transform: translate3d(50px, 0px, 0px);
-moz-transform: translate3d(50px, 0px, 0px);
}
}
.main-container {
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
opacity: 0;
}
nav {
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
opacity: 0;
}
.show-content {
opacity: 1 !important;
}
.hide-loader {
opacity: 0 !important;
}
.background-dark {
background-color: #333333 !important;
}
.color-heading {
color: #333333;
}
.text-white {
color: #fff;
}
body {
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
color: #777777;
font-size: 14px;
line-height: 24px;
background: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
margin: 0px;
color: #333333;
}
h1 {
font-size: 30px;
line-height: 36px;
margin-bottom: 42px;
}
h3 {
font-size: 20px;
line-height: 28px;
}
.large-h1 {
font-size: 42px;
line-height: 48px;
font-weight: 300;
}
p {
font-size: 14px;
line-height: 24px;
}
p:last-child {
margin-bottom: 0px;
}
p.lead {
font-size: 16px;
line-height: 30px;
font-weight: 400;
}
span.lead {
font-weight: 400;
}
.uppercase {
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
margin-right: -1px;
}
strong {
font-weight: 600;
}
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
@media all and (max-width: 767px) {
h1 {
font-size: 24px;
line-height: 28px;
margin-bottom: 36px;
}
h2 {
font-size: 20px;
line-height: 26px;
}
.large-h1 {
font-size: 24px;
line-height: 28px;
}
p {
font-size: 13px;
line-height: 22px;
}
p.lead {
font-size: 15px;
line-height: 26px;
}
}
section {
padding: 72px 0px;
background: #fff;
}
.duplicatable-content {
padding-bottom: 36px;
}
a:hover {
text-decoration: none;
}
h1 a,
span a,
p a,
.text-link a {
font-weight: 600;
color: #fff;
display: inline-block;
border-bottom: 4px solid #fff;
padding-bottom: 6px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
span a,
p a,
.text-link a {
padding-bottom: 4px;
border-bottom: 3px solid #fff;
}
span a:hover {
color: #fff;
}
p a,
.text-link a {
color: #ffda00 !important;
border-color: #ffda00;
padding-bottom: 2px;
}
p a,
.text-link a:hover {
color: #333333;
}
.btn {
min-width: 180px;
border-radius: 25px;
background: #ffda00;
text-align: center;
padding: 13px 0px 14px 0px;
color: #fff;
font-size: 15px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
font-weight: 600;
line-height: 1;
}
.btn:hover {
color: #fff;
background: #e6c400;
}
.btn-hollow {
background: none;
border: 2px solid #ffda00;
color: #ffda00;
}
.btn-hollow:hover {
background: #ffda00;
}
.btn-white {
background: #fff;
color: #ffda00;
}
.btn-white:hover {
background: #fff;
color: #ccae00;
}
.btn-hollow.btn-white {
background: none;
border-color: #fff;
color: #fff;
}
.btn-hollow.btn-white:hover {
background: #fff;
color: #ffda00;
}
.background-image-holder {
position: absolute;
width: 100%;
height: 130%;
top: -10%;
background-size: cover !important;
background-position: 50% 50% !important;
}
.image-holder {
position: relative;
overflow: hidden;
}
nav .logo {
max-height: 45px;
max-width: 110px;
position: absolute;
top: -6px;
opacity: 1;
}
nav .text-right {
position: relative;
}
nav .container {
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.overlay-nav {
position: fixed;
top: 0px;
z-index: 10;
width: 100%;
padding-top: 24px;
line-height: 1;
background: none;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.overlay-nav .logo-dark {
opacity: 0;
}
.overlay-nav.sticky-nav .logo-light {
opacity: 0;
}
.overlay-nav.sticky-nav .logo-dark {
opacity: 1;
}
.bottom-border {
position: absolute;
bottom: 2px;
width: 100%;
height: 2px;
background: rgba(255, 255, 255, 0.3);
}
.sidebar-menu .bottom-border {
position: relative;
bottom: 0px;
background: rgba(255, 255, 255, 0.2);
display: block !important;
}
.menu {
display: inline-block;
text-align: left;
line-height: 1;
}
.menu li {
float: left;
margin-right: 32px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
position: relative;
top: 4px;
}
.menu li:last-child {
margin-right: 0px;
}
.menu li:nth-las-child(2) {
margin-right: 12px;
}
.menu li a {
color: #fff;
display: inline-block;
padding-bottom: 24px;
border-bottom: 2px solid rgba(0, 0, 0, 0);
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.menu li a:hover {
border-bottom: 2px solid #fff;
}
.nav-dropdown {
position: absolute;
z-index: -1;
max-height: 0px;
background: rgba(255, 255, 255, 0.3);
min-width: 200px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.nav-dropdown li:first-child {
margin-top: 12px;
}
.nav-dropdown li {
opacity: 0;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
margin-right: 0px;
float: none;
margin-bottom: 18px;
}
.nav-dropdown li a {
padding-bottom: 0px;
padding-left: 24px;
}
.nav-dropdown li a:hover {
border-color: rgba(0, 0, 0, 0);
}
.has-dropdown:hover .nav-dropdown {
z-index: 10;
max-height: 300px;
}
.has-dropdown:hover .nav-dropdown li {
opacity: 1;
}
.has-dropdown a {
padding-left: 18px;
}
.has-dropdown:before {
display: inline-block;
font-family: 'Pe-icon-7-stroke';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e688";
color: #fff;
font-size: 24px;
position: absolute;
top: -6px;
}
.menu .social-link {
font-size: 14px;
top: 0px !important;
margin-right: 18px !important;
}
.menu .social-link:nth-last-child(2) {
margin-right: 18px;
}
.sticky-nav {
background: rgba(255, 255, 255, 0.9);
}
.sticky-nav .menu li a {
color: #333333;
}
.sticky-nav .bottom-border {
display: none;
}
.sticky-nav .menu li a:hover {
border-color: rgba(0, 0, 0, 0);
}
.sticky-nav .sidebar-menu-toggle,
.sticky-nav .mobile-menu-toggle {
color: #333333;
}
.sticky-nav .nav-dropdown {
background: rgba(255, 255, 255, 0.9);
}
.sticky-nav .has-dropdown:before {
color: #333333;
}
.sidebar-menu-toggle,
.mobile-menu-toggle {
position: absolute;
color: #fff;
font-size: 32px;
right: 0px;
top: -7px;
cursor: pointer;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.mobile-menu-toggle {
display: none;
}
.sidebar-menu,
.instagram-sidebar {
position: fixed;
right: 0px;
top: 0px;
width: 300px;
height: 100%;
background: #333333;
transform: translate3d(300px, 0px, 0px);
-webkit-transform: translate3d(300px, 0px, 0px);
-moz-transform: translate3d(300px, 0px, 0px);
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.show-sidebar {
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
}
.reveal-sidebar {
transform: translate3d(-300px, 0px, 0px);
-webkit-transform: translate3d(-300px, 0px, 0px);
-moz-transform: translate3d(-300px, 0px, 0px);
}
.sidebar-content {
padding: 0px 24px;
margin-top: 24px;
}
.widget {
margin-bottom: 24px;
}
.widget .title {
font-size: 16px;
font-weight: 600;
display: inline-block;
margin-bottom: 12px;
}
.widget .menu li {
float: none;
margin-bottom: 12px;
}
.widget .menu li a {
padding-bottom: 0px;
color: #fff !important;
font-size: 12px;
}
.widget .menu li a:hover {
border-color: rgba(0, 0, 0, 0);
}
.widget .menu .social-link {
display: none;
}
.widget .social-profiles li {
margin-right: 24px;
}
.widget .social-profiles li a {
color: #fff;
}
.instagram-toggle {
cursor: pointer;
}
.instagram-toggle-init {
pointer-events: none;
}
.instagram-sidebar li {
width: 100%;
height: 250px;
}
.instagram-sidebar {
overflow-y: auto;
}
.sidebar-content .copy-text {
position: absolute;
bottom: 32px;
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
}
.text-panel {
background: #474747;
padding: 18px;
}
.sidebar-menu .logo {
max-width: 110px;
position: relative;
top: 21px;
margin-bottom: 32px;
left: 24px;
}
.relative-nav {
position: relative;
padding-top: 28px;
background: #fff;
}
.relative-nav .menu li a {
color: #333333;
}
.relative-nav .has-dropdown:before {
color: #333333;
}
.relative-nav .nav-dropdown {
background: rgba(53, 53, 53, 0.8);
}
.relative-nav .has-dropdown li a {
color: #fff;
}
.relative-nav .sidebar-menu-toggle {
color: #333333;
}
.relative-nav .logo-light {
opacity: 0 !important;
}
.relative-nav .logo-dark {
opacity: 1 !important;
}
.relative-nav .logo {
top: -4px !important;
}
@media all and (max-width: 768px) {
nav {
max-height: 67px;
overflow: hidden;
background: rgba(255, 255, 255, 0.9) !important;
}
nav .menu li {
float: none;
margin-bottom: 24px;
}
nav .menu li a {
color: #333333 !important;
padding-bottom: 0px;
}
nav .logo {
max-width: 90px;
top: -2px;
}
nav .logo-dark {
opacity: 1 !important;
}
nav .logo-light {
opacity: 0 !important;
}
nav .menu {
width: 100%;
display: block;
margin-top: 67px;
margin-right: 0px;
}
nav .social-link {
float: left !important;
}
.sidebar-menu-toggle {
display: none;
}
.mobile-menu-toggle {
display: block;
position: fixed;
top: 17px;
right: 24px;
color: #333333 !important;
}
.open-menu {
max-height: 800px !important;
}
.nav-dropdown {
position: relative;
display: none;
}
.has-dropdown:hover .nav-dropdown {
display: block;
}
.has-dropdown:before {
color: #333333;
}
}
.hero-slider {
padding: 0px;
position: relative;
overflow: hidden;
}
.hero-slider .slides li {
height: 780px;
position: relative;
overflow: hidden;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.hero-slider .slides li:before {
background-color: #333333;
opacity: 0.4;
position: absolute;
content: '';
width: 100%;
height: 100%;
z-index: 1;
top: 0px;
}
.hero-slider .container {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
}
.hero-slider h1 {
margin-bottom: 42px;
}
.hero-slider .btn-hollow {
color: #fff;
border-color: #fff;
margin-left: 16px;
}
.hero-slider .btn-hollow:hover {
background: #fff;
color: #ffda00;
}
@media all and (max-width: 767px) {
.hero-slider .btn-hollow {
display: none;
}
}
.register-header form.register {
padding-top: 0px;
background: rgba(0, 0, 0, 0.4);
padding: 24px;
}
.register-header form input {
width: 100% !important;
}
.register-header form.register span {
color: #fff;
}
.register-header .logo {
max-width: 150px;
display: block;
margin-bottom: 12px;
}
.register-header h1 {
margin-bottom: 24px !important;
}
@media all and (max-width: 768px) {
.register-header form.register .form-name,
.register-header form.register .form-email {
max-width: 100%;
width: 100%;
}
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
.register-header form.register .form-name,
.register-header form.register .form-email {
width: 50%;
}
}
@media all and (max-width: 767px) {
.register-header .logo {
display: none;
}
.register-header h1 {
display: none;
}
.register-header form h1 {
display: block;
}
.register-header span.lead {
display: none;
}
.register-header input,
.register-header .select-holder {
max-width: 100% !important;
}
}
.testimonials-slider {
position: relative;
margin-bottom: 48px;
}
.testimonials-slider .flex-control-nav a {
background: rgba(0, 0, 0, 0.3);
}
.testimonials-slider .flex-control-nav a.flex-active {
background: rgba(0, 0, 0, 0.8);
}
.testimonials-slider .flex-control-nav a:hover {
background: rgba(0, 0, 0, 0.8);
}
.testimonials-slider .flex-control-nav {
bottom: -48px;
text-align: left;
}
.primary-overlay:before {
background-color: #ffda00;
opacity: 0.8;
position: absolute;
content: '';
width: 100%;
height: 100%;
z-index: 1;
top: 0px;
background-color: #ffda00 !important;
}
.strip-divider {
padding: 216px 0px;
position: relative;
overflow: hidden;
}
.strip-divider .container {
z-index: 2;
position: relative;
}
.strip-divider h1 {
margin: 0px;
}
@media all and (max-width: 767px) {
.strip-divider {
padding: 72px 0px;
}
}
.countdown-divider {
padding: 144px 0px;
}
.countdown-divider img,
.countdown-header img,
.video-header img {
max-width: 300px;
display: inline-block;
margin-bottom: 12px;
}
.countdown-header h1 {
margin-bottom: 0px;
}
.countdown-header:before {
opacity: 0.8 !important;
}
.video-header:before {
opacity: 0.5 !important;
background: #000 !important;
}
.video-header .uppercase,
.countdown-header .uppercase {
display: block;
font-weight: 600;
margin-bottom: 24px;
}
@media all and (max-width: 768px) {
.countdown-header img,
.countdown-divider img,
.video-header img {
max-width: 150px;
}
}
.countdown {
text-align: center;
margin-top: 72px;
}
.countdown-row {
color: #fff;
font-size: 80px;
font-weight: 300;
}
.countdown-section {
width: 20%;
display: inline-block;
}
.countdown-amount {
display: inline-block;
margin-bottom: 48px;
}
.countdown-period {
display: block;
font-size: 24px;
}
.section-header {
position: relative;
overflow: hidden;
height: 450px;
}
.section-header h1 {
font-size: 32px;
}
.section-header.overlay:before {
opacity: 0.2;
}
.section-header i {
font-size: 40px;
color: #fff;
margin: 0px 24px 12px 0px;
}
.section-header i:last-of-type {
margin-right: 0px;
}
@media all and (max-width: 767px) {
.countdown {
margin-top: 48px;
}
.countdown-row {
font-size: 36px;
}
.countdown-period {
font-size: 16px;
}
}
.video-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
}
.video-wrapper video {
width: 100%;
}
@media all and (max-width: 1390px) {
.video-wrapper video {
width: 110%;
}
}
@media all and (max-width: 1260px) {
.video-wrapper video {
width: 120%;
}
}
@media all and (max-width: 1160px) {
.video-wrapper video {
width: 130%;
}
}
@media all and (max-width: 1024px) {
.video-wrapper {
display: none;
}
}
.image-with-text {
overflow: hidden;
position: relative;
height: 600px;
}
.image-with-text h1 {
margin-bottom: 24px;
}
.side-image {
padding: 0px;
position: absolute;
top: 0px;
height: 100%;
}
@media all and (max-width: 767px) {
.image-with-text {
height: auto;
padding: 72px 0px;
}
.image-with-text .vertical-align {
top: 0px;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
.color-blocks {
position: relative;
overflow: hidden;
color: #fff;
}
.color-block {
position: absolute;
top: 0px;
height: 100%;
padding: 0px;
color: #fff;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.color-blocks h1,
.color-blocks h2,
.color-blocks h3,
.color-blocks h4,
.color-blocks h5,
.color-blocks h6 {
color: #fff;
}
.color-blocks h1 {
margin-bottom: 12px;
}
.color-blocks a {
color: #fff;
pointer-events: auto;
}
.color-blocks a:hover i {
transform: rotateZ(-10deg);
}
.color-blocks i,
.contained-promo i {
color: #ffda00;
font-size: 70px;
display: inline-block;
border: 2px solid #fff;
border-radius: 50%;
width: 120px;
height: 120px;
line-height: 120px;
background: #fff;
text-align: center;
transition: all 0.1s ease-out;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
}
.block-left {
background-color: #ffda00;
}
.block-right {
background-color: #d6b700;
right: 0px;
}
@media all and (max-width: 768px) {
.block-content {
margin-bottom: 144px;
overflow: hidden;
display: block;
}
.block-content:last-of-type {
margin-bottom: 0px;
}
.color-block {
height: 50%;
width: 100%;
}
.block-right {
top: 50%;
}
}
@media all and (max-width: 767px) {
.block-content i {
margin-bottom: 30px;
}
}
.speakers-row {
padding: 0px 15px;
}
.speaker-column {
padding: 0px;
}
.speaker {
position: relative;
overflow: hidden;
}
.speaker,
.topic {
margin-bottom: 36px;
}
.speaker .hover-state {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
opacity: 0;
background: rgba(0, 0, 0, 0.5);
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.speaker .image-holder {
margin-bottom: 12px;
}
.speaker span {
display: block;
font-size: 16px;
}
.speaker-name {
color: #333333;
}
.speaker .social-links {
width: 100%;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transform: translate3d(0px, -200px, 0px);
-webkit-transform: translate3d(0px, -200px, 0px);
-moz-transform: translate3d(0px, -200px, 0px);
}
.speaker .social-links a {
color: #fff;
font-size: 24px;
display: inline-block;
margin-left: 6px;
}
.speaker .social-links a:last-child {
margin-right: 0px;
}
.speaker .image-holder:hover .hover-state {
opacity: 1;
}
.speaker .image-holder:hover .hover-state .social-links {
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
}
.speaker-with-bio {
overflow: hidden;
margin-bottom: 36px;
}
.speaker-with-bio .speaker {
width: 50%;
float: left;
margin-bottom: 0px;
}
.speaker-with-bio .speaker-description {
width: 50%;
float: left;
padding-left: 30px;
}
.speaker-description span {
display: inline-block;
margin-bottom: 18px;
font-weight: 600;
}
@media all and (max-width: 767px) {
.speaker-with-bio .speaker {
width: 100%;
}
.speaker-with-bio .speaker-description {
width: 100%;
padding-left: 0px;
}
}
.topics {
position: relative;
overflow: hidden;
}
.topics .container {
position: relative;
z-index: 2;
}
.topics.overlay .ruled-list li {
border-color: rgba(255, 255, 255, 0.5);
}
.topics.overlay .topic i {
color: #fff;
}
.topic h3 {
margin-bottom: 18px;
}
.topic p.lead {
margin-bottom: 32px;
}
.topic i {
font-size: 60px;
color: #ffda00;
display: inline-block;
margin-bottom: 32px;
}
@media all and (max-width: 767px) {
.topic h3 {
display: inline-block;
position: relative;
bottom: 18px;
left: 12px;
}
.topic i {
margin-bottom: 12px;
}
}
.ruled-list li {
border-top: 1px dotted rgba(0, 0, 0, 0.3);
padding: 12px 0px;
font-size: 16px;
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
.speakers-row .col-sm-6 {
width: 50%;
float: left !important;
}
}
.inline-video {
background: #f5f5f5;
}
.inline-video iframe {
width: 100%;
height: 300px;
border: none;
}
.inline-video .btn {
min-width: 150px;
margin-top: 32px;
margin-right: 16px;
}
@media all and (max-width: 768px) {
.inline-video iframe {
height: 350px;
margin-top: 42px;
}
}
@media all and (max-width: 767px) {
.inline-video iframe {
height: 200px;
margin-top: 30px;
}
.inline-video .btn {
margin-top: 18px;
}
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
.inline-video iframe {
height: 250px;
}
}
.embedded-video-holder p {
display: none;
}
.schedule-overview {
border: 2px solid rgba(0, 0, 0, 0.2);
margin-bottom: 36px;
}
.schedule-overview li {
padding: 24px;
position: relative;
cursor: pointer;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.schedule-overview li:first-child .top {
display: none;
}
.schedule-overview li:last-child .bottom {
display: none;
}
.schedule-title span {
display: block;
font-size: 16px;
}
.schedule-title .title {
color: #333333;
}
.schedule-text {
max-height: 0px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
opacity: 0;
}
.schedule-overview li:hover {
background-color: #f5f5f5;
}
.schedule-overview li:hover .schedule-text {
max-height: 300px;
opacity: 1;
padding-top: 18px;
}
.schedule-overview li:hover .top,
.schedule-overview li:hover .bottom,
.schedule-overview li:hover .middle {
border-color: rgba(0, 0, 0, 0.4);
}
.schedule-overview li:hover .middle {
background: #333333;
}
.schedule-with-text .btn,
.contained-gallery .btn {
margin-top: 24px;
margin-right: 12px;
}
.schedule-with-text .schedule-overview li {
padding-right: 48px;
}
@media all and (max-width: 1024px) {
.schedule-overview li {
padding-right: 48px;
}
}
@media all and (max-width: 767px) {
.schedule-with-text .btn,
.contained-gallery .btn {
margin-bottom: 32px;
}
}
.marker-pin {
position: absolute;
right: 32px;
top: 0px;
height: 100%;
}
.marker-pin .top,
.marker-pin .bottom {
height: 50%;
width: 2px;
border-left: 2px solid rgba(0, 0, 0, 0.2);
position: absolute;
z-index: 1;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.marker-pin .top {
top: 0px;
}
.marker-pin .bottom {
bottom: 0px;
}
.marker-pin .middle {
width: 18px;
height: 18px;
border: 2px solid rgba(0, 0, 0, 0.2);
background: #fff;
border-radius: 50%;
position: absolute;
right: -10px;
top: 50%;
margin-top: -9px;
z-index: 2;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.instagram {
position: relative;
padding: 216px 0px;
}
.instagram {
overflow: hidden;
background: #000 !important;
}
.instagram ul {
overflow: hidden;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
}
.instagram li {
float: left;
width: 20%;
height: 50%;
position: relative;
cursor: pointer;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
overflow: hidden;
background-size: cover !important;
opacity: 0.5;
}
.instagram li:hover {
opacity: 1 !important;
}
.instagram .container {
position: relative;
z-index: 3;
}
.instagram i {
font-size: 48px;
display: inline-block;
margin-bottom: 16px;
}
.instagram h1 {
font-size: 42px;
line-height: 48px;
font-weight: 300;
margin-bottom: 16px;
}
@media all and (max-width: 1200px) {
.instagram li:nth-child(n+9) {
display: none;
}
.instagram li {
width: 25%;
}
}
@media all and (max-width: 900px) {
.instagram li:nth-child(n+7) {
display: none;
}
.instagram li {
width: 33.333333%;
}
}
@media all and (max-width: 767px) {
.instagram {
padding: 144px 0px;
}
.instagram li:nth-child(n+5) {
display: none;
}
.instagram li {
width: 50%;
}
}
.testimonials {
background: #f5f5f5;
}
.contained-gallery .instagram {
padding: 185px 0px;
}
.contained-gallery .instagram li:nth-child(n+9) {
display: none;
}
.contained-gallery .instagram li {
width: 25%;
opacity: 0.7;
}
@media all and (max-width: 1024px) {
.contained-gallery .instagram li:nth-child(n+7) {
display: none;
}
.contained-gallery .instagram li {
width: 33.33333%;
}
.contained-gallery .instagram {
padding: 200px 0px;
}
}
@media all and (max-width: 768px) {
.contained-gallery .instagram {
margin-bottom: 32px;
}
.contained-gallery .btn {
margin-bottom: 0px;
}
.contained-gallery .instagram li:nth-child(n+5) {
display: block !important;
}
.contained-gallery .instagram li:nth-child(n+7) {
display: none !important;
}
.contained-gallery .instagram li {
width: 33.33333% !important;
}
}
.pricing-option {
overflow: hidden;
background: #f5f5f5;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
padding: 72px 0px;
margin-bottom: 30px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
.pricing-option .dot {
position: absolute;
top: 24px;
right: 24px;
width: 24px;
height: 24px;
border-radius: 50%;
background: #fff;
}
.pricing-option:hover {
background: #ededed;
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
.pricing-options .col-sm-6 {
width: 50%;
float: left;
}
}
.dollar,
.price,
.type {
font-weight: 600;
color: #333333;
font-size: 72px;
}
.dollar {
font-size: 36px;
position: relative;
bottom: 22px;
}
.price {
line-height: 1;
}
.type {
display: block;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 12px;
}
.plan-title {
display: block;
font-weight: 600;
margin-bottom: 12px;
font-size: 18px;
color: #333333;
}
.pricing-option ul li {
color: #777777;
}
.pricing-option.emphasis {
background: #ffda00;
color: #fff;
}
.pricing-option.emphasis .type,
.pricing-option.emphasis .dollar,
.pricing-option.emphasis .price,
.pricing-option.emphasis .plan-title,
.pricing-option.emphasis ul li {
color: #fff !important;
}
@media all and (max-width: 991px) {
.type {
margin-bottom: 12px;
}
.pricing-option {
text-align: center !important;
}
}
.faq-item {
margin-bottom: 36px;
}
p.question {
font-weight: 600;
color: #333333;
font-size: 16px;
}
.info-box {
margin-bottom: 36px;
position: relative;
overflow: hidden;
}
.info-box img {
display: block;
margin-bottom: 12px;
}
.info-box h3 {
margin-bottom: 12px;
}
.info-box .text-link {
position: absolute;
bottom: 12px;
right: 0px;
}
.text-link a {
display: inline-block;
margin-left: 12px;
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
.visitor-info .col-sm-4 {
width: 50%;
float: left;
}
}
.subscribe-1 {
position: relative;
overflow: hidden;
padding-top: 144px;
padding-bottom: 36px;
}
.subscribe-1:before {
background-color: #333333;
opacity: 0.4;
position: absolute;
content: '';
width: 100%;
height: 100%;
z-index: 1;
top: 0px;
}
.subscribe-1 .container {
position: relative;
z-index: 2;
}
.subscribe-1 .email-subscribe {
margin-bottom: 216px;
}
.subscribe-1 footer {
border-top: 2px solid rgba(255, 255, 255, 0.3);
padding-top: 36px;
}
.subscribe-1 .twitter-feed {
margin-bottom: 72px;
}
.subscribe-1 h1 {
margin-bottom: 30px;
}
.email-subscribe span {
display: block;
margin-top: 12px;
}
.twitter-feed i {
font-size: 48px;
display: inline-block;
margin-bottom: 32px;
}
.twitter-feed span a {
border-bottom: none;
}
.tweets-feed .user {
display: none;
}
.tweets-feed .interact {
display: none;
}
.tweets-feed .tweet {
color: #fff;
font-size: 30px;
line-height: 36px;
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
}
.tweets-feed .tweet a {
color: #fff !important;
border-color: #fff !important;
}
.tweets-feed .timePosted {
display: none;
}
@media all and (max-width: 767px) {
.tweets-feed .tweet {
font-size: 20px;
line-height: 26px;
}
}
.contact-tweets {
background: #ffda00;
color: #fff;
position: relative;
overflow: hidden;
height: 600px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.contact-tweets .social_twitter {
font-size: 42px;
margin-bottom: 32px;
display: inline-block;
}
.contact-tweets .map-holder {
position: absolute;
height: 100%;
padding: 0px;
top: 0px;
right: 0px;
}
.contact-tweets .timePosted {
display: block !important;
}
.map-holder:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
opacity: 0;
}
.map-holder iframe {
border: 0px;
position: absolute;
width: 100%;
height: 100%;
}
.contact-tweets span a {
border-bottom: 2px solid #fff;
padding-bottom: 1px;
}
.sponsors {
background: #f5f5f5;
}
.sponsor {
margin-bottom: 36px;
height: 80px;
line-height: 80px;
}
.sponsor img {
max-width: 150px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
max-height: 80px;
}
.sponsors span {
display: inline-block;
margin-top: 24px;
}
.sponsors span a {
color: #ffda00;
border-color: #ffda00;
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
.sponsors .col-sm-6 {
width: 50%;
float: left;
}
}
form.register {
overflow: hidden;
padding-top: 24px;
display: block;
}
form.register div {
padding: 0px;
}
input[type="text"],
form.register .select-holder {
margin-bottom: 32px;
padding: 12px;
border: none;
background: rgba(255, 255, 255, 0.1);
border-radius: 25px;
font-size: 14px;
max-width: 90%;
color: #fff;
padding-left: 24px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}
input[type="text"]:focus,
form.register .select-holder:focus,
input[type="text"]:hover,
form.register .select-holder:hover {
outline: none;
background: rgba(255, 255, 255, 0.2);
}
form.register select {
width: 90%;
margin: 0px;
background: none;
border: none;
cursor: pointer;
}
form.register select:focus {
outline: none;
}
form.register input[type="submit"] {
padding-bottom: 12px;
width: 90%;
margin-bottom: 12px;
}
input[type="submit"] {
font-weight: normal;
}
.email-subscribe {
overflow: hidden;
}
.email-subscribe input {
margin: 0px auto;
min-width: 100%;
max-width: 100%;
}
.email-subscribe input[type="text"] {
background: rgba(255, 255, 255, 0.3);
}
.email-subscribe input[type="text"]:hover,
.email-subscribe input[type="text"]:focus {
background: rgba(255, 255, 255, 0.4);
}
.email-subscribe ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9);
}
.email-subscribe :-moz-placeholder {
color: rgba(255, 255, 255, 0.9);
}
.email-subscribe ::-moz-placeholder {
color: rgba(255, 255, 255, 0.9);
}
.email-subscribe :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.9);
}
.email-subscribe input[type="submit"] {
min-height: 48px;
}
.subscribe-2 .email-subscribe input[type="text"] {
background: rgba(0, 0, 0, 0.2);
}
.subscribe-2 i {
color: #ffda00;
font-size: 70px;
display: inline-block;
margin-right: 24px;
margin-bottom: 18px;
}
.subscribe-2 i:last-of-type {
margin-right: 0px;
}
input.error {
color: #ff4532;
}
.mail-list-form {
width: 0px;
height: 0px;
opacity: 0;
overflow: hidden;
}
.form-success,
.form-error {
display: none;
width: 100%;
padding: 6px 18px 8px 18px !important;
margin-top: 12px;
color: #fff;
background-color: #55c950;
border-radius: 20px;
}
.form-error {
background-color: #D74B4B;
}
form .field-error {
background: #D74B4B !important;
}
@media all and (max-width: 767px) {
form.register input,
form.register .select-holder {
width: 100% !important;
max-width: 100%;
}
.subscribe-1 .email-subscribe input[type="text"] {
margin-bottom: 24px;
}
}
@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
form.register .col-sm-6 {
width: 50%;
float: left;
}
form.register input,
form.register .select-holder {
max-width: 95% !important;
}
form.register input[type="submit"] {
max-width: 100% !important;
}
}
.error-page {
background: #ffda00;
padding: 0px;
}
.error-page h1 {
font-size: 84px;
line-height: 96px;
margin-bottom: 0px;
margin-bottom: 12px;
}
.error-page p {
font-size: 24px;
line-height: 32px;
}
.error-page i {
color: #fff;
font-size: 84px;
display: inline-block;
margin-right: 24px;
}
.error-page i:last-of-type {
margin-right: 0px;
}
.error-page .btn {
margin-right: 24px;
margin-top: 12px;
}
@media all and (max-width: 767px) {
.error-page i {
display: none;
}
}
.subscribe-1 .footer .top-border {
height: 2px;
width: 100%;
background: rgba(255, 255, 255, 0.3);
margin-bottom: 32px;
}
.subscribe-1 .footer .menu {
overflow: visible;
}
.subscribe-1 .footer .menu li {
top: 0px;
}
.subscribe-1 .footer .menu li a {
padding-bottom: 0px;
}
.subscribe-1 .footer .menu li .btn {
min-width: 0px;
padding: 10px 18px;
font-size: 14px;
}
.subscribe-1 .footer .menu li a {
diplay: inline-block;
position: relative;
border: none;
}
.subscribe-1 .footer .menu li a:hover {
border: none;
}
.subscribe-1 .footer .back-to-top {
padding-right: 42px;
}
.subscribe-1 .footer .menu li a i {
font-size: 36px;
position: absolute;
right: 0px;
top: -12px;
}
@media all and (max-width: 767px) {
.footer .text-right {
text-align: left !important;
}
.footer .menu {
margin-top: 24px;
}
.footer .menu li {
float: none;
margin-bottom: 12px;
}
}
footer.classic {
padding: 72px 0px 36px 0px;
background: #f5f5f5;
}
footer.classic .menu li {
float: none;
margin-bottom: 12px;
}
footer.classic .menu li a {
color: #333333;
padding-bottom: 0px;
font-weight: 600;
}
footer.classic span.lead {
display: inline-block;
margin-bottom: 12px;
}
@media all and (max-width: 767px) {
footer.classic div {
margin-bottom: 18px;
}
}
.contact-methods li {
margin-bottom: 12px;
}
.contact-methods li:last-child {
margin-bottom: 0px;
}
.contact-methods i {
font-size: 36px;
color: #333333;
}
.contact-methods span {
display: inline-block;
position: relative;
bottom: 10px;
left: 8px;
font-size: 16px;
}
footer.classic .social-profiles {
margin-top: 36px;
}
.social-profiles {
display: inline-block;
overflow: hidden;
}
.social-profiles li {
float: left;
margin-right: 36px;
}
.social-profiles li:last-child {
margin-right: 0px;
}
.social-profiles li a {
color: #333333;
font-size: 20px;
}
|
toolchains/share/doc/gas/as.html/PJ_002dChars.html | thanhphat11/android_kernel_xiaomi_msm8996 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU Assembler "as".
Copyright (C) 1991-2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
-->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Using as: PJ-Chars</title>
<meta name="description" content="Using as: PJ-Chars">
<meta name="keywords" content="Using as: PJ-Chars">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="PJ-Syntax.html#PJ-Syntax" rel="up" title="PJ Syntax">
<link href="PPC_002dDependent.html#PPC_002dDependent" rel="next" title="PPC-Dependent">
<link href="PJ-Syntax.html#PJ-Syntax" rel="prev" title="PJ Syntax">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="PJ_002dChars"></a>
<div class="header">
<p>
Up: <a href="PJ-Syntax.html#PJ-Syntax" accesskey="u" rel="up">PJ Syntax</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Special-Characters-26"></a>
<h4 class="subsubsection">9.33.2.1 Special Characters</h4>
<a name="index-line-comment-character_002c-PJ"></a>
<a name="index-PJ-line-comment-character"></a>
<p>The presence of a ‘<samp>!</samp>’ or ‘<samp>/</samp>’ on a line indicates the start
of a comment that extends to the end of the current line.
</p>
<p>If a ‘<samp>#</samp>’ appears as the first character of a line then the whole
line is treated as a comment, but in this case the line could also be
a logical line number directive (see <a href="Comments.html#Comments">Comments</a>) or a preprocessor
control command (see <a href="Preprocessing.html#Preprocessing">Preprocessing</a>).
</p>
<a name="index-line-separator_002c-PJ"></a>
<a name="index-statement-separator_002c-PJ"></a>
<a name="index-PJ-line-separator"></a>
<p>The ‘<samp>;</samp>’ character can be used to separate statements on the same
line.
</p>
</body>
</html>
|
wp-content/themes/pivot/assets/css/responsive.css | pivotlearning/wpsite |
/* Responsive CSS Styles Table of Contents */
@media only screen and (max-width: 1169px){
body .col-md-9{
position: static;
}
body .featured_section3{
padding:60px 0;
}
body .portfolio_area_left{
width: 74%!important;
}
body #main .margin_bottom10{
margin-bottom: 60px;
}
body .featured_section6, body .featured_section89{
padding-top: 60px;
}
body .margin_top10, body .margin_top12, body .margin_top11, body #main .margin_top9, body #main .margin_top11, body #main .margin_top12, body #main .margin_top10{
margin-top: 60px;
}
body .featured_section54{
padding-bottom: 60px;
}
body .header{
height: 58px;
padding-top: 0px;
}
body .featured_section10 .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section10 .one_fourth:nth-child(odd){
margin-right: 0;
}
body .featured_section9 .left, body .featured_section9 .center, body .featured_section9 .right{
padding-top: 60px;
padding-bottom: 60px;
}
body .featured_section12{
padding-top: 60px;
}
body .footer{
padding-top: 60px;
}
body #main .margin_bottom10{
margin-bottom: 60px;
}
body .footer .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .footer .one_fourth:nth-child(even){
margin-right: 0;
}
body .footer .flickr_badge_wrapper a:last-child{
display: none;
}
body .footer{
padding-top: 60px;
}
body .copyright_info{
margin-top: 60px;
}
body #flickr_badge_wrapper{
width: 80%;
}
body .parallax_section2, body .works_parallax1, body .featured_section41{
padding: 60px 0;
}
body .featured_section41{
margin-bottom: 60px;
padding-top: 0px;
}
body .parallax_section1{
padding: 60px 0 100px 0;
}
.featured_section14{
padding: 60px 0;
}
body .featured_section15 h4{
min-height: 50px;
margin: 0;
}
body #main .margin_top8{
margin-top: 60px;
}
body .featured_section65, body .featured_section36{
padding: 60px 0;
}
.featured_section67 .box{
padding-top: 60px;
}
body .detached2.tabs > ul > li{
padding-top: 0px;
}
body .footer6{
padding-top: 60px;
}
body #main .margin_top14, body #main .margin_top12{
margin-top: 60px;
}
body .parallax_section6 h1{
line-height: 50px;
}
body .footer3, body .footer4{
padding: 60px 0!important;
}
body .parallax_section4 .one_fourth{
width: 50%;
}
body .parallax_section5{
padding-top: 80px;
}
body #main .margin_top11, body #main .margin_top12{
margin-top: 60px;
}
body .parallax_section9{
padding: 60px 0;
}
body .featured_section48 .king-innerRow-container{
display: inline;
}
body .featured_section52, .featured_section72, .featured_section40{
padding-top: 60px;
}
.featured_section56 .left, .featured_section56 .right, .featured_section60, .featured_section62, .parallax_section11, .featured_section78, .parallax_section12, .featured_section81, .featured_section68, .parallax_section10, body .featured_section37, .featured_section38, .parallax_section4, .featured_section28, body .featured_section33{
padding: 60px 0;
}
.featured_section85, .featured_section97, .featured_section95, body .featured_section91{
padding: 60px 0;
}
.featured_section57{
padding: 60px 0 100px;
}
body .featured_section79 .box h4{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
body .featured_section80 .box h3{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.featured_section116.two, .featured_section40{
padding-top: 60px;
}
.footer7, body .featured_section106, body .parallax_section7, body .featured_section45, body .parallax_section7{
padding: 60px 0;
}
.featured_section42 .left{
padding: 70px 10px 0px 50px;
}
.featured_section42 .left{
padding: 70px 20px 0px 40px;
}
body .featured_section37{
padding-top: 0;
}
body .featured_section42 .margin_top12{
margin-top: 0;
}
.featured_section42 .left, .featured_section42 .right{
width:80%;
margin-left: 10%;
padding-left: 0;
padding-top: 0;
}
.featured_section44 .img_left:first-child{
margin-top: -70px;
}
.featured_section44 .img_left:last-child{
float: none;
}
.top_section .right a{
}
.top_section .right{
white-space: nowrap;
}
.top_section .right i{
margin-left: 0;
}
.navbar-default .navbar-nav>li>a{
font-size: 12px;
}
.featured_section108{
padding: 60px 0 60px 0;
}
.featured_section92{
padding-bottom: 60px;
}
body .newsletter3 .enter_email_input{
height: 43px;
}
.featured_section116, .featured_section117, .parallax_section16{
padding: 60px 0;
}
.featured_section118 .margin_top12{
margin-top: 100px!important;
}
body .margin_top_res{
margin-top: 70px!important;
}
body .margin_top_res2{
margin-top: 78px;
}
body .margin_top_res4{
padding-top: 80px!important;
background: #59CBD5;
}
.detached2.tabs > section .img_left{
margin-right: 25px;
}
body .featured_section62 .margin_top3{
margin-top: 0;
}
body ul.footer_social_links{
float: left;
}
body .newsletter3 .input_submit{
margin-top: 10px;
}
.footer_social_links li{
margin: 0px 5px 0px 0px;
}
.featured_section24, .parallax_section15, .featured_section113{
padding: 60px 0;
}
.featured_section129 .one_fourth h3{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.featured_section131 .one_third i{
margin-bottom: 40px;
margin-right: 25px;
}
body .featured_section131 .one_third{
width: 31.25%;
margin-right: 3%;
}
body .featured_section135{
padding: 60px 0;
}
body .featured_section137{
padding-top: 60px;
}
.featured_section137 .box img{
width: 100%;
height: auto;
}
.featured_section36.slider{
padding-top: 0;
}
body .featured_section141 .box{
padding: 30px 18px;
}
.featured_section143 .box .donate_form{
width: 75%;
}
body .featured_section201 .element-icon{
font-size:45px;
}
body .featured_section201 .container{
padding:0px!important;
width: 96%;
}
.featured_section15.two .one_third .element-icon{
margin-bottom: 10px;
}
body .featured_section208 .ctmidarea{
padding: 0 10px;
}
body .featured_section15.two{
width:100%;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
.nav > .king-cart > a{
background-size: 364px;
width: 28px;
margin-top: 12px;
padding: 5px 0 0 0!important;
}
.nav > .king-cart > a:hover{
background-size: 364px;
width: 28px;
}
body .footer .one_half{
white-space: nowrap;
}
.container {
width: 980px;
margin: auto;
}
.king-res-cart{
display: none;
}
#logo1 {
margin-top: 12px;
}
#logo4 {
margin-top: 9px;
}
#logo5 {
margin-top: 9px;
}
.menu_main_full {
width: 80%;
}
.menu_rlinks {
width: 20%;
}
.menu_main.rslinks {
width: 70%;
}
.menu_main.rslinks3 {
width: 65%;
}
.logo2 {
width: 23%;
padding-left: 18px;
}
.menu_main.rslinks5 {
width: 64%;
}
.menu_rlinks5 a {
padding-left: 14px;
padding-right: 14px;
}
.menu_main.rslinks7 {
width: 55%;
}
.menu_rlinks7 i {
font-size: 30px;
margin-right: 10px;
margin-top: 4px;
}
.menu_rlinks7 a {
font-size: 18px;
padding: 31px 57px 30px 20px;
}
.menu_rlinks7 a em {
font-size: 14px;
line-height: 16px;
}
.king-tabs-nav a{
padding: 0 14px;
}
.king-tabs-nav a:last-child{
margin-right: 0;
}
body .entry-content .newsletter2 .enter_email_input{
width: 70%;
height: 45px;
}
.top_nav .left, .top_nav2 .left{
white-space: nowrap;
}
.top_section2 .right .tinfo {
width: 45%;
}
body .footer .one_fourth{
padding-left: 20px;
}
body .featured_section2 .one_fourth_less h4{
padding: 2px 3px;
font-size: 18px;
line-height: 40px;
min-height: 44px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
body .featured_section2 .one_fourth_less p {
padding: 35px 10px 30px 10px;
}
.featured_section3 span {
margin-top: 0px;
}
.featured_section3.two {
padding-bottom: 100px;
}
body .featured_section3 .onecol_forty .one {
width: 75%;
}
body .featured_section3 .onecol_forty .two {
width: 35%;
margin-top: 119px;
}
body .parallax_section5{
padding: 60px 0;
}
.featured_section6 .one_fourth {
padding-top: 40px;
padding-bottom: 40px;
}
.fltiphone {
background-size: 75%;
}
body .featured_section10{
padding: 60px 0;
}
body .featured_section29 .button.nine{
display: block;
width: 90%;
text-align: center;
margin: 0 auto;
}
.featured_section8 .puhtext {
width: 50%;
padding-left: 7%;
padding-top: 60px;
padding-bottom: 60px;
}
.featured_section8 .puhtext b {
font-size: 21px;
}
.featured_section8 .puhtext strong {
font-size: 35px;
}
.featured_section8 .puhtext p {
font-size: 14px;
line-height: 23px;
}
body .featured_section10 .one_fourth:nth-child(1n+3){
margin-bottom: 0;
}
.featured_section11 .one_third p {
padding: 0px 25px 40px 25px;
}
.featured_section13 .one_fourth {
padding-right: 2%;
padding-left: 2%;
width: 50%;
padding-bottom: 25px;
padding-top: 25px;
}
.featured_section13 .one_fourth:nth-child(even){
border-right: 0;
}
.featured_section13 .one_fourth:nth-child(1n+3){
border-top: 1px solid #f7f7f7;
padding-bottom: 0px;
}
body .featured_section15 h4{
margin-bottom: 10px;
min-height: 0;
}
body .featured_section19 .text{
padding-top: 60px;
}
.featured_section16 .box {
margin-left: 0%;
}
.hexagon.one {
margin-left: 161px;
}
.hexagon.two {
margin-right: 0px;
margin-left: 50px;
}
.featured_section17 .rbox {
width: 50%;
padding: 75px 55px 0px 55px;
}
.featured_section18 .isboxs {
margin-top: 25px;
}
.featured_section18 .isboxs h5 {
margin-top: 0spx;
}
.featured_section19 .who {
padding-top: 159px;
}
.featured_section20 .one_third .price {
padding-left: 80px;
}
.featured_section20 .one_third .price h1 {
font-size: 75px;
}
.featured_section20 .one_third .info a {
padding: 18px 50px;
}
.featured_section23 .imghoverz .text {
padding: 80px 50px 0px 50px;
}
.featured_section23 .imghoverz:hover .text,
.featured_section23 .imghoverz .text.active {
padding: 100px 50px 0px 50px;
}
.featured_section24 .one_half.last {
background: #fff;
padding-top: 35px;
}
.featured_section25 h1 {
font-size: 30px;
}
.featured_section27 .onecol_thirtyfive.left,
.featured_section27 .onecol_thirtyfive.right{
padding-top: 30px;
}
.featured_section27 .margin_top4 {
margin-top: 30px;
}
.featured_section30 .one_half img {
margin-right: 20px;
}
.featured_section30 .one_half h5 {
margin-top: 0px;
}
.featured_section36 .one_half img {
margin-right: 20px;
}
.featured_section36 .one_half .date {
margin-top: 10px;
}
.featured_section38 h1 {
font-size: 30px;
}
.featured_section38 b {
font-size: 32px;
}
.featured_section40 .onecol_sixty,
.featured_section40.two .onecol_sixty,
.featured_section40.three .onecol_sixty {
padding-top: 0px;
}
.featured_section40 i {
font-size: 25px;
width: 45px;
height: 45px;
line-height: 45px;
margin-right: 10px;
}
.featured_section44 li {
font-size: 14px;
}
.featured_section45 .one_fourth .cont {
padding: 10px 30px 20px 20px;
}
.featured_section45 .one_fourth .cont h4 {
margin: 7px 0px 10px 0px;
}
.featured_section47 li img {
float: left;
margin: 0px 0px;
width: 75%;
}
.featured_section47 li b {
margin-top: 3px;
}
.featured_section51 h1 {
margin-top: 25px;
}
.featured_section56 .left .cont,
.featured_section56 .right .cont {
width: 90%;
padding-right: 50px;
padding-left: 50px;
}
.featured_section57 .cont1 {
margin-left: 3.5%;
}
.featured_section57 .cont2 {
margin-left: 16.2%;
}
.featured_section57 .square,
.featured_section57 .square2 {
margin-right: 84px;
}
.featured_section63 .one_half {
padding: 0 25px 0 0;
}
.featured_section63 .one_half.last {
padding: 0 0px 0 25px;
}
.featured_section63 .one_half span {
font-size: 40px;
margin-right: 18px;
}
.featured_section64 h2 {
padding-top: 0px;
}
.featured_section66 .pricbox .title strong {
font-size: 100px;
}
.featured_section66 .pricbox .title strong sup {
font-size: 30px;
}
.featured_section66 .pricbox ul {
margin-left: 25px;
margin-right: 25px;
}
.featured_section67 .container {
margin-left: 4%;
}
.footer6 .column1 {
padding-right: 20px;
}
.footer6 .column2 {
padding-left: 20px;
margin-right: 20px;
}
.featured_section75 .left {
width: 45%;
padding-left: 25px;
}
.featured_section75 .right {
width: 43%;
}
body .featured_section76.two .king-spoiler-style2 .acc-trigger a{
padding-top: 20px;
padding-bottom: 20px;
}
.featured_section77 .testimo {
padding: 35px 30px;
}
.featured_section77 .lbt {
width: 90%;
}
body .featured_section78 .one_fourth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section78 .one_fourth_less:nth-child(even){
margin-right: 0;
}
.featured_section78 .box {
padding: 45px 30px 50px 30px;
}
body .featured_section80 .box{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
border: 1px solid #ececec!important;
}
body .featured_section80 .box:nth-child(even){
margin-right: 0;
}
.featured_section82 .box {
padding: 59px 30px;
}
.featured_section82 .box span {
margin-right: 10px;
}
.featured_section82 .box i {
margin-right: 5px;
}
.featured_section86 .cinfo .shape1 {
margin-top: -25px;
margin-left: -1px;
margin-bottom: 18px;
width: 101%;
}
.featured_section94 .right .box .cont {
padding: 27px 25px;
}
.featured_section100 .box {
padding-left: 30px;
padding-right: 30px;
}
.featured_section101 .box {
padding: 60px 30px;
}
.featured_section102 .one_fourth_less {
padding: 8px 8px 0px 8px;
}
.featured_section102 .one_fourth_less img {
width: 100%;
}
.featured_section107 p {
width: 100%;
}
.featured_section109 .one_half .one {
width: 59%;
float: right;
}
.featured_section109 .one_half .two {
margin-right: 0px;
width: 40%;
position: absolute;
bottom: 0;
}
.featured_section112 .onecol_thirtyfive.left {
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.right {
padding-top: 0px;
}
.featured_section118 .slidesec {
width: 90%;
}
.parallax_section1 p {
width: 90%;
}
.parallax_section2 h2 {
font-size: 25px;
}
.parallax_section2 .but {
font-size: 14px;
padding: 12px 25px;
}
.parallax_section7 .one,
.parallax_section7 .two {
padding: 40px 30px 40px 40px;
}
.parallax_section10 .one_fourth img {
width: 100%;
}
.parallax_section13 .box {
width: 59%;
}
.parallax_section17 h2 {
font-size: 25px;
}
.newsletter2 .enter_email_input {
width: 74%;
}
.newsletter3 .enter_email_input {
width: 71%;
}
.client_logos3 li {
width: 19.1%;
}
.title22 em {
width: 75%;
}
.title23 em {
width: 75%;
}
body #flickr_badge_wrapper img{
margin-bottom: 8px;
}
.featured_section74 span{
padding: 35px 20px 40px 20px;
}
.footer6 .column1, .footer6 .column2{
width: 48%;
margin-bottom: 40px;
}
.footer6 .column2{
border-left: 1px solid rgba(225,225,225,0.05);
}
.footer6 .column1:first-child{
border-right: 0;
}
.leftmenuv1 .container {
width: 750px;
}
.logoopv1 {
width: 23%;
}
.menuopv1 {
width: 75%;
}
.featured_section201 span {
font-size: 45px;
margin-right: 10px;
margin-bottom: 50px;
margin-top: 5px;
}
.featured_section201 h2 {
font-size: 21px;
line-height: 25px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .one_fourth {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .one_fourth.last {
margin: 0;
}
.featured_section202 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.featured_section203 .box-details {
height: 80px;
}
.featured_section203 .box:hover .box-details,
.featured_section203 .highlight .box .box-details {
height: 210px;
}
.featured_section203 .box-details h5,
.featured_section203 .box:hover .box-details h5,
.featured_section203 .highlight .box .box-details h5 {
padding-top: 18px;
margin-bottom: 10px;
line-height: 21px;
}
.featured_section203 .box-details p {
width: 90%;
font-size: 13px;
line-height: 18px;
padding-top: 12px;
padding-bottom: 18px;
}
.featured_section203 .box-details a {
padding: 5px 10px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half.last {
padding-top: 18px;
}
.featured_section207 .ongmp_contact {
width: 45%;
}
.featured_section207 .box {
width: 43.45%;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 59%;
padding: 10px 10px;
}
.ovfull_container {
padding: 0px 50px 0px 50px;
}
.ovfull_container.two {
padding: 0px 0px 0px 50px;
}
body .ovt_section_title {
height: 703px;
}
body .ovt_section_title.two {
height: 552px;
}
body .ovt_section_title.three {
height: 535px;
}
body .ovt_section_title h1 {
font-size: 40px;
padding-left: 50px;
background-size: 12.5%;
}
body .ovt_section_title h4 {
margin: 0px 45px 0px 50px;
}
body .ovt_section01 .one_fourth {
padding-left: 10px;
padding-right: 10px;
}
body .ovt_section01 .drcse {
padding: 50px 0px 50px 50px;
}
body .ovt_section02 .right {
padding-right: 50px;
}
body .ovt_section03 .fullpimg span {
padding: 35px 50px;
}
body .ovt_section04 .one_half {
padding: 112px 50px;
}
body .ovt_section05 {
padding: 100px 50px;
}
body .ovt_section05 .one_fourth_less .box {
padding: 50px 18px;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .left {
width: 61%;
}
body .ovt_section08 .right {
width: 39%;
padding-top: 0px;
}
body .ovt_section08 .right .box {
padding: 13px 30px 12px 30px;
}
body .ovt_section08 .right .box span {
width: 45px;
height: 45px;
font-size: 18px;
line-height: 45px;
margin-right: 18px;
}
body .ovt_section08 .right .box h5 {
font-size: 14px;
margin-bottom: 5px;
}
body .ovt_section10 h4 {
width: 100%;
}
body .ovt_section10 .left {
float: left;
width: 50%;
}
body .ovt_section10 .right {
padding-bottom: 70px;
}
body .ovt_section10 .lspace {
padding-left: 50px;
padding-bottom: 70px;
border-top: 1px solid #f3f3f3;
}
body .ovt_section12 {
padding: 70px 50px 50px 70px;
}
.featured_section207.two .ongmp_contact {
width: 48%;
}
.featured_section207.two .box {
width: 45%;
padding: 70px 0px 0 50px;
}
#menu-onepage>li>a{
padding: 15px 14px;
}
.featured_section124 .repro .box{
width: 100%;
}
body .domserch .inp1{
width: 75%;
}
body .domserch .inpubmit{
width: 25%;
}
.featured_section133 .box strong{
display: block;
}
.featured_section133 .box span{
margin-right: 0;
}
/*** merger ***/
.leftmenuv1 .container {
width: 96%;
}
.logoopv1 {
width: 23%;
}
.menuopv1 {
width: 75%;
}
.featured_section201 span {
font-size: 45px;
margin-right: 10px;
margin-bottom: 50px;
margin-top: 5px;
}
.featured_section201 h2 {
font-size: 21px;
line-height: 25px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .one_fourth {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .one_fourth.last {
margin: 0;
}
.featured_section202 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.featured_section203 .box-details {
height: 80px;
}
.featured_section203 .box:hover .box-details,
.featured_section203 .highlight .box .box-details {
height: 210px;
}
.featured_section203 .box-details h5,
.featured_section203 .box:hover .box-details h5,
.featured_section203 .highlight .box .box-details h5 {
padding-top: 18px;
margin-bottom: 10px;
line-height: 21px;
}
.featured_section203 .box-details p {
width: 90%;
font-size: 13px;
line-height: 18px;
padding-top: 12px;
padding-bottom: 18px;
}
.featured_section203 .box-details a {
padding: 5px 10px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half.last {
padding-top: 18px;
}
.featured_section207 .ongmp_contact {
width: 45%;
}
.featured_section207 .box {
width: 43.45%;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 59%;
padding: 10px 10px;
}
.ovfull_container {
padding: 0px 50px 0px 50px;
}
.ovfull_container.two {
padding: 0px 0px 0px 50px;
}
body .ovt_section_title {
height: 703px;
}
body .ovt_section_title.two {
height: 552px;
}
body .ovt_section_title.three {
height: 535px;
}
body .ovt_section_title h1 {
font-size: 40px;
padding-left: 50px;
background-size: 12.5%;
}
body .ovt_section_title h4 {
margin: 0px 45px 0px 50px;
}
body .ovt_section01 .one_fourth {
padding-left: 10px;
padding-right: 10px;
}
body .ovt_section01 .drcse {
padding: 50px 0px 50px 50px;
}
body .ovt_section02 .right {
padding-right: 50px;
}
body .ovt_section03 .fullpimg span {
padding: 35px 50px;
}
body .ovt_section04 .one_half {
padding: 112px 50px;
}
body .ovt_section05 {
padding: 100px 50px;
}
body .ovt_section05 .one_fourth_less .box {
padding: 50px 18px;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .left {
width: 61%;
}
body .ovt_section08 .right {
width: 39%;
padding-top: 0px;
}
body .ovt_section08 .right .box {
padding: 13px 30px 12px 30px;
}
body .ovt_section08 .right .box span {
width: 45px;
height: 45px;
font-size: 18px;
line-height: 45px;
margin-right: 18px;
}
body .ovt_section08 .right .box h5 {
font-size: 14px;
margin-bottom: 5px;
}
body .ovt_section10 h4 {
width: 100%;
}
body .ovt_section10 .left {
float: left;
width: 50%;
}
body .ovt_section10 .right {
padding-bottom: 70px;
}
body .ovt_section10 .lspace {
padding-left: 50px;
padding-bottom: 70px;
border-top: 1px solid #f3f3f3;
}
body .ovt_section12 {
padding: 70px 50px 50px 70px;
}
.featured_section207.two .ongmp_contact {
width: 48%;
}
.featured_section207.two .box {
width: 45%;
padding: 70px 0px 0 50px;
}
.featured_section125 .one_third i{
margin-bottom: 0;
}
.featured_section128{
text-align: center;
}
.featured_section128 strong{
line-height: 60px;
width: 100%;
}
.footer6 .clogos li img{
margin-right: 7px;
}
}
@media only screen and (max-width: 999px){
::-webkit-scrollbar {
display: none;
}
.top_section .right a{
margin-right: 20px;
}
body .navbar-collapse{
overflow: auto;
}
.king-portfolio-main.five .king-portfolio-item{
width: 25%;
}
body .portfolio_area_left, body .portfolio_area_right{
width: 100%!important;
}
body .featured_section6 .one_fourth{
width: 50%;
}
body .featured_section6 .one_fourth:nth-child(even){
border-right: 0;
}
body .featured_section3 .onecol_forty{
margin-top: 25%;
}
body .featured_section10{
padding: 60px 0;
}
body .featured_section11 .one_third{
width: 80%;
margin: 0 10%;
margin-bottom: 40px;
}
body .featured_section11 .one_third.last{
margin-bottom: 0;
}
.featured_section15 .one_third .element-icon{
margin-bottom: 0px;
}
.featured_section65 .one_fourth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
.featured_section65 .one_fourth_less:nth-child(even){
margin-right: 0;
}
body .featured_section26 .cont{
width: 100%;
}
body .featured_section29 .pricings{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
margin-top: 0;
}
body .featured_section29 .pricings:nth-child(odd){
margin-right: 0;
}
body .featured_section68 .one_fourth{
width: 30%;
margin-right: 5%;
margin-bottom: 40px;
}
body .featured_section68 .one_fourth.last{
margin-right: 0;
}
body .featured_section68 .one_fourth:first-child{
width: 100%;
margin-right: 0;
}
.footer7 .one_third{
width: 48%;
padding: 0 0 0 20px;
}
.footer7 .one_third:first-child{
width: 100%
}
.featured_section40 h2{
margin-top: 20px;
text-align: center;
}
body .entry-content .newsletter2 .input_submit{
margin-left: 0;
}
.featured_section42 .left, .featured_section42 .right{
width: 100%;
padding: 0;
margin: 0;
}
.featured_section42{
padding: 0 3%;
}
.featured_section42 .ul-haccordion .li .heading{
font-size: 11px;
padding: 10px 3px;
}
.featured_section42 .wrp-haccordion .ul-haccordion{
min-width: 84px;
}
.featured_section42 .wrp-haccordion .ul-haccordion .li{
width: 84px;
}
.featured_section69 h2.roboto, .featured_section68 h2.roboto{
text-align: center;
}
.featured_section69 .bigtfont{
width: 100%;
}
.featured_section69 .hsmline6, .featured_section68 .hsmline5{
text-align: center;
float: none;
margin: 0 auto;
}
.featured_section109 .one_half:first-child{
text-align: center;
}
.featured_section109 .apps{
display: inline;
float: none;
}
.featured_section109 ul{
width: 50%;
}
.featured_section109 li i{
float: left;
}
.featured_section109 .one_half:first-child ul:first-child li{
text-align: right;
}
.featured_section109 .one_half:first-child ul:first-child li i{
float: right;
margin-left: 10px;
}
.featured_section109 .one_half:first-child ul:last-child li{
text-align: left;
}
.featured_section83 .one_fifth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
.featured_section83 .one_fifth_less img{
width: 100%;
}
.featured_section83 .one_fifth_less:nth-child(even){
margin-right: 0;
}
.featured_section83 .one_fifth_less.last{
float: none;
margin: 0 25%;
}
.featured_section84 .king-tabs-panes{
padding-left: 20px;
}
body .featured_section86 .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section86 .one_fourth:nth-child(even){
margin-right: 0;
}
body .featured_section91 .one_fourth{
margin-right: 4%;
width: 48%;
margin-bottom: 70px;
}
body .featured_section91 .one_fourth:nth-child(even){
margin-right: 0;
}
body .featured_section1 .one_third h3{
text-align: center;
border: 0;
padding-right: 0;
}
.featured_section1 .aliright{
text-align: center;
padding-right: 0;
margin-right: 0;
}
.featured_section1 .button.one{
float: none;
margin-right: auto;
}
body .featured_section64 .detached.tabs > ul > li{
margin: 0;
padding: 0 17px 40px;
}
body .featured_section64 .detached2.tabs > ul{
padding: 0px 7%;
}
.detached2.tabs > section .img_left, .detached2.tabs > section .img_right{
margin-bottom: 60px!important;
margin-right: 0
}
.featured_section64 h2{
text-align: center;
}
ul.footer_social_links{
float: left;
}
.featured_section91 h2{
text-align:center;
}
body .buy-now{display:none;}
.king-owl-demo17 .item img{
max-height: none;
}
.featured_section202{
padding: 60px 0px 60px 0px;
}
/*** responsive for hosting ***/
body .domserch{
padding: 40px 0px;
}
.domserch .onecol_sixty{
width: 100%;
margin-bottom: 0;
}
.domserch .onecol_sixty h2.roboto{
text-align: center;
font-size: 22px;
}
body .domserch .inp1{
width: 65%;
}
body .domserch .inpubmit{
width: 35%;
}
.domserch .smlinks{
text-align: center;
}
.featured_section129 .title36 {
font-size: 26px;
}
.featured_section129 .one_fourth{
margin-bottom: 30px;
}
.featured_section130 .pacgbox{
width: 100%;
border-bottom: 1px solid #666;
}
body .featured_section131 .one_third{
width: 100%;
}
body .ovt_section07 .king-tabs-nav li a{
font-size: 9px;
}
body .ovt_section07 .king-tabs-nav li a strong{
font-size: 13px;
}
body #main .img_left5{
margin-right: 0;
}
.featured_section131 .margin_top6{
margin-top: 20px!important;
}
.featured_section133 .box span{
font-size: 20px;
margin-right: 0;
}
.featured_section133 .box strong{
font-size: 11px;
display: block;
}
.featured_section133 .box{
padding: 18px 10px;
}
body .ovt_section07 .less1{
width: 100%;
}
body .featured_section134{
padding-top: 60px;
}
body .featured_section137.sty2{
padding: 60px 0;
}
body .featured_section201 .container{
text-align: center;
}
body .featured_section201 h2{
width: 100%;
}
body .featured_section201 .element-icon{
margin: 0 auto 20px;
float: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.container {
width: 720px;
margin: auto;
}
.king-res-cart{
background: url("../images/woo-cart-bag.png") no-repeat scroll center top 0 / 30px auto transparent;
float: right;
height: 35px;
margin: 22px 4px 0 0px;
width: 31px;
text-align: center;
}
.king-res-cart span{
display: block;
font-size: 14px;
font-weight: bold;
height: 30px;
padding: 7px 0 0;
text-align: center;
width: 100%;
color: #393939;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
.nav > li.king-cart{
display: none;
}
body .footer .one_half{
white-space: nowrap;
}
.logo {
width: 40%;
}
.menu_main {
width: 60%;
}
.menu_main_full {
width: 75%;
}
.menu_rlinks {
width: 25%;
}
.menu_rlinks .mrbut {
padding-right: 10px;
padding-left: 10px;
}
.menu_main.rslinks {
width: 48%;
}
.menu_rlinks2 a {
padding: 8px 12px;
}
.menu_main.rslinks3 {
width: 48%;
margin-top: 9px;
}
.menu_rlinks3 {
margin-top: 28px;
}
.menu_rlinks3 a {
padding: 8px 10px;
}
.menu_main.rslinks4 {
width: 48%;
}
.menu_rlinks3 {
margin-top: 28px;
}
.menu_rlinks4 a {
padding: 8px 10px;
}
.menu_rlinks6 a {
padding: 8px 10px;
}
.logo2 {
width: 35%;
padding-left: 18px;
}
.menu_main.rslinks5 {
width: 64%;
margin-top: 23px;
}
.menu_rlinks5 {
display: none;
}
.menu_main.rslinks7 {
width: 63%;
margin-top: 20px;
}
.menu_rlinks7 {
display: none;
}
.padding_top_res1 {
padding-top: 90px;
background: #3c3c41;
}
body ul.footer_social_links{
float: right;
}
body ul.footer_social_links.two{
float: left;
}
.top_nav .left {
width: 40%;
white-space:nowrap;
}
.top_nav .right {
width: 60%;
}
.top_nav2 .left {
width: 40%;
white-space:nowrap;
}
.top_nav2 .right {
width: 60%;
}
body .footer .one_fourth{
padding-left: 20px;
}
body #flickr_badge_wrapper{
width: 100%;
}
body .featured_section1 .two_third{
width: 100%;
margin-bottom: 60px;
}
body .featured_section1 .one_third{
width: 80%;
margin: 0 10% 60px;
}
body .featured_section1 .two_third .one_third{
width: 30.650%;
margin: 0 4% 0 0;
}
body #main .margin_top10.margin_bottom10{
margin-top: 0;
}
.top_section2 .right .tinfo {
width: 50%;
}
.top_section2 .right .tinfo.last {
padding-left: 14px;
}
.top_section2 .right .tinfo strong {
font-size: 14px;
}
body .featured_section2 .one_fourth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 45px;
}
body .featured_section2 .one_fourth_less:nth-child(even){
margin-right: 0;
}
body .featured_section2 .one_fourth_less:nth-child(1n+3){
margin-bottom: 0;
}
.parallax_section2 h2 {
text-align: center;
}
body .parallax_section2{
text-align: center;
}
body .parallax_section2 .but {
float: none;
margin: 20px auto 0;
display: inline-block;
}
.detached.tabs > ul > li{
padding: 40px 28px 70px 28px;
}
body .featured_section3 .onecol_forty{
margin-top: 15%;
}
body .featured_section2 .one_fourth_less p {
padding: 25px 20px 20px 20px;
}
body .footer3{
padding: 60px 0;
}
body #main .margin_top12{
margin-top: 58px;
}
.featured_section3 span {
margin-top: 0px;
}
.featured_section3.two {
padding-bottom: 100px;
}
.featured_section3 .onecol_forty .one {
width: 75%;
}
.featured_section3 .onecol_forty .two {
width: 35%;
margin-top: 93px;
}
body .king-portfolio-main.four .king-portfolio-item{
width: 50%;
}
body .parallax_section4, body .featured_section28{
padding: 60px 0;
}
.featured_section6 .one_fourth {
padding-top: 40px;
padding-bottom: 40px;
}
.fltiphone {
background-size: 85%;
}
.featured_section7 .one_half {
width: 80%;
margin: 0 10% 40px 10%;
}
.featured_section7 .one_half:last-child{
margin-bottom: 0;
}
.featured_section7 .one_half.left img {
float: left;
margin-left: 0px;
margin-right: 40px;
}
.featured_section7 .one_half.left {
text-align: left;
}
.featured_section7 .one_half.left .hsmline2 {
float: left;
}
.featured_section8 .puhtext {
width: 50%;
padding-left: 5%;
padding-top: 75px;
padding-bottom: 75px;
}
.featured_section8 .puhtext b {
font-size: 18px;
}
.featured_section8 .puhtext strong {
font-size: 30px;
margin: 18px 0px 30px 0px;
}
.featured_section8 .puhtext p {
font-size: 14px;
line-height: 23px;
}
.featured_section9 .left,
.featured_section9 .center,
.featured_section9 .right {
padding: 65px 0px 65px 0px;
}
body .featured_section10 .one_fourth:nth-child(1n+3){
margin-bottom: 0;
}
.featured_section11 .one_third p {
padding: 0px 25px 40px 25px;
}
.featured_section13 .one_fourth {
padding-right: 2%;
padding-left: 2%;
width: 50%;
padding-bottom: 25px;
padding-top: 25px;
}
.featured_section13 .one_fourth:nth-child(even){
border-right: 0;
}
.featured_section13 .one_fourth:nth-child(1n+3){
border-top: 1px solid #f7f7f7;
padding-bottom: 0px;
}
.featured_section13 .one_fourth {
padding-right: 2%;
padding-left: 2%;
}
.featured_section13 .cirimg {
padding: 10px;
}
.featured_section15 .one_third span {
margin-bottom: 0px;
}
.featured_section16 .box {
margin-left: 0%;
}
.hexagon {
width: 165px;
height: 100px;
}
.hexagon.one {
margin-left: 100px;
}
.hexagon.two {
margin-right: 0px;
margin-left: 0px;
}
.hexagon:before {
border-left: 85px solid transparent;
border-right: 85px solid transparent;
}
.hexagon:after {
border-left: 85px solid transparent;
border-right: 85px solid transparent;
}
.logregform{
width: 60%;
margin: 0 20%;
}
body .featured_section17 .ibox .left{
width:100%;
margin-bottom: 5px;
}
.featured_section17 .ibox .right{
width: 100%;
}
.featured_section17 .ibox h4{
white-space: nowrap
}
body .featured_section17 .margin_top5{
margin-top: 25px;
}
.featured_section17 .rbox h5{
margin-bottom: 20px;
padding-bottom: 20px;
}
.featured_section17 .fimg {
width: 50%;
}
.featured_section17 .rbox {
width: 50%;
padding: 20px 20px 0px 20px;
}
.featured_section18 .onecol_forty {
width: 70%;
margin: 0 15% 50px 15%;
}
.featured_section18 .onecol_sixty {
width: 80%;
margin: 0 10%;
}
.featured_section19 .who {
width: 100%;
padding-top: 50px;
z-index: 2;
}
.featured_section19 .who img {
width: 40%;
margin: 0 30%;
}
.featured_section19 .text {
width: 80%;
padding: 50px 50px 50px 100px;
margin: 0 10%;
}
.featured_section19 .text h1 {
font-size: 27px;
margin: 0 0 30px 27px;
}
.featured_section19 .text p {
font-size: 14px;
line-height: 23px;
margin-left: 12px;
}
.featured_section19 .text h2 {
float: right;
font-size: 21px;
margin-top: 30px;
margin-bottom: 0px;
line-height: 27px;
border-bottom: 1px solid #5076bb;
}
.featured_section20 .one_third .price {
padding-left: 50px;
}
.featured_section20 .one_third .price h1 {
font-size: 65px;
padding: 0px 5px;
}
.featured_section20 .one_third .info a {
margin: 27px auto;
float: none;
width: 60%;
text-align: center;
display: block;
padding: 10px 20px;
}
.featured_section23 .imghoverz .text {
padding: 50px 25px 0px 25px;
}
.featured_section23 .imghoverz:hover .text,
.featured_section23 .imghoverz .text.active {
padding: 55px 25px 0px 25px;
}
.featured_section23 .imghoverz .text h2 {
font-size: 18px;
margin: 0 0 12px 0;
}
.featured_section24 .bbox .date {
padding: 10px;
}
.featured_section24 .bbox .date strong {
font-size: 18px;
margin-bottom: 0px;
}
.featured_section24 .bbox .date p {
font-size: 9px;
line-height: 12px;
margin: 0 0 10px 0;
}
.featured_section24 .bbox .date i {
font-size: 9px;
padding: 5px;
margin-top: 5px;
}
.featured_section24 .one_half.last {
background: #fff;
padding: 25px 20px 0px 25px;
}
.featured_section24 .one_half.last p {
font-size: 13px;
line-height: 18px;
}
.featured_section25 a {
padding: 14px 20px;
}
.featured_section27 .onecol_thirtyfive.left {
padding-top: 0px;
}
.featured_section27 .onecol_thirtyfive.right {
padding-top: 0px;
}
.featured_section27 .margin_top4 {
margin-top: 20px;
}
.featured_section27 .onecol_thirtyfive.left i,
.featured_section27 .onecol_thirtyfive.right i {
margin-bottom: 50px;
}
.featured_section29 .pricings {
padding: 25px 20px 45px 20px;
}
.featured_section30 .one_half img {
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.featured_section30 .one_half h5 {
margin-top: 0px;
}
.featured_section36 .slidesec {
margin-bottom: 0px;
}
.featured_section36 .one_half {
width: 100%;
margin-bottom: 40px;
}
.featured_section36 .one_half .last {
margin: 0;
}
.featured_section38 h1 {
font-size: 30px;
margin: 0 0 20px 0;
}
.featured_section38 b {
font-size: 32px;
}
.featured_section38{
text-align: center;
}
.featured_section38 a {
float: none;
}
.featured_section39 .one_half{
width: 48%;
margin-right: 4%;
}
.featured_section39 .one_half.last{
margin-right: 0;
}
body .featured_section39 .less3{
width: 100%;
}
.featured_section40 .onecol_forty {
width: 100%;
}
.featured_section40 .onecol_sixty {
width: 100%;
padding-top: 0px;
margin-bottom: 50px;
}
.featured_section44 li {
font-size: 14px;
}
.featured_section44 .one_third {
width: 100%;
}
.featured_section44 .two_third {
width: 100%;
margin-bottom: 50px;
}
.featured_section45 .one_fourth .cont {
padding: 10px 30px 20px 20px;
}
.featured_section45 .one_fourth .cont h4 {
margin: 7px 0px 10px 0px;
}
.featured_section46 .bubble p {
float: left;
width: 100%;
margin-top: 20px;
}
body .featured_section68 .one_half{
}
.featured_section47 li img {
float: left;
margin: 0px -20px;
width: 75%;
}
.featured_section47 li b {
margin-top: 3px;
margin-right: 40px;
}
.featured_section48 .one_fourth {
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
.featured_section48 .one_fourth:nth-child(even){
margin-right: 0;
}
.featured_section50 .left .icont {
width: 75%;
margin-right: 70px;
}
.featured_section50 .right .icont {
width: 75%;
margin-left: 70px;
}
.featured_section51 h1 {
font-size: 27px;
margin-top: 0px;
line-height: 35px;
}
.featured_section52 img {
width: 100%;
margin-top: 50px;
}
body .featured_section62{
padding: 50px 0;
}
body .parallax_section10 .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .parallax_section10 .one_fourth:nth-child(even){
margin-right: 0;
}
body .featured_section40 .onecol_forty img{
margin: 0 auto;
}
body .featured_section53 .one_third{
width: 70%;
margin: 0 15% 40px;
}
.featured_section54 .peosays{
padding-bottom: 60px;
}
.featured_section56 .left .cont,
.featured_section56 .right .cont {
width: 100%;
padding-right: 50px;
padding-left: 50px;
}
.featured_section56 i {
margin-right: 3px;
}
.featured_section57 {
padding-bottom: 100px;
}
.featured_section57 .cont1 {
margin-left: 20%;
}
.featured_section57 .cont2 {
margin-left: 20%;
}
.featured_section57 .square {
margin-bottom: 85px;
}
.featured_section57 .square2 {
margin-top: 30px;
margin-bottom: 50px!important;
}
.featured_section58 .box {
width: 48%;
padding: 70px 50px;
margin: 0 10px 10px 1%;
}
.featured_section59 img {
width: 100%;
}
body .featured_section61 .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section61 .one_fourth:nth-child(even){
margin-right: 0;
}
body .featured_section62 .one_half_less{
width: 100%;
margin-bottom: 40px;
}
body .featured_section62 .one_fourth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section62 .margin_top3{
margin-top: 0!important;
}
.footer3 .one_fifth{
width: 27%;
padding: 0 20px;
margin-bottom: 60px;
}
.footer3 .one_fifth:nth-child(1n+4){
width: 48%;
}
body .featured_section62 .one_fourth_less:nth-child(6n+1){
margin-right: 0;
}
.featured_section63 .one_half {
background-position: right top;
}
.featured_section64 h2 {
padding-top: 0px;
}
.featured_section66 .pricbox .title strong {
font-size: 100px;
}
.featured_section66 .pricbox .title strong sup {
font-size: 30px;
}
.featured_section66 .pricbox ul {
margin-left: 25px;
margin-right: 25px;
}
.featured_section67 .ongmp_address {
width: 70%;
}
.featured_section67 .container {
margin-left: 4%;
}
body .featured_section68 .one_fourth img{
width:100%;
}
body .featured_section69 .one_half{
width: 100%;
margin-bottom: 50px;
}
.footer6 .column1 {
width: 100%;
padding-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .column1.last {
padding-left: 0px;
margin-bottom: 0px;
}
.footer6 .column2 {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .clogos li img {
margin-bottom: 0px;
margin-right: 5px;
}
body .featured_section70 li{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
padding:0;
}
body .featured_section70 li:nth-child(even){
margin-right: 0;
}
body .featured_section70 li img.size-full{
width:100%;
}
.featured_section71 h5 {
margin: 0px 0 0 0;
}
.featured_section73 h4 {
width: 100%;
}
.featured_section74 span {
padding: 20px;
}
.featured_section74 .sp_wrapper{
padding-left:20px;
padding-right:20px;
}
.featured_section75 .left {
width: 45%;
padding-left: 25px;
}
.featured_section75 .right {
width: 45%;
padding-right: 25px;
}
.featured_section77 .testimo {
padding: 30px 20px;
}
.featured_section77 .lbt {
width: 90%;
}
.featured_section78 .box {
padding: 35px 10px 40px 10px;
}
.featured_section79 .box span {
padding: 35px 10px 45px 10px;
}
body .featured_section79 .box{
width: 32%;
margin-right: 2%;
border: 1px solid #ececec!important;
}
body .featured_section79 .box.last{
margin-right: 0;
}
body .featured_section80 .box{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
border: 1px solid #ececec!important;
}
body .featured_section80 .box:nth-child(even){
margin-right: 0;
border-left:1px solid #ececec!important;
}
body .featured_section78 .one_fourth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section78 .one_fourth_less:nth-child(even){
margin-right: 0;
}
body .featured_section80 .box h3{
font-size: 19px;
}
body .featured_section82 .last li{
display: inline;
}
.featured_section80 .box span {
padding: 35px 20px 45px 20px;
}
.featured_section81 .box {
width: 33%;
padding: 40px 30px;
}
.featured_section82 .box {
padding: 40px 0px;
text-align: center;
}
.featured_section82 .box span {
float: none;
margin-right: 0px;
padding: 10px;
}
.featured_section82 .box b {
margin-top: 20px;
}
.featured_section82 .box i {
float: none;
font-size: 25px;
width: 50px;
height: 50px;
line-height: 50px;
margin-right: 10px;
margin-bottom: 10px;
}
.featured_section86 .cinfo .shape1 {
margin-top: -20px;
margin-left: -1px;
margin-bottom: 18px;
width: 101%;
}
.featured_section86 .cirimg {
width: 160px;
height: 160px;
}
body .featured_section86 .one_fourth:nth-child(1n+3){
margin-bottom: 0;
}
body .featured_section88 .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section88 .one_fourth img{
width:100%;
}
body .featured_section88 .one_fourth:nth-child(even){
margin-right: 0;
}
.featured_section89 .left{
margin-top: 10%;
}
.featured_section89 .left img {
width: 100%;
}
.featured_section89 .right {
padding-top: 0px;
}
.parallax_section14 .box {
padding: 45px 30px;
width: 33.19%;
}
.featured_section94 .left{
width: 56%;
}
.featured_section94 .left{
width: 60%;
}
.featured_section94 .right .box .cont{
padding: 27px 18px;
}
.featured_section94 .right{
margin-left: 4%;
}
.featured_section96 .left img,
.featured_section96 .right img {
float: none;
}
.featured_section97 .one_third{
width: 50%;
}
.featured_section98 .box .title h3 {
font-size: 16px;
}
.featured_section98 .box .title h3 strong {
font-size: 30px;
}
.featured_section100 .box {
padding: 50px 30px;
}
.featured_section101 .box {
padding: 50px 35px;
}
.featured_section102 .one_fourth_less {
padding: 8px 8px 0px 8px;
}
.featured_section102 .one_fourth_less img {
width: 100%;
}
.featured_section103 .container .box {
padding-left: 20px;
padding-right: 20px;
}
.featured_section107 p {
width: 100%;
}
.featured_section109 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section109 .one_half.last {
margin: 0;
text-align: center;
}
.featured_section112 .onecol_thirtyfive.left {
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.right {
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.left i {
margin-left: 10px;
}
.featured_section112 .onecol_thirtyfive.right i {
margin-right: 10px;
}
.featured_section116 .box {
padding-left: 10px;
padding-right: 10px;
}
.featured_section118 .slidesec {
width: 90%;
}
.featured_section118 .slidesec .element-icon{
margin-bottom: 50px;
}
.featured_section119 .box iframe {
width: 120px;
height: 90px;
margin-right: 16px;
}
.featured_section119 .box strong {
font-size: 14px;
}
.parallax_section1 p {
width: 90%;
}
.parallax_section2 h2 {
text-align: center;
font-size: 25px;
}
.parallax_section2 .but {
float: left;
font-size: 14px;
padding: 12px 25px;
margin-top: 20px;
}
.parallax_section7 .one,
.parallax_section7 .two {
padding: 30px 20px 30px 30px;
}
.parallax_section7 .one .bigtfont,
.parallax_section7 .two .bigtfont {
font-size: 14px;
line-height: 23px;
}
.parallax_section10 .one_fourth img {
width: 100%;
}
.parallax_section13 .box {
width: 59%;
}
.parallax_section17 h2 {
font-size: 25px;
}
.parallax_section17 a {
float: left;
margin: 14px 0px 0 0px;
}
.newsletter2 .enter_email_input {
width: 65%;
}
.client_logos3 li {
width: 18%;
}
.client_logos3 li img {
width: 100%;
}
body #flickr_badge_wrapper img{
margin-bottom: 8px;
}
.less1 {
width: 100%;
}
.less2 {
width: 100%;
}
.less3 {
width: 100%;
}
.less4 {
width: 100%;
}
.title22 em {
width: 80%;
}
.title23 em {
width: 80%;
}
.title28 em {
width: 75%;
}
body .featured_section106 .onecol_sixty{
width: 46%;
}
body .featured_section106 .onecol_forty{
width: 50%;
}
.ls-slide .sbox5 b, .ls-preview .sbox5 b{
font-size: 18px;
line-height: 18px;
}
.ls-slide .sbox1 i, .ls-slide .sbox2 i, .ls-slide .sbox3 i, .ls-preview .sbox1 i, .ls-preview .sbox2 i, .ls-preview .sbox3 i{
font-size: 28px;
margin-bottom: 5px;
}
.featured_section9 .wpb_wrapper > .king-elements{
text-align: center;
}
.featured_section9 a{
display: block;
width: 100%;
text-align: center;
}
/**********/
.leftmenuv1 .container {
width: 595px;
}
.logoopv1 {
width: 34%;
}
.menuopv1 {
width: 64%;
padding-left: 5%;
}
.logo_lmv1 {
padding: 30px 0px;
}
.featured_section201 span {
float: none;
font-size: 45px;
margin-right: 0px;
margin-bottom: 20px;
margin-top: 0px;
}
.featured_section201 h2 {
font-size: 18px;
line-height: 21px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .one_fourth {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .one_fourth.last {
margin: 0;
}
.featured_section202 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.featured_section203 .box-details {
height: 50px;
}
.featured_section203 .box:hover .box-details,
.featured_section203 .box.active .box-details {
height: 160px;
}
.featured_section203 .box-details h5,
.featured_section203 .box:hover .box-details h5,
.featured_section203 .box.active .box-details h5 {
padding-top: 10px;
margin-bottom: 5px;
line-height: 16px;
font-size: 13px;
}
.featured_section203 .box-details h5 em {
font-size: 9px;
}
.featured_section203 .box-details p {
width: 95%;
font-size: 11px;
line-height: 16px;
padding-top: 9px;
padding-bottom: 7px;
}
.featured_section203 .box-details a {
font-size: 9px;
padding: 3px 7px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half {
width: 100%;
}
.featured_section207 .ongmp_contact {
width: 55%;
}
.featured_section207 .box {
width: 53.45%;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 67%;
padding: 10px 10px;
}
.featured_section209 .box span h3 {
font-size: 18px;
line-height: 21px;
}
.ovfull_container {
padding: 0px 40px 0px 40px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
padding: 100px 10px;
}
body .ovt_section01 .drcse {
padding: 75px 40px 75px 40px;
}
body .ovt_section02 .left {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 40px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
padding: 100px 40px;
}
body .ovt_section05 {
padding: 100px 40px;
}
body .ovt_section05 .one_fourth_less {
width: 49%;
margin: 0 3px 3px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 40px 0px 40px;
}
.featured_section207.two .ongmp_contact {
width: 57%;
}
.featured_section207.two .box {
width: 50%;
padding: 70px 0px 0 25px;
}
.tabs-onpg3 .ui-tabs-nav li a strong{
font-size: 16px;
white-space: pre-line;
}
.tabs-onpg3 .ui-tabs-nav li a{
white-space: pre-line;
font-size: 13px;
}
body .one_fourth_less {
width: 100%;
margin-bottom: 20px;
}
.featured_section102 .one_fifth_less{
width: 48%;
margin-bottom: 20px;
}
.featured_section66 .pricbox{
float: none;
margin: 0 auto;
width: 100%;
}
.featured_section98 .box .button {
margin: 10px 0;
padding: 6px 10px;
}
.featured_section134{
padding-top: 60px;
}
.featured_section134 h5{
margin-bottom: 25px;
}
body .featured_section134 .one_third i{
margin-bottom: 10px;
}
body .featured_section136 .box p{
clear: both;
}
body .featured_section137 .one_fourth_less{
width: 49%;
}
.featured_section137.sty2 .one_fourth_less{
width: 48%;
margin-right: 4%;
}
body .featured_section137 .one_fourth_less:nth-child(even){
margin-right: 0;
}
body .featured_section137.sty2 .one_fourth_less:nth-child(even){
margin-right: 4%;
}
body .featured_section137.sty2 .one_fourth_less:nth-child(2n+3){
margin-right: 0;
}
.featured_section137.sty2 .box img{
width: 100%;
}
.featured_section138 .right li{
text-align: left;
}
body .featured_section141 .box{
padding: 30px 25px;
}
/*** For contruction ***/
body .one_fourth_less {
width: 48%;
margin-bottom: 40px;
}
.featured_section125 .one_third {
width: 100%;
}
.featured_section125 .margin_top6{
margin-top: 0px!important;
}
.featured_section126 .one_fourth{
width: 46%;
margin-right: 4%;
margin-bottom: 60px;
}
.featured_section128 strong{
line-height: 50px;
text-align: center;
}
.featured_section124 .repro .box{
width: 100%;
}
.wpb_single_image img{
width: 100%;
}
.featured_section130 .pacgbox {
width: 24.85%;
border-bottom: 0px solid #666;
}
.featured_section131 .one_third i {
margin-bottom: 5px;
margin-right: 20px;
}
body .featured_section131 .one_third {
width: 31.250%;
}
/*** merger ***/
.leftmenuv1 .container {
width: 96%;
}
.logoopv1 {
width: 34%;
}
.menuopv1 {
width: 64%;
padding-left: 5%;
}
.logo_lmv1 {
padding: 30px 0px;
}
.featured_section201 span {
float: none;
font-size: 45px;
margin-right: 0px;
margin-bottom: 20px;
margin-top: 0px;
}
.featured_section201 h2 {
font-size: 18px;
line-height: 21px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .one_fourth {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .one_fourth.last {
margin: 0;
}
.featured_section202 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.featured_section203 .box-details {
height: 50px;
}
.featured_section203 .box:hover .box-details,
.featured_section203 .box.active .box-details, .featured_section203 .highlight .box .box-details {
height: 160px;
}
.featured_section203 .box-details h5,
.featured_section203 .box:hover .box-details h5,
.featured_section203 .box.active .box-details h5 {
padding-top: 10px;
margin-bottom: 5px;
line-height: 16px;
font-size: 13px;
}
.featured_section203 .box-details h5 em {
font-size: 9px;
}
.featured_section203 .box-details p {
width: 95%;
font-size: 11px;
line-height: 16px;
padding-top: 9px;
padding-bottom: 7px;
}
.featured_section203 .box-details a {
font-size: 9px;
padding: 3px 7px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half {
width: 100%;
}
.featured_section207 .ongmp_contact {
width: 55%;
}
.featured_section207 .box {
width: 53.45%;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 67%;
padding: 10px 10px;
}
.featured_section209 .box span h3 {
font-size: 18px;
line-height: 21px;
}
.ovfull_container {
padding: 0px 40px 0px 40px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
padding: 100px 10px;
}
body .ovt_section01 .drcse {
padding: 75px 40px 75px 40px;
}
body .ovt_section02 .left {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 40px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
padding: 100px 40px;
}
body .ovt_section05 {
padding: 100px 40px;
}
body .ovt_section05 .one_fourth_less {
width: 49%;
margin: 0 3px 3px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 40px 0px 40px;
}
.featured_section207.two .ongmp_contact {
width: 57%;
}
.featured_section207.two .box {
width: 50%;
padding: 70px 0px 0 25px;
}
.featured_section140 .box i{
margin-bottom: 30px;
}
.featured_section143 .box .donate_form{
width: 90%;
}
.featured_section143 .box h1{
line-height: 51px;
}
.featured_section143 .box .box2 .element-icon{
font-size: 45px;
}
.featured_section143 .box .box2{
padding: 40px 25px;
}
body .featured_section15.two .one_third{
text-align: center;
}
body .featured_section15.two .one_third .element-icon{
margin: 0px 20px 0;
float: none;
}
body .featured_section15.two .one_third h4{
width: 100%;
}
}
@media only screen and (max-width: 767px){
body .col-md-9{width: 100%;}
body .col-md-3{width: 100%; padding-right: 15px;}
html body{
background: #fff;
}
body .margin_top8,body .margin_top9,body .margin_top10,body .margin_top11,body .margin_top12, body #main .margin_top10{
margin-top: 50px;
}
body .featured_section95{
padding: 50px 0;
}
body .featured_section96 h2,body .featured_section96 p{
text-align: center;
}
body .king-portfolio-main .king-portfolio-item{
width: 100%;
}
body .top_nav, .top_nav2{
white-space: nowrap;
height: auto;
}
body .top_nav .left, .top_nav2 .left{
text-align: right;
}
body .top_nav .left a, .top_nav2 .left a{
float: left;
margin-right: 0px;
text-align: left;
}
body .top_nav ul.topsocial, .top_nav2 ul.topsocial{
margin: 0px 0px 0px 0px;
float: left;
}
body .top_nav .topsocial li, .top_nav2 .topsocial li{
margin: 0px 15px 0px 0px;
}
body .top_nav .topsocial li:last-child, .top_nav2 .topsocial li:last-child{
margin-right: 0px;
}
body .top_nav .topsocial, .top_nav2 .topsocial{
max-width: 120px;
overflow: hidden;
}
body .top_nav2 .topsocial.linklast{
float:right;
}
body .divider_line{
margin-top: 25px;
}
body #flickr_badge_wrapper img{
margin-bottom: 8px;
}
body #main .margin_top12{
margin-top: 50px;
}
body .featured_section1 .one_third{
width: 100%;
margin-bottom: 40px;
}
body .featured_section1 .two_third{
width: 100%;
}
body .featured_section1 .two_third .one_third{
width: 30.650%;
margin-bottom: 0;
}
body #main .margin_bottom10{
margin-bottom: 50px;
}
body .featured_section3{
padding-top: 50px;
padding-bottom: 50px;
}
body .featured_section3 .onecol_forty .one{
width: 77%;
}
body .featured_section3 .onecol_forty .two{
width: 36%;
margin-top: 94px;
}
body .featured_section3 .span{
margin-top: 0;
}
body .bigtfont{
text-align: justify;
}
body .onecol_sixty .wpb_button_a{
text-align: center;
}
body .detached.tabs > ul >li{
padding: 40px 18px 72px 18px;
}
body .featured_section5 .one_fourth{
padding: 40px 0px 0px;
}
body .featured_section74 .one_third .king-elements .element-icon{
width: 100%;
}
body .featured_section72 .one_fourth .size-full{
width: 100%;
}
body .counters5{
float: none;
}
body .featured_section6 .one_fourth{
width: 100%;
border-right: none;
padding:40px 0;
}
body .featured_section6{
padding-top: 50px;
}
body .featured_section7 .one_half{
width: 46%;
margin-right: 8%;
margin-bottom: 40px;
}
body .featured_section7 .one_half:nth-child(even){
margin-right: 0;
}
body .featured_section7 .one_half.left img, .featured_section7 .one_half.right img{
float: left;
width: 100%;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 30px;
}
body .featured_section7 .one_half.left{
text-align: left;
}
body .featured_section7 .one_half.left .hsmline2 {
float: left;
}
body .featured_section8 .puhtext {
width: 77%;
padding-left: 5%;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 10px;
}
body .featured_section78{
padding: 50px 0;
}
body .featured_section10{
padding: 50px 0;
}
body .featured_section10 .one_fourth{
width: 100%;
margin-right: 0;
}
body .featured_section11 .one_third{
width: 100%;
margin:0 0 60px 0;
}
body .parallax_section12{
padding: 50px 0;
}
body .featured_section12{
padding: 80px 0;
}
body .featured_section80 .box span{
padding: 45px 10px 55px 10px;
}
body .featured_section81{
padding: 50px 0;
}
body .parallax_section10{
padding: 50px 0;
}
body .footer6{
padding-top: 50px;
}
body .featured_section8 .puhtext .wpb_wrapper{
padding: 0 15px;
text-align: justify;
}
body .parallax_section10 .pricingtable9{
margin-bottom: 40px;
}
body .tabs section p{
text-align: justify;
}
body .featured_section14{
padding: 50px 0;
}
body .featured_section27 .vc_single_image-wrapper{
text-align: center;
}
body .parallax_section4 .one_fourth{
width: 100%;
}
body .featured_section28{
padding: 50px 0;
}
body .parallax_section5{
padding: 50px 0px 80px 0px;
}
body .featured_section29 .button.nine{
display: block;
width: 70%;
text-align: center;
margin: 0 auto;
}
body .parallax_section4{
padding: 50px 0;
}
body .margin_top14{
margin-top: 50px!important;
}
body .footer4 .fmlinks a{
display: inline-block;
margin: 0px 18px;
}
body .margin_top11{
margin-top: 50px!important;
}
body .featured_section49, body .featured_section52{
padding-top: 50px;
}
body .featured_section56 .left, body .featured_section56 .right{
padding-top: 50px;
text-align: center;
}
body .featured_section56 .left .alignleft, body .featured_section56 .right .alignleft{
float: none;
}
body .featured_section57, body .featured_section60, body .featured_section62, body .featured_section75, .parallax_section11{
padding:50px 0;
}
body .footer3{
padding:50px 0;
}
body #owl-demo14 .item img{
width:100%;
}
body .featured_section72{
padding-top: 50px;
}
body .featured_section80 .box{
width: 48%;
margin-right: 4%;
}
body .featured_section80 .box:nth-child(even){
margin-right: 0;
border-left:1px solid #ececec;
}
body .featured_section68{
padding: 50px 0;
}
body .featured_section40{
padding-top: 50px;
}
body .featured_section70 li{
width: 50%;
padding: 0 10px 10px 0;
}
body .parallax_section10 .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .parallax_section10 .one_fourth:nth-child(even){
margin-right: 0;
}
body .less1{
width:100%;
}
body .featured_section2 .one_fourth_less p{
padding: 35px 10px 30px 10px;
}
body .featured_section37 .one_half:first-child{
margin-bottom: 140px;
}
body .featured_section80 .box{
width: 100%;
margin-right: 0;
}
body .featured_section66 .one_third_less{
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
.featured_section42 .ul-haccordion .li .heading{
font-size: 9px;
padding: 10px 3px;
}
.featured_section42 .wrp-haccordion .ul-haccordion{
min-width: 68px;
}
.featured_section42 .wrp-haccordion .ul-haccordion .li{
width: 68px;
}
body .wrp-haccordion .ul-haccordion:hover .li, body .ul-haccordion .li .description{
width: 350px;
}
.parallax_section7 .one_third{
width: 100%;
margin-bottom: 40px;
}
.featured_section41 .flexslider .vc_column_container{
padding-bottom: 10px;
}
body .featured_section85 .one_third{
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
.featured_section97 .one_third{
width: 50%;
}
.featured_section18 h2, body .featured_section18 .bigtfont{
text-align: center;
}
.featured_section20 .one_third.last{
margin-bottom: 0;
}
.featured_section17 .rbox h5{
text-align: center;
}
.featured_section38 a{
float: none;
}
.featured_section34 .wpb_wrapper{
width: 80%;
margin: 0 10%;
}
body .featured_section34 .one_third, body .featured_section66 .one_third{
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
.featured_section66 .wpb_wrapper{
width: 70%;
margin: 0 15%;
}
body .parallax_section11 .one_third{
width: 80%;
margin: 0 10% 40px;
text-align: center;
}
.featured_section94 .left h2, .featured_section94 .left h1{
text-align: center;
}
.featured_section21 .container .box, .featured_section21.king-innerRow-container .box{
width: 100%;
padding: 30px 0;
}
.featured_section134 .one_third i{
margin-bottom: 15px;
}
body .featured_section136 .onecol_sixty, body .featured_section136 .onecol_forty{
width: 100%;
margin-right: 0;
margin-bottom: 60px;
}
.featured_section124 .repro .box{
width: 100%;
}
.featured_section125 .one_third{
width: 100%;
margin-bottom: 40px!important;
}
.featured_section125 .one_third strong{
font-size: 16px;
}
.featured_section125 .margin_top6{
margin-top: 0!important;
}
body .featured_section126 .one_fourth {
width: 46%;
margin-bottom: 60px;
}
.featured_section128 strong{
line-height: 26px;
font-size: 24px;
text-align: center;
width: 100%;
margin-right: 0;
}
.featured_section128 a{
clear: both;
margin-top: 30px;
display: inline-block;
}
.wpb_single_image img{
width: 100%;
}
body .featured_section137.sty2 .box img{
width: 100%;
}
.featured_section143 .box h1{
line-height: 51px;
}
.featured_section143 .box .donate_form{
width: 90%;
}
.featured_section143 .box .donate_input{
width: 65%;
}
.featured_section126{
padding: 60px 0px 100px 0px;
}
.featured_section131 .one_third i{
margin-bottom: 0;
}
body .ovt_section07 .king-tabs-nav li a{
padding: 15px 0;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px){
.king-res-cart{
background: url("../images/woo-cart-bag.png") no-repeat scroll center top 0 / 24px auto transparent;
float: right;
height: 30px;
margin: 22px 4px 0 0px;
width: 24px;
}
.king-res-cart span{
display: block;
font-size: 11px;
font-weight: bold;
height: 30px;
padding: 3px 0 0;
text-align: center;
width: 100%;
color: #393939;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
.nav > li.king-cart{
display: none;
}
.parallax_section15 .one_half{
padding: 50px 35px 45px 35px;
}
body .top_nav .left a{
margin-right: 25px;
}
body .logo a, .logo2 a,body .logo a img, .logo2 a img{
text-align: left;
}
#logo14{
margin-top: 10px;
}
body .top_nav ul.topsocial{
float: left;
}
body #main .margin_top9{
margin-top: 60px;
}
.container {
width: 590px;
margin: auto;
}
.padding_top_res1 {
padding-top: 80px;
background: #3c3c41;
}
.logo {
width: 40%;
}
.menu_main {
width: 60%;
}
.menu_main_full {
width: 75%;
}
.menu_rlinks {
width: 25%;
}
.menu_rlinks .mrbut {
padding-right: 10px;
padding-left: 10px;
}
.menu_main.rslinks {
width: 50%;
}
.menu_rlinks2 a {
font-size: 9px;
padding: 8px 10px;
}
.menu_main.rslinks3 {
width: 48%;
margin-top: 7px;
}
.menu_rlinks3 {
margin-top: 27px;
}
.menu_rlinks3 a {
font-size: 9px;
padding: 8px 10px;
}
.menu_main.rslinks4 {
width: 49%;
margin-top: 7px;
}
.menu_rlinks4 {
margin-top: 27px;
}
.menu_rlinks4 a {
font-size: 9px;
padding: 8px 10px;
}
.menu_rlinks6 {
margin-top: 27px;
}
.menu_rlinks6 a {
font-size: 9px;
padding: 8px 7px;
}
body .footer .flickr_badge_wrapper a:last-child{
display: inline-block;
}
body .featured_section78 .one_fourth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section78 .one_fourth_less:nth-child(even){
margin-right: 0;
}
.featured_section79 .box{
width: 70%;
margin: 0 15% 40px;
}
body .king-portfolio-main.four .king-portfolio-item{
width: 50%;
}
body .featured_section72 .one_fourth{
width: 48%;
margin-right: 4%;
}
body .featured_section26 .cont{
width: 100%;
}
body .featured_section72 .one_fourth:nth-child(even){
margin-right: 0;
}
body .featured_section36{
padding-bottom: 50px;
}
.logo2 {
width: 40%;
padding-left: 18px;
}
.menu_main.rslinks5 {
width: 60%;
margin-top: 23px;
}
.menu_rlinks5 {
display: none;
}
.menu_main.rslinks7 {
width: 58%;
margin-top: 20px;
}
.menu_rlinks7 {
display: none;
}
body #flickr_badge_wrapper{
width: 100%;
}
.top_nav .left {
width: 50%;
}
.top_nav .right {
width: 50%;
}
.top_nav2 .left {
width: 50%;
}
.top_nav2 .right {
width: 50%;
}
.top_section2 .right .tinfo {
width: 50%;
}
.top_section2 .right .tinfo.last {
padding-left: 7px;
}
.top_section2 .right .tinfo strong {
font-size: 12px;
}
.top_section2 .right .tinfo i {
width: 25px;
height: 25px;
line-height: 22px;
font-size: 12px;
margin-right: 3px;
}
.top_section2 .right .tinfo em {
line-height: 10px;
}
body .featured_section2 .one_fourth_less{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
body .featured_section2 .one_fourth_less:nth-child(even){
margin-right: 0;
}
.featured_section2 .one_fourth_less p {
padding: 20px 5px 20px 5px;
font-size: 13px;
line-height: 18px;
}
body .featured_section2 .one_fourth_less h4{
padding: 2px 0px;
font-size: 15px;
line-height: 20px;
min-height: 44px;
}
body #main .margin_bottom10{
margin-bottom: 50px;
}
.featured_section3 span {
margin-top: 0px;
}
.featured_section3.two {
padding-bottom: 100px;
}
.featured_section3 .onecol_forty img.one {
width: 75%;
}
body .featured_section3 .onecol_forty img.two {
width: 35%;
margin-top: 74px;
}
.featured_section3 strong{
font-size: 47px;
}
.featured_section6 .one_fourth {
padding-top: 40px;
padding-bottom: 40px;
}
body .fltiphone {
background-size: 85%;
height: 50px;
}
.featured_section7 .one_half {
width: 100%;
margin: 0;
}
.featured_section7 .one_half.left img {
float: left;
margin-left: 0px;
margin-right: 40px;
}
.featured_section7 .one_half.left {
text-align: left;
}
.featured_section7 .one_half.left .hsmline2 {
float: left;
}
body .featured_section7 .one_half:nth-child(1n+3){
margin-bottom: 0;
}
.featured_section8 .puhtext {
width: 50%;
padding-left: 5%;
padding-top: 75px;
padding-bottom: 75px;
}
.featured_section8 .puhtext b {
font-size: 16px;
}
.featured_section8 .puhtext strong {
font-size: 25px;
margin: 10px 0px 25px 0px;
}
.featured_section8 .puhtext p {
font-size: 14px;
line-height: 23px;
}
.featured_section9 .left,
.featured_section9 .center,
.featured_section9 .right {
padding: 65px 0px 65px 0px;
}
body .featured_section62 .one_fourth_less, body .featured_section62 .one_half_less{
width: 100%;
margin-bottom: 20px;
}
.featured_section11 .one_third p {
padding: 0px 25px 40px 25px;
}
.featured_section12 .peosays {
width: 100%;
}
.featured_section13 .one_fourth {
padding-right: 2%;
padding-left: 2%;
width: 50%;
padding-bottom: 25px;
padding-top: 25px;
}
.featured_section13 .one_fourth:nth-child(even){
border-right: 0;
}
.featured_section13 .one_fourth:nth-child(1n+3){
border-top: 1px solid #f7f7f7;
padding-bottom: 0px;
}
.featured_section13 .cirimg {
padding: 10px;
}
.featured_section15 .one_third .element-icon{
margin-bottom: 0px;
margin-right:20px;
}
.featured_section15 .one_third span {
margin-bottom: 0px;
}
.featured_section16 .box {
margin-left: 0%;
margin-top: 55px;
}
.hexagon {
width: 140px;
height: 100px;
margin-right: 10px;
}
.hexagon.one {
margin-left: 75px;
}
.hexagon.two {
margin-right: 0px;
margin-left: 0px;
}
.hexagon.three,
.hexagon.four,
.hexagon.five {
margin-left: 10px;
}
.hexagon:before {
border-left: 70px solid transparent;
border-right: 70px solid transparent;
top: -30px;
border-bottom: 30px solid #f3f3f3;
}
.hexagon:after {
border-left: 70px solid transparent;
border-right: 70px solid transparent;
bottom: -30px;
border-top: 30px solid #f3f3f3;
}
.hexagon:hover:before {
border-bottom: 30px solid #5076bb;
}
.hexagon:hover:after {
border-top: 30px solid #5076bb;
}
.hexagon i {
color: #999;
font-size: 40px;
margin-top: 10px;
margin-bottom: 10px;
}
.haxmargin {
margin-top: 40px;
}
.featured_section17 .fimg {
width: 100%;
}
.featured_section17 .rbox {
width: 100%;
padding: 60px 50px 60px 50px;
}
.featured_section18 .onecol_forty {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section18 .onecol_sixty {
width: 100%;
margin: 0;
}
.featured_section19 .who {
width: 100%;
padding-top: 50px;
z-index: 2;
}
.featured_section19 .who img {
width: 40%;
}
.featured_section19 .text {
width: 100%;
padding: 50px 50px 50px 70px;
}
.featured_section19 .text h1 {
font-size: 27px;
margin: 0 0 30px 27px;
}
.featured_section19 .text p {
font-size: 14px;
line-height: 23px;
}
.featured_section19 .text h2 {
float: right;
font-size: 21px;
margin-top: 30px;
margin-bottom: 0px;
line-height: 27px;
border-bottom: 1px solid #5076bb;
}
.featured_section20 .one_third {
width: 100%;
margin: 0 0 60px 0;
}
.featured_section20 .one_third .price {
padding-left: 200px;
}
.featured_section20 .one_third .info a {
margin-left: 34%;
}
.featured_section23 .one_half {
width: 98%;
margin: 0 0 50px 0;
}
.featured_section23 .one_half.last {
width: 98%;
margin: 0;
}
.featured_section24 .one_half {
width: 100%;
}
.featured_section24 .one_half.last {
padding: 35px 35px 35px 35px;
}
.featured_section25 a {
padding: 8px 8px;
}
.featured_section26 i {
font-size: 25px;
}
.featured_section27 .onecol_thirtyfive {
width: 100%;
margin: 0;
}
.featured_section27 .one_fourth {
width: 25%;
margin: 30px auto;
}
.featured_section27 .onecol_thirtyfive.left {
text-align: left;
padding-top: 0px;
}
.featured_section27 .onecol_thirtyfive.right {
text-align: left;
padding-top: 0px;
}
.featured_section27 .onecol_thirtyfive.left i {
float: left;
margin-left: 0px;
margin-right: 25px;
}
.featured_section29 .pricings {
width: 49.7%;
margin-right: 0.3%;
}
.featured_section30 .one_half img {
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.featured_section30 .one_half h5 {
margin-top: 0px;
}
.featured_section36 .slidesec {
margin-bottom: 0px;
}
.featured_section36 .one_half {
width: 100%;
margin-bottom: 40px;
}
.featured_section36 .one_half .last {
margin: 0;
}
.featured_section37 .one_half {
width: 100%;
margin-bottom: 100px;
}
.featured_section37 .one_half.last {
margin: 0;
}
.featured_section38 h1 {
font-size: 30px;
margin: 0 0 20px 0;
}
.featured_section38 b {
font-size: 32px;
}
.featured_section38 a {
float: left;
}
.featured_section40 .onecol_forty {
width: 100%;
}
.featured_section40 .onecol_sixty {
width: 100%;
padding-top: 0px;
margin-bottom: 50px;
}
.featured_section40 i{
margin-bottom: 20px;
}
.featured_section40 .onecol_forty img{
margin: 0 auto;
float: none;
}
.featured_section44 li {
font-size: 14px;
}
.featured_section44 .one_third {
width: 100%;
}
.featured_section44 .two_third {
width: 100%;
margin-bottom: 50px;
}
.featured_section45 .one_fourth {
width: 100%;
margin-bottom: 40px;
}
.featured_section45 .one_half {
width: 100%;
margin: 0 0 25px 0;
}
.featured_section46 .bubble p {
float: left;
width: 100%;
font-size: 14px;
line-height: 23px;
margin-top: 20px;
}
body .footer3 .one_fifth{
width: 27%;
margin-bottom: 60px;
}
body .footer3 .one_fifth:nth-child(1n+4){
width: 48%;
}
.featured_section47 li img {
float: left;
margin: 0px;
width: 75%;
}
.featured_section47 li b {
margin-top: 3px;
margin-right: 40px;
}
.featured_section48 .one_fourth{
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}
.featured_section49 .one_half{
width:100%;
}
.featured_section48 .one_fourth:nth-child(even){
margin-right: 0;
}
.featured_section50 .left .icont {
width: 75%;
margin-right: 40px;
}
.featured_section50 .right .icont {
width: 75%;
margin-left: 40px;
}
.featured_section51 .onecol_forty{
margin-top: 15%;
}
.featured_section51 h1 {
font-size: 21px;
margin-top: 0px;
line-height: 30px;
}
.featured_section52 img {
width: 100%;
margin-top: 50px;
}
.featured_section53 .one_third {
width: 100%;
margin-bottom: 50px;
}
.featured_section53 .one_third.last {
margin-bottom: 0px;
}
.featured_section54 .one_third {
width: 100%;
}
.featured_section56 .left .cont,
.featured_section56 .right .cont {
width: 100%;
padding-right: 25px;
padding-left: 25px;
}
.featured_section56 i {
margin-right: 0px;
}
.featured_section57 {
padding-bottom: 100px;
}
.featured_section57 .cont1 {
margin-left: 13%;
}
.featured_section57 .cont2 {
margin-left: 13%;
width: 100%;
}
.featured_section57 .square {
margin-bottom: 85px;
margin-right: 80px;
}
.featured_section57 .square2 {
margin-top: 30px;
margin-bottom: 50px!important;
margin-right: 80px;
}
.featured_section58 .box {
width: 48%;
padding: 50px 20px;
margin: 0 10px 10px 0.5%;
}
.featured_section59 img {
width: 100%;
}
.featured_section61 .one_fourth {
width: 100%;
margin-bottom: 70px;
}
.featured_section61 .one_fourth.last {
margin-bottom: 0;
}
.featured_section63 .one_half {
padding: 0 25px 0 0;
}
.featured_section63 .one_half.last {
padding: 0 0px 0 25px;
}
.featured_section63 .one_half span {
font-size: 40px;
margin-right: 18px;
}
.featured_section63 .one_half {
background-position: right top;
}
.featured_section66 .pricbox .title strong {
font-size: 75px;
padding-top: 50px;
}
.featured_section66 .pricbox .title strong sup {
font-size: 25px;
margin-right: 0px;
}
.featured_section66 .pricbox ul {
margin-left: 25px;
margin-right: 25px;
}
.featured_section66 .pricbox .title p {
font-size: 13px;
}
.featured_section67 .ongmp_address {
width: 70%;
}
.featured_section67 .container {
margin-left: 4%;
}
.footer6 .column1 {
width: 100%;
padding-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .column1.last {
padding-left: 0px;
margin-bottom: 0px;
}
.footer6 .column2 {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .clogos li img {
margin-right: 5px;
}
.featured_section69 .one_half {
width: 100%;
margin-bottom: 40px;
}
.featured_section69 .one_half.last {
margin-bottom: 0px;
}
.featured_section71 h5 {
margin: 0px 0 0 0;
}
featured_section72 .flexslider .slides > li{
width: 100%;
}
.featured_section73 h4 {
width: 100%;
}
.featured_section74 span {
padding: 25px;
}
body .featured_section74 .one_third{
width: 80%;
margin: 0 10% 40px;
}
body .featured_section77 .one_third{
width: 80%;
margin: 0 10% 40px;
}
.featured_section75 .left {
width: 45%;
padding-left: 10px;
}
.featured_section75 .right {
width: 45%;
padding-right: 10px;
}
.featured_section77 .testimo {
padding: 30px 10px;
}
.featured_section77 .lbt {
width: 50%;
}
.featured_section78 .box {
padding: 35px 10px 40px 10px;
}
.featured_section79 .box span {
padding: 35px 25px 45px 25px;
}
.featured_section80 .box span {
padding: 35px 30px 45px 30px;
}
.featured_section81 .box {
width: 32.9%;
padding: 30px 10px;
}
.featured_section82 .box {
width: 100%;
padding: 35px 0px;
border: none;
border-bottom: 1px solid rgba(255,255,255,0.20);
}
.featured_section84 .box.last {
border: none;
}
.featured_section84 .king-tabs ul{
width: 40%;
}
.featured_section84 .king-tabs-vertical .king-tabs-nav a{
width: 100%;
}
.featured_section86 .cinfo .shape1 {
margin-top: -10px;
margin-left: -1px;
margin-bottom: 18px;
width: 100.5%;
}
.featured_section86 .cirimg {
width: 120px;
height: 120px;
}
.featured_section86 p {
font-size: 12px;
line-height: 18px;
}
body .featured_section88 .one_fourth{
margin-right: 4%;
width: 48%;
margin-bottom: 40px;
}
body .featured_section88 .one_fourth:nth-child(even){
margin-right: 0;
}
.featured_section89 .left {
width: 100%;
}
.featured_section89 .right {
width: 100%;
padding-left: 0px;
padding-top: 40px;
padding-bottom: 100px;
}
.parallax_section14 .box {
width: 33.160%;
padding: 45px 25px;
}
.featured_section92 .one_half {
width: 100%;
margin-bottom: 100px;
}
.featured_section92 .one_half.last {
margin-bottom: 0px;
}
.featured_section94 .left {
width: 100%;
margin-bottom: 50px;
}
.featured_section94 .right {
width: 100%;
margin-left: 0%;
}
.featured_section96 .left img,
.featured_section96 .right img {
float: none;
}
.featured_section98 .box.first {
margin-top: 100px;
}
.featured_section100 .box {
padding-left: 20px;
padding-right: 20px;
}
.featured_section101 .box {
padding: 50px 10px;
}
.featured_section102 .one_fourth_less {
padding: 8px 8px 0px 8px;
}
.featured_section102 .one_fourth_less img {
width: 100%;
}
.featured_section103 .container .box {
padding-left: 20px;
padding-right: 20px;
}
.featured_section107 p {
width: 90%;
}
.featured_section104 .b{
margin-bottom: 68px;
}
.featured_section108 .one_fifth{
padding: 35px 10px;
}
.featured_section109 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section109 .one_half.last {
margin: 0;
}
.featured_section111 .one_half {
width: 100%;
margin-bottom: 50px;
}
.featured_section111 .one_half.last {
margin: 0;
}
.featured_section112 .onecol_thirtyfive.left {
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.right {
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.left i {
margin-left: 10px;
margin-bottom: 0px;
}
.featured_section112 .onecol_thirtyfive.right i {
margin-right: 10px;
margin-bottom: 0px;
}
.featured_section116 .box {
padding-left: 20px;
padding-right: 20px;
}
.featured_section116 .box img {
width: 100%;
}
.featured_section118 .slidesec {
width: 90%;
}
.featured_section119 .onecol_sixty {
width: 100%;
margin-bottom: 40px;
}
.featured_section119 .onecol_forty {
width: 100%;
}
.parallax_section1 p {
width: 90%;
}
.parallax_section2{
text-align: center;
}
.parallax_section2 h2 {
font-size: 25px;
text-align: center;
}
.parallax_section2 .but {
float: none;
font-size: 14px;
padding: 12px 25px;
margin: 20px auto 0;
display: inline-block;
}
.parallax_section7 .one,
.parallax_section7 .two {
padding: 20px 10px 20px 20px;
}
.parallax_section7 .one .bigtfont,
.parallax_section7 .two .bigtfont {
font-size: 14px;
line-height: 21px;
}
.parallax_section10 .one_fourth img {
width: 100%;
}
.parallax_section13 .box {
width: 80%;
}
.parallax_section17 h2 {
font-size: 25px;
}
.parallax_section17 a {
float: left;
margin: 14px 0px 0 0px;
}
.newsletter2 .enter_email_input {
width: 100%;
}
.newsletter2 .input_submit {
margin-left: 0px;
}
.client_logos3 li {
width: 18.6%;
}
.client_logos3 li img {
width: 100%;
}
.less1 {
width: 100%;
}
.less2 {
width: 100%;
}
.less3 {
width: 100%;
}
.less4 {
width: 100%;
}
.title22 em {
width: 90%;
}
.title23 em {
width: 90%;
}
.title28 em {
width: 80%;
}
.footer .one_fourth {
width: 48%;
margin: 0 0 40px 0;
margin-right: 4%;
}
.footer .one_fourth:nth-child(even) {
margin-right: 0;
}
.footer .one_fourth.last {
margin: 0 0 0px 0;
}
.page_title2 {
margin-top: 55px;
}
.footer3 .left {
width: 100%;
margin-bottom: 50px;
}
.footer3 .right {
width: 100%;
margin-left: 0%;
}
body .featured_section2 .one_fourth_less p{
padding: 20px 5px 20px 5px;
font-size: 13px;
line-height: 18px;
}
body .margin_top_res{
margin-top: 0px!important;
}
.detached2.tabs > section{
padding-top: 0;
}
.featured_section65 .one_fourth_less:nth-child(1n+3){
margin-bottom: 0;
}
.logregform{
width: 60%;
margin: 0 20%;
}
.ls-slide .sbox5 b, .ls-preview .sbox5 b{
font-size: 14px;
line-height: 14px;
}
.ls-slide .sbox1 i, .ls-slide .sbox2 i, .ls-slide .sbox3 i, .ls-preview .sbox1 i, .ls-preview .sbox2 i, .ls-preview .sbox3 i{
font-size: 22px;
margin-bottom: 5px;
}
.leftmenuv1 .container {
width: 500px;
}
.logoopv1 {
width: 40%;
}
.menuopv1 {
width: 58%;
padding-left: 5%;
}
.logo_lmv1 {
padding: 30px 0px;
}
.logo_lmv1 img {
width: 72%;
}
.featured_section201 span {
float: none;
font-size: 45px;
margin-right: 0px;
margin-bottom: 20px;
margin-top: 0px;
}
.featured_section201 .element-icon{
margin-bottom: 20px;
}
.featured_section201 h2 {
font-size: 15px;
line-height: 21px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 12px;
line-height: 18px;
}
.featured_section202 .one_fourth {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .one_fourth.last {
margin: 0;
}
.featured_section202 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.featured_section203 .one_fourth {
width: 49%;
margin: 0 0 50px 2px;
}
.featured_section203 .one_fourth.last {
margin: 0;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half {
width: 100%;
}
.featured_section206 .bbox .one_half img {
width: 100%;
}
.featured_section207 .ongmp_contact {
width: 67%;
}
.featured_section207 .box {
width: 65.45%;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 75%;
top: 10px;
padding: 5px 10px;
font-size: 12px;
}
.featured_section209 .box span h3 {
font-size: 14px;
line-height: 18px;
}
.sbtex {
padding: 70px 0px 50px 0px;
}
.sbtex h1 {
font-size: 30px;
font-weight: 300;
line-height: 45px;
}
.sbtex h4 {
font-size: 16px;
line-height: 25px;
width: 80%;
margin: 50px auto 0 auto;
}
.featured_section212 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section212 .one_half .one_half {
width: 100%;
margin: 0;
}
.featured_section212 .one_half.last {
margin: 0;
}
.ovfull_container {
padding: 0px 40px 0px 40px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
padding: 100px 18px;
}
body .ovt_section01 .drcse {
padding: 75px 40px 75px 40px;
}
body .ovt_section02 .left {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 40px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
padding: 100px 40px;
}
body .ovt_section05 {
padding: 100px 40px;
}
body .ovt_section05 .one_fourth_less {
width: 49%;
margin: 0 3px 3px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 40px 0px 40px;
}
.featured_section207.two .ongmp_contact {
width: 67%;
}
.featured_section207.two .box {
width: 61%;
padding: 70px 0px 0 25px;
}
.tabs-onpg3 .ui-tabs-nav li a strong{
font-size: 14px;
white-space: pre-line;
}
.tabs-onpg3 .ui-tabs-nav li a{
white-space: pre-line;
font-size: 13px;
}
.flexslider.carousel p{
margin-bottom: 20px!important;
}
body .featured_section137 .one_fourth_less{
width: 48%;
margin-right: 4%;
}
body .featured_section137 .one_fourth_less:nth-child(even){
margin-right: 0;
}
body .featured_section137.sty2 .one_fourth_less:nth-child(even){
margin-right: 4%;
}
body .featured_section137.sty2 .one_fourth_less:nth-child(2n+3){
margin-right: 0;
}
.featured_section140 .box.two i, .featured_section140 .box i{
margin-bottom: 25px;
}
.videofre1{
height: auto;
}
body .featured_section76.two .king-tabs-nav a{
padding: 0 16px;
}
.featured_section123 .one_fourth_less{
width: 46%;
margin-right: 4%;
margin-bottom: 40px;
}
/*** merger ***/
.leftmenuv1 .container {
width: 500px;
}
.logoopv1 {
width: 40%;
}
.menuopv1 {
width: 58%;
padding-left: 5%;
}
.logo_lmv1 {
padding: 30px 0px;
}
.logo_lmv1 img {
width: 72%;
}
.featured_section201 span {
float: none;
font-size: 45px;
margin-right: 0px;
margin-bottom: 20px;
margin-top: 0px;
}
.featured_section201 h2 {
font-size: 18px;
line-height: 21px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .one_fourth {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .one_fourth.last {
margin: 0;
}
.featured_section202 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.featured_section203 .one_fourth {
width: 49%;
margin: 0 0 50px 2px;
}
.featured_section203 .one_fourth.last {
margin: 0;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half {
width: 100%;
}
.featured_section206 .bbox .one_half img {
width: 100%;
}
.featured_section207 .ongmp_contact {
width: 67%;
}
.featured_section207 .box {
width: 65.45%;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 75%;
top: 10px;
padding: 5px 10px;
font-size: 12px;
}
.featured_section209 .box span h3 {
font-size: 14px;
line-height: 18px;
}
.sbtex {
padding: 70px 0px 50px 0px;
}
.sbtex h1 {
font-size: 30px;
font-weight: 300;
line-height: 45px;
}
.sbtex h4 {
font-size: 16px;
line-height: 25px;
width: 80%;
margin: 50px auto 0 auto;
}
.featured_section212 .one_half {
width: 100%;
margin: 0 0 50px 0;
}
.featured_section212 .one_half .one_half {
width: 100%;
margin: 0;
}
.featured_section212 .one_half.last {
margin: 0;
}
.ovfull_container {
padding: 0px 40px 0px 40px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
padding: 100px 18px;
}
body .ovt_section01 .drcse {
padding: 75px 40px 75px 40px;
}
body .ovt_section02 .left {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 40px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
padding: 100px 40px;
}
body .ovt_section05 {
padding: 100px 40px;
}
body .ovt_section05 .one_fourth_less {
width: 49%;
margin: 0 3px 3px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 40px 0px 40px;
}
.featured_section207.two .ongmp_contact {
width: 67%;
}
.featured_section207.two .box {
width: 61%;
padding: 70px 0px 0 25px;
}
}
@media only screen and (max-width: 639px){
/*body .logo a, .logo2 a,body .logo a img, .logo2 a img{
transition: all ease-out 250ms;
text-align: center;
opacity: 1;
}
*/
body .col-md-9{margin: 0!important; padding: 0!important;}
body .col-md-3{margin: 0!important; padding: 0!important;}
.blog_post h3.entry-title{
text-align: center;
margin-top: 10px;
width: 100%;
}
body .padding_top_res1{
padding-top: 61px;
background: #3c3c41;
}
body .margin_top_res5{
background: #252C30;
}
body .margin_top_res8{
padding-top: 61px!important;
}
body .header{
height: 60px;
padding-bottom: 0;
}
.videofre1{
height: auto;
}
/*
body.compact .logo a, body.compact .logo2 a,body.compact .logo a img, body.compact .logo2 a img{
height: 0px !important;
margin: 0px !important;
min-height: 0px !important;
overflow: hidden;
opacity: 0;
}
*/
body .parallax_section11 .one_third{
width: 100%;
margin: 0 0 40px;
}
body .featured_section77 .less3{
width: 100%;
}
body .king-portfolio-main.four .king-portfolio-item{
width: 100%;
}
body .featured_section68 img{
width: 100%;
}
body #slider-outline .sl-div{
padding: 0px;
}
body .featured_section68 .one_fourth{
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
body .footer .one_fourth{
width: 90%;
margin: 0 5% 40px;
}
body .featured_section15 .one_third .element-icon{
margin-bottom: 50px;
min-width: 40px;
}
body .featured_section15 h4{
min-height: 0;
margin-bottom: 10px;
}
body .carousel li{
padding-bottom: 5px;
}
.logregform.two{
width: 80%;
margin: 0 10%;
}
body .featured_section29 .pricings{
width: 100%;
margin-right: 0;
}
body .featured_section26 .cont{
width: 86%;
}
body .parallax_section10 .one_fourth{
width: 100%;
margin-right: 0;
}
.footer7 .one_third{
width: 100%;
margin-right: 0;
}
.footer7 .one_third .one_half{
width: 50%;
}
.featured_section39 .less3{
width: 100%;
}
.featured_section42{
padding: 0 5%;
}
.featured_section107 .one_third img{
width: 100%;
}
.featured_section109 .one_half:last-child{
text-align: center;
}
.featured_section83 .one_fifth_less{
width: 100%;
margin-right: 0;
}
.featured_section83 .one_fifth_less.last{
margin: 0;
}
.featured_section84 .king-tabs-panes{
width: 100%;
padding: 0;
}
.featured_section84 .king-tabs ul{
width: 100%;
}
.featured_section84 .king-tabs-vertical .king-tabs-nav li, .featured_section84 .king-tabs-vertical .king-tabs-nav li a{
width: 100%;
}
.featured_section85 .one_third img{
width: 100%;
}
body .featured_section86 .one_fourth, body .featured_section91 .one_fourth{
width: 100%;
margin-right: 0;
}
.featured_section40 .one_half.last{
padding-bottom: 50px;
}
body .featured_section88 .one_fourth img{
width: 100%;
}
body .featured_section92 .one_half{
padding-bottom: 50px;
}
body .featured_section92.three .one_half{
padding-bottom: 0;
}
body .featured_section117 .less2{
width: 100%;
}
.featured_section118 .slidesec h1{
clear: both;
}
body .margin_top_res{
margin-top: 60px!important;
}
.featured_section17 .rbox{
padding: 60px 20px;
}
.featured_section19 .who img{
margin: 0 30%;
}
.featured_section17 .ibox{
text-align: center;
}
.featured_section17 .ibox i.left, .featured_section17 .ibox .right{
text-align: left;
}
body .featured_section18 .onecol_forty{
margin-right: 0;
}
body .margin_top_res3{
margin-top: 65px;
}
.featured_section38{
text-align: center;
}
.featured_section66 .wpb_wrapper{
width: 100%;
margin:0;
}
.featured_section65 .one_fourth_less{
width: 100%;
margin-right: 0;
}
body .margin_top_res4, body .margin_top_res5{
padding-top: 65px;
}
body .featured_section51 .onecol_sixty{
margin-right: 0;
}
body .featured_section51 .onecol_sixty p:last-child{
text-align: center;
}
.featured_section51 h1{
text-align: center;
}
.featured_section3 .onecol_sixty{
text-align: center;
}
.featured_section3 .onecol_sixty .span{
text-align: center;
}
.featured_section3 .onecol_sixty .button.three{
float: none;
}
body .featured_section104 h1{
text-align: center;
}
.featured_section40 h2{
text-align: center;
}
body .featured_section44 .rimg{
float: none;
margin-right: 0;
}
body .featured_section44 .img_left{
width: 100%;
text-align: center;
}
body .king-tabs-vertical .king-tabs-panes{
border-left: 0;
}
.featured_section40 .one_half.last{
padding-bottom: 0;
}
.featured_section40 .one_half:last-child{
padding-bottom: 50px;
}
.featured_section94 p{
text-align: justify;
}
.featured_section99 h2{
text-align: center;
}
.featured_section99 h2 strong .line{
margin: 10px auto 0;
}
.featured_section99 h2 strong{
float: none;
}
body .featured_section93 h1, body .featured_section93, body .featured_section89 h1, body .featured_section93 h3{
text-align: center;
}
body .featured_section75{
text-align: center;
}
body .parallax_section17{
text-align: center;
}
body .parallax_section17 h2{
text-align: center;
}
body .parallax_section17 a{
display: inline-block;
float: none;
margin: 20px auto 0;
}
body .featured_section104 .b{
margin-bottom: 55px;
}
body .featured_section118 .king-elements{
text-align: center;
}
body .featured_section118 .king-elements .element-icon{
float: none;
display: inline-block;
margin: 0 auto;
}
.parallax_section3 .left .king-elements .element-icon{
width: 64px;
height: 64px;
margin-left: 10px;
}
.parallax_section3 .right .king-elements .element-icon{
width: 60px;
height: 60px;
margin-right: 10px;
}
.featured_section25{
text-align: center;
}
.featured_section25 h1{
text-align: center;
}
.featured_section25 a{
display: inline-block;
float: none;
margin: 20px auto 0;
}
body .parallax_section15 .one_half{
margin-bottom: 30px!important;
}
.featured_section9.two .left, .featured_section9.two .right{
text-align: center;
}
.featured_section9 a{
float: none;
}
.slider {
margin-bottom: 50px!important;
}
.featured_section56 .left .cont{
width: 100%;
padding-right: 10px;
}
.featured_section56 .right .cont{
width: 100%;
padding-left: 10px;
}
.logregform{
width: 90%;
margin: 0 5%;
}
.featured_section137 .flex-viewport{
max-height: none!important;
}
.featured_section128 strong{
line-height: 26px;
font-size: 24px;
text-align: center;
width: 100%;
margin-right: 0;
}
.featured_section128 a{
clear: both;
margin-top: 30px;
display: inline-block;
}
body .featured_section135 .margin_top3{
margin-top:50px!important;
}
body .featured_section136 .videoframe{
height: auto;
}
.featured_section140 .box i{
float: left;
margin-right: 16px;
margin-left: 0;
margin-bottom: 30px;
}
.featured_section140 .box, .featured_section140 .box.two{
text-align: left;
float: left;
}
.featured_section143 .box{
width: 100%;
}
.featured_section143 .box .box2{
width: 100%;
padding: 40px 30px 40px 40px;
border-right: 0;
border-bottom: 1px solid #d64541;
}
body .featured_section143 .box h1{
line-height: 51px;
}
.featured_section143 .box .donate_form{
width: 100%;
}
.featured_section143 .box .donate_input{
width: 60%;
}
.featured_section208.two .ctmidarea{
white-space: nowrap;
text-align: center;
}
.featured_section208.two span{
float: none;
display: block;
width: 100%;
}
body .featured_section201 .element-icon{
float:left;
margin: 0 18px 40px 0;
width:55px;
}
body .featured_section201 .container{
text-align:left;
}
body .featured_section15.two{
float:none;
}
body .featured_section15.two .one_third .element-icon{
margin-bottom:40px;
}
body .featured_section205{
float:none;
}
body .featured_section205 .element-icon{
margin-bottom:30px;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px){
/* columns */
body .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
body .one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
position: relative;
margin-right: 0%;
float: left;
}
.king-portfolio-main.five .king-portfolio-item{
width: 50%;
}
body #slider-outline #sl-view{
width: 440px;
}
#slider-outline .sl-div{
min-width: 440px;
}
.stcode_title5 h3.nmb{
text-align: center;
}
.king-res-cart{
background: url("../images/woo-cart-bag.png") no-repeat scroll center top 0 / 24px auto transparent;
float: right;
height: 30px;
margin: 22px 0 0 0px;
width: 24px;
}
.king-res-cart span{
display: block;
font-size: 11px;
font-weight: bold;
height: 30px;
padding: 3px 0 0;
text-align: center;
width: 100%;
color: #393939;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
.nav > li.king-cart{
display: none;
}
body .one_full,
body .one_half,
body .one_third,
body .one_fourth,
body .one_fifth,
body .two_third,
body .three_fourth,
body .onecol_forty,
body .onecol_sixty,
body .onecol_thirtyfive,
body .one_full_less,
body .one_half_less,
body .one_third_less,
body .one_fourth_less,
body .one_fifth_less,
body .two_third_less,
body .three_fourth_less,
body .onecol_forty_less,
body .onecol_sixty_less,
body .onecol_thirtyfive_less {
width: 100%;
margin-bottom: 50px;
}
.last {
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.container {
width: 440px;
margin: auto;
}
body .footer_social_links li{
float:none;
display: inline-block;
}
body ul.footer_social_links{
float:none;
display: block;
text-align:center;
}
.logo {
width: 50%;
}
.menu_main {
width: 50%;
}
.menu_main_full {
width: 65%;
}
.menu_rlinks {
width: 35%;
}
.menu_rlinks .mrbut {
padding-right: 10px;
padding-left: 10px;
}
.menu_main.rslinks {
width: 50%;
}
.menu_main.rslinks3 {
width: 50%;
}
.menu_rlinks3 {
margin-top: 22px;
}
.menu_main.rslinks4 {
width: 50%;
}
.menu_rlinks4 {
margin-top: 22px;
}
.menu_rlinks6 {
margin-top: 22px;
}
.logo2 {
width: 100%;
padding-left: 0px;
}
.menu_main.rslinks5 {
width: 90%;
margin-top: 10px;
margin-left: 25px;
}
.menu_rlinks5 {
display: none;
}
.menu_main.rslinks7 {
width: 90%;
margin-top: 10px;
margin-left: 25px;
}
.menu_rlinks7 {
display: none;
}
.header #logo{
background-position: center top;
}
/* bigger logo? remove below comment */
/*.header #logo{
background-position: center top;
background-size: 50%;
}*/
#logo1{
background-position: center top;
}
#logo2{
background-position: center top;
}
#logo3{
background-position: center top;
}
#logo4{
background-position: center top;
}
#logo5{
background-position: center top;
}
#logo6{
background-position: center top;
}
#logo7{
background-position: center top;
}
#logo8{
background-position: center top;
}
#logo9{
background-position: center top;
}
#logo10{
background-position: center top;
}
#logo11{
background-position: center top;
}
#logo12{
background-position: center top;
}
#logo13{
background-position: center top;
}
#logo14{
background-position: center top;
}
#logo15{
background-position: center top;
}
#logo16{
background-position: center top;
}
#logo17{
background-position: center top;
}
#logo18{
background-position: center top;
}
#logo19{
background-position: center top;
}
.top_nav .left {
width: 100%;
text-align: right;
}
.top_nav .right {
width: 100%;
}
.top_nav2 .left {
width: 100%;
text-align: right;
}
.top_nav2 .right {
width: 100%;
}
.top_section2 {
height: 155px;
}
.top_section2 .left {
width: 100%;
margin-top: 0px;
}
.top_section2 .right {
width: 100%;
margin-top: 30px;
}
.top_section2 .right .tinfo {
width: 50%;
}
.top_section2 .right .tinfo.last {
padding-left: 14px;
}
.top_section2 .right .tinfo strong {
font-size: 14px;
}
.featured_section77 .lbt{
width: 70%;
}
.sample_slider9 {
margin-top: -155px;
}
body .featured_section1 .two_third .one_third{
width: 100%;
margin-bottom: 40px;
}
.featured_section3 span {
margin-top: 0px;
}
.featured_section3.two {
padding-bottom: 100px;
}
.featured_section5 .one_fourth {
padding: 40px 0px;
width: 25%;
margin-right: 0;
margin-bottom: 0;
}
body .featured_section63 .one_half .element-icon{
margin-bottom: 20px;
min-width: 66px;
}
body .featured_section6 .one_fourth {
width: 100%;
padding-top: 40px;
padding-bottom: 40px;
border-right: none;
}
body .featured_section6 .one_fourth.btm {
border-bottom: 1px solid rgba(255,255,255,0.5);
}
body .fltiphone {
margin-top: -25px;
background-size: 90%;
}
body .featured_section7 .one_half {
width: 80%;
margin: 0px 10% 50px 10%;
}
body .featured_section7 .one_half:last-child{
margin-bottom: 0;
}
body .featured_section7 .one_half.left img,
body .featured_section7 .one_half.right img {
float: left;
width: 100%;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 30px;
}
body .featured_section7 .one_half.left {
text-align: left;
}
body .featured_section7 .one_half.left .hsmline2 {
float: left;
}
body .featured_section8 .puhtext {
width: 65%;
padding-left: 5%;
padding-top: 50px;
padding-bottom: 50px;
}
body .featured_section8 .puhtext .wpb_wrapper{
text-align: left;
padding: 0 0 0 5px;
}
.featured_section8 .puhtext b {
font-size: 16px;
}
.featured_section8 .puhtext strong {
font-size: 25px;
margin: 10px 0px 25px 0px;
}
.featured_section8 .puhtext p {
font-size: 14px;
line-height: 23px;
}
.featured_section9 .left, .featured_section9 .center{
padding-bottom: 0!important;
}
.featured_section9 .left {
width: 100%;
margin: 0;
border: 0;
padding: 50px 0px 0px 0px;
text-align: center;
}
.featured_section9 .center {
width: 100%;
margin: 0;
border: 0;
padding: 40px 0px 0px 0px;
text-align: center;
}
.featured_section9 .right {
width: 100%;
margin: 0;
border: 0;
padding: 40px 0px 50px 0px;
text-align: center;
}
.featured_section12 .peosays {
width: 100%;
}
.featured_section13 .one_fourth {
width: 100%;
padding-right: 0%;
padding-left: 0%;
margin-bottom: 55px;
border: 0;
}
.featured_section14 .one_half {
width: 100%;
margin: 0 0 75px 0;
padding-right: 0%;
padding-left: 0%;
border-right: none;
}
.featured_section16 .box {
margin-left: 0%;
margin-top: 55px;
}
.header_res2{
height: 66px!important;
}
body .margin_top_res2{
margin-top: 64px!important;
}
.detached2.tabs > ul > li i{
font-size: 30px;
}
body .featured_section64 .detached.tabs > ul > li{
padding: 0 14px 40px;
}
body .newsletter3 .input_submit{
margin-top: 0;
}
.hexagon {
width: 100px;
height: 62px;
margin-right: 10px;
}
.hexagon.one {
margin-left: 60px;
}
.hexagon.two {
margin-right: 0px;
margin-left: 5px;
}
.hexagon.three,
.hexagon.four,
.hexagon.five {
margin-left: 10px;
}
.hexagon:before {
border-left: 50px solid transparent;
border-right: 50px solid transparent;
top: -30px;
border-bottom: 30px solid #f3f3f3;
}
.hexagon:after {
border-left: 50px solid transparent;
border-right: 50px solid transparent;
bottom: -30px;
border-top: 30px solid #f3f3f3;
}
.hexagon:hover:before {
border-bottom: 30px solid #5076bb;
}
.hexagon:hover:after {
border-top: 30px solid #5076bb;
}
.hexagon i {
color: #999;
font-size: 21px;
margin-top: 7px;
margin-bottom: 5px;
}
.haxmargin {
margin-top: 35px;
}
.hexagon h6 {
font-size: 12px;
}
.featured_section17 .fimg {
width: 100%;
background-size: 100%;
min-height: 280px;
}
.featured_section17 .rbox {
width: 100%;
padding: 70px 20px 70px 20px;
}
.featured_section19 .who {
width: 100%;
padding-top: 50px;
z-index: 2;
}
.featured_section19 .who img {
width: 40%;
}
.featured_section19 .text {
width: 100%;
padding: 50px 50px 50px 80px;
}
.featured_section19 .text h1 {
font-size: 27px;
margin: 0 0 30px 27px;
}
.featured_section19 .text p {
font-size: 14px;
line-height: 23px;
margin-left: 8px;
}
.featured_section19 .text h2 {
float: right;
font-size: 21px;
margin-top: 30px;
margin-bottom: 0px;
line-height: 27px;
border-bottom: 1px solid #5076bb;
}
.featured_section20 .one_third {
width: 100%;
margin: 0 0 70px 0;
}
.featured_section20 .one_third .price {
padding-left: 120px;
}
.featured_section20 .one_third .info a {
margin: 27px auto;
float: none;
width: 60%;
text-align: center;
display: block;
}
.featured_section21 .container .box {
width: 100%;
padding: 75px 50px 62px 50px;
border-right: none;
border-bottom: 1px solid #e3e3e3;
}
.featured_section21 .container .box.last {
border-right: none;
border-bottom: none;
}
.featured_section23 .imghoverz .text {
padding: 80px 25px 0px 25px;
}
.featured_section23 .imghoverz:hover .text,
.featured_section23 .imghoverz .text.active {
padding: 80px 25px 0px 25px;
}
.featured_section24 .one_half {
width: 100%;
}
.featured_section24 .one_half.last {
padding: 35px 35px 35px 35px;
}
.featured_section24 .bbox .date strong {
font-size: 18px;
margin-bottom: 0px;
}
.featured_section24 .bbox .date p {
font-size: 9px;
line-height: 12px;
margin: 0 0 10px 0;
}
.featured_section24 .bbox .date i {
font-size: 12px;
padding: 7px;
margin-top: 5px;
}
.featured_section24 .one_half.last p {
font-size: 13px;
line-height: 18px;
}
.featured_section25 {
text-align: center;
}
.featured_section25 .three_fourth {
margin: 0;
}
.featured_section26 .cont {
width: 86%;
}
.featured_section27 .one_fourth {
width: 25%;
}
.featured_section27 .onecol_thirtyfive.left {
text-align: left;
padding-top: 0px;
}
.featured_section27 .onecol_thirtyfive.right {
text-align: left;
padding-top: 0px;
}
.featured_section27 .onecol_thirtyfive.left i {
float: left;
margin-left: 0px;
margin-right: 25px;
}
.featured_section29 .pricings {
width: 100%;
margin-right: 0%;
margin-bottom: 50px;
}
.featured_section30 .one_half img {
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.featured_section30 .one_half h5 {
margin-top: 0px;
}
.featured_section32 li {
width: 25%;
border-right: 1px solid #eee;
margin-bottom: 20px;
}
.featured_section36 .one_half {
background: none;
}
.featured_section36 .one_half img {
margin-right: 0px;
width: 100%;
margin-bottom: 30px;
}
body .featured_section37 h2{
text-align: center;
}
.featured_section38 h1 {
font-size: 30px;
margin: 0 0 20px 0;
}
.featured_section38 b {
font-size: 32px;
}
.featured_section39 .one_half {
width: 100%;
padding-bottom: 0px;
border-right: none;
}
.featured_section39 .one_half.last {
width: 100%;
padding-bottom: 100px;
border-right: none;
}
.featured_section40 .onecol_forty{
margin-bottom: 0;
}
.featured_section41 .slidesec img {
margin-right: 0px;
margin-bottom: 30px;
width: 100%;
}
.featured_section45 .one_fourth {
width: 100%;
margin-bottom: 40px;
}
.featured_section45 .one_half {
width: 100%;
margin-bottom: 40px;
}
.featured_section46 .bubble p {
width: 70%;
}
.featured_section47 li img {
float: left;
margin: 0px;
width: 75%;
}
.featured_section47 li b {
margin-top: 3px;
margin-right: 40px;
}
.featured_section49 li h2, .featured_section102 h2{
text-align: center;
}
.featured_section50 .left,
.featured_section50 .right {
width: 100%;
}
.featured_section50 .left .icont,
.featured_section50 .right .icont {
width: 100%;
margin-right: 0px;
margin-left: 0px;
}
.featured_section52 img {
width: 100%;
margin-top: 50px;
}
.featured_section9.two .left, .featured_section9.two .right, .featured_section9.two .center{
border: 0;
text-align: center;
}
.featured_section56 .left,
.featured_section56 .right {
width: 100%;
}
.featured_section56 .left .cont,
.featured_section56 .right .cont {
width: 100%;
padding-right: 40px;
padding-left: 40px;
}
.featured_section56 i {
margin-right: 0px;
}
.featured_section57 .cont1 {
margin-left: 28%;
}
.featured_section57 .cont2 {
margin-left: 28%;
}
.featured_section57 .square {
margin-bottom: 85px;
margin-right: 0px;
}
body .featured_section57 .square.last{
margin-bottom: 40px!important;
}
.featured_section57 .square2 {
margin-bottom: 0px;
margin-right: 0px;
margin-top: 85px;
}
.featured_section58 .box {
width: 100%;
padding: 50px 20px;
margin: 0 0px 10px 0%;
}
.featured_section59 img {
width: 100%;
}
.featured_section63 .one_half {
width: 100%;
padding: 0;
margin-bottom: 30px;
background: none;
}
.featured_section63 .one_half.last {
padding: 0;
}
.featured_section63 .one_half span {
font-size: 40px;
margin-right: 18px;
}
.featured_section67 .ongmp_address {
width: 70%;
}
.featured_section67 .container {
margin-left: 4%;
}
.featured_section67 .box {
padding-top: 50px;
}
.footer6 .column1 {
width: 100%;
padding-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .column1.last {
padding-left: 0px;
margin-bottom: 0px;
}
.footer6 .column2 {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .clogos li img {
margin-right: 5px;
}
.featured_section69 .box {
width: 100%;
padding: 30px 30px 30px 30px;
margin-bottom: 30px;
}
.featured_section70 li {
width: 50%;
padding: 0 7px 0 0;
}
.featured_section71 h5 {
margin: 0px 0 0 0;
}
.featured_section75:before {
right:100%;
}
.featured_section75 .left {
width: 100%;
margin-bottom: 50px;
}
.featured_section75 .right {
width: 100%;
}
.featured_section79 .box {
width: 100%;
margin-bottom: 40px;
}
.featured_section79 .box.center {
border: 1px solid #ececec;
}
.featured_section80 .box {
width: 100%;
margin-bottom: 40px;
}
.featured_section80 .box.last {
border: 1px solid #ececec;
}
.featured_section81 .box {
width: 100%;
margin-right: 0px;
}
.featured_section82 .box {
width: 100%;
padding: 35px 0px;
border: none;
border-bottom: 1px solid rgba(255,255,255,0.20);
}
.featured_section82 .box.last {
border: none;
}
.featured_section86 .cinfo .shape1 {
margin-top: -30px;
margin-left: -1px;
margin-bottom: 18px;
width: 100.5%;
}
.featured_section89 .left {
width: 100%;
}
.featured_section89 .right {
width: 100%;
padding-left: 0px;
padding-top: 40px;
padding-bottom: 100px;
}
.parallax_section14 .box {
width: 100%;
margin-right: 0px;
margin-bottom: 1px;
}
.featured_section93 .two_third {
padding-top: 0px;
}
.featured_section94 .left {
width: 100%;
margin-bottom: 50px;
}
.featured_section94 .right {
width: 100%;
margin-left: 0%;
}
.featured_section96 .left {
width: 100%;
padding-right: 0px;
border-right: none;
border-bottom: 1px solid #eee;
padding-bottom: 50px;
margin-bottom: 50px;
}
.featured_section96 .right {
width: 100%;
padding-left: 0px;
}
.featured_section97 .one_third {
width: 100%;
margin: 0 0 25px 0;
}
.featured_section98 .box {
width: 100%;
margin-right: 0;
margin-bottom: 50px;
}
.featured_section98 .box.first {
text-align: center;
margin-top: 0px;
}
.featured_section99:before {
background: #46d8bd;
}
.featured_section99 h2 strong {
margin-left: 0;
}
.featured_section100 .box {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
border-left: none;
border-bottom: 1px solid #eee;
}
.featured_section100 .box.last {
border-right: none;
}
.featured_section101 .box {
width: 100%;
}
.featured_section102 .one_fourth_less {
padding: 8px 8px 0px 8px;
}
.featured_section102 .one_fourth_less img {
width: 100%;
}
.featured_section103 .container .box {
width: 100%;
border-right: none;
border-bottom: 1px solid #eee;
}
.featured_section103 .container .box.last {
border-right: none;
border-bottom: none;
}
.featured_section109 .ssdimgs img.one {
width: 59%;
}
.featured_section109 .ssdimgs img.two {
margin-right: 0px;
width: 40%;
position: absolute;
bottom: 0;
}
.featured_section112 .onecol_thirtyfive.left {
text-align: left;
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.right {
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.left i {
float: left;
margin-left: 0px;
margin-right: 25px;
}
.featured_section113 .one_half {
margin-top: 20px;
margin-bottom: 0px;
}
.featured_section118 .slidesec {
width: 90%;
}
.featured_section118 .slidesec span {
margin-bottom: 30px;
}
.copyright_info .one_half {
text-align: left;
margin: 0;
}
ul.footer_social_links {
float: left;
margin: 21px 0px 0px 0px;
}
.footer_social_links li {
float: left;
margin: 0px 5px 0px 0px;
}
.copyright_info2 .one_half {
text-align: left;
margin-bottom: 20px;
}
.copyright_info4 .container .one_half,
.copyright_info4 .container .one_half.last {
text-align: center;
margin: 0;
}
.copyright_info5 p,
.copyright_info5 span {
float: none;
}
.parallax_section1 p {
width: 90%;
}
.parallax_section2{
text-align: center;
}
.parallax_section2 h2 {
font-size: 25px;
text-align: center;
}
.parallax_section2 .but {
float: none;
font-size: 14px;
padding: 12px 25px;
margin: 20px auto 0;
display: inline-block;
}
.parallax_section3 ul.left {
width: 100%;
padding-right: 0%;
border-right: none;
margin-bottom: 40px;
}
.parallax_section3 .left li {
text-align: left;
}
.parallax_section3 .left li i {
float: left;
margin-right: 30px;
margin-left: 0px;
}
.parallax_section3 ul.right {
width: 100%;
padding-left: 0%;
}
.parallax_section7 .one,
.parallax_section7 .two {
padding: 40px 30px 40px 40px;
}
.parallax_section10 .one_fourth img {
width: 100%;
}
.parallax_section13 .box {
width: 72%;
margin: 0 auto;
}
.parallax_section17 h2 {
font-size: 25px;
}
.parallax_section17 a {
float: left;
margin: 14px 0px 0 0px;
}
.newsletter2 {
padding-bottom: 40px;
}
.newsletter2 h2 {
text-align: center;
}
.newsletter2 .enter_email_input {
width: 70%;
margin-top: 0px;
}
.newsletter2 .input_submit {
margin-top: 0px;
margin-left: 10px;
}
.newsletter2 .one_half {
margin: 0;
}
.client_logos3 li {
width: 18.1%;
}
.client_logos3 li img {
width: 100%;
}
.less1 {
width: 100%;
}
.less2 {
width: 100%;
}
.less3 {
width: 100%;
}
.less4 {
width: 100%;
}
.title22 em {
width: 100%;
}
.title23 em {
width: 100%;
}
.title28 em {
width: 100%;
}
.padding_top_res1 {
padding-top: 135px;
background: #3c3c41;
}
.featured_section33{
padding: 50px 0px 50px 0px;
}
.footer3{
50px 0px 50px 0px;
}
.page_title2 {
margin-top: 0px;
}
.page_title2 h1 {
width: 100%;
margin-top: 12px;
}
.page_title2 .pagenation {
float: left;
width: 100%;
margin: 5px 0px 0px 0px;
}
.footer3 .left {
width: 100%;
margin-bottom: 50px;
}
.footer3 .right {
width: 100%;
margin-left: 0%;
}
body .featured_section3 .onecol_forty .one{
width:72%;
}
.ls-slide .sbox5 b, .ls-preview .sbox5 b{
font-size: 12px;
line-height: 12px;
}
.ls-slide .sbox1 i, .ls-slide .sbox2 i, .ls-slide .sbox3 i, .ls-preview .sbox1 i, .ls-preview .sbox2 i, .ls-preview .sbox3 i{
font-size: 20px;
margin-bottom: 5px;
}
body .featured_section3 .onecol_forty {
margin-top: 0px;
}
body .detached.tabs > ul >li{
width: 25%;
padding: 40px 18px 40px 18px;
}
.detached.tabs > ul > li i{
padding: 16px;
}
/**********************/
.leftmenuv1 .container {
width: 400px;
}
.logoopv1 {
width: 100%;
padding: 0;
text-align: center;
}
.logoopv1 img {
padding-top: 20px;
}
.menuopv1 {
width: 95%;
padding-left: 7%;
}
.logo_lmv1 {
padding: 10px 0px;
}
.featured_section201 span {
font-size: 45px;
margin-right: 18px;
margin-bottom: 50px;
margin-top: 5px;
}
.featured_section201 h2 {
font-size: 21px;
line-height: 25px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half.last {
padding-top: 18px;
}
.featured_section207 .ongmp_contact {
width: 57%;
}
.featured_section207 .box {
width: 60.45%;
padding: 40px 0px 0 30px;
}
.sbtex {
padding: 50px 0px 30px 0px;
}
.sbtex h1 {
font-size: 30px;
font-weight: 300;
line-height: 45px;
width: 90%;
}
.sbtex h4 {
font-size: 16px;
line-height: 25px;
width: 90%;
margin: 50px auto 0 auto;
}
.featured_section212 .one_half .one_half {
width: 100%;
margin: 0;
}
.ovfull_container {
padding: 0px 40px 0px 40px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
width: 100%;
padding: 50px 30px;
}
body .ovt_section01 .drcse {
padding: 75px 40px 75px 40px;
}
body .ovt_section02 .left {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 40px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
width: 100%;
padding: 50px 40px;
border-bottom: 1px solid #f3f3f3;
border-right: none;
}
body .ovt_section05 {
padding: 100px 40px;
}
body .ovt_section05 .one_fourth_less {
width: 49.5%;
margin: 0 2px 2px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section06 {
padding: 90px 40px;
}
body .ovt_section06 h1 {
font-size: 27px;
line-height: 40px;
}
body .ovt_section06 .but {
font-size: 16px;
padding: 5px 20px;
clear: both;
display: inline-block;
margin-top: 16px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section09 .one_half {
width: 100%;
margin: 0;
padding: 0px 0px 40px 0px;
text-align: left;
border-right: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 40px 0px 40px;
}
.featured_section207.two .ongmp_contact {
width: 72%;
}
.featured_section207.two .box {
width: 70%;
padding: 70px 0px 0 25px;
}
.featured_section208.two span {
float: left;
}
.tabs-onpg3 .ui-tabs-nav li a strong{
font-size: 13px;
white-space: pre-line;
}
.tabs-onpg3 .ui-tabs-nav li a{
white-space: pre-line;
font-size: 10px;
}
.featured_section206{
padding: 60px 0px;
}
#blog .ctmidarea>.one_half{
margin-bottom: 0;
}
.featured_section134 .one_third i{
margin-bottom: 25px;
}
.featured_section138 .right li{
text-align: left;
}
/*** for construction ***/
.featured_section124 .repro .box{
width: 100%;
padding: 20px;
min-height: 300px;
}
body .ovt_section07 .king-tabs-nav li a {
font-size: 11px;
padding: 20px 5px;
}
body .ovt_section07 .king-tabs-nav li a strong {
font-size: 16px;
}
body .ovt_section07 .king-tabs-panes h2{
line-height: 30px;
padding-top: 15px;
display: inline-block;
}
/*** merger ***/
.leftmenuv1 .container {
width: 400px!important;
}
.logoopv1 {
width: 100%;
padding: 0;
text-align: center;
}
.logoopv1 img {
padding-top: 20px;
}
.menuopv1 {
width: 95%;
padding-left: 7%;
}
.logo_lmv1 {
padding: 10px 0px;
}
.featured_section201 span {
font-size: 45px;
margin-right: 18px;
margin-bottom: 50px;
margin-top: 5px;
}
.featured_section201 h2 {
font-size: 21px;
line-height: 25px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half.last {
padding-top: 18px;
}
.featured_section207 .ongmp_contact {
width: 75%;
}
.featured_section207 .box {
width: 75.45%;
}
.sbtex {
padding: 50px 0px 30px 0px;
}
.sbtex h1 {
font-size: 30px;
font-weight: 300;
line-height: 45px;
width: 90%;
}
.sbtex h4 {
font-size: 16px;
line-height: 25px;
width: 90%;
margin: 50px auto 0 auto;
}
.featured_section212 .one_half .one_half {
width: 100%;
margin: 0;
}
.ovfull_container {
padding: 0px 40px 0px 40px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
width: 100%;
padding: 50px 30px;
}
body .ovt_section01 .drcse {
padding: 75px 40px 75px 40px;
}
body .ovt_section02 .left {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 40px 100px 40px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 40px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
width: 100%;
padding: 50px 40px;
border-bottom: 1px solid #f3f3f3;
border-right: none;
}
body .ovt_section05 {
padding: 100px 40px;
}
body .ovt_section05 .one_fourth_less {
width: 49.5%;
margin: 0 2px 2px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section06 {
padding: 90px 40px;
}
body .ovt_section06 h1 {
font-size: 27px;
line-height: 40px;
}
body .ovt_section06 .but {
font-size: 16px;
padding: 12px 20px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section09 .one_half {
width: 100%;
margin: 0;
padding: 0px 0px 40px 0px;
text-align: left;
border-right: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 40px 0px 40px;
}
.featured_section207.two .ongmp_contact {
width: 72%;
}
.featured_section207.two .box {
width: 70%;
padding: 70px 0px 0 25px;
}
.featured_section208.two span {
float: left;
}
}
@media only screen and (max-width: 479px){
/* columns */
body .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
body .one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
position: relative;
margin-right: 0%;
float: left;
}
.king-portfolio-main.five .king-portfolio-item{width: 100%;}
.logregform.two{
width: 100%;
margin: 0;
}
.error_pagenotfound{
width: 100%;
}
body .navbar-collapse {
max-height: 250px;
}
.king-res-cart{
background: url("../images/woo-cart-bag.png") no-repeat scroll center top 0 / 24px auto transparent;
float: right;
height: 30px;
margin: 22px 0px 0 0px;
width: 24px;
display: block;
}
.king-res-cart span{
display: block;
font-size: 11px;
font-weight: bold;
height: 30px;
padding: 3px 0 0;
text-align: center;
width: 100%;
color: #393939;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover {
background-color: transparent;
}
.nav > li.king-cart{
display: none;
}
body .one_full,
body .one_half,
body .one_third,
body .one_fourth,
body .one_fifth,
body .two_third,
body .three_fourth,
body .onecol_forty,
body .onecol_sixty,
body .onecol_thirtyfive,
body .one_full_less,
body .one_half_less,
body .one_third_less,
body .one_fourth_less,
body .one_fifth_less,
body .two_third_less,
body .three_fourth_less,
body .onecol_forty_less,
body .onecol_sixty_less,
body .onecol_thirtyfive_less {
width: 100%;
margin-bottom: 50px;
}
body #slider-outline #sl-view{
width: 300px;
}
#slider-outline .sl-div{
min-width: 300px;
}
.last {
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.container {
width: 290px;
margin: auto;
}
.logo {
width: 50%;
}
.logo img{
max-width: 100%;
}
.menu_main {
width: 50%;
}
.menu_main_full {
width: 70%;
}
.menu_rlinks {
width: 30%;
}
.menu_rlinks .mrbut {
font-size: 12px;
padding-right: 2px;
padding-left: 2px;
}
.menu_main.rslinks {
width: 50%;
}
.menu_rlinks2 a {
padding: 8px 12px;
}
.menu_main.rslinks3 {
width: 100%;
}
.menu_rlinks3 {
margin-top: 21px;
}
.menu_rlinks3 a {
font-size: 9px;
padding: 8px 5px;
}
.menu_main.rslinks4 {
width: 80%;
}
.menu_rlinks4 {
margin-top: 21px;
}
.menu_rlinks4 a {
font-size: 9px;
padding: 8px 5px;
}
.menu_rlinks6 {
margin-top: 21px;
}
.menu_rlinks6 a {
font-size: 9px;
padding: 8px 5px;
}
.logo2 {
width: 50%;
padding-left: 10px;
margin-bottom: 0;
}
.logo2 img{
max-width: 100%;
}
.menu_main.rslinks5 {
width: 90%;
margin-top: 10px;
margin-left: 16px;
}
.menu_rlinks5 {
display: none;
}
.menu_main.rslinks7 {
width: 100%;
margin: 0 0 0 0;
float: right;
}
.menu_rlinks7 {
float: right;
margin-right: 0px;
width: 46%;
margin-top: 28px;
}
.menu_rlinks7 a{
font-size: 12px;
width: 100%;
padding: 5px 10px;
line-height: 16px;
}
.menu_rlinks7 i{font-size: 22px;}
.menu_rlinks7 a em{font-size: 14px;}
body .fltiphone{
height: 50px;
}
.header #logo{
background-position: center top;
}
.king-tabs-nav a{
padding: 0 13px;
font-size: 13px;
}
body .newsletter3 .input_submit{
margin-top: 10px;
}
.featured_section92 .flexslider .slides > li{
width: 100%;
}
/* bigger logo? remove below comment */
/*.header #logo{
background-position: center top;
background-size: 50%;
}*/
#logo1{
background-position: center top;
}
#logo2{
background-position: center top;
}
#logo3{
background-position: center top;
}
#logo4{
background-position: center top;
}
#logo5{
background-position: center top;
}
#logo6{
background-position: center top;
}
#logo7{
background-position: center top;
}
#logo8{
background-position: center top;
}
#logo9{
background-position: center top;
}
#logo10{
background-position: center top;
}
#logo11{
background-position: center top;
}
#logo12{
background-position: center top;
}
#logo13{
background-position: center top;
}
#logo14{
background-position: center top;
}
#logo15{
background-position: center top;
}
#logo16{
background-position: center top;
}
#logo17{
background-position: center top;
}
#logo18{
background-position: center top;
}
#logo19{
background-position: center top;
}
.detached.tabs > ul > li i{
padding: 10px;
font-size: 35px;
}
body .detached.tabs > ul > li{
padding: 10px 8px 30px 8px;
}
.footer7 .one_third .one_half{
width: 100%;
}
.top_nav .left {
width: 100%;
text-align: right;
}
.top_nav .right {
width: 100%;
}
.top_nav2 .left {
width: 100%;
}
.top_nav2 .right {
width: 100%;
}
.top_section .left {
width: 100%;
margin: 0;
}
body .top_section .right {
width: 100%;
margin: 0;
}
body .top_section2 {
height: 130px;
}
body .top_section2 .left {
width: 100%;
margin-top: 0px;
}
body .top_section2 .right {
width: 100%;
margin-top: 20px;
}
body .top_section2 .right .tinfo {
width: 50%;
}
body .top_section2 .right .tinfo.last {
padding-left: 10px;
}
body .top_section2 .right .tinfo strong {
font-size: 10px;
}
body .top_section2 .right .tinfo i {
width: 20px;
height: 20px;
line-height: 18px;
font-size: 10px;
margin-right: 5px;
}
body .top_section2 .right .tinfo em {
font-size: 9px;
line-height: 5px;
}
body .sample_slider9 {
margin-top: -130px;
}
body .tpbut {
padding: 7px 9px;
}
body .featured_section1 .two_third .one_third{
width: 100%;
margin-bottom: 40px;
}
body .featured_section3 span {
margin-top: 0px;
}
body .featured_section3.two {
padding-bottom: 100px;
}
body .featured_section3 .onecol_forty img.one {
width: 77%;
}
body .featured_section3 .onecol_forty img.two {
width: 36%;
margin-top: 95px;
}
body .featured_section3 .onecol_forty{
margin-top: 0;
}
body .parallax_section3 .right .king-elements .element-icon{
width: 64px;
height: 64px;
}
body .ms-staff-carousel.ms-round .ms-nav-next{
right: -35px;
}
body .ms-staff-carousel.ms-round .ms-nav-prev{
left: -35px;
}
body .featured_section5 .one_fourth {
padding: 40px 0px;
width: 25%;
margin-right: 0;
margin-bottom: 0;
}
body .featured_section6 .one_fourth {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
border-right: none;
}
body .featured_section6 .one_fourth.btm {
border-bottom: 1px solid rgba(255,255,255,0.5);
}
body .fltiphone {
margin-top: -14px;
background-size: 90%;
}
body .featured_section8 .puhtext .wpb_wrapper{
padding: 0;
}
body .parallax_section7 h4.roboto{
text-align: center;
}
body .featured_section7 .one_half {
width: 100%;
margin: 0px 0px 50px 0px;
}
body .featured_section7 .one_half:last-child{
margin-bottom: 0;
}
body #flickr_badge_wrapper{
width:100%;
}
body .footer .flickr_badge_wrapper a:last-child{
display: inline;
}
body .featured_section11 .one_third{
margin-bottom: 0;
}
body .featured_section7 .one_half.left img,
body .featured_section7 .one_half.right img {
float: left;
width: 100%;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 30px;
}
.featured_section7 .one_half.left {
text-align: left;
}
.featured_section7 .one_half.left .hsmline2 {
float: left;
}
.featured_section8 .puhtext {
width: 77%;
padding-left: 5%;
padding-top: 50px;
padding-bottom: 50px;
}
.featured_section8 .puhtext b {
font-size: 14px;
}
.featured_section8 .puhtext strong {
font-size: 21px;
margin: 10px 0px 25px 0px;
}
.featured_section8 .puhtext p {
font-size: 14px;
line-height: 23px;
width: 100%;
}
body .featured_section9 .left {
width: 100%;
margin: 0;
border: 0;
padding: 50px 0px 0px 0px;
text-align: center;
border: 0!important;
}
body .featured_section9 .center {
width: 100%;
margin: 0;
border: 0;
padding: 40px 0px 0px 0px;
text-align: center;
border: 0!important;
}
body .featured_section9 .right {
width: 100%;
margin: 0;
border: 0;
padding: 40px 0px 50px 0px;
text-align: center;
}
body .featured_section9 a{
float: none;
}
.featured_section13 .one_fourth {
width: 100%;
padding-right: 0%;
padding-left: 0%;
margin-bottom: 55px;
border: 0;
}
.featured_section14 .one_half {
width: 100%;
margin: 0 0 75px 0;
padding-right: 0%;
padding-left: 0%;
border-right: none;
}
body .king-portfolio-main .king-portfolio-item{
width: 100%;
}
body .featured_section15 .one_third .element-icon{
margin-bottom: 50px;
min-width: 40px;
}
body .featured_section15 h4{
min-height: 0;
}
.featured_section16 .box {
float: left;
margin-left: 18%;
margin-bottom: 50px;
}
.featured_section65 .one_fourth_less{
width: 100%;
margin: 0 0 25px 0;
}
.hexagon {
margin-right: 0px;
margin-bottom: 120px;
}
.hexagon.one {
margin-left: 0px;
}
.hexagon.two {
margin-left: 0px;
}
.hexagon.three,
.hexagon.four,
.hexagon.five {
margin-right: 0px;
margin-left: 0px;
}
.haxmargin {
margin-top: 0px;
}
.featured_section17 .fimg {
width: 100%;
background-size: 100%;
min-height: 180px;
}
body .featured_section17 .rbox {
width: 100%;
padding: 70px 20px 70px 20px;
}
.featured_section17 .ibox {
width: 100%;
margin-right: 0%;
margin-bottom: 40px;
}
.featured_section17 .ibox.last {
margin-bottom: 0px;
}
.featured_section18 .isboxs .element-icon{
margin-bottom:30px;
}
.featured_section19 .who {
width: 100%;
padding-top: 50px;
z-index: 2;
}
.featured_section19 .who img {
width: 50%;
}
.featured_section19 .text {
width: 100%;
padding: 50px 50px 50px 80px;
}
.featured_section19 .text h1 {
font-size: 18px;
margin: 0 0 30px 50px;
font-weight: 600;
}
.featured_section19 .text p {
font-size: 13px;
line-height: 18px;
margin-left: 30px;
}
.featured_section19 .text h2 {
float: right;
font-size: 18px;
margin-top: 20px;
margin-bottom: 0px;
line-height: 27px;
border-bottom: 1px solid #5076bb;
}
.featured_section20 .one_third {
width: 100%;
margin: 0 0 70px 0;
}
.featured_section20 .one_third .price {
padding-left: 50px;
}
.featured_section20 .one_third .info a {
margin: 27px auto;
float: none;
width: 80%;
text-align: center;
display: block;
}
.featured_section21 .container .box {
width: 100%;
padding: 75px 50px 62px 50px;
border-right: none;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 40px;
}
.featured_section21 .container .box.last {
border-right: none;
border-bottom: none;
}
.parallax_section3 .right .king-elements .element-icon{
margin-right: 60px;
}
.parallax_section3 .left .king-elements .element-icon{
margin-left: 60px;
}
.parallax_section3 ul.left {
width: 100%;
padding-right: 0%;
border-right: none;
margin-bottom: 40px;
}
.parallax_section3 .left li {
text-align: left;
}
.parallax_section3 .left li i {
float: left;
margin-right: 30px;
margin-left: 0px;
}
.parallax_section3 ul.right {
width: 100%;
padding-left: 0%;
}
.featured_section23 .imghoverz .text {
padding: 27px 25px 0px 25px;
}
.featured_section23 .imghoverz:hover .text,
.featured_section23 .imghoverz .text.active {
padding: 35px 25px 0px 25px;
}
.featured_section23 .imghoverz .text h2 {
font-size: 18px;
margin: 0 0 5px 0;
}
.featured_section24 .one_half {
width: 100%;
}
.featured_section24 .one_half.last {
padding: 35px 35px 35px 35px;
}
.featured_section24 .bbox .date {
padding: 7px 10px 0px 10px;
}
.featured_section24 .bbox .date strong {
font-size: 18px;
margin-bottom: 0px;
}
.featured_section24 .bbox .date p {
font-size: 9px;
line-height: 12px;
margin: 0 0 5px 0;
}
.featured_section24 .bbox .date i {
font-size: 9px;
padding: 5px;
margin-top: 5px;
}
.featured_section24 .one_half.last p {
font-size: 13px;
line-height: 18px;
}
.featured_section25 .three_fourth {
margin: 0;
}
.featured_section27 .onecol_thirtyfive.left {
text-align: left;
padding-top: 0px;
}
.featured_section27 .onecol_thirtyfive.right {
text-align: left;
padding-top: 0px;
}
.featured_section27 .onecol_thirtyfive.left i {
float: left;
margin-left: 0px;
margin-right: 25px;
}
.featured_section29 .pricings {
width: 100%;
margin-right: 0%;
margin-bottom: 50px;
}
.featured_section30 .one_half img {
margin-right: 0px;
width: 100%;
margin-bottom: 20px;
}
.featured_section30 .one_half h5 {
margin-top: 0px;
}
.featured_section32 li {
width: 25%;
border-right: 1px solid #eee;
margin-bottom: 20px;
}
.featured_section34 .wpb_wrapper{
width: 100%;
margin: 0;
}
.featured_section36 .one_half {
background: none;
}
.featured_section36 .one_half img {
margin-right: 0px;
width: 100%;
margin-bottom: 30px;
}
body .featured_section37 h2{
text-align: center;
}
.featured_section37 .ibox i{
margin-bottom: 25px;
}
.featured_section38 h1 {
font-size: 30px;
margin: 0 0 20px 0;
}
.featured_section38 b {
font-size: 32px;
}
.featured_section38 a {
float: none;
display: inline-block;
margin: 20px auto 0;
}
.featured_section39 .one_half {
width: 100%;
padding-bottom: 0px;
border-right: none;
}
.featured_section39 .one_half.last {
width: 100%;
padding-bottom: 100px;
border-right: none;
}
.featured_section41 .slidesec img {
margin-right: 0px;
margin-bottom: 30px;
width: 100%;
}
.featured_section42 .left h1{
text-align: center;
}
.featured_section44 .img_left:first-child{
width: 100%;
text-align: center;
}
body .featured_section44 .rimg{
margin: 0;
float: none;
}
body .featured_section44 h2{
text-align: center;
}
.featured_section45 .one_fourth {
width: 100%;
margin-bottom: 40px;
}
.featured_section45 .one_half {
width: 100%;
margin-bottom: 40px;
}
body .featured_section1 .one_third h3{
font-size: 20px;
}
.featured_section46 .bubble {
padding-top: 30px;
}
.featured_section46 .bubble p {
width: 100%;
margin-top: 20px;
font-size: 14px;
line-height: 23px;
}
.featured_section47 li img {
float: left;
margin: 0px;
width: 75%;
}
.featured_section47 li b {
margin-top: 3px;
margin-right: 40px;
}
.featured_section50 .left,
.featured_section50 .right {
width: 100%;
}
.featured_section50 .left .icont,
.featured_section50 .right .icont {
width: 90%;
margin-right: 10px;
margin-left: 10px;
}
.featured_section52 img {
width: 100%;
margin-top: 50px;
}
.featured_section56 .left,
.featured_section56 .right {
width: 100%;
}
.featured_section56 .left .cont,
.featured_section56 .right .cont {
width: 100%;
padding-right: 25px;
padding-left: 25px;
}
.featured_section56 i {
margin-right: 0px;
}
.featured_section57 .cont1 {
margin-left: 23%;
}
.featured_section57 .cont2 {
margin-left: 23%;
}
.featured_section57 .square {
margin-bottom: 85px;
margin-right: 0px;
}
.featured_section57 .square2 {
margin-top: 120px;
margin-bottom: 0px;
margin-right: 0px;
}
.featured_section58 .box {
width: 100%;
padding: 50px 20px;
margin: 0 0px 10px 0%;
}
.featured_section59 img {
width: 100%;
}
.featured_section62 .bcont{
padding: 10px 18px;
}
.footer3 .one_fifth{
margin-right: 0;
padding-left: 10px;
}
.featured_section63 .one_half {
width: 100%;
padding: 0;
margin-bottom: 30px;
background: none;
}
.featured_section63 .one_half.last {
padding: 0;
}
.featured_section63 .one_half span {
font-size: 40px;
margin-right: 18px;
}
body .featured_section64 .detached.tabs > ul > li{
padding: 0 3px 40px;
}
body .featured_section64 .detached.tabs > ul > li i{
font-size: 30px;
padding: 10px;
}
body .featured_section64 .detached2 .tab-label{
font-size: 12px;
}
.featured_section66 .pricbox ul {
margin-left: 25px;
margin-right: 25px;
}
.featured_section67 .ongmp_address {
width: 100%;
}
.featured_section67 .container {
margin-left: 4%;
}
.featured_section67 .box {
padding-top: 50px;
padding-right: 0px;
padding-left: 10px;
}
.footer6 .column1 {
width: 100%;
padding-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .column1.last {
padding-left: 0px;
margin-bottom: 0px;
}
.footer6 .column2 {
width: 100%;
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
border: none;
margin-bottom: 40px;
}
.footer6 .clogos li img {
margin-right: 5px;
}
.featured_section69 .box {
width: 100%;
padding: 30px 30px 30px 30px;
margin-bottom: 30px;
}
.featured_section70 li {
width: 100%;
padding: 0 0px 0 0;
}
.featured_section71 h5 {
margin: 0px 0 0 0;
}
.featured_section74 span {
padding: 25px;
}
.featured_section75:before {
right:100%;
}
.featured_section75 .left {
width: 100%;
margin-bottom: 50px;
}
.featured_section75 .right {
width: 100%;
}
.featured_section79 .box {
width: 100%;
margin-bottom: 40px;
text-align: center;
}
.featured_section79 .box.center {
border: 1px solid #ececec;
}
.featured_section80 .box {
width: 100%;
margin-bottom: 40px;
}
.featured_section80 .box.last {
border: 1px solid #ececec;
}
body .featured_section80 .box h3{
white-space: normal;
}
.featured_section81 .box {
width: 100%;
margin-right: 0px;
}
.featured_section82 .box {
width: 100%;
padding: 35px 0px;
border: none;
border-bottom: 1px solid rgba(255,255,255,0.20);
}
.featured_section82 .box.last {
border: none;
}
.featured_section82 .box span {
margin-right: 18px;
}
.featured_section86 .cinfo .shape1 {
margin-top: -30px;
margin-left: -1px;
margin-bottom: 18px;
width: 100.6%;
}
.featured_section89 .left {
width: 100%;
}
.featured_section89 .left img {
width: 100%;
}
.featured_section89 .right {
width: 100%;
padding-left: 0px;
padding-top: 40px;
padding-bottom: 100px;
}
.parallax_section14 .box {
width: 100%;
margin-right: 0px;
margin-bottom: 1px;
}
.featured_section93 .two_third {
padding-top: 0px;
}
.featured_section94 .left {
width: 100%;
margin-bottom: 50px;
}
.featured_section94 .right {
width: 100%;
margin-left: 0%;
}
.featured_section94 .right .box .cont {
padding: 27px 15px;
}
.featured_section96 .left {
width: 100%;
padding-right: 0px;
border-right: none;
border-bottom: 1px solid #eee;
padding-bottom: 50px;
margin-bottom: 50px;
}
.featured_section96 .right {
width: 100%;
padding-left: 0px;
}
.featured_section96 .left img,
.featured_section96 .right img {
float: none;
}
.featured_section97 .one_third {
width: 100%;
margin: 0 0 25px 0;
}
.featured_section98 .box {
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
.featured_section98 .box.first {
text-align: center;
margin-top: 0px;
}
.featured_section99:before {
background: #46d8bd;
}
.featured_section99 h2 strong {
margin-left: 0;
}
.featured_section100 .box {
width: 100%;
border-left: none;
border-bottom: 1px solid #eee;
padding: 50px 27px 50px 27px;
}
.featured_section100 .box.last {
border-right: none;
}
.featured_section49 h2{
text-align: center;
}
.featured_section101 .box {
width: 100%;
padding: 50px 30px;
}
.featured_section102 .one_fourth_less {
padding: 8px 8px 0px 8px;
}
.featured_section102 .one_fourth_less img {
width: 100%;
}
.featured_section102 h2.caps{
text-align: center;
}
.featured_section102 .gray{
text-align: justify;
}
body .parallax_section15, body .parallax_section15 .king-elements {text-align: center;}
body .parallax_section15 .less4{
width: 100%;
}
.parallax_section15 .one_half img{
float: none;
margin: 0 auto;
}
.featured_section103 .container .box {
width: 100%;
border-right: none;
border-bottom: 1px solid #eee;
}
.featured_section103 .container .box.last {
border-right: none;
border-bottom: none;
}
.featured_section107 p {
width: 90%;
}
.featured_section109 ul {
width: 100%;
}
.featured_section109 .one_half:first-child ul:first-child li{
text-align: left;
}
.featured_section109 .one_half:first-child ul li i, .featured_section109 .one_half:first-child ul:first-child li i{
float: left;
margin-left: 10px;
}
.featured_section112 .onecol_thirtyfive.left {
text-align: left;
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.right {
padding-top: 0px;
}
.featured_section112 .onecol_thirtyfive.left i {
float: left;
margin-left: 0px;
margin-right: 25px;
}
.featured_section113 .one_half {
margin-top: 20px;
margin-bottom: 0px;
}
.featured_section116 h2.caps{
text-align: center;
}
.featured_section118 .slidesec {
width: 95%;
padding-bottom: 18px;
}
.featured_section118 .slidesec span {
margin-bottom: 30px;
}
.featured_section119 .box iframe {
width: 120px;
height: 90px;
margin-right: 16px;
}
.featured_section119 .box strong {
font-size: 14px;
}
.copyright_info .one_half {
text-align: center;
margin: 0;
}
body ul.footer_social_links {
float: none;
margin: 21px 0px 0px 0px;
display: block;
}
.footer_social_links li {
float: none;
display: inline-block;
margin: 0px 5px 0px 0px;
}
.copyright_info2 .one_half {
text-align: left;
margin-bottom: 20px;
}
.copyright_info4 .container .one_half,
.copyright_info4 .container .one_half.last {
text-align: center;
margin: 0;
}
.copyright_info5 p,
.copyright_info5 span {
float: none;
}
.parallax_section1 p {
width: 90%;
}
.parallax_section2 h2 {
font-size: 25px;
text-align: center;
}
body .parallax_section2{
text-align: center;
}
body .parallax_section2 .but {
float: none;
font-size: 14px;
padding: 12px 25px;
margin: 20px auto 0;
display: inline-block;
}
.parallax_section7 .one,
.parallax_section7 .two {
padding: 40px 30px 40px 40px;
}
.parallax_section10 .one_fourth img {
width: 100%;
}
.parallax_section13 .box {
width: 90%;
padding: 25px 20px;
}
.parallax_section17 h2 {
font-size: 25px;
}
.parallax_section17 a {
float: left;
margin: 14px 0px 0 0px;
}
.newsletter2 {
padding-bottom: 40px;
}
body .entry-content .newsletter2 h2{
text-align: center;
}
.newsletter2 .enter_email_input {
width: 65%;
margin-top: 0px;
}
.newsletter2 .input_submit {
margin-top: 0px;
margin-left: 10px;
padding: 13px 18px 14px 18px;
}
.newsletter2 .one_half {
margin: 0;
}
.newsletter3 .enter_email_input {
width: 72%;
}
.client_logos3 li {
width: 16.8%;
margin-right: 4%;
}
.client_logos3 li img {
width: 100%;
}
.less1 {
width: 100%;
}
.less2 {
width: 100%;
}
.less3 {
width: 100%;
}
.less4 {
width: 100%;
}
.title22 em {
width: 100%;
}
.title23 em {
width: 100%;
}
.title28 em {
width: 100%;
}
.margin_top_res4 {
padding-top: 130px;
background: #3c3c41;
}
body .featured_section32 .li{
width: 25%;
}
.page_title2 {
margin-top: 0px;
}
.page_title2 h1 {
width: 100%;
font-size: 27px;
margin-top: 12px;
}
.page_title2 .pagenation {
float: left;
width: 100%;
margin: 5px 0px 0px 0px;
}
body .featured_section33{
padding: 50px 0px 50px 0px;
}
.footer3 .left {
width: 100%;
margin-bottom: 50px;
}
.footer3 .right {
width: 100%;
margin-left: 0%;
}
body .featured_section70 li{
width: 100%;
margin: 0 0 40px 0;
padding: 0;
}
body .featured_section71 .roboto{
text-align: center;
}
.ls-slide .sbox5 b, .ls-preview .sbox5 b{
font-size: 8px;
line-height: 8px;
}
.ls-slide .sbox1 i, .ls-slide .sbox2 i, .ls-slide .sbox3 i, .ls-preview .sbox1 i, .ls-preview .sbox2 i, .ls-preview .sbox3 i{
font-size: 14px;
margin-bottom: 5px;
}
body .less3{
width: 90%;
}
body .featured_section107 h1{
line-height: 28px;
}
body h1.roboto{
font-size: 20px;
}
.featured_section3 em{
font-size: 16px;
margin-bottom: 10px;
}
.featured_section3 b{
font-size: 24px;
line-height: 24px;
}
.featured_section3 strong{
font-size: 26px;
}
/** move from re **/
.leftmenuv1 .container {
width: 100%;
}
.logoopv1 {
width: 100%;
padding: 0;
text-align: center;
}
.logoopv1 img {
padding-top: 20px;
}
.menuopv1 {
width: 95%;
padding-left: 7%;
}
.logo_lmv1 {
padding: 10px 0px;
}
.featured_section201 span {
font-size: 45px;
margin-right: 14px;
margin-bottom: 50px;
margin-top: 5px;
}
.featured_section201 h2 {
font-size: 21px;
line-height: 25px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half {
width: 100%;
}
.featured_section206 .bbox .one_half img {
width: 100%;
}
.featured_section207 .ongmp_contact {
width: 90%;
}
.featured_section207 .box {
width: 88.45%;
padding-left: 25px;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 59%;
padding: 10px 10px;
}
body .hsmline{
height: 1px;
}
.sbtex {
padding: 50px 0px 30px 0px;
}
.sbtex h1 {
font-size: 21px;
font-weight: 400;
line-height: 35px;
width: 100%;
}
.sbtex h4 {
font-size: 14px;
line-height: 25px;
width: 100%;
margin: 30px auto 0 auto;
}
.featured_section212 .one_half .one_half {
width: 100%;
margin: 0;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle button:last-child{
padding-right: 0px;
}
.linklast li:last-child{
margin-right: 0px !important;
}
.ovfull_container {
padding: 0px 15px 0px 15px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 40px 0px 60px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 40px 0px 40px 0px;
}
.featured_section66 .pricbox li{
padding: 10px 0;
}
.client_logos3.three .wpb_single_image{
padding: 10px 0px;
min-height: 60px;
}
body .ovt_section_title h1 {
font-size: 40px;
padding-left: 50px;
background-size: 12.5%;
}
body .ovt_section_title h4 {
margin: 0px 45px 0px 50px;
}
body .ovt_section10 .cateinfo{
font-size: 10px;
}
body .ovt_section11{
padding: 60px 0px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
width: 100%;
padding: 50px 30px;
}
body .ovt_section01 .drcse {
padding: 75px 30px 75px 30px;
}
body .ovt_section01 .drcse h1 {
font-size: 30px;
line-height: 35px;
}
body .ovt_section02 .left {
width: 100%;
padding: 75px 30px 75px 30px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 30px 100px 30px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 30px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
width: 100%;
padding: 50px 30px;
border-bottom: 1px solid #f3f3f3;
border-right: none;
}
body .ovt_section05 {
padding: 60px 30px;
}
body .ovt_section05 .one_fourth_less {
width: 100%;
margin: 0 0px 40px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section06 {
padding: 90px 30px;
}
body .ovt_section06 h1 {
font-size: 22px;
line-height: 40px;
}
body .ovt_section06 .but {
font-size: 16px;
padding: 6px 10px;
clear: both;
display: block;
text-align: center;
width: 80%;
margin: 0 auto;
}
body .ovt_section08{
padding: 60px 0px 0px 0px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section08 .right .box {
padding: 30px 20px 28px 20px;
}
body .ovt_section08 .right .box span {
margin-bottom: 20px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section09 .one_half {
width: 100%;
margin: 0;
padding: 0px 0px 40px 0px;
text-align: left;
border-right: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 30px 0px 30px;
}
.featured_section207.two .ongmp_contact {
width: 100%;
}
.featured_section207.two .box {
width: 97%;
padding: 70px 0px 0 20px;
}
body .featured_section19 .text{
margin-left: 0px;
padding: 30px;
}
body .featured_section19 .text,body .featured_section19 .text p{
transform: inherit;
width: 100%;
}
body .featured_section19 .text p{
padding: 0px;
margin: 0 0 15px 0;
}
body .featured_section19 .text h1{
padding: 0px;
margin-left: 0px;
transform: inherit;
}
.featured_section208.two span {
float: left;
}
.copyright_info .one_half{
text-align: center;
}
.tabs-onpg3 .king-tabs-pane{
padding: 30px 30px 70px;
}
.tabs-onpg3 .ui-tabs-nav li a strong{
font-size: 13px;
white-space: pre-line;
}
.tabs-onpg3 .ui-tabs-nav li a{
white-space: pre-line;
font-size: 10px;
}
.onepage_section4{
padding: 30px 0 0 0;
}
.featured_section209 h1{
line-height: 32px;
font-size: 26px;
}
.featured_section211 .box{
width: 100%;
}
body .featured_section44 .rimg{
margin-bottom: 20px!important;
}
.featured_section202 .margin_top7{
margin-top: 40px;
}
.featured_section202 h2{
margin-bottom: 10px;
}
.featured_section15.two .title34{
margin-bottom: 40px;
}
.featured_section134 .one_third i{
margin-bottom: 70px;
}
.featured_section134 .title37 em{
text-align: justify;
}
.featured_section138 ul.left, .featured_section138 ul.right{
width: 100%;
border: 0;
}
.featured_section138 .left li, .featured_section138 .right li{
text-align: center;
width: 100%;
}
/*** for construction ***/
.featured_section124 .repro .box{
width: 100%;
padding: 20px;
min-height: 300px;
}
.featured_section128 strong{
line-height: 26px;
font-size: 24px;
text-align: center;
width: 100%;
margin-right: 0;
}
.featured_section128 a{
clear: both;
margin-top: 30px;
display: inline-block;
}
body .featured_section126 .one_fourth {
width: 100%;
margin-bottom: 60px;
}
/*** merger ***/
.leftmenuv1 .container {
width: 300px;
}
.logoopv1 {
width: 100%;
padding: 0;
text-align: center;
}
.logoopv1 img {
padding-top: 20px;
}
.menuopv1 {
width: 95%;
padding-left: 7%;
}
.logo_lmv1 {
padding: 10px 0px;
}
.featured_section201 span {
font-size: 45px;
margin-right: 14px;
margin-bottom: 50px;
margin-top: 5px;
}
.featured_section201 h2 {
font-size: 21px;
line-height: 25px;
margin-bottom: 5px;
}
.featured_section201 p {
font-size: 14px;
line-height: 18px;
}
.featured_section202 .margin_top7 {
margin-top: 30px;
}
.leftmenuv1 .featured_section49 .slidesec h2 {
margin-top: 0px;
}
.featured_section206 .bbox .one_half {
width: 100%;
}
.featured_section206 .bbox .one_half img {
width: 100%;
}
.featured_section207 .ongmp_contact {
width: 90%;
}
.featured_section207 .box {
width: 88.45%;
padding-left: 25px;
}
.featured_section209 .box img {
width: 100%;
}
.featured_section209 .box span {
width: 59%;
padding: 10px 10px;
}
body .hsmline{
height: 1px;
}
.sbtex {
padding: 50px 0px 30px 0px;
}
.sbtex h1 {
font-size: 21px;
font-weight: 400;
line-height: 35px;
width: 100%;
}
.sbtex h4 {
font-size: 14px;
line-height: 25px;
width: 100%;
margin: 30px auto 0 auto;
}
.featured_section212 .one_half .one_half {
width: 100%;
margin: 0;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle button:last-child{
padding-right: 0px;
}
.linklast li:last-child{
margin-right: 0px !important;
}
.ovfull_container {
padding: 0px 30px 0px 30px;
}
.ovfull_container.two {
padding: 0px 0px 0px 0px;
}
body .ovt_section_title {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.two {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.three {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title.four {
width: 100%;
height: auto;
padding: 75px 0px 75px 0px;
}
body .ovt_section_title h1 {
font-size: 40px;
padding-left: 50px;
background-size: 12.5%;
}
body .ovt_section_title h4 {
margin: 0px 45px 0px 50px;
}
body .ovt_section01 {
width: 100%;
}
body .ovt_section01 .one_fourth {
width: 100%;
padding: 50px 30px;
}
body .ovt_section01 .drcse {
padding: 75px 30px 75px 30px;
}
body .ovt_section01 .drcse h1 {
font-size: 30px;
line-height: 35px;
}
body .ovt_section02 .left {
width: 100%;
padding: 75px 30px 75px 30px;
}
body .ovt_section02 .right {
width: 100%;
padding: 100px 30px 100px 30px;
}
body .ovt_section02 .left .item img {
width: 100%;
}
body .ovt_section03 .fullpimg span {
padding: 35px 30px;
margin-top: 381px;
}
body .ovt_section03 .fullpimg {
min-height: 500px;
}
body .ovt_section04 {
width: 100%;
}
body .ovt_section04 .one_half {
width: 100%;
padding: 50px 30px;
border-bottom: 1px solid #f3f3f3;
border-right: none;
}
body .ovt_section05 {
padding: 100px 30px;
}
body .ovt_section05 .one_fourth_less {
width: 100%;
margin: 0 0px 40px 0;
}
body .ovt_section05 .one_fourth_less .box {
float: left;
width: 100%;
text-align: center;
background: #fff;
padding: 50px 18px;
}
body .ovt_section06 {
padding: 90px 30px;
}
body .ovt_section06 h1 {
font-size: 27px;
line-height: 40px;
}
body .ovt_section06 .but {
font-size: 16px;
padding: 12px 20px;
}
body .ovt_section08 .left {
width: 100%;
text-align: left;
}
body .ovt_section08 .left img {
width: 100%;
}
body .ovt_section08 .right {
width: 100%;
padding-top: 75px;
padding-bottom: 75px;
}
body .ovt_section08 .right .box {
padding: 30px 20px 28px 20px;
}
body .ovt_section08 .right .box span {
margin-bottom: 20px;
}
body .ovt_section09 {
width: 100%;
}
body .ovt_section09 .one_half {
width: 100%;
margin: 0;
padding: 0px 0px 40px 0px;
text-align: left;
border-right: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 {
float: left;
width: 100%;
border-top: none;
border-bottom: 1px solid #f3f3f3;
}
body .ovt_section10 .left {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .right {
width: 100%;
padding-bottom: 75px;
}
body .ovt_section10 .lspace {
padding-left: 40px;
}
body .ovt_section10 h4 {
width: 90%;
}
body .ovt_section12 {
width: 100%;
padding: 50px 30px 0px 30px;
}
.featured_section207.two .ongmp_contact {
width: 100%;
}
.featured_section207.two .box {
width: 97%;
padding: 70px 0px 0 20px;
}
body .featured_section19 .text{
margin-left: 0px;
padding: 30px;
}
body .featured_section19 .text,body .featured_section19 .text p{
transform: inherit;
width: 100%;
}
body .featured_section19 .text p{
padding: 0px;
margin: 0 0 15px 0;
}
body .featured_section19 .text h1{
padding: 0px;
margin-left: 0px;
transform: inherit;
}
.featured_section208.two span {
float: left;
}
.copyright_info .one_half{
text-align: center;
}
.featured_section143 .box .donate_submit{
width: 80%;
margin: 20px 0 0;
}
.featured_section143 .box .donate_input{
width: 80%;
}
.featured_section143 .box .box2 .element-icon{
font-size: 45px;
}
body .featured_section205 .element-icon{
margin-bottom: 14px;
}
.featured_section125 .one_third i{
margin-bottom:0px;
}
}
|
toolchain/share/doc/gcc-linaro-arm-linux-gnueabihf/html/as.html/Symbol-Intro.html | vic3t3chn0/Samsung_Wave_Kernel_SD_NAND | <html lang="en">
<head>
<title>Symbol Intro - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Syntax.html#Syntax" title="Syntax">
<link rel="prev" href="Comments.html#Comments" title="Comments">
<link rel="next" href="Statements.html#Statements" title="Statements">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Symbol-Intro"></a>
<p>
Next: <a rel="next" accesskey="n" href="Statements.html#Statements">Statements</a>,
Previous: <a rel="previous" accesskey="p" href="Comments.html#Comments">Comments</a>,
Up: <a rel="up" accesskey="u" href="Syntax.html#Syntax">Syntax</a>
<hr>
</div>
<h3 class="section">3.4 Symbols</h3>
<p><a name="index-characters-used-in-symbols-128"></a>A <dfn>symbol</dfn> is one or more characters chosen from the set of all
letters (both upper and lower case), digits and the three characters
‘<samp><span class="samp">_.$</span></samp>’.
On most machines, you can also use <code>$</code> in symbol names; exceptions
are noted in <a href="Machine-Dependencies.html#Machine-Dependencies">Machine Dependencies</a>.
No symbol may begin with a digit. Case is significant.
There is no length limit: all characters are significant. Symbols are
delimited by characters not in that set, or by the beginning of a file
(since the source program must end with a newline, the end of a file is
not a possible symbol delimiter). See <a href="Symbols.html#Symbols">Symbols</a>.
<a name="index-length-of-symbols-129"></a>
</body></html>
|
gui/syncthing/device/idqrModalView.html | jgke/syncthing | <modal id="idqr" status="info" icon="qrcode" title="{{'Device Identification' | translate}} - {{deviceName(thisDevice())}}" large="yes" close="yes">
<div class="well well-sm text-monospace text-center" select-on-click>{{myID}}</div>
<img ng-if="myID" class="center-block img-thumbnail" ng-src="qr/?text={{myID}}"/>
</modal>
|
layout/reftests/scrolling/huge-horizontal-overflow.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<head><title>Testcase for bug 751278</title>
<style>
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
span { display:inline-block; min-width:300px;}
</style>
</head>
<body>
<h1>Test</h1>
<div>
<div>
<table cellspacing='0' cellpadding='0'>
<tr>
<th><span>Col 0</span></th>
<th><span>Col 1</span></th>
<th><span>Col 2</span></th>
<th><span>Col 3</span></th>
<th><span>Col 4</span></th>
<th><span>Col 5</span></th>
<th><span>Col 6</span></th>
<th><span>Col 7</span></th>
<th><span>Col 8</span></th>
</tr>
<tr>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
<td>alskjdfas</td>
</tr>
</table>
</div>
</div>
<div class="ui-helper-clearfix ui-helper-hidden-accessible"></div>
</body>
</html>
|
layout/reftests/table-bordercollapse/bc_dyn_rg2_ref.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to rowgroup border width</title>
<style>
td { border: 10px green solid;}
table {margin: 30px}
</style>
</head>
<body>
<table style="border-collapse:collapse">
<tbody></tbody><tr><td>c11</td><td>c12</td><td>c13</td></tr></tbody>
<tbody style="border:solid green 20px">
<tr><td>c21</td><td>c22</td><td>c23</td></tr>
</tbody>
<tbody>
<tr><td>c31</td><td>c32</td><td>c33</td></tr>
</tbody>
</table>
|
lms/templates/shoppingcart/registration_code_receipt.html | c0710204/edx-platform | <%!
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
from courseware.courses import course_image_url, get_course_about_section
%>
<%inherit file="../main.html" />
<%namespace name='static' file='/static_content.html'/>
<%block name="pagetitle">${_("Confirm Enrollment")}</%block>
<%block name="content">
<div class="container">
<section class="wrapper confirm-enrollment">
<header class="page-header">
<h1 class="title">
${_("{site_name} - Confirm Enrollment").format(site_name=site_name)}
</h1>
</header>
<section>
<div class="course-image">
<img style="width: 100%; height: auto;" src="${course_image_url(course)}"
alt="${course.display_number_with_default | h} ${get_course_about_section(course, 'title')} Cover Image"/>
</div>
<div class="enrollment-details">
<div class="sub-title">${_("Confirm your enrollment for:")}
<span class="course-date-label">${_("course dates")}</span>
<div class="clearfix"></div>
</div>
<div class="course-title">
<h1>
${_("{course_name}").format(course_name=course.display_name)}
<span class="course-dates">${_("{start_date}").format(start_date=course.start_date_text)} - ${_("{end_date}").format(end_date=course.end_date_text)}
</span>
</h1>
</div>
<hr>
<div>
% if reg_code_already_redeemed:
<% dashboard_url = reverse('dashboard')%>
<p class="enrollment-text">
${_("You've clicked a link for an enrollment code that has already been used."
" Check your <a href={dashboard_url}>course dashboard</a> to see if you're enrolled in the course,"
" or contact your company's administrator.").format(dashboard_url=dashboard_url)}
</p>
% elif redemption_success:
<p class="enrollment-text">
${_("You have successfully enrolled in {course_name}."
" This course has now been added to your dashboard.").format(course_name=course.display_name)}
</p>
% elif registered_for_course:
<% dashboard_url = reverse('dashboard')%>
<p class="enrollment-text">
${_("You're already registered for this course."
" Visit your <a href={dashboard_url}>dashboard</a> to see the course.").format(dashboard_url=dashboard_url)}
</p>
% else:
<p class="enrollment-text">
${_("You're about to activate an enrollment code for {course_name} by {site_name}. "
"This code can only be used one time, so you should only activate this code if you're its intended"
" recipient.").format(course_name=course.display_name, site_name=site_name)}
</p>
% endif
</div>
</div>
% if not reg_code_already_redeemed:
%if redemption_success:
<% course_url = reverse('info', args=[course.id.to_deprecated_string()]) %>
<a href="${course_url}" class="link-button course-link-bg-color">${_("View Course ▸")}</a>
%elif not registered_for_course:
<form method="post">
<input type="hidden" name="csrfmiddlewaretoken" value="${ csrf_token }">
<input type="submit" value="Activate Course Enrollment ▸" id="id_active_course_enrollment"
name="active_course_enrollment">
</form>
%endif
%endif
</section>
</section>
</div>
</%block>
|
openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/create_qos_spec.html | openstack/horizon | {% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create QoS Spec" %}{% endblock %}
{% block main %}
{% include 'admin/volume_types/_create_qos_spec.html' %}
{% endblock %}
|
prototypes/referral-signposting/5/personaldetails.css | NHSChoices/nhs111-prototypes | .button-link {
border: none;
padding: 0 !important;
padding-right: 20px !important;
cursor: pointer;
color: #79AFDD;
background-color: white !important;
background-image: url("/content/images/icons/icon-link-go.png");
background-repeat: no-repeat;
background-position: 100% 50%;
}
.button-link:link, .button-link:hover, .button-link:focus, .button-link:visited {
color: #79AFDD;
outline: none;
}
.button-link:hover, .button-link:focus {
text-decoration: underline !important;
}
.personal-details-content {
padding: 1rem 1rem 0 1rem;
max-width: 45.8333333333rem;
}
@media screen and (min-width: 40em) {
.personal-details-content {
max-width: none;
}
}
.personal-details-content label {
font-weight: bold;
}
.personal-details-content .form-control {
border: 2px solid #E6E6E6;
}
@media (min-width: 641px) {
#UserInfo_TelephoneNumber {
width: 25%;
}
}
.inline-details {
overflow: auto;
display: block;
padding: 0.5rem 0 2rem 0;
}
.inline-details input {
float: left;
margin-right: 2rem;
}
.form-hint {
font-weight: normal !important;
}
.button.find-address {
background-color: #707070;
padding-right: 5rem;
background-image: url("/content/images/icons/icon-button-next.svg");
background-repeat: no-repeat;
background-position: 85% 60%;
}
.button.find-address:link, .button.find-address:hover, .button.find-address:focus, .button.find-address:visited {
background-color: #333333;
}
.button.button-submit-details {
padding-right: 5rem;
margin-top: 1rem;
background-image: url("/content/images/icons/icon-button-next.svg");
background-repeat: no-repeat;
background-position: 85% 60%;
}
.select-address {
display: inline-block;
cursor: pointer;
height: 4rem;
line-height: 4rem;
padding: 0 1rem;
background-color: #fff;
border: 2px solid #b9d2dc;
-webkit-appearance:none;
width: 255px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.select-address {
padding-right: 18px;
}
}
.select-label {
position: relative;
color: #b9d2dc;
}
.select-label:after {
content: '<>';
font-size: 2.5rem;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 0;
top: 0;
padding-right: 5px;
position: absolute;
pointer-events: none;
}
.select-label:before {
content: '';
right: 2px;
top: -1rem;
width: 30px;
height: 3.5rem;
background: #fff;
position: absolute;
pointer-events: none;
display: block;
}
|
third_party/webgl/src/conformance-suites/2.0.0/extra/texture-sizing.html | endlessm/chromium-browser | <!--
/*
** Copyright (c) 2015 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are 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 Materials.
**
** THE MATERIALS ARE 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
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<!DOCTYPE html>
<html>
<head>
<title>Testing resolution of texture uploads</title>
<style>
.result {
margin-bottom: 20px;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.description, .element, .render, .log {
border: 1px solid black;
margin: 5px;
width: 200px;
height: 200px;
max-width: 200px;
max-height: 200px;
}
.render canvas {
width: 200px;
height: 200px;
}
p {
margin: 0;
padding: 5px 10px;
}
.viacss {
width: 200px;
height: 200px;
}
</style>
<script src="../js/webgl-test-utils.js"> </script>
<script>
var outOfPageSVG = new Image();
outOfPageSVG.src = "sample.svg";
function runTest() {
var wtu = WebGLTestUtils;
var results = document.querySelectorAll(".result");
for (var i = 0; i < results.length; i++) {
var result = results[i];
var img = result.querySelector("img");
if (result.classList.contains("out-of-page")) {
img = outOfPageSVG;
}
if (result.classList.contains("set-dimensions")) {
img.width = 200;
img.height = 200;
}
var out = result.querySelector(".output");
out.innerHTML = "img.width = " + img.width + "<br>img.height = " + img.height + "<br>img.naturalWidth = " + img.naturalWidth + "<br>img.naturalHeight = " + img.naturalHeight;
var canvas = document.createElement("canvas");
canvas.width = 200 * window.devicePixelRatio;
canvas.height = 200 * window.devicePixelRatio;
result.querySelector(".render").appendChild(canvas);
var gl = wtu.create3DContext(canvas);
gl.enable(gl.BLEND);
gl.disable(gl.DEPTH_TEST);
var program = wtu.setupSimpleTextureProgram(gl, 0, 1);
var buffers = wtu.setupUnitQuad(gl, 0, 1);
var tex = gl.createTexture();
gl.bindTexture(gl.TEXTURE_2D, tex);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.LINEAR);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_S, gl.CLAMP_TO_EDGE);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_T, gl.CLAMP_TO_EDGE);
gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, img);
var loc = gl.getUniformLocation(program, "tex");
gl.uniform1i(loc, 0);
wtu.clearAndDrawUnitQuad(gl, [0, 255, 0, 255]);
}
}
window.addEventListener("load", function () {
runTest();
}, false);
</script>
</head>
<body>
<div class="result">
<div class="description">
<p>IMG to SVG with 200x200 attributes</p>
</div>
<div class="element">
<img src="sample.svg" width="200" height="200">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result">
<div class="description">
<p>IMG to 100x100 PNG with 200x200 attributes</p>
</div>
<div class="element">
<img src="sample-100.png" width="200" height="200">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result">
<div class="description">
<p>IMG to 200x200 PNG with 200x200 attributes</p>
</div>
<div class="element">
<img src="sample-200.png" width="200" height="200">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result">
<div class="description">
<p>IMG to 400x400 PNG with 200x200 attributes</p>
</div>
<div class="element">
<img src="sample-400.png" width="200" height="200">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result">
<div class="description">
<p>IMG SRCSET to multiple PNGs with 200x200 attributes</p>
</div>
<div class="element">
<img src="sample-100.png" srcset="sample-200.png 1x, sample-400.png 2x" width="200" height="200">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result">
<div class="description">
<p>IMG to SVG with no attributes - 200x200 sizing via CSS</p>
</div>
<div class="element">
<img src="sample.svg" class="viacss">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result">
<div class="description">
<p>IMG to 400x400 PNG with no attributes - 200x200 sizing via CSS</p>
</div>
<div class="element">
<img src="sample-400.png" class="viacss">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result">
<div class="description">
<p>
IMG to SVG with no attributes and no sizing via CSS<br>
(although the width and height of the container set a size)
</p>
</div>
<div class="element">
<img src="sample.svg">
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result out-of-page">
<div class="description">
<p>Out of page SVG with no dimensions</p>
</div>
<div class="element">
Not a child of document
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
<div class="result out-of-page set-dimensions">
<div class="description">
<p>Out of page SVG with 200x200 specified</p>
</div>
<div class="element">
Not a child of document
</div>
<div class="render">
</div>
<div class="log">
<p class="output"></p>
</div>
</div>
</body>
</html>
|
third_party/WebKit/LayoutTests/webaudio/codec-tests/aac/m4a-short-duration-44khz.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<script src="../../resources/audio-testing.js"></script>
<script src="../../resources/buffer-loader.js"></script>
<script src="../../resources/audio-codec-test.js"></script>
<title></title>
</head>
<body>
<script>
(function () {
// For certain AAC-encoded files, FFMPEG's estimated frame count might not
// be sufficient to capture the entire audio content that we want. This is
// especially noticeable for short files (< 10ms) resulting in silence
// throughout the decoded buffer. Thus we add the priming frames and the
// remainder frames to the estimation.
// (See: crbug.com/513178)
var targetUrl = '../../resources/media/440hz-10ms.m4a';
window.onload = function () {
runDecodingTest(targetUrl);
};
})();
</script>
</body>
</html>
|
usecase/usecase-wrt-tizen-tests/samples/ScrollIndicators/index.html | YongseopKim/crosswalk-test-suite | <!DOCTYPE html>
<!--
Copyright (c) 2013 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the original copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this work without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
Xu, Yuhan <yuhanx.xu@intel.com>
-->
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../css/main.css">
<script src="../../js/jquery-2.1.3.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<script src="../../js/common.js"></script>
<script src="../../js/tests.js"></script>
<div id="header">
<h3 id="main_page_title"></h3>
</div>
<div class="content">
<div class="panel panel-primary" id="ScrollIndicators">
<div class="panel-heading">Scroll Indicator</div>
<div class="panel-body" id="WebApp_ScrollIndicators_Default">
<a href="javascript:runApp('res/WebApp_ScrollIndicators_Default.html')" data-transition="slide" style="">
<h2>WebApp_ScrollIndicators_Default</h2>
</a>
</div>
<div class="panel-body" id="WebApp_ScrollIndicators_Pic">
<a href="javascript:runApp('res/WebApp_ScrollIndicators_Pic.html')" data-transition="slide" style="">
<h2>WebApp_ScrollIndicators_Pic</h2>
</a>
</div>
</div>
</div>
<div class="footer">
<div id="footer"></div>
</div>
<div class="modal fade" id="popup_info">
<p>Purpose:</p>
<p>Verifies the functionality of scroll indicator supported on Crosswalk.</p>
<p>Expected Result: </p>
<p>Test passes if all sub-tests pass.</p>
</div>
|
third_party/WebKit/LayoutTests/media/video-src-change.html | ds-hwang/chromium-crosswalk | <html>
<head>
<!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
(Please avoid writing new tests using video-test.js) -->
<script src=video-test.js></script>
<script src=media-file.js></script>
<script>
var mediaFile;
var loadedCount = 0;
var errorCount = 0;
function errorEvent()
{
testExpected("relativeURL(video.currentSrc)", "bogus");
testExpected("video.networkState", HTMLMediaElement.NETWORK_NO_SOURCE);
testExpected("video.error.code", MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED);
consoleWrite("");
// Prevent runaway tests when unexpected errors happen.
if (++errorCount > 1)
endTest();
setSrcAttribure(findMediaFile("video", "content/test"));
consoleWrite("");
}
function loadedmetadata()
{
testExpected("stripExtension(relativeURL(video.currentSrc))", stripExtension(mediaFile));
testExpected("isNaN(video.duration)", false);
consoleWrite("");
if (++loadedCount >= 2) {
mediaElement.removeEventListener('loadedmetadata', loadedmetadata);
endTest();
return;
}
setSrcAttribure(findMediaFile("video", "content/counting"));
consoleWrite("");
}
function setSrcAttribure(src)
{
mediaFile = src;
video.setAttribute('src', src);
}
function setup()
{
findMediaElement();
waitForEvent('loadedmetadata', loadedmetadata);
waitForEvent('error', errorEvent);
setSrcAttribure("bogus");
consoleWrite("");
}
</script>
</head>
<body onload="setup()">
<video controls" ></video>
<p>
1. Test that an invalid src attribute fires an error when the file fails to load.<br>
2. Test that changing src attribute triggers load after a load fails.<br>
3. Test that changing src triggers load once a file is known to be valid.
</p>
</body>
</html>
|
web-platform-tests/tests/html/semantics/embedded-content/media-elements/track/track-element/cors/016.html | cr/fxos-certsuite | <!doctype html>
<title>track CORS: Anonymous, same-origin, no headers, redirects to same-origin, no headers</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script src=/common/utils.js></script>
<script src=support/common.js?pipe=sub></script>
<script>
var expected = {event:'load', requests:[{cors:'no', cookie:'yes'}, {cors:'no', cookie:'yes'}]};
</script>
|
main/libc/unix/linux_like/fn.posix_fadvise.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../libc/fn.posix_fadvise.html">
</head>
<body>
<p>Redirecting to <a href="../../../libc/fn.posix_fadvise.html">../../../libc/fn.posix_fadvise.html</a>...</p>
<script>location.replace("../../../libc/fn.posix_fadvise.html" + location.search + location.hash);</script>
</body>
</html> |
src/commons-math3-3.6.1/docs/apidocs/org/apache/commons/math3/class-use/Field.html | asampley/FactorioRatioAssistant | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.apache.commons.math3.Field (Apache Commons Math 3.6.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.commons.math3.Field (Apache Commons Math 3.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/commons/math3/class-use/Field.html" target="_top">Frames</a></li>
<li><a href="Field.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.apache.commons.math3.Field" class="title">Uses of Interface<br>org.apache.commons.math3.Field</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3">org.apache.commons.math3</a></td>
<td class="colLast">
<div class="block">Common classes used throughout the commons-math library.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.analysis.differentiation">org.apache.commons.math3.analysis.differentiation</a></td>
<td class="colLast">
<div class="block">
This package holds the main interfaces and basic building block classes
dealing with differentiation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.complex">org.apache.commons.math3.complex</a></td>
<td class="colLast">
<div class="block">Complex number type and implementations of complex transcendental
functions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.dfp">org.apache.commons.math3.dfp</a></td>
<td class="colLast">
<div class="block">Decimal floating point library for Java</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.fraction">org.apache.commons.math3.fraction</a></td>
<td class="colLast">
<div class="block">Fraction number type and fraction number formatting.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.linear">org.apache.commons.math3.linear</a></td>
<td class="colLast">
<div class="block">Linear algebra support.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.ode">org.apache.commons.math3.ode</a></td>
<td class="colLast">
<div class="block">
This package provides classes to solve Ordinary Differential Equations problems.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.ode.nonstiff">org.apache.commons.math3.ode.nonstiff</a></td>
<td class="colLast">
<div class="block">
This package provides classes to solve non-stiff Ordinary Differential Equations problems.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.util">org.apache.commons.math3.util</a></td>
<td class="colLast">
<div class="block">Convenience routines and common data structures used throughout the commons-math library.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.commons.math3">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/package-summary.html">org.apache.commons.math3</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/package-summary.html">org.apache.commons.math3</a> that return <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/FieldElement.html" title="type parameter in FieldElement">T</a>></code></td>
<td class="colLast"><span class="strong">FieldElement.</span><code><strong><a href="../../../../../org/apache/commons/math3/FieldElement.html#getField()">getField</a></strong>()</code>
<div class="block">Get the <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3"><code>Field</code></a> to which the instance belongs.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.analysis.differentiation">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/analysis/differentiation/package-summary.html">org.apache.commons.math3.analysis.differentiation</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/analysis/differentiation/package-summary.html">org.apache.commons.math3.analysis.differentiation</a> that return <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/analysis/differentiation/SparseGradient.html" title="class in org.apache.commons.math3.analysis.differentiation">SparseGradient</a>></code></td>
<td class="colLast"><span class="strong">SparseGradient.</span><code><strong><a href="../../../../../org/apache/commons/math3/analysis/differentiation/SparseGradient.html#getField()">getField</a></strong>()</code>
<div class="block">Get the <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3"><code>Field</code></a> to which the instance belongs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html" title="class in org.apache.commons.math3.analysis.differentiation">DerivativeStructure</a>></code></td>
<td class="colLast"><span class="strong">DerivativeStructure.</span><code><strong><a href="../../../../../org/apache/commons/math3/analysis/differentiation/DerivativeStructure.html#getField()">getField</a></strong>()</code>
<div class="block">Get the <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3"><code>Field</code></a> to which the instance belongs.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.complex">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/complex/package-summary.html">org.apache.commons.math3.complex</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/complex/package-summary.html">org.apache.commons.math3.complex</a> that implement <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/complex/ComplexField.html" title="class in org.apache.commons.math3.complex">ComplexField</a></strong></code>
<div class="block">Representation of the complex numbers field.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.dfp">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/dfp/package-summary.html">org.apache.commons.math3.dfp</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/dfp/package-summary.html">org.apache.commons.math3.dfp</a> that implement <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/dfp/DfpField.html" title="class in org.apache.commons.math3.dfp">DfpField</a></strong></code>
<div class="block">Field for Decimal floating point instances.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.fraction">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a> that implement <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/fraction/BigFractionField.html" title="class in org.apache.commons.math3.fraction">BigFractionField</a></strong></code>
<div class="block">Representation of the fractional numbers without any overflow field.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/fraction/FractionField.html" title="class in org.apache.commons.math3.fraction">FractionField</a></strong></code>
<div class="block">Representation of the fractional numbers field.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.linear">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> that return <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected static <T extends <a href="../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><T>> <br><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T></code></td>
<td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#extractField(T[])">extractField</a></strong>(T[] d)</code>
<div class="block">Get the elements type from an array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static <T extends <a href="../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><T>> <br><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T></code></td>
<td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#extractField(T[][])">extractField</a></strong>(T[][] d)</code>
<div class="block">Get the elements type from an array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/FieldVector.html" title="type parameter in FieldVector">T</a>></code></td>
<td class="colLast"><span class="strong">FieldVector.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/FieldVector.html#getField()">getField</a></strong>()</code>
<div class="block">Get the type of field elements of the vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>></code></td>
<td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#getField()">getField</a></strong>()</code>
<div class="block">Get the type of field elements of the matrix.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>></code></td>
<td class="colLast"><span class="strong">SparseFieldVector.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#getField()">getField</a></strong>()</code>
<div class="block">Get the type of field elements of the vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</a>></code></td>
<td class="colLast"><span class="strong">FieldMatrix.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/FieldMatrix.html#getField()">getField</a></strong>()</code>
<div class="block">Get the type of field elements of the matrix.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>></code></td>
<td class="colLast"><span class="strong">ArrayFieldVector.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#getField()">getField</a></strong>()</code>
<div class="block">Get the type of field elements of the vector.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected static <T extends <a href="../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><T>> <br>T[]</code></td>
<td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#buildArray(org.apache.commons.math3.Field,%20int)">buildArray</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int length)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>as of 3.2, replaced by <a href="../../../../../org/apache/commons/math3/util/MathArrays.html#buildArray(org.apache.commons.math3.Field,%20int)"><code>MathArrays.buildArray(Field, int)</code></a></i></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static <T extends <a href="../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><T>> <br>T[][]</code></td>
<td class="colLast"><span class="strong">AbstractFieldMatrix.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#buildArray(org.apache.commons.math3.Field,%20int,%20int)">buildArray</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int rows,
int columns)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>as of 3.2, replaced by <a href="../../../../../org/apache/commons/math3/util/MathArrays.html#buildArray(org.apache.commons.math3.Field,%20int,%20int)"><code>MathArrays.buildArray(Field, int, int)</code></a></i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <T extends <a href="../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><T>> <br>T[][]</code></td>
<td class="colLast"><span class="strong">BlockFieldMatrix.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html#createBlocksLayout(org.apache.commons.math3.Field,%20int,%20int)">createBlocksLayout</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int rows,
int columns)</code>
<div class="block">Create a data array in blocks layout.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <T extends <a href="../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><T>> <br><a href="../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear">FieldMatrix</a><T></code></td>
<td class="colLast"><span class="strong">MatrixUtils.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/MatrixUtils.html#createFieldIdentityMatrix(org.apache.commons.math3.Field,%20int)">createFieldIdentityMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int dimension)</code>
<div class="block">Returns <code>dimension x dimension</code> identity matrix.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <T extends <a href="../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><T>> <br><a href="../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear">FieldMatrix</a><T></code></td>
<td class="colLast"><span class="strong">MatrixUtils.</span><code><strong><a href="../../../../../org/apache/commons/math3/linear/MatrixUtils.html#createFieldMatrix(org.apache.commons.math3.Field,%20int,%20int)">createFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int rows,
int columns)</code>
<div class="block">Returns a <a href="../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear"><code>FieldMatrix</code></a> with specified dimensions.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#AbstractFieldMatrix(org.apache.commons.math3.Field)">AbstractFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>> field)</code>
<div class="block">Creates a matrix with no data</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html#AbstractFieldMatrix(org.apache.commons.math3.Field,%20int,%20int)">AbstractFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</a>> field,
int rowDimension,
int columnDimension)</code>
<div class="block">Create a new FieldMatrix<T> with the supplied row and column dimensions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(org.apache.commons.math3.Field)">Array2DRowFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>> field)</code>
<div class="block">Creates a matrix with no data</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(org.apache.commons.math3.Field,%20int,%20int)">Array2DRowFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>> field,
int rowDimension,
int columnDimension)</code>
<div class="block">Create a new <code>FieldMatrix<T></code> with the supplied row and column dimensions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(org.apache.commons.math3.Field,%20T[])">Array2DRowFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>[] v)</code>
<div class="block">Create a new (column) <code>FieldMatrix<T></code> using <code>v</code> as the
data for the unique column of the created matrix.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(org.apache.commons.math3.Field,%20T[][])">Array2DRowFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>[][] d)</code>
<div class="block">Create a new <code>FieldMatrix<T></code> using the input array as the underlying
data array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(org.apache.commons.math3.Field,%20T[][],%20boolean)">Array2DRowFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</a>[][] d,
boolean copyArray)</code>
<div class="block">Create a new <code>FieldMatrix<T></code> using the input array as the underlying
data array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.Field)">ArrayFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>> field)</code>
<div class="block">Build a 0-length vector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.Field,%20int)">ArrayFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>> field,
int size)</code>
<div class="block">Construct a vector of zeroes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.Field,%20T[])">ArrayFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>[] d)</code>
<div class="block">Construct a vector from an array, copying the input array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.Field,%20T[],%20boolean)">ArrayFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>[] d,
boolean copyArray)</code>
<div class="block">Create a new ArrayFieldVector using the input array as the underlying
data array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.Field,%20T[],%20int,%20int)">ArrayFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>[] d,
int pos,
int size)</code>
<div class="block">Construct a vector from part of a array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math3.Field,%20T[],%20T[])">ArrayFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>[] v1,
<a href="../../../../../org/apache/commons/math3/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</a>[] v2)</code>
<div class="block">Construct a vector by appending one vector to another vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html#BlockFieldMatrix(org.apache.commons.math3.Field,%20int,%20int)">BlockFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/BlockFieldMatrix.html" title="type parameter in BlockFieldMatrix">T</a>> field,
int rows,
int columns)</code>
<div class="block">Create a new matrix with the supplied row and column dimensions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/SparseFieldMatrix.html#SparseFieldMatrix(org.apache.commons.math3.Field)">SparseFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/SparseFieldMatrix.html" title="type parameter in SparseFieldMatrix">T</a>> field)</code>
<div class="block">Create a matrix with no data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/SparseFieldMatrix.html#SparseFieldMatrix(org.apache.commons.math3.Field,%20int,%20int)">SparseFieldMatrix</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/SparseFieldMatrix.html" title="type parameter in SparseFieldMatrix">T</a>> field,
int rowDimension,
int columnDimension)</code>
<div class="block">Create a new SparseFieldMatrix<T> with the supplied row and column
dimensions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math3.Field)">SparseFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>> field)</code>
<div class="block">Build a 0-length vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math3.Field,%20int)">SparseFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>> field,
int dimension)</code>
<div class="block">Construct a vector of zeroes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math3.Field,%20int,%20int)">SparseFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>> field,
int dimension,
int expectedSize)</code>
<div class="block">Build a vector with known the sparseness (for advanced use only).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math3.Field,%20T[])">SparseFieldVector</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>> field,
<a href="../../../../../org/apache/commons/math3/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</a>[] values)</code>
<div class="block">Create from a Field array.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.ode">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/ode/package-summary.html">org.apache.commons.math3.ode</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/ode/package-summary.html">org.apache.commons.math3.ode</a> that return <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html" title="type parameter in AbstractFieldIntegrator">T</a>></code></td>
<td class="colLast"><span class="strong">AbstractFieldIntegrator.</span><code><strong><a href="../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html#getField()">getField</a></strong>()</code>
<div class="block">Get the field to which state vector elements belong.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/ode/package-summary.html">org.apache.commons.math3.ode</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/commons/math3/ode/FieldODEState.html" title="type parameter in FieldODEState">T</a>[][]</code></td>
<td class="colLast"><span class="strong">FieldODEState.</span><code><strong><a href="../../../../../org/apache/commons/math3/ode/FieldODEState.html#copy(org.apache.commons.math3.Field,%20T[][])">copy</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/FieldODEState.html" title="type parameter in FieldODEState">T</a>> field,
<a href="../../../../../org/apache/commons/math3/ode/FieldODEState.html" title="type parameter in FieldODEState">T</a>[][] original)</code>
<div class="block">Copy a two-dimensions array.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/commons/math3/ode/package-summary.html">org.apache.commons.math3.ode</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html#AbstractFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String)">AbstractFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/AbstractFieldIntegrator.html" title="type parameter in AbstractFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Build an instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/MultistepFieldIntegrator.html#MultistepFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20int,%20int,%20double,%20double,%20double[],%20double[])">MultistepFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/MultistepFieldIntegrator.html" title="type parameter in MultistepFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
int nSteps,
int order,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Build a multistep integrator with the given stepsize bounds.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/MultistepFieldIntegrator.html#MultistepFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20int,%20int,%20double,%20double,%20double,%20double)">MultistepFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/MultistepFieldIntegrator.html" title="type parameter in MultistepFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
int nSteps,
int order,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Build a multistep integrator with the given stepsize bounds.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.ode.nonstiff">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/ode/nonstiff/package-summary.html">org.apache.commons.math3.ode.nonstiff</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/ode/nonstiff/package-summary.html">org.apache.commons.math3.ode.nonstiff</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <T extends <a href="../../../../../org/apache/commons/math3/RealFieldElement.html" title="interface in org.apache.commons.math3">RealFieldElement</a><T>> <br><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsNordsieckFieldTransformer.html" title="class in org.apache.commons.math3.ode.nonstiff">AdamsNordsieckFieldTransformer</a><T></code></td>
<td class="colLast"><span class="strong">AdamsNordsieckFieldTransformer.</span><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsNordsieckFieldTransformer.html#getInstance(org.apache.commons.math3.Field,%20int)">getInstance</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int nSteps)</code>
<div class="block">Get the Nordsieck transformer for a given field and number of steps.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/commons/math3/ode/nonstiff/package-summary.html">org.apache.commons.math3.ode.nonstiff</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsBashforthFieldIntegrator.html#AdamsBashforthFieldIntegrator(org.apache.commons.math3.Field,%20int,%20double,%20double,%20double[],%20double[])">AdamsBashforthFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsBashforthFieldIntegrator.html" title="type parameter in AdamsBashforthFieldIntegrator">T</a>> field,
int nSteps,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Build an Adams-Bashforth integrator with the given order and step control parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsBashforthFieldIntegrator.html#AdamsBashforthFieldIntegrator(org.apache.commons.math3.Field,%20int,%20double,%20double,%20double,%20double)">AdamsBashforthFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsBashforthFieldIntegrator.html" title="type parameter in AdamsBashforthFieldIntegrator">T</a>> field,
int nSteps,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Build an Adams-Bashforth integrator with the given order and step control parameters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.html#AdamsFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20int,%20int,%20double,%20double,%20double[],%20double[])">AdamsFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.html" title="type parameter in AdamsFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
int nSteps,
int order,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Build an Adams integrator with the given order and step control parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.html#AdamsFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20int,%20int,%20double,%20double,%20double,%20double)">AdamsFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsFieldIntegrator.html" title="type parameter in AdamsFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
int nSteps,
int order,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Build an Adams integrator with the given order and step control parameters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsMoultonFieldIntegrator.html#AdamsMoultonFieldIntegrator(org.apache.commons.math3.Field,%20int,%20double,%20double,%20double[],%20double[])">AdamsMoultonFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsMoultonFieldIntegrator.html" title="type parameter in AdamsMoultonFieldIntegrator">T</a>> field,
int nSteps,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Build an Adams-Moulton integrator with the given order and error control parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsMoultonFieldIntegrator.html#AdamsMoultonFieldIntegrator(org.apache.commons.math3.Field,%20int,%20double,%20double,%20double,%20double)">AdamsMoultonFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdamsMoultonFieldIntegrator.html" title="type parameter in AdamsMoultonFieldIntegrator">T</a>> field,
int nSteps,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Build an Adams-Moulton integrator with the given order and error control parameters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdaptiveStepsizeFieldIntegrator.html#AdaptiveStepsizeFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20double,%20double,%20double[],%20double[])">AdaptiveStepsizeFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdaptiveStepsizeFieldIntegrator.html" title="type parameter in AdaptiveStepsizeFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Build an integrator with the given stepsize bounds.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdaptiveStepsizeFieldIntegrator.html#AdaptiveStepsizeFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20double,%20double,%20double,%20double)">AdaptiveStepsizeFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/AdaptiveStepsizeFieldIntegrator.html" title="type parameter in AdaptiveStepsizeFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Build an integrator with the given stepsize bounds.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/ClassicalRungeKuttaFieldIntegrator.html#ClassicalRungeKuttaFieldIntegrator(org.apache.commons.math3.Field,%20T)">ClassicalRungeKuttaFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/ClassicalRungeKuttaFieldIntegrator.html" title="type parameter in ClassicalRungeKuttaFieldIntegrator">T</a>> field,
<a href="../../../../../org/apache/commons/math3/ode/nonstiff/ClassicalRungeKuttaFieldIntegrator.html" title="type parameter in ClassicalRungeKuttaFieldIntegrator">T</a> step)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince54FieldIntegrator.html#DormandPrince54FieldIntegrator(org.apache.commons.math3.Field,%20double,%20double,%20double[],%20double[])">DormandPrince54FieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince54FieldIntegrator.html" title="type parameter in DormandPrince54FieldIntegrator">T</a>> field,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince54FieldIntegrator.html#DormandPrince54FieldIntegrator(org.apache.commons.math3.Field,%20double,%20double,%20double,%20double)">DormandPrince54FieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince54FieldIntegrator.html" title="type parameter in DormandPrince54FieldIntegrator">T</a>> field,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince853FieldIntegrator.html#DormandPrince853FieldIntegrator(org.apache.commons.math3.Field,%20double,%20double,%20double[],%20double[])">DormandPrince853FieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince853FieldIntegrator.html" title="type parameter in DormandPrince853FieldIntegrator">T</a>> field,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince853FieldIntegrator.html#DormandPrince853FieldIntegrator(org.apache.commons.math3.Field,%20double,%20double,%20double,%20double)">DormandPrince853FieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/DormandPrince853FieldIntegrator.html" title="type parameter in DormandPrince853FieldIntegrator">T</a>> field,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/EmbeddedRungeKuttaFieldIntegrator.html#EmbeddedRungeKuttaFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20int,%20double,%20double,%20double[],%20double[])">EmbeddedRungeKuttaFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/EmbeddedRungeKuttaFieldIntegrator.html" title="type parameter in EmbeddedRungeKuttaFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
int fsal,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Build a Runge-Kutta integrator with the given Butcher array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/EmbeddedRungeKuttaFieldIntegrator.html#EmbeddedRungeKuttaFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20int,%20double,%20double,%20double,%20double)">EmbeddedRungeKuttaFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/EmbeddedRungeKuttaFieldIntegrator.html" title="type parameter in EmbeddedRungeKuttaFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
int fsal,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Build a Runge-Kutta integrator with the given Butcher array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/EulerFieldIntegrator.html#EulerFieldIntegrator(org.apache.commons.math3.Field,%20T)">EulerFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/EulerFieldIntegrator.html" title="type parameter in EulerFieldIntegrator">T</a>> field,
<a href="../../../../../org/apache/commons/math3/ode/nonstiff/EulerFieldIntegrator.html" title="type parameter in EulerFieldIntegrator">T</a> step)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/GillFieldIntegrator.html#GillFieldIntegrator(org.apache.commons.math3.Field,%20T)">GillFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/GillFieldIntegrator.html" title="type parameter in GillFieldIntegrator">T</a>> field,
<a href="../../../../../org/apache/commons/math3/ode/nonstiff/GillFieldIntegrator.html" title="type parameter in GillFieldIntegrator">T</a> step)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/HighamHall54FieldIntegrator.html#HighamHall54FieldIntegrator(org.apache.commons.math3.Field,%20double,%20double,%20double[],%20double[])">HighamHall54FieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/HighamHall54FieldIntegrator.html" title="type parameter in HighamHall54FieldIntegrator">T</a>> field,
double minStep,
double maxStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/HighamHall54FieldIntegrator.html#HighamHall54FieldIntegrator(org.apache.commons.math3.Field,%20double,%20double,%20double,%20double)">HighamHall54FieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/HighamHall54FieldIntegrator.html" title="type parameter in HighamHall54FieldIntegrator">T</a>> field,
double minStep,
double maxStep,
double scalAbsoluteTolerance,
double scalRelativeTolerance)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/LutherFieldIntegrator.html#LutherFieldIntegrator(org.apache.commons.math3.Field,%20T)">LutherFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/LutherFieldIntegrator.html" title="type parameter in LutherFieldIntegrator">T</a>> field,
<a href="../../../../../org/apache/commons/math3/ode/nonstiff/LutherFieldIntegrator.html" title="type parameter in LutherFieldIntegrator">T</a> step)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/MidpointFieldIntegrator.html#MidpointFieldIntegrator(org.apache.commons.math3.Field,%20T)">MidpointFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/MidpointFieldIntegrator.html" title="type parameter in MidpointFieldIntegrator">T</a>> field,
<a href="../../../../../org/apache/commons/math3/ode/nonstiff/MidpointFieldIntegrator.html" title="type parameter in MidpointFieldIntegrator">T</a> step)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/RungeKuttaFieldIntegrator.html#RungeKuttaFieldIntegrator(org.apache.commons.math3.Field,%20java.lang.String,%20T)">RungeKuttaFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/RungeKuttaFieldIntegrator.html" title="type parameter in RungeKuttaFieldIntegrator">T</a>> field,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
<a href="../../../../../org/apache/commons/math3/ode/nonstiff/RungeKuttaFieldIntegrator.html" title="type parameter in RungeKuttaFieldIntegrator">T</a> step)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/ode/nonstiff/ThreeEighthesFieldIntegrator.html#ThreeEighthesFieldIntegrator(org.apache.commons.math3.Field,%20T)">ThreeEighthesFieldIntegrator</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/ode/nonstiff/ThreeEighthesFieldIntegrator.html" title="type parameter in ThreeEighthesFieldIntegrator">T</a>> field,
<a href="../../../../../org/apache/commons/math3/ode/nonstiff/ThreeEighthesFieldIntegrator.html" title="type parameter in ThreeEighthesFieldIntegrator">T</a> step)</code>
<div class="block">Simple constructor.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a> in <a href="../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</a> that implement <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/util/BigRealField.html" title="class in org.apache.commons.math3.util">BigRealField</a></strong></code>
<div class="block">Representation of real numbers with arbitrary precision field.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/util/Decimal64Field.html" title="class in org.apache.commons.math3.util">Decimal64Field</a></strong></code>
<div class="block">The field of double precision floating-point numbers.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</a> that return <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/util/BigReal.html" title="class in org.apache.commons.math3.util">BigReal</a>></code></td>
<td class="colLast"><span class="strong">BigReal.</span><code><strong><a href="../../../../../org/apache/commons/math3/util/BigReal.html#getField()">getField</a></strong>()</code>
<div class="block">Get the <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3"><code>Field</code></a> to which the instance belongs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/util/Decimal64.html" title="class in org.apache.commons.math3.util">Decimal64</a>></code></td>
<td class="colLast"><span class="strong">Decimal64.</span><code><strong><a href="../../../../../org/apache/commons/math3/util/Decimal64.html#getField()">getField</a></strong>()</code>
<div class="block">Get the <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3"><code>Field</code></a> to which the instance belongs.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <T> T[]</code></td>
<td class="colLast"><span class="strong">MathArrays.</span><code><strong><a href="../../../../../org/apache/commons/math3/util/MathArrays.html#buildArray(org.apache.commons.math3.Field,%20int)">buildArray</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int length)</code>
<div class="block">Build an array of elements.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <T> T[][]</code></td>
<td class="colLast"><span class="strong">MathArrays.</span><code><strong><a href="../../../../../org/apache/commons/math3/util/MathArrays.html#buildArray(org.apache.commons.math3.Field,%20int,%20int)">buildArray</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><T> field,
int rows,
int columns)</code>
<div class="block">Build a double dimension array of elements.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/commons/math3/util/package-summary.html">org.apache.commons.math3.util</a> with parameters of type <a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math3.Field)">OpenIntToFieldHashMap</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</a>> field)</code>
<div class="block">Build an empty map with default size and using zero for missing entries.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math3.Field,%20int)">OpenIntToFieldHashMap</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</a>> field,
int expectedSize)</code>
<div class="block">Build an empty map with specified size and using zero for missing entries.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math3.Field,%20int,%20T)">OpenIntToFieldHashMap</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</a>> field,
int expectedSize,
<a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</a> missingEntries)</code>
<div class="block">Build an empty map with specified size.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math3.Field,%20T)">OpenIntToFieldHashMap</a></strong>(<a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Field</a><<a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</a>> field,
<a href="../../../../../org/apache/commons/math3/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</a> missingEntries)</code>
<div class="block">Build an empty map with default size</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/commons/math3/Field.html" title="interface in org.apache.commons.math3">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/commons/math3/class-use/Field.html" target="_top">Frames</a></li>
<li><a href="Field.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.